Skip to content
Snippets Groups Projects
user avatar
Andrei Sandu authored
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 <>
e9393a9a