mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: move init_db to reth_db and add DatabaseEnv (#3450)
This commit is contained in:
@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user