feat: add stateful precompile example (#8911)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Dan Cline
2024-06-18 07:27:06 -04:00
committed by GitHub
parent 9de1cc6c9a
commit 7c773a1d3a
4 changed files with 275 additions and 0 deletions

View File

@ -0,0 +1,20 @@
[package]
name = "stateful-precompile"
version = "0.0.0"
publish = false
edition.workspace = true
license.workspace = true
[dependencies]
reth.workspace = true
reth-chainspec.workspace = true
reth-node-api.workspace = true
reth-node-core.workspace = true
reth-primitives.workspace = true
reth-node-ethereum.workspace = true
reth-tracing.workspace = true
eyre.workspace = true
parking_lot.workspace = true
schnellru.workspace = true
tokio.workspace = true