Skip to content

Commit

Permalink
Merge pull request #35 from toints/main
Browse files Browse the repository at this point in the history
Fixed: use pallet_utility::batch to send multiple transfers
  • Loading branch information
Acaishiba authored Jan 4, 2024
2 parents bcb49af + 5f7f2b7 commit 43c4766
Show file tree
Hide file tree
Showing 6 changed files with 166 additions and 178 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 43c4766

Please sign in to comment.