Skip to content

Commit

Permalink
Zepter
Browse files Browse the repository at this point in the history
  • Loading branch information
lrazovic authored and JuaniRios committed Sep 11, 2024
1 parent 7d5b956 commit bade02e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 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.

1 change: 1 addition & 0 deletions pallets/funding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ std = [
"frame-system/std",
"itertools/use_std",
"log/std",
"on-slash-vesting/std",
"pallet-assets/std",
"pallet-balances/std",
"pallet-insecure-randomness-collective-flip/std",
Expand Down
22 changes: 11 additions & 11 deletions pallets/on-slash-vesting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ workspace = true
default = [ "std" ]

std = [
"pallet-vesting/std",
"frame-support/std",
"frame-system/std",
"pallet-balances/std",
"log/std",
"parity-scale-codec/std",
"scale-info/std",
"sp-runtime/std",
"sp-io/std",
"serde/std",
]
"frame-support/std",
"frame-system/std",
"log/std",
"pallet-balances/std",
"pallet-vesting/std",
"parity-scale-codec/std",
"scale-info/std",
"serde/std",
"sp-io/std",
"sp-runtime/std",
]
6 changes: 5 additions & 1 deletion runtimes/polimec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ std = [
"frame-system/std",
"frame-try-runtime?/std",
"log/std",
"on-slash-vesting/std",
"orml-oracle/std",
"pallet-assets/std",
"pallet-aura/std",
Expand Down Expand Up @@ -276,6 +277,9 @@ try-runtime = [
# A feature that should be enabled when the runtime should be built for on-chain
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
# to make it smaller, like logging for example.
on-chain-release-build = [ "sp-api/disable-logging", "pallet-funding/on-chain-release-build" ]
on-chain-release-build = [
"pallet-funding/on-chain-release-build",
"sp-api/disable-logging",
]

development-settings = [ "shared-configuration/development-settings" ]

0 comments on commit bade02e

Please sign in to comment.