Skip to content
Snippets Groups Projects
Unverified Commit e9393a9a authored by Andrei Sandu's avatar Andrei Sandu Committed by GitHub
Browse files

Deprecate ParaBackingState API (#6867)


Currently the `para_backing_state` API is used only by the prospective
parachains subsystems and returns 2 things: the constraints for
parachain blocks and the candidates pending availability.

This PR deprecates `para_backing_state` and introduces a new
`backing_constraints` API that can be used together with
`candidates_pending_availability` to get the same information provided
by `para_backing_state`.

TODO:
- [x] PRDoc

---------

Signed-off-by: default avatarAndrei Sandu <andrei-mihail@parity.io>
Co-authored-by: command-bot <>
parent 3a7f3c0a
Branches
No related merge requests found
Pipeline #512951 waiting for manual action with stages
in 36 minutes and 56 seconds
Showing
with 675 additions and 147 deletions
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