mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
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>
This commit is contained in:
@ -14,7 +14,7 @@ proc-macro2 = "1.0"
|
||||
syn = { version = "1.0", features = ["extra-traits"] }
|
||||
quote = "1.0"
|
||||
regex = "1.6.0"
|
||||
once_cell = "1.15.0"
|
||||
once_cell = "1.17.0"
|
||||
|
||||
[dev-dependencies]
|
||||
metrics = "0.20.1"
|
||||
|
||||
Reference in New Issue
Block a user