prospective-parachains: respond with multiple backable candidates (#3160)

Fixes https://github.com/paritytech/polkadot-sdk/issues/3129
This commit is contained in:
Alin Dima
2024-02-06 10:21:28 +02:00
committed by GitHub
parent 53f615de50
commit 7df1ae3b81
9 changed files with 844 additions and 92 deletions
@@ -92,9 +92,10 @@ prospective validation data. This is unlikely to change.
been backed.
- Sent by the Backing Subsystem after it successfully imports a
statement giving a candidate the necessary quorum of backing votes.
- `ProspectiveParachainsMessage::GetBackableCandidate`
- Get a backable candidate hash along with its relay parent for a given parachain,
under a given relay-parent (leaf) hash, which is a descendant of given candidate hashes.
- `ProspectiveParachainsMessage::GetBackableCandidates`
- Get the requested number of backable candidate hashes along with their relay parent for a given
parachain,under a given relay-parent (leaf) hash, which are descendants of given candidate
hashes.
- Sent by the Provisioner when requesting backable candidates, when
selecting candidates for a given relay-parent.
- `ProspectiveParachainsMessage::GetHypotheticalFrontier`