Add LRU cache for execution blocks

This commit is contained in:
Paul Hauner
2021-09-27 17:42:43 +10:00
parent b6909b824d
commit c1b0093d9e
4 changed files with 28 additions and 3 deletions

View File

@@ -23,3 +23,4 @@ bytes = "1.1.0"
task_executor = { path = "../../common/task_executor" }
hex = "0.4.2"
eth2_ssz_types = { path = "../../consensus/ssz_types"}
lru = "0.6.0"