BEEFY: optimize voter event loop for fewer 'active' wakeups (#12760)
* client/beefy: remove high-freq network events from main loop
Network events are many and very frequent, remove the net-event-stream
from the main voter loop and drastically reduce BEEFY voter task
'wakeups'.
Instead have the `GossipValidator` track known peers as it already
has callbacks for that coming from `GossipEngine`.
Signed-off-by:
acatangiu <adrian@parity.io>
Showing
- substrate/client/beefy/src/communication/gossip.rs 4 additions, 0 deletionssubstrate/client/beefy/src/communication/gossip.rs
- substrate/client/beefy/src/communication/peers.rs 2 additions, 10 deletionssubstrate/client/beefy/src/communication/peers.rs
- substrate/client/beefy/src/lib.rs 2 additions, 2 deletionssubstrate/client/beefy/src/lib.rs
- substrate/client/beefy/src/tests.rs 24 additions, 24 deletionssubstrate/client/beefy/src/tests.rs
- substrate/client/beefy/src/worker.rs 53 additions, 86 deletionssubstrate/client/beefy/src/worker.rs
Please register or sign in to comment