mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 11:07:56 +00:00
2dfe5f745c
Fixes https://github.com/paritytech/polkadot-sdk/issues/3576 Required by elastic scaling collators. Deprecates old API: `candidate_pending_availability`. TODO: - [x] PRDoc --------- Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
26 lines
892 B
Plaintext
26 lines
892 B
Plaintext
title: Add `candidates_pending_availability` Runtime API
|
|
|
|
doc:
|
|
- audience: "Node Dev"
|
|
description: |
|
|
This new API retrieves all `CommittedCandidateReceipts` of all candidates pending availability
|
|
for a parachain at a given relay chain block number. It is required by collators that make use
|
|
of elastic scaling capability in the context of PoV recovery and block import. The old API
|
|
`candidate_pending_availability` is now deprectated and will be removed in the future.
|
|
|
|
crates:
|
|
- name: polkadot-node-core-runtime-api
|
|
bump: minor
|
|
- name: polkadot-node-subsystem-types
|
|
bump: minor
|
|
- name: polkadot-node-subsystem-util
|
|
bump: minor
|
|
- name: polkadot-primitives
|
|
bump: minor
|
|
- name: polkadot-runtime-parachains
|
|
bump: minor
|
|
- name: cumulus-relay-chain-rpc-interface
|
|
bump: minor
|
|
- name: cumulus-relay-chain-minimal-node
|
|
bump: minor
|