Skip to content

Commit

Permalink
doc: add prdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoaguirre committed Nov 26, 2024
1 parent d0461e1 commit 2e8255c
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions prdoc/pr_6566.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# 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: XCMv5 - SetHints instruction

doc:
- audience: Runtime Dev
description: |
The new SetHints instruction is a repackaging of SetAssetClaimer that also allows future
"hints" which alter the default behaviour of the executor.
The AllowTopLevelPaidExecutionFrom barrier allows this instruction between WithdrawAsset and
BuyExecution/PayFees to configure things before the actual meat of the program.

crates:
- name: asset-hub-rococo-runtime
bump: major
- name: asset-hub-westend-runtime
bump: major
- name: bridge-hub-rococo-runtime
bump: major
- name: bridge-hub-westend-runtime
bump: major
- name: coretime-rococo-runtime
bump: major
- name: coretime-westend-runtime
bump: major
- name: people-rococo-runtime
bump: major
- name: people-westend-runtime
bump: major
- name: rococo-runtime
bump: major
- name: westend-runtime
bump: major
- name: pallet-xcm-benchmarks
bump: major
- name: xcm-procedural
bump: minor
- name: staging-xcm
bump: major
- name: staging-xcm-builder
bump: major
- name: staging-xcm-executor
bump: major

0 comments on commit 2e8255c

Please sign in to comment.