feat(rpc): add eth_createAccessList implementation (#1652)

Co-authored-by: lambdaclass-user <github@lambdaclass.com>
This commit is contained in:
Tomás
2023-03-08 06:07:09 -03:00
committed by GitHub
parent a34226c8e5
commit 77d108660e
14 changed files with 139 additions and 33 deletions

1
Cargo.lock generated
View File

@@ -4868,6 +4868,7 @@ dependencies = [
"reth-interfaces",
"reth-primitives",
"reth-provider",
"reth-revm-inspectors",
"reth-revm-primitives",
"revm",
]