Releases: Conflux-Chain/go-conflux-sdk
Releases · Conflux-Chain/go-conflux-sdk
Conflux Go SDK v1.0.15
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
Support POS RPC
Conflux Go SDK v1.0.13
Add API GetBlockSummaryByBlockNumber
Conflux Go SDK v1.0.12
Add blockNumber for RLP Marshal/UnMarshal Block
Conflux Go SDK v1.0.11
- Add
blockNumber
to block related methodscfx_getBlockByHash
,cfx_getBlockByEpochNumber
,cfx_getBlockByHashWithPivotAssumption
which needConflux-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
- Set default RPC request timeout to 30s
- Remove addition error msg in wrappedCallRPC
- Add method getAccountPendingTransactions in client
Conflux Go SDK v1.0.9
- 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
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
- Update rpc
- Change Address.String() to return non-verbose format for unify with other sdks
Conflux Go SDK v1.0.6
Add logger option for rpc request