This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
collator-protocol: short-term fixes for connectivity #4435
Labels
T5-parachains_protocol
This PR/Issue is related to Parachains features and protocol changes.
Currently, collators add validators to the reserved peerset when a collation is ready and only update it on the next collation.
That means that after a validator disconnects a collator, it will still try to connect back, even if it's not in their backing group.
As a short term fix, we could:
polkadot/node/network/collator-protocol/src/lib.rs
Line 61 in c87a220
Originally posted by @ordian in #4381 (comment)
The text was updated successfully, but these errors were encountered: