Files
pezkuwi-subxt/prdoc/1.9.0/pr_3403.prdoc
T
Egor_P 7b6b061e32 [Backport] version bumps and prdocs reordering 1.9.0 (#3758)
This PR backports:
- node version bump
- `spec_vesion` bump
- reordering of the `prdocs` to the appropriate folder
from the `1.9.0` release branch
2024-03-21 09:00:10 +00:00

23 lines
988 B
Plaintext

# 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: "Add `claim_assets` extrinsic to `pallet-xcm`"
doc:
- audience: Runtime User
description: |
There's a new extrinsic in `pallet-xcm` for claiming assets.
This means that if your assets ever get trapped while teleporting or doing reserve asset transfers,
you can easily claim them by calling this new extrinsic.
- audience: Runtime Dev
description: |
There's a new extrinsic in `pallet-xcm` that needs a new configuration item for its benchmarks.
It's a simple function in `pallet_xcm::benchmarking::Config`, `get_asset`, that returns a valid asset
handled by the AssetTransactor of the chain.
If you're already using `pallet-xcm-benchmarks`, then you already have this function there and can
just copy and paste it.
crates:
- name: pallet-xcm
- name: staging-xcm