prysm-pulse/beacon-chain/sync
Nishant Das 03356fc7b5
Add Ability to Resync Node (#4279)
* add resyncing functionality

* add more validation to status message

* lint and build

* jim's review

* preston's review

* clean up

* remove log

* remove no sync

* change again

* change back

* remove spaces

* Update shared/slotutil/slottime.go

Co-Authored-By: Raul Jordan <raul@prysmaticlabs.com>

* Apply suggestions from code review

Co-Authored-By: Raul Jordan <raul@prysmaticlabs.com>

* fix refs

* raul's review

* goimports

* goimports

* add counter

* removed condition

* change back

* gaz

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-01-02 16:09:28 +08:00
..
initial-sync Add Ability to Resync Node (#4279) 2020-01-02 16:09:28 +08:00
BUILD.bazel Add Ability to Resync Node (#4279) 2020-01-02 16:09:28 +08:00
deadlines.go Initial Sync: Round robin (#3538) 2019-09-25 12:00:04 -05:00
decode_pubsub.go Use libp2p gossipsub upstream validator framework (#4318) 2019-12-20 03:18:08 +00:00
doc.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
error_test.go Service as proper names (#4293) 2019-12-16 19:53:55 -06:00
error.go Add Ability to Resync Node (#4279) 2020-01-02 16:09:28 +08:00
log.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
metrics.go Add Ability to Resync Node (#4279) 2020-01-02 16:09:28 +08:00
pending_blocks_queue_test.go Service as proper names (#4293) 2019-12-16 19:53:55 -06:00
pending_blocks_queue.go Add Ability to Resync Node (#4279) 2020-01-02 16:09:28 +08:00
rpc_beacon_blocks_by_range_test.go Service as proper names (#4293) 2019-12-16 19:53:55 -06:00
rpc_beacon_blocks_by_range.go Service as proper names (#4293) 2019-12-16 19:53:55 -06:00
rpc_beacon_blocks_by_root_test.go Revert 4372 and 4373 (#4375) 2019-12-30 01:21:08 +00:00
rpc_beacon_blocks_by_root.go Service as proper names (#4293) 2019-12-16 19:53:55 -06:00
rpc_chunked_response.go Service as proper names (#4293) 2019-12-16 19:53:55 -06:00
rpc_goodbye_test.go Service as proper names (#4293) 2019-12-16 19:53:55 -06:00
rpc_goodbye.go Service as proper names (#4293) 2019-12-16 19:53:55 -06:00
rpc_status_test.go Revert 4372 and 4373 (#4375) 2019-12-30 01:21:08 +00:00
rpc_status.go Add Ability to Resync Node (#4279) 2020-01-02 16:09:28 +08:00
rpc_test.go Service as proper names (#4293) 2019-12-16 19:53:55 -06:00
rpc.go Service as proper names (#4293) 2019-12-16 19:53:55 -06:00
service.go Add Ability to Resync Node (#4279) 2020-01-02 16:09:28 +08:00
subscriber_beacon_attestation.go Service as proper names (#4293) 2019-12-16 19:53:55 -06:00
subscriber_beacon_blocks_test.go Service as proper names (#4293) 2019-12-16 19:53:55 -06:00
subscriber_beacon_blocks.go Service as proper names (#4293) 2019-12-16 19:53:55 -06:00
subscriber_handlers.go Service as proper names (#4293) 2019-12-16 19:53:55 -06:00
subscriber_test.go Use libp2p gossipsub upstream validator framework (#4318) 2019-12-20 03:18:08 +00:00
subscriber.go Handle Pubsub Panics (#4350) 2019-12-24 04:59:08 +00:00
validate_attester_slashing_test.go Use libp2p gossipsub upstream validator framework (#4318) 2019-12-20 03:18:08 +00:00
validate_attester_slashing.go Use libp2p gossipsub upstream validator framework (#4318) 2019-12-20 03:18:08 +00:00
validate_beacon_attestation_test.go Use libp2p gossipsub upstream validator framework (#4318) 2019-12-20 03:18:08 +00:00
validate_beacon_attestation.go Use libp2p gossipsub upstream validator framework (#4318) 2019-12-20 03:18:08 +00:00
validate_beacon_blocks_test.go Use libp2p gossipsub upstream validator framework (#4318) 2019-12-20 03:18:08 +00:00
validate_beacon_blocks.go Use libp2p gossipsub upstream validator framework (#4318) 2019-12-20 03:18:08 +00:00
validate_proposer_slashing_test.go Use libp2p gossipsub upstream validator framework (#4318) 2019-12-20 03:18:08 +00:00
validate_proposer_slashing.go Use libp2p gossipsub upstream validator framework (#4318) 2019-12-20 03:18:08 +00:00
validate_voluntary_exit_test.go Use libp2p gossipsub upstream validator framework (#4318) 2019-12-20 03:18:08 +00:00
validate_voluntary_exit.go Use libp2p gossipsub upstream validator framework (#4318) 2019-12-20 03:18:08 +00:00