Add JSON deposit data to create

This commit is contained in:
Paul Hauner
2022-08-15 14:31:01 +10:00
parent 96692b8e43
commit 9503e338b5
5 changed files with 113 additions and 2 deletions

4
Cargo.lock generated
View File

@@ -20,6 +20,8 @@ dependencies = [
"filesystem",
"safe_arith",
"sensitive_url",
"serde",
"serde_json",
"slashing_protection",
"slot_clock",
"tempfile",
@@ -7342,10 +7344,12 @@ dependencies = [
"deposit_contract",
"derivative",
"eth2_keystore",
"eth2_serde_utils",
"filesystem",
"hex",
"lockfile",
"rand 0.8.5",
"serde",
"tempfile",
"tree_hash",
"types",