validator_discovery: pass PeerSet to the request (#2372)
* validator_discovery: pass PeerSet to the request
* validator_discovery: track PeerSet of connected peers
* validator_discovery: fix tests
* validator_discovery: fix long line
* some fixes
* some validator_discovery logs
* log validator discovery request
* Also connect to validators on `DistributePoV`.
* validator_discovery: store the whole state per peer_set
* bump spec versions in kusama, polkadot and westend
* Correcting doc.
* validator_discovery: bump channel capacity
* pov-distribution: some cleanup
* this should fix the test, but it does not
* I just got some brain damage while fixing this
Why are you even reading this???
* wrap long line
* address some review nits
Co-authored-by:
Robert Klotzner <robert.klotzner@gmx.at>
parent
28cab8e1
Showing
- polkadot/Cargo.lock 1 addition, 0 deletionspolkadot/Cargo.lock
- polkadot/node/network/availability-recovery/src/lib.rs 2 additions, 1 deletionpolkadot/node/network/availability-recovery/src/lib.rs
- polkadot/node/network/bridge/src/action.rs 3 additions, 0 deletionspolkadot/node/network/bridge/src/action.rs
- polkadot/node/network/bridge/src/lib.rs 14 additions, 7 deletionspolkadot/node/network/bridge/src/lib.rs
- polkadot/node/network/bridge/src/validator_discovery.rs 93 additions, 53 deletionspolkadot/node/network/bridge/src/validator_discovery.rs
- polkadot/node/network/collator-protocol/src/collator_side.rs 4 additions, 1 deletionpolkadot/node/network/collator-protocol/src/collator_side.rs
- polkadot/node/network/pov-distribution/src/lib.rs 50 additions, 32 deletionspolkadot/node/network/pov-distribution/src/lib.rs
- polkadot/node/network/pov-distribution/src/tests.rs 26 additions, 15 deletionspolkadot/node/network/pov-distribution/src/tests.rs
- polkadot/node/network/protocol/src/peer_set.rs 4 additions, 3 deletionspolkadot/node/network/protocol/src/peer_set.rs
- polkadot/node/subsystem-util/Cargo.toml 1 addition, 0 deletionspolkadot/node/subsystem-util/Cargo.toml
- polkadot/node/subsystem-util/src/validator_discovery.rs 24 additions, 5 deletionspolkadot/node/subsystem-util/src/validator_discovery.rs
- polkadot/node/subsystem/src/messages.rs 3 additions, 1 deletionpolkadot/node/subsystem/src/messages.rs
- polkadot/roadmap/implementers-guide/src/types/overseer-protocol.md 2 additions, 0 deletions...roadmap/implementers-guide/src/types/overseer-protocol.md
Please register or sign in to comment