mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-30 03:03:45 +00:00
Store all state roots on disk
This commit is contained in:
@@ -16,6 +16,7 @@ itertools = "0.10.0"
|
||||
eth2_ssz = "0.4.1"
|
||||
eth2_ssz_derive = "0.3.0"
|
||||
types = { path = "../../consensus/types" }
|
||||
safe_arith = { path = "../../consensus/safe_arith" }
|
||||
state_processing = { path = "../../consensus/state_processing" }
|
||||
slog = "2.5.2"
|
||||
serde = "1.0.116"
|
||||
@@ -25,3 +26,4 @@ lighthouse_metrics = { path = "../../common/lighthouse_metrics" }
|
||||
lru = "0.7.1"
|
||||
sloggers = { version = "2.1.1", features = ["json"] }
|
||||
directory = { path = "../../common/directory" }
|
||||
take-until = "0.1.0"
|
||||
|
||||
Reference in New Issue
Block a user