mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-20 18:41:11 +00:00
35c914baa6
This reverts commit d7a3545be1fc061064baae04b27efb9479ff2b2d, reversing changes made to 1da06c156ca8ede604da437bf824d2c8aef34207.
22 lines
448 B
TOML
22 lines
448 B
TOML
[workspace]
|
|
members = [
|
|
"eth2/attester",
|
|
"eth2/block_producer",
|
|
"eth2/fork_choice",
|
|
"eth2/state_processing",
|
|
"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",
|
|
"beacon_node",
|
|
"beacon_node/db",
|
|
"beacon_node/beacon_chain",
|
|
"beacon_node/beacon_chain/test_harness",
|
|
"protos",
|
|
"validator_client",
|
|
]
|