Skip to content

Commit

Permalink
update generated PRDoc
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
  • Loading branch information
sandreim committed Jan 22, 2025
1 parent 4b9b3cf commit be8d32b
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions prdoc/pr_6867.prdoc
Original file line number Diff line number Diff line change
@@ -1,33 +1,28 @@
title: Deprecate ParaBackingState API
doc:
- audience: Node Operator
- audience: [ Runtime Dev, Node Dev ]
description: |-
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.
Deprecates the `para_backing_state` API. Introduces and new `backing_constraints` API that can be used
together with existing `candidates_pending_availability` to retrieve the same information provided by
`para_backing_state`.

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:
- [ ] PRDoc
crates:
- name: polkadot-primitives
bump: minor
- name: polkadot-runtime-parachains
bump: minor
bump: patch
- name: rococo-runtime
bump: minor
- name: westend-runtime
bump: minor
- name: cumulus-relay-chain-minimal-node
bump: minor
- name: cumulus-relay-chain-rpc-interface
bump: minor
- name: polkadot-node-core-prospective-parachains
bump: minor
bump: patch
- name: polkadot-node-core-runtime-api
bump: minor
- name: polkadot-node-subsystem-types
bump: minor
- name: polkadot-node-subsystem-util
bump: minor
- name: polkadot
bump: minor

0 comments on commit be8d32b

Please sign in to comment.