lighthouse/beacon_node
realbigsean 9d2d6239cd Weak subjectivity start from genesis (#1675)
## Issue Addressed
Solution 2 proposed here: https://github.com/sigp/lighthouse/issues/1435#issuecomment-692317639

## Proposed Changes
- 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.

## Additional Info


Co-authored-by: Paul Hauner <paul@paulhauner.com>
2020-10-01 01:41:58 +00:00
..
beacon_chain Weak subjectivity start from genesis (#1675) 2020-10-01 01:41:58 +00:00
client Weak subjectivity start from genesis (#1675) 2020-10-01 01:41:58 +00:00
eth1 Beacon node does not quit on eth1 errors (#1663) 2020-09-25 00:43:45 +00:00
eth2_libp2p Update boot-node and discovery (#1682) 2020-09-29 18:28:29 +10:00
genesis Lighthouse crate v0.2.0 bump (#1450) 2020-08-06 03:43:05 +00:00
network Weak subjectivity start from genesis (#1675) 2020-10-01 01:41:58 +00:00
operation_pool Lighthouse crate v0.2.0 bump (#1450) 2020-08-06 03:43:05 +00:00
rest_api minimize the number of places we are calling update_pubkey_cache (#1626) 2020-09-23 01:19:56 +00:00
src Weak subjectivity start from genesis (#1675) 2020-10-01 01:41:58 +00:00
store Update LevelDB to v0.8.6, removing patch (#1636) 2020-09-21 11:53:53 +00:00
tests Improve tokio task execution (#1181) 2020-06-04 21:48:05 +10:00
timer Lighthouse crate v0.2.0 bump (#1450) 2020-08-06 03:43:05 +00:00
websocket_server Lighthouse crate v0.2.0 bump (#1450) 2020-08-06 03:43:05 +00:00
Cargo.toml Weak subjectivity start from genesis (#1675) 2020-10-01 01:41:58 +00:00