Skip to content

Conflux v2.1.1-testnet

Pre-release
Pre-release
Compare
Choose a tag to compare
@peilun-conflux peilun-conflux released this 09 Oct 04:50
· 1193 commits to master since this release

This release includes an incompatible fix. All nodes should be upgraded before the epoch number reaches 122700000.

RPC Improvement

  • When querying logs, use LatestState instead of the to epoch number when the to epoch number is greater than LatestState.
  • Add filter RPCs in eSpace including eth_newFilter, eth_newBlockFilter, eth_newPendingTransactionFilter, eth_getFilterChanges, eth_getFilterLogs, eth_uninstallFilter. Note that you need to set poll_lifetime_in_seconds in the configuration to enable these RPCs.

Bug Fix

  • Fix a contract interface issue for posStakeForVotes.