nim-eth/eth/common
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
..
eth_hash.nim support only Nim 1.6+ (#606) 2023-05-09 20:19:44 +00:00
eth_hash_rlp.nim clean up eth_types (#531) 2022-09-02 16:57:52 +02:00
eth_times.nim Fix EthTime.now from func to proc due to sideeffects 2023-10-17 17:20:34 +07:00
eth_types.nim Fix rlpHash of Transaction: remove EIP-4844 blobs before hashing (#643) 2023-10-22 14:37:49 +07:00
eth_types_json_serialization.nim fix `{.raises.}` annotation to `writeValue` (#631) 2023-08-19 19:03:10 +02:00
eth_types_rlp.nim Fix two bugs in Receipts RLP encoding/decoding (#672) 2024-02-05 23:22:15 +01:00
transaction.nim rename data gas to blob gas 2023-07-28 10:19:00 +07:00
utils.nim implement EIP-4844: Shard Blobs Transactions 2023-06-23 13:48:51 +07:00