Skip to content
Snippets Groups Projects
Unverified Commit aca2125a authored by Morgan Adamiec's avatar Morgan Adamiec
Browse files

Fixup prdocs

parent f2d9d6e9
Branches
No related merge requests found
title: 'dmp: Check that the para exist before delivering a message' title: 'dmp: Check that the para exist before delivering a message'
doc: doc:
- audience: Runtime Dev - audience: Runtime Dev
description: | description: |
Ensure that a para exists before trying to deliver a message to it. Ensure that a para exists before trying to deliver a message to it.
Besides that `ensure_successful_delivery` function is added to `SendXcm`. This function Besides that `ensure_successful_delivery` function is added to `SendXcm`. This function
should be used by benchmarks to ensure that the delivery of a Xcm will work in the benchmark. should be used by benchmarks to ensure that the delivery of a Xcm will work in the benchmark.
crates: crates:
- name: polkadot-runtime-parachains - name: polkadot-runtime-parachains
bump: major bump: major
- name: polkadot-runtime-common - name: polkadot-runtime-common
bump: major bump: major
- name: polkadot-parachain-primitives - name: polkadot-parachain-primitives
bump: major bump: major
- name: rococo-runtime - name: rococo-runtime
bump: major bump: major
- name: westend-runtime - name: westend-runtime
bump: major bump: major
- name: pallet-xcm-benchmarks - name: pallet-xcm-benchmarks
bump: major bump: major
- name: pallet-xcm - name: pallet-xcm
bump: major bump: major
- name: cumulus-pallet-parachain-system - name: cumulus-pallet-parachain-system
bump: major bump: major
- name: staging-xcm - name: staging-xcm
bump: major bump: major
- name: staging-xcm-builder - name: staging-xcm-builder
bump: major bump: major
- name: bridge-runtime-common - name: bridge-runtime-common
bump: major bump: major
- name: pallet-xcm-bridge-hub-router - name: pallet-xcm-bridge-hub-router
bump: major bump: major
- name: pallet-xcm-bridge-hub - name: pallet-xcm-bridge-hub
bump: major bump: major
- name: snowbridge-pallet-inbound-queue - name: snowbridge-pallet-inbound-queue
bump: major bump: major
- name: snowbridge-pallet-system - name: snowbridge-pallet-system
bump: major bump: major
- name: snowbridge-core - name: snowbridge-core
bump: major bump: major
- name: snowbridge-router-primitives - name: snowbridge-router-primitives
bump: major bump: major
- name: snowbridge-runtime-common - name: snowbridge-runtime-common
bump: major bump: major
- name: snowbridge-runtime-test-common - name: snowbridge-runtime-test-common
bump: major bump: major
- name: cumulus-pallet-dmp-queue - name: cumulus-pallet-dmp-queue
bump: major bump: major
- name: cumulus-pallet-xcmp-queue - name: cumulus-pallet-xcmp-queue
bump: major bump: major
- name: parachains-common - name: parachains-common
bump: major bump: major
- name: asset-hub-rococo-runtime - name: asset-hub-rococo-runtime
bump: major bump: major
- name: asset-hub-westend-runtime - name: asset-hub-westend-runtime
bump: major bump: major
- name: assets-common - name: assets-common
bump: major bump: major
- name: bridge-hub-rococo-runtime - name: bridge-hub-rococo-runtime
bump: major bump: major
- name: bridge-hub-westend-runtime - name: bridge-hub-westend-runtime
bump: major bump: major
- name: bridge-hub-common - name: bridge-hub-common
bump: major bump: major
- name: collectives-westend-runtime - name: collectives-westend-runtime
bump: major bump: major
- name: contracts-rococo-runtime - name: contracts-rococo-runtime
bump: major bump: major
- name: coretime-rococo-runtime - name: coretime-rococo-runtime
bump: major bump: major
- name: coretime-westend-runtime - name: coretime-westend-runtime
bump: major bump: major
- name: glutton-westend-runtime - name: glutton-westend-runtime
bump: major bump: major
- name: people-rococo-runtime - name: people-rococo-runtime
bump: major bump: major
- name: people-westend-runtime - name: people-westend-runtime
bump: major bump: major
- name: penpal-runtime - name: penpal-runtime
bump: major bump: major
- name: rococo-parachain-runtime - name: rococo-parachain-runtime
bump: major bump: major
- name: polkadot-parachain-bin - name: polkadot-parachain-bin
bump: major bump: major
- name: cumulus-primitives-core - name: cumulus-primitives-core
bump: major bump: major
- name: cumulus-primitives-utility - name: cumulus-primitives-utility
bump: major bump: major
- name: polkadot-service - name: polkadot-service
bump: major bump: major
- name: staging-xcm-executor - name: staging-xcm-executor
bump: major bump: major
- name: xcm-runtime-apis - name: xcm-runtime-apis
bump: major bump: major
- name: xcm-simulator-example - name: xcm-simulator-example
bump: major bump: major
- name: pallet-contracts - name: pallet-contracts
bump: major bump: major
- name: pallet-contracts-mock-network - name: pallet-contracts-mock-network
bump: major bump: major
- name: pallet-revive - name: pallet-revive
bump: major bump: major
- name: pallet-revive-mock-network - name: pallet-revive-mock-network
bump: major bump: major
- name: polkadot-sdk - name: polkadot-sdk
bump: major bump: major
title: 'pallet-bounties: Fix benchmarks for 0 ED' title: 'pallet-bounties: Fix benchmarks for 0 ED'
doc: doc:
- audience: Runtime Dev - audience: Runtime Dev
description: 'Closes: https://github.com/paritytech/polkadot-sdk/issues/7009' description: 'Closes: https://github.com/paritytech/polkadot-sdk/issues/7009'
crates: crates:
- name: pallet-bounties - name: pallet-bounties
bump: patch bump: patch
title: Avoid incomplete block import pipeline with full verifying import queue title: Avoid incomplete block import pipeline with full verifying import queue
doc: doc:
- audience: Node Dev - audience: Node Dev
description: |- description: |-
When warp syncing a node using the equivocation checking verifier, we now properly set the fork_choice rule. When warp syncing a node using the equivocation checking verifier, we now properly set the fork_choice rule.
Affected are mostly nodes that are derived from the parachain template. Omni-node is not affected. Affected are mostly nodes that are derived from the parachain template. Omni-node is not affected.
The prevents the error `ClientImport("Incomplete block import pipeline.")` after state sync.
The prevents the error `ClientImport("Incomplete block import pipeline.")` after state sync.
crates: crates:
- name: cumulus-client-consensus-aura - name: cumulus-client-consensus-aura
bump: patch bump: patch
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0 # Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json # See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json
title: [stable2409] Backport Snowbridge - Support bridging native ETH title: '[stable2409] Backport Snowbridge - Support bridging native ETH'
doc: doc:
- audience: Runtime User - audience: Runtime User
description: description: |
Support Native ETH as an asset type instead of only supporting WETH. WETH is still supported, but adds Support Native ETH as an asset type instead of only supporting WETH. WETH is still supported, but adds
support for ETH in the inbound and outbound routers. support for ETH in the inbound and outbound routers.
......
title: Increase the number of pvf execution workers from 2 to 4 title: Increase the number of pvf execution workers from 2 to 4
doc: doc:
- audience: Node Dev - audience: Node Dev
description: |- description: |-
Increase the number of pvf execution workers from 2 to 4. Increase the number of pvf execution workers from 2 to 4.
crates: crates:
- name: polkadot-service - name: polkadot-service
bump: patch bump: patch
...@@ -8,5 +8,5 @@ doc: ...@@ -8,5 +8,5 @@ doc:
While at it, have registered a new inbound failure metric to have visibility into this. While at it, have registered a new inbound failure metric to have visibility into this.
crates: crates:
- name: sc-network - name: sc-network
bump: patch bump: patch
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