feat(gas_oracle): Add Lru Cache for block values of recent blocks (#5062)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
PatStiles
2023-10-18 06:04:41 -05:00
committed by GitHub
parent a25161fb9f
commit 9d9de58057
3 changed files with 59 additions and 13 deletions

1
Cargo.lock generated
View File

@@ -6184,6 +6184,7 @@ dependencies = [
"assert_matches",
"async-trait",
"bytes",
"derive_more",
"futures",
"http",
"http-body",