Update BeaconChain for spec v0.2.0

This commit is contained in:
Paul Hauner
2019-02-12 13:00:52 +11:00
parent 36f441c968
commit 5fefc79521
5 changed files with 53 additions and 49 deletions

View File

@@ -20,4 +20,5 @@ serde_derive = "1.0"
serde_json = "1.0"
slot_clock = { path = "../../eth2/utils/slot_clock" }
ssz = { path = "../../eth2/utils/ssz" }
state_processing = { path = "../../eth2/state_processing" }
types = { path = "../../eth2/types" }