Refactor block gen

This commit is contained in:
Paul Hauner
2021-09-29 12:17:38 +10:00
parent 837acc11e6
commit 57f6a9b1f1
7 changed files with 230 additions and 201 deletions

View File

@@ -26,3 +26,4 @@ eth2_ssz_types = { path = "../../consensus/ssz_types"}
lru = "0.6.0"
exit-future = "0.2.0"
tree_hash = { path = "../../consensus/tree_hash"}
tree_hash_derive = { path = "../../consensus/tree_hash_derive"}