2019-02-14 01:09:18 +00:00
|
|
|
[workspace]
|
|
|
|
members = [
|
|
|
|
"eth2/attester",
|
2019-02-18 13:21:23 +00:00
|
|
|
"eth2/block_proposer",
|
2019-02-14 01:09:18 +00:00
|
|
|
"eth2/fork_choice",
|
|
|
|
"eth2/state_processing",
|
|
|
|
"eth2/types",
|
|
|
|
"eth2/utils/bls",
|
|
|
|
"eth2/utils/boolean-bitfield",
|
|
|
|
"eth2/utils/hashing",
|
|
|
|
"eth2/utils/honey-badger-split",
|
2019-03-06 05:59:36 +00:00
|
|
|
"eth2/utils/merkle_proof",
|
2019-02-15 00:19:25 +00:00
|
|
|
"eth2/utils/int_to_bytes",
|
2019-03-15 02:31:30 +00:00
|
|
|
"eth2/utils/serde_hex",
|
2019-02-14 01:09:18 +00:00
|
|
|
"eth2/utils/slot_clock",
|
|
|
|
"eth2/utils/ssz",
|
2019-02-19 02:53:05 +00:00
|
|
|
"eth2/utils/ssz_derive",
|
2019-02-14 07:22:55 +00:00
|
|
|
"eth2/utils/swap_or_not_shuffle",
|
2019-02-14 03:57:29 +00:00
|
|
|
"eth2/utils/fisher_yates_shuffle",
|
2019-02-22 11:16:11 +00:00
|
|
|
"eth2/utils/test_random_derive",
|
2019-02-14 01:09:18 +00:00
|
|
|
"beacon_node",
|
|
|
|
"beacon_node/db",
|
2019-03-01 01:45:01 +00:00
|
|
|
"beacon_node/client",
|
2019-02-27 23:24:27 +00:00
|
|
|
"beacon_node/network",
|
2019-03-01 01:45:01 +00:00
|
|
|
"beacon_node/rpc",
|
2019-02-27 23:24:27 +00:00
|
|
|
"beacon_node/version",
|
2019-02-14 01:09:18 +00:00
|
|
|
"beacon_node/beacon_chain",
|
|
|
|
"beacon_node/beacon_chain/test_harness",
|
|
|
|
"protos",
|
|
|
|
"validator_client",
|
|
|
|
]
|