mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Create the fork-choice crate.
- Adds the naive fork choice (longest chain) rule. - Adds basic documentation for the crate.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user