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 theto
epoch number when theto
epoch number is greater thanLatestState
. - Add filter RPCs in eSpace including
eth_newFilter
,eth_newBlockFilter
,eth_newPendingTransactionFilter
,eth_getFilterChanges
,eth_getFilterLogs
,eth_uninstallFilter
. Note that you need to setpoll_lifetime_in_seconds
in the configuration to enable these RPCs.
Bug Fix
- Fix a contract interface issue for
posStakeForVotes
.