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