nim-eth/eth/common
Jacek Sieka 00f5fb1fe0
clean up json serialization (#735)
serialize fewer non-eth types and more eth types - this module is
fraught with issues however since there's no one good "canonical"
encoding to choose - this goes back to the json ser framework lacking
good isolation between projects.
2024-09-30 10:34:47 +02:00
..
accounts.nim Align core types with execution spec (#733) 2024-09-29 10:52:19 +02:00
accounts_rlp.nim Align core types with execution spec (#733) 2024-09-29 10:52:19 +02:00
addresses.nim Align core types with execution spec (#733) 2024-09-29 10:52:19 +02:00
addresses_rlp.nim Align core types with execution spec (#733) 2024-09-29 10:52:19 +02:00
base.nim Align core types with execution spec (#733) 2024-09-29 10:52:19 +02:00
base_rlp.nim Align core types with execution spec (#733) 2024-09-29 10:52:19 +02:00
blocks.nim Align core types with execution spec (#733) 2024-09-29 10:52:19 +02:00
blocks_rlp.nim Align core types with execution spec (#733) 2024-09-29 10:52:19 +02:00
eth_hash.nim Align core types with execution spec (#733) 2024-09-29 10:52:19 +02:00
eth_types.nim Align core types with execution spec (#733) 2024-09-29 10:52:19 +02:00
eth_types_json_serialization.nim clean up json serialization (#735) 2024-09-30 10:34:47 +02:00
eth_types_rlp.nim Align core types with execution spec (#733) 2024-09-29 10:52:19 +02:00
hashes.nim Align core types with execution spec (#733) 2024-09-29 10:52:19 +02:00
hashes_rlp.nim Align core types with execution spec (#733) 2024-09-29 10:52:19 +02:00
headers.nim Align core types with execution spec (#733) 2024-09-29 10:52:19 +02:00
keys.nim Align core types with execution spec (#733) 2024-09-29 10:52:19 +02:00
receipts.nim Align core types with execution spec (#733) 2024-09-29 10:52:19 +02:00
receipts_rlp.nim Align core types with execution spec (#733) 2024-09-29 10:52:19 +02:00
times.nim Align core types with execution spec (#733) 2024-09-29 10:52:19 +02:00
transaction.nim Align core types with execution spec (#733) 2024-09-29 10:52:19 +02:00
transactions.nim Align core types with execution spec (#733) 2024-09-29 10:52:19 +02:00
transactions_rlp.nim Align core types with execution spec (#733) 2024-09-29 10:52:19 +02:00