Merge branch 'master' into attestation-processing

This commit is contained in:
Paul Hauner
2019-08-08 17:11:19 +10:00
90 changed files with 227 additions and 2672 deletions

View File

@@ -10,7 +10,7 @@ itertools = "0.8"
parking_lot = "0.7"
types = { path = "../types" }
state_processing = { path = "../state_processing" }
eth2_ssz = { path = "../utils/ssz" }
eth2_ssz = "0.1"
eth2_ssz_derive = { path = "../utils/ssz_derive" }
[dev-dependencies]