Skip to content
Unverified Commit 5d33c5fe authored by Alin Dima's avatar Alin Dima Committed by GitHub
Browse files

runtime: make the candidate relay parent progression check more strict (#5113)

Previously, we were checking if the relay parent of a new candidate does
not move backwards from the latest included on-chain candidate. This was
fine prior to elastic scaling. We now need to also check that the relay
parent progresses from the latest pending availability candidate, as
well as check the progression within the candidate chain in the inherent
data.

Prospective-parachains is already doing this check but we should also
add it in the runtime
parent 2982bf3e
Pipeline #486134 waiting for manual action with stages
in 1 hour, 4 minutes, and 53 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment