Skip to content
Unverified Commit d0c8a073 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

grandpa: Ensure `WarpProof` stays in its limits (#6963)

There was the chance that a `WarpProof` was bigger than the maximum warp
sync proof size. This could have happened when inserting the last
justification, which then may pushed the total proof size above the
maximum. The solution is simply to ensure that the last justfication
also fits into the limits.

Close: https://github.com/paritytech/polkadot-sdk/issues/6957

---------

Co-authored-by: command-bot <>
parent 97d3b860
Pipeline #510191 waiting for manual action with stages
in 1 hour, 20 minutes, and 16 seconds