mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
* 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>
23 lines
420 B
TOML
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"
|