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:
rakita
2023-01-10 17:05:50 +01:00
committed by GitHub
parent 515590faa8
commit e5e74cbc02
10 changed files with 329 additions and 236 deletions

View File

@ -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"