perf: introduce moka cached state provider (#12214)

This commit is contained in:
Dan Cline
2025-01-08 11:11:20 -05:00
committed by GitHub
parent 73ed3ea440
commit d336ceb27e
5 changed files with 444 additions and 130 deletions

View File

@ -49,6 +49,7 @@ revm-primitives.workspace = true
futures.workspace = true
thiserror.workspace = true
tokio = { workspace = true, features = ["macros", "sync"] }
moka = { workspace = true, features = ["sync"] }
# metrics
metrics.workspace = true