This commit is contained in:
Michael Sproul
2022-02-08 09:48:48 +11:00
parent f6230a5143
commit 0c742aedff
17 changed files with 152 additions and 244 deletions

2
Cargo.lock generated
View File

@@ -2886,6 +2886,7 @@ dependencies = [
"serde_json",
"serde_yaml",
"state_processing",
"store",
"tree_hash",
"types",
"validator_dir",
@@ -3657,6 +3658,7 @@ dependencies = [
"eth2_ssz",
"itertools",
"parking_lot",
"rayon",
"serde",
"tree_hash",
"triomphe",