Skip to content

Releases: Conflux-Chain/go-conflux-sdk

Conflux Go SDK v1.0.15

09 Nov 10:31
Compare
Choose a tag to compare

Add bulk caller and bulk sender for sending batch RPC requests by one request, see the example from example_bulk
Move examples to independent repo go-conflux-sdk-example

Conflux Go SDK v1.0.14

25 Oct 04:20
c483144
Compare
Choose a tag to compare

Support POS RPC

Conflux Go SDK v1.0.13

05 Aug 10:49
7b50414
Compare
Choose a tag to compare

Add API GetBlockSummaryByBlockNumber

Conflux Go SDK v1.0.12

04 Aug 08:02
Compare
Choose a tag to compare

Add blockNumber for RLP Marshal/UnMarshal Block

Conflux Go SDK v1.0.11

03 Aug 03:16
c37ada4
Compare
Choose a tag to compare
  • Add blockNumber to block related methods cfx_getBlockByHash, cfx_getBlockByEpochNumber, cfx_getBlockByHashWithPivotAssumption which need Conflux-rust v1.1.5 or above.
  • Add new RPC method cfx_getBlockByBlockNubmer
  • Refactor SubscribeLogs for avoiding losing timing sequence of Chain-Reorg and Log
  • Add variadic arguments support for RPC service

Conflux Go SDK v1.0.10

11 Jun 03:39
bb43ea8
Compare
Choose a tag to compare
  • Set default RPC request timeout to 30s
  • Remove addition error msg in wrappedCallRPC
  • Add method getAccountPendingTransactions in client

Conflux Go SDK v1.0.9

25 May 11:36
f6846a2
Compare
Choose a tag to compare
  • add request timeout for call rpc and batch call rpc
  • add middlewire for hook call rpc and batch call rpc

Conflux Go SDK v1.0.8

12 May 04:05
9a3e8d2
Compare
Choose a tag to compare

Set http request header Connection to Keep-Alive to reuse tcp connection for avoiding large TIME_WAIT on full-node, full-node need set jsonrpc_http_keep_alive=true, otherwise it will still set Connection to Close in http response of full-node

Conflux Go SDK v1.0.7

23 Apr 10:10
e1761ee
Compare
Choose a tag to compare
  1. Update rpc
  2. Change Address.String() to return non-verbose format for unify with other sdks

Conflux Go SDK v1.0.6

22 Apr 02:44
97831af
Compare
Choose a tag to compare

Add logger option for rpc request