mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 04:37:13 +00:00
Allow for the vc to submit its proposer preferences to the network Co-Authored-By: Eitan Seri-Levi <eserilev@ucsc.edu> Co-Authored-By: Jimmy Chen <jchen.tc@gmail.com>
11 lines
277 B
Rust
11 lines
277 B
Rust
pub mod attestation_service;
|
|
pub mod block_service;
|
|
pub mod duties_service;
|
|
pub mod latency_service;
|
|
pub mod notifier_service;
|
|
pub mod payload_attestation_service;
|
|
pub mod preparation_service;
|
|
pub mod proposer_preferences_service;
|
|
pub mod sync;
|
|
pub mod sync_committee_service;
|