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'
doc:
- audience: Runtime Dev
description: |
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
should be used by benchmarks to ensure that the delivery of a Xcm will work in the benchmark.
- audience: Runtime Dev
description: |
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
should be used by benchmarks to ensure that the delivery of a Xcm will work in the benchmark.
crates:
- name: polkadot-runtime-parachains
bump: major
- name: polkadot-runtime-common
bump: major
- name: polkadot-parachain-primitives
bump: major
- name: rococo-runtime
bump: major
- name: westend-runtime
bump: major
- name: pallet-xcm-benchmarks
bump: major
- name: pallet-xcm
bump: major
- name: cumulus-pallet-parachain-system
bump: major
- name: staging-xcm
bump: major
- name: staging-xcm-builder
bump: major
- name: bridge-runtime-common
bump: major
- name: pallet-xcm-bridge-hub-router
bump: major
- name: pallet-xcm-bridge-hub
bump: major
- name: snowbridge-pallet-inbound-queue
bump: major
- name: snowbridge-pallet-system
bump: major
- name: snowbridge-core
bump: major
- name: snowbridge-router-primitives
bump: major
- name: snowbridge-runtime-common
bump: major
- name: snowbridge-runtime-test-common
bump: major
- name: cumulus-pallet-dmp-queue
bump: major
- name: cumulus-pallet-xcmp-queue
bump: major
- name: parachains-common
bump: major
- name: asset-hub-rococo-runtime
bump: major
- name: asset-hub-westend-runtime
bump: major
- name: assets-common
bump: major
- name: bridge-hub-rococo-runtime
bump: major
- name: bridge-hub-westend-runtime
bump: major
- name: bridge-hub-common
bump: major
- name: collectives-westend-runtime
bump: major
- name: contracts-rococo-runtime
bump: major
- name: coretime-rococo-runtime
bump: major
- name: coretime-westend-runtime
bump: major
- name: glutton-westend-runtime
bump: major
- name: people-rococo-runtime
bump: major
- name: people-westend-runtime
bump: major
- name: penpal-runtime
bump: major
- name: rococo-parachain-runtime
bump: major
- name: polkadot-parachain-bin
bump: major
- name: cumulus-primitives-core
bump: major
- name: cumulus-primitives-utility
bump: major
- name: polkadot-service
bump: major
- name: staging-xcm-executor
bump: major
- name: xcm-runtime-apis
bump: major
- name: xcm-simulator-example
bump: major
- name: pallet-contracts
bump: major
- name: pallet-contracts-mock-network
bump: major
- name: pallet-revive
bump: major
- name: pallet-revive-mock-network
bump: major
- name: polkadot-sdk
bump: major
- name: polkadot-runtime-parachains
bump: major
- name: polkadot-runtime-common
bump: major
- name: polkadot-parachain-primitives
bump: major
- name: rococo-runtime
bump: major
- name: westend-runtime
bump: major
- name: pallet-xcm-benchmarks
bump: major
- name: pallet-xcm
bump: major
- name: cumulus-pallet-parachain-system
bump: major
- name: staging-xcm
bump: major
- name: staging-xcm-builder
bump: major
- name: bridge-runtime-common
bump: major
- name: pallet-xcm-bridge-hub-router
bump: major
- name: pallet-xcm-bridge-hub
bump: major
- name: snowbridge-pallet-inbound-queue
bump: major
- name: snowbridge-pallet-system
bump: major
- name: snowbridge-core
bump: major
- name: snowbridge-router-primitives
bump: major
- name: snowbridge-runtime-common
bump: major
- name: snowbridge-runtime-test-common
bump: major
- name: cumulus-pallet-dmp-queue
bump: major
- name: cumulus-pallet-xcmp-queue
bump: major
- name: parachains-common
bump: major
- name: asset-hub-rococo-runtime
bump: major
- name: asset-hub-westend-runtime
bump: major
- name: assets-common
bump: major
- name: bridge-hub-rococo-runtime
bump: major
- name: bridge-hub-westend-runtime
bump: major
- name: bridge-hub-common
bump: major
- name: collectives-westend-runtime
bump: major
- name: contracts-rococo-runtime
bump: major
- name: coretime-rococo-runtime
bump: major
- name: coretime-westend-runtime
bump: major
- name: glutton-westend-runtime
bump: major
- name: people-rococo-runtime
bump: major
- name: people-westend-runtime
bump: major
- name: penpal-runtime
bump: major
- name: rococo-parachain-runtime
bump: major
- name: polkadot-parachain-bin
bump: major
- name: cumulus-primitives-core
bump: major
- name: cumulus-primitives-utility
bump: major
- name: polkadot-service
bump: major
- name: staging-xcm-executor
bump: major
- name: xcm-runtime-apis
bump: major
- name: xcm-simulator-example
bump: major
- name: pallet-contracts
bump: major
- name: pallet-contracts-mock-network
bump: major
- name: pallet-revive
bump: major
- name: pallet-revive-mock-network
bump: major
- name: polkadot-sdk
bump: major
title: 'pallet-bounties: Fix benchmarks for 0 ED'
doc:
- audience: Runtime Dev
description: 'Closes: https://github.com/paritytech/polkadot-sdk/issues/7009'
- audience: Runtime Dev
description: 'Closes: https://github.com/paritytech/polkadot-sdk/issues/7009'
crates:
- name: pallet-bounties
bump: patch
- name: pallet-bounties
bump: patch
title: Avoid incomplete block import pipeline with full verifying import queue
doc:
- audience: Node Dev
description: |-
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.
- audience: Node Dev
description: |-
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.
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:
- name: cumulus-client-consensus-aura
bump: patch
- name: cumulus-client-consensus-aura
bump: patch
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
# 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:
- audience: Runtime User
description:
description: |
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.
......
title: Increase the number of pvf execution workers from 2 to 4
doc:
- audience: Node Dev
description: |-
Increase the number of pvf execution workers from 2 to 4.
- audience: Node Dev
description: |-
Increase the number of pvf execution workers from 2 to 4.
crates:
- name: polkadot-service
bump: patch
- name: polkadot-service
bump: patch
......@@ -8,5 +8,5 @@ doc:
While at it, have registered a new inbound failure metric to have visibility into this.
crates:
- name: sc-network
bump: patch
- name: sc-network
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