casper-network / casper-network/casper-node
Remove event serialization support
Open
low-priority
- Dominant language
- Rust
- Stars
- 399
- Forks
- 224
- Avg merge
- 15h 44m
- Merged PRs (30d)
- 2
Description
The current event dumping interface is rarely used, and offers to schemes for dumping events, via serialization and debug printing. Historically, only the latter has been used and the serialization based interface has fallen behind.
We should remove the `Serialize` derives on types that do not need it (like events) for these reasons and get rid of the interface.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.