nim-eth/eth/rlp
andri lim 91b2b9d2ed
rlp codec support optional fields (#613)
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.
2023-05-30 16:02:02 +03:00
..
bin Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00
priv cleanups (#226) 2020-04-18 10:17:59 +02:00
bitseqs.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00
object_serialization.nim rlp codec support optional fields (#613) 2023-05-30 16:02:02 +03:00
options.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00
writer.nim rlp codec support optional fields (#613) 2023-05-30 16:02:02 +03:00