-
Notifications
You must be signed in to change notification settings - Fork 707
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d0461e1
commit 2e8255c
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |