git.delta.rocks / unique-network / refs/commits / 9034a4fb3794

difftreelog

build upgrade to polkadot v0.9.36

Yaroslav Bolyukin2022-12-20parent: #3e8db54.patch.diff
in: master

52 files changed

modifiedCargo.lockdiffbeforeafterboth
18source = "registry+https://github.com/rust-lang/crates.io-index"18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"19checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
20dependencies = [20dependencies = [
21 "gimli",21 "gimli 0.26.2",
22]22]
2323
24[[package]]24[[package]]
25name = "addr2line"
26version = "0.19.0"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
29dependencies = [
30 "gimli 0.27.0",
31]
32
33[[package]]
25name = "adler"34name = "adler"
26version = "1.0.2"35version = "1.0.2"
27source = "registry+https://github.com/rust-lang/crates.io-index"36source = "registry+https://github.com/rust-lang/crates.io-index"
108117
109[[package]]118[[package]]
110name = "anyhow"119name = "anyhow"
111version = "1.0.66"120version = "1.0.68"
112source = "registry+https://github.com/rust-lang/crates.io-index"121source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"122checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
114123
115[[package]]124[[package]]
116name = "app-promotion-rpc"125name = "app-promotion-rpc"
142checksum = "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6"151checksum = "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6"
143152
144[[package]]153[[package]]
154name = "array-bytes"
155version = "6.0.0"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "22f72e9d6fac4bc80778ea470b20197b88d28c292bb7d60c3fb099280003cd19"
158
159[[package]]
145name = "arrayref"160name = "arrayref"
146version = "0.3.6"161version = "0.3.6"
147source = "registry+https://github.com/rust-lang/crates.io-index"162source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"163checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
149164
150[[package]]165[[package]]
151name = "arrayvec"166name = "arrayvec"
152version = "0.4.12"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
155dependencies = [
156 "nodrop",
157]
158
159[[package]]
160name = "arrayvec"
161version = "0.5.2"167version = "0.5.2"
162source = "registry+https://github.com/rust-lang/crates.io-index"168source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"169checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
289 "async-global-executor",295 "async-global-executor",
290 "async-io",296 "async-io",
291 "async-lock",297 "async-lock",
292 "async-process",
293 "crossbeam-utils",298 "crossbeam-utils",
294 "futures-channel",299 "futures-channel",
295 "futures-core",300 "futures-core",
307]312]
308313
309[[package]]314[[package]]
310name = "async-std-resolver"
311version = "0.22.0"
312source = "registry+https://github.com/rust-lang/crates.io-index"
313checksum = "6ba50e24d9ee0a8950d3d03fc6d0dd10aa14b5de3b101949b4e160f7fee7c723"
314dependencies = [
315 "async-std",
316 "async-trait",
317 "futures-io",
318 "futures-util",
319 "pin-utils",
320 "socket2",
321 "trust-dns-resolver",
322]
323
324[[package]]
325name = "async-task"315name = "async-task"
326version = "4.3.0"316version = "4.3.0"
327source = "registry+https://github.com/rust-lang/crates.io-index"317source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"318checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
329319
330[[package]]320[[package]]
331name = "async-trait"321name = "async-trait"
332version = "0.1.59"322version = "0.1.60"
333source = "registry+https://github.com/rust-lang/crates.io-index"323source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "31e6e93155431f3931513b243d371981bb2770112b370c82745a1d19d2f99364"324checksum = "677d1d8ab452a3936018a687b20e6f7cf5363d713b732b8884001317b0e48aa3"
335dependencies = [325dependencies = [
336 "proc-macro2",326 "proc-macro2",
337 "quote",327 "quote",
387checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"377checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
388378
389[[package]]379[[package]]
390name = "backoff"
391version = "0.4.0"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
394dependencies = [
395 "futures-core",
396 "getrandom 0.2.8",
397 "instant",
398 "pin-project-lite 0.2.9",
399 "rand 0.8.5",
400 "tokio",
401]
402
403[[package]]
404name = "backtrace"380name = "backtrace"
405version = "0.3.66"381version = "0.3.67"
406source = "registry+https://github.com/rust-lang/crates.io-index"382source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"383checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
408dependencies = [384dependencies = [
409 "addr2line",385 "addr2line 0.19.0",
410 "cc",386 "cc",
411 "cfg-if",387 "cfg-if",
412 "libc",388 "libc",
413 "miniz_oxide 0.5.4",389 "miniz_oxide",
414 "object",390 "object 0.30.0",
415 "rustc-demangle",391 "rustc-demangle",
416]392]
417393
457[[package]]433[[package]]
458name = "beefy-gadget"434name = "beefy-gadget"
459version = "4.0.0-dev"435version = "4.0.0-dev"
460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"436source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
461dependencies = [437dependencies = [
462 "array-bytes",438 "array-bytes 4.2.0",
463 "async-trait",439 "async-trait",
464 "beefy-primitives",
465 "fnv",440 "fnv",
466 "futures 0.3.25",441 "futures 0.3.25",
467 "futures-timer",442 "futures-timer",
480 "sp-api",455 "sp-api",
481 "sp-application-crypto",456 "sp-application-crypto",
482 "sp-arithmetic",457 "sp-arithmetic",
458 "sp-beefy",
483 "sp-blockchain",459 "sp-blockchain",
484 "sp-consensus",460 "sp-consensus",
485 "sp-core",461 "sp-core",
494[[package]]470[[package]]
495name = "beefy-gadget-rpc"471name = "beefy-gadget-rpc"
496version = "4.0.0-dev"472version = "4.0.0-dev"
497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"473source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
498dependencies = [474dependencies = [
499 "beefy-gadget",475 "beefy-gadget",
500 "beefy-primitives",
501 "futures 0.3.25",476 "futures 0.3.25",
502 "jsonrpsee",477 "jsonrpsee",
503 "log",478 "log",
506 "sc-rpc",481 "sc-rpc",
507 "sc-utils",482 "sc-utils",
508 "serde",483 "serde",
484 "sp-beefy",
509 "sp-core",485 "sp-core",
510 "sp-runtime",486 "sp-runtime",
511 "thiserror",487 "thiserror",
514[[package]]490[[package]]
515name = "beefy-merkle-tree"491name = "beefy-merkle-tree"
516version = "4.0.0-dev"492version = "4.0.0-dev"
517source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"493source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
518dependencies = [494dependencies = [
519 "beefy-primitives",
520 "sp-api",495 "sp-api",
496 "sp-beefy",
521 "sp-runtime",497 "sp-runtime",
522]498]
523499
524[[package]]500[[package]]
525name = "beefy-primitives"
526version = "4.0.0-dev"
527source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
528dependencies = [
529 "parity-scale-codec 3.2.1",
530 "scale-info",
531 "serde",
532 "sp-api",
533 "sp-application-crypto",
534 "sp-core",
535 "sp-io",
536 "sp-mmr-primitives",
537 "sp-runtime",
538 "sp-std",
539]
540
541[[package]]
542name = "bincode"501name = "bincode"
543version = "1.3.3"502version = "1.3.3"
544source = "registry+https://github.com/rust-lang/crates.io-index"503source = "registry+https://github.com/rust-lang/crates.io-index"
598557
599[[package]]558[[package]]
600name = "blake2"559name = "blake2"
601version = "0.10.5"560version = "0.10.6"
602source = "registry+https://github.com/rust-lang/crates.io-index"561source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "b12e5fd123190ce1c2e559308a94c9bacad77907d4c6005d9e58fe1a0689e55e"562checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
604dependencies = [563dependencies = [
605 "digest 0.10.6",564 "digest 0.10.6",
606]565]
607566
608[[package]]567[[package]]
609name = "blake2-rfc"
610version = "0.2.18"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
613dependencies = [
614 "arrayvec 0.4.12",
615 "constant_time_eq 0.1.5",
616]
617
618[[package]]
619name = "blake2b_simd"568name = "blake2b_simd"
620version = "1.0.0"569version = "1.0.0"
621source = "registry+https://github.com/rust-lang/crates.io-index"570source = "registry+https://github.com/rust-lang/crates.io-index"
826dependencies = [775dependencies = [
827 "camino",776 "camino",
828 "cargo-platform",777 "cargo-platform",
829 "semver 1.0.14",778 "semver 1.0.16",
830 "serde",779 "serde",
831 "serde_json",780 "serde_json",
832]781]
833782
834[[package]]783[[package]]
835name = "cc"784name = "cc"
836version = "1.0.77"785version = "1.0.78"
837source = "registry+https://github.com/rust-lang/crates.io-index"786source = "registry+https://github.com/rust-lang/crates.io-index"
838checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4"787checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
839dependencies = [788dependencies = [
840 "jobserver",789 "jobserver",
841]790]
905 "js-sys",854 "js-sys",
906 "num-integer",855 "num-integer",
907 "num-traits",856 "num-traits",
908 "time 0.1.45",857 "time",
909 "wasm-bindgen",858 "wasm-bindgen",
910 "winapi",859 "winapi",
911]860]
1103]1052]
11041053
1105[[package]]1054[[package]]
1055name = "cpu-time"
1056version = "1.0.0"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded"
1059dependencies = [
1060 "libc",
1061 "winapi",
1062]
1063
1064[[package]]
1106name = "cpufeatures"1065name = "cpufeatures"
1107version = "0.2.5"1066version = "0.2.5"
1108source = "registry+https://github.com/rust-lang/crates.io-index"1067source = "registry+https://github.com/rust-lang/crates.io-index"
1133 "cranelift-codegen-shared",1092 "cranelift-codegen-shared",
1134 "cranelift-entity",1093 "cranelift-entity",
1135 "cranelift-isle",1094 "cranelift-isle",
1136 "gimli",1095 "gimli 0.26.2",
1137 "log",1096 "log",
1138 "regalloc2",1097 "regalloc2",
1139 "smallvec",1098 "smallvec",
1341[[package]]1300[[package]]
1342name = "cumulus-client-cli"1301name = "cumulus-client-cli"
1343version = "0.1.0"1302version = "0.1.0"
1344source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1303source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"
1345dependencies = [1304dependencies = [
1346 "clap",1305 "clap",
1347 "parity-scale-codec 3.2.1",1306 "parity-scale-codec 3.2.1",
1356[[package]]1315[[package]]
1357name = "cumulus-client-collator"1316name = "cumulus-client-collator"
1358version = "0.1.0"1317version = "0.1.0"
1359source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1318source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"
1360dependencies = [1319dependencies = [
1361 "cumulus-client-consensus-common",1320 "cumulus-client-consensus-common",
1362 "cumulus-client-network",1321 "cumulus-client-network",
1379[[package]]1338[[package]]
1380name = "cumulus-client-consensus-aura"1339name = "cumulus-client-consensus-aura"
1381version = "0.1.0"1340version = "0.1.0"
1382source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1341source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"
1383dependencies = [1342dependencies = [
1384 "async-trait",1343 "async-trait",
1385 "cumulus-client-consensus-common",1344 "cumulus-client-consensus-common",
1408[[package]]1367[[package]]
1409name = "cumulus-client-consensus-common"1368name = "cumulus-client-consensus-common"
1410version = "0.1.0"1369version = "0.1.0"
1411source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1370source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"
1412dependencies = [1371dependencies = [
1413 "async-trait",1372 "async-trait",
1414 "cumulus-relay-chain-interface",1373 "cumulus-relay-chain-interface",
1428[[package]]1387[[package]]
1429name = "cumulus-client-network"1388name = "cumulus-client-network"
1430version = "0.1.0"1389version = "0.1.0"
1431source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1390source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"
1432dependencies = [1391dependencies = [
1433 "async-trait",1392 "async-trait",
1434 "cumulus-relay-chain-interface",1393 "cumulus-relay-chain-interface",
1451[[package]]1410[[package]]
1452name = "cumulus-client-pov-recovery"1411name = "cumulus-client-pov-recovery"
1453version = "0.1.0"1412version = "0.1.0"
1454source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1413source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"
1455dependencies = [1414dependencies = [
1456 "cumulus-primitives-core",1415 "cumulus-primitives-core",
1457 "cumulus-relay-chain-interface",1416 "cumulus-relay-chain-interface",
1474[[package]]1433[[package]]
1475name = "cumulus-client-service"1434name = "cumulus-client-service"
1476version = "0.1.0"1435version = "0.1.0"
1477source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1436source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"
1478dependencies = [1437dependencies = [
1479 "cumulus-client-cli",1438 "cumulus-client-cli",
1480 "cumulus-client-collator",1439 "cumulus-client-collator",
1481 "cumulus-client-consensus-common",1440 "cumulus-client-consensus-common",
1482 "cumulus-client-pov-recovery",1441 "cumulus-client-pov-recovery",
1483 "cumulus-primitives-core",1442 "cumulus-primitives-core",
1443 "cumulus-relay-chain-inprocess-interface",
1484 "cumulus-relay-chain-interface",1444 "cumulus-relay-chain-interface",
1445 "cumulus-relay-chain-minimal-node",
1485 "parking_lot 0.12.1",1446 "parking_lot 0.12.1",
1486 "polkadot-primitives",1447 "polkadot-primitives",
1487 "sc-client-api",1448 "sc-client-api",
1488 "sc-consensus",1449 "sc-consensus",
1489 "sc-service",1450 "sc-service",
1451 "sc-sysinfo",
1452 "sc-telemetry",
1490 "sp-api",1453 "sp-api",
1491 "sp-blockchain",1454 "sp-blockchain",
1492 "sp-consensus",1455 "sp-consensus",
1497[[package]]1460[[package]]
1498name = "cumulus-pallet-aura-ext"1461name = "cumulus-pallet-aura-ext"
1499version = "0.1.0"1462version = "0.1.0"
1500source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1463source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"
1501dependencies = [1464dependencies = [
1502 "frame-support",1465 "frame-support",
1503 "frame-system",1466 "frame-system",
1513[[package]]1476[[package]]
1514name = "cumulus-pallet-dmp-queue"1477name = "cumulus-pallet-dmp-queue"
1515version = "0.1.0"1478version = "0.1.0"
1516source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1479source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"
1517dependencies = [1480dependencies = [
1518 "cumulus-primitives-core",1481 "cumulus-primitives-core",
1519 "frame-support",1482 "frame-support",
1530[[package]]1493[[package]]
1531name = "cumulus-pallet-parachain-system"1494name = "cumulus-pallet-parachain-system"
1532version = "0.1.0"1495version = "0.1.0"
1533source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1496source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"
1534dependencies = [1497dependencies = [
1535 "bytes",1498 "bytes",
1536 "cumulus-pallet-parachain-system-proc-macro",1499 "cumulus-pallet-parachain-system-proc-macro",
1558[[package]]1521[[package]]
1559name = "cumulus-pallet-parachain-system-proc-macro"1522name = "cumulus-pallet-parachain-system-proc-macro"
1560version = "0.1.0"1523version = "0.1.0"
1561source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1524source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"
1562dependencies = [1525dependencies = [
1563 "proc-macro-crate",1526 "proc-macro-crate",
1564 "proc-macro2",1527 "proc-macro2",
1569[[package]]1532[[package]]
1570name = "cumulus-pallet-xcm"1533name = "cumulus-pallet-xcm"
1571version = "0.1.0"1534version = "0.1.0"
1572source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1535source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"
1573dependencies = [1536dependencies = [
1574 "cumulus-primitives-core",1537 "cumulus-primitives-core",
1575 "frame-support",1538 "frame-support",
1585[[package]]1548[[package]]
1586name = "cumulus-pallet-xcmp-queue"1549name = "cumulus-pallet-xcmp-queue"
1587version = "0.1.0"1550version = "0.1.0"
1588source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1551source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"
1589dependencies = [1552dependencies = [
1590 "cumulus-primitives-core",1553 "cumulus-primitives-core",
1591 "frame-support",1554 "frame-support",
1603[[package]]1566[[package]]
1604name = "cumulus-primitives-core"1567name = "cumulus-primitives-core"
1605version = "0.1.0"1568version = "0.1.0"
1606source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1569source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"
1607dependencies = [1570dependencies = [
1608 "parity-scale-codec 3.2.1",1571 "parity-scale-codec 3.2.1",
1609 "polkadot-core-primitives",1572 "polkadot-core-primitives",
1618[[package]]1581[[package]]
1619name = "cumulus-primitives-parachain-inherent"1582name = "cumulus-primitives-parachain-inherent"
1620version = "0.1.0"1583version = "0.1.0"
1621source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1584source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"
1622dependencies = [1585dependencies = [
1623 "async-trait",1586 "async-trait",
1624 "cumulus-primitives-core",1587 "cumulus-primitives-core",
1641[[package]]1604[[package]]
1642name = "cumulus-primitives-timestamp"1605name = "cumulus-primitives-timestamp"
1643version = "0.1.0"1606version = "0.1.0"
1644source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1607source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"
1645dependencies = [1608dependencies = [
1646 "cumulus-primitives-core",1609 "cumulus-primitives-core",
1647 "futures 0.3.25",1610 "futures 0.3.25",
1654[[package]]1617[[package]]
1655name = "cumulus-primitives-utility"1618name = "cumulus-primitives-utility"
1656version = "0.1.0"1619version = "0.1.0"
1657source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1620source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"
1658dependencies = [1621dependencies = [
1659 "cumulus-primitives-core",1622 "cumulus-primitives-core",
1660 "frame-support",1623 "frame-support",
1670[[package]]1633[[package]]
1671name = "cumulus-relay-chain-inprocess-interface"1634name = "cumulus-relay-chain-inprocess-interface"
1672version = "0.1.0"1635version = "0.1.0"
1673source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1636source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"
1674dependencies = [1637dependencies = [
1675 "async-trait",1638 "async-trait",
1676 "cumulus-primitives-core",1639 "cumulus-primitives-core",
1695[[package]]1658[[package]]
1696name = "cumulus-relay-chain-interface"1659name = "cumulus-relay-chain-interface"
1697version = "0.1.0"1660version = "0.1.0"
1698source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1661source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"
1699dependencies = [1662dependencies = [
1700 "async-trait",1663 "async-trait",
1701 "cumulus-primitives-core",1664 "cumulus-primitives-core",
1709 "sp-blockchain",1672 "sp-blockchain",
1710 "sp-state-machine",1673 "sp-state-machine",
1711 "thiserror",1674 "thiserror",
1675 "tokio",
1712]1676]
17131677
1714[[package]]1678[[package]]
1715name = "cumulus-relay-chain-minimal-node"1679name = "cumulus-relay-chain-minimal-node"
1716version = "0.1.0"1680version = "0.1.0"
1717source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1681source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"
1718dependencies = [1682dependencies = [
1719 "array-bytes",1683 "array-bytes 6.0.0",
1720 "async-trait",1684 "async-trait",
1721 "cumulus-primitives-core",1685 "cumulus-primitives-core",
1722 "cumulus-relay-chain-interface",1686 "cumulus-relay-chain-interface",
1723 "cumulus-relay-chain-rpc-interface",1687 "cumulus-relay-chain-rpc-interface",
1724 "futures 0.3.25",1688 "futures 0.3.25",
1725 "lru",1689 "lru",
1726 "polkadot-availability-distribution",
1727 "polkadot-core-primitives",1690 "polkadot-core-primitives",
1728 "polkadot-network-bridge",1691 "polkadot-network-bridge",
1729 "polkadot-node-core-av-store",
1730 "polkadot-node-network-protocol",1692 "polkadot-node-network-protocol",
1731 "polkadot-node-subsystem-util",1693 "polkadot-node-subsystem-util",
1732 "polkadot-overseer",1694 "polkadot-overseer",
1738 "sc-keystore",1700 "sc-keystore",
1739 "sc-network",1701 "sc-network",
1740 "sc-network-common",1702 "sc-network-common",
1741 "sc-network-light",
1742 "sc-network-sync",
1743 "sc-service",1703 "sc-service",
1744 "sc-telemetry",1704 "sc-telemetry",
1745 "sc-tracing",1705 "sc-tracing",
1758[[package]]1718[[package]]
1759name = "cumulus-relay-chain-rpc-interface"1719name = "cumulus-relay-chain-rpc-interface"
1760version = "0.1.0"1720version = "0.1.0"
1761source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1721source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"
1762dependencies = [1722dependencies = [
1763 "async-trait",1723 "async-trait",
1764 "backoff",
1765 "cumulus-primitives-core",1724 "cumulus-primitives-core",
1766 "cumulus-relay-chain-interface",1725 "cumulus-relay-chain-interface",
1767 "futures 0.3.25",1726 "futures 0.3.25",
1768 "futures-timer",1727 "futures-timer",
1769 "jsonrpsee",1728 "jsonrpsee",
1729 "lru",
1770 "parity-scale-codec 3.2.1",1730 "parity-scale-codec 3.2.1",
1771 "polkadot-service",1731 "polkadot-service",
1772 "sc-client-api",1732 "sc-client-api",
1773 "sc-rpc-api",1733 "sc-rpc-api",
1734 "serde",
1735 "serde_json",
1774 "sp-api",1736 "sp-api",
1775 "sp-authority-discovery",1737 "sp-authority-discovery",
1776 "sp-consensus-babe",1738 "sp-consensus-babe",
1777 "sp-core",1739 "sp-core",
1778 "sp-runtime",
1779 "sp-state-machine",1740 "sp-state-machine",
1780 "sp-storage",1741 "sp-storage",
1781 "tokio",1742 "tokio",
1786[[package]]1747[[package]]
1787name = "cumulus-test-relay-sproof-builder"1748name = "cumulus-test-relay-sproof-builder"
1788version = "0.1.0"1749version = "0.1.0"
1789source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1750source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"
1790dependencies = [1751dependencies = [
1791 "cumulus-primitives-core",1752 "cumulus-primitives-core",
1792 "parity-scale-codec 3.2.1",1753 "parity-scale-codec 3.2.1",
18241785
1825[[package]]1786[[package]]
1826name = "curve25519-dalek"1787name = "curve25519-dalek"
1827version = "4.0.0-pre.1"1788version = "4.0.0-pre.5"
1828source = "registry+https://github.com/rust-lang/crates.io-index"1789source = "registry+https://github.com/rust-lang/crates.io-index"
1829checksum = "4033478fbf70d6acf2655ac70da91ee65852d69daf7a67bf7a2f518fb47aafcf"1790checksum = "67bc65846be335cb20f4e52d49a437b773a2c1fdb42b19fc84e79e6f6771536f"
1830dependencies = [1791dependencies = [
1831 "byteorder",1792 "cfg-if",
1832 "digest 0.9.0",1793 "fiat-crypto",
1794 "packed_simd_2",
1833 "rand_core 0.6.4",1795 "platforms 3.0.2",
1834 "subtle",1796 "subtle",
1835 "zeroize",1797 "zeroize",
1836]1798]
18371799
1838[[package]]1800[[package]]
1839name = "cxx"1801name = "cxx"
1840version = "1.0.83"1802version = "1.0.85"
1841source = "registry+https://github.com/rust-lang/crates.io-index"1803source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "bdf07d07d6531bfcdbe9b8b739b104610c6508dcc4d63b410585faf338241daf"1804checksum = "5add3fc1717409d029b20c5b6903fc0c0b02fa6741d820054f4a2efa5e5816fd"
1843dependencies = [1805dependencies = [
1844 "cc",1806 "cc",
1845 "cxxbridge-flags",1807 "cxxbridge-flags",
18491811
1850[[package]]1812[[package]]
1851name = "cxx-build"1813name = "cxx-build"
1852version = "1.0.83"1814version = "1.0.85"
1853source = "registry+https://github.com/rust-lang/crates.io-index"1815source = "registry+https://github.com/rust-lang/crates.io-index"
1854checksum = "d2eb5b96ecdc99f72657332953d4d9c50135af1bac34277801cc3937906ebd39"1816checksum = "b4c87959ba14bc6fbc61df77c3fcfe180fc32b93538c4f1031dd802ccb5f2ff0"
1855dependencies = [1817dependencies = [
1856 "cc",1818 "cc",
1857 "codespan-reporting",1819 "codespan-reporting",
18641826
1865[[package]]1827[[package]]
1866name = "cxxbridge-flags"1828name = "cxxbridge-flags"
1867version = "1.0.83"1829version = "1.0.85"
1868source = "registry+https://github.com/rust-lang/crates.io-index"1830source = "registry+https://github.com/rust-lang/crates.io-index"
1869checksum = "ac040a39517fd1674e0f32177648334b0f4074625b5588a64519804ba0553b12"1831checksum = "69a3e162fde4e594ed2b07d0f83c6c67b745e7f28ce58c6df5e6b6bef99dfb59"
18701832
1871[[package]]1833[[package]]
1872name = "cxxbridge-macro"1834name = "cxxbridge-macro"
1873version = "1.0.83"1835version = "1.0.85"
1874source = "registry+https://github.com/rust-lang/crates.io-index"1836source = "registry+https://github.com/rust-lang/crates.io-index"
1875checksum = "1362b0ddcfc4eb0a1f57b68bd77dd99f0e826958a96abd0ae9bd092e114ffed6"1837checksum = "3e7e2adeb6a0d4a282e581096b06e1791532b7d576dcde5ccd9382acf55db8e6"
1876dependencies = [1838dependencies = [
1877 "proc-macro2",1839 "proc-macro2",
1878 "quote",1840 "quote",
19071869
1908[[package]]1870[[package]]
1909name = "der"1871name = "der"
1910version = "0.6.0"1872version = "0.6.1"
1911source = "registry+https://github.com/rust-lang/crates.io-index"1873source = "registry+https://github.com/rust-lang/crates.io-index"
1912checksum = "13dd2ae565c0a381dde7fade45fce95984c568bdcb4700a4fdbe3175e0380b2f"1874checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
1913dependencies = [1875dependencies = [
1914 "const-oid",1876 "const-oid",
1915 "zeroize",1877 "zeroize",
20392001
2040[[package]]2002[[package]]
2041name = "dtoa"2003name = "dtoa"
2042version = "1.0.4"2004version = "1.0.5"
2043source = "registry+https://github.com/rust-lang/crates.io-index"2005source = "registry+https://github.com/rust-lang/crates.io-index"
2044checksum = "f8a6eee2d5d0d113f015688310da018bd1d864d86bd567c8fca9c266889e1bfa"2006checksum = "c00704156a7de8df8da0911424e30c2049957b0a714542a44e05fe693dd85313"
20452007
2046[[package]]2008[[package]]
2047name = "dyn-clonable"2009name = "dyn-clonable"
20662028
2067[[package]]2029[[package]]
2068name = "dyn-clone"2030name = "dyn-clone"
2069version = "1.0.9"2031version = "1.0.10"
2070source = "registry+https://github.com/rust-lang/crates.io-index"2032source = "registry+https://github.com/rust-lang/crates.io-index"
2071checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2"2033checksum = "c9b0705efd4599c15a38151f4721f7bc388306f61084d3bfd50bd07fbca5cb60"
20722034
2073[[package]]2035[[package]]
2074name = "ecdsa"2036name = "ecdsa"
21842146
2185[[package]]2147[[package]]
2186name = "enumn"2148name = "enumn"
2187version = "0.1.5"2149version = "0.1.6"
2188source = "registry+https://github.com/rust-lang/crates.io-index"2150source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "038b1afa59052df211f9efd58f8b1d84c242935ede1c3dbaed26b018a9e06ae2"2151checksum = "e88bcb3a067a6555d577aba299e75eff9942da276e6506fc6274327daa026132"
2190dependencies = [2152dependencies = [
2191 "proc-macro2",2153 "proc-macro2",
2192 "quote",2154 "quote",
2336[[package]]2298[[package]]
2337name = "evm"2299name = "evm"
2338version = "0.35.0"2300version = "0.35.0"
2339source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.33#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2301source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"
2340dependencies = [2302dependencies = [
2341 "auto_impl",2303 "auto_impl",
2342 "environmental",2304 "environmental",
2387[[package]]2349[[package]]
2388name = "evm-core"2350name = "evm-core"
2389version = "0.35.0"2351version = "0.35.0"
2390source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.33#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2352source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"
2391dependencies = [2353dependencies = [
2392 "parity-scale-codec 3.2.1",2354 "parity-scale-codec 3.2.1",
2393 "primitive-types 0.12.1",2355 "primitive-types 0.12.1",
2398[[package]]2360[[package]]
2399name = "evm-gasometer"2361name = "evm-gasometer"
2400version = "0.35.0"2362version = "0.35.0"
2401source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.33#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2363source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"
2402dependencies = [2364dependencies = [
2403 "environmental",2365 "environmental",
2404 "evm-core",2366 "evm-core",
2409[[package]]2371[[package]]
2410name = "evm-runtime"2372name = "evm-runtime"
2411version = "0.35.0"2373version = "0.35.0"
2412source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.33#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2374source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"
2413dependencies = [2375dependencies = [
2414 "auto_impl",2376 "auto_impl",
2415 "environmental",2377 "environmental",
2501[[package]]2463[[package]]
2502name = "fc-consensus"2464name = "fc-consensus"
2503version = "2.0.0-dev"2465version = "2.0.0-dev"
2504source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2466source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
2505dependencies = [2467dependencies = [
2506 "async-trait",2468 "async-trait",
2507 "fc-db",2469 "fc-db",
2520[[package]]2482[[package]]
2521name = "fc-db"2483name = "fc-db"
2522version = "2.0.0-dev"2484version = "2.0.0-dev"
2523source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2485source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
2524dependencies = [2486dependencies = [
2525 "fp-storage",2487 "fp-storage",
2526 "kvdb-rocksdb",2488 "kvdb-rocksdb",
2527 "log",2489 "log",
2528 "parity-db 0.3.17",2490 "parity-db",
2529 "parity-scale-codec 3.2.1",2491 "parity-scale-codec 3.2.1",
2530 "parking_lot 0.12.1",2492 "parking_lot 0.12.1",
2531 "sc-client-db",2493 "sc-client-db",
2494 "smallvec",
2532 "sp-blockchain",2495 "sp-blockchain",
2533 "sp-core",2496 "sp-core",
2534 "sp-database",2497 "sp-database",
2538[[package]]2501[[package]]
2539name = "fc-mapping-sync"2502name = "fc-mapping-sync"
2540version = "2.0.0-dev"2503version = "2.0.0-dev"
2541source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2504source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
2542dependencies = [2505dependencies = [
2543 "fc-db",2506 "fc-db",
2544 "fp-consensus",2507 "fp-consensus",
2555[[package]]2518[[package]]
2556name = "fc-rpc"2519name = "fc-rpc"
2557version = "2.0.0-dev"2520version = "2.0.0-dev"
2558source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2521source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
2559dependencies = [2522dependencies = [
2560 "ethereum 0.14.0",2523 "ethereum 0.14.0",
2561 "ethereum-types 0.14.1",2524 "ethereum-types 0.14.1",
2598[[package]]2561[[package]]
2599name = "fc-rpc-core"2562name = "fc-rpc-core"
2600version = "1.1.0-dev"2563version = "1.1.0-dev"
2601source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2564source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
2602dependencies = [2565dependencies = [
2603 "ethereum 0.14.0",2566 "ethereum 0.14.0",
2604 "ethereum-types 0.14.1",2567 "ethereum-types 0.14.1",
2629]2592]
26302593
2631[[package]]2594[[package]]
2595name = "fiat-crypto"
2596version = "0.1.17"
2597source = "registry+https://github.com/rust-lang/crates.io-index"
2598checksum = "a214f5bb88731d436478f3ae1f8a277b62124089ba9fb67f4f93fb100ef73c90"
2599
2600[[package]]
2632name = "file-per-thread-logger"2601name = "file-per-thread-logger"
2633version = "0.1.5"2602version = "0.1.5"
2634source = "registry+https://github.com/rust-lang/crates.io-index"2603source = "registry+https://github.com/rust-lang/crates.io-index"
26402609
2641[[package]]2610[[package]]
2642name = "filetime"2611name = "filetime"
2643version = "0.2.18"2612version = "0.2.19"
2644source = "registry+https://github.com/rust-lang/crates.io-index"2613source = "registry+https://github.com/rust-lang/crates.io-index"
2645checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"2614checksum = "4e884668cd0c7480504233e951174ddc3b382f7c2666e3b7310b5c4e7b0c37f9"
2646dependencies = [2615dependencies = [
2647 "cfg-if",2616 "cfg-if",
2648 "libc",2617 "libc",
2703dependencies = [2672dependencies = [
2704 "crc32fast",2673 "crc32fast",
2705 "libz-sys",2674 "libz-sys",
2706 "miniz_oxide 0.6.2",2675 "miniz_oxide",
2707]2676]
27082677
2709[[package]]2678[[package]]
2710name = "flexi_logger"2679name = "flexi_logger"
2711version = "0.22.6"2680version = "0.24.2"
2712source = "registry+https://github.com/rust-lang/crates.io-index"2681source = "registry+https://github.com/rust-lang/crates.io-index"
2713checksum = "0c76a80dd14a27fc3d8bc696502132cb52b3f227256fd8601166c3a35e45f409"2682checksum = "ade8e86c48285f138a4d6ca15a2912e39bd6c74d62db42da4f1985f651a0b057"
2714dependencies = [2683dependencies = [
2715 "ansi_term",
2716 "atty",2684 "atty",
2685 "chrono",
2717 "glob",2686 "glob",
2718 "lazy_static",2687 "lazy_static",
2719 "log",2688 "log",
2689 "nu-ansi-term",
2720 "regex",2690 "regex",
2721 "rustversion",
2722 "thiserror",2691 "thiserror",
2723 "time 0.3.9",
2724]2692]
27252693
2726[[package]]2694[[package]]
2741[[package]]2709[[package]]
2742name = "fork-tree"2710name = "fork-tree"
2743version = "3.0.0"2711version = "3.0.0"
2744source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2712source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
2745dependencies = [2713dependencies = [
2746 "parity-scale-codec 3.2.1",2714 "parity-scale-codec 3.2.1",
2747]2715]
2758[[package]]2726[[package]]
2759name = "fp-consensus"2727name = "fp-consensus"
2760version = "2.0.0-dev"2728version = "2.0.0-dev"
2761source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2729source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
2762dependencies = [2730dependencies = [
2763 "ethereum 0.14.0",2731 "ethereum 0.14.0",
2764 "parity-scale-codec 3.2.1",2732 "parity-scale-codec 3.2.1",
2770[[package]]2738[[package]]
2771name = "fp-ethereum"2739name = "fp-ethereum"
2772version = "1.0.0-dev"2740version = "1.0.0-dev"
2773source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2741source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
2774dependencies = [2742dependencies = [
2775 "ethereum 0.14.0",2743 "ethereum 0.14.0",
2776 "ethereum-types 0.14.1",2744 "ethereum-types 0.14.1",
2785[[package]]2753[[package]]
2786name = "fp-evm"2754name = "fp-evm"
2787version = "3.0.0-dev"2755version = "3.0.0-dev"
2788source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2756source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
2789dependencies = [2757dependencies = [
2790 "evm",2758 "evm",
2791 "frame-support",2759 "frame-support",
2799[[package]]2767[[package]]
2800name = "fp-evm-mapping"2768name = "fp-evm-mapping"
2801version = "0.1.0"2769version = "0.1.0"
2802source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2770source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
2803dependencies = [2771dependencies = [
2804 "frame-support",2772 "frame-support",
2805 "sp-core",2773 "sp-core",
2808[[package]]2776[[package]]
2809name = "fp-rpc"2777name = "fp-rpc"
2810version = "3.0.0-dev"2778version = "3.0.0-dev"
2811source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2779source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
2812dependencies = [2780dependencies = [
2813 "ethereum 0.14.0",2781 "ethereum 0.14.0",
2814 "ethereum-types 0.14.1",2782 "ethereum-types 0.14.1",
2825[[package]]2793[[package]]
2826name = "fp-self-contained"2794name = "fp-self-contained"
2827version = "1.0.0-dev"2795version = "1.0.0-dev"
2828source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2796source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
2829dependencies = [2797dependencies = [
2830 "ethereum 0.14.0",2798 "ethereum 0.14.0",
2831 "frame-support",2799 "frame-support",
2832 "parity-scale-codec 3.2.1",2800 "parity-scale-codec 3.2.1",
2833 "parity-util-mem",
2834 "scale-info",2801 "scale-info",
2835 "serde",2802 "serde",
2836 "sp-runtime",2803 "sp-runtime",
2839[[package]]2806[[package]]
2840name = "fp-storage"2807name = "fp-storage"
2841version = "2.0.0"2808version = "2.0.0"
2842source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2809source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
2843dependencies = [2810dependencies = [
2844 "parity-scale-codec 3.2.1",2811 "parity-scale-codec 3.2.1",
2845 "serde",2812 "serde",
2854[[package]]2821[[package]]
2855name = "frame-benchmarking"2822name = "frame-benchmarking"
2856version = "4.0.0-dev"2823version = "4.0.0-dev"
2857source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2824source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
2858dependencies = [2825dependencies = [
2859 "frame-support",2826 "frame-support",
2860 "frame-system",2827 "frame-system",
2877[[package]]2844[[package]]
2878name = "frame-benchmarking-cli"2845name = "frame-benchmarking-cli"
2879version = "4.0.0-dev"2846version = "4.0.0-dev"
2880source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2847source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
2881dependencies = [2848dependencies = [
2882 "Inflector",2849 "Inflector",
2883 "array-bytes",2850 "array-bytes 4.2.0",
2884 "chrono",2851 "chrono",
2885 "clap",2852 "clap",
2886 "comfy-table",2853 "comfy-table",
2929[[package]]2896[[package]]
2930name = "frame-election-provider-solution-type"2897name = "frame-election-provider-solution-type"
2931version = "4.0.0-dev"2898version = "4.0.0-dev"
2932source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2899source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
2933dependencies = [2900dependencies = [
2934 "proc-macro-crate",2901 "proc-macro-crate",
2935 "proc-macro2",2902 "proc-macro2",
2940[[package]]2907[[package]]
2941name = "frame-election-provider-support"2908name = "frame-election-provider-support"
2942version = "4.0.0-dev"2909version = "4.0.0-dev"
2943source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2910source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
2944dependencies = [2911dependencies = [
2945 "frame-election-provider-solution-type",2912 "frame-election-provider-solution-type",
2946 "frame-support",2913 "frame-support",
2947 "frame-system",2914 "frame-system",
2948 "parity-scale-codec 3.2.1",2915 "parity-scale-codec 3.2.1",
2949 "scale-info",2916 "scale-info",
2950 "sp-arithmetic",2917 "sp-arithmetic",
2918 "sp-core",
2951 "sp-npos-elections",2919 "sp-npos-elections",
2952 "sp-runtime",2920 "sp-runtime",
2953 "sp-std",2921 "sp-std",
2956[[package]]2924[[package]]
2957name = "frame-executive"2925name = "frame-executive"
2958version = "4.0.0-dev"2926version = "4.0.0-dev"
2959source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2927source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
2960dependencies = [2928dependencies = [
2961 "frame-support",2929 "frame-support",
2962 "frame-system",2930 "frame-system",
2983]2951]
29842952
2985[[package]]2953[[package]]
2954name = "frame-remote-externalities"
2955version = "0.10.0-dev"
2956source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
2957dependencies = [
2958 "env_logger",
2959 "futures 0.3.25",
2960 "log",
2961 "parity-scale-codec 3.2.1",
2962 "serde",
2963 "serde_json",
2964 "sp-core",
2965 "sp-io",
2966 "sp-runtime",
2967 "sp-version",
2968 "substrate-rpc-client",
2969 "tokio",
2970]
2971
2972[[package]]
2986name = "frame-support"2973name = "frame-support"
2987version = "4.0.0-dev"2974version = "4.0.0-dev"
2988source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2975source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
2989dependencies = [2976dependencies = [
2990 "bitflags",2977 "bitflags",
2991 "frame-metadata",2978 "frame-metadata",
3017[[package]]3004[[package]]
3018name = "frame-support-procedural"3005name = "frame-support-procedural"
3019version = "4.0.0-dev"3006version = "4.0.0-dev"
3020source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3007source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
3021dependencies = [3008dependencies = [
3022 "Inflector",3009 "Inflector",
3023 "cfg-expr",3010 "cfg-expr",
3031[[package]]3018[[package]]
3032name = "frame-support-procedural-tools"3019name = "frame-support-procedural-tools"
3033version = "4.0.0-dev"3020version = "4.0.0-dev"
3034source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3021source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
3035dependencies = [3022dependencies = [
3036 "frame-support-procedural-tools-derive",3023 "frame-support-procedural-tools-derive",
3037 "proc-macro-crate",3024 "proc-macro-crate",
3043[[package]]3030[[package]]
3044name = "frame-support-procedural-tools-derive"3031name = "frame-support-procedural-tools-derive"
3045version = "3.0.0"3032version = "3.0.0"
3046source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3033source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
3047dependencies = [3034dependencies = [
3048 "proc-macro2",3035 "proc-macro2",
3049 "quote",3036 "quote",
3053[[package]]3040[[package]]
3054name = "frame-system"3041name = "frame-system"
3055version = "4.0.0-dev"3042version = "4.0.0-dev"
3056source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3043source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
3057dependencies = [3044dependencies = [
3058 "frame-support",3045 "frame-support",
3059 "log",3046 "log",
3071[[package]]3058[[package]]
3072name = "frame-system-benchmarking"3059name = "frame-system-benchmarking"
3073version = "4.0.0-dev"3060version = "4.0.0-dev"
3074source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3061source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
3075dependencies = [3062dependencies = [
3076 "frame-benchmarking",3063 "frame-benchmarking",
3077 "frame-support",3064 "frame-support",
3086[[package]]3073[[package]]
3087name = "frame-system-rpc-runtime-api"3074name = "frame-system-rpc-runtime-api"
3088version = "4.0.0-dev"3075version = "4.0.0-dev"
3089source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3076source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
3090dependencies = [3077dependencies = [
3091 "parity-scale-codec 3.2.1",3078 "parity-scale-codec 3.2.1",
3092 "sp-api",3079 "sp-api",
3095[[package]]3082[[package]]
3096name = "frame-try-runtime"3083name = "frame-try-runtime"
3097version = "0.10.0-dev"3084version = "0.10.0-dev"
3098source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3085source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
3099dependencies = [3086dependencies = [
3100 "frame-support",3087 "frame-support",
3101 "parity-scale-codec 3.2.1",3088 "parity-scale-codec 3.2.1",
3351]3338]
33523339
3353[[package]]3340[[package]]
3341name = "gimli"
3342version = "0.27.0"
3343source = "registry+https://github.com/rust-lang/crates.io-index"
3344checksum = "dec7af912d60cdbd3677c1af9352ebae6fb8394d165568a2234df0fa00f87793"
3345
3346[[package]]
3354name = "glob"3347name = "glob"
3355version = "0.3.0"3348version = "0.3.0"
3356source = "registry+https://github.com/rust-lang/crates.io-index"3349source = "registry+https://github.com/rust-lang/crates.io-index"
3559]3552]
35603553
3561[[package]]3554[[package]]
3555name = "http-range-header"
3556version = "0.3.0"
3557source = "registry+https://github.com/rust-lang/crates.io-index"
3558checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
3559
3560[[package]]
3562name = "httparse"3561name = "httparse"
3563version = "1.8.0"3562version = "1.8.0"
3564source = "registry+https://github.com/rust-lang/crates.io-index"3563source = "registry+https://github.com/rust-lang/crates.io-index"
36023601
3603[[package]]3602[[package]]
3604name = "hyper-rustls"3603name = "hyper-rustls"
3605version = "0.23.1"3604version = "0.23.2"
3606source = "registry+https://github.com/rust-lang/crates.io-index"3605source = "registry+https://github.com/rust-lang/crates.io-index"
3607checksum = "59df7c4e19c950e6e0e868dcc0a300b09a9b88e9ec55bd879ca819087a77355d"3606checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
3608dependencies = [3607dependencies = [
3609 "http",3608 "http",
3610 "hyper",3609 "hyper",
37973796
3798[[package]]3797[[package]]
3799name = "ipnet"3798name = "ipnet"
3800version = "2.5.1"3799version = "2.7.0"
3801source = "registry+https://github.com/rust-lang/crates.io-index"3800source = "registry+https://github.com/rust-lang/crates.io-index"
3802checksum = "f88c5561171189e69df9d98bcf18fd5f9558300f7ea7b801eb8a0fd748bd8745"3801checksum = "11b0d96e660696543b251e58030cf9787df56da39dab19ad60eae7353040917e"
38033802
3804[[package]]3803[[package]]
3805name = "is-terminal"3804name = "is-terminal"
3806version = "0.4.1"3805version = "0.4.2"
3807source = "registry+https://github.com/rust-lang/crates.io-index"3806source = "registry+https://github.com/rust-lang/crates.io-index"
3808checksum = "927609f78c2913a6f6ac3c27a4fe87f43e2a35367c0c4b0f8265e8f49a104330"3807checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"
3809dependencies = [3808dependencies = [
3810 "hermit-abi 0.2.6",3809 "hermit-abi 0.2.6",
3811 "io-lifetimes 1.0.3",3810 "io-lifetimes 1.0.3",
38243823
3825[[package]]3824[[package]]
3826name = "itoa"3825name = "itoa"
3827version = "1.0.4"3826version = "1.0.5"
3828source = "registry+https://github.com/rust-lang/crates.io-index"3827source = "registry+https://github.com/rust-lang/crates.io-index"
3829checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"3828checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
38303829
3831[[package]]3830[[package]]
3832name = "jobserver"3831name = "jobserver"
38483847
3849[[package]]3848[[package]]
3850name = "jsonrpsee"3849name = "jsonrpsee"
3851version = "0.15.1"3850version = "0.16.2"
3852source = "registry+https://github.com/rust-lang/crates.io-index"3851source = "registry+https://github.com/rust-lang/crates.io-index"
3853checksum = "8bd0d559d5e679b1ab2f869b486a11182923863b1b3ee8b421763cdd707b783a"3852checksum = "7d291e3a5818a2384645fd9756362e6d89cf0541b0b916fa7702ea4a9833608e"
3854dependencies = [3853dependencies = [
3855 "jsonrpsee-core",3854 "jsonrpsee-core",
3856 "jsonrpsee-http-server",
3857 "jsonrpsee-proc-macros",3855 "jsonrpsee-proc-macros",
3856 "jsonrpsee-server",
3858 "jsonrpsee-types",3857 "jsonrpsee-types",
3859 "jsonrpsee-ws-client",3858 "jsonrpsee-ws-client",
3860 "jsonrpsee-ws-server",
3861 "tracing",3859 "tracing",
3862]3860]
38633861
3864[[package]]3862[[package]]
3865name = "jsonrpsee-client-transport"3863name = "jsonrpsee-client-transport"
3866version = "0.15.1"3864version = "0.16.2"
3867source = "registry+https://github.com/rust-lang/crates.io-index"3865source = "registry+https://github.com/rust-lang/crates.io-index"
3868checksum = "8752740ecd374bcbf8b69f3e80b0327942df76f793f8d4e60d3355650c31fb74"3866checksum = "965de52763f2004bc91ac5bcec504192440f0b568a5d621c59d9dbd6f886c3fb"
3869dependencies = [3867dependencies = [
3870 "futures-util",3868 "futures-util",
3871 "http",3869 "http",
38843882
3885[[package]]3883[[package]]
3886name = "jsonrpsee-core"3884name = "jsonrpsee-core"
3887version = "0.15.1"3885version = "0.16.2"
3888source = "registry+https://github.com/rust-lang/crates.io-index"3886source = "registry+https://github.com/rust-lang/crates.io-index"
3889checksum = "f3dc3e9cf2ba50b7b1d7d76a667619f82846caa39e8e8daa8a4962d74acaddca"3887checksum = "a4e70b4439a751a5de7dd5ed55eacff78ebf4ffe0fc009cb1ebb11417f5b536b"
3890dependencies = [3888dependencies = [
3891 "anyhow",3889 "anyhow",
3892 "arrayvec 0.7.2",3890 "arrayvec 0.7.2",
3897 "futures-timer",3895 "futures-timer",
3898 "futures-util",3896 "futures-util",
3899 "globset",3897 "globset",
3900 "http",
3901 "hyper",3898 "hyper",
3902 "jsonrpsee-types",3899 "jsonrpsee-types",
3903 "lazy_static",
3904 "parking_lot 0.12.1",3900 "parking_lot 0.12.1",
3905 "rand 0.8.5",3901 "rand 0.8.5",
3906 "rustc-hash",3902 "rustc-hash",
3910 "thiserror",3906 "thiserror",
3911 "tokio",3907 "tokio",
3912 "tracing",3908 "tracing",
3913 "tracing-futures",
3914 "unicase",
3915]3909]
39163910
3917[[package]]3911[[package]]
3918name = "jsonrpsee-http-server"3912name = "jsonrpsee-proc-macros"
3919version = "0.15.1"3913version = "0.16.2"
3920source = "registry+https://github.com/rust-lang/crates.io-index"3914source = "registry+https://github.com/rust-lang/crates.io-index"
3921checksum = "03802f0373a38c2420c70b5144742d800b509e2937edc4afb116434f07120117"3915checksum = "baa6da1e4199c10d7b1d0a6e5e8bd8e55f351163b6f4b3cbb044672a69bd4c1c"
3922dependencies = [3916dependencies = [
3917 "heck",
3918 "proc-macro-crate",
3919 "proc-macro2",
3920 "quote",
3921 "syn",
3922]
3923
3924[[package]]
3925name = "jsonrpsee-server"
3926version = "0.16.2"
3927source = "registry+https://github.com/rust-lang/crates.io-index"
3928checksum = "1fb69dad85df79527c019659a992498d03f8495390496da2f07e6c24c2b356fc"
3929dependencies = [
3923 "futures-channel",3930 "futures-channel",
3924 "futures-util",3931 "futures-util",
3932 "http",
3925 "hyper",3933 "hyper",
3926 "jsonrpsee-core",3934 "jsonrpsee-core",
3927 "jsonrpsee-types",3935 "jsonrpsee-types",
3928 "serde",3936 "serde",
3929 "serde_json",3937 "serde_json",
3938 "soketto",
3930 "tokio",3939 "tokio",
3940 "tokio-stream",
3941 "tokio-util",
3942 "tower",
3931 "tracing",3943 "tracing",
3932 "tracing-futures",
3933]3944]
39343945
3935[[package]]3946[[package]]
3936name = "jsonrpsee-proc-macros"
3937version = "0.15.1"
3938source = "registry+https://github.com/rust-lang/crates.io-index"
3939checksum = "bd67957d4280217247588ac86614ead007b301ca2fa9f19c19f880a536f029e3"
3940dependencies = [
3941 "proc-macro-crate",
3942 "proc-macro2",
3943 "quote",
3944 "syn",
3945]
3946
3947[[package]]
3948name = "jsonrpsee-types"3947name = "jsonrpsee-types"
3949version = "0.15.1"3948version = "0.16.2"
3950source = "registry+https://github.com/rust-lang/crates.io-index"3949source = "registry+https://github.com/rust-lang/crates.io-index"
3951checksum = "e290bba767401b646812f608c099b922d8142603c9e73a50fb192d3ac86f4a0d"3950checksum = "5bd522fe1ce3702fd94812965d7bb7a3364b1c9aba743944c5a00529aae80f8c"
3952dependencies = [3951dependencies = [
3953 "anyhow",3952 "anyhow",
3954 "beef",3953 "beef",
39603959
3961[[package]]3960[[package]]
3962name = "jsonrpsee-ws-client"3961name = "jsonrpsee-ws-client"
3963version = "0.15.1"3962version = "0.16.2"
3964source = "registry+https://github.com/rust-lang/crates.io-index"3963source = "registry+https://github.com/rust-lang/crates.io-index"
3965checksum = "6ee5feddd5188e62ac08fcf0e56478138e581509d4730f3f7be9b57dd402a4ff"3964checksum = "0b83daeecfc6517cfe210df24e570fb06213533dfb990318fae781f4c7119dd9"
3966dependencies = [3965dependencies = [
3967 "http",3966 "http",
3968 "jsonrpsee-client-transport",3967 "jsonrpsee-client-transport",
3971]3970]
39723971
3973[[package]]3972[[package]]
3974name = "jsonrpsee-ws-server"
3975version = "0.15.1"
3976source = "registry+https://github.com/rust-lang/crates.io-index"
3977checksum = "d488ba74fb369e5ab68926feb75a483458b88e768d44319f37e4ecad283c7325"
3978dependencies = [
3979 "futures-channel",
3980 "futures-util",
3981 "http",
3982 "jsonrpsee-core",
3983 "jsonrpsee-types",
3984 "serde_json",
3985 "soketto",
3986 "tokio",
3987 "tokio-stream",
3988 "tokio-util",
3989 "tracing",
3990 "tracing-futures",
3991]
3992
3993[[package]]
3994name = "k256"3973name = "k256"
3995version = "0.11.6"3974version = "0.11.6"
3996source = "registry+https://github.com/rust-lang/crates.io-index"3975source = "registry+https://github.com/rust-lang/crates.io-index"
40133992
4014[[package]]3993[[package]]
4015name = "kusama-runtime"3994name = "kusama-runtime"
4016version = "0.9.33"3995version = "0.9.36"
4017source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"3996source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
4018dependencies = [3997dependencies = [
4019 "beefy-primitives",
4020 "bitvec 1.0.1",3998 "bitvec 1.0.1",
4021 "frame-benchmarking",3999 "frame-benchmarking",
4022 "frame-election-provider-support",4000 "frame-election-provider-support",
4043 "pallet-election-provider-support-benchmarking",4021 "pallet-election-provider-support-benchmarking",
4044 "pallet-elections-phragmen",4022 "pallet-elections-phragmen",
4045 "pallet-fast-unstake",4023 "pallet-fast-unstake",
4046 "pallet-gilt",
4047 "pallet-grandpa",4024 "pallet-grandpa",
4048 "pallet-identity",4025 "pallet-identity",
4049 "pallet-im-online",4026 "pallet-im-online",
4050 "pallet-indices",4027 "pallet-indices",
4051 "pallet-membership",4028 "pallet-membership",
4052 "pallet-multisig",4029 "pallet-multisig",
4030 "pallet-nis",
4053 "pallet-nomination-pools",4031 "pallet-nomination-pools",
4054 "pallet-nomination-pools-benchmarking",4032 "pallet-nomination-pools-benchmarking",
4055 "pallet-nomination-pools-runtime-api",4033 "pallet-nomination-pools-runtime-api",
4087 "sp-api",4065 "sp-api",
4088 "sp-arithmetic",4066 "sp-arithmetic",
4089 "sp-authority-discovery",4067 "sp-authority-discovery",
4068 "sp-beefy",
4090 "sp-block-builder",4069 "sp-block-builder",
4091 "sp-consensus-babe",4070 "sp-consensus-babe",
4092 "sp-core",4071 "sp-core",
41104089
4111[[package]]4090[[package]]
4112name = "kusama-runtime-constants"4091name = "kusama-runtime-constants"
4113version = "0.9.33"4092version = "0.9.36"
4114source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"4093source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
4115dependencies = [4094dependencies = [
4116 "frame-support",4095 "frame-support",
4117 "polkadot-primitives",4096 "polkadot-primitives",
41334112
4134[[package]]4113[[package]]
4135name = "kvdb"4114name = "kvdb"
4136version = "0.12.0"4115version = "0.13.0"
4137source = "registry+https://github.com/rust-lang/crates.io-index"4116source = "registry+https://github.com/rust-lang/crates.io-index"
4138checksum = "585089ceadba0197ffe9af6740ab350b325e3c1f5fccfbc3522e0250c750409b"4117checksum = "e7d770dcb02bf6835887c3a979b5107a04ff4bbde97a5f0928d27404a155add9"
4139dependencies = [4118dependencies = [
4140 "parity-util-mem",
4141 "smallvec",4119 "smallvec",
4142]4120]
41434121
4144[[package]]4122[[package]]
4145name = "kvdb-memorydb"4123name = "kvdb-memorydb"
4146version = "0.12.0"4124version = "0.13.0"
4147source = "registry+https://github.com/rust-lang/crates.io-index"4125source = "registry+https://github.com/rust-lang/crates.io-index"
4148checksum = "40d109c87bfb7759edd2a49b2649c1afe25af785d930ad6a38479b4dc70dd873"4126checksum = "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2"
4149dependencies = [4127dependencies = [
4150 "kvdb",4128 "kvdb",
4151 "parity-util-mem",
4152 "parking_lot 0.12.1",4129 "parking_lot 0.12.1",
4153]4130]
41544131
4155[[package]]4132[[package]]
4156name = "kvdb-rocksdb"4133name = "kvdb-rocksdb"
4157version = "0.16.0"4134version = "0.17.0"
4158source = "registry+https://github.com/rust-lang/crates.io-index"4135source = "registry+https://github.com/rust-lang/crates.io-index"
4159checksum = "c076cc2cdbac89b9910c853a36c957d3862a779f31c2661174222cefb49ee597"4136checksum = "2182b8219fee6bd83aacaab7344e840179ae079d5216aa4e249b4d704646a844"
4160dependencies = [4137dependencies = [
4161 "kvdb",4138 "kvdb",
4162 "log",
4163 "num_cpus",4139 "num_cpus",
4164 "parity-util-mem",
4165 "parking_lot 0.12.1",4140 "parking_lot 0.12.1",
4166 "regex",4141 "regex",
4167 "rocksdb",4142 "rocksdb",
41984173
4199[[package]]4174[[package]]
4200name = "libm"4175name = "libm"
4176version = "0.1.4"
4177source = "registry+https://github.com/rust-lang/crates.io-index"
4178checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
4179
4180[[package]]
4181name = "libm"
4201version = "0.2.6"4182version = "0.2.6"
4202source = "registry+https://github.com/rust-lang/crates.io-index"4183source = "registry+https://github.com/rust-lang/crates.io-index"
4203checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"4184checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
4275source = "registry+https://github.com/rust-lang/crates.io-index"4256source = "registry+https://github.com/rust-lang/crates.io-index"
4276checksum = "2322c9fb40d99101def6a01612ee30500c89abbbecb6297b3cd252903a4c1720"4257checksum = "2322c9fb40d99101def6a01612ee30500c89abbbecb6297b3cd252903a4c1720"
4277dependencies = [4258dependencies = [
4278 "async-std-resolver",
4279 "futures 0.3.25",4259 "futures 0.3.25",
4280 "libp2p-core",4260 "libp2p-core",
4281 "log",4261 "log",
4339source = "registry+https://github.com/rust-lang/crates.io-index"4319source = "registry+https://github.com/rust-lang/crates.io-index"
4340checksum = "761704e727f7d68d58d7bc2231eafae5fc1b9814de24290f126df09d4bd37a15"4320checksum = "761704e727f7d68d58d7bc2231eafae5fc1b9814de24290f126df09d4bd37a15"
4341dependencies = [4321dependencies = [
4342 "async-io",
4343 "data-encoding",4322 "data-encoding",
4344 "dns-parser",4323 "dns-parser",
4345 "futures 0.3.25",4324 "futures 0.3.25",
4350 "rand 0.8.5",4329 "rand 0.8.5",
4351 "smallvec",4330 "smallvec",
4352 "socket2",4331 "socket2",
4332 "tokio",
4353 "void",4333 "void",
4354]4334]
43554335
4478source = "registry+https://github.com/rust-lang/crates.io-index"4458source = "registry+https://github.com/rust-lang/crates.io-index"
4479checksum = "9839d96761491c6d3e238e70554b856956fca0ab60feb9de2cd08eed4473fa92"4459checksum = "9839d96761491c6d3e238e70554b856956fca0ab60feb9de2cd08eed4473fa92"
4480dependencies = [4460dependencies = [
4481 "async-io",
4482 "futures 0.3.25",4461 "futures 0.3.25",
4483 "futures-timer",4462 "futures-timer",
4484 "if-watch",4463 "if-watch",
4485 "libc",4464 "libc",
4486 "libp2p-core",4465 "libp2p-core",
4487 "log",4466 "log",
4488 "socket2",4467 "socket2",
4468 "tokio",
4489]4469]
44904470
4491[[package]]4471[[package]]
46114591
4612[[package]]4592[[package]]
4613name = "link-cplusplus"4593name = "link-cplusplus"
4614version = "1.0.7"4594version = "1.0.8"
4615source = "registry+https://github.com/rust-lang/crates.io-index"4595source = "registry+https://github.com/rust-lang/crates.io-index"
4616checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"4596checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
4617dependencies = [4597dependencies = [
4618 "cc",4598 "cc",
4619]4599]
46514631
4652[[package]]4632[[package]]
4653name = "linux-raw-sys"4633name = "linux-raw-sys"
4654version = "0.1.3"4634version = "0.1.4"
4655source = "registry+https://github.com/rust-lang/crates.io-index"4635source = "registry+https://github.com/rust-lang/crates.io-index"
4656checksum = "8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f"4636checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
46574637
4658[[package]]4638[[package]]
4659name = "lock_api"4639name = "lock_api"
48064786
4807[[package]]4787[[package]]
4808name = "memory-db"4788name = "memory-db"
4809version = "0.30.0"4789version = "0.31.0"
4810source = "registry+https://github.com/rust-lang/crates.io-index"4790source = "registry+https://github.com/rust-lang/crates.io-index"
4811checksum = "34ac11bb793c28fa095b7554466f53b3a60a2cd002afdac01bcf135cbd73a269"4791checksum = "5e0c7cba9ce19ac7ffd2053ac9f49843bbd3f4318feedfd74e85c19d5fb0ba66"
4812dependencies = [4792dependencies = [
4813 "hash-db",4793 "hash-db",
4814 "hashbrown",4794 "hashbrown",
4815 "parity-util-mem",
4816]4795]
48174796
4818[[package]]4797[[package]]
4819name = "memory-lru"
4820version = "0.1.1"
4821source = "registry+https://github.com/rust-lang/crates.io-index"
4822checksum = "ce95ae042940bad7e312857b929ee3d11b8f799a80cb7b9c7ec5125516906395"
4823dependencies = [
4824 "lru",
4825]
4826
4827[[package]]
4828name = "memory_units"4798name = "memory_units"
4829version = "0.4.0"4799version = "0.4.0"
4830source = "registry+https://github.com/rust-lang/crates.io-index"4800source = "registry+https://github.com/rust-lang/crates.io-index"
48614831
4862[[package]]4832[[package]]
4863name = "miniz_oxide"4833name = "miniz_oxide"
4864version = "0.5.4"
4865source = "registry+https://github.com/rust-lang/crates.io-index"
4866checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
4867dependencies = [
4868 "adler",
4869]
4870
4871[[package]]
4872name = "miniz_oxide"
4873version = "0.6.2"4834version = "0.6.2"
4874source = "registry+https://github.com/rust-lang/crates.io-index"4835source = "registry+https://github.com/rust-lang/crates.io-index"
4875checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"4836checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
4890]4851]
48914852
4892[[package]]4853[[package]]
4854name = "mmr-gadget"
4855version = "4.0.0-dev"
4856source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
4857dependencies = [
4858 "futures 0.3.25",
4859 "log",
4860 "parity-scale-codec 3.2.1",
4861 "sc-client-api",
4862 "sc-offchain",
4863 "sp-api",
4864 "sp-beefy",
4865 "sp-blockchain",
4866 "sp-consensus",
4867 "sp-core",
4868 "sp-io",
4869 "sp-mmr-primitives",
4870 "sp-runtime",
4871]
4872
4873[[package]]
4874name = "mmr-rpc"
4875version = "4.0.0-dev"
4876source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
4877dependencies = [
4878 "anyhow",
4879 "jsonrpsee",
4880 "parity-scale-codec 3.2.1",
4881 "serde",
4882 "sp-api",
4883 "sp-blockchain",
4884 "sp-core",
4885 "sp-mmr-primitives",
4886 "sp-runtime",
4887]
4888
4889[[package]]
4893name = "mockall"4890name = "mockall"
4894version = "0.11.3"4891version = "0.11.3"
4895source = "registry+https://github.com/rust-lang/crates.io-index"4892source = "registry+https://github.com/rust-lang/crates.io-index"
5118]5115]
51195116
5120[[package]]5117[[package]]
5121name = "nodrop"
5122version = "0.1.14"
5123source = "registry+https://github.com/rust-lang/crates.io-index"
5124checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
5125
5126[[package]]
5127name = "nohash-hasher"5118name = "nohash-hasher"
5128version = "0.2.0"5119version = "0.2.0"
5129source = "registry+https://github.com/rust-lang/crates.io-index"5120source = "registry+https://github.com/rust-lang/crates.io-index"
5146checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"5137checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
51475138
5148[[package]]5139[[package]]
5140name = "nu-ansi-term"
5141version = "0.46.0"
5142source = "registry+https://github.com/rust-lang/crates.io-index"
5143checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
5144dependencies = [
5145 "overload",
5146 "winapi",
5147]
5148
5149[[package]]
5149name = "num-bigint"5150name = "num-bigint"
5150version = "0.4.3"5151version = "0.4.3"
5151source = "registry+https://github.com/rust-lang/crates.io-index"5152source = "registry+https://github.com/rust-lang/crates.io-index"
5204checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5205checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
5205dependencies = [5206dependencies = [
5206 "autocfg",5207 "autocfg",
5207 "libm",5208 "libm 0.2.6",
5208]5209]
52095210
5210[[package]]5211[[package]]
5211name = "num_cpus"5212name = "num_cpus"
5212version = "1.14.0"5213version = "1.15.0"
5213source = "registry+https://github.com/rust-lang/crates.io-index"5214source = "registry+https://github.com/rust-lang/crates.io-index"
5214checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"5215checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
5215dependencies = [5216dependencies = [
5216 "hermit-abi 0.1.19",5217 "hermit-abi 0.2.6",
5217 "libc",5218 "libc",
5218]5219]
52195220
5239]5240]
52405241
5241[[package]]5242[[package]]
5242name = "num_threads"
5243version = "0.1.6"
5244source = "registry+https://github.com/rust-lang/crates.io-index"
5245checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
5246dependencies = [
5247 "libc",
5248]
5249
5250[[package]]
5251name = "object"5243name = "object"
5252version = "0.29.0"5244version = "0.29.0"
5253source = "registry+https://github.com/rust-lang/crates.io-index"5245source = "registry+https://github.com/rust-lang/crates.io-index"
5260]5252]
52615253
5262[[package]]5254[[package]]
5255name = "object"
5256version = "0.30.0"
5257source = "registry+https://github.com/rust-lang/crates.io-index"
5258checksum = "239da7f290cfa979f43f85a8efeee9a8a76d0827c356d37f9d3d7254d6b537fb"
5259dependencies = [
5260 "memchr",
5261]
5262
5263[[package]]
5263name = "once_cell"5264name = "once_cell"
5264version = "1.16.0"5265version = "1.16.0"
5265source = "registry+https://github.com/rust-lang/crates.io-index"5266source = "registry+https://github.com/rust-lang/crates.io-index"
5266checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"5267checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
52675268
5268[[package]]5269[[package]]
5269name = "opal-runtime"5270name = "opal-runtime"
5270version = "0.9.33"5271version = "0.9.36"
5271dependencies = [5272dependencies = [
5272 "app-promotion-rpc",5273 "app-promotion-rpc",
5273 "cumulus-pallet-aura-ext",5274 "cumulus-pallet-aura-ext",
5426[[package]]5427[[package]]
5427name = "orml-tokens"5428name = "orml-tokens"
5428version = "0.4.1-dev"5429version = "0.4.1-dev"
5429source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"5430source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#a0e5ed97ddafed2f4fe40dd4286a2c58edcbbac6"
5430dependencies = [5431dependencies = [
5431 "frame-support",5432 "frame-support",
5432 "frame-system",5433 "frame-system",
5441[[package]]5442[[package]]
5442name = "orml-traits"5443name = "orml-traits"
5443version = "0.4.1-dev"5444version = "0.4.1-dev"
5444source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"5445source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#a0e5ed97ddafed2f4fe40dd4286a2c58edcbbac6"
5445dependencies = [5446dependencies = [
5446 "frame-support",5447 "frame-support",
5447 "impl-trait-for-tuples",5448 "impl-trait-for-tuples",
5459[[package]]5460[[package]]
5460name = "orml-utilities"5461name = "orml-utilities"
5461version = "0.4.1-dev"5462version = "0.4.1-dev"
5462source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"5463source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#a0e5ed97ddafed2f4fe40dd4286a2c58edcbbac6"
5463dependencies = [5464dependencies = [
5464 "frame-support",5465 "frame-support",
5465 "parity-scale-codec 3.2.1",5466 "parity-scale-codec 3.2.1",
5473[[package]]5474[[package]]
5474name = "orml-vesting"5475name = "orml-vesting"
5475version = "0.4.1-dev"5476version = "0.4.1-dev"
5476source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"5477source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#a0e5ed97ddafed2f4fe40dd4286a2c58edcbbac6"
5477dependencies = [5478dependencies = [
5478 "frame-support",5479 "frame-support",
5479 "frame-system",5480 "frame-system",
5488[[package]]5489[[package]]
5489name = "orml-xcm-support"5490name = "orml-xcm-support"
5490version = "0.4.1-dev"5491version = "0.4.1-dev"
5491source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"5492source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#a0e5ed97ddafed2f4fe40dd4286a2c58edcbbac6"
5492dependencies = [5493dependencies = [
5493 "frame-support",5494 "frame-support",
5494 "orml-traits",5495 "orml-traits",
5502[[package]]5503[[package]]
5503name = "orml-xtokens"5504name = "orml-xtokens"
5504version = "0.4.1-dev"5505version = "0.4.1-dev"
5505source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"5506source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#a0e5ed97ddafed2f4fe40dd4286a2c58edcbbac6"
5506dependencies = [5507dependencies = [
5507 "cumulus-primitives-core",5508 "cumulus-primitives-core",
5508 "frame-support",5509 "frame-support",
5527checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"5528checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
55285529
5529[[package]]5530[[package]]
5531name = "overload"
5532version = "0.1.1"
5533source = "registry+https://github.com/rust-lang/crates.io-index"
5534checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
5535
5536[[package]]
5537name = "packed_simd_2"
5538version = "0.3.8"
5539source = "registry+https://github.com/rust-lang/crates.io-index"
5540checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282"
5541dependencies = [
5542 "cfg-if",
5543 "libm 0.1.4",
5544]
5545
5546[[package]]
5530name = "pallet-app-promotion"5547name = "pallet-app-promotion"
5531version = "0.1.1"5548version = "0.1.1"
5532dependencies = [5549dependencies = [
5555[[package]]5572[[package]]
5556name = "pallet-aura"5573name = "pallet-aura"
5557version = "4.0.0-dev"5574version = "4.0.0-dev"
5558source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5575source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5559dependencies = [5576dependencies = [
5560 "frame-support",5577 "frame-support",
5561 "frame-system",5578 "frame-system",
5571[[package]]5588[[package]]
5572name = "pallet-authority-discovery"5589name = "pallet-authority-discovery"
5573version = "4.0.0-dev"5590version = "4.0.0-dev"
5574source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5591source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5575dependencies = [5592dependencies = [
5576 "frame-support",5593 "frame-support",
5577 "frame-system",5594 "frame-system",
5587[[package]]5604[[package]]
5588name = "pallet-authorship"5605name = "pallet-authorship"
5589version = "4.0.0-dev"5606version = "4.0.0-dev"
5590source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5607source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5591dependencies = [5608dependencies = [
5592 "frame-support",5609 "frame-support",
5593 "frame-system",5610 "frame-system",
5602[[package]]5619[[package]]
5603name = "pallet-babe"5620name = "pallet-babe"
5604version = "4.0.0-dev"5621version = "4.0.0-dev"
5605source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5622source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5606dependencies = [5623dependencies = [
5607 "frame-benchmarking",5624 "frame-benchmarking",
5608 "frame-support",5625 "frame-support",
5626[[package]]5643[[package]]
5627name = "pallet-bags-list"5644name = "pallet-bags-list"
5628version = "4.0.0-dev"5645version = "4.0.0-dev"
5629source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5646source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5630dependencies = [5647dependencies = [
5631 "frame-benchmarking",5648 "frame-benchmarking",
5632 "frame-election-provider-support",5649 "frame-election-provider-support",
5646[[package]]5663[[package]]
5647name = "pallet-balances"5664name = "pallet-balances"
5648version = "4.0.0-dev"5665version = "4.0.0-dev"
5649source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5666source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5650dependencies = [5667dependencies = [
5651 "frame-benchmarking",5668 "frame-benchmarking",
5652 "frame-support",5669 "frame-support",
5661[[package]]5678[[package]]
5662name = "pallet-base-fee"5679name = "pallet-base-fee"
5663version = "1.0.0"5680version = "1.0.0"
5664source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"5681source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
5665dependencies = [5682dependencies = [
5666 "fp-evm",5683 "fp-evm",
5667 "frame-support",5684 "frame-support",
5676[[package]]5693[[package]]
5677name = "pallet-beefy"5694name = "pallet-beefy"
5678version = "4.0.0-dev"5695version = "4.0.0-dev"
5679source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5696source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5680dependencies = [5697dependencies = [
5681 "beefy-primitives",
5682 "frame-support",5698 "frame-support",
5683 "frame-system",5699 "frame-system",
5684 "pallet-session",5700 "pallet-session",
5685 "parity-scale-codec 3.2.1",5701 "parity-scale-codec 3.2.1",
5686 "scale-info",5702 "scale-info",
5687 "serde",5703 "serde",
5704 "sp-beefy",
5688 "sp-runtime",5705 "sp-runtime",
5689 "sp-std",5706 "sp-std",
5690]5707]
56915708
5692[[package]]5709[[package]]
5693name = "pallet-beefy-mmr"5710name = "pallet-beefy-mmr"
5694version = "4.0.0-dev"5711version = "4.0.0-dev"
5695source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5712source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5696dependencies = [5713dependencies = [
5697 "array-bytes",5714 "array-bytes 4.2.0",
5698 "beefy-merkle-tree",5715 "beefy-merkle-tree",
5699 "beefy-primitives",
5700 "frame-support",5716 "frame-support",
5701 "frame-system",5717 "frame-system",
5702 "log",5718 "log",
5706 "parity-scale-codec 3.2.1",5722 "parity-scale-codec 3.2.1",
5707 "scale-info",5723 "scale-info",
5708 "serde",5724 "serde",
5725 "sp-beefy",
5709 "sp-core",5726 "sp-core",
5710 "sp-io",5727 "sp-io",
5711 "sp-runtime",5728 "sp-runtime",
5715[[package]]5732[[package]]
5716name = "pallet-bounties"5733name = "pallet-bounties"
5717version = "4.0.0-dev"5734version = "4.0.0-dev"
5718source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5735source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5719dependencies = [5736dependencies = [
5720 "frame-benchmarking",5737 "frame-benchmarking",
5721 "frame-support",5738 "frame-support",
5733[[package]]5750[[package]]
5734name = "pallet-child-bounties"5751name = "pallet-child-bounties"
5735version = "4.0.0-dev"5752version = "4.0.0-dev"
5736source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5753source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5737dependencies = [5754dependencies = [
5738 "frame-benchmarking",5755 "frame-benchmarking",
5739 "frame-support",5756 "frame-support",
5752[[package]]5769[[package]]
5753name = "pallet-collective"5770name = "pallet-collective"
5754version = "4.0.0-dev"5771version = "4.0.0-dev"
5755source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5772source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5756dependencies = [5773dependencies = [
5757 "frame-benchmarking",5774 "frame-benchmarking",
5758 "frame-support",5775 "frame-support",
5807[[package]]5824[[package]]
5808name = "pallet-conviction-voting"5825name = "pallet-conviction-voting"
5809version = "4.0.0-dev"5826version = "4.0.0-dev"
5810source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5827source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5811dependencies = [5828dependencies = [
5812 "assert_matches",5829 "assert_matches",
5813 "frame-benchmarking",5830 "frame-benchmarking",
5824[[package]]5841[[package]]
5825name = "pallet-democracy"5842name = "pallet-democracy"
5826version = "4.0.0-dev"5843version = "4.0.0-dev"
5827source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5844source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5828dependencies = [5845dependencies = [
5829 "frame-benchmarking",5846 "frame-benchmarking",
5830 "frame-support",5847 "frame-support",
5842[[package]]5859[[package]]
5843name = "pallet-election-provider-multi-phase"5860name = "pallet-election-provider-multi-phase"
5844version = "4.0.0-dev"5861version = "4.0.0-dev"
5845source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5862source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5846dependencies = [5863dependencies = [
5847 "frame-benchmarking",5864 "frame-benchmarking",
5848 "frame-election-provider-support",5865 "frame-election-provider-support",
5866[[package]]5883[[package]]
5867name = "pallet-election-provider-support-benchmarking"5884name = "pallet-election-provider-support-benchmarking"
5868version = "4.0.0-dev"5885version = "4.0.0-dev"
5869source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5886source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5870dependencies = [5887dependencies = [
5871 "frame-benchmarking",5888 "frame-benchmarking",
5872 "frame-election-provider-support",5889 "frame-election-provider-support",
5879[[package]]5896[[package]]
5880name = "pallet-elections-phragmen"5897name = "pallet-elections-phragmen"
5881version = "5.0.0-dev"5898version = "5.0.0-dev"
5882source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5899source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5883dependencies = [5900dependencies = [
5884 "frame-benchmarking",5901 "frame-benchmarking",
5885 "frame-support",5902 "frame-support",
5897[[package]]5914[[package]]
5898name = "pallet-ethereum"5915name = "pallet-ethereum"
5899version = "4.0.0-dev"5916version = "4.0.0-dev"
5900source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"5917source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
5901dependencies = [5918dependencies = [
5902 "ethereum 0.14.0",5919 "ethereum 0.14.0",
5903 "ethereum-types 0.14.1",5920 "ethereum-types 0.14.1",
5925[[package]]5942[[package]]
5926name = "pallet-evm"5943name = "pallet-evm"
5927version = "6.0.0-dev"5944version = "6.0.0-dev"
5928source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"5945source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
5929dependencies = [5946dependencies = [
5930 "environmental",5947 "environmental",
5931 "evm",5948 "evm",
6011[[package]]6028[[package]]
6012name = "pallet-evm-precompile-simple"6029name = "pallet-evm-precompile-simple"
6013version = "2.0.0-dev"6030version = "2.0.0-dev"
6014source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"6031source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#db60b911813df1d82e60e0de7f3dfa290e60d2f0"
6015dependencies = [6032dependencies = [
6016 "fp-evm",6033 "fp-evm",
6017 "ripemd",6034 "ripemd",
6040[[package]]6057[[package]]
6041name = "pallet-fast-unstake"6058name = "pallet-fast-unstake"
6042version = "4.0.0-dev"6059version = "4.0.0-dev"
6043source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6060source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6044dependencies = [6061dependencies = [
6045 "frame-benchmarking",6062 "frame-benchmarking",
6046 "frame-election-provider-support",6063 "frame-election-provider-support",
6105]6122]
61066123
6107[[package]]6124[[package]]
6108name = "pallet-gilt"
6109version = "4.0.0-dev"
6110source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6111dependencies = [
6112 "frame-benchmarking",
6113 "frame-support",
6114 "frame-system",
6115 "parity-scale-codec 3.2.1",
6116 "scale-info",
6117 "sp-arithmetic",
6118 "sp-runtime",
6119 "sp-std",
6120]
6121
6122[[package]]
6123name = "pallet-grandpa"6125name = "pallet-grandpa"
6124version = "4.0.0-dev"6126version = "4.0.0-dev"
6125source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6127source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6126dependencies = [6128dependencies = [
6127 "frame-benchmarking",6129 "frame-benchmarking",
6128 "frame-support",6130 "frame-support",
6145[[package]]6147[[package]]
6146name = "pallet-identity"6148name = "pallet-identity"
6147version = "4.0.0-dev"6149version = "4.0.0-dev"
6148source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6150source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6149dependencies = [6151dependencies = [
6150 "enumflags2",6152 "enumflags2",
6151 "frame-benchmarking",6153 "frame-benchmarking",
6161[[package]]6163[[package]]
6162name = "pallet-im-online"6164name = "pallet-im-online"
6163version = "4.0.0-dev"6165version = "4.0.0-dev"
6164source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6166source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6165dependencies = [6167dependencies = [
6166 "frame-benchmarking",6168 "frame-benchmarking",
6167 "frame-support",6169 "frame-support",
6181[[package]]6183[[package]]
6182name = "pallet-indices"6184name = "pallet-indices"
6183version = "4.0.0-dev"6185version = "4.0.0-dev"
6184source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6186source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6185dependencies = [6187dependencies = [
6186 "frame-benchmarking",6188 "frame-benchmarking",
6187 "frame-support",6189 "frame-support",
6229[[package]]6231[[package]]
6230name = "pallet-membership"6232name = "pallet-membership"
6231version = "4.0.0-dev"6233version = "4.0.0-dev"
6232source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6234source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6233dependencies = [6235dependencies = [
6234 "frame-benchmarking",6236 "frame-benchmarking",
6235 "frame-support",6237 "frame-support",
6246[[package]]6248[[package]]
6247name = "pallet-mmr"6249name = "pallet-mmr"
6248version = "4.0.0-dev"6250version = "4.0.0-dev"
6249source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6251source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6250dependencies = [6252dependencies = [
6251 "ckb-merkle-mountain-range",
6252 "frame-benchmarking",6253 "frame-benchmarking",
6253 "frame-support",6254 "frame-support",
6254 "frame-system",6255 "frame-system",
6262]6263]
62636264
6264[[package]]6265[[package]]
6265name = "pallet-mmr-rpc"6266name = "pallet-multisig"
6266version = "3.0.0"6267version = "4.0.0-dev"
6267source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6268source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6268dependencies = [6269dependencies = [
6269 "anyhow",6270 "frame-benchmarking",
6270 "jsonrpsee",6271 "frame-support",
6272 "frame-system",
6273 "log",
6271 "parity-scale-codec 3.2.1",6274 "parity-scale-codec 3.2.1",
6272 "serde",6275 "scale-info",
6273 "sp-api",
6274 "sp-blockchain",6276 "sp-io",
6275 "sp-core",
6276 "sp-mmr-primitives",
6277 "sp-runtime",6277 "sp-runtime",
6278 "sp-std",
6278]6279]
62796280
6280[[package]]6281[[package]]
6281name = "pallet-multisig"6282name = "pallet-nis"
6282version = "4.0.0-dev"6283version = "4.0.0-dev"
6283source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6284source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6284dependencies = [6285dependencies = [
6285 "frame-benchmarking",6286 "frame-benchmarking",
6286 "frame-support",6287 "frame-support",
6287 "frame-system",6288 "frame-system",
6288 "log",
6289 "parity-scale-codec 3.2.1",6289 "parity-scale-codec 3.2.1",
6290 "scale-info",6290 "scale-info",
6291 "sp-io",6291 "sp-arithmetic",
6292 "sp-core",
6292 "sp-runtime",6293 "sp-runtime",
6293 "sp-std",6294 "sp-std",
6294]6295]
62956296
6296[[package]]6297[[package]]
6297name = "pallet-nomination-pools"6298name = "pallet-nomination-pools"
6298version = "1.0.0"6299version = "1.0.0"
6299source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6300source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6300dependencies = [6301dependencies = [
6301 "frame-support",6302 "frame-support",
6302 "frame-system",6303 "frame-system",
6313[[package]]6314[[package]]
6314name = "pallet-nomination-pools-benchmarking"6315name = "pallet-nomination-pools-benchmarking"
6315version = "1.0.0"6316version = "1.0.0"
6316source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6317source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6317dependencies = [6318dependencies = [
6318 "frame-benchmarking",6319 "frame-benchmarking",
6319 "frame-election-provider-support",6320 "frame-election-provider-support",
6333[[package]]6334[[package]]
6334name = "pallet-nomination-pools-runtime-api"6335name = "pallet-nomination-pools-runtime-api"
6335version = "1.0.0-dev"6336version = "1.0.0-dev"
6336source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6337source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6337dependencies = [6338dependencies = [
6338 "parity-scale-codec 3.2.1",6339 "parity-scale-codec 3.2.1",
6339 "sp-api",6340 "sp-api",
6365[[package]]6366[[package]]
6366name = "pallet-offences"6367name = "pallet-offences"
6367version = "4.0.0-dev"6368version = "4.0.0-dev"
6368source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6369source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6369dependencies = [6370dependencies = [
6370 "frame-support",6371 "frame-support",
6371 "frame-system",6372 "frame-system",
6382[[package]]6383[[package]]
6383name = "pallet-offences-benchmarking"6384name = "pallet-offences-benchmarking"
6384version = "4.0.0-dev"6385version = "4.0.0-dev"
6385source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6386source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6386dependencies = [6387dependencies = [
6387 "frame-benchmarking",6388 "frame-benchmarking",
6388 "frame-election-provider-support",6389 "frame-election-provider-support",
6405[[package]]6406[[package]]
6406name = "pallet-preimage"6407name = "pallet-preimage"
6407version = "4.0.0-dev"6408version = "4.0.0-dev"
6408source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6409source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6409dependencies = [6410dependencies = [
6410 "frame-benchmarking",6411 "frame-benchmarking",
6411 "frame-support",6412 "frame-support",
6422[[package]]6423[[package]]
6423name = "pallet-proxy"6424name = "pallet-proxy"
6424version = "4.0.0-dev"6425version = "4.0.0-dev"
6425source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6426source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6426dependencies = [6427dependencies = [
6427 "frame-benchmarking",6428 "frame-benchmarking",
6428 "frame-support",6429 "frame-support",
6437[[package]]6438[[package]]
6438name = "pallet-randomness-collective-flip"6439name = "pallet-randomness-collective-flip"
6439version = "4.0.0-dev"6440version = "4.0.0-dev"
6440source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6441source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6441dependencies = [6442dependencies = [
6442 "frame-support",6443 "frame-support",
6443 "frame-system",6444 "frame-system",
6451[[package]]6452[[package]]
6452name = "pallet-ranked-collective"6453name = "pallet-ranked-collective"
6453version = "4.0.0-dev"6454version = "4.0.0-dev"
6454source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6455source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6455dependencies = [6456dependencies = [
6456 "frame-benchmarking",6457 "frame-benchmarking",
6457 "frame-support",6458 "frame-support",
6469[[package]]6470[[package]]
6470name = "pallet-recovery"6471name = "pallet-recovery"
6471version = "4.0.0-dev"6472version = "4.0.0-dev"
6472source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6473source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6473dependencies = [6474dependencies = [
6474 "frame-benchmarking",6475 "frame-benchmarking",
6475 "frame-support",6476 "frame-support",
6484[[package]]6485[[package]]
6485name = "pallet-referenda"6486name = "pallet-referenda"
6486version = "4.0.0-dev"6487version = "4.0.0-dev"
6487source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6488source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6488dependencies = [6489dependencies = [
6489 "assert_matches",6490 "assert_matches",
6490 "frame-benchmarking",6491 "frame-benchmarking",
6491 "frame-support",6492 "frame-support",
6492 "frame-system",6493 "frame-system",
6494 "log",
6493 "parity-scale-codec 3.2.1",6495 "parity-scale-codec 3.2.1",
6494 "scale-info",6496 "scale-info",
6495 "serde",6497 "serde",
6566[[package]]6568[[package]]
6567name = "pallet-scheduler"6569name = "pallet-scheduler"
6568version = "4.0.0-dev"6570version = "4.0.0-dev"
6569source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6571source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6570dependencies = [6572dependencies = [
6571 "frame-benchmarking",6573 "frame-benchmarking",
6572 "frame-support",6574 "frame-support",
6577 "sp-io",6579 "sp-io",
6578 "sp-runtime",6580 "sp-runtime",
6579 "sp-std",6581 "sp-std",
6582 "sp-weights",
6580]6583]
65816584
6582[[package]]6585[[package]]
6583name = "pallet-session"6586name = "pallet-session"
6584version = "4.0.0-dev"6587version = "4.0.0-dev"
6585source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6588source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6586dependencies = [6589dependencies = [
6587 "frame-support",6590 "frame-support",
6588 "frame-system",6591 "frame-system",
6603[[package]]6606[[package]]
6604name = "pallet-session-benchmarking"6607name = "pallet-session-benchmarking"
6605version = "4.0.0-dev"6608version = "4.0.0-dev"
6606source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6609source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6607dependencies = [6610dependencies = [
6608 "frame-benchmarking",6611 "frame-benchmarking",
6609 "frame-support",6612 "frame-support",
6619[[package]]6622[[package]]
6620name = "pallet-society"6623name = "pallet-society"
6621version = "4.0.0-dev"6624version = "4.0.0-dev"
6622source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6625source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6623dependencies = [6626dependencies = [
6624 "frame-support",6627 "frame-support",
6625 "frame-system",6628 "frame-system",
6633[[package]]6636[[package]]
6634name = "pallet-staking"6637name = "pallet-staking"
6635version = "4.0.0-dev"6638version = "4.0.0-dev"
6636source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6639source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6637dependencies = [6640dependencies = [
6638 "frame-benchmarking",6641 "frame-benchmarking",
6639 "frame-election-provider-support",6642 "frame-election-provider-support",
6656[[package]]6659[[package]]
6657name = "pallet-staking-reward-curve"6660name = "pallet-staking-reward-curve"
6658version = "4.0.0-dev"6661version = "4.0.0-dev"
6659source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6662source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6660dependencies = [6663dependencies = [
6661 "proc-macro-crate",6664 "proc-macro-crate",
6662 "proc-macro2",6665 "proc-macro2",
6667[[package]]6670[[package]]
6668name = "pallet-staking-reward-fn"6671name = "pallet-staking-reward-fn"
6669version = "4.0.0-dev"6672version = "4.0.0-dev"
6670source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6673source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6671dependencies = [6674dependencies = [
6672 "log",6675 "log",
6673 "sp-arithmetic",6676 "sp-arithmetic",
6676[[package]]6679[[package]]
6677name = "pallet-state-trie-migration"6680name = "pallet-state-trie-migration"
6678version = "4.0.0-dev"6681version = "4.0.0-dev"
6679source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6682source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6680dependencies = [6683dependencies = [
6681 "frame-benchmarking",6684 "frame-benchmarking",
6682 "frame-support",6685 "frame-support",
6708[[package]]6711[[package]]
6709name = "pallet-sudo"6712name = "pallet-sudo"
6710version = "4.0.0-dev"6713version = "4.0.0-dev"
6711source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6714source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6712dependencies = [6715dependencies = [
6713 "frame-support",6716 "frame-support",
6714 "frame-system",6717 "frame-system",
6722[[package]]6725[[package]]
6723name = "pallet-template-transaction-payment"6726name = "pallet-template-transaction-payment"
6724version = "3.0.0"6727version = "3.0.0"
6725source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.33#994d4a8dc6cc630b73d19f97315272a8795317e7"6728source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.36#55943b982e9b0b80465885f31f76db3dba91dac4"
6726dependencies = [6729dependencies = [
6727 "frame-benchmarking",6730 "frame-benchmarking",
6728 "frame-support",6731 "frame-support",
6754[[package]]6757[[package]]
6755name = "pallet-timestamp"6758name = "pallet-timestamp"
6756version = "4.0.0-dev"6759version = "4.0.0-dev"
6757source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6760source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6758dependencies = [6761dependencies = [
6759 "frame-benchmarking",6762 "frame-benchmarking",
6760 "frame-support",6763 "frame-support",
6772[[package]]6775[[package]]
6773name = "pallet-tips"6776name = "pallet-tips"
6774version = "4.0.0-dev"6777version = "4.0.0-dev"
6775source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6778source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6776dependencies = [6779dependencies = [
6777 "frame-benchmarking",6780 "frame-benchmarking",
6778 "frame-support",6781 "frame-support",
6791[[package]]6794[[package]]
6792name = "pallet-transaction-payment"6795name = "pallet-transaction-payment"
6793version = "4.0.0-dev"6796version = "4.0.0-dev"
6794source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6797source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6795dependencies = [6798dependencies = [
6796 "frame-support",6799 "frame-support",
6797 "frame-system",6800 "frame-system",
6807[[package]]6810[[package]]
6808name = "pallet-transaction-payment-rpc"6811name = "pallet-transaction-payment-rpc"
6809version = "4.0.0-dev"6812version = "4.0.0-dev"
6810source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6813source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6811dependencies = [6814dependencies = [
6812 "jsonrpsee",6815 "jsonrpsee",
6813 "pallet-transaction-payment-rpc-runtime-api",6816 "pallet-transaction-payment-rpc-runtime-api",
6823[[package]]6826[[package]]
6824name = "pallet-transaction-payment-rpc-runtime-api"6827name = "pallet-transaction-payment-rpc-runtime-api"
6825version = "4.0.0-dev"6828version = "4.0.0-dev"
6826source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6829source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6827dependencies = [6830dependencies = [
6828 "pallet-transaction-payment",6831 "pallet-transaction-payment",
6829 "parity-scale-codec 3.2.1",6832 "parity-scale-codec 3.2.1",
6835[[package]]6838[[package]]
6836name = "pallet-treasury"6839name = "pallet-treasury"
6837version = "4.0.0-dev"6840version = "4.0.0-dev"
6838source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6841source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6839dependencies = [6842dependencies = [
6840 "frame-benchmarking",6843 "frame-benchmarking",
6841 "frame-support",6844 "frame-support",
6894[[package]]6897[[package]]
6895name = "pallet-utility"6898name = "pallet-utility"
6896version = "4.0.0-dev"6899version = "4.0.0-dev"
6897source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6900source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6898dependencies = [6901dependencies = [
6899 "frame-benchmarking",6902 "frame-benchmarking",
6900 "frame-support",6903 "frame-support",
6910[[package]]6913[[package]]
6911name = "pallet-vesting"6914name = "pallet-vesting"
6912version = "4.0.0-dev"6915version = "4.0.0-dev"
6913source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6916source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6914dependencies = [6917dependencies = [
6915 "frame-benchmarking",6918 "frame-benchmarking",
6916 "frame-support",6919 "frame-support",
6925[[package]]6928[[package]]
6926name = "pallet-whitelist"6929name = "pallet-whitelist"
6927version = "4.0.0-dev"6930version = "4.0.0-dev"
6928source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6931source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6929dependencies = [6932dependencies = [
6930 "frame-benchmarking",6933 "frame-benchmarking",
6931 "frame-support",6934 "frame-support",
69396942
6940[[package]]6943[[package]]
6941name = "pallet-xcm"6944name = "pallet-xcm"
6942version = "0.9.33"6945version = "0.9.36"
6943source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"6946source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
6944dependencies = [6947dependencies = [
6945 "frame-support",6948 "frame-support",
6946 "frame-system",6949 "frame-system",
69576960
6958[[package]]6961[[package]]
6959name = "pallet-xcm-benchmarks"6962name = "pallet-xcm-benchmarks"
6960version = "0.9.33"6963version = "0.9.36"
6961source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"6964source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
6962dependencies = [6965dependencies = [
6963 "frame-benchmarking",6966 "frame-benchmarking",
6964 "frame-support",6967 "frame-support",
6975[[package]]6978[[package]]
6976name = "parachain-info"6979name = "parachain-info"
6977version = "0.1.0"6980version = "0.1.0"
6978source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"6981source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"
6979dependencies = [6982dependencies = [
6980 "cumulus-primitives-core",6983 "cumulus-primitives-core",
6981 "frame-support",6984 "frame-support",
69866989
6987[[package]]6990[[package]]
6988name = "parity-db"6991name = "parity-db"
6989version = "0.3.17"
6990source = "registry+https://github.com/rust-lang/crates.io-index"
6991checksum = "2c8fdb726a43661fa54b43e7114e6b88b2289cae388eb3ad766d9d1754d83fce"
6992dependencies = [
6993 "blake2-rfc",
6994 "crc32fast",
6995 "fs2",
6996 "hex",
6997 "libc",
6998 "log",
6999 "lz4",
7000 "memmap2",
7001 "parking_lot 0.12.1",
7002 "rand 0.8.5",
7003 "snap",
7004]
7005
7006[[package]]
7007name = "parity-db"
7008version = "0.4.2"6992version = "0.4.2"
7009source = "registry+https://github.com/rust-lang/crates.io-index"6993source = "registry+https://github.com/rust-lang/crates.io-index"
7010checksum = "3a7511a0bec4a336b5929999d02b560d2439c993cccf98c26481484e811adc43"6994checksum = "3a7511a0bec4a336b5929999d02b560d2439c993cccf98c26481484e811adc43"
7082checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"7066checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"
70837067
7084[[package]]7068[[package]]
7085name = "parity-util-mem"
7086version = "0.12.0"
7087source = "registry+https://github.com/rust-lang/crates.io-index"
7088checksum = "0d32c34f4f5ca7f9196001c0aba5a1f9a5a12382c8944b8b0f90233282d1e8f8"
7089dependencies = [
7090 "cfg-if",
7091 "ethereum-types 0.14.1",
7092 "hashbrown",
7093 "impl-trait-for-tuples",
7094 "lru",
7095 "parity-util-mem-derive",
7096 "parking_lot 0.12.1",
7097 "primitive-types 0.12.1",
7098 "smallvec",
7099 "winapi",
7100]
7101
7102[[package]]
7103name = "parity-util-mem-derive"
7104version = "0.1.0"
7105source = "registry+https://github.com/rust-lang/crates.io-index"
7106checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"
7107dependencies = [
7108 "proc-macro2",
7109 "syn",
7110 "synstructure",
7111]
7112
7113[[package]]
7114name = "parity-wasm"7069name = "parity-wasm"
7115version = "0.45.0"7070version = "0.45.0"
7116source = "registry+https://github.com/rust-lang/crates.io-index"7071source = "registry+https://github.com/rust-lang/crates.io-index"
7130dependencies = [7085dependencies = [
7131 "instant",7086 "instant",
7132 "lock_api",7087 "lock_api",
7133 "parking_lot_core 0.8.5",7088 "parking_lot_core 0.8.6",
7134]7089]
71357090
7136[[package]]7091[[package]]
71457100
7146[[package]]7101[[package]]
7147name = "parking_lot_core"7102name = "parking_lot_core"
7148version = "0.8.5"7103version = "0.8.6"
7149source = "registry+https://github.com/rust-lang/crates.io-index"7104source = "registry+https://github.com/rust-lang/crates.io-index"
7150checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7105checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
7151dependencies = [7106dependencies = [
7152 "cfg-if",7107 "cfg-if",
7153 "instant",7108 "instant",
71727127
7173[[package]]7128[[package]]
7174name = "paste"7129name = "paste"
7175version = "1.0.9"7130version = "1.0.11"
7176source = "registry+https://github.com/rust-lang/crates.io-index"7131source = "registry+https://github.com/rust-lang/crates.io-index"
7177checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"7132checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
71787133
7179[[package]]7134[[package]]
7180name = "pbkdf2"7135name = "pbkdf2"
7321checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"7276checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"
73227277
7323[[package]]7278[[package]]
7279name = "platforms"
7280version = "3.0.2"
7281source = "registry+https://github.com/rust-lang/crates.io-index"
7282checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630"
7283
7284[[package]]
7324name = "polkadot-approval-distribution"7285name = "polkadot-approval-distribution"
7325version = "0.9.33"7286version = "0.9.36"
7326source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7287source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7327dependencies = [7288dependencies = [
7328 "futures 0.3.25",7289 "futures 0.3.25",
7329 "polkadot-node-network-protocol",7290 "polkadot-node-network-protocol",
73377298
7338[[package]]7299[[package]]
7339name = "polkadot-availability-bitfield-distribution"7300name = "polkadot-availability-bitfield-distribution"
7340version = "0.9.33"7301version = "0.9.36"
7341source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7302source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7342dependencies = [7303dependencies = [
7343 "futures 0.3.25",7304 "futures 0.3.25",
7344 "polkadot-node-network-protocol",7305 "polkadot-node-network-protocol",
73517312
7352[[package]]7313[[package]]
7353name = "polkadot-availability-distribution"7314name = "polkadot-availability-distribution"
7354version = "0.9.33"7315version = "0.9.36"
7355source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7316source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7356dependencies = [7317dependencies = [
7357 "derive_more",7318 "derive_more",
7358 "fatality",7319 "fatality",
73747335
7375[[package]]7336[[package]]
7376name = "polkadot-availability-recovery"7337name = "polkadot-availability-recovery"
7377version = "0.9.33"7338version = "0.9.36"
7378source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7339source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7379dependencies = [7340dependencies = [
7380 "fatality",7341 "fatality",
7381 "futures 0.3.25",7342 "futures 0.3.25",
73957356
7396[[package]]7357[[package]]
7397name = "polkadot-cli"7358name = "polkadot-cli"
7398version = "0.9.33"7359version = "0.9.36"
7399source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7360source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7400dependencies = [7361dependencies = [
7401 "clap",7362 "clap",
7402 "frame-benchmarking-cli",7363 "frame-benchmarking-cli",
7408 "polkadot-performance-test",7369 "polkadot-performance-test",
7409 "polkadot-service",7370 "polkadot-service",
7410 "sc-cli",7371 "sc-cli",
7372 "sc-executor",
7411 "sc-service",7373 "sc-service",
7412 "sc-sysinfo",7374 "sc-sysinfo",
7413 "sc-tracing",7375 "sc-tracing",
7414 "sp-core",7376 "sp-core",
7377 "sp-io",
7415 "sp-keyring",7378 "sp-keyring",
7416 "sp-trie",
7417 "substrate-build-script-utils",7379 "substrate-build-script-utils",
7418 "thiserror",7380 "thiserror",
7419 "try-runtime-cli",7381 "try-runtime-cli",
7420]7382]
74217383
7422[[package]]7384[[package]]
7423name = "polkadot-client"7385name = "polkadot-client"
7424version = "0.9.33"7386version = "0.9.36"
7425source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7387source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7426dependencies = [7388dependencies = [
7427 "beefy-primitives",7389 "async-trait",
7428 "frame-benchmarking",7390 "frame-benchmarking",
7429 "frame-benchmarking-cli",7391 "frame-benchmarking-cli",
7430 "frame-system",7392 "frame-system",
7431 "frame-system-rpc-runtime-api",7393 "frame-system-rpc-runtime-api",
7394 "futures 0.3.25",
7432 "pallet-transaction-payment",7395 "pallet-transaction-payment",
7433 "pallet-transaction-payment-rpc-runtime-api",7396 "pallet-transaction-payment-rpc-runtime-api",
7434 "polkadot-core-primitives",7397 "polkadot-core-primitives",
7442 "sc-service",7405 "sc-service",
7443 "sp-api",7406 "sp-api",
7444 "sp-authority-discovery",7407 "sp-authority-discovery",
7408 "sp-beefy",
7445 "sp-block-builder",7409 "sp-block-builder",
7446 "sp-blockchain",7410 "sp-blockchain",
7447 "sp-consensus",7411 "sp-consensus",
74617425
7462[[package]]7426[[package]]
7463name = "polkadot-collator-protocol"7427name = "polkadot-collator-protocol"
7464version = "0.9.33"7428version = "0.9.36"
7465source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7429source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7466dependencies = [7430dependencies = [
7467 "always-assert",7431 "always-assert",
7468 "bitvec 1.0.1",7432 "bitvec 1.0.1",
74837447
7484[[package]]7448[[package]]
7485name = "polkadot-core-primitives"7449name = "polkadot-core-primitives"
7486version = "0.9.33"7450version = "0.9.36"
7487source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7451source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7488dependencies = [7452dependencies = [
7489 "parity-scale-codec 3.2.1",7453 "parity-scale-codec 3.2.1",
7490 "parity-util-mem",
7491 "scale-info",7454 "scale-info",
7492 "sp-core",7455 "sp-core",
7493 "sp-runtime",7456 "sp-runtime",
74967459
7497[[package]]7460[[package]]
7498name = "polkadot-dispute-distribution"7461name = "polkadot-dispute-distribution"
7499version = "0.9.33"7462version = "0.9.36"
7500source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7463source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7501dependencies = [7464dependencies = [
7502 "derive_more",7465 "derive_more",
7503 "fatality",7466 "fatality",
75217484
7522[[package]]7485[[package]]
7523name = "polkadot-erasure-coding"7486name = "polkadot-erasure-coding"
7524version = "0.9.33"7487version = "0.9.36"
7525source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7488source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7526dependencies = [7489dependencies = [
7527 "parity-scale-codec 3.2.1",7490 "parity-scale-codec 3.2.1",
7528 "polkadot-node-primitives",7491 "polkadot-node-primitives",
75357498
7536[[package]]7499[[package]]
7537name = "polkadot-gossip-support"7500name = "polkadot-gossip-support"
7538version = "0.9.33"7501version = "0.9.36"
7539source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7502source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7540dependencies = [7503dependencies = [
7541 "futures 0.3.25",7504 "futures 0.3.25",
7542 "futures-timer",7505 "futures-timer",
75557518
7556[[package]]7519[[package]]
7557name = "polkadot-network-bridge"7520name = "polkadot-network-bridge"
7558version = "0.9.33"7521version = "0.9.36"
7559source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7522source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7560dependencies = [7523dependencies = [
7561 "always-assert",7524 "always-assert",
7562 "async-trait",7525 "async-trait",
75797542
7580[[package]]7543[[package]]
7581name = "polkadot-node-collation-generation"7544name = "polkadot-node-collation-generation"
7582version = "0.9.33"7545version = "0.9.36"
7583source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7546source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7584dependencies = [7547dependencies = [
7585 "futures 0.3.25",7548 "futures 0.3.25",
7586 "parity-scale-codec 3.2.1",7549 "parity-scale-codec 3.2.1",
75977560
7598[[package]]7561[[package]]
7599name = "polkadot-node-core-approval-voting"7562name = "polkadot-node-core-approval-voting"
7600version = "0.9.33"7563version = "0.9.36"
7601source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7564source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7602dependencies = [7565dependencies = [
7603 "bitvec 1.0.1",7566 "bitvec 1.0.1",
7604 "derive_more",7567 "derive_more",
76267589
7627[[package]]7590[[package]]
7628name = "polkadot-node-core-av-store"7591name = "polkadot-node-core-av-store"
7629version = "0.9.33"7592version = "0.9.36"
7630source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7593source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7631dependencies = [7594dependencies = [
7632 "bitvec 1.0.1",7595 "bitvec 1.0.1",
7633 "futures 0.3.25",7596 "futures 0.3.25",
76467609
7647[[package]]7610[[package]]
7648name = "polkadot-node-core-backing"7611name = "polkadot-node-core-backing"
7649version = "0.9.33"7612version = "0.9.36"
7650source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7613source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7651dependencies = [7614dependencies = [
7652 "bitvec 1.0.1",7615 "bitvec 1.0.1",
7653 "fatality",7616 "fatality",
76657628
7666[[package]]7629[[package]]
7667name = "polkadot-node-core-bitfield-signing"7630name = "polkadot-node-core-bitfield-signing"
7668version = "0.9.33"7631version = "0.9.36"
7669source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7632source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7670dependencies = [7633dependencies = [
7671 "futures 0.3.25",7634 "futures 0.3.25",
7672 "polkadot-node-subsystem",7635 "polkadot-node-subsystem",
76807643
7681[[package]]7644[[package]]
7682name = "polkadot-node-core-candidate-validation"7645name = "polkadot-node-core-candidate-validation"
7683version = "0.9.33"7646version = "0.9.36"
7684source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7647source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7685dependencies = [7648dependencies = [
7686 "async-trait",7649 "async-trait",
7687 "futures 0.3.25",7650 "futures 0.3.25",
76997662
7700[[package]]7663[[package]]
7701name = "polkadot-node-core-chain-api"7664name = "polkadot-node-core-chain-api"
7702version = "0.9.33"7665version = "0.9.36"
7703source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7666source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7704dependencies = [7667dependencies = [
7705 "futures 0.3.25",7668 "futures 0.3.25",
7706 "polkadot-node-subsystem",7669 "polkadot-node-subsystem",
77147677
7715[[package]]7678[[package]]
7716name = "polkadot-node-core-chain-selection"7679name = "polkadot-node-core-chain-selection"
7717version = "0.9.33"7680version = "0.9.36"
7718source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7681source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7719dependencies = [7682dependencies = [
7720 "futures 0.3.25",7683 "futures 0.3.25",
7721 "futures-timer",7684 "futures-timer",
77317694
7732[[package]]7695[[package]]
7733name = "polkadot-node-core-dispute-coordinator"7696name = "polkadot-node-core-dispute-coordinator"
7734version = "0.9.33"7697version = "0.9.36"
7735source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7698source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7736dependencies = [7699dependencies = [
7737 "fatality",7700 "fatality",
7738 "futures 0.3.25",7701 "futures 0.3.25",
77507713
7751[[package]]7714[[package]]
7752name = "polkadot-node-core-parachains-inherent"7715name = "polkadot-node-core-parachains-inherent"
7753version = "0.9.33"7716version = "0.9.36"
7754source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7717source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7755dependencies = [7718dependencies = [
7756 "async-trait",7719 "async-trait",
7757 "futures 0.3.25",7720 "futures 0.3.25",
7758 "futures-timer",7721 "futures-timer",
7759 "polkadot-node-subsystem",7722 "polkadot-node-subsystem",
7723 "polkadot-overseer",
7760 "polkadot-primitives",7724 "polkadot-primitives",
7761 "sp-blockchain",7725 "sp-blockchain",
7762 "sp-inherents",7726 "sp-inherents",
77677731
7768[[package]]7732[[package]]
7769name = "polkadot-node-core-provisioner"7733name = "polkadot-node-core-provisioner"
7770version = "0.9.33"7734version = "0.9.36"
7771source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7735source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7772dependencies = [7736dependencies = [
7773 "bitvec 1.0.1",7737 "bitvec 1.0.1",
7774 "fatality",7738 "fatality",
77857749
7786[[package]]7750[[package]]
7787name = "polkadot-node-core-pvf"7751name = "polkadot-node-core-pvf"
7788version = "0.9.33"7752version = "0.9.36"
7789source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7753source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7790dependencies = [7754dependencies = [
7791 "always-assert",7755 "always-assert",
7792 "assert_matches",7756 "assert_matches",
7793 "async-process",7757 "async-process",
7794 "async-std",7758 "async-std",
7759 "cpu-time",
7795 "futures 0.3.25",7760 "futures 0.3.25",
7796 "futures-timer",7761 "futures-timer",
7797 "parity-scale-codec 3.2.1",7762 "parity-scale-codec 3.2.1",
78177782
7818[[package]]7783[[package]]
7819name = "polkadot-node-core-pvf-checker"7784name = "polkadot-node-core-pvf-checker"
7820version = "0.9.33"7785version = "0.9.36"
7821source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7786source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7822dependencies = [7787dependencies = [
7823 "futures 0.3.25",7788 "futures 0.3.25",
7824 "polkadot-node-primitives",7789 "polkadot-node-primitives",
78337798
7834[[package]]7799[[package]]
7835name = "polkadot-node-core-runtime-api"7800name = "polkadot-node-core-runtime-api"
7836version = "0.9.33"7801version = "0.9.36"
7837source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7802source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7838dependencies = [7803dependencies = [
7839 "futures 0.3.25",7804 "futures 0.3.25",
7840 "memory-lru",7805 "lru",
7841 "parity-util-mem",
7842 "polkadot-node-subsystem",7806 "polkadot-node-subsystem",
7843 "polkadot-node-subsystem-types",7807 "polkadot-node-subsystem-types",
7844 "polkadot-node-subsystem-util",7808 "polkadot-node-subsystem-util",
78497813
7850[[package]]7814[[package]]
7851name = "polkadot-node-jaeger"7815name = "polkadot-node-jaeger"
7852version = "0.9.33"7816version = "0.9.36"
7853source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7817source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7854dependencies = [7818dependencies = [
7855 "async-std",
7856 "lazy_static",7819 "lazy_static",
7857 "log",7820 "log",
7858 "mick-jaeger",7821 "mick-jaeger",
7863 "sc-network",7826 "sc-network",
7864 "sp-core",7827 "sp-core",
7865 "thiserror",7828 "thiserror",
7829 "tokio",
7866]7830]
78677831
7868[[package]]7832[[package]]
7869name = "polkadot-node-metrics"7833name = "polkadot-node-metrics"
7870version = "0.9.33"7834version = "0.9.36"
7871source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7835source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7872dependencies = [7836dependencies = [
7873 "bs58",7837 "bs58",
7874 "futures 0.3.25",7838 "futures 0.3.25",
78867850
7887[[package]]7851[[package]]
7888name = "polkadot-node-network-protocol"7852name = "polkadot-node-network-protocol"
7889version = "0.9.33"7853version = "0.9.36"
7890source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7854source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7891dependencies = [7855dependencies = [
7892 "async-trait",7856 "async-trait",
7893 "derive_more",7857 "derive_more",
79097873
7910[[package]]7874[[package]]
7911name = "polkadot-node-primitives"7875name = "polkadot-node-primitives"
7912version = "0.9.33"7876version = "0.9.36"
7913source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7877source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7914dependencies = [7878dependencies = [
7915 "bounded-vec",7879 "bounded-vec",
7916 "futures 0.3.25",7880 "futures 0.3.25",
79317895
7932[[package]]7896[[package]]
7933name = "polkadot-node-subsystem"7897name = "polkadot-node-subsystem"
7934version = "0.9.33"7898version = "0.9.36"
7935source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7899source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7936dependencies = [7900dependencies = [
7937 "polkadot-node-jaeger",7901 "polkadot-node-jaeger",
7938 "polkadot-node-subsystem-types",7902 "polkadot-node-subsystem-types",
79417905
7942[[package]]7906[[package]]
7943name = "polkadot-node-subsystem-types"7907name = "polkadot-node-subsystem-types"
7944version = "0.9.33"7908version = "0.9.36"
7945source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7909source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7946dependencies = [7910dependencies = [
7947 "async-trait",7911 "async-trait",
7948 "derive_more",7912 "derive_more",
79647928
7965[[package]]7929[[package]]
7966name = "polkadot-node-subsystem-util"7930name = "polkadot-node-subsystem-util"
7967version = "0.9.33"7931version = "0.9.36"
7968source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7932source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7969dependencies = [7933dependencies = [
7970 "async-trait",7934 "async-trait",
7971 "derive_more",7935 "derive_more",
7974 "itertools",7938 "itertools",
7975 "kvdb",7939 "kvdb",
7976 "lru",7940 "lru",
7977 "parity-db 0.4.2",7941 "parity-db",
7978 "parity-scale-codec 3.2.1",7942 "parity-scale-codec 3.2.1",
7979 "parity-util-mem",
7980 "parking_lot 0.11.2",7943 "parking_lot 0.11.2",
7981 "pin-project",7944 "pin-project",
7982 "polkadot-node-jaeger",7945 "polkadot-node-jaeger",
79977960
7998[[package]]7961[[package]]
7999name = "polkadot-overseer"7962name = "polkadot-overseer"
8000version = "0.9.33"7963version = "0.9.36"
8001source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7964source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8002dependencies = [7965dependencies = [
8003 "async-trait",7966 "async-trait",
8004 "futures 0.3.25",7967 "futures 0.3.25",
8005 "futures-timer",7968 "futures-timer",
8006 "lru",7969 "lru",
8007 "orchestra",7970 "orchestra",
8008 "parity-util-mem",
8009 "parking_lot 0.12.1",7971 "parking_lot 0.12.1",
8010 "polkadot-node-metrics",7972 "polkadot-node-metrics",
8011 "polkadot-node-network-protocol",7973 "polkadot-node-network-protocol",
8015 "sc-client-api",7977 "sc-client-api",
8016 "sp-api",7978 "sp-api",
8017 "sp-core",7979 "sp-core",
7980 "tikv-jemalloc-ctl",
8018 "tracing-gum",7981 "tracing-gum",
8019]7982]
80207983
8021[[package]]7984[[package]]
8022name = "polkadot-parachain"7985name = "polkadot-parachain"
8023version = "0.9.33"7986version = "0.9.36"
8024source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7987source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8025dependencies = [7988dependencies = [
8026 "derive_more",7989 "derive_more",
8027 "frame-support",7990 "frame-support",
8028 "parity-scale-codec 3.2.1",7991 "parity-scale-codec 3.2.1",
8029 "parity-util-mem",
8030 "polkadot-core-primitives",7992 "polkadot-core-primitives",
8031 "scale-info",7993 "scale-info",
8032 "serde",7994 "serde",
80377999
8038[[package]]8000[[package]]
8039name = "polkadot-performance-test"8001name = "polkadot-performance-test"
8040version = "0.9.33"8002version = "0.9.36"
8041source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8003source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8042dependencies = [8004dependencies = [
8043 "env_logger",8005 "env_logger",
8044 "kusama-runtime",8006 "kusama-runtime",
80528014
8053[[package]]8015[[package]]
8054name = "polkadot-primitives"8016name = "polkadot-primitives"
8055version = "0.9.33"8017version = "0.9.36"
8056source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8018source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8057dependencies = [8019dependencies = [
8058 "bitvec 1.0.1",8020 "bitvec 1.0.1",
8059 "hex-literal",8021 "hex-literal",
8060 "parity-scale-codec 3.2.1",8022 "parity-scale-codec 3.2.1",
8061 "parity-util-mem",
8062 "polkadot-core-primitives",8023 "polkadot-core-primitives",
8063 "polkadot-parachain",8024 "polkadot-parachain",
8064 "scale-info",8025 "scale-info",
80798040
8080[[package]]8041[[package]]
8081name = "polkadot-rpc"8042name = "polkadot-rpc"
8082version = "0.9.33"8043version = "0.9.36"
8083source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8044source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8084dependencies = [8045dependencies = [
8085 "beefy-gadget",8046 "beefy-gadget",
8086 "beefy-gadget-rpc",8047 "beefy-gadget-rpc",
8087 "jsonrpsee",8048 "jsonrpsee",
8088 "pallet-mmr-rpc",8049 "mmr-rpc",
8089 "pallet-transaction-payment-rpc",8050 "pallet-transaction-payment-rpc",
8090 "polkadot-primitives",8051 "polkadot-primitives",
8091 "sc-chain-spec",8052 "sc-chain-spec",
81118072
8112[[package]]8073[[package]]
8113name = "polkadot-runtime"8074name = "polkadot-runtime"
8114version = "0.9.33"8075version = "0.9.36"
8115source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8076source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8116dependencies = [8077dependencies = [
8117 "beefy-primitives",
8118 "bitvec 1.0.1",8078 "bitvec 1.0.1",
8119 "frame-benchmarking",8079 "frame-benchmarking",
8120 "frame-election-provider-support",8080 "frame-election-provider-support",
8177 "smallvec",8137 "smallvec",
8178 "sp-api",8138 "sp-api",
8179 "sp-authority-discovery",8139 "sp-authority-discovery",
8140 "sp-beefy",
8180 "sp-block-builder",8141 "sp-block-builder",
8181 "sp-consensus-babe",8142 "sp-consensus-babe",
8182 "sp-core",8143 "sp-core",
82008161
8201[[package]]8162[[package]]
8202name = "polkadot-runtime-common"8163name = "polkadot-runtime-common"
8203version = "0.9.33"8164version = "0.9.36"
8204source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8165source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8205dependencies = [8166dependencies = [
8206 "beefy-primitives",
8207 "bitvec 1.0.1",8167 "bitvec 1.0.1",
8208 "frame-benchmarking",8168 "frame-benchmarking",
8209 "frame-election-provider-support",8169 "frame-election-provider-support",
8234 "serde_derive",8194 "serde_derive",
8235 "slot-range-helper",8195 "slot-range-helper",
8236 "sp-api",8196 "sp-api",
8197 "sp-beefy",
8237 "sp-core",8198 "sp-core",
8238 "sp-inherents",8199 "sp-inherents",
8239 "sp-io",8200 "sp-io",
82488209
8249[[package]]8210[[package]]
8250name = "polkadot-runtime-constants"8211name = "polkadot-runtime-constants"
8251version = "0.9.33"8212version = "0.9.36"
8252source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8213source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8253dependencies = [8214dependencies = [
8254 "frame-support",8215 "frame-support",
8255 "polkadot-primitives",8216 "polkadot-primitives",
82628223
8263[[package]]8224[[package]]
8264name = "polkadot-runtime-metrics"8225name = "polkadot-runtime-metrics"
8265version = "0.9.33"8226version = "0.9.36"
8266source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8227source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8267dependencies = [8228dependencies = [
8268 "bs58",8229 "bs58",
8269 "parity-scale-codec 3.2.1",8230 "parity-scale-codec 3.2.1",
82748235
8275[[package]]8236[[package]]
8276name = "polkadot-runtime-parachains"8237name = "polkadot-runtime-parachains"
8277version = "0.9.33"8238version = "0.9.36"
8278source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8239source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8279dependencies = [8240dependencies = [
8280 "bitflags",8241 "bitflags",
8281 "bitvec 1.0.1",8242 "bitvec 1.0.1",
83178278
8318[[package]]8279[[package]]
8319name = "polkadot-service"8280name = "polkadot-service"
8320version = "0.9.33"8281version = "0.9.36"
8321source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8282source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8322dependencies = [8283dependencies = [
8323 "async-trait",8284 "async-trait",
8324 "beefy-gadget",8285 "beefy-gadget",
8325 "beefy-primitives",
8326 "frame-support",8286 "frame-support",
8327 "frame-system-rpc-runtime-api",8287 "frame-system-rpc-runtime-api",
8328 "futures 0.3.25",8288 "futures 0.3.25",
8331 "kvdb",8291 "kvdb",
8332 "kvdb-rocksdb",8292 "kvdb-rocksdb",
8333 "lru",8293 "lru",
8294 "mmr-gadget",
8334 "pallet-babe",8295 "pallet-babe",
8335 "pallet-im-online",8296 "pallet-im-online",
8336 "pallet-staking",8297 "pallet-staking",
8337 "pallet-transaction-payment-rpc-runtime-api",8298 "pallet-transaction-payment-rpc-runtime-api",
8338 "parity-db 0.4.2",8299 "parity-db",
8339 "polkadot-approval-distribution",8300 "polkadot-approval-distribution",
8340 "polkadot-availability-bitfield-distribution",8301 "polkadot-availability-bitfield-distribution",
8341 "polkadot-availability-distribution",8302 "polkadot-availability-distribution",
8396 "serde_json",8357 "serde_json",
8397 "sp-api",8358 "sp-api",
8398 "sp-authority-discovery",8359 "sp-authority-discovery",
8360 "sp-beefy",
8399 "sp-block-builder",8361 "sp-block-builder",
8400 "sp-blockchain",8362 "sp-blockchain",
8401 "sp-consensus",8363 "sp-consensus",
8405 "sp-inherents",8367 "sp-inherents",
8406 "sp-io",8368 "sp-io",
8407 "sp-keystore",8369 "sp-keystore",
8370 "sp-mmr-primitives",
8408 "sp-offchain",8371 "sp-offchain",
8409 "sp-runtime",8372 "sp-runtime",
8410 "sp-session",8373 "sp-session",
84218384
8422[[package]]8385[[package]]
8423name = "polkadot-statement-distribution"8386name = "polkadot-statement-distribution"
8424version = "0.9.33"8387version = "0.9.36"
8425source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8388source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8426dependencies = [8389dependencies = [
8427 "arrayvec 0.5.2",8390 "arrayvec 0.5.2",
8428 "fatality",8391 "fatality",
84428405
8443[[package]]8406[[package]]
8444name = "polkadot-statement-table"8407name = "polkadot-statement-table"
8445version = "0.9.33"8408version = "0.9.36"
8446source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8409source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8447dependencies = [8410dependencies = [
8448 "parity-scale-codec 3.2.1",8411 "parity-scale-codec 3.2.1",
8449 "polkadot-primitives",8412 "polkadot-primitives",
84528415
8453[[package]]8416[[package]]
8454name = "polkadot-test-runtime"8417name = "polkadot-test-runtime"
8455version = "0.9.33"8418version = "0.9.36"
8456source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8419source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8457dependencies = [8420dependencies = [
8458 "beefy-primitives",
8459 "bitvec 1.0.1",8421 "bitvec 1.0.1",
8460 "frame-election-provider-support",8422 "frame-election-provider-support",
8461 "frame-executive",8423 "frame-executive",
8491 "smallvec",8453 "smallvec",
8492 "sp-api",8454 "sp-api",
8493 "sp-authority-discovery",8455 "sp-authority-discovery",
8456 "sp-beefy",
8494 "sp-block-builder",8457 "sp-block-builder",
8495 "sp-consensus-babe",8458 "sp-consensus-babe",
8496 "sp-core",8459 "sp-core",
85138476
8514[[package]]8477[[package]]
8515name = "polkadot-test-service"8478name = "polkadot-test-service"
8516version = "0.9.33"8479version = "0.9.36"
8517source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8480source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8518dependencies = [8481dependencies = [
8519 "frame-benchmarking",8482 "frame-benchmarking",
8520 "frame-system",8483 "frame-system",
85678530
8568[[package]]8531[[package]]
8569name = "polling"8532name = "polling"
8570version = "2.5.1"8533version = "2.5.2"
8571source = "registry+https://github.com/rust-lang/crates.io-index"8534source = "registry+https://github.com/rust-lang/crates.io-index"
8572checksum = "166ca89eb77fd403230b9c156612965a81e094ec6ec3aa13663d4c8b113fa748"8535checksum = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6"
8573dependencies = [8536dependencies = [
8574 "autocfg",8537 "autocfg",
8575 "cfg-if",8538 "cfg-if",
86518614
8652[[package]]8615[[package]]
8653name = "prettyplease"8616name = "prettyplease"
8654version = "0.1.21"8617version = "0.1.22"
8655source = "registry+https://github.com/rust-lang/crates.io-index"8618source = "registry+https://github.com/rust-lang/crates.io-index"
8656checksum = "c142c0e46b57171fe0c528bee8c5b7569e80f0c17e377cd0e30ea57dbc11bb51"8619checksum = "2c8992a85d8e93a28bdf76137db888d3874e3b230dee5ed8bebac4c9f7617773"
8657dependencies = [8620dependencies = [
8658 "proc-macro2",8621 "proc-macro2",
8659 "syn",8622 "syn",
87398702
8740[[package]]8703[[package]]
8741name = "proc-macro2"8704name = "proc-macro2"
8742version = "1.0.47"8705version = "1.0.49"
8743source = "registry+https://github.com/rust-lang/crates.io-index"8706source = "registry+https://github.com/rust-lang/crates.io-index"
8744checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"8707checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
8745dependencies = [8708dependencies = [
8746 "unicode-ident",8709 "unicode-ident",
8747]8710]
87858748
8786[[package]]8749[[package]]
8787name = "prost"8750name = "prost"
8788version = "0.11.3"8751version = "0.11.5"
8789source = "registry+https://github.com/rust-lang/crates.io-index"8752source = "registry+https://github.com/rust-lang/crates.io-index"
8790checksum = "c0b18e655c21ff5ac2084a5ad0611e827b3f92badf79f4910b5a5c58f4d87ff0"8753checksum = "c01db6702aa05baa3f57dec92b8eeeeb4cb19e894e73996b32a4093289e54592"
8791dependencies = [8754dependencies = [
8792 "bytes",8755 "bytes",
8793 "prost-derive",8756 "prost-derive",
8794]8757]
87958758
8796[[package]]8759[[package]]
8797name = "prost-build"8760name = "prost-build"
8798version = "0.11.3"8761version = "0.11.5"
8799source = "registry+https://github.com/rust-lang/crates.io-index"8762source = "registry+https://github.com/rust-lang/crates.io-index"
8800checksum = "e330bf1316db56b12c2bcfa399e8edddd4821965ea25ddb2c134b610b1c1c604"8763checksum = "cb5320c680de74ba083512704acb90fe00f28f79207286a848e730c45dd73ed6"
8801dependencies = [8764dependencies = [
8802 "bytes",8765 "bytes",
8803 "heck",8766 "heck",
88308793
8831[[package]]8794[[package]]
8832name = "prost-derive"8795name = "prost-derive"
8833version = "0.11.2"8796version = "0.11.5"
8834source = "registry+https://github.com/rust-lang/crates.io-index"8797source = "registry+https://github.com/rust-lang/crates.io-index"
8835checksum = "164ae68b6587001ca506d3bf7f1000bfa248d0e1217b618108fba4ec1d0cc306"8798checksum = "c8842bad1a5419bca14eac663ba798f6bc19c413c2fdceb5f3ba3b0932d96720"
8836dependencies = [8799dependencies = [
8837 "anyhow",8800 "anyhow",
8838 "itertools",8801 "itertools",
88438806
8844[[package]]8807[[package]]
8845name = "prost-types"8808name = "prost-types"
8846version = "0.11.2"8809version = "0.11.5"
8847source = "registry+https://github.com/rust-lang/crates.io-index"8810source = "registry+https://github.com/rust-lang/crates.io-index"
8848checksum = "747761bc3dc48f9a34553bf65605cf6cb6288ba219f3450b4275dbd81539551a"8811checksum = "017f79637768cde62820bc2d4fe0e45daaa027755c323ad077767c6c5f173091"
8849dependencies = [8812dependencies = [
8850 "bytes",8813 "bytes",
8851 "prost",8814 "prost",
88628825
8863[[package]]8826[[package]]
8864name = "quartz-runtime"8827name = "quartz-runtime"
8865version = "0.9.33"8828version = "0.9.36"
8866dependencies = [8829dependencies = [
8867 "app-promotion-rpc",8830 "app-promotion-rpc",
8868 "cumulus-pallet-aura-ext",8831 "cumulus-pallet-aura-ext",
89768939
8977[[package]]8940[[package]]
8978name = "quote"8941name = "quote"
8979version = "1.0.21"8942version = "1.0.23"
8980source = "registry+https://github.com/rust-lang/crates.io-index"8943source = "registry+https://github.com/rust-lang/crates.io-index"
8981checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"8944checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
8982dependencies = [8945dependencies = [
8983 "proc-macro2",8946 "proc-macro2",
8984]8947]
91039066
9104[[package]]9067[[package]]
9105name = "rayon"9068name = "rayon"
9106version = "1.6.0"9069version = "1.6.1"
9107source = "registry+https://github.com/rust-lang/crates.io-index"9070source = "registry+https://github.com/rust-lang/crates.io-index"
9108checksum = "1e060280438193c554f654141c9ea9417886713b7acd75974c85b18a69a88e0b"9071checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
9109dependencies = [9072dependencies = [
9110 "crossbeam-deque",
9111 "either",9073 "either",
9112 "rayon-core",9074 "rayon-core",
9113]9075]
91599121
9160[[package]]9122[[package]]
9161name = "ref-cast"9123name = "ref-cast"
9162version = "1.0.13"9124version = "1.0.14"
9163source = "registry+https://github.com/rust-lang/crates.io-index"9125source = "registry+https://github.com/rust-lang/crates.io-index"
9164checksum = "53b15debb4f9d60d767cd8ca9ef7abb2452922f3214671ff052defc7f3502c44"9126checksum = "8c78fb8c9293bcd48ef6fce7b4ca950ceaf21210de6e105a883ee280c0f7b9ed"
9165dependencies = [9127dependencies = [
9166 "ref-cast-impl",9128 "ref-cast-impl",
9167]9129]
91689130
9169[[package]]9131[[package]]
9170name = "ref-cast-impl"9132name = "ref-cast-impl"
9171version = "1.0.13"9133version = "1.0.14"
9172source = "registry+https://github.com/rust-lang/crates.io-index"9134source = "registry+https://github.com/rust-lang/crates.io-index"
9173checksum = "abfa8511e9e94fd3de6585a3d3cd00e01ed556dc9814829280af0e8dc72a8f36"9135checksum = "9f9c0c92af03644e4806106281fe2e068ac5bc0ae74a707266d06ea27bccee5f"
9174dependencies = [9136dependencies = [
9175 "proc-macro2",9137 "proc-macro2",
9176 "quote",9138 "quote",
9216checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"9178checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
92179179
9218[[package]]9180[[package]]
9219name = "remote-externalities"
9220version = "0.10.0-dev"
9221source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
9222dependencies = [
9223 "env_logger",
9224 "log",
9225 "parity-scale-codec 3.2.1",
9226 "serde",
9227 "serde_json",
9228 "sp-core",
9229 "sp-io",
9230 "sp-runtime",
9231 "sp-version",
9232 "substrate-rpc-client",
9233]
9234
9235[[package]]
9236name = "remove_dir_all"9181name = "remove_dir_all"
9237version = "0.5.3"9182version = "0.5.3"
9238source = "registry+https://github.com/rust-lang/crates.io-index"9183source = "registry+https://github.com/rust-lang/crates.io-index"
93429287
9343[[package]]9288[[package]]
9344name = "rococo-runtime"9289name = "rococo-runtime"
9345version = "0.9.33"9290version = "0.9.36"
9346source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"9291source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
9347dependencies = [9292dependencies = [
9348 "beefy-merkle-tree",9293 "beefy-merkle-tree",
9349 "beefy-primitives",
9350 "frame-benchmarking",9294 "frame-benchmarking",
9351 "frame-executive",9295 "frame-executive",
9352 "frame-support",9296 "frame-support",
9366 "pallet-collective",9310 "pallet-collective",
9367 "pallet-democracy",9311 "pallet-democracy",
9368 "pallet-elections-phragmen",9312 "pallet-elections-phragmen",
9369 "pallet-gilt",
9370 "pallet-grandpa",9313 "pallet-grandpa",
9371 "pallet-identity",9314 "pallet-identity",
9372 "pallet-im-online",9315 "pallet-im-online",
9373 "pallet-indices",9316 "pallet-indices",
9374 "pallet-membership",9317 "pallet-membership",
9375 "pallet-mmr",9318 "pallet-mmr",
9376 "pallet-multisig",9319 "pallet-multisig",
9320 "pallet-nis",
9377 "pallet-offences",9321 "pallet-offences",
9378 "pallet-preimage",9322 "pallet-preimage",
9379 "pallet-proxy",9323 "pallet-proxy",
9405 "smallvec",9349 "smallvec",
9406 "sp-api",9350 "sp-api",
9407 "sp-authority-discovery",9351 "sp-authority-discovery",
9352 "sp-beefy",
9408 "sp-block-builder",9353 "sp-block-builder",
9409 "sp-consensus-babe",9354 "sp-consensus-babe",
9410 "sp-core",9355 "sp-core",
94279372
9428[[package]]9373[[package]]
9429name = "rococo-runtime-constants"9374name = "rococo-runtime-constants"
9430version = "0.9.33"9375version = "0.9.36"
9431source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"9376source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
9432dependencies = [9377dependencies = [
9433 "frame-support",9378 "frame-support",
9434 "polkadot-primitives",9379 "polkadot-primitives",
9508source = "registry+https://github.com/rust-lang/crates.io-index"9453source = "registry+https://github.com/rust-lang/crates.io-index"
9509checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9454checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
9510dependencies = [9455dependencies = [
9511 "semver 1.0.14",9456 "semver 1.0.16",
9512]9457]
95139458
9514[[package]]9459[[package]]
9535 "errno",9480 "errno",
9536 "io-lifetimes 1.0.3",9481 "io-lifetimes 1.0.3",
9537 "libc",9482 "libc",
9538 "linux-raw-sys 0.1.3",9483 "linux-raw-sys 0.1.4",
9539 "windows-sys 0.42.0",9484 "windows-sys 0.42.0",
9540]9485]
95419486
95749519
9575[[package]]9520[[package]]
9576name = "rustversion"9521name = "rustversion"
9577version = "1.0.9"9522version = "1.0.11"
9578source = "registry+https://github.com/rust-lang/crates.io-index"9523source = "registry+https://github.com/rust-lang/crates.io-index"
9579checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"9524checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70"
95809525
9581[[package]]9526[[package]]
9582name = "rw-stream-sink"9527name = "rw-stream-sink"
95919536
9592[[package]]9537[[package]]
9593name = "ryu"9538name = "ryu"
9594version = "1.0.11"9539version = "1.0.12"
9595source = "registry+https://github.com/rust-lang/crates.io-index"9540source = "registry+https://github.com/rust-lang/crates.io-index"
9596checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"9541checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
95979542
9598[[package]]9543[[package]]
9599name = "safe-mix"9544name = "safe-mix"
9616[[package]]9561[[package]]
9617name = "sc-allocator"9562name = "sc-allocator"
9618version = "4.1.0-dev"9563version = "4.1.0-dev"
9619source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9564source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9620dependencies = [9565dependencies = [
9621 "log",9566 "log",
9622 "sp-core",9567 "sp-core",
9627[[package]]9572[[package]]
9628name = "sc-authority-discovery"9573name = "sc-authority-discovery"
9629version = "0.10.0-dev"9574version = "0.10.0-dev"
9630source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9575source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9631dependencies = [9576dependencies = [
9632 "async-trait",9577 "async-trait",
9633 "futures 0.3.25",9578 "futures 0.3.25",
9654[[package]]9599[[package]]
9655name = "sc-basic-authorship"9600name = "sc-basic-authorship"
9656version = "0.10.0-dev"9601version = "0.10.0-dev"
9657source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9602source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9658dependencies = [9603dependencies = [
9659 "futures 0.3.25",9604 "futures 0.3.25",
9660 "futures-timer",9605 "futures-timer",
9677[[package]]9622[[package]]
9678name = "sc-block-builder"9623name = "sc-block-builder"
9679version = "0.10.0-dev"9624version = "0.10.0-dev"
9680source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9625source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9681dependencies = [9626dependencies = [
9682 "parity-scale-codec 3.2.1",9627 "parity-scale-codec 3.2.1",
9683 "sc-client-api",9628 "sc-client-api",
9693[[package]]9638[[package]]
9694name = "sc-chain-spec"9639name = "sc-chain-spec"
9695version = "4.0.0-dev"9640version = "4.0.0-dev"
9696source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9641source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9697dependencies = [9642dependencies = [
9698 "impl-trait-for-tuples",9643 "impl-trait-for-tuples",
9699 "memmap2",9644 "memmap2",
9710[[package]]9655[[package]]
9711name = "sc-chain-spec-derive"9656name = "sc-chain-spec-derive"
9712version = "4.0.0-dev"9657version = "4.0.0-dev"
9713source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9658source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9714dependencies = [9659dependencies = [
9715 "proc-macro-crate",9660 "proc-macro-crate",
9716 "proc-macro2",9661 "proc-macro2",
9721[[package]]9666[[package]]
9722name = "sc-cli"9667name = "sc-cli"
9723version = "0.10.0-dev"9668version = "0.10.0-dev"
9724source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9669source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9725dependencies = [9670dependencies = [
9726 "array-bytes",9671 "array-bytes 4.2.0",
9727 "chrono",9672 "chrono",
9728 "clap",9673 "clap",
9729 "fdlimit",9674 "fdlimit",
9761[[package]]9706[[package]]
9762name = "sc-client-api"9707name = "sc-client-api"
9763version = "4.0.0-dev"9708version = "4.0.0-dev"
9764source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9709source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9765dependencies = [9710dependencies = [
9766 "fnv",9711 "fnv",
9767 "futures 0.3.25",9712 "futures 0.3.25",
9789[[package]]9734[[package]]
9790name = "sc-client-db"9735name = "sc-client-db"
9791version = "0.10.0-dev"9736version = "0.10.0-dev"
9792source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9737source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9793dependencies = [9738dependencies = [
9794 "hash-db",9739 "hash-db",
9795 "kvdb",9740 "kvdb",
9796 "kvdb-memorydb",9741 "kvdb-memorydb",
9797 "kvdb-rocksdb",9742 "kvdb-rocksdb",
9798 "linked-hash-map",9743 "linked-hash-map",
9799 "log",9744 "log",
9800 "parity-db 0.4.2",9745 "parity-db",
9801 "parity-scale-codec 3.2.1",9746 "parity-scale-codec 3.2.1",
9802 "parking_lot 0.12.1",9747 "parking_lot 0.12.1",
9803 "sc-client-api",9748 "sc-client-api",
9814[[package]]9759[[package]]
9815name = "sc-consensus"9760name = "sc-consensus"
9816version = "0.10.0-dev"9761version = "0.10.0-dev"
9817source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9762source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9818dependencies = [9763dependencies = [
9819 "async-trait",9764 "async-trait",
9820 "futures 0.3.25",9765 "futures 0.3.25",
9821 "futures-timer",9766 "futures-timer",
9822 "libp2p",9767 "libp2p",
9823 "log",9768 "log",
9769 "mockall",
9824 "parking_lot 0.12.1",9770 "parking_lot 0.12.1",
9825 "sc-client-api",9771 "sc-client-api",
9826 "sc-utils",9772 "sc-utils",
9838[[package]]9784[[package]]
9839name = "sc-consensus-aura"9785name = "sc-consensus-aura"
9840version = "0.10.0-dev"9786version = "0.10.0-dev"
9841source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9787source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9842dependencies = [9788dependencies = [
9843 "async-trait",9789 "async-trait",
9844 "futures 0.3.25",9790 "futures 0.3.25",
9867[[package]]9813[[package]]
9868name = "sc-consensus-babe"9814name = "sc-consensus-babe"
9869version = "0.10.0-dev"9815version = "0.10.0-dev"
9870source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9816source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9871dependencies = [9817dependencies = [
9872 "async-trait",9818 "async-trait",
9873 "fork-tree",9819 "fork-tree",
9908[[package]]9854[[package]]
9909name = "sc-consensus-babe-rpc"9855name = "sc-consensus-babe-rpc"
9910version = "0.10.0-dev"9856version = "0.10.0-dev"
9911source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9857source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9912dependencies = [9858dependencies = [
9913 "futures 0.3.25",9859 "futures 0.3.25",
9914 "jsonrpsee",9860 "jsonrpsee",
9930[[package]]9876[[package]]
9931name = "sc-consensus-epochs"9877name = "sc-consensus-epochs"
9932version = "0.10.0-dev"9878version = "0.10.0-dev"
9933source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9879source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9934dependencies = [9880dependencies = [
9935 "fork-tree",9881 "fork-tree",
9936 "parity-scale-codec 3.2.1",9882 "parity-scale-codec 3.2.1",
9943[[package]]9889[[package]]
9944name = "sc-consensus-manual-seal"9890name = "sc-consensus-manual-seal"
9945version = "0.10.0-dev"9891version = "0.10.0-dev"
9946source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9892source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9947dependencies = [9893dependencies = [
9948 "assert_matches",9894 "assert_matches",
9949 "async-trait",9895 "async-trait",
9977[[package]]9923[[package]]
9978name = "sc-consensus-slots"9924name = "sc-consensus-slots"
9979version = "0.10.0-dev"9925version = "0.10.0-dev"
9980source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9926source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9981dependencies = [9927dependencies = [
9982 "async-trait",9928 "async-trait",
9983 "futures 0.3.25",9929 "futures 0.3.25",
10001[[package]]9947[[package]]
10002name = "sc-executor"9948name = "sc-executor"
10003version = "0.10.0-dev"9949version = "0.10.0-dev"
10004source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9950source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10005dependencies = [9951dependencies = [
10006 "lazy_static",
10007 "lru",9952 "lru",
10008 "parity-scale-codec 3.2.1",9953 "parity-scale-codec 3.2.1",
10009 "parking_lot 0.12.1",9954 "parking_lot 0.12.1",
10012 "sc-executor-wasmtime",9957 "sc-executor-wasmtime",
10013 "sp-api",9958 "sp-api",
10014 "sp-core",9959 "sp-core",
10015 "sp-core-hashing-proc-macro",
10016 "sp-externalities",9960 "sp-externalities",
10017 "sp-io",9961 "sp-io",
10018 "sp-panic-handler",9962 "sp-panic-handler",
10027[[package]]9971[[package]]
10028name = "sc-executor-common"9972name = "sc-executor-common"
10029version = "0.10.0-dev"9973version = "0.10.0-dev"
10030source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9974source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10031dependencies = [9975dependencies = [
10032 "environmental",
10033 "parity-scale-codec 3.2.1",
10034 "sc-allocator",9976 "sc-allocator",
10035 "sp-maybe-compressed-blob",9977 "sp-maybe-compressed-blob",
10036 "sp-sandbox",
10037 "sp-wasm-interface",9978 "sp-wasm-interface",
10038 "thiserror",9979 "thiserror",
10039 "wasm-instrument",9980 "wasm-instrument",
10043[[package]]9984[[package]]
10044name = "sc-executor-wasmi"9985name = "sc-executor-wasmi"
10045version = "0.10.0-dev"9986version = "0.10.0-dev"
10046source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9987source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10047dependencies = [9988dependencies = [
10048 "log",9989 "log",
10049 "parity-scale-codec 3.2.1",
10050 "sc-allocator",9990 "sc-allocator",
10051 "sc-executor-common",9991 "sc-executor-common",
10052 "sp-runtime-interface",9992 "sp-runtime-interface",
10053 "sp-sandbox",
10054 "sp-wasm-interface",9993 "sp-wasm-interface",
10055 "wasmi",9994 "wasmi",
10056]9995]
100579996
10058[[package]]9997[[package]]
10059name = "sc-executor-wasmtime"9998name = "sc-executor-wasmtime"
10060version = "0.10.0-dev"9999version = "0.10.0-dev"
10061source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10000source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10062dependencies = [10001dependencies = [
10063 "cfg-if",10002 "cfg-if",
10064 "libc",10003 "libc",
10065 "log",10004 "log",
10066 "once_cell",10005 "once_cell",
10067 "parity-scale-codec 3.2.1",
10068 "parity-wasm",
10069 "rustix 0.35.13",10006 "rustix 0.35.13",
10070 "sc-allocator",10007 "sc-allocator",
10071 "sc-executor-common",10008 "sc-executor-common",
10072 "sp-runtime-interface",10009 "sp-runtime-interface",
10073 "sp-sandbox",
10074 "sp-wasm-interface",10010 "sp-wasm-interface",
10075 "wasmtime",10011 "wasmtime",
10076]10012]
1007710013
10078[[package]]10014[[package]]
10079name = "sc-finality-grandpa"10015name = "sc-finality-grandpa"
10080version = "0.10.0-dev"10016version = "0.10.0-dev"
10081source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10017source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10082dependencies = [10018dependencies = [
10083 "ahash",10019 "ahash",
10084 "array-bytes",10020 "array-bytes 4.2.0",
10085 "async-trait",10021 "async-trait",
10086 "dyn-clone",10022 "dyn-clone",
10087 "finality-grandpa",10023 "finality-grandpa",
10119[[package]]10055[[package]]
10120name = "sc-finality-grandpa-rpc"10056name = "sc-finality-grandpa-rpc"
10121version = "0.10.0-dev"10057version = "0.10.0-dev"
10122source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10058source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10123dependencies = [10059dependencies = [
10124 "finality-grandpa",10060 "finality-grandpa",
10125 "futures 0.3.25",10061 "futures 0.3.25",
10140[[package]]10076[[package]]
10141name = "sc-informant"10077name = "sc-informant"
10142version = "0.10.0-dev"10078version = "0.10.0-dev"
10143source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10079source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10144dependencies = [10080dependencies = [
10145 "ansi_term",10081 "ansi_term",
10146 "futures 0.3.25",10082 "futures 0.3.25",
10147 "futures-timer",10083 "futures-timer",
10148 "log",10084 "log",
10149 "parity-util-mem",
10150 "sc-client-api",10085 "sc-client-api",
10151 "sc-network-common",10086 "sc-network-common",
10152 "sc-transaction-pool-api",10087 "sc-transaction-pool-api",
10157[[package]]10092[[package]]
10158name = "sc-keystore"10093name = "sc-keystore"
10159version = "4.0.0-dev"10094version = "4.0.0-dev"
10160source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10095source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10161dependencies = [10096dependencies = [
10162 "array-bytes",10097 "array-bytes 4.2.0",
10163 "async-trait",10098 "async-trait",
10164 "parking_lot 0.12.1",10099 "parking_lot 0.12.1",
10165 "serde_json",10100 "serde_json",
10172[[package]]10107[[package]]
10173name = "sc-network"10108name = "sc-network"
10174version = "0.10.0-dev"10109version = "0.10.0-dev"
10175source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10110source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10176dependencies = [10111dependencies = [
10177 "array-bytes",10112 "array-bytes 4.2.0",
10178 "async-trait",10113 "async-trait",
10179 "asynchronous-codec",10114 "asynchronous-codec",
10180 "bitflags",10115 "bitflags",
10219[[package]]10154[[package]]
10220name = "sc-network-bitswap"10155name = "sc-network-bitswap"
10221version = "0.10.0-dev"10156version = "0.10.0-dev"
10222source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10157source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10223dependencies = [10158dependencies = [
10224 "cid",10159 "cid",
10225 "futures 0.3.25",10160 "futures 0.3.25",
10239[[package]]10174[[package]]
10240name = "sc-network-common"10175name = "sc-network-common"
10241version = "0.10.0-dev"10176version = "0.10.0-dev"
10242source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10177source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10243dependencies = [10178dependencies = [
10244 "async-trait",10179 "async-trait",
10245 "bitflags",10180 "bitflags",
10265[[package]]10200[[package]]
10266name = "sc-network-gossip"10201name = "sc-network-gossip"
10267version = "0.10.0-dev"10202version = "0.10.0-dev"
10268source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10203source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10269dependencies = [10204dependencies = [
10270 "ahash",10205 "ahash",
10271 "futures 0.3.25",10206 "futures 0.3.25",
10283[[package]]10218[[package]]
10284name = "sc-network-light"10219name = "sc-network-light"
10285version = "0.10.0-dev"10220version = "0.10.0-dev"
10286source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10221source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10287dependencies = [10222dependencies = [
10288 "array-bytes",10223 "array-bytes 4.2.0",
10289 "futures 0.3.25",10224 "futures 0.3.25",
10290 "libp2p",10225 "libp2p",
10291 "log",10226 "log",
10304[[package]]10239[[package]]
10305name = "sc-network-sync"10240name = "sc-network-sync"
10306version = "0.10.0-dev"10241version = "0.10.0-dev"
10307source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10242source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10308dependencies = [10243dependencies = [
10309 "array-bytes",10244 "array-bytes 4.2.0",
10245 "async-trait",
10310 "fork-tree",10246 "fork-tree",
10311 "futures 0.3.25",10247 "futures 0.3.25",
10312 "libp2p",10248 "libp2p",
10328 "sp-core",10264 "sp-core",
10329 "sp-finality-grandpa",10265 "sp-finality-grandpa",
10330 "sp-runtime",10266 "sp-runtime",
10267 "substrate-prometheus-endpoint",
10331 "thiserror",10268 "thiserror",
10332]10269]
1033310270
10334[[package]]10271[[package]]
10335name = "sc-network-transactions"10272name = "sc-network-transactions"
10336version = "0.10.0-dev"10273version = "0.10.0-dev"
10337source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10274source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10338dependencies = [10275dependencies = [
10339 "array-bytes",10276 "array-bytes 4.2.0",
10340 "futures 0.3.25",10277 "futures 0.3.25",
10341 "hex",10278 "hex",
10342 "libp2p",10279 "libp2p",
10353[[package]]10290[[package]]
10354name = "sc-offchain"10291name = "sc-offchain"
10355version = "4.0.0-dev"10292version = "4.0.0-dev"
10356source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10293source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10357dependencies = [10294dependencies = [
10358 "array-bytes",10295 "array-bytes 4.2.0",
10359 "bytes",10296 "bytes",
10360 "fnv",10297 "fnv",
10361 "futures 0.3.25",10298 "futures 0.3.25",
10383[[package]]10320[[package]]
10384name = "sc-peerset"10321name = "sc-peerset"
10385version = "4.0.0-dev"10322version = "4.0.0-dev"
10386source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10323source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10387dependencies = [10324dependencies = [
10388 "futures 0.3.25",10325 "futures 0.3.25",
10389 "libp2p",10326 "libp2p",
10396[[package]]10333[[package]]
10397name = "sc-proposer-metrics"10334name = "sc-proposer-metrics"
10398version = "0.10.0-dev"10335version = "0.10.0-dev"
10399source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10336source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10400dependencies = [10337dependencies = [
10401 "log",10338 "log",
10402 "substrate-prometheus-endpoint",10339 "substrate-prometheus-endpoint",
10405[[package]]10342[[package]]
10406name = "sc-rpc"10343name = "sc-rpc"
10407version = "4.0.0-dev"10344version = "4.0.0-dev"
10408source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10345source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10409dependencies = [10346dependencies = [
10410 "futures 0.3.25",10347 "futures 0.3.25",
10411 "hash-db",10348 "hash-db",
10435[[package]]10372[[package]]
10436name = "sc-rpc-api"10373name = "sc-rpc-api"
10437version = "0.10.0-dev"10374version = "0.10.0-dev"
10438source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10375source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10439dependencies = [10376dependencies = [
10440 "futures 0.3.25",10377 "futures 0.3.25",
10441 "jsonrpsee",10378 "jsonrpsee",
10458[[package]]10395[[package]]
10459name = "sc-rpc-server"10396name = "sc-rpc-server"
10460version = "4.0.0-dev"10397version = "4.0.0-dev"
10461source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10398source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10462dependencies = [10399dependencies = [
10463 "futures 0.3.25",10400 "futures 0.3.25",
10401 "http",
10464 "jsonrpsee",10402 "jsonrpsee",
10465 "log",10403 "log",
10466 "serde_json",10404 "serde_json",
10467 "substrate-prometheus-endpoint",10405 "substrate-prometheus-endpoint",
10468 "tokio",10406 "tokio",
10407 "tower",
10408 "tower-http",
10469]10409]
1047010410
10471[[package]]10411[[package]]
10472name = "sc-rpc-spec-v2"10412name = "sc-rpc-spec-v2"
10473version = "0.10.0-dev"10413version = "0.10.0-dev"
10474source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10414source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10475dependencies = [10415dependencies = [
10476 "futures 0.3.25",10416 "futures 0.3.25",
10477 "hex",10417 "hex",
10490[[package]]10430[[package]]
10491name = "sc-service"10431name = "sc-service"
10492version = "0.10.0-dev"10432version = "0.10.0-dev"
10493source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10433source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10494dependencies = [10434dependencies = [
10495 "async-trait",10435 "async-trait",
10496 "directories",10436 "directories",
10501 "jsonrpsee",10441 "jsonrpsee",
10502 "log",10442 "log",
10503 "parity-scale-codec 3.2.1",10443 "parity-scale-codec 3.2.1",
10504 "parity-util-mem",
10505 "parking_lot 0.12.1",10444 "parking_lot 0.12.1",
10506 "pin-project",10445 "pin-project",
10507 "rand 0.7.3",10446 "rand 0.7.3",
10561[[package]]10500[[package]]
10562name = "sc-state-db"10501name = "sc-state-db"
10563version = "0.10.0-dev"10502version = "0.10.0-dev"
10564source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10503source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10565dependencies = [10504dependencies = [
10566 "log",10505 "log",
10567 "parity-scale-codec 3.2.1",10506 "parity-scale-codec 3.2.1",
10568 "parity-util-mem",
10569 "parity-util-mem-derive",
10570 "parking_lot 0.12.1",10507 "parking_lot 0.12.1",
10571 "sc-client-api",10508 "sc-client-api",
10572 "sp-core",10509 "sp-core",
10575[[package]]10512[[package]]
10576name = "sc-sync-state-rpc"10513name = "sc-sync-state-rpc"
10577version = "0.10.0-dev"10514version = "0.10.0-dev"
10578source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10515source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10579dependencies = [10516dependencies = [
10580 "jsonrpsee",10517 "jsonrpsee",
10581 "parity-scale-codec 3.2.1",10518 "parity-scale-codec 3.2.1",
10594[[package]]10531[[package]]
10595name = "sc-sysinfo"10532name = "sc-sysinfo"
10596version = "6.0.0-dev"10533version = "6.0.0-dev"
10597source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10534source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10598dependencies = [10535dependencies = [
10599 "futures 0.3.25",10536 "futures 0.3.25",
10600 "libc",10537 "libc",
10613[[package]]10550[[package]]
10614name = "sc-telemetry"10551name = "sc-telemetry"
10615version = "4.0.0-dev"10552version = "4.0.0-dev"
10616source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10553source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10617dependencies = [10554dependencies = [
10618 "chrono",10555 "chrono",
10619 "futures 0.3.25",10556 "futures 0.3.25",
10631[[package]]10568[[package]]
10632name = "sc-tracing"10569name = "sc-tracing"
10633version = "4.0.0-dev"10570version = "4.0.0-dev"
10634source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10571source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10635dependencies = [10572dependencies = [
10636 "ansi_term",10573 "ansi_term",
10637 "atty",10574 "atty",
10662[[package]]10599[[package]]
10663name = "sc-tracing-proc-macro"10600name = "sc-tracing-proc-macro"
10664version = "4.0.0-dev"10601version = "4.0.0-dev"
10665source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10602source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10666dependencies = [10603dependencies = [
10667 "proc-macro-crate",10604 "proc-macro-crate",
10668 "proc-macro2",10605 "proc-macro2",
10673[[package]]10610[[package]]
10674name = "sc-transaction-pool"10611name = "sc-transaction-pool"
10675version = "4.0.0-dev"10612version = "4.0.0-dev"
10676source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10613source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10677dependencies = [10614dependencies = [
10678 "async-trait",10615 "async-trait",
10679 "futures 0.3.25",10616 "futures 0.3.25",
10680 "futures-timer",10617 "futures-timer",
10681 "linked-hash-map",10618 "linked-hash-map",
10682 "log",10619 "log",
10683 "parity-scale-codec 3.2.1",10620 "parity-scale-codec 3.2.1",
10684 "parity-util-mem",
10685 "parking_lot 0.12.1",10621 "parking_lot 0.12.1",
10686 "sc-client-api",10622 "sc-client-api",
10687 "sc-transaction-pool-api",10623 "sc-transaction-pool-api",
10700[[package]]10636[[package]]
10701name = "sc-transaction-pool-api"10637name = "sc-transaction-pool-api"
10702version = "4.0.0-dev"10638version = "4.0.0-dev"
10703source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10639source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10704dependencies = [10640dependencies = [
10705 "async-trait",10641 "async-trait",
10706 "futures 0.3.25",10642 "futures 0.3.25",
10714[[package]]10650[[package]]
10715name = "sc-utils"10651name = "sc-utils"
10716version = "4.0.0-dev"10652version = "4.0.0-dev"
10717source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10653source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10718dependencies = [10654dependencies = [
10719 "futures 0.3.25",10655 "futures 0.3.25",
10720 "futures-timer",10656 "futures-timer",
1072610662
10727[[package]]10663[[package]]
10728name = "scale-info"10664name = "scale-info"
10729version = "2.3.0"10665version = "2.3.1"
10730source = "registry+https://github.com/rust-lang/crates.io-index"10666source = "registry+https://github.com/rust-lang/crates.io-index"
10731checksum = "88d8a765117b237ef233705cc2cc4c6a27fccd46eea6ef0c8c6dae5f3ef407f8"10667checksum = "001cf62ece89779fd16105b5f515ad0e5cedcd5440d3dd806bb067978e7c3608"
10732dependencies = [10668dependencies = [
10733 "bitvec 1.0.1",10669 "bitvec 1.0.1",
10734 "cfg-if",10670 "cfg-if",
1074010676
10741[[package]]10677[[package]]
10742name = "scale-info-derive"10678name = "scale-info-derive"
10743version = "2.3.0"10679version = "2.3.1"
10744source = "registry+https://github.com/rust-lang/crates.io-index"10680source = "registry+https://github.com/rust-lang/crates.io-index"
10745checksum = "cdcd47b380d8c4541044e341dcd9475f55ba37ddc50c908d945fc036a8642496"10681checksum = "303959cf613a6f6efd19ed4b4ad5bf79966a13352716299ad532cfb115f4205c"
10746dependencies = [10682dependencies = [
10747 "proc-macro-crate",10683 "proc-macro-crate",
10748 "proc-macro2",10684 "proc-macro2",
1078610722
10787[[package]]10723[[package]]
10788name = "scratch"10724name = "scratch"
10789version = "1.0.2"10725version = "1.0.3"
10790source = "registry+https://github.com/rust-lang/crates.io-index"10726source = "registry+https://github.com/rust-lang/crates.io-index"
10791checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"10727checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
1079210728
10793[[package]]10729[[package]]
10794name = "sct"10730name = "sct"
1081610752
10817[[package]]10753[[package]]
10818name = "secp256k1"10754name = "secp256k1"
10819version = "0.24.1"10755version = "0.24.2"
10820source = "registry+https://github.com/rust-lang/crates.io-index"10756source = "registry+https://github.com/rust-lang/crates.io-index"
10821checksum = "ff55dc09d460954e9ef2fa8a7ced735a964be9981fd50e870b2b3b0705e14964"10757checksum = "d9512ffd81e3a3503ed401f79c33168b9148c75038956039166cd750eaa037c3"
10822dependencies = [10758dependencies = [
10823 "secp256k1-sys",10759 "secp256k1-sys",
10824]10760]
1088410820
10885[[package]]10821[[package]]
10886name = "semver"10822name = "semver"
10887version = "1.0.14"10823version = "1.0.16"
10888source = "registry+https://github.com/rust-lang/crates.io-index"10824source = "registry+https://github.com/rust-lang/crates.io-index"
10889checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"10825checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
10890dependencies = [10826dependencies = [
10891 "serde",10827 "serde",
10892]10828]
1089910835
10900[[package]]10836[[package]]
10901name = "serde"10837name = "serde"
10902version = "1.0.149"10838version = "1.0.151"
10903source = "registry+https://github.com/rust-lang/crates.io-index"10839source = "registry+https://github.com/rust-lang/crates.io-index"
10904checksum = "256b9932320c590e707b94576e3cc1f7c9024d0ee6612dfbcf1cb106cbe8e055"10840checksum = "97fed41fc1a24994d044e6db6935e69511a1153b52c15eb42493b26fa87feba0"
10905dependencies = [10841dependencies = [
10906 "serde_derive",10842 "serde_derive",
10907]10843]
1090810844
10909[[package]]10845[[package]]
10910name = "serde_derive"10846name = "serde_derive"
10911version = "1.0.149"10847version = "1.0.151"
10912source = "registry+https://github.com/rust-lang/crates.io-index"10848source = "registry+https://github.com/rust-lang/crates.io-index"
10913checksum = "b4eae9b04cbffdfd550eb462ed33bc6a1b68c935127d008b27444d08380f94e4"10849checksum = "255abe9a125a985c05190d687b320c12f9b1f0b99445e608c21ba0782c719ad8"
10914dependencies = [10850dependencies = [
10915 "proc-macro2",10851 "proc-macro2",
10916 "quote",10852 "quote",
1091910855
10920[[package]]10856[[package]]
10921name = "serde_json"10857name = "serde_json"
10922version = "1.0.89"10858version = "1.0.91"
10923source = "registry+https://github.com/rust-lang/crates.io-index"10859source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db"10860checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
10925dependencies = [10861dependencies = [
10926 "itoa",10862 "itoa",
10927 "ryu",10863 "ryu",
1111911055
11120[[package]]11056[[package]]
11121name = "slot-range-helper"11057name = "slot-range-helper"
11122version = "0.9.33"11058version = "0.9.36"
11123source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"11059source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
11124dependencies = [11060dependencies = [
11125 "enumn",11061 "enumn",
11126 "parity-scale-codec 3.2.1",11062 "parity-scale-codec 3.2.1",
11159 "aes-gcm",11095 "aes-gcm",
11160 "blake2",11096 "blake2",
11161 "chacha20poly1305",11097 "chacha20poly1305",
11162 "curve25519-dalek 4.0.0-pre.1",11098 "curve25519-dalek 4.0.0-pre.5",
11163 "rand_core 0.6.4",11099 "rand_core 0.6.4",
11164 "ring",11100 "ring",
11165 "rustc_version 0.4.0",11101 "rustc_version 0.4.0",
11187 "bytes",11123 "bytes",
11188 "flate2",11124 "flate2",
11189 "futures 0.3.25",11125 "futures 0.3.25",
11126 "http",
11190 "httparse",11127 "httparse",
11191 "log",11128 "log",
11192 "rand 0.8.5",11129 "rand 0.8.5",
11196[[package]]11133[[package]]
11197name = "sp-api"11134name = "sp-api"
11198version = "4.0.0-dev"11135version = "4.0.0-dev"
11199source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11136source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11200dependencies = [11137dependencies = [
11201 "hash-db",11138 "hash-db",
11202 "log",11139 "log",
11214[[package]]11151[[package]]
11215name = "sp-api-proc-macro"11152name = "sp-api-proc-macro"
11216version = "4.0.0-dev"11153version = "4.0.0-dev"
11217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11154source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11218dependencies = [11155dependencies = [
11219 "blake2",11156 "blake2",
11220 "proc-macro-crate",11157 "proc-macro-crate",
1122511162
11226[[package]]11163[[package]]
11227name = "sp-application-crypto"11164name = "sp-application-crypto"
11228version = "6.0.0"11165version = "7.0.0"
11229source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11166source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11230dependencies = [11167dependencies = [
11231 "parity-scale-codec 3.2.1",11168 "parity-scale-codec 3.2.1",
11232 "scale-info",11169 "scale-info",
1123811175
11239[[package]]11176[[package]]
11240name = "sp-arithmetic"11177name = "sp-arithmetic"
11241version = "5.0.0"11178version = "6.0.0"
11242source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11179source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11243dependencies = [11180dependencies = [
11244 "integer-sqrt",11181 "integer-sqrt",
11245 "num-traits",11182 "num-traits",
11254[[package]]11191[[package]]
11255name = "sp-authority-discovery"11192name = "sp-authority-discovery"
11256version = "4.0.0-dev"11193version = "4.0.0-dev"
11257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11194source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11258dependencies = [11195dependencies = [
11259 "parity-scale-codec 3.2.1",11196 "parity-scale-codec 3.2.1",
11260 "scale-info",11197 "scale-info",
11267[[package]]11204[[package]]
11268name = "sp-authorship"11205name = "sp-authorship"
11269version = "4.0.0-dev"11206version = "4.0.0-dev"
11270source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11207source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11271dependencies = [11208dependencies = [
11272 "async-trait",11209 "async-trait",
11273 "parity-scale-codec 3.2.1",11210 "parity-scale-codec 3.2.1",
11277]11214]
1127811215
11279[[package]]11216[[package]]
11217name = "sp-beefy"
11218version = "4.0.0-dev"
11219source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11220dependencies = [
11221 "parity-scale-codec 3.2.1",
11222 "scale-info",
11223 "serde",
11224 "sp-api",
11225 "sp-application-crypto",
11226 "sp-core",
11227 "sp-io",
11228 "sp-mmr-primitives",
11229 "sp-runtime",
11230 "sp-std",
11231]
11232
11233[[package]]
11280name = "sp-block-builder"11234name = "sp-block-builder"
11281version = "4.0.0-dev"11235version = "4.0.0-dev"
11282source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11236source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11283dependencies = [11237dependencies = [
11284 "parity-scale-codec 3.2.1",11238 "parity-scale-codec 3.2.1",
11285 "sp-api",11239 "sp-api",
11291[[package]]11245[[package]]
11292name = "sp-blockchain"11246name = "sp-blockchain"
11293version = "4.0.0-dev"11247version = "4.0.0-dev"
11294source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11248source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11295dependencies = [11249dependencies = [
11296 "futures 0.3.25",11250 "futures 0.3.25",
11297 "log",11251 "log",
11309[[package]]11263[[package]]
11310name = "sp-consensus"11264name = "sp-consensus"
11311version = "0.10.0-dev"11265version = "0.10.0-dev"
11312source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11266source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11313dependencies = [11267dependencies = [
11314 "async-trait",11268 "async-trait",
11315 "futures 0.3.25",11269 "futures 0.3.25",
11328[[package]]11282[[package]]
11329name = "sp-consensus-aura"11283name = "sp-consensus-aura"
11330version = "0.10.0-dev"11284version = "0.10.0-dev"
11331source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11285source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11332dependencies = [11286dependencies = [
11333 "async-trait",11287 "async-trait",
11334 "parity-scale-codec 3.2.1",11288 "parity-scale-codec 3.2.1",
11346[[package]]11300[[package]]
11347name = "sp-consensus-babe"11301name = "sp-consensus-babe"
11348version = "0.10.0-dev"11302version = "0.10.0-dev"
11349source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11303source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11350dependencies = [11304dependencies = [
11351 "async-trait",11305 "async-trait",
11352 "merlin",11306 "merlin",
11369[[package]]11323[[package]]
11370name = "sp-consensus-slots"11324name = "sp-consensus-slots"
11371version = "0.10.0-dev"11325version = "0.10.0-dev"
11372source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11326source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11373dependencies = [11327dependencies = [
11374 "parity-scale-codec 3.2.1",11328 "parity-scale-codec 3.2.1",
11375 "scale-info",11329 "scale-info",
11383[[package]]11337[[package]]
11384name = "sp-consensus-vrf"11338name = "sp-consensus-vrf"
11385version = "0.10.0-dev"11339version = "0.10.0-dev"
11386source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11340source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11387dependencies = [11341dependencies = [
11388 "parity-scale-codec 3.2.1",11342 "parity-scale-codec 3.2.1",
11389 "scale-info",11343 "scale-info",
1139511349
11396[[package]]11350[[package]]
11397name = "sp-core"11351name = "sp-core"
11398version = "6.0.0"11352version = "7.0.0"
11399source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11353source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11400dependencies = [11354dependencies = [
11401 "array-bytes",11355 "array-bytes 4.2.0",
11402 "base58",11356 "base58",
11403 "bitflags",11357 "bitflags",
11404 "blake2",11358 "blake2",
1144011394
11441[[package]]11395[[package]]
11442name = "sp-core-hashing"11396name = "sp-core-hashing"
11443version = "4.0.0"11397version = "5.0.0"
11444source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11398source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11445dependencies = [11399dependencies = [
11446 "blake2",11400 "blake2",
11447 "byteorder",11401 "byteorder",
11455[[package]]11409[[package]]
11456name = "sp-core-hashing-proc-macro"11410name = "sp-core-hashing-proc-macro"
11457version = "5.0.0"11411version = "5.0.0"
11458source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11412source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11459dependencies = [11413dependencies = [
11460 "proc-macro2",11414 "proc-macro2",
11461 "quote",11415 "quote",
11466[[package]]11420[[package]]
11467name = "sp-database"11421name = "sp-database"
11468version = "4.0.0-dev"11422version = "4.0.0-dev"
11469source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11423source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11470dependencies = [11424dependencies = [
11471 "kvdb",11425 "kvdb",
11472 "parking_lot 0.12.1",11426 "parking_lot 0.12.1",
11473]11427]
1147411428
11475[[package]]11429[[package]]
11476name = "sp-debug-derive"11430name = "sp-debug-derive"
11477version = "4.0.0"11431version = "5.0.0"
11478source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11432source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11479dependencies = [11433dependencies = [
11480 "proc-macro2",11434 "proc-macro2",
11481 "quote",11435 "quote",
1148411438
11485[[package]]11439[[package]]
11486name = "sp-externalities"11440name = "sp-externalities"
11487version = "0.12.0"11441version = "0.13.0"
11488source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11442source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11489dependencies = [11443dependencies = [
11490 "environmental",11444 "environmental",
11491 "parity-scale-codec 3.2.1",11445 "parity-scale-codec 3.2.1",
11496[[package]]11450[[package]]
11497name = "sp-finality-grandpa"11451name = "sp-finality-grandpa"
11498version = "4.0.0-dev"11452version = "4.0.0-dev"
11499source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11453source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11500dependencies = [11454dependencies = [
11501 "finality-grandpa",11455 "finality-grandpa",
11502 "log",11456 "log",
11514[[package]]11468[[package]]
11515name = "sp-inherents"11469name = "sp-inherents"
11516version = "4.0.0-dev"11470version = "4.0.0-dev"
11517source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11471source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11518dependencies = [11472dependencies = [
11519 "async-trait",11473 "async-trait",
11520 "impl-trait-for-tuples",11474 "impl-trait-for-tuples",
1152711481
11528[[package]]11482[[package]]
11529name = "sp-io"11483name = "sp-io"
11530version = "6.0.0"11484version = "7.0.0"
11531source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11485source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11532dependencies = [11486dependencies = [
11533 "bytes",11487 "bytes",
11488 "ed25519-dalek",
11534 "futures 0.3.25",11489 "futures 0.3.25",
11535 "hash-db",11490 "hash-db",
11536 "libsecp256k1",11491 "libsecp256k1",
1155311508
11554[[package]]11509[[package]]
11555name = "sp-keyring"11510name = "sp-keyring"
11556version = "6.0.0"11511version = "7.0.0"
11557source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11512source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11558dependencies = [11513dependencies = [
11559 "lazy_static",11514 "lazy_static",
11560 "sp-core",11515 "sp-core",
1156411519
11565[[package]]11520[[package]]
11566name = "sp-keystore"11521name = "sp-keystore"
11567version = "0.12.0"11522version = "0.13.0"
11568source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11523source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11569dependencies = [11524dependencies = [
11570 "async-trait",11525 "async-trait",
11571 "futures 0.3.25",11526 "futures 0.3.25",
11582[[package]]11537[[package]]
11583name = "sp-maybe-compressed-blob"11538name = "sp-maybe-compressed-blob"
11584version = "4.1.0-dev"11539version = "4.1.0-dev"
11585source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11540source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11586dependencies = [11541dependencies = [
11587 "thiserror",11542 "thiserror",
11588 "zstd",11543 "zstd",
11591[[package]]11546[[package]]
11592name = "sp-mmr-primitives"11547name = "sp-mmr-primitives"
11593version = "4.0.0-dev"11548version = "4.0.0-dev"
11594source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11549source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11595dependencies = [11550dependencies = [
11551 "ckb-merkle-mountain-range",
11596 "log",11552 "log",
11597 "parity-scale-codec 3.2.1",11553 "parity-scale-codec 3.2.1",
11598 "scale-info",11554 "scale-info",
11608[[package]]11564[[package]]
11609name = "sp-npos-elections"11565name = "sp-npos-elections"
11610version = "4.0.0-dev"11566version = "4.0.0-dev"
11611source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11567source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11612dependencies = [11568dependencies = [
11613 "parity-scale-codec 3.2.1",11569 "parity-scale-codec 3.2.1",
11614 "scale-info",11570 "scale-info",
11622[[package]]11578[[package]]
11623name = "sp-offchain"11579name = "sp-offchain"
11624version = "4.0.0-dev"11580version = "4.0.0-dev"
11625source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11581source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11626dependencies = [11582dependencies = [
11627 "sp-api",11583 "sp-api",
11628 "sp-core",11584 "sp-core",
1163111587
11632[[package]]11588[[package]]
11633name = "sp-panic-handler"11589name = "sp-panic-handler"
11634version = "4.0.0"11590version = "5.0.0"
11635source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11591source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11636dependencies = [11592dependencies = [
11637 "backtrace",11593 "backtrace",
11638 "lazy_static",11594 "lazy_static",
11642[[package]]11598[[package]]
11643name = "sp-rpc"11599name = "sp-rpc"
11644version = "6.0.0"11600version = "6.0.0"
11645source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11601source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11646dependencies = [11602dependencies = [
11647 "rustc-hash",11603 "rustc-hash",
11648 "serde",11604 "serde",
1165111607
11652[[package]]11608[[package]]
11653name = "sp-runtime"11609name = "sp-runtime"
11654version = "6.0.0"11610version = "7.0.0"
11655source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11611source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11656dependencies = [11612dependencies = [
11657 "either",11613 "either",
11658 "hash256-std-hasher",11614 "hash256-std-hasher",
11659 "impl-trait-for-tuples",11615 "impl-trait-for-tuples",
11660 "log",11616 "log",
11661 "parity-scale-codec 3.2.1",11617 "parity-scale-codec 3.2.1",
11662 "parity-util-mem",
11663 "paste",11618 "paste",
11664 "rand 0.7.3",11619 "rand 0.7.3",
11665 "scale-info",11620 "scale-info",
1167411629
11675[[package]]11630[[package]]
11676name = "sp-runtime-interface"11631name = "sp-runtime-interface"
11677version = "6.0.0"11632version = "7.0.0"
11678source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11633source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11679dependencies = [11634dependencies = [
11680 "bytes",11635 "bytes",
11681 "impl-trait-for-tuples",11636 "impl-trait-for-tuples",
1169211647
11693[[package]]11648[[package]]
11694name = "sp-runtime-interface-proc-macro"11649name = "sp-runtime-interface-proc-macro"
11695version = "5.0.0"11650version = "6.0.0"
11696source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11651source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11697dependencies = [11652dependencies = [
11698 "Inflector",11653 "Inflector",
11699 "proc-macro-crate",11654 "proc-macro-crate",
11703]11658]
1170411659
11705[[package]]11660[[package]]
11706name = "sp-sandbox"
11707version = "0.10.0-dev"
11708source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11709dependencies = [
11710 "log",
11711 "parity-scale-codec 3.2.1",
11712 "sp-core",
11713 "sp-io",
11714 "sp-std",
11715 "sp-wasm-interface",
11716 "wasmi",
11717]
11718
11719[[package]]
11720name = "sp-session"11661name = "sp-session"
11721version = "4.0.0-dev"11662version = "4.0.0-dev"
11722source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11663source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11723dependencies = [11664dependencies = [
11724 "parity-scale-codec 3.2.1",11665 "parity-scale-codec 3.2.1",
11725 "scale-info",11666 "scale-info",
11733[[package]]11674[[package]]
11734name = "sp-staking"11675name = "sp-staking"
11735version = "4.0.0-dev"11676version = "4.0.0-dev"
11736source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11677source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11737dependencies = [11678dependencies = [
11738 "parity-scale-codec 3.2.1",11679 "parity-scale-codec 3.2.1",
11739 "scale-info",11680 "scale-info",
11681 "sp-core",
11740 "sp-runtime",11682 "sp-runtime",
11741 "sp-std",11683 "sp-std",
11742]11684]
1174311685
11744[[package]]11686[[package]]
11745name = "sp-state-machine"11687name = "sp-state-machine"
11746version = "0.12.0"11688version = "0.13.0"
11747source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11689source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11748dependencies = [11690dependencies = [
11749 "hash-db",11691 "hash-db",
11750 "log",11692 "log",
1176511707
11766[[package]]11708[[package]]
11767name = "sp-std"11709name = "sp-std"
11768version = "4.0.0"11710version = "5.0.0"
11769source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11711source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
1177011712
11771[[package]]11713[[package]]
11772name = "sp-storage"11714name = "sp-storage"
11773version = "6.0.0"11715version = "7.0.0"
11774source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11716source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11775dependencies = [11717dependencies = [
11776 "impl-serde",11718 "impl-serde",
11777 "parity-scale-codec 3.2.1",11719 "parity-scale-codec 3.2.1",
11784[[package]]11726[[package]]
11785name = "sp-timestamp"11727name = "sp-timestamp"
11786version = "4.0.0-dev"11728version = "4.0.0-dev"
11787source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11729source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11788dependencies = [11730dependencies = [
11789 "async-trait",11731 "async-trait",
11790 "futures-timer",11732 "futures-timer",
1179911741
11800[[package]]11742[[package]]
11801name = "sp-tracing"11743name = "sp-tracing"
11802version = "5.0.0"11744version = "6.0.0"
11803source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11745source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11804dependencies = [11746dependencies = [
11805 "parity-scale-codec 3.2.1",11747 "parity-scale-codec 3.2.1",
11806 "sp-std",11748 "sp-std",
11812[[package]]11754[[package]]
11813name = "sp-transaction-pool"11755name = "sp-transaction-pool"
11814version = "4.0.0-dev"11756version = "4.0.0-dev"
11815source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11757source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11816dependencies = [11758dependencies = [
11817 "sp-api",11759 "sp-api",
11818 "sp-runtime",11760 "sp-runtime",
11821[[package]]11763[[package]]
11822name = "sp-transaction-storage-proof"11764name = "sp-transaction-storage-proof"
11823version = "4.0.0-dev"11765version = "4.0.0-dev"
11824source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11766source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11825dependencies = [11767dependencies = [
11826 "async-trait",11768 "async-trait",
11827 "log",11769 "log",
1183611778
11837[[package]]11779[[package]]
11838name = "sp-trie"11780name = "sp-trie"
11839version = "6.0.0"11781version = "7.0.0"
11840source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11782source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11841dependencies = [11783dependencies = [
11842 "ahash",11784 "ahash",
11843 "hash-db",11785 "hash-db",
11860[[package]]11802[[package]]
11861name = "sp-version"11803name = "sp-version"
11862version = "5.0.0"11804version = "5.0.0"
11863source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11805source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11864dependencies = [11806dependencies = [
11865 "impl-serde",11807 "impl-serde",
11866 "parity-scale-codec 3.2.1",11808 "parity-scale-codec 3.2.1",
11877[[package]]11819[[package]]
11878name = "sp-version-proc-macro"11820name = "sp-version-proc-macro"
11879version = "4.0.0-dev"11821version = "4.0.0-dev"
11880source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11822source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11881dependencies = [11823dependencies = [
11882 "parity-scale-codec 3.2.1",11824 "parity-scale-codec 3.2.1",
11883 "proc-macro2",11825 "proc-macro2",
1188711829
11888[[package]]11830[[package]]
11889name = "sp-wasm-interface"11831name = "sp-wasm-interface"
11890version = "6.0.0"11832version = "7.0.0"
11891source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11833source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11892dependencies = [11834dependencies = [
11893 "impl-trait-for-tuples",11835 "impl-trait-for-tuples",
11894 "log",11836 "log",
11901[[package]]11843[[package]]
11902name = "sp-weights"11844name = "sp-weights"
11903version = "4.0.0"11845version = "4.0.0"
11904source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11846source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11905dependencies = [11847dependencies = [
11906 "impl-trait-for-tuples",11848 "impl-trait-for-tuples",
11907 "parity-scale-codec 3.2.1",11849 "parity-scale-codec 3.2.1",
1193211874
11933[[package]]11875[[package]]
11934name = "ss58-registry"11876name = "ss58-registry"
11935version = "1.35.0"11877version = "1.36.0"
11936source = "registry+https://github.com/rust-lang/crates.io-index"11878source = "registry+https://github.com/rust-lang/crates.io-index"
11937checksum = "fa0813c10b9dbdc842c2305f949f724c64866e4ef4d09c9151e96f6a2106773c"11879checksum = "23d92659e7d18d82b803824a9ba5a6022cff101c3491d027c1c1d8d30e749284"
11938dependencies = [11880dependencies = [
11939 "Inflector",11881 "Inflector",
11940 "num-format",11882 "num-format",
11979 "cfg_aliases",11921 "cfg_aliases",
11980 "libc",11922 "libc",
11981 "parking_lot 0.11.2",11923 "parking_lot 0.11.2",
11982 "parking_lot_core 0.8.5",11924 "parking_lot_core 0.8.6",
11983 "static_init_macro 1.0.2",11925 "static_init_macro 1.0.2",
11984 "winapi",11926 "winapi",
11985]11927]
12075[[package]]12017[[package]]
12076name = "substrate-build-script-utils"12018name = "substrate-build-script-utils"
12077version = "3.0.0"12019version = "3.0.0"
12078source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12020source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
12079dependencies = [12021dependencies = [
12080 "platforms",12022 "platforms 2.0.0",
12081]12023]
1208212024
12083[[package]]12025[[package]]
12084name = "substrate-frame-rpc-system"12026name = "substrate-frame-rpc-system"
12085version = "4.0.0-dev"12027version = "4.0.0-dev"
12086source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12028source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
12087dependencies = [12029dependencies = [
12088 "frame-system-rpc-runtime-api",12030 "frame-system-rpc-runtime-api",
12089 "futures 0.3.25",12031 "futures 0.3.25",
12104[[package]]12046[[package]]
12105name = "substrate-prometheus-endpoint"12047name = "substrate-prometheus-endpoint"
12106version = "0.10.0-dev"12048version = "0.10.0-dev"
12107source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12049source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
12108dependencies = [12050dependencies = [
12109 "futures-util",12051 "futures-util",
12110 "hyper",12052 "hyper",
12117[[package]]12059[[package]]
12118name = "substrate-rpc-client"12060name = "substrate-rpc-client"
12119version = "0.10.0-dev"12061version = "0.10.0-dev"
12120source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12062source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
12121dependencies = [12063dependencies = [
12122 "async-trait",12064 "async-trait",
12123 "jsonrpsee",12065 "jsonrpsee",
12130[[package]]12072[[package]]
12131name = "substrate-state-trie-migration-rpc"12073name = "substrate-state-trie-migration-rpc"
12132version = "4.0.0-dev"12074version = "4.0.0-dev"
12133source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12075source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
12134dependencies = [12076dependencies = [
12135 "jsonrpsee",12077 "jsonrpsee",
12136 "log",12078 "log",
12151[[package]]12093[[package]]
12152name = "substrate-test-client"12094name = "substrate-test-client"
12153version = "2.0.1"12095version = "2.0.1"
12154source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12096source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
12155dependencies = [12097dependencies = [
12156 "array-bytes",12098 "array-bytes 4.2.0",
12157 "async-trait",12099 "async-trait",
12158 "futures 0.3.25",12100 "futures 0.3.25",
12159 "parity-scale-codec 3.2.1",12101 "parity-scale-codec 3.2.1",
12177[[package]]12119[[package]]
12178name = "substrate-test-utils"12120name = "substrate-test-utils"
12179version = "4.0.0-dev"12121version = "4.0.0-dev"
12180source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12122source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
12181dependencies = [12123dependencies = [
12182 "futures 0.3.25",12124 "futures 0.3.25",
12183 "substrate-test-utils-derive",12125 "substrate-test-utils-derive",
12187[[package]]12129[[package]]
12188name = "substrate-test-utils-derive"12130name = "substrate-test-utils-derive"
12189version = "0.10.0-dev"12131version = "0.10.0-dev"
12190source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12132source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
12191dependencies = [12133dependencies = [
12192 "proc-macro-crate",12134 "proc-macro-crate",
12193 "proc-macro2",12135 "proc-macro2",
12198[[package]]12140[[package]]
12199name = "substrate-wasm-builder"12141name = "substrate-wasm-builder"
12200version = "5.0.0-dev"12142version = "5.0.0-dev"
12201source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12143source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
12202dependencies = [12144dependencies = [
12203 "ansi_term",12145 "ansi_term",
12204 "build-helper",12146 "build-helper",
1222012162
12221[[package]]12163[[package]]
12222name = "syn"12164name = "syn"
12223version = "1.0.105"12165version = "1.0.107"
12224source = "registry+https://github.com/rust-lang/crates.io-index"12166source = "registry+https://github.com/rust-lang/crates.io-index"
12225checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908"12167checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
12226dependencies = [12168dependencies = [
12227 "proc-macro2",12169 "proc-macro2",
12228 "quote",12170 "quote",
1231512257
12316[[package]]12258[[package]]
12317name = "test-runtime-constants"12259name = "test-runtime-constants"
12318version = "0.9.33"12260version = "0.9.36"
12319source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"12261source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
12320dependencies = [12262dependencies = [
12321 "frame-support",12263 "frame-support",
12322 "polkadot-primitives",12264 "polkadot-primitives",
1235912301
12360[[package]]12302[[package]]
12361name = "thiserror"12303name = "thiserror"
12362version = "1.0.37"12304version = "1.0.38"
12363source = "registry+https://github.com/rust-lang/crates.io-index"12305source = "registry+https://github.com/rust-lang/crates.io-index"
12364checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"12306checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
12365dependencies = [12307dependencies = [
12366 "thiserror-impl",12308 "thiserror-impl",
12367]12309]
1236812310
12369[[package]]12311[[package]]
12370name = "thiserror-impl"12312name = "thiserror-impl"
12371version = "1.0.37"12313version = "1.0.38"
12372source = "registry+https://github.com/rust-lang/crates.io-index"12314source = "registry+https://github.com/rust-lang/crates.io-index"
12373checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"12315checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
12374dependencies = [12316dependencies = [
12375 "proc-macro2",12317 "proc-macro2",
12376 "quote",12318 "quote",
12415]12357]
1241612358
12417[[package]]12359[[package]]
12360name = "tikv-jemalloc-ctl"
12361version = "0.5.0"
12362source = "registry+https://github.com/rust-lang/crates.io-index"
12363checksum = "e37706572f4b151dff7a0146e040804e9c26fe3a3118591112f05cf12a4216c1"
12364dependencies = [
12365 "libc",
12366 "paste",
12367 "tikv-jemalloc-sys",
12368]
12369
12370[[package]]
12418name = "tikv-jemalloc-sys"12371name = "tikv-jemalloc-sys"
12419version = "0.5.2+5.3.0-patched"12372version = "0.5.2+5.3.0-patched"
12420source = "registry+https://github.com/rust-lang/crates.io-index"12373source = "registry+https://github.com/rust-lang/crates.io-index"
12437]12390]
1243812391
12439[[package]]12392[[package]]
12440name = "time"
12441version = "0.3.9"
12442source = "registry+https://github.com/rust-lang/crates.io-index"
12443checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
12444dependencies = [
12445 "itoa",
12446 "libc",
12447 "num_threads",
12448 "time-macros",
12449]
12450
12451[[package]]
12452name = "time-macros"
12453version = "0.2.4"
12454source = "registry+https://github.com/rust-lang/crates.io-index"
12455checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
12456
12457[[package]]
12458name = "tiny-bip39"12393name = "tiny-bip39"
12459version = "0.8.2"12394version = "0.8.2"
12460source = "registry+https://github.com/rust-lang/crates.io-index"12395source = "registry+https://github.com/rust-lang/crates.io-index"
1256712502
12568[[package]]12503[[package]]
12569name = "toml"12504name = "toml"
12570version = "0.5.9"12505version = "0.5.10"
12571source = "registry+https://github.com/rust-lang/crates.io-index"12506source = "registry+https://github.com/rust-lang/crates.io-index"
12572checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12507checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"
12573dependencies = [12508dependencies = [
12574 "serde",12509 "serde",
12575]12510]
1257612511
12577[[package]]12512[[package]]
12513name = "tower"
12514version = "0.4.13"
12515source = "registry+https://github.com/rust-lang/crates.io-index"
12516checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
12517dependencies = [
12518 "tower-layer",
12519 "tower-service",
12520 "tracing",
12521]
12522
12523[[package]]
12524name = "tower-http"
12525version = "0.3.5"
12526source = "registry+https://github.com/rust-lang/crates.io-index"
12527checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
12528dependencies = [
12529 "bitflags",
12530 "bytes",
12531 "futures-core",
12532 "futures-util",
12533 "http",
12534 "http-body",
12535 "http-range-header",
12536 "pin-project-lite 0.2.9",
12537 "tower-layer",
12538 "tower-service",
12539]
12540
12541[[package]]
12542name = "tower-layer"
12543version = "0.3.2"
12544source = "registry+https://github.com/rust-lang/crates.io-index"
12545checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
12546
12547[[package]]
12578name = "tower-service"12548name = "tower-service"
12579version = "0.3.2"12549version = "0.3.2"
12580source = "registry+https://github.com/rust-lang/crates.io-index"12550source = "registry+https://github.com/rust-lang/crates.io-index"
12587checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"12557checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
12588dependencies = [12558dependencies = [
12589 "cfg-if",12559 "cfg-if",
12560 "log",
12590 "pin-project-lite 0.2.9",12561 "pin-project-lite 0.2.9",
12591 "tracing-attributes",12562 "tracing-attributes",
12592 "tracing-core",12563 "tracing-core",
1262512596
12626[[package]]12597[[package]]
12627name = "tracing-gum"12598name = "tracing-gum"
12628version = "0.9.33"12599version = "0.9.36"
12629source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"12600source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
12630dependencies = [12601dependencies = [
12631 "polkadot-node-jaeger",12602 "polkadot-node-jaeger",
12632 "polkadot-primitives",12603 "polkadot-primitives",
1263612607
12637[[package]]12608[[package]]
12638name = "tracing-gum-proc-macro"12609name = "tracing-gum-proc-macro"
12639version = "0.9.33"12610version = "0.9.36"
12640source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"12611source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
12641dependencies = [12612dependencies = [
12642 "expander 0.0.6",12613 "expander 0.0.6",
12643 "proc-macro-crate",12614 "proc-macro-crate",
12742 "smallvec",12713 "smallvec",
12743 "thiserror",12714 "thiserror",
12744 "tinyvec",12715 "tinyvec",
12716 "tokio",
12745 "tracing",12717 "tracing",
12746 "url",12718 "url",
12747]12719]
12761 "resolv-conf",12733 "resolv-conf",
12762 "smallvec",12734 "smallvec",
12763 "thiserror",12735 "thiserror",
12736 "tokio",
12764 "tracing",12737 "tracing",
12765 "trust-dns-proto",12738 "trust-dns-proto",
12766]12739]
12774[[package]]12747[[package]]
12775name = "try-runtime-cli"12748name = "try-runtime-cli"
12776version = "0.10.0-dev"12749version = "0.10.0-dev"
12777source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12750source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
12778dependencies = [12751dependencies = [
12779 "clap",12752 "clap",
12753 "frame-remote-externalities",
12780 "frame-try-runtime",12754 "frame-try-runtime",
12755 "hex",
12781 "log",12756 "log",
12782 "parity-scale-codec 3.2.1",12757 "parity-scale-codec 3.2.1",
12783 "remote-externalities",
12784 "sc-chain-spec",12758 "sc-chain-spec",
12785 "sc-cli",12759 "sc-cli",
12786 "sc-executor",12760 "sc-executor",
12787 "sc-service",12761 "sc-service",
12788 "serde",12762 "serde",
12763 "sp-api",
12789 "sp-core",12764 "sp-core",
12765 "sp-debug-derive",
12790 "sp-externalities",12766 "sp-externalities",
12791 "sp-io",12767 "sp-io",
12792 "sp-keystore",12768 "sp-keystore",
12769 "sp-rpc",
12793 "sp-runtime",12770 "sp-runtime",
12794 "sp-state-machine",12771 "sp-state-machine",
12795 "sp-version",12772 "sp-version",
1280012777
12801[[package]]12778[[package]]
12802name = "trybuild"12779name = "trybuild"
12803version = "1.0.72"12780version = "1.0.73"
12804source = "registry+https://github.com/rust-lang/crates.io-index"12781source = "registry+https://github.com/rust-lang/crates.io-index"
12805checksum = "db29f438342820400f2d9acfec0d363e987a38b2950bdb50a7069ed17b2148ee"12782checksum = "ed01de3de062db82c0920b5cabe804f88d599a3f217932292597c678c903754d"
12806dependencies = [12783dependencies = [
12807 "glob",12784 "glob",
12808 "once_cell",12785 "once_cell",
1281512792
12816[[package]]12793[[package]]
12817name = "tt-call"12794name = "tt-call"
12818version = "1.0.8"12795version = "1.0.9"
12819source = "registry+https://github.com/rust-lang/crates.io-index"12796source = "registry+https://github.com/rust-lang/crates.io-index"
12820checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"12797checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df"
1282112798
12822[[package]]12799[[package]]
12823name = "twox-hash"12800name = "twox-hash"
12876]12853]
1287712854
12878[[package]]12855[[package]]
12879name = "unicase"
12880version = "2.6.0"
12881source = "registry+https://github.com/rust-lang/crates.io-index"
12882checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
12883dependencies = [
12884 "version_check",
12885]
12886
12887[[package]]
12888name = "unicode-bidi"12856name = "unicode-bidi"
12889version = "0.3.8"12857version = "0.3.8"
12890source = "registry+https://github.com/rust-lang/crates.io-index"12858source = "registry+https://github.com/rust-lang/crates.io-index"
12891checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"12859checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
1289212860
12893[[package]]12861[[package]]
12894name = "unicode-ident"12862name = "unicode-ident"
12895version = "1.0.5"12863version = "1.0.6"
12896source = "registry+https://github.com/rust-lang/crates.io-index"12864source = "registry+https://github.com/rust-lang/crates.io-index"
12897checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"12865checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
1289812866
12899[[package]]12867[[package]]
12900name = "unicode-normalization"12868name = "unicode-normalization"
1292512893
12926[[package]]12894[[package]]
12927name = "unique-node"12895name = "unique-node"
12928version = "0.9.33"12896version = "0.9.36"
12929dependencies = [12897dependencies = [
12930 "app-promotion-rpc",12898 "app-promotion-rpc",
12931 "clap",12899 "clap",
1306413032
13065[[package]]13033[[package]]
13066name = "unique-runtime"13034name = "unique-runtime"
13067version = "0.9.33"13035version = "0.9.36"
13068dependencies = [13036dependencies = [
13069 "app-promotion-rpc",13037 "app-promotion-rpc",
13070 "cumulus-pallet-aura-ext",13038 "cumulus-pallet-aura-ext",
1318913157
13190[[package]]13158[[package]]
13191name = "up-common"13159name = "up-common"
13192version = "0.9.33"13160version = "0.9.36"
13193dependencies = [13161dependencies = [
13194 "cumulus-primitives-core",13162 "cumulus-primitives-core",
13195 "fp-rpc",13163 "fp-rpc",
13237[[package]]13205[[package]]
13238name = "up-sponsorship"13206name = "up-sponsorship"
13239version = "0.1.0"13207version = "0.1.0"
13240source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.33#994d4a8dc6cc630b73d19f97315272a8795317e7"13208source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.36#55943b982e9b0b80465885f31f76db3dba91dac4"
13241dependencies = [13209dependencies = [
13242 "impl-trait-for-tuples",13210 "impl-trait-for-tuples",
13243]13211]
13490checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"13458checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"
13491dependencies = [13459dependencies = [
13492 "downcast-rs",13460 "downcast-rs",
13493 "libm",13461 "libm 0.2.6",
13494 "memory_units",13462 "memory_units",
13495 "num-rational",13463 "num-rational",
13496 "num-traits",13464 "num-traits",
13517 "indexmap",13485 "indexmap",
13518 "libc",13486 "libc",
13519 "log",13487 "log",
13520 "object",13488 "object 0.29.0",
13521 "once_cell",13489 "once_cell",
13522 "paste",13490 "paste",
13523 "psm",13491 "psm",
13574 "cranelift-frontend",13542 "cranelift-frontend",
13575 "cranelift-native",13543 "cranelift-native",
13576 "cranelift-wasm",13544 "cranelift-wasm",
13577 "gimli",13545 "gimli 0.26.2",
13578 "log",13546 "log",
13579 "object",13547 "object 0.29.0",
13580 "target-lexicon",13548 "target-lexicon",
13581 "thiserror",13549 "thiserror",
13582 "wasmparser",13550 "wasmparser",
13591dependencies = [13559dependencies = [
13592 "anyhow",13560 "anyhow",
13593 "cranelift-entity",13561 "cranelift-entity",
13594 "gimli",13562 "gimli 0.26.2",
13595 "indexmap",13563 "indexmap",
13596 "log",13564 "log",
13597 "object",13565 "object 0.29.0",
13598 "serde",13566 "serde",
13599 "target-lexicon",13567 "target-lexicon",
13600 "thiserror",13568 "thiserror",
13608source = "registry+https://github.com/rust-lang/crates.io-index"13576source = "registry+https://github.com/rust-lang/crates.io-index"
13609checksum = "1985c628011fe26adf5e23a5301bdc79b245e0e338f14bb58b39e4e25e4d8681"13577checksum = "1985c628011fe26adf5e23a5301bdc79b245e0e338f14bb58b39e4e25e4d8681"
13610dependencies = [13578dependencies = [
13611 "addr2line",13579 "addr2line 0.17.0",
13612 "anyhow",13580 "anyhow",
13613 "bincode",13581 "bincode",
13614 "cfg-if",13582 "cfg-if",
13615 "cpp_demangle",13583 "cpp_demangle",
13616 "gimli",13584 "gimli 0.26.2",
13617 "log",13585 "log",
13618 "object",13586 "object 0.29.0",
13619 "rustc-demangle",13587 "rustc-demangle",
13620 "rustix 0.35.13",13588 "rustix 0.35.13",
13621 "serde",13589 "serde",
13633source = "registry+https://github.com/rust-lang/crates.io-index"13601source = "registry+https://github.com/rust-lang/crates.io-index"
13634checksum = "f671b588486f5ccec8c5a3dba6b4c07eac2e66ab8c60e6f4e53717c77f709731"13602checksum = "f671b588486f5ccec8c5a3dba6b4c07eac2e66ab8c60e6f4e53717c77f709731"
13635dependencies = [13603dependencies = [
13636 "object",13604 "object 0.29.0",
13637 "once_cell",13605 "once_cell",
13638 "rustix 0.35.13",13606 "rustix 0.35.13",
13639]13607]
1369713665
13698[[package]]13666[[package]]
13699name = "webpki-roots"13667name = "webpki-roots"
13700version = "0.22.5"13668version = "0.22.6"
13701source = "registry+https://github.com/rust-lang/crates.io-index"13669source = "registry+https://github.com/rust-lang/crates.io-index"
13702checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"13670checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
13703dependencies = [13671dependencies = [
13704 "webpki",13672 "webpki",
13705]13673]
1371513683
13716[[package]]13684[[package]]
13717name = "westend-runtime"13685name = "westend-runtime"
13718version = "0.9.33"13686version = "0.9.36"
13719source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"13687source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
13720dependencies = [13688dependencies = [
13721 "beefy-primitives",
13722 "bitvec 1.0.1",13689 "bitvec 1.0.1",
13723 "frame-benchmarking",13690 "frame-benchmarking",
13724 "frame-election-provider-support",13691 "frame-election-provider-support",
13782 "smallvec",13749 "smallvec",
13783 "sp-api",13750 "sp-api",
13784 "sp-authority-discovery",13751 "sp-authority-discovery",
13752 "sp-beefy",
13785 "sp-block-builder",13753 "sp-block-builder",
13786 "sp-consensus-babe",13754 "sp-consensus-babe",
13787 "sp-core",13755 "sp-core",
1380513773
13806[[package]]13774[[package]]
13807name = "westend-runtime-constants"13775name = "westend-runtime-constants"
13808version = "0.9.33"13776version = "0.9.36"
13809source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"13777source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
13810dependencies = [13778dependencies = [
13811 "frame-support",13779 "frame-support",
13812 "polkadot-primitives",13780 "polkadot-primitives",
1404514013
14046[[package]]14014[[package]]
14047name = "xcm"14015name = "xcm"
14048version = "0.9.33"14016version = "0.9.36"
14049source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"14017source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
14050dependencies = [14018dependencies = [
14051 "derivative",14019 "derivative",
14052 "impl-trait-for-tuples",14020 "impl-trait-for-tuples",
1405914027
14060[[package]]14028[[package]]
14061name = "xcm-builder"14029name = "xcm-builder"
14062version = "0.9.33"14030version = "0.9.36"
14063source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"14031source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
14064dependencies = [14032dependencies = [
14065 "frame-support",14033 "frame-support",
14066 "frame-system",14034 "frame-system",
1407914047
14080[[package]]14048[[package]]
14081name = "xcm-executor"14049name = "xcm-executor"
14082version = "0.9.33"14050version = "0.9.36"
14083source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"14051source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
14084dependencies = [14052dependencies = [
14085 "frame-benchmarking",14053 "frame-benchmarking",
14086 "frame-support",14054 "frame-support",
1409714065
14098[[package]]14066[[package]]
14099name = "xcm-procedural"14067name = "xcm-procedural"
14100version = "0.9.33"14068version = "0.9.36"
14101source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"14069source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
14102dependencies = [14070dependencies = [
14103 "Inflector",14071 "Inflector",
14104 "proc-macro2",14072 "proc-macro2",
modifiedCargo.tomldiffbeforeafterboth
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,3 @@
-cargo-features = ["workspace-inheritance"]
-
 [workspace]
 resolver = "2"
 members = [
@@ -14,26 +12,274 @@
     'runtime/tests',
 ]
 default-members = ['node/*', 'runtime/opal']
+package.version = "0.9.36"
 
 [profile.release]
 panic = 'unwind'
 
 [workspace.dependencies.orml-vesting]
 git = "https://github.com/uniquenetwork/open-runtime-module-library"
-branch = "polkadot-v0.9.33"
+branch = "feature/polkadot-v0.9.36"
 default-features = false
 
 [workspace.dependencies.orml-xtokens]
 git = "https://github.com/uniquenetwork/open-runtime-module-library"
-branch = "polkadot-v0.9.33"
+branch = "feature/polkadot-v0.9.36"
 default-features = false
 
 [workspace.dependencies.orml-tokens]
 git = "https://github.com/uniquenetwork/open-runtime-module-library"
-branch = "polkadot-v0.9.33"
+branch = "feature/polkadot-v0.9.36"
 default-features = false
 
 [workspace.dependencies.orml-traits]
 git = "https://github.com/uniquenetwork/open-runtime-module-library"
-branch = "polkadot-v0.9.33"
+branch = "feature/polkadot-v0.9.36"
 default-features = false
+
+
+[patch."https://github.com/paritytech/substrate"]
+beefy-gadget = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+beefy-gadget-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+beefy-merkle-tree = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+fork-tree = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+frame-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+frame-benchmarking-cli = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+frame-election-provider-solution-type = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+frame-election-provider-support = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+frame-executive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+frame-remote-externalities = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+frame-support = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+frame-support-procedural = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+frame-support-procedural-tools = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+frame-support-procedural-tools-derive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+frame-system = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+frame-system-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+frame-system-rpc-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+frame-try-runtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+mmr-gadget = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+mmr-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-aura = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-authorship = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-babe = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-bags-list = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-balances = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-beefy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-beefy-mmr = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-bounties = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-child-bounties = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-collective = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-conviction-voting = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-democracy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-election-provider-multi-phase = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-fast-unstake = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-grandpa = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-identity = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-im-online = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-indices = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-membership = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-mmr = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-multisig = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-nis = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-nomination-pools = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-nomination-pools-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-offences = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-offences-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-preimage = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-proxy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-randomness-collective-flip = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-ranked-collective = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-recovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-referenda = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-scheduler = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-session = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-session-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-society = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-staking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-staking-reward-curve = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-staking-reward-fn = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-state-trie-migration = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-sudo = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-timestamp = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-tips = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-transaction-payment = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-transaction-payment-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-treasury = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-utility = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-vesting = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+pallet-whitelist = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-allocator = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-authority-discovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-basic-authorship = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-block-builder = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-chain-spec = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-chain-spec-derive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-cli = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-client-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-client-db = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-consensus = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-consensus-aura = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-consensus-babe = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-consensus-babe-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-consensus-epochs = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-consensus-manual-seal = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-consensus-slots = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-executor = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-executor-common = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-executor-wasmtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-finality-grandpa = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-finality-grandpa-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-informant = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-keystore = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-network = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-network-bitswap = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-network-common = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-network-gossip = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-network-light = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-network-sync = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-network-transactions = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-offchain = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-peerset = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-proposer-metrics = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-rpc-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-rpc-server = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-rpc-spec-v2 = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-service = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-state-db = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-sync-state-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-sysinfo = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-telemetry = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-tracing = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-tracing-proc-macro = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-transaction-pool = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-transaction-pool-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sc-utils = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-api-proc-macro = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-application-crypto = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-arithmetic = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-authority-discovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-authorship = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-beefy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-block-builder = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-blockchain = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-consensus = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-consensus-aura = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-consensus-babe = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-consensus-slots = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-consensus-vrf = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-core = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-core-hashing = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-core-hashing-proc-macro = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-database = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-debug-derive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-externalities = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-finality-grandpa = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-inherents = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-io = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-keyring = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-keystore = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-maybe-compressed-blob = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-mmr-primitives = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-npos-elections = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-offchain = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-panic-handler = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-runtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-runtime-interface = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-runtime-interface-proc-macro = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-session = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-staking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-state-machine = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-std = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-storage = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-timestamp = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-tracing = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-transaction-pool = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-transaction-storage-proof = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-trie = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-version = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-version-proc-macro = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-wasm-interface = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+sp-weights = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+substrate-build-script-utils = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+substrate-frame-rpc-system = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+substrate-prometheus-endpoint = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+substrate-rpc-client = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+substrate-state-trie-migration-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+substrate-test-client = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+substrate-wasm-builder = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+try-runtime-cli = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
+
+[patch."https://github.com/paritytech/polkadot"]
+kusama-runtime = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+kusama-runtime-constants = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+pallet-xcm = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+pallet-xcm-benchmarks = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-approval-distribution = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-availability-bitfield-distribution = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-availability-distribution = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-availability-recovery = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-cli = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-client = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-collator-protocol = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-dispute-distribution = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-erasure-coding = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-gossip-support = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-network-bridge = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-node-collation-generation = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-node-core-approval-voting = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-node-core-av-store = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-node-core-backing = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-node-core-bitfield-signing = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-node-core-candidate-validation = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-node-core-chain-api = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-node-core-chain-selection = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-node-core-dispute-coordinator = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-node-core-parachains-inherent = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-node-core-provisioner = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-node-core-pvf = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-node-core-pvf-checker = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-node-core-runtime-api = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-node-jaeger = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-node-metrics = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-node-network-protocol = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-node-primitives = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-node-subsystem = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-node-subsystem-types = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-node-subsystem-util = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-overseer = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-parachain = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-performance-test = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-primitives = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-rpc = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-runtime = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-runtime-common = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-runtime-constants = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-runtime-metrics = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-service = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-statement-distribution = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-statement-table = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-test-runtime = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+polkadot-test-service = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+rococo-runtime = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+rococo-runtime-constants = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+slot-range-helper = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+test-runtime-constants = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+tracing-gum = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+tracing-gum-proc-macro = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+westend-runtime = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+westend-runtime-constants = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+xcm = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+xcm-builder = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+xcm-executor = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
+xcm-procedural = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
modifiedREADME.mddiffbeforeafterboth
--- a/README.md
+++ b/README.md
@@ -90,7 +90,7 @@
 ```
 git clone https://github.com/paritytech/polkadot.git
 cd polkadot
-git checkout release-v0.9.33
+git checkout release-v0.9.36
 cargo build --release
 ```
 
modifiedclient/rpc/Cargo.tomldiffbeforeafterboth
--- a/client/rpc/Cargo.toml
+++ b/client/rpc/Cargo.toml
@@ -8,15 +8,15 @@
 pallet-common = { default-features = false, path = '../../pallets/common' }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
 up-rpc = { path = "../../primitives/rpc" }
-app-promotion-rpc = { path = "../../primitives/app_promotion_rpc"}
+app-promotion-rpc = { path = "../../primitives/app_promotion_rpc" }
 rmrk-rpc = { path = "../../primitives/rmrk-rpc" }
 codec = { package = "parity-scale-codec", version = "3.1.2" }
-jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }
+jsonrpsee = { version = "0.16.2", features = ["server", "macros"] }
 anyhow = "1.0.57"
 
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
modifiedcrates/evm-coder/Cargo.tomldiffbeforeafterboth
--- a/crates/evm-coder/Cargo.toml
+++ b/crates/evm-coder/Cargo.toml
@@ -12,14 +12,14 @@
 primitive-types = { version = "0.12.1", default-features = false }
 # Evm doesn't have reexports for log and others
 ethereum = { version = "0.14.0", default-features = false }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 # Error types for execution
-evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.33" }
+evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.36" }
 # We have tuple-heavy code in solidity.rs
 impl-trait-for-tuples = "0.2.2"
 
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
 
 [dev-dependencies]
 # We want to assert some large binary blobs equality in tests
modifiednode/cli/Cargo.tomldiffbeforeafterboth
--- a/node/cli/Cargo.toml
+++ b/node/cli/Cargo.toml
@@ -3,7 +3,7 @@
 
 [build-dependencies.substrate-build-script-utils]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 ################################################################################
 # Substrate Dependecies
@@ -16,158 +16,155 @@
 
 [dependencies.frame-benchmarking]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.frame-benchmarking-cli]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.try-runtime-cli]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.pallet-transaction-payment-rpc]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.substrate-prometheus-endpoint]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sc-basic-authorship]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sc-chain-spec]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sc-cli]
-features = ['wasmtime']
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sc-client-api]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sc-consensus]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sc-consensus-aura]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sc-executor]
-features = ['wasmtime']
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sc-finality-grandpa]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sc-keystore]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sc-rpc]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sc-rpc-api]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sc-service]
-features = ['wasmtime']
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sc-telemetry]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sc-transaction-pool]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sc-tracing]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sc-sysinfo]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-block-builder]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-api]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-blockchain]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-consensus]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-consensus-aura]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-core]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-finality-grandpa]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-inherents]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-keystore]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-offchain]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-runtime]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-session]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-timestamp]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-transaction-pool]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-trie]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.substrate-frame-rpc-system]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sc-network]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.serde]
 features = ['derive']
@@ -178,76 +175,76 @@
 
 [dependencies.sc-consensus-manual-seal]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 ################################################################################
 # Cumulus dependencies
 
 [dependencies.cumulus-client-consensus-aura]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 
 [dependencies.cumulus-client-consensus-common]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 
 [dependencies.cumulus-client-collator]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 
 [dependencies.cumulus-client-cli]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 
 [dependencies.cumulus-client-network]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 
 [dependencies.cumulus-primitives-core]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 
 [dependencies.cumulus-primitives-parachain-inherent]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 
 [dependencies.cumulus-client-service]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 
 [dependencies.cumulus-relay-chain-interface]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 
 [dependencies.cumulus-relay-chain-inprocess-interface]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 
 [dependencies.cumulus-relay-chain-minimal-node]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 
 ################################################################################
 # Polkadot dependencies
 [dependencies.polkadot-primitives]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.33"
+branch = "release-v0.9.36"
 
 [dependencies.polkadot-service]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.33"
+branch = "release-v0.9.36"
 
 [dependencies.polkadot-cli]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.33"
+branch = "release-v0.9.36"
 
 [dependencies.polkadot-test-service]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.33"
+branch = "release-v0.9.36"
 
 [dependencies.polkadot-parachain]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.33"
+branch = "release-v0.9.36"
 
 
 ################################################################################
@@ -277,7 +274,7 @@
 
 [dependencies.pallet-transaction-payment-rpc-runtime-api]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 ################################################################################
 # Package
@@ -291,7 +288,7 @@
 license = 'GPLv3'
 name = 'unique-node'
 repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = "0.9.33"
+version.workspace = true
 
 [[bin]]
 name = 'unique-collator'
@@ -300,22 +297,35 @@
 [package.metadata.docs.rs]
 targets = ['x86_64-unknown-linux-gnu']
 
+[package.metadata.deppatcher.originals.dependencies]
+cumulus-client-consensus-aura = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-client-consensus-common = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-client-collator = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-client-cli = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-client-network = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-client-service = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-relay-chain-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+
 [dependencies]
 futures = '0.3.17'
 log = '0.4.16'
-flexi_logger = "0.22.5"
+flexi_logger = "0.24.2"
 parking_lot = '0.12.1'
 clap = "4.0.9"
-jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }
+jsonrpsee = { version = "0.16.2", features = ["server", "macros"] }
 tokio = { version = "1.19.2", features = ["time"] }
 
-fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
 
 unique-rpc = { default-features = false, path = "../rpc" }
 app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }
@@ -337,7 +347,4 @@
     'opal-runtime?/try-runtime',
     'try-runtime-cli/try-runtime',
 ]
-sapphire-runtime = [
-    'opal-runtime',
-    'opal-runtime/become-sapphire',
-]
+sapphire-runtime = ['opal-runtime', 'opal-runtime/become-sapphire']
modifiednode/cli/src/service.rsdiffbeforeafterboth
--- a/node/cli/src/service.rs
+++ b/node/cli/src/service.rs
@@ -58,6 +58,7 @@
 use sp_runtime::traits::BlakeTwo256;
 use substrate_prometheus_endpoint::Registry;
 use sc_client_api::BlockchainEvents;
+use sc_consensus::ImportQueue;
 
 use polkadot_service::CollatorPair;
 
@@ -335,17 +336,21 @@
 	Arc<(dyn RelayChainInterface + 'static)>,
 	Option<CollatorPair>,
 )> {
-	match collator_options.relay_chain_rpc_url {
-		Some(relay_chain_url) => {
-			build_minimal_relay_chain_node(polkadot_config, task_manager, relay_chain_url).await
-		}
-		None => build_inprocess_relay_chain(
+	if collator_options.relay_chain_rpc_urls.is_empty() {
+		build_inprocess_relay_chain(
 			polkadot_config,
 			parachain_config,
 			telemetry_worker_handle,
 			task_manager,
 			hwbench,
-		),
+		)
+	} else {
+		build_minimal_relay_chain_node(
+			polkadot_config,
+			task_manager,
+			collator_options.relay_chain_rpc_urls,
+		)
+		.await
 	}
 }
 
@@ -447,7 +452,7 @@
 	let validator = parachain_config.role.is_authority();
 	let prometheus_registry = parachain_config.prometheus_registry().cloned();
 	let transaction_pool = params.transaction_pool.clone();
-	let import_queue = cumulus_client_service::SharedImportQueue::new(params.import_queue);
+	let import_queue_service = params.import_queue.service();
 
 	let (network, system_rpc_tx, tx_handler_controller, start_network) =
 		sc_service::build_network(sc_service::BuildNetworkParams {
@@ -455,7 +460,7 @@
 			client: client.clone(),
 			transaction_pool: transaction_pool.clone(),
 			spawn_handle: task_manager.spawn_handle(),
-			import_queue: import_queue.clone(),
+			import_queue: params.import_queue,
 			block_announce_validator_builder: Some(Box::new(|_| {
 				Box::new(block_announce_validator)
 			})),
@@ -580,7 +585,7 @@
 			task_manager: &mut task_manager,
 			spawner,
 			parachain_consensus,
-			import_queue,
+			import_queue: import_queue_service,
 			collator_key: collator_key.expect("Command line arguments do not allow this. qed"),
 			relay_chain_interface,
 			relay_chain_slot_duration,
@@ -593,7 +598,7 @@
 			announce_block,
 			task_manager: &mut task_manager,
 			para_id: id,
-			import_queue,
+			import_queue: import_queue_service,
 			relay_chain_interface,
 			relay_chain_slot_duration,
 		};
modifiednode/rpc/Cargo.tomldiffbeforeafterboth
--- a/node/rpc/Cargo.toml
+++ b/node/rpc/Cargo.toml
@@ -11,42 +11,42 @@
 
 [dependencies]
 futures = { version = "0.3.17", features = ["compat"] }
-jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }
+jsonrpsee = { version = "0.16.2", features = ["server", "macros"] }
 # pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 tokio = { version = "1.19.2", features = ["macros", "sync"] }
 
-pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
 
 pallet-common = { default-features = false, path = "../../pallets/common" }
 up-common = { path = "../../primitives/common" }
modifiedpallets/app-promotion/Cargo.tomldiffbeforeafterboth
--- a/pallets/app-promotion/Cargo.toml
+++ b/pallets/app-promotion/Cargo.toml
@@ -50,17 +50,17 @@
 codec = { default-features = false, features = [
     'derive',
 ], package = 'parity-scale-codec', version = '3.1.2' }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 serde = { default-features = false, features = ['derive'], version = '1.0.130' }
 
 ################################################################################
modifiedpallets/app-promotion/src/lib.rsdiffbeforeafterboth
--- a/pallets/app-promotion/src/lib.rs
+++ b/pallets/app-promotion/src/lib.rs
@@ -301,6 +301,7 @@
 		/// # Arguments
 		///
 		/// * `admin`: account of the new admin.
+		#[pallet::call_index(0)]
 		#[pallet::weight(<T as Config>::WeightInfo::set_admin_address())]
 		pub fn set_admin_address(origin: OriginFor<T>, admin: T::CrossAccountId) -> DispatchResult {
 			ensure_root(origin)?;
@@ -319,6 +320,7 @@
 		/// # Arguments
 		///
 		/// * `amount`: in native tokens.
+		#[pallet::call_index(1)]
 		#[pallet::weight(<T as Config>::WeightInfo::stake())]
 		pub fn stake(staker: OriginFor<T>, amount: BalanceOf<T>) -> DispatchResult {
 			let staker_id = ensure_signed(staker)?;
@@ -393,6 +395,7 @@
 		/// Moves the sum of all stakes to the `reserved` state.
 		/// After the end of `PendingInterval` this sum becomes completely
 		/// free for further use.
+		#[pallet::call_index(2)]
 		#[pallet::weight(<T as Config>::WeightInfo::unstake())]
 		pub fn unstake(staker: OriginFor<T>) -> DispatchResultWithPostInfo {
 			let staker_id = ensure_signed(staker)?;
@@ -454,6 +457,7 @@
 		/// # Arguments
 		///
 		/// * `collection_id`: ID of the collection that will be sponsored by `pallet_id`
+		#[pallet::call_index(3)]
 		#[pallet::weight(<T as Config>::WeightInfo::sponsor_collection())]
 		pub fn sponsor_collection(
 			admin: OriginFor<T>,
@@ -479,6 +483,7 @@
 		/// # Arguments
 		///
 		/// * `collection_id`: ID of the collection that is sponsored by `pallet_id`
+		#[pallet::call_index(4)]
 		#[pallet::weight(<T as Config>::WeightInfo::stop_sponsoring_collection())]
 		pub fn stop_sponsoring_collection(
 			admin: OriginFor<T>,
@@ -508,6 +513,7 @@
 		/// # Arguments
 		///
 		/// * `contract_id`: the contract address that will be sponsored by `pallet_id`
+		#[pallet::call_index(5)]
 		#[pallet::weight(<T as Config>::WeightInfo::sponsor_contract())]
 		pub fn sponsor_contract(admin: OriginFor<T>, contract_id: H160) -> DispatchResult {
 			let admin_id = ensure_signed(admin)?;
@@ -534,6 +540,7 @@
 		/// # Arguments
 		///
 		/// * `contract_id`: the contract address that is sponsored by `pallet_id`
+		#[pallet::call_index(6)]
 		#[pallet::weight(<T as Config>::WeightInfo::stop_sponsoring_contract())]
 		pub fn stop_sponsoring_contract(admin: OriginFor<T>, contract_id: H160) -> DispatchResult {
 			let admin_id = ensure_signed(admin)?;
@@ -564,6 +571,7 @@
 		/// # Arguments
 		///
 		/// * `stakers_number`: the number of stakers for which recalculation will be performed
+		#[pallet::call_index(7)]
 		#[pallet::weight(<T as Config>::WeightInfo::payout_stakers(stakers_number.unwrap_or(DEFAULT_NUMBER_PAYOUTS) as u32))]
 		pub fn payout_stakers(admin: OriginFor<T>, stakers_number: Option<u8>) -> DispatchResult {
 			let admin_id = ensure_signed(admin)?;
modifiedpallets/common/Cargo.tomldiffbeforeafterboth
--- a/pallets/common/Cargo.toml
+++ b/pallets/common/Cargo.toml
@@ -11,18 +11,18 @@
 version = '3.1.2'
 
 [dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
 pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
 ethereum = { version = "0.14.0", default-features = false }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
 
 serde = { version = "1.0.130", default-features = false }
 scale-info = { version = "2.0.1", default-features = false, features = [
modifiedpallets/configuration/Cargo.tomldiffbeforeafterboth
--- a/pallets/configuration/Cargo.toml
+++ b/pallets/configuration/Cargo.toml
@@ -10,15 +10,15 @@
 scale-info = { version = "2.0.1", default-features = false, features = [
 	"derive",
 ] }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
 smallvec = "1.6.1"
-xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.33" }
+xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36" }
 
 [features]
 default = ["std"]
modifiedpallets/configuration/src/lib.rsdiffbeforeafterboth
--- a/pallets/configuration/src/lib.rs
+++ b/pallets/configuration/src/lib.rs
@@ -88,6 +88,7 @@
 
 	#[pallet::call]
 	impl<T: Config> Pallet<T> {
+		#[pallet::call_index(0)]
 		#[pallet::weight(T::DbWeight::get().writes(1))]
 		pub fn set_weight_to_fee_coefficient_override(
 			origin: OriginFor<T>,
@@ -102,6 +103,7 @@
 			Ok(())
 		}
 
+		#[pallet::call_index(1)]
 		#[pallet::weight(T::DbWeight::get().writes(1))]
 		pub fn set_min_gas_price_override(
 			origin: OriginFor<T>,
@@ -116,6 +118,7 @@
 			Ok(())
 		}
 
+		#[pallet::call_index(2)]
 		#[pallet::weight(T::DbWeight::get().writes(1))]
 		pub fn set_xcm_allowed_locations(
 			origin: OriginFor<T>,
@@ -126,6 +129,7 @@
 			Ok(())
 		}
 
+		#[pallet::call_index(3)]
 		#[pallet::weight(T::DbWeight::get().writes(1))]
 		pub fn set_app_promotion_configuration_override(
 			origin: OriginFor<T>,
modifiedpallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-coder-substrate/Cargo.toml
+++ b/pallets/evm-coder-substrate/Cargo.toml
@@ -8,15 +8,15 @@
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 ethereum = { version = "0.14.0", default-features = false }
 evm-coder = { default-features = false, path = "../../crates/evm-coder" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 up-data-structs = { default-features = false, path = "../../primitives/data-structs" }
 
 [dependencies.codec]
modifiedpallets/evm-coder-substrate/src/lib.rsdiffbeforeafterboth
--- a/pallets/evm-coder-substrate/src/lib.rs
+++ b/pallets/evm-coder-substrate/src/lib.rs
@@ -73,6 +73,7 @@
 
 	#[pallet::call]
 	impl<T: Config> Pallet<T> {
+		#[pallet::call_index(0)]
 		#[pallet::weight(0)]
 		pub fn empty_call(origin: OriginFor<T>) -> DispatchResult {
 			let _sender = ensure_signed(origin)?;
modifiedpallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-contract-helpers/Cargo.toml
+++ b/pallets/evm-contract-helpers/Cargo.toml
@@ -12,16 +12,16 @@
 ethereum = { version = "0.14.0", default-features = false }
 
 # Substrate
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 
 # Unique
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36" }
 
 # Locals
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
modifiedpallets/evm-migration/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-migration/Cargo.toml
+++ b/pallets/evm-migration/Cargo.toml
@@ -9,15 +9,15 @@
     "derive",
 ] }
 ethereum = { version = "0.14.0", default-features = false }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
 
 [dependencies.codec]
 default-features = false
modifiedpallets/evm-migration/src/lib.rsdiffbeforeafterboth
--- a/pallets/evm-migration/src/lib.rs
+++ b/pallets/evm-migration/src/lib.rs
@@ -73,6 +73,7 @@
 	impl<T: Config> Pallet<T> {
 		/// Start contract migration, inserts contract stub at target address,
 		/// and marks account as pending, allowing to insert storage
+		#[pallet::call_index(0)]
 		#[pallet::weight(<SelfWeightOf<T>>::begin())]
 		pub fn begin(origin: OriginFor<T>, address: H160) -> DispatchResult {
 			ensure_root(origin)?;
@@ -87,6 +88,7 @@
 
 		/// Insert items into contract storage, this method can be called
 		/// multiple times
+		#[pallet::call_index(1)]
 		#[pallet::weight(<SelfWeightOf<T>>::set_data(data.len() as u32))]
 		pub fn set_data(
 			origin: OriginFor<T>,
@@ -108,6 +110,7 @@
 		/// Finish contract migration, allows it to be called.
 		/// It is not possible to alter contract storage via [`Self::set_data`]
 		/// after this call.
+		#[pallet::call_index(2)]
 		#[pallet::weight(<SelfWeightOf<T>>::finish(code.len() as u32))]
 		pub fn finish(origin: OriginFor<T>, address: H160, code: Vec<u8>) -> DispatchResult {
 			ensure_root(origin)?;
@@ -122,6 +125,7 @@
 		}
 
 		/// Create ethereum events attached to the fake transaction
+		#[pallet::call_index(3)]
 		#[pallet::weight(<SelfWeightOf<T>>::insert_eth_logs(logs.len() as u32))]
 		pub fn insert_eth_logs(origin: OriginFor<T>, logs: Vec<ethereum::Log>) -> DispatchResult {
 			ensure_root(origin)?;
@@ -133,6 +137,7 @@
 		}
 
 		/// Create substrate events
+		#[pallet::call_index(4)]
 		#[pallet::weight(<SelfWeightOf<T>>::insert_events(events.len() as u32))]
 		pub fn insert_events(origin: OriginFor<T>, events: Vec<Vec<u8>>) -> DispatchResult {
 			ensure_root(origin)?;
modifiedpallets/evm-transaction-payment/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-transaction-payment/Cargo.toml
+++ b/pallets/evm-transaction-payment/Cargo.toml
@@ -8,17 +8,17 @@
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
 
 [dependencies.codec]
 default-features = false
modifiedpallets/foreign-assets/Cargo.tomldiffbeforeafterboth
--- a/pallets/foreign-assets/Cargo.toml
+++ b/pallets/foreign-assets/Cargo.toml
@@ -1,5 +1,3 @@
-cargo-features = ["workspace-inheritance"]
-
 [package]
 name = "pallet-foreign-assets"
 version = "0.1.0"
@@ -13,27 +11,27 @@
 	"derive",
 ] }
 codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }
-sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }
-sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }
-frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }
-frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }
+sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }
+sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }
+frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }
+frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
-pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }
+pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }
 pallet-common = { default-features = false, path = '../common' }
 pallet-fungible = { default-features = false, path = '../fungible' }
-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.33", default-features = false }
-xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.33", default-features = false }
-xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.33", default-features = false }
+xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
+xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
+xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
 orml-tokens.workspace = true
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 
 [dev-dependencies]
 serde_json = "1.0.68"
 hex = { version = "0.4" }
-sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 
 [features]
 default = ["std"]
modifiedpallets/foreign-assets/src/impl_fungibles.rsdiffbeforeafterboth
--- a/pallets/foreign-assets/src/impl_fungibles.rs
+++ b/pallets/foreign-assets/src/impl_fungibles.rs
@@ -258,6 +258,13 @@
 			},
 		}
 	}
+
+	fn asset_exists(asset: AssetIds) -> bool {
+		match asset {
+			AssetIds::NativeAssetId(_) => true,
+			AssetIds::ForeignAssetId(fid) => <AssetBinding<T>>::contains_key(fid),
+		}
+	}
 }
 
 impl<T: Config> fungibles::Mutate<<T as SystemConfig>::AccountId> for Pallet<T>
modifiedpallets/foreign-assets/src/lib.rsdiffbeforeafterboth
--- a/pallets/foreign-assets/src/lib.rs
+++ b/pallets/foreign-assets/src/lib.rs
@@ -283,6 +283,7 @@
 
 	#[pallet::call]
 	impl<T: Config> Pallet<T> {
+		#[pallet::call_index(0)]
 		#[pallet::weight(<T as Config>::WeightInfo::register_foreign_asset())]
 		pub fn register_foreign_asset(
 			origin: OriginFor<T>,
@@ -323,6 +324,7 @@
 			Ok(())
 		}
 
+		#[pallet::call_index(1)]
 		#[pallet::weight(<T as Config>::WeightInfo::update_foreign_asset())]
 		pub fn update_foreign_asset(
 			origin: OriginFor<T>,
modifiedpallets/fungible/Cargo.tomldiffbeforeafterboth
--- a/pallets/fungible/Cargo.toml
+++ b/pallets/fungible/Cargo.toml
@@ -11,19 +11,19 @@
 version = '3.1.2'
 
 [dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 pallet-common = { default-features = false, path = '../common' }
 pallet-structure = { default-features = false, path = '../structure' }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
 pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }
 ethereum = { version = "0.14.0", default-features = false }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
modifiedpallets/inflation/Cargo.tomldiffbeforeafterboth
--- a/pallets/inflation/Cargo.toml
+++ b/pallets/inflation/Cargo.toml
@@ -44,37 +44,37 @@
 default-features = false
 optional = true
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.frame-support]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.frame-system]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.pallet-balances]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.pallet-timestamp]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.pallet-randomness-collective-flip]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-std]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.serde]
 default-features = false
@@ -84,17 +84,17 @@
 [dependencies.sp-runtime]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-core]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-io]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies]
 scale-info = { version = "2.0.1", default-features = false, features = [
modifiedpallets/inflation/src/lib.rsdiffbeforeafterboth
--- a/pallets/inflation/src/lib.rs
+++ b/pallets/inflation/src/lib.rs
@@ -163,6 +163,7 @@
 		/// # Arguments
 		///
 		/// * inflation_start_relay_block: The relay chain block at which inflation should start
+		#[pallet::call_index(0)]
 		#[pallet::weight(0)]
 		pub fn start_inflation(
 			origin: OriginFor<T>,
modifiedpallets/maintenance/Cargo.tomldiffbeforeafterboth
--- a/pallets/maintenance/Cargo.toml
+++ b/pallets/maintenance/Cargo.toml
@@ -10,12 +10,16 @@
 readme = "README.md"
 
 [dependencies]
-codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
-scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [
+	"derive",
+] }
+scale-info = { version = "2.1.1", default-features = false, features = [
+	"derive",
+] }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 
 [features]
 default = ["std"]
modifiedpallets/maintenance/src/lib.rsdiffbeforeafterboth
--- a/pallets/maintenance/src/lib.rs
+++ b/pallets/maintenance/src/lib.rs
@@ -55,6 +55,7 @@
 
 	#[pallet::call]
 	impl<T: Config> Pallet<T> {
+		#[pallet::call_index(0)]
 		#[pallet::weight(<T as Config>::WeightInfo::enable())]
 		pub fn enable(origin: OriginFor<T>) -> DispatchResult {
 			ensure_root(origin)?;
@@ -66,6 +67,7 @@
 			Ok(())
 		}
 
+		#[pallet::call_index(1)]
 		#[pallet::weight(<T as Config>::WeightInfo::disable())]
 		pub fn disable(origin: OriginFor<T>) -> DispatchResult {
 			ensure_root(origin)?;
modifiedpallets/nonfungible/Cargo.tomldiffbeforeafterboth
--- a/pallets/nonfungible/Cargo.toml
+++ b/pallets/nonfungible/Cargo.toml
@@ -11,19 +11,19 @@
 version = '3.1.2'
 
 [dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
 pallet-common = { default-features = false, path = '../common' }
 pallet-structure = { default-features = false, path = '../structure' }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
 pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }
 ethereum = { version = "0.14.0", default-features = false }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
modifiedpallets/proxy-rmrk-core/Cargo.tomldiffbeforeafterboth
--- a/pallets/proxy-rmrk-core/Cargo.toml
+++ b/pallets/proxy-rmrk-core/Cargo.toml
@@ -11,17 +11,17 @@
 version = '3.1.2'
 
 [dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 pallet-common = { default-features = false, path = '../common' }
 pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
 pallet-structure = { default-features = false, path = "../../pallets/structure" }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
modifiedpallets/proxy-rmrk-core/src/lib.rsdiffbeforeafterboth
--- a/pallets/proxy-rmrk-core/src/lib.rs
+++ b/pallets/proxy-rmrk-core/src/lib.rs
@@ -357,6 +357,7 @@
 		/// - `max`: Optional maximum number of tokens.
 		/// - `symbol`: UTF-8 string with token prefix, by which to represent the token in wallets and UIs.
 		/// Analogous to Unique's [`token_prefix`](up_data_structs::Collection). Cannot be changed.
+		#[pallet::call_index(0)]
 		#[pallet::weight(<SelfWeightOf<T>>::create_collection())]
 		pub fn create_collection(
 			origin: OriginFor<T>,
@@ -430,6 +431,7 @@
 		/// # Arguments:
 		/// - `origin`: sender of the transaction
 		/// - `collection_id`: RMRK ID of the collection to destroy.
+		#[pallet::call_index(1)]
 		#[pallet::weight(<SelfWeightOf<T>>::destroy_collection())]
 		pub fn destroy_collection(
 			origin: OriginFor<T>,
@@ -464,6 +466,7 @@
 		/// - `origin`: sender of the transaction
 		/// - `collection_id`: RMRK collection ID to change the issuer of.
 		/// - `new_issuer`: Collection's new issuer.
+		#[pallet::call_index(2)]
 		#[pallet::weight(<SelfWeightOf<T>>::change_collection_issuer())]
 		pub fn change_collection_issuer(
 			origin: OriginFor<T>,
@@ -501,6 +504,7 @@
 		/// # Arguments:
 		/// - `origin`: sender of the transaction
 		/// - `collection_id`: RMRK ID of the collection to lock.
+		#[pallet::call_index(3)]
 		#[pallet::weight(<SelfWeightOf<T>>::lock_collection())]
 		pub fn lock_collection(
 			origin: OriginFor<T>,
@@ -545,6 +549,7 @@
 		/// - `metadata`: Arbitrary data about an NFT, e.g. IPFS hash. Cannot be changed.
 		/// - `transferable`: Can this NFT be transferred? Cannot be changed.
 		/// - `resources`: Resource data to be added to the NFT immediately after minting.
+		#[pallet::call_index(4)]
 		#[pallet::weight(<SelfWeightOf<T>>::mint_nft(resources.as_ref().map(|r| r.len() as u32).unwrap_or(0)))]
 		pub fn mint_nft(
 			origin: OriginFor<T>,
@@ -628,6 +633,7 @@
 		/// - `max_burns`: Maximum number of tokens to burn, assuming nesting. The transaction
 		/// is reverted if there are more tokens to burn in the nesting tree than this number.
 		/// This is primarily a mechanism of transaction weight control.
+		#[pallet::call_index(5)]
 		#[pallet::weight(<SelfWeightOf<T>>::burn_nft(*max_burns))]
 		pub fn burn_nft(
 			origin: OriginFor<T>,
@@ -675,6 +681,7 @@
 		/// - `rmrk_collection_id`: RMRK ID of the collection of the NFT to be transferred.
 		/// - `rmrk_nft_id`: ID of the NFT to be transferred.
 		/// - `new_owner`: New owner of the nft which can be either an account or a NFT.
+		#[pallet::call_index(6)]
 		#[pallet::weight(<SelfWeightOf<T>>::send())]
 		pub fn send(
 			origin: OriginFor<T>,
@@ -800,6 +807,7 @@
 		/// - `rmrk_nft_id`: ID of the NFT to be accepted.
 		/// - `new_owner`: Either the sender's account ID or a sender-owned NFT,
 		/// whichever the accepted NFT was sent to.
+		#[pallet::call_index(7)]
 		#[pallet::weight(<SelfWeightOf<T>>::accept_nft())]
 		pub fn accept_nft(
 			origin: OriginFor<T>,
@@ -890,6 +898,7 @@
 		/// - `origin`: sender of the transaction
 		/// - `rmrk_collection_id`: RMRK ID of the NFT to be rejected.
 		/// - `rmrk_nft_id`: ID of the NFT to be rejected.
+		#[pallet::call_index(8)]
 		#[pallet::weight(<SelfWeightOf<T>>::reject_nft())]
 		pub fn reject_nft(
 			origin: OriginFor<T>,
@@ -957,6 +966,7 @@
 		/// - `rmrk_nft_id`: ID of the NFT with a pending resource to be accepted.
 		/// - `resource_id`: ID of the newly created pending resource.
 		/// accept the addition of a new resource to an existing NFT
+		#[pallet::call_index(9)]
 		#[pallet::weight(<SelfWeightOf<T>>::accept_resource())]
 		pub fn accept_resource(
 			origin: OriginFor<T>,
@@ -1011,6 +1021,7 @@
 		/// - `rmrk_collection_id`: RMRK collection ID of the NFT.
 		/// - `rmrk_nft_id`: ID of the NFT with a resource to be removed.
 		/// - `resource_id`: ID of the removal-pending resource.
+		#[pallet::call_index(10)]
 		#[pallet::weight(<SelfWeightOf<T>>::accept_resource_removal())]
 		pub fn accept_resource_removal(
 			origin: OriginFor<T>,
@@ -1092,6 +1103,7 @@
 		/// - `maybe_nft_id`: Optional ID of the NFT. If left empty, then the property is set for the collection.
 		/// - `key`: Key of the custom property to be referenced by.
 		/// - `value`: Value of the custom property to be stored.
+		#[pallet::call_index(11)]
 		#[pallet::weight(<SelfWeightOf<T>>::set_property())]
 		pub fn set_property(
 			origin: OriginFor<T>,
@@ -1165,6 +1177,7 @@
 		/// - `rmrk_collection_id`: RMRK collection ID of the NFT.
 		/// - `rmrk_nft_id`: ID of the NFT to rearrange resource priorities for.
 		/// - `priorities`: Ordered vector of resource IDs.
+		#[pallet::call_index(12)]
 		#[pallet::weight(<SelfWeightOf<T>>::set_priority())]
 		pub fn set_priority(
 			origin: OriginFor<T>,
@@ -1216,6 +1229,7 @@
 		/// - `rmrk_collection_id`: RMRK collection ID of the NFT.
 		/// - `nft_id`: ID of the NFT to assign a resource to.
 		/// - `resource`: Data of the resource to be created.
+		#[pallet::call_index(13)]
 		#[pallet::weight(<SelfWeightOf<T>>::add_basic_resource())]
 		pub fn add_basic_resource(
 			origin: OriginFor<T>,
@@ -1258,6 +1272,7 @@
 		/// - `rmrk_collection_id`: RMRK collection ID of the NFT.
 		/// - `nft_id`: ID of the NFT to assign a resource to.
 		/// - `resource`: Data of the resource to be created.
+		#[pallet::call_index(14)]
 		#[pallet::weight(<SelfWeightOf<T>>::add_composable_resource())]
 		pub fn add_composable_resource(
 			origin: OriginFor<T>,
@@ -1320,6 +1335,7 @@
 		/// - `rmrk_collection_id`: RMRK collection ID of the NFT.
 		/// - `nft_id`: ID of the NFT to assign a resource to.
 		/// - `resource`: Data of the resource to be created.
+		#[pallet::call_index(15)]
 		#[pallet::weight(<SelfWeightOf<T>>::add_slot_resource())]
 		pub fn add_slot_resource(
 			origin: OriginFor<T>,
@@ -1361,6 +1377,7 @@
 		/// - `rmrk_collection_id`: RMRK ID of a collection to which the NFT making use of the resource belongs to.
 		/// - `nft_id`: ID of the NFT with a resource to be removed.
 		/// - `resource_id`: ID of the resource to be removed.
+		#[pallet::call_index(16)]
 		#[pallet::weight(<SelfWeightOf<T>>::remove_resource())]
 		pub fn remove_resource(
 			origin: OriginFor<T>,
modifiedpallets/proxy-rmrk-equip/Cargo.tomldiffbeforeafterboth
--- a/pallets/proxy-rmrk-equip/Cargo.toml
+++ b/pallets/proxy-rmrk-equip/Cargo.toml
@@ -11,16 +11,16 @@
 version = '3.1.2'
 
 [dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 pallet-common = { default-features = false, path = '../common' }
 pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
modifiedpallets/proxy-rmrk-equip/src/lib.rsdiffbeforeafterboth
--- a/pallets/proxy-rmrk-equip/src/lib.rs
+++ b/pallets/proxy-rmrk-equip/src/lib.rs
@@ -231,6 +231,7 @@
 		/// - `symbol`: Arbitrary client-chosen symbol.
 		/// - `parts`: Array of Fixed and Slot Parts composing the Base,
 		/// confined in length by [`RmrkPartsLimit`](up_data_structs::RmrkPartsLimit).
+		#[pallet::call_index(0)]
 		#[pallet::weight(<SelfWeightOf<T>>::create_base(parts.len() as u32))]
 		pub fn create_base(
 			origin: OriginFor<T>,
@@ -309,6 +310,7 @@
 		///   - `key`: Arbitrary BoundedString, defined by client.
 		///   - `value`: Arbitrary BoundedString, defined by client.
 		///   - `inherit`: Optional bool.
+		#[pallet::call_index(1)]
 		#[pallet::weight(<SelfWeightOf<T>>::theme_add(theme.properties.len() as u32))]
 		pub fn theme_add(
 			origin: OriginFor<T>,
@@ -370,6 +372,7 @@
 		/// - `base_id`: Base containing the Slot Part to be updated.
 		/// - `slot_id`: Slot Part whose Equippable List is being updated .
 		/// - `equippables`: List of equippables that will override the current Equippables list.
+		#[pallet::call_index(2)]
 		#[pallet::weight(<SelfWeightOf<T>>::equippable())]
 		pub fn equippable(
 			origin: OriginFor<T>,
modifiedpallets/refungible/Cargo.tomldiffbeforeafterboth
--- a/pallets/refungible/Cargo.toml
+++ b/pallets/refungible/Cargo.toml
@@ -11,17 +11,17 @@
 version = '3.1.2'
 
 [dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
 pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
 pallet-common = { default-features = false, path = '../common' }
 pallet-structure = { default-features = false, path = '../structure' }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 
 struct-versioning = { path = "../../crates/struct-versioning" }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
modifiedpallets/scheduler-v2/Cargo.tomldiffbeforeafterboth
--- a/pallets/scheduler-v2/Cargo.toml
+++ b/pallets/scheduler-v2/Cargo.toml
@@ -10,21 +10,25 @@
 readme = "README.md"
 
 [dependencies]
-codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
+codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [
+	"derive",
+] }
 log = { version = "0.4.17", default-features = false }
-scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-io = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-runtime = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-std = { version = "4.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-core = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+scale-info = { version = "2.1.1", default-features = false, features = [
+	"derive",
+] }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 
 [dev-dependencies]
-pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-core = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 
 [features]
 default = ["std"]
modifiedpallets/scheduler-v2/src/lib.rsdiffbeforeafterboth
--- a/pallets/scheduler-v2/src/lib.rs
+++ b/pallets/scheduler-v2/src/lib.rs
@@ -639,6 +639,7 @@
 		///
 		/// Only `T::ScheduleOrigin` is allowed to schedule a task.
 		/// Only `T::PrioritySetOrigin` is allowed to set the task's priority.
+		#[pallet::call_index(0)]
 		#[pallet::weight(<T as Config>::WeightInfo::schedule(T::MaxScheduledPerBlock::get()))]
 		pub fn schedule(
 			origin: OriginFor<T>,
@@ -667,6 +668,7 @@
 		/// Cancel an anonymously scheduled task.
 		///
 		/// The `T::OriginPrivilegeCmp` decides whether the given origin is allowed to cancel the task or not.
+		#[pallet::call_index(1)]
 		#[pallet::weight(<T as Config>::WeightInfo::cancel(T::MaxScheduledPerBlock::get()))]
 		pub fn cancel(origin: OriginFor<T>, when: T::BlockNumber, index: u32) -> DispatchResult {
 			T::ScheduleOrigin::ensure_origin(origin.clone())?;
@@ -679,6 +681,7 @@
 		///
 		/// Only `T::ScheduleOrigin` is allowed to schedule a task.
 		/// Only `T::PrioritySetOrigin` is allowed to set the task's priority.
+		#[pallet::call_index(2)]
 		#[pallet::weight(<T as Config>::WeightInfo::schedule_named(T::MaxScheduledPerBlock::get()))]
 		pub fn schedule_named(
 			origin: OriginFor<T>,
@@ -709,6 +712,7 @@
 		/// Cancel a named scheduled task.
 		///
 		/// The `T::OriginPrivilegeCmp` decides whether the given origin is allowed to cancel the task or not.
+		#[pallet::call_index(3)]
 		#[pallet::weight(<T as Config>::WeightInfo::cancel_named(T::MaxScheduledPerBlock::get()))]
 		pub fn cancel_named(origin: OriginFor<T>, id: TaskName) -> DispatchResult {
 			T::ScheduleOrigin::ensure_origin(origin.clone())?;
@@ -722,6 +726,7 @@
 		/// # <weight>
 		/// Same as [`schedule`].
 		/// # </weight>
+		#[pallet::call_index(4)]
 		#[pallet::weight(<T as Config>::WeightInfo::schedule(T::MaxScheduledPerBlock::get()))]
 		pub fn schedule_after(
 			origin: OriginFor<T>,
@@ -755,6 +760,7 @@
 		/// # <weight>
 		/// Same as [`schedule_named`](Self::schedule_named).
 		/// # </weight>
+		#[pallet::call_index(5)]
 		#[pallet::weight(<T as Config>::WeightInfo::schedule_named(T::MaxScheduledPerBlock::get()))]
 		pub fn schedule_named_after(
 			origin: OriginFor<T>,
@@ -785,6 +791,7 @@
 		/// Change a named task's priority.
 		///
 		/// Only the `T::PrioritySetOrigin` is allowed to change the task's priority.
+		#[pallet::call_index(6)]
 		#[pallet::weight(<T as Config>::WeightInfo::change_named_priority(T::MaxScheduledPerBlock::get()))]
 		pub fn change_named_priority(
 			origin: OriginFor<T>,
modifiedpallets/scheduler-v2/src/mock.rsdiffbeforeafterboth
--- a/pallets/scheduler-v2/src/mock.rs
+++ b/pallets/scheduler-v2/src/mock.rs
@@ -87,6 +87,7 @@
 	where
 		<T as frame_system::Config>::RuntimeOrigin: OriginTrait<PalletsOrigin = OriginCaller>,
 	{
+		#[pallet::call_index(0)]
 		#[pallet::weight(*weight)]
 		pub fn log(origin: OriginFor<T>, i: u32, weight: Weight) -> DispatchResult {
 			Self::deposit_event(Event::Logged(i, weight));
@@ -96,6 +97,7 @@
 			Ok(())
 		}
 
+		#[pallet::call_index(1)]
 		#[pallet::weight(*weight)]
 		pub fn log_without_filter(origin: OriginFor<T>, i: u32, weight: Weight) -> DispatchResult {
 			Self::deposit_event(Event::Logged(i, weight));
modifiedpallets/structure/Cargo.tomldiffbeforeafterboth
--- a/pallets/structure/Cargo.toml
+++ b/pallets/structure/Cargo.toml
@@ -4,10 +4,10 @@
 edition = "2021"
 
 [dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 pallet-common = { path = "../common", default-features = false }
 parity-scale-codec = { version = "3.1.2", default-features = false, features = [
 	"derive",
@@ -16,7 +16,7 @@
 	"derive",
 ] }
 up-data-structs = { path = "../../primitives/data-structs", default-features = false }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
 
 [features]
 default = ["std"]
modifiedpallets/unique/Cargo.tomldiffbeforeafterboth
--- a/pallets/unique/Cargo.toml
+++ b/pallets/unique/Cargo.toml
@@ -61,37 +61,37 @@
 default-features = false
 optional = true
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.frame-support]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.frame-system]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-std]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-runtime]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-core]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-io]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 ################################################################################
 # Local Dependencies
@@ -100,7 +100,7 @@
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
 pallet-common = { default-features = false, path = "../common" }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
 pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
modifiedprimitives/app_promotion_rpc/Cargo.tomldiffbeforeafterboth
--- a/primitives/app_promotion_rpc/Cargo.toml
+++ b/primitives/app_promotion_rpc/Cargo.toml
@@ -10,11 +10,11 @@
 codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [
 	"derive",
 ] }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
 
 [features]
 default = ["std"]
modifiedprimitives/common/Cargo.tomldiffbeforeafterboth
--- a/primitives/common/Cargo.toml
+++ b/primitives/common/Cargo.toml
@@ -6,7 +6,10 @@
 license = 'All Rights Reserved'
 name = 'up-common'
 repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = "0.9.33"
+version.workspace = true
+
+[package.metadata.deppatcher.originals.dependencies]
+cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
 
 [features]
 default = ['std']
@@ -24,39 +27,39 @@
 [dependencies.sp-std]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.frame-support]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-runtime]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-core]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-consensus-aura]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.fp-rpc]
 default-features = false
 git = "https://github.com/uniquenetwork/frontier"
-branch = "unique-polkadot-v0.9.33"
+branch = "unique-polkadot-v0.9.36"
 
 [dependencies.cumulus-primitives-core]
 default-features = false
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 
 [dependencies.pallet-evm]
 default-features = false
 git = "https://github.com/uniquenetwork/frontier"
-branch = "unique-polkadot-v0.9.33"
+branch = "unique-polkadot-v0.9.36"
modifiedprimitives/common/src/constants.rsdiffbeforeafterboth
--- a/primitives/common/src/constants.rs
+++ b/primitives/common/src/constants.rs
@@ -17,7 +17,7 @@
 use sp_runtime::Perbill;
 use frame_support::{
 	parameter_types,
-	weights::{Weight, constants::WEIGHT_PER_SECOND},
+	weights::{Weight, constants::WEIGHT_REF_TIME_PER_SECOND},
 };
 use cumulus_primitives_core::relay_chain::v2::MAX_POV_SIZE;
 use crate::types::{BlockNumber, Balance};
@@ -55,9 +55,9 @@
 /// by  Operational  extrinsics.
 pub const NORMAL_DISPATCH_RATIO: Perbill = Perbill::from_percent(75);
 /// We allow for 2 seconds of compute with a 6 second average block time.
-pub const MAXIMUM_BLOCK_WEIGHT: Weight = WEIGHT_PER_SECOND
-	.saturating_div(2)
-	.set_proof_size(MAX_POV_SIZE as u64);
+pub const MAXIMUM_BLOCK_WEIGHT: Weight =
+	Weight::from_ref_time(WEIGHT_REF_TIME_PER_SECOND.saturating_div(2))
+		.set_proof_size(MAX_POV_SIZE as u64);
 
 parameter_types! {
 	pub const TransactionByteFee: Balance = 501 * MICROUNIQUE / 2;
modifiedprimitives/data-structs/Cargo.tomldiffbeforeafterboth
--- a/primitives/data-structs/Cargo.toml
+++ b/primitives/data-structs/Cargo.toml
@@ -10,40 +10,40 @@
 
 [dependencies]
 scale-info = { version = "2.0.1", default-features = false, features = [
-  "derive",
+    "derive",
 ] }
 codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [
-  'derive',
+    'derive',
 ] }
 serde = { version = "1.0.130", features = [
-  'derive',
+    'derive',
 ], default-features = false, optional = true }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 derivative = { version = "2.2.0", features = ["use_core"] }
 struct-versioning = { path = "../../crates/struct-versioning" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
 rmrk-traits = { default-features = false, path = "../rmrk-traits" }
 bondrewd = { version = "0.1.14", features = [
-  "derive",
+    "derive",
 ], default-features = false }
 
 [features]
 default = ["std"]
 std = [
-  "serde1",
-  "serde/std",
-  "codec/std",
-  "frame-system/std",
-  "frame-support/std",
-  "sp-runtime/std",
-  "sp-core/std",
-  "sp-std/std",
-  "pallet-evm/std",
-  "rmrk-traits/std",
+    "serde1",
+    "serde/std",
+    "codec/std",
+    "frame-system/std",
+    "frame-support/std",
+    "sp-runtime/std",
+    "sp-core/std",
+    "sp-std/std",
+    "pallet-evm/std",
+    "rmrk-traits/std",
 ]
 serde1 = ["serde/alloc"]
 limit-testing = []
modifiedprimitives/rmrk-rpc/Cargo.tomldiffbeforeafterboth
--- a/primitives/rmrk-rpc/Cargo.toml
+++ b/primitives/rmrk-rpc/Cargo.toml
@@ -8,10 +8,10 @@
 codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = [
 	"derive",
 ] }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 serde = { version = "1.0.130", default-features = false, features = ["derive"] }
 rmrk-traits = { default-features = false, path = "../rmrk-traits" }
 
modifiedprimitives/rpc/Cargo.tomldiffbeforeafterboth
--- a/primitives/rpc/Cargo.toml
+++ b/primitives/rpc/Cargo.toml
@@ -10,11 +10,11 @@
 codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [
 	"derive",
 ] }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
 
 [features]
 default = ["std"]
modifiedruntime/common/config/ethereum.rsdiffbeforeafterboth
--- a/runtime/common/config/ethereum.rs
+++ b/runtime/common/config/ethereum.rs
@@ -1,6 +1,6 @@
 use sp_core::{U256, H160};
 use frame_support::{
-	weights::{Weight, constants::WEIGHT_PER_SECOND},
+	weights::{Weight, constants::WEIGHT_REF_TIME_PER_SECOND},
 	traits::{FindAuthor},
 	parameter_types, ConsensusEngineId,
 };
@@ -23,9 +23,9 @@
 // (contract, which only writes a lot of data),
 // approximating on top of our real store write weight
 parameter_types! {
-	pub const WritesPerSecond: u64 = WEIGHT_PER_SECOND.ref_time() / <Runtime as frame_system::Config>::DbWeight::get().write;
+	pub const WritesPerSecond: u64 = WEIGHT_REF_TIME_PER_SECOND / <Runtime as frame_system::Config>::DbWeight::get().write;
 	pub const GasPerSecond: u64 = WritesPerSecond::get() * 20000;
-	pub const WeightTimePerGas: u64 = WEIGHT_PER_SECOND.ref_time() / GasPerSecond::get();
+	pub const WeightTimePerGas: u64 = WEIGHT_REF_TIME_PER_SECOND / GasPerSecond::get();
 
 	pub const WeightPerGas: Weight = Weight::from_ref_time(WeightTimePerGas::get());
 }
modifiedruntime/common/runtime_apis.rsdiffbeforeafterboth
--- a/runtime/common/runtime_apis.rs
+++ b/runtime/common/runtime_apis.rs
@@ -574,6 +574,8 @@
                 fn elasticity() -> Option<Permill> {
                     None
                 }
+
+                fn gas_limit_multiplier_support() {}
             }
 
             impl fp_rpc::ConvertTransactionRuntimeApi<Block> for Runtime {
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
--- a/runtime/opal/Cargo.toml
+++ b/runtime/opal/Cargo.toml
@@ -1,8 +1,6 @@
 ################################################################################
 # Package
 
-cargo-features = ["workspace-inheritance"]
-
 [package]
 authors = ['Unique Network <support@uniquenetwork.io>']
 build = 'build.rs'
@@ -12,11 +10,22 @@
 license = 'GPLv3'
 name = 'opal-runtime'
 repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = "0.9.33"
+version.workspace = true
 
 [package.metadata.docs.rs]
 targets = ['x86_64-unknown-linux-gnu']
 
+[package.metadata.deppatcher.originals.dependencies]
+parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+
 [features]
 default = ['std', 'opal-runtime']
 runtime-benchmarks = [
@@ -205,39 +214,39 @@
 default-features = false
 git = "https://github.com/paritytech/substrate"
 optional = true
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.frame-try-runtime]
 default-features = false
 git = "https://github.com/paritytech/substrate"
 optional = true
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.frame-executive]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.frame-support]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.frame-system]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.frame-system-benchmarking]
 default-features = false
 git = "https://github.com/paritytech/substrate"
 optional = true
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.frame-system-rpc-runtime-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.hex-literal]
 optional = true
@@ -252,12 +261,12 @@
 [dependencies.pallet-aura]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.pallet-balances]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 # Contracts specific packages
 # [dependencies.pallet-contracts]
@@ -281,97 +290,97 @@
 [dependencies.pallet-randomness-collective-flip]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.pallet-sudo]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.pallet-timestamp]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.pallet-transaction-payment]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.pallet-transaction-payment-rpc-runtime-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.pallet-treasury]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-arithmetic]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-block-builder]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-core]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-consensus-aura]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-inherents]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-io]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-offchain]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-runtime]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-session]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-std]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-transaction-pool]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-version]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.smallvec]
 version = '1.6.1'
@@ -382,46 +391,46 @@
 [dependencies.parachain-info]
 default-features = false
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 
 [dependencies.cumulus-pallet-aura-ext]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-pallet-parachain-system]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-primitives-core]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-pallet-xcm]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-pallet-dmp-queue]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-pallet-xcmp-queue]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-primitives-utility]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-primitives-timestamp]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 default-features = false
 
 ################################################################################
@@ -429,27 +438,27 @@
 
 [dependencies.polkadot-parachain]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.33"
+branch = "release-v0.9.36"
 default-features = false
 
 [dependencies.xcm]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.33"
+branch = "release-v0.9.36"
 default-features = false
 
 [dependencies.xcm-builder]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.33"
+branch = "release-v0.9.36"
 default-features = false
 
 [dependencies.xcm-executor]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.33"
+branch = "release-v0.9.36"
 default-features = false
 
 [dependencies.pallet-xcm]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.33"
+branch = "release-v0.9.36"
 default-features = false
 
 ################################################################################
@@ -471,8 +480,8 @@
 up-rpc = { path = "../../primitives/rpc", default-features = false }
 app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }
 rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
 pallet-inflation = { path = '../../pallets/inflation', default-features = false }
 pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }
 up-data-structs = { path = '../../primitives/data-structs', default-features = false }
@@ -484,20 +493,20 @@
 pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
 pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }
 pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
-pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
+pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
 pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }
 pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
 pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
 pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
 pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
-up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.33' }
+up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.36' }
 pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }
 pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }
 precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }
@@ -524,4 +533,4 @@
 
 [build-dependencies.substrate-wasm-builder]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
--- a/runtime/quartz/Cargo.toml
+++ b/runtime/quartz/Cargo.toml
@@ -1,8 +1,6 @@
 ################################################################################
 # Package
 
-cargo-features = ["workspace-inheritance"]
-
 [package]
 authors = ['Unique Network <support@uniquenetwork.io>']
 build = 'build.rs'
@@ -12,11 +10,22 @@
 license = 'GPLv3'
 name = 'quartz-runtime'
 repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.9.33'
+version.workspace = true
 
 [package.metadata.docs.rs]
 targets = ['x86_64-unknown-linux-gnu']
 
+[package.metadata.deppatcher.originals.dependencies]
+parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+
 [features]
 default = ['std', 'quartz-runtime']
 runtime-benchmarks = [
@@ -190,39 +199,39 @@
 default-features = false
 git = "https://github.com/paritytech/substrate"
 optional = true
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.frame-try-runtime]
 default-features = false
 git = "https://github.com/paritytech/substrate"
 optional = true
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.frame-executive]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.frame-support]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.frame-system]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.frame-system-benchmarking]
 default-features = false
 git = "https://github.com/paritytech/substrate"
 optional = true
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.frame-system-rpc-runtime-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.hex-literal]
 optional = true
@@ -237,12 +246,12 @@
 [dependencies.pallet-aura]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.pallet-balances]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 # Contracts specific packages
 # [dependencies.pallet-contracts]
@@ -266,97 +275,97 @@
 [dependencies.pallet-randomness-collective-flip]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.pallet-sudo]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.pallet-timestamp]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.pallet-transaction-payment]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.pallet-transaction-payment-rpc-runtime-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.pallet-treasury]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-arithmetic]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-block-builder]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-core]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-consensus-aura]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-inherents]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-io]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-offchain]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-runtime]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-session]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-std]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-transaction-pool]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-version]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.smallvec]
 version = '1.6.1'
@@ -367,46 +376,46 @@
 [dependencies.parachain-info]
 default-features = false
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 
 [dependencies.cumulus-pallet-aura-ext]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-pallet-parachain-system]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-primitives-core]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-pallet-xcm]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-pallet-dmp-queue]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-pallet-xcmp-queue]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-primitives-utility]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-primitives-timestamp]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 default-features = false
 
 ################################################################################
@@ -414,27 +423,27 @@
 
 [dependencies.polkadot-parachain]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.33"
+branch = "release-v0.9.36"
 default-features = false
 
 [dependencies.xcm]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.33"
+branch = "release-v0.9.36"
 default-features = false
 
 [dependencies.xcm-builder]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.33"
+branch = "release-v0.9.36"
 default-features = false
 
 [dependencies.xcm-executor]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.33"
+branch = "release-v0.9.36"
 default-features = false
 
 [dependencies.pallet-xcm]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.33"
+branch = "release-v0.9.36"
 default-features = false
 
 ################################################################################
@@ -463,8 +472,8 @@
 pallet-unique = { path = '../../pallets/unique', default-features = false }
 up-rpc = { path = "../../primitives/rpc", default-features = false }
 app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
 pallet-inflation = { path = '../../pallets/inflation', default-features = false }
 pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }
 up-data-structs = { path = '../../primitives/data-structs', default-features = false }
@@ -477,19 +486,19 @@
 pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }
 pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
 # pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
-pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
+pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
 pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
 pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
 pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
 pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
-up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.33' }
+up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.36' }
 pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }
 pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }
 precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }
@@ -511,4 +520,4 @@
 
 [build-dependencies.substrate-wasm-builder]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
modifiedruntime/tests/Cargo.tomldiffbeforeafterboth
--- a/runtime/tests/Cargo.toml
+++ b/runtime/tests/Cargo.toml
@@ -11,22 +11,22 @@
 [dependencies]
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
 
-sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
 
-frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 
-pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
 
 pallet-common = { path = '../../pallets/common' }
 pallet-structure = { path = '../../pallets/structure' }
@@ -43,4 +43,4 @@
 scale-info = "*"
 
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
-up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33" }
+up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36" }
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
--- a/runtime/unique/Cargo.toml
+++ b/runtime/unique/Cargo.toml
@@ -1,8 +1,6 @@
 ################################################################################
 # Package
 
-cargo-features = ["workspace-inheritance"]
-
 [package]
 authors = ['Unique Network <support@uniquenetwork.io>']
 build = 'build.rs'
@@ -12,11 +10,22 @@
 license = 'GPLv3'
 name = 'unique-runtime'
 repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.9.33'
+version.workspace = true
 
 [package.metadata.docs.rs]
 targets = ['x86_64-unknown-linux-gnu']
 
+[package.metadata.deppatcher.originals.dependencies]
+parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
+
 [features]
 default = ['std', 'unique-runtime']
 runtime-benchmarks = [
@@ -191,39 +200,39 @@
 default-features = false
 git = "https://github.com/paritytech/substrate"
 optional = true
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.frame-try-runtime]
 default-features = false
 git = "https://github.com/paritytech/substrate"
 optional = true
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.frame-executive]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.frame-support]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.frame-system]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.frame-system-benchmarking]
 default-features = false
 git = "https://github.com/paritytech/substrate"
 optional = true
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.frame-system-rpc-runtime-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.hex-literal]
 optional = true
@@ -238,12 +247,12 @@
 [dependencies.pallet-aura]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.pallet-balances]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 # Contracts specific packages
 # [dependencies.pallet-contracts]
@@ -267,97 +276,97 @@
 [dependencies.pallet-randomness-collective-flip]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.pallet-sudo]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.pallet-timestamp]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.pallet-transaction-payment]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.pallet-transaction-payment-rpc-runtime-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.pallet-treasury]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-arithmetic]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-block-builder]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-core]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-consensus-aura]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-inherents]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-io]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-offchain]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-runtime]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-session]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-std]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-transaction-pool]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.sp-version]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
 
 [dependencies.smallvec]
 version = '1.6.1'
@@ -368,46 +377,46 @@
 [dependencies.parachain-info]
 default-features = false
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 
 [dependencies.cumulus-pallet-aura-ext]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-pallet-parachain-system]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-primitives-core]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-pallet-xcm]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-pallet-dmp-queue]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-pallet-xcmp-queue]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-primitives-utility]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-primitives-timestamp]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.33"
+branch = "draft-polkadot-v0.9.36"
 default-features = false
 
 ################################################################################
@@ -415,27 +424,27 @@
 
 [dependencies.polkadot-parachain]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.33"
+branch = "release-v0.9.36"
 default-features = false
 
 [dependencies.xcm]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.33"
+branch = "release-v0.9.36"
 default-features = false
 
 [dependencies.xcm-builder]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.33"
+branch = "release-v0.9.36"
 default-features = false
 
 [dependencies.xcm-executor]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.33"
+branch = "release-v0.9.36"
 default-features = false
 
 [dependencies.pallet-xcm]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.33"
+branch = "release-v0.9.36"
 default-features = false
 
 ################################################################################
@@ -469,21 +478,21 @@
 pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }
 pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
 # pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
-pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
+pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
 pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
 pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
 pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
 pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
+pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
-up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.33' }
+up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.36' }
 pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }
 pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }
 precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }
@@ -505,4 +514,4 @@
 
 [build-dependencies.substrate-wasm-builder]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.33"
+branch = "polkadot-v0.9.36"
modifiedtest-pallets/utils/Cargo.tomldiffbeforeafterboth
--- a/test-pallets/utils/Cargo.toml
+++ b/test-pallets/utils/Cargo.toml
@@ -6,13 +6,17 @@
 publish = false
 
 [dependencies]
-codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
-scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [
+	"derive",
+] }
+scale-info = { version = "2.1.1", default-features = false, features = [
+	"derive",
+] }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 # pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }
 pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
 
 [features]
 default = ["std"]
@@ -24,4 +28,7 @@
 	"pallet-unique-scheduler-v2/std",
 	"sp-std/std",
 ]
-try-runtime = ["frame-support/try-runtime", "pallet-unique-scheduler-v2/try-runtime"]
+try-runtime = [
+	"frame-support/try-runtime",
+	"pallet-unique-scheduler-v2/try-runtime",
+]
modifiedtest-pallets/utils/src/lib.rsdiffbeforeafterboth
--- a/test-pallets/utils/src/lib.rs
+++ b/test-pallets/utils/src/lib.rs
@@ -75,6 +75,7 @@
 
 	#[pallet::call]
 	impl<T: Config> Pallet<T> {
+		#[pallet::call_index(0)]
 		#[pallet::weight(10_000)]
 		pub fn enable(origin: OriginFor<T>) -> DispatchResult {
 			ensure_root(origin)?;
@@ -83,6 +84,7 @@
 			Ok(())
 		}
 
+		#[pallet::call_index(1)]
 		#[pallet::weight(10_000)]
 		pub fn set_test_value(origin: OriginFor<T>, value: u32) -> DispatchResult {
 			Self::ensure_origin_and_enabled(origin)?;
@@ -94,6 +96,7 @@
 			Ok(())
 		}
 
+		#[pallet::call_index(2)]
 		#[pallet::weight(10_000)]
 		pub fn set_test_value_and_rollback(origin: OriginFor<T>, value: u32) -> DispatchResult {
 			Self::set_test_value(origin, value)?;
@@ -103,6 +106,7 @@
 			Err(<Error<T>>::TriggerRollback.into())
 		}
 
+		#[pallet::call_index(3)]
 		#[pallet::weight(10_000)]
 		pub fn inc_test_value(origin: OriginFor<T>) -> DispatchResult {
 			Self::set_test_value(origin, <TestValue<T>>::get() + 1)
@@ -124,12 +128,14 @@
 		// 	Ok(())
 		// }
 
+		#[pallet::call_index(4)]
 		#[pallet::weight(100_000_000)]
 		pub fn just_take_fee(origin: OriginFor<T>) -> DispatchResult {
 			Self::ensure_origin_and_enabled(origin)?;
 			Ok(())
 		}
 
+		#[pallet::call_index(5)]
 		#[pallet::weight(10_000)]
 		pub fn batch_all(
 			origin: OriginFor<T>,