Commit Graph

3 Commits

Author SHA1 Message Date
Kim De Mey dc092ca393
Add missing rlp imports to properple decode/encode blocks/bodies (#761)
Without these added transanction/header import/exports decoding
blocks or block bodies would fail if one only had imported
blocks_rlp.

Also removes unused import + add copyright comments in rlp code.
2024-11-20 12:15:34 +01:00
Kim De Mey 762415319c
Add build_dcli target and add it to CI (#344)
* Add build_dcli target and add it to CI

* Fix local imports for dcli

* And use local imports for all other files too

* Use local imports in tests and rlpx protocols
2021-04-06 13:33:24 +02:00
Zahary Karadjov f0315b0988
RLP serialization routines for types used in the ETH2 spec 2019-08-15 17:45:25 +02:00