Skip to content

Conflux Go SDK v1.4.3

Compare
Choose a tag to compare
@wangdayong228 wangdayong228 released this 26 Oct 07:42
· 80 commits to master since this release
4cb1946
  • 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