Skip to content

Commit

Permalink
Merge pull request #33 from toints/xcm-sub-assets
Browse files Browse the repository at this point in the history
Fixed: use pallet_utility::batch to send multiple transfers
  • Loading branch information
toints authored Dec 27, 2023
2 parents fe0a1a5 + c9e0406 commit c7b2de1
Show file tree
Hide file tree
Showing 6 changed files with 163 additions and 175 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions pallets/liquidation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ sp-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch
frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
frame-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false, optional = true}
pallet-utility = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false}

[features]
default = ['std']
Expand All @@ -42,6 +43,7 @@ runtime-benchmarks = [
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
"pallet-utility/runtime-benchmarks",
]
std = [
"sp-core/std",
Expand All @@ -54,10 +56,12 @@ std = [
"pallet-order/std",
"pallet-pot/std",
"mp-system/std",
"pallet-utility/std",
"frame-benchmarking/std",
]
try-runtime = [
"frame-support/try-runtime",
"frame-system/try-runtime",
"sp-runtime/try-runtime",
"pallet-utility/try-runtime",
]
Loading

0 comments on commit c7b2de1

Please sign in to comment.