mirror of
https://github.com/status-im/nim-eth.git
synced 2025-02-17 00:16:33 +00:00
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
7 lines
115 B
Nim
7 lines
115 B
Nim
import
|
|
./test_api_usage,
|
|
./test_common,
|
|
./test_json_suite,
|
|
./test_object_serialization,
|
|
./test_rlp_codec
|