Files
nanoreth/crates/metrics/metrics-derive/Cargo.toml
rakita e5e74cbc02 fix(execution): Increase cache scope, and apply block reward to cache (#793)
* bug: Apply block reward to evm cache

* Move cache to all blocks

* add tests

* Update crates/executor/src/executor.rs

Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>

Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-01-10 08:05:50 -08:00

23 lines
420 B
TOML

[package]
name = "reth-metrics-derive"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/paradigmxyz/reth"
readme = "README.md"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0"
syn = { version = "1.0", features = ["extra-traits"] }
quote = "1.0"
regex = "1.6.0"
once_cell = "1.17.0"
[dev-dependencies]
metrics = "0.20.1"
trybuild = "1.0"
serial_test = "0.10"