Replace genesis crate with on-type defs

The methods in the `gensis` crate have been moved to `genesis` methods
on `BeaconState` and `BeaconBlock`.
This commit is contained in:
Paul Hauner
2019-02-12 12:58:12 +11:00
parent 5e37e8a33a
commit 36f441c968
8 changed files with 0 additions and 306 deletions

View File

@@ -2,7 +2,6 @@
members = [
"eth2/attester",
"eth2/block_producer",
"eth2/genesis",
"eth2/naive_fork_choice",
"eth2/state_processing",
"eth2/types",