Dump chain to JSON file

This commit is contained in:
Paul Hauner
2019-01-26 08:25:56 +11:00
parent 90ae2298ab
commit eb77fb75b7
4 changed files with 15 additions and 1 deletions

View File

@@ -13,7 +13,9 @@ failure = "0.1"
failure_derive = "0.1"
genesis = { path = "../../eth2/genesis" }
hashing = { path = "../../eth2/utils/hashing" }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
slot_clock = { path = "../../eth2/utils/slot_clock" }
ssz = { path = "../../eth2/utils/ssz" }
types = { path = "../../eth2/types" }