lighthouse/beacon_node/network/src/attestation_service
realbigsean 255cc25623
Weak subjectivity start from genesis (#1675)
This commit was edited by Paul H when rebasing from master to
v0.3.0-staging.

Solution 2 proposed here: https://github.com/sigp/lighthouse/issues/1435#issuecomment-692317639

- Adds an optional `--wss-checkpoint` flag that takes a string `root:epoch`
- Verify that the given checkpoint exists in the chain, or that the the chain syncs through this checkpoint. If not, shutdown and prompt the user to purge state before restarting.

Co-authored-by: Paul Hauner <paul@paulhauner.com>
2020-10-03 10:00:28 +10:00
..
tests Weak subjectivity start from genesis (#1675) 2020-10-03 10:00:28 +10:00
mod.rs Implement standard eth2.0 API (#1569) 2020-10-01 11:12:36 +10:00