Skip to content

Releases: Conflux-Chain/go-conflux-sdk

v1.6.1: Update rpc (#247)

13 Jan 02:18
042444f

Choose a tag to compare

  1. support self destruct tract action
  2. add block time stamp field to log
  3. change LocalizedTrace fields to value
  4. set transaction receipt field EpochNumber to value
  5. remove RPC method GetEpochReceiptsByPivotBlockHash

Conflux Go SDK v1.5.11

25 Jun 03:13
bd2cc59

Choose a tag to compare

Upgrade denpendencies

Conflux Go SDK v1.5.10

28 Aug 03:57
cdd1915

Choose a tag to compare

Support CIP1559, see details from here

Conflux Go SDK v1.5.9

25 Jan 02:56

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

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

Choose a tag to compare

Update field DepositTime of DepositInfo to *hexutil.Big

Conflux Go SDK v1.4.4

17 Nov 11:15
8176650

Choose a tag to compare

  • Fix pos rpc GetTransactionByNumber return result

Conflux Go SDK v1.4.3

26 Oct 07:42
4cb1946

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

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

Choose a tag to compare

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