mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
4e10d3b0a6
Introduce `PalletId` as an additional seed parameter for pool's account id derivation. The PR also introduces the `pallet_asset_conversion_ops` pallet with a call to migrate a given pool to thew new account. Additionally `fungibles::lifetime::ResetTeam` and `fungible::lifetime::Refund` traits, to facilitate the migration of pools. --------- Co-authored-by: command-bot <>
17 lines
701 B
Plaintext
17 lines
701 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: "Asset Conversion: Pool Account ID derivation with additional Pallet ID seed"
|
|
|
|
doc:
|
|
- audience: Runtime Dev
|
|
description: |
|
|
Introduce PalletId as an additional seed parameter for pool's account id derivation.
|
|
The PR also introduces the `pallet_asset_conversion_ops` pallet with a call to migrate
|
|
a pool to the new account. Additionally `fungibles::roles::ResetTeam` and
|
|
`fungible::lifetime::Refund` traits, to facilitate the migration functionality.
|
|
|
|
crates:
|
|
- name: pallet-asset-conversion
|
|
bump: minor
|