Improvements
- Optimize the transaction pool to avoid rejecting high gas price transactions.
- Change cfx_getStorageAt's second parameter type from
H256
toU256
. - 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.