-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate ParaBackingState API #6867
Conversation
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
cumulus/client/relay-chain-minimal-node/src/blockchain_rpc_client.rs
Outdated
Show resolved
Hide resolved
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
…/polkadot-sdk into sandreim/refactor_constraints
bot fmt |
@sandreim https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/8047468 was started for your command Comment |
@sandreim Command |
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
…/polkadot-sdk into sandreim/refactor_constraints
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks reasonable modulo some failing CI checks
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
…reim/refactor_constraints
/cmd prdoc --bump minor --audience node_operator |
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
All GitHub workflows were cancelled due to failure one of the required jobs. |
…reim/refactor_constraints
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
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 newbacking_constraints
API that can be used together withcandidates_pending_availability
to get the same information provided bypara_backing_state
.TODO: