RPC Changes
- Implement
trace_epochin the core space RPC endpoint to return traces of two spaces in an epoch. - Update the
Logdata format returned by cfx filter RPCs.
Configurations
- Add
keep_snapshot_before_stable_checkpointto decide whether to keep the snapshot before the era checkpoint. Setting it tofalsewould reduce the disk space usage (it's still default totruefor further testing).
Improvements
- Avoid having multiple broadcast tasks for the same peer.