Skip to content

Releases: Conflux-Chain/go-conflux-sdk

v1.5.10

28 Aug 03:57
cdd1915
Compare
Choose a tag to compare

Support CIP1559, see details from here

Conflux Go SDK v1.5.9

25 Jan 02:56
Compare
Choose a tag to compare
  • Support circuit breaker when creating client
  • Client support WithContext for attach context on calling rpc

Conflux Go SDK v1.5.7

30 Jun 03:39
Compare
Choose a tag to compare
  • Support light POS relay
  • Support RPC debug_getEpochReceiptProofByTransaction, pos_getLedgerInfoByEpochAndRound,cfx_getCollateralInfo

Conflux Go SDK v1.5.0

04 Jan 09:31
Compare
Choose a tag to compare

Update field DepositTime of DepositInfo to *hexutil.Big

Conflux Go SDK v1.4.4

17 Nov 11:15
8176650
Compare
Choose a tag to compare
  • Fix pos rpc GetTransactionByNumber return result

Conflux Go SDK v1.4.3

26 Oct 07:42
4cb1946
Compare
Choose a tag to compare
  • 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

25 May 03:33
Compare
Choose a tag to compare
  • Add context in CallRpcHandlerFunc/BatchCallRpcHandlerFunc for hook context when Call/Batchcall
  • AccountManagerOperator support ImportKey and Export interface

Conflux Go SDK v1.0.29

21 Feb 15:06
a8dd121
Compare
Choose a tag to compare

Support unit convert utils
Upgrade go-ethereum dependency version to v1.10.15
Update RPC methods and structs

Conflux Go SDK v1.0.17

23 Nov 11:09
Compare
Choose a tag to compare
  • 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

15 Nov 07:24
Compare
Choose a tag to compare

Support rpc methods with namespace "txpool" and "debug"