feat: add revm-inspectors crate and accesslist inspector (#1529)

This commit is contained in:
Matthias Seitz
2023-02-24 02:06:15 +01:00
committed by GitHub
parent 8299ca6fd6
commit 6d138daa11
12 changed files with 187 additions and 8 deletions

View File

@ -11,5 +11,6 @@ description = "reth specific revm utilities"
reth-primitives = { path = "../primitives" }
reth-interfaces = { path = "../interfaces" }
reth-provider = { path = "../storage/provider" }
reth-revm-primitives = { path = "./revm-primitives" }
revm = { version = "3.0.0"}