2018-10-02 06:41:10 +00:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2019-01-22 05:19:39 +00:00
|
|
|
"eth2/attestation_validation",
|
|
|
|
"eth2/genesis",
|
|
|
|
"eth2/naive_fork_choice",
|
|
|
|
"eth2/types",
|
|
|
|
"eth2/utils/bls",
|
|
|
|
"eth2/utils/boolean-bitfield",
|
|
|
|
"eth2/utils/hashing",
|
|
|
|
"eth2/utils/honey-badger-split",
|
|
|
|
"eth2/utils/slot_clock",
|
|
|
|
"eth2/utils/ssz",
|
|
|
|
"eth2/utils/vec_shuffle",
|
|
|
|
"eth2/validator_induction",
|
|
|
|
"eth2/validator_shuffling",
|
2019-01-14 01:55:55 +00:00
|
|
|
"beacon_node",
|
|
|
|
"beacon_node/db",
|
|
|
|
"protos",
|
|
|
|
"validator_client",
|
2018-10-02 06:41:10 +00:00
|
|
|
]
|