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
Implement check core index method of committedCandidateReceiptV2 struct
Implementation details
Checks if the descriptor core index is equal to the committed core index.
Argument coresPerParachain is a claim queue snapshot at the candidate's relay parent, stored as a mapping between ParaId and the cores assigned per depth.
Issue summary
Implement check core index method of committedCandidateReceiptV2 struct
Implementation details
Checks if the descriptor core index is equal to the committed core index.
Argument
coresPerParachain
is a claim queue snapshot at the candidate's relay parent, stored as a mapping betweenParaId
and the cores assigned per depth.need to introduce
UMPSignal
varying datatype.Other information and links
https://github.com/paritytech/polkadot-sdk/blob/ef064a357c97c2635f05295aac1698a91fa2f4fd/polkadot/primitives/src/vstaging/mod.rs#L606C1-L674C2
The text was updated successfully, but these errors were encountered: