mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-31 05:07:12 +00:00
add HTTP API to the beacon node to retrieve IL from the EL. add IL service in the validator client to download the IL from the beacon node. add logic to the beacon node to package the IL for the validator client. add HTTP API to the beacon node to gossip signed ILs. the validator client will sign the ILs from the beacon node and resubmit to the beacon node to gossip.
8 lines
183 B
Rust
8 lines
183 B
Rust
pub mod attestation_service;
|
|
pub mod block_service;
|
|
pub mod duties_service;
|
|
pub mod inclusion_list_service;
|
|
pub mod preparation_service;
|
|
pub mod sync;
|
|
pub mod sync_committee_service;
|