Skip to content

Commit 04fe7e3

Browse files
committed
fix features
1 parent 4242116 commit 04fe7e3

File tree

24 files changed

+1672
-6030
lines changed

24 files changed

+1672
-6030
lines changed

Cargo.lock

Lines changed: 1539 additions & 5877 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 11 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ similar.opt-level = 3
121121
log = { version = "0.4.20", default-features = false }
122122
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
123123
serde = { version = "1.0.145", default-features = false }
124-
parity-scale-codec = { version = "3.6.5", default-features = false, features = ["max-encoded-len"] }
125-
serde_json = { version = "1.0.81" }
124+
parity-scale-codec = { version = "3.6.5", default-features = false }
125+
serde_json = { version = "1.0.81", default-features = false }
126126
hex = { version = "0.4", default-features = false }
127127
hex-literal = { version = "0.4.1" }
128128
rand_chacha = { version = "0.2", default-features = false }
@@ -204,7 +204,6 @@ module-evm-bridge = { path = "modules/evm-bridge", default-features = false }
204204
module-evm-rpc-runtime-api = { path = "modules/evm/rpc/runtime_api", default-features = false }
205205
module-evm-utility = { path = "modules/evm-utility", default-features = false }
206206
module-homa = { path = "modules/homa", default-features = false }
207-
module-homa-validator-list = { path = "modules/homa-validator-list", default-features = false }
208207
module-honzon = { path = "modules/honzon", default-features = false }
209208
module-honzon-bridge = { path = "modules/honzon-bridge", default-features = false }
210209
module-idle-scheduler = { path = "modules/idle-scheduler", default-features = false }
@@ -235,7 +234,6 @@ frame-benchmarking = { git = "https://github.com/paritytech//polkadot-sdk", bran
235234
frame-executive = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
236235
frame-support = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
237236
frame-system = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
238-
frame-system-benchmarking = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
239237
frame-system-rpc-runtime-api = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
240238
frame-try-runtime = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
241239
pallet-aura = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
@@ -253,7 +251,6 @@ pallet-multisig = { git = "https://github.com/paritytech//polkadot-sdk", branch
253251
pallet-preimage = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
254252
pallet-proxy = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
255253
pallet-recovery = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
256-
pallet-referenda = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
257254
pallet-root-testing = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
258255
pallet-scheduler = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
259256
pallet-session = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
@@ -265,13 +262,14 @@ pallet-transaction-payment = { git = "https://github.com/paritytech//polkadot-sd
265262
pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
266263
pallet-treasury = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
267264
pallet-utility = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
268-
pallet-vesting = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
269-
pallet-whitelist = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
270265
sp-api = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
271266
sp-application-crypto = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
272267
sp-arithmetic = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
268+
sp-blockchain = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
269+
sp-block-builder = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
270+
sp-consensus = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
271+
sp-consensus-aura = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
273272
sp-core = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
274-
sp-debug-derive = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
275273
sp-externalities = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
276274
sp-inherents = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
277275
sp-io = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
@@ -284,31 +282,26 @@ sp-session = { git = "https://github.com/paritytech//polkadot-sdk", branch = "re
284282
sp-staking = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
285283
sp-state-machine = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
286284
sp-std = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
285+
sp-storage = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
286+
sp-timestamp = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
287287
sp-tracing = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
288288
sp-transaction-pool = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
289+
sp-trie = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
289290
sp-version = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
290-
sp-weights = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
291-
sp-consensus-aura = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
292-
sp-block-builder = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
293291

294292
# Substrate (client)
295293
frame-benchmarking-cli = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
296294
pallet-transaction-payment-rpc = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
297295
sc-basic-authorship = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
298-
sc-block-builder = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
299296
sc-chain-spec = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
300297
sc-cli = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
301298
sc-client-api = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
302-
sc-client-db = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
303299
sc-consensus = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
304300
sc-consensus-aura = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
305301
sc-consensus-grandpa = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
306302
sc-consensus-manual-seal = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
307303
sc-consensus-slots = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
308304
sc-executor = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
309-
sc-executor-common = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
310-
sc-informant = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
311-
sc-keystore = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
312305
sc-network = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
313306
sc-network-common = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
314307
sc-network-sync = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
@@ -317,19 +310,10 @@ sc-rpc = { git = "https://github.com/paritytech//polkadot-sdk", branch = "releas
317310
sc-rpc-api = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
318311
sc-rpc-server = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
319312
sc-service = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
320-
sc-sysinfo = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
321313
sc-telemetry = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
322314
sc-tracing = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
323315
sc-transaction-pool = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
324316
sc-transaction-pool-api = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
325-
sc-utils = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
326-
sp-blockchain = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
327-
sp-consensus = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
328-
sp-consensus-slots = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
329-
sp-storage = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
330-
sp-timestamp = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
331-
sp-trie = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
332-
sp-wasm-interface = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
333317
substrate-build-script-utils = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
334318
substrate-frame-rpc-system = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
335319
substrate-prometheus-endpoint = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
@@ -340,30 +324,25 @@ try-runtime-cli = { git = "https://github.com/paritytech//polkadot-sdk", branch
340324

341325
# Polkadot / XCM (wasm)
342326
pallet-xcm = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
343-
pallet-xcm-benchmarks = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
344-
polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
345327
polkadot-parachain-primitives = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
328+
polkadot-primitives = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
346329
polkadot-test-runtime = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
347330
polkadot-test-service = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
348331
xcm = { package = "staging-xcm", git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
349332
xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
350333
xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
351334

352335
# Polkadot / XCM (client)
353-
kusama-runtime = { package = "staging-kusama-runtime", git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
354336
polkadot-cli = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
355-
polkadot-primitives = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
356337
polkadot-runtime = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
357338
polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
358339
polkadot-service = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
359-
rococo-runtime = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
360-
westend-runtime = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
361340
xcm-simulator = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" }
362341

363342
# Cumulus (wasm)
364343
cumulus-pallet-aura-ext = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
365344
cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
366-
cumulus-pallet-parachain-system = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
345+
cumulus-pallet-parachain-system = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
367346
cumulus-pallet-xcm = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
368347
cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
369348
cumulus-primitives-core = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }

modules/aggregated-dex/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Acala Developers"]
55
edition = "2021"
66

77
[dependencies]
8-
parity-scale-codec = { workspace = true }
8+
parity-scale-codec = { workspace = true, features = ["max-encoded-len"] }
99
scale-info = { workspace = true }
1010
sp-core = { workspace = true }
1111
sp-runtime = { workspace = true }

modules/asset-registry/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ xcm = { workspace = true }
1919
module-support = { workspace = true }
2020

2121
[dev-dependencies]
22-
serde_json = { workspace = true }
23-
hex = { workspace = true }
22+
serde_json = { workspace = true, features = ["std"] }
23+
hex = { workspace = true, features = ["std"] }
2424
sp-core = { workspace = true, features = ["std"] }
2525
sp-io = { workspace = true, features = ["std"] }
2626
pallet-balances = { workspace = true, features = ["std"] }

modules/currencies/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ primitives = { workspace = true }
2121
module-support = { workspace = true }
2222

2323
[dev-dependencies]
24-
serde_json = { workspace = true }
25-
hex = { workspace = true }
24+
serde_json = { workspace = true, features = ["std"] }
25+
hex = { workspace = true, features = ["std"] }
2626
hex-literal = { workspace = true }
2727
sp-core = { workspace = true, features = ["std"] }
2828
pallet-balances = { workspace = true, features = ["std"] }

modules/dex-oracle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Acala Developers"]
55
edition = "2021"
66

77
[dependencies]
8-
parity-scale-codec = { workspace = true }
8+
parity-scale-codec = { workspace = true, features = ["max-encoded-len"] }
99
scale-info = { workspace = true }
1010
sp-core = { workspace = true }
1111
sp-runtime = { workspace = true }

modules/dex/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66

77
[dependencies]
88
log = { workspace = true }
9-
parity-scale-codec = { workspace = true }
9+
parity-scale-codec = { workspace = true, features = ["max-encoded-len"] }
1010
scale-info = { workspace = true }
1111
sp-core = { workspace = true }
1212
sp-runtime = { workspace = true }

modules/evm-bridge/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ module-support = { workspace = true }
2727
primitives = { workspace = true }
2828

2929
[dev-dependencies]
30-
serde_json = { workspace = true }
31-
hex = { workspace = true }
30+
serde_json = { workspace = true, features = ["std"] }
31+
hex = { workspace = true, features = ["std"] }
3232
pallet-balances = { workspace = true, features = ["std"] }
3333
pallet-timestamp = { workspace = true, features = ["std"] }
3434

modules/evm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ frame-benchmarking = { workspace = true, optional = true }
5353
[dev-dependencies]
5454
hex = { workspace = true, features = ["std"] }
5555
env_logger = { workspace = true }
56-
serde_json = { workspace = true }
56+
serde_json = { workspace = true, features = ["std"] }
5757
pallet-utility = { workspace = true, features = ["std"] }
5858

5959
[features]

modules/homa-validator-list/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ authors = ["Acala Developers"]
55
edition = "2021"
66

77
[dependencies]
8-
serde = { workspace = true, optional = true }
9-
parity-scale-codec = { workspace = true }
8+
serde = { workspace = true, features = ["std"], optional = true }
9+
parity-scale-codec = { workspace = true, features = ["max-encoded-len"] }
1010
scale-info = { workspace = true }
1111
sp-runtime = { workspace = true }
1212
sp-std = { workspace = true }

modules/homa/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ scale-info = { workspace = true }
1111
frame-benchmarking = { workspace = true, optional = true }
1212
frame-support = { workspace = true }
1313
frame-system = { workspace = true }
14+
sp-arithmetic = { workspace = true }
1415
sp-runtime = { workspace = true }
1516
sp-core = { workspace = true }
1617
sp-std = { workspace = true }

modules/honzon-bridge/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ primitives = { workspace = true }
1515
orml-traits = { workspace = true }
1616

1717
[dev-dependencies]
18-
serde_json = { workspace = true }
19-
hex = { workspace = true }
18+
serde_json = { workspace = true, features = ["std"] }
19+
hex = { workspace = true, features = ["std"] }
2020
sp-core = { workspace = true, features = ["std"] }
2121
sp-io = { workspace = true, features = ["std"] }
2222
pallet-balances = { workspace = true, features = ["std"] }

modules/loans/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66

77
[dependencies]
88
log = { workspace = true }
9-
parity-scale-codec = { workspace = true }
9+
parity-scale-codec = { workspace = true, features = ["max-encoded-len"] }
1010
scale-info = { workspace = true }
1111

1212
frame-system = { workspace = true }

modules/nft/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66

77
[dependencies]
88
serde = { workspace = true, features = ["alloc", "derive"] }
9-
parity-scale-codec = { workspace = true }
9+
parity-scale-codec = { workspace = true, features = ["max-encoded-len"] }
1010
scale-info = { workspace = true }
1111

1212
frame-benchmarking = { workspace = true, optional = true}

modules/nominees-election/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66

77
[dependencies]
88
log = { workspace = true }
9-
parity-scale-codec = { workspace = true }
9+
parity-scale-codec = { workspace = true, features = ["max-encoded-len"] }
1010
scale-info = { workspace = true }
1111
sp-runtime = { workspace = true }
1212
frame-support = { workspace = true }

0 commit comments

Comments
 (0)