ChainSafe / gossamer

🕸️ Go Implementation of the Polkadot Host
https://chainsafe.github.io/gossamer
GNU Lesser General Public License v3.0
427 stars 110 forks source link

chore(dot/parachain/backing): rename GetBackedCandidatesMessage to GetBackableCandidatesMessage #4063

Closed axaysagathiya closed 5 days ago

axaysagathiya commented 1 week ago

Changes

Tests

go test -tags integration github.com/ChainSafe/gossamer

Issues

closes #4062

Other information

As GetBackedCandidatesMessage returns a list of backable candidates, I've renamed it to GetBackableCandidatesMessage.

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