BEEFY: gossip finality proofs (#13727)
* sc-consensus-beefy: add justifications to gossip protocol * sc-consensus-beefy: voter gossips finality proofs * sc-consensus-beefy: add finality proof gossip test * sc-consensus-beefy: always gossip finality proof Gossip finality proof in _both_ cases of reaching finality threshold through votes: 1. threshold reached through self vote, 2. threshold reached through incoming vote. * address comments
Showing
- substrate/client/consensus/beefy/src/communication/gossip.rs 376 additions, 140 deletionssubstrate/client/consensus/beefy/src/communication/gossip.rs
- substrate/client/consensus/beefy/src/communication/mod.rs 3 additions, 3 deletionssubstrate/client/consensus/beefy/src/communication/mod.rs
- substrate/client/consensus/beefy/src/justification.rs 12 additions, 4 deletionssubstrate/client/consensus/beefy/src/justification.rs
- substrate/client/consensus/beefy/src/lib.rs 1 addition, 1 deletionsubstrate/client/consensus/beefy/src/lib.rs
- substrate/client/consensus/beefy/src/round.rs 21 additions, 17 deletionssubstrate/client/consensus/beefy/src/round.rs
- substrate/client/consensus/beefy/src/tests.rs 165 additions, 11 deletionssubstrate/client/consensus/beefy/src/tests.rs
- substrate/client/consensus/beefy/src/worker.rs 64 additions, 30 deletionssubstrate/client/consensus/beefy/src/worker.rs
Please register or sign in to comment