lighthouse/beacon_node
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
..
beacon_chain Super/Silky smooth syncs (#816) 2020-01-23 17:30:49 +11:00
client Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
eth1 Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
eth2-libp2p Super/Silky smooth syncs (#816) 2020-01-23 17:30:49 +11:00
genesis Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
network Super/Silky smooth syncs (#816) 2020-01-23 17:30:49 +11:00
rest_api Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
src Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
store Fix clippy warnings (#813) 2020-01-21 18:38:56 +11:00
tests Prepare for public testnet (#628) 2019-12-03 15:28:57 +11:00
version Apply clippy suggestions 2019-03-19 23:20:39 +11:00
websocket_server Improve beacon node logging (#660) 2019-12-06 18:44:38 +11:00
Cargo.toml Implements a timeout for peer banning (#665) 2019-12-06 14:13:43 +11:00