nim-eth/eth/common
Jacek Sieka dcfbc4291d
update version to 0.5.0 (#764)
1.0.0 was never an intentional release and the nim-eth repo is not yet
stable in terms of API, thus we start at 0.5.0 and go from there for the
first tagged release.

Most of the eth code in this repo now is aligned with various specs
meaning that most API can be considered "mostly" stable, but there are
still aspects being worked on as well as a potential future
reorganisation of the code turning nim-eth into a more "pure"
spec-driven core ethereum infrastructure repo, removing in the process
application-level stuff that happens to be common between nimbus-eth1
and eth2 and ended up in here for convenience.
2024-12-04 12:40:44 +01: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 avoid typed return in generic template (#739) 2024-10-02 09:33:22 +02:00
base_rlp.nim update version to 0.5.0 (#764) 2024-12-04 12:40:44 +01:00
blocks.nim Remove obsolete EIP-6110-7002-7251 types, encoding, and checks (#752) 2024-10-22 14:00:06 +07:00
blocks_rlp.nim Add missing rlp imports to properple decode/encode blocks/bodies (#761) 2024-11-20 12:15:34 +01:00
eth_hash.nim eth_hash: condition converter deprecation warning on nim version (#756) 2024-10-30 09:10:10 +01:00
eth_types.nim Remove obsolete EIP-6110-7002-7251 types, encoding, and checks (#752) 2024-10-22 14:00:06 +07:00
eth_types_json_serialization.nim Change `VersionedHash` to `Hash32` (#738) 2024-10-01 11:54:01 +02:00
eth_types_rlp.nim Remove obsolete EIP-6110-7002-7251 types, encoding, and checks (#752) 2024-10-22 14:00:06 +07:00
hashes.nim Change `VersionedHash` to `Hash32` (#738) 2024-10-01 11:54:01 +02:00
hashes_rlp.nim Align core types with execution spec (#733) 2024-09-29 10:52:19 +02:00
headers.nim Fix Authorization fields name to v, r, s (#749) 2024-10-15 14:09:16 +00:00
headers_rlp.nim Add times_rlp and headers_rlp modules (#743) 2024-10-04 17:19:59 +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
times_rlp.nim Add times_rlp and headers_rlp modules (#743) 2024-10-04 17:19:59 +02:00
transaction.nim Align core types with execution spec (#733) 2024-09-29 10:52:19 +02:00
transaction_utils.nim transaction signing helpers (#742) 2024-10-04 13:46:58 +02:00
transactions.nim Fix Authorization fields name to v, r, s (#749) 2024-10-15 14:09:16 +00:00
transactions_rlp.nim Add helper for recovering authority (#750) 2024-10-15 21:44:10 +07:00