nim-eth/tests/rlp
Kim De Mey 2ad07a6010
Fix two bugs in Receipts RLP encoding/decoding (#672)
1. Fix Assertion error when receipt is not a List nor has a single
byte value. Receiving such garbage data would cause a crash.
2. Fix decoding of Receipt list by adding the missing Blob
encapsulation

Also added tests for these scenarios.
2024-02-05 23:22:15 +01:00
..
cases Fix two bugs in Receipts RLP encoding/decoding (#672) 2024-02-05 23:22:15 +01:00
eip2718 implement eip2718: transaction type envelope 2021-05-15 08:18:08 +07:00
rlps fix rlp.readRecordType of BlockBody and friends 2023-05-23 14:37:47 +07:00
util CI: test with multiple Nim version (#429) 2021-12-11 19:12:55 +01:00
all_tests.nim fix rlp.readRecordType of BlockBody and friends 2023-05-23 14:37:47 +07:00
test_api_usage.nim support only Nim 1.6+ (#606) 2023-05-09 20:19:44 +00:00
test_common.nim Fix two bugs in Receipts RLP encoding/decoding (#672) 2024-02-05 23:22:15 +01:00
test_json_suite.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00
test_object_serialization.nim Refactor p2pProtocol internals (#657) 2024-01-22 16:47:46 +07:00
test_rlp_codec.nim Adjust test names and comments for `blobGasUsed` field (#661) 2024-01-16 22:02:06 +01:00