Bug Fixes
- Fix an issue that makes peers disconnected periodically.
RPC Changes
- Add debug RPCs
cfx_getTransactionsByEpoch
andcfx_getTransactionsByBlock
to get the original transactions in both spaces atomically. This is only available in the local RPC port and phantom transactions will not be returned.
Improvement
- Upgrade the Rust toolchain version to
1.68.0
and fix issues.