Add checksum verification for deposit contract (#1330)

This commit is contained in:
Paul Hauner
2020-07-06 11:56:44 +10:00
committed by GitHub
parent 25cd91ce26
commit 2856f5122d
3 changed files with 42 additions and 0 deletions

2
Cargo.lock generated
View File

@@ -1132,8 +1132,10 @@ version = "0.2.0"
dependencies = [
"eth2_ssz",
"ethabi",
"hex 0.4.2",
"reqwest",
"serde_json",
"sha2 0.9.1",
"tree_hash",
"types",
]