lighthouse/beacon_node/beacon_chain
Giulio rebuffo d5a2de759b Added LightClientBootstrap V1 (#3711)
## Issue Addressed

Partially addresses #3651

## Proposed Changes

Adds server-side support for light_client_bootstrap_v1 topic

## Additional Info

This PR, creates each time a bootstrap without using cache, I do not know how necessary a cache is in this case as this topic is not supposed to be called frequently and IMHO we can just prevent abuse by using the limiter, but let me know what you think or if there is any caveat to this, or if it is necessary only for the sake of good practice.


Co-authored-by: Pawan Dhananjay <pawandhananjay@gmail.com>
2022-11-25 05:19:00 +00:00
..
src Added LightClientBootstrap V1 (#3711) 2022-11-25 05:19:00 +00:00
tests Fix attestation shuffling filter (#3629) 2022-10-18 04:02:06 +00:00
Cargo.toml Impl oneshot_broadcast for committee promises (#3595) 2022-09-21 01:01:50 +00:00