Merge branch 'v0.8.3' into interop-v0.8.3

This commit is contained in:
Paul Hauner
2019-09-05 17:39:23 +10:00
54 changed files with 1695 additions and 1488 deletions

View File

@@ -5,7 +5,8 @@ authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
milagro_bls = { git = "https://github.com/sigp/milagro_bls", tag = "v0.10.0" }
# FIXME: update sigp repo
milagro_bls = { git = "https://github.com/michaelsproul/milagro_bls", branch = "little-endian-v0.10" }
eth2_hashing = { path = "../eth2_hashing" }
hex = "0.3"
rand = "^0.5"