You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
If the runtime API indicates that it's time to switch to async backing, get a set of backed candidates from prospective-parachains, not backing directly. but get full backing votes from backing.
The text was updated successfully, but these errors were encountered:
With #4913 this will use the bitfields to figure out whether it should include a candidate for a core and what the required_path is:
If scheduled, then yes and required_path is empty.
If occupied and bitfields make it free, then yes and required_path is vec![occupied_candidate_hash]
If occupied and availability times out, then yes and required_path is vec![]
If occupied, otherwise, the no
If free, then no
Then we'd query ProspectiveParachainsMessage::GetBackableCandidate, and then query the candidate backing subsystem for the full CommittedCandidateReceipt.
If the runtime API indicates that it's time to switch to async backing, get a set of backed candidates from prospective-parachains, not backing directly. but get full backing votes from backing.
The text was updated successfully, but these errors were encountered: