rename the candidate backing message from `GetBackedCandidates` to `GetBackableCandidates` (#4921)
**Backable Candidate**: If a candidate receives enough supporting
Statements from the Parachain Validators currently assigned, that
candidate is considered backable.
**Backed Candidate**: A Backable Candidate noted in a relay-chain block
---
When the candidate backing subsystem receives the `GetBackedCandidates`
message, it sends back **backable** candidates, not **backed**
candidates. So we should rename this message to `GetBackableCandidates`
Co-authored-by:
Bastian Köcher <git@kchr.de>
parent
60849232
Showing
- polkadot/node/core/backing/src/lib.rs 3 additions, 3 deletionspolkadot/node/core/backing/src/lib.rs
- polkadot/node/core/backing/src/tests/mod.rs 7 additions, 7 deletionspolkadot/node/core/backing/src/tests/mod.rs
- polkadot/node/core/provisioner/src/lib.rs 1 addition, 1 deletionpolkadot/node/core/provisioner/src/lib.rs
- polkadot/node/core/provisioner/src/tests.rs 1 addition, 1 deletionpolkadot/node/core/provisioner/src/tests.rs
- polkadot/node/overseer/src/tests.rs 1 addition, 1 deletionpolkadot/node/overseer/src/tests.rs
- polkadot/node/subsystem-types/src/messages.rs 1 addition, 1 deletionpolkadot/node/subsystem-types/src/messages.rs
Please register or sign in to comment