Skip to content

Commit

Permalink
Update from AH
Browse files Browse the repository at this point in the history
  • Loading branch information
seadanda committed Jan 24, 2025
1 parent 47c1d9a commit edb88e5
Show file tree
Hide file tree
Showing 6 changed files with 368 additions and 53 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pallet-asset-conversion = { workspace = true }
pallet-asset-conversion-ops = { workspace = true }
pallet-asset-conversion-tx-payment = { workspace = true }
pallet-asset-rate = { workspace = true }
pallet-asset-rewards = { workspace = true }
pallet-assets = { workspace = true }
pallet-assets-freezer = { workspace = true }
pallet-aura = { workspace = true }
Expand Down Expand Up @@ -82,6 +83,7 @@ sp-std = { workspace = true }
sp-storage = { workspace = true }
sp-transaction-pool = { workspace = true }
sp-version = { workspace = true }

# num-traits feature needed for dex integer sq root:
primitive-types = { features = ["codec", "num-traits", "scale-info"], workspace = true }

Expand Down Expand Up @@ -147,6 +149,7 @@ runtime-benchmarks = [
"pallet-asset-conversion-tx-payment/runtime-benchmarks",
"pallet-asset-conversion/runtime-benchmarks",
"pallet-asset-rate/runtime-benchmarks",
"pallet-asset-rewards/runtime-benchmarks",
"pallet-assets-freezer/runtime-benchmarks",
"pallet-assets/runtime-benchmarks",
"pallet-bags-list/runtime-benchmarks",
Expand Down Expand Up @@ -204,6 +207,7 @@ try-runtime = [
"pallet-asset-conversion-tx-payment/try-runtime",
"pallet-asset-conversion/try-runtime",
"pallet-asset-rate/try-runtime",
"pallet-asset-rewards/try-runtime",
"pallet-assets-freezer/try-runtime",
"pallet-assets/try-runtime",
"pallet-aura/try-runtime",
Expand Down Expand Up @@ -244,7 +248,6 @@ try-runtime = [
std = [
"assets-common/std",
"bp-asset-hub-next-westend/std",
"bp-asset-hub-next-westend/std",
"bp-asset-hub-rococo/std",
"bp-bridge-hub-rococo/std",
"bp-bridge-hub-westend/std",
Expand Down Expand Up @@ -272,6 +275,7 @@ std = [
"pallet-asset-conversion-tx-payment/std",
"pallet-asset-conversion/std",
"pallet-asset-rate/std",
"pallet-asset-rewards/std",
"pallet-assets-freezer/std",
"pallet-assets/std",
"pallet-aura/std",
Expand Down
Loading

0 comments on commit edb88e5

Please sign in to comment.