mirror of
https://github.com/status-im/nim-eth.git
synced 2025-02-11 05:26:52 +00:00
Instead of patching BlockHeader or BlockBody codec each time it get additional optional fields, this PR make the rlp codec automatically handle optional fields. Thus rlp codec overloading of EthBlock, BlockHeader, and BlockBody can be removed.