Create the fork-choice crate.

- Adds the naive fork choice (longest chain) rule.
- Adds basic documentation for the crate.
This commit is contained in:
Age Manning
2019-02-05 15:55:29 +11:00
parent da1498fc45
commit 8109fad7bf
7 changed files with 29 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ members = [
"eth2/attester",
"eth2/block_producer",
"eth2/genesis",
"eth2/naive_fork_choice",
"eth2/fork_choice",
"eth2/types",
"eth2/utils/bls",
"eth2/utils/boolean-bitfield",