Implement deposit merkle root verification.

It is currently disabled, but it's there for later.
This commit is contained in:
Paul Hauner
2019-03-08 09:26:03 +11:00
parent 60098a051d
commit f479beb87e
4 changed files with 62 additions and 5 deletions

View File

@@ -18,6 +18,8 @@ hashing = { path = "../utils/hashing" }
int_to_bytes = { path = "../utils/int_to_bytes" }
integer-sqrt = "0.1"
log = "0.4"
merkle_proof = { path = "../utils/merkle_proof" }
ssz = { path = "../utils/ssz" }
ssz_derive = { path = "../utils/ssz_derive" }
types = { path = "../types" }
rayon = "1.0"