Skip to content

Conflux v1.1.7

Compare
Choose a tag to compare
@peilun-conflux peilun-conflux released this 30 Nov 04:50
· 1253 commits to v1.0-stable since this release

Improvements

  • Optimize the transaction pool to avoid rejecting high gas price transactions.
  • Change cfx_getStorageAt's second parameter type from H256 to U256.
  • Add a RPC cfx_openedMethodGroups to return opened RPC groups.
  • Optimize cfx_gasPrice logic.
  • Optimize transaction execution performance by avoiding unnecessary data copy.

Bug Fixes

  • Fix missing log issue when doing log filtering with block ranges.