This release includes an incompatible fix. All nodes should be upgraded before the epoch number reaches 122700000.
RPC Improvement
- When querying logs, use
LatestStateinstead of thetoepoch number when thetoepoch 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_secondsin the configuration to enable these RPCs.
Bug Fix
- Fix a contract interface issue for
posStakeForVotes.