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

@ -11,6 +11,7 @@ repository.workspace = true
workspace = true
[dependencies]
# reth
reth-consensus.workspace = true
reth-primitives.workspace = true
reth-storage-errors.workspace = true