feat: implement EIP-6110 (#8507)

Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
This commit is contained in:
Alexey Shekhirin
2024-05-30 17:02:53 +01:00
committed by GitHub
parent 9a08ad7844
commit 80809a4918
14 changed files with 207 additions and 28 deletions

View File

@ -20,8 +20,14 @@ reth-ethereum-consensus.workspace = true
# Ethereum
revm-primitives.workspace = true
# Alloy
alloy-consensus.workspace = true
alloy-eips.workspace = true
alloy-sol-types.workspace = true
[dev-dependencies]
reth-testing-utils.workspace = true
reth-revm = { workspace = true, features = ["test-utils"] }
alloy-eips.workspace = true
secp256k1.workspace = true
serde_json.workspace = true