Releases: Conflux-Chain/go-conflux-sdk
Releases · Conflux-Chain/go-conflux-sdk
v1.5.10
Conflux Go SDK v1.5.9
- Support circuit breaker when creating client
- Client support WithContext for attach context on calling rpc
Conflux Go SDK v1.5.7
- Support light POS relay
- Support RPC debug_getEpochReceiptProofByTransaction, pos_getLedgerInfoByEpochAndRound,cfx_getCollateralInfo
Conflux Go SDK v1.5.0
Update field DepositTime
of DepositInfo
to *hexutil.Big
Conflux Go SDK v1.4.4
- Fix pos rpc
GetTransactionByNumber
return result
Conflux Go SDK v1.4.3
- Support
SubscribeNewHeadsWitReconn
,SubscribeEpochsWithReconn
,SubscribeLogsWithReconn
- Remove offset & limit from LogFilter
- Always set gasprice to nil when EstimateGasAndCollateral
- Use MiddlewareableProvider in client for convinenet to HookCallContext/HookBatchCallContext
- Remove client.UseCallRpcMiddleware and client.UseBatchCallRpcMiddleware, and use client.HookCallContext and client.HookBatchCallContext to replace them
Conflux Go SDK v1.2.0
- Add context in CallRpcHandlerFunc/BatchCallRpcHandlerFunc for hook context when Call/Batchcall
- AccountManagerOperator support ImportKey and Export interface
Conflux Go SDK v1.0.29
Support unit convert utils
Upgrade go-ethereum dependency version to v1.10.15
Update RPC methods and structs
Conflux Go SDK v1.0.17
- Use txpool pending nonce in
Client.ApplyUnsignedTransactionDefault
to ensure nonce correct when continuous sending transactions - Use bulk caller to populate transactions when bulk send transations
Conflux Go SDK v1.0.16
Support rpc methods with namespace "txpool" and "debug"