mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
Asset Conversion: Pool Account ID derivation with additional Pallet ID seed (#3250)
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 <>
This commit is contained in:
Generated
+25
@@ -871,6 +871,7 @@ dependencies = [
|
||||
"hex-literal",
|
||||
"log",
|
||||
"pallet-asset-conversion",
|
||||
"pallet-asset-conversion-ops",
|
||||
"pallet-asset-conversion-tx-payment",
|
||||
"pallet-assets",
|
||||
"pallet-aura",
|
||||
@@ -995,6 +996,7 @@ dependencies = [
|
||||
"hex-literal",
|
||||
"log",
|
||||
"pallet-asset-conversion",
|
||||
"pallet-asset-conversion-ops",
|
||||
"pallet-asset-conversion-tx-payment",
|
||||
"pallet-assets",
|
||||
"pallet-aura",
|
||||
@@ -7383,6 +7385,7 @@ dependencies = [
|
||||
"node-primitives",
|
||||
"pallet-alliance",
|
||||
"pallet-asset-conversion",
|
||||
"pallet-asset-conversion-ops",
|
||||
"pallet-asset-conversion-tx-payment",
|
||||
"pallet-asset-rate",
|
||||
"pallet-asset-tx-payment",
|
||||
@@ -9534,6 +9537,7 @@ dependencies = [
|
||||
"frame-benchmarking",
|
||||
"frame-support",
|
||||
"frame-system",
|
||||
"log",
|
||||
"pallet-assets",
|
||||
"pallet-balances",
|
||||
"parity-scale-codec",
|
||||
@@ -9547,6 +9551,27 @@ dependencies = [
|
||||
"sp-std 14.0.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pallet-asset-conversion-ops"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"frame-benchmarking",
|
||||
"frame-support",
|
||||
"frame-system",
|
||||
"log",
|
||||
"pallet-asset-conversion",
|
||||
"pallet-assets",
|
||||
"pallet-balances",
|
||||
"parity-scale-codec",
|
||||
"primitive-types",
|
||||
"scale-info",
|
||||
"sp-arithmetic",
|
||||
"sp-core",
|
||||
"sp-io",
|
||||
"sp-runtime",
|
||||
"sp-std 14.0.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pallet-asset-conversion-tx-payment"
|
||||
version = "10.0.0"
|
||||
|
||||
Reference in New Issue
Block a user