@@ -121,8 +121,8 @@ similar.opt-level = 3
121
121
log = { version = " 0.4.20" , default-features = false }
122
122
scale-info = { version = " 2.10.0" , default-features = false , features = [" derive" ] }
123
123
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 }
126
126
hex = { version = " 0.4" , default-features = false }
127
127
hex-literal = { version = " 0.4.1" }
128
128
rand_chacha = { version = " 0.2" , default-features = false }
@@ -204,7 +204,6 @@ module-evm-bridge = { path = "modules/evm-bridge", default-features = false }
204
204
module-evm-rpc-runtime-api = { path = " modules/evm/rpc/runtime_api" , default-features = false }
205
205
module-evm-utility = { path = " modules/evm-utility" , default-features = false }
206
206
module-homa = { path = " modules/homa" , default-features = false }
207
- module-homa-validator-list = { path = " modules/homa-validator-list" , default-features = false }
208
207
module-honzon = { path = " modules/honzon" , default-features = false }
209
208
module-honzon-bridge = { path = " modules/honzon-bridge" , default-features = false }
210
209
module-idle-scheduler = { path = " modules/idle-scheduler" , default-features = false }
@@ -235,7 +234,6 @@ frame-benchmarking = { git = "https://github.com/paritytech//polkadot-sdk", bran
235
234
frame-executive = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
236
235
frame-support = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
237
236
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 }
239
237
frame-system-rpc-runtime-api = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
240
238
frame-try-runtime = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
241
239
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
253
251
pallet-preimage = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
254
252
pallet-proxy = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
255
253
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 }
257
254
pallet-root-testing = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
258
255
pallet-scheduler = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
259
256
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
265
262
pallet-transaction-payment-rpc-runtime-api = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
266
263
pallet-treasury = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
267
264
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 }
270
265
sp-api = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
271
266
sp-application-crypto = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
272
267
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 }
273
272
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 }
275
273
sp-externalities = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
276
274
sp-inherents = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
277
275
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
284
282
sp-staking = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
285
283
sp-state-machine = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
286
284
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 }
287
287
sp-tracing = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
288
288
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 }
289
290
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 }
293
291
294
292
# Substrate (client)
295
293
frame-benchmarking-cli = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
296
294
pallet-transaction-payment-rpc = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
297
295
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" }
299
296
sc-chain-spec = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
300
297
sc-cli = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
301
298
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" }
303
299
sc-consensus = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
304
300
sc-consensus-aura = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
305
301
sc-consensus-grandpa = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
306
302
sc-consensus-manual-seal = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
307
303
sc-consensus-slots = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
308
304
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" }
312
305
sc-network = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
313
306
sc-network-common = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
314
307
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
317
310
sc-rpc-api = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
318
311
sc-rpc-server = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
319
312
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" }
321
313
sc-telemetry = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
322
314
sc-tracing = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
323
315
sc-transaction-pool = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
324
316
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" }
333
317
substrate-build-script-utils = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
334
318
substrate-frame-rpc-system = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
335
319
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
340
324
341
325
# Polkadot / XCM (wasm)
342
326
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 }
345
327
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 }
346
329
polkadot-test-runtime = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
347
330
polkadot-test-service = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
348
331
xcm = { package = " staging-xcm" , git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
349
332
xcm-builder = { package = " staging-xcm-builder" , git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
350
333
xcm-executor = { package = " staging-xcm-executor" , git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
351
334
352
335
# Polkadot / XCM (client)
353
- kusama-runtime = { package = " staging-kusama-runtime" , git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
354
336
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" }
356
337
polkadot-runtime = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
357
338
polkadot-runtime-parachains = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
358
339
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" }
361
340
xcm-simulator = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
362
341
363
342
# Cumulus (wasm)
364
343
cumulus-pallet-aura-ext = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
365
344
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 }
367
346
cumulus-pallet-xcm = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
368
347
cumulus-pallet-xcmp-queue = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
369
348
cumulus-primitives-core = { git = " https://github.com/paritytech//polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
0 commit comments