Skip to content

Conflux v2.2.5-testnet

Pre-release
Pre-release
Compare
Choose a tag to compare
@peilun-conflux peilun-conflux released this 04 Jun 17:58
· 301 commits to v2.0-testnet since this release

RPC Changes

  • Change RPC names cfx_getTransactionsByEpoch and cfx_getTransactionsByBlock to debug_getTransactionsByEpoch and debug_getTransactionsByBlock respectively to be consistent with the debug namespace.
  • Use hex format for pos and trace RPC data.
  • Add RPC pos_getLedgerInfoByBlockNumber and pos_getLedgerInfoByEpochAndRound to get PoS ledger infos.
  • Add debug_getEpochReceiptProofByTransaction to get epoch receipt proof.
  • Add include_eth_recepits option (default to false) for cfx_getEpochReceipts.

Improvements

  • Add metrics for filter and pubsub API.
  • Refactor the EVM code to improve readability.