refactor: move init_db to reth_db and add DatabaseEnv (#3450)

This commit is contained in:
joshieDo
2023-06-28 22:03:00 +01:00
committed by GitHub
parent 6e2fa845d8
commit a53af3a0f2
35 changed files with 234 additions and 175 deletions

View File

@ -38,6 +38,7 @@ thiserror = { workspace = true }
tempfile = { version = "3.3.0", optional = true }
parking_lot = "0.12"
derive_more = "0.99"
eyre = "0.6.8"
# arbitrary utils
arbitrary = { version = "1.1.7", features = ["derive"], optional = true }