lighthouse/beacon_node/eth2-libp2p
Age Manning fdb6e28f94
Super/Silky smooth syncs (#816)
* Initial block processing thread design

* Correct compilation issues

* Increase logging and request from all given peers

* Patch peer request bug

* Adds fork choice to block processing

* Adds logging for bug isolation

* Patch syncing for chains with skip-slots

* Bump block processing error logs

* Improve logging for attestation processing

* Randomize peer selection during sync

* Resuming chains restarts from local finalized slot

* Downgrades Arc batches to Rc batches

* Add clippy fixes

* Downgrade Rc<Batch> to Option<Batch> to pass processed batches to chains

* Add reviewers suggestions
2020-01-23 17:30:49 +11:00
..
src Super/Silky smooth syncs (#816) 2020-01-23 17:30:49 +11:00
tests Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
Cargo.toml Discv5 upgrade (#788) 2020-01-10 14:35:07 +11:00