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
We need to add a claim_queue_offset field to CandidateFingerprint, so for each candidate in the AdvertiseSegment variant. It can be initialized with 0 for now, and than we can add the actual initialization logic later as a patch release
Adding backwards compatibility E2E tests:
check that it works when the collator has v4 support and the validator supports only v2/v3
Related to: #11903
Draft PR: #12172
Things remaining to be done:
CollatorProtocolMessage(defined inpolkdot/node/network/protocol/src/lib.rs):CollationSecondedvariant. See: https://github.com/paritytech/polkadot-sdk/pull/12172/changes#r3595451352claim_queue_offsetfield toCandidateFingerprint, so for each candidate in theAdvertiseSegmentvariant. It can be initialized with0for now, and than we can add the actual initialization logic later as a patch release