nim-eth/tests/rlp/all_tests.nim
jangko 7ff6de2367
fix rlp.readRecordType of BlockBody and friends
including:
- fix rlp.append of BlockHeader
- add tests for rlp.readRecordType of BlockBody
- add tests for rlp.append of BlockHeader
- add tests for EthBlock roundtrip
2023-05-23 14:37:47 +07:00

7 lines
115 B
Nim

import
./test_api_usage,
./test_common,
./test_json_suite,
./test_object_serialization,
./test_rlp_codec