Conflux v2.2.5-testnet
Pre-release
Pre-release
peilun-conflux
released this
04 Jun 17:58
·
875 commits
to v2.0-testnet
since this release
RPC Changes
- Change RPC names
cfx_getTransactionsByEpoch
andcfx_getTransactionsByBlock
todebug_getTransactionsByEpoch
anddebug_getTransactionsByBlock
respectively to be consistent with thedebug
namespace. - Use hex format for
pos
andtrace
RPC data. - Add RPC
pos_getLedgerInfoByBlockNumber
andpos_getLedgerInfoByEpochAndRound
to get PoS ledger infos. - Add
debug_getEpochReceiptProofByTransaction
to get epoch receipt proof. - Add
include_eth_recepits
option (default to false) forcfx_getEpochReceipts
.
Improvements
- Add metrics for
filter
andpubsub
API. - Refactor the EVM code to improve readability.