nim-eth/eth/common
Etan Kissling b90483e9d2
avoid warnings when processing `GasInt` for RLP (#712)
RLP does not support signed integer values, so we have to convert
`GasInt` to `uint64` when decoding / encoding via RLP.
2024-07-03 13:21:45 +02:00
..
eth_hash.nim keccak doesn't need `init` (#693) 2024-06-07 22:30:32 +02: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 Revert GasInt back to int64 (#703) 2024-06-13 12:11:16 +02:00
eth_types_json_serialization.nim fix `{.raises.}` annotation to `writeValue` (#631) 2023-08-19 19:03:10 +02:00
eth_types_rlp.nim avoid warnings when processing `GasInt` for RLP (#712) 2024-07-03 13:21:45 +02:00
transaction.nim GasInt, BlockNumber, fields name closer to the spec (#696) 2024-06-12 00:13:11 +07:00
utils.nim implement EIP-4844: Shard Blobs Transactions 2023-06-23 13:48:51 +07:00