Move genesis code into its own crate

This commit is contained in:
Paul Hauner
2018-12-13 12:27:45 +11:00
parent bf49c881d5
commit 6847e68c5e
6 changed files with 75 additions and 92 deletions

View File

@@ -34,6 +34,7 @@ name = "lighthouse"
members = [
"beacon_chain/attestation_validation",
"beacon_chain/chain",
"beacon_chain/genesis",
"beacon_chain/naive_fork_choice",
"beacon_chain/spec",
"beacon_chain/state-transition",