Generic asset manager (#341)

Co-authored-by: Nikita Khateev <nikita.khateev@gmail.com>
This commit is contained in:
Özgün Özerk
2024-10-25 13:27:39 +03:00
committed by GitHub
parent 033cf12f34
commit 46a9a3f4e8
10 changed files with 483 additions and 40 deletions
+6
View File
@@ -81,6 +81,9 @@ pallet-collator-selection = { workspace = true }
parachain-info = { workspace = true }
parachains-common = { workspace = true }
# Moonbeam
pallet-asset-manager = { workspace = true }
[dev-dependencies]
sp-io = { workspace = true }
@@ -108,6 +111,7 @@ std = [
"frame-system/std",
"frame-try-runtime?/std",
"log/std",
"pallet-asset-manager/std",
"pallet-assets/std",
"pallet-aura/std",
"pallet-authorship/std",
@@ -165,6 +169,7 @@ runtime-benchmarks = [
"frame-system-benchmarking/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"hex-literal",
"pallet-asset-manager/runtime-benchmarks",
"pallet-assets/runtime-benchmarks",
"pallet-balances/runtime-benchmarks",
"pallet-collator-selection/runtime-benchmarks",
@@ -198,6 +203,7 @@ try-runtime = [
"frame-support/try-runtime",
"frame-system/try-runtime",
"frame-try-runtime/try-runtime",
"pallet-asset-manager/try-runtime",
"pallet-assets/try-runtime",
"pallet-aura/try-runtime",
"pallet-authorship/try-runtime",