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
1cargo-features = ["workspace-inheritance"]
2
3[workspace]1[workspace]
4resolver = "2"2resolver = "2"
14 'runtime/tests',12 'runtime/tests',
15]13]
16default-members = ['node/*', 'runtime/opal']14default-members = ['node/*', 'runtime/opal']
15package.version = "0.9.36"
1716
18[profile.release]17[profile.release]
19panic = 'unwind'18panic = 'unwind'
2019
21[workspace.dependencies.orml-vesting]20[workspace.dependencies.orml-vesting]
22git = "https://github.com/uniquenetwork/open-runtime-module-library"21git = "https://github.com/uniquenetwork/open-runtime-module-library"
23branch = "polkadot-v0.9.33"22branch = "feature/polkadot-v0.9.36"
24default-features = false23default-features = false
2524
26[workspace.dependencies.orml-xtokens]25[workspace.dependencies.orml-xtokens]
27git = "https://github.com/uniquenetwork/open-runtime-module-library"26git = "https://github.com/uniquenetwork/open-runtime-module-library"
28branch = "polkadot-v0.9.33"27branch = "feature/polkadot-v0.9.36"
29default-features = false28default-features = false
3029
31[workspace.dependencies.orml-tokens]30[workspace.dependencies.orml-tokens]
32git = "https://github.com/uniquenetwork/open-runtime-module-library"31git = "https://github.com/uniquenetwork/open-runtime-module-library"
33branch = "polkadot-v0.9.33"32branch = "feature/polkadot-v0.9.36"
34default-features = false33default-features = false
3534
36[workspace.dependencies.orml-traits]35[workspace.dependencies.orml-traits]
37git = "https://github.com/uniquenetwork/open-runtime-module-library"36git = "https://github.com/uniquenetwork/open-runtime-module-library"
38branch = "polkadot-v0.9.33"37branch = "feature/polkadot-v0.9.36"
39default-features = false38default-features = false
39
40
41[patch."https://github.com/paritytech/substrate"]
42beefy-gadget = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
43beefy-gadget-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
44beefy-merkle-tree = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
45fork-tree = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
46frame-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
47frame-benchmarking-cli = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
48frame-election-provider-solution-type = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
49frame-election-provider-support = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
50frame-executive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
51frame-remote-externalities = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
52frame-support = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
53frame-support-procedural = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
54frame-support-procedural-tools = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
55frame-support-procedural-tools-derive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
56frame-system = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
57frame-system-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
58frame-system-rpc-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
59frame-try-runtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
60mmr-gadget = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
61mmr-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
62pallet-aura = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
63pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
64pallet-authorship = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
65pallet-babe = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
66pallet-bags-list = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
67pallet-balances = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
68pallet-beefy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
69pallet-beefy-mmr = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
70pallet-bounties = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
71pallet-child-bounties = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
72pallet-collective = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
73pallet-conviction-voting = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
74pallet-democracy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
75pallet-election-provider-multi-phase = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
76pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
77pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
78pallet-fast-unstake = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
79pallet-grandpa = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
80pallet-identity = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
81pallet-im-online = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
82pallet-indices = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
83pallet-membership = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
84pallet-mmr = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
85pallet-multisig = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
86pallet-nis = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
87pallet-nomination-pools = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
88pallet-nomination-pools-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
89pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
90pallet-offences = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
91pallet-offences-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
92pallet-preimage = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
93pallet-proxy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
94pallet-randomness-collective-flip = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
95pallet-ranked-collective = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
96pallet-recovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
97pallet-referenda = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
98pallet-scheduler = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
99pallet-session = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
100pallet-session-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
101pallet-society = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
102pallet-staking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
103pallet-staking-reward-curve = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
104pallet-staking-reward-fn = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
105pallet-state-trie-migration = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
106pallet-sudo = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
107pallet-timestamp = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
108pallet-tips = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
109pallet-transaction-payment = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
110pallet-transaction-payment-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
111pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
112pallet-treasury = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
113pallet-utility = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
114pallet-vesting = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
115pallet-whitelist = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
116sc-allocator = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
117sc-authority-discovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
118sc-basic-authorship = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
119sc-block-builder = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
120sc-chain-spec = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
121sc-chain-spec-derive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
122sc-cli = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
123sc-client-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
124sc-client-db = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
125sc-consensus = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
126sc-consensus-aura = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
127sc-consensus-babe = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
128sc-consensus-babe-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
129sc-consensus-epochs = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
130sc-consensus-manual-seal = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
131sc-consensus-slots = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
132sc-executor = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
133sc-executor-common = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
134sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
135sc-executor-wasmtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
136sc-finality-grandpa = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
137sc-finality-grandpa-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
138sc-informant = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
139sc-keystore = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
140sc-network = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
141sc-network-bitswap = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
142sc-network-common = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
143sc-network-gossip = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
144sc-network-light = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
145sc-network-sync = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
146sc-network-transactions = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
147sc-offchain = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
148sc-peerset = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
149sc-proposer-metrics = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
150sc-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
151sc-rpc-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
152sc-rpc-server = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
153sc-rpc-spec-v2 = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
154sc-service = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
155sc-state-db = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
156sc-sync-state-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
157sc-sysinfo = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
158sc-telemetry = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
159sc-tracing = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
160sc-tracing-proc-macro = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
161sc-transaction-pool = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
162sc-transaction-pool-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
163sc-utils = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
164sp-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
165sp-api-proc-macro = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
166sp-application-crypto = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
167sp-arithmetic = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
168sp-authority-discovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
169sp-authorship = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
170sp-beefy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
171sp-block-builder = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
172sp-blockchain = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
173sp-consensus = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
174sp-consensus-aura = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
175sp-consensus-babe = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
176sp-consensus-slots = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
177sp-consensus-vrf = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
178sp-core = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
179sp-core-hashing = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
180sp-core-hashing-proc-macro = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
181sp-database = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
182sp-debug-derive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
183sp-externalities = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
184sp-finality-grandpa = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
185sp-inherents = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
186sp-io = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
187sp-keyring = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
188sp-keystore = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
189sp-maybe-compressed-blob = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
190sp-mmr-primitives = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
191sp-npos-elections = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
192sp-offchain = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
193sp-panic-handler = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
194sp-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
195sp-runtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
196sp-runtime-interface = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
197sp-runtime-interface-proc-macro = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
198sp-session = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
199sp-staking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
200sp-state-machine = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
201sp-std = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
202sp-storage = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
203sp-timestamp = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
204sp-tracing = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
205sp-transaction-pool = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
206sp-transaction-storage-proof = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
207sp-trie = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
208sp-version = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
209sp-version-proc-macro = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
210sp-wasm-interface = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
211sp-weights = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
212substrate-build-script-utils = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
213substrate-frame-rpc-system = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
214substrate-prometheus-endpoint = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
215substrate-rpc-client = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
216substrate-state-trie-migration-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
217substrate-test-client = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
218substrate-wasm-builder = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
219try-runtime-cli = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
220
221[patch."https://github.com/paritytech/polkadot"]
222kusama-runtime = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
223kusama-runtime-constants = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
224pallet-xcm = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
225pallet-xcm-benchmarks = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
226polkadot-approval-distribution = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
227polkadot-availability-bitfield-distribution = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
228polkadot-availability-distribution = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
229polkadot-availability-recovery = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
230polkadot-cli = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
231polkadot-client = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
232polkadot-collator-protocol = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
233polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
234polkadot-dispute-distribution = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
235polkadot-erasure-coding = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
236polkadot-gossip-support = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
237polkadot-network-bridge = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
238polkadot-node-collation-generation = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
239polkadot-node-core-approval-voting = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
240polkadot-node-core-av-store = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
241polkadot-node-core-backing = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
242polkadot-node-core-bitfield-signing = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
243polkadot-node-core-candidate-validation = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
244polkadot-node-core-chain-api = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
245polkadot-node-core-chain-selection = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
246polkadot-node-core-dispute-coordinator = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
247polkadot-node-core-parachains-inherent = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
248polkadot-node-core-provisioner = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
249polkadot-node-core-pvf = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
250polkadot-node-core-pvf-checker = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
251polkadot-node-core-runtime-api = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
252polkadot-node-jaeger = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
253polkadot-node-metrics = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
254polkadot-node-network-protocol = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
255polkadot-node-primitives = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
256polkadot-node-subsystem = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
257polkadot-node-subsystem-types = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
258polkadot-node-subsystem-util = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
259polkadot-overseer = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
260polkadot-parachain = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
261polkadot-performance-test = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
262polkadot-primitives = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
263polkadot-rpc = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
264polkadot-runtime = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
265polkadot-runtime-common = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
266polkadot-runtime-constants = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
267polkadot-runtime-metrics = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
268polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
269polkadot-service = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
270polkadot-statement-distribution = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
271polkadot-statement-table = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
272polkadot-test-runtime = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
273polkadot-test-service = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
274rococo-runtime = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
275rococo-runtime-constants = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
276slot-range-helper = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
277test-runtime-constants = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
278tracing-gum = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
279tracing-gum-proc-macro = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
280westend-runtime = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
281westend-runtime-constants = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
282xcm = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
283xcm-builder = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
284xcm-executor = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
285xcm-procedural = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
40286
modifiedREADME.mddiffbeforeafterboth
90```90```
91git clone https://github.com/paritytech/polkadot.git91git clone https://github.com/paritytech/polkadot.git
92cd polkadot92cd polkadot
93git checkout release-v0.9.3393git checkout release-v0.9.36
94cargo build --release94cargo build --release
95```95```
9696
modifiedclient/rpc/Cargo.tomldiffbeforeafterboth
11app-promotion-rpc = { path = "../../primitives/app_promotion_rpc"}11app-promotion-rpc = { path = "../../primitives/app_promotion_rpc" }
12rmrk-rpc = { path = "../../primitives/rmrk-rpc" }12rmrk-rpc = { path = "../../primitives/rmrk-rpc" }
13codec = { package = "parity-scale-codec", version = "3.1.2" }13codec = { package = "parity-scale-codec", version = "3.1.2" }
14jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }14jsonrpsee = { version = "0.16.2", features = ["server", "macros"] }
15anyhow = "1.0.57"15anyhow = "1.0.57"
1616
17sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
18sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
19sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }19sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
20sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }20sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
21sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }21sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
2323
modifiedcrates/evm-coder/Cargo.tomldiffbeforeafterboth
12primitive-types = { version = "0.12.1", default-features = false }12primitive-types = { version = "0.12.1", default-features = false }
13# Evm doesn't have reexports for log and others13# Evm doesn't have reexports for log and others
14ethereum = { version = "0.14.0", default-features = false }14ethereum = { version = "0.14.0", default-features = false }
15sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
16frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
17# Error types for execution17# Error types for execution
18evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.33" }18evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.36" }
19# We have tuple-heavy code in solidity.rs19# We have tuple-heavy code in solidity.rs
20impl-trait-for-tuples = "0.2.2"20impl-trait-for-tuples = "0.2.2"
2121
22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
2323
24[dev-dependencies]24[dev-dependencies]
25# We want to assert some large binary blobs equality in tests25# We want to assert some large binary blobs equality in tests
modifiednode/cli/Cargo.tomldiffbeforeafterboth
33
4[build-dependencies.substrate-build-script-utils]4[build-dependencies.substrate-build-script-utils]
5git = "https://github.com/paritytech/substrate"5git = "https://github.com/paritytech/substrate"
6branch = "polkadot-v0.9.33"6branch = "polkadot-v0.9.36"
77
8################################################################################8################################################################################
9# Substrate Dependecies9# Substrate Dependecies
1616
17[dependencies.frame-benchmarking]17[dependencies.frame-benchmarking]
18git = "https://github.com/paritytech/substrate"18git = "https://github.com/paritytech/substrate"
19branch = "polkadot-v0.9.33"19branch = "polkadot-v0.9.36"
2020
21[dependencies.frame-benchmarking-cli]21[dependencies.frame-benchmarking-cli]
22git = "https://github.com/paritytech/substrate"22git = "https://github.com/paritytech/substrate"
23branch = "polkadot-v0.9.33"23branch = "polkadot-v0.9.36"
2424
25[dependencies.try-runtime-cli]25[dependencies.try-runtime-cli]
26git = "https://github.com/paritytech/substrate"26git = "https://github.com/paritytech/substrate"
27branch = "polkadot-v0.9.33"27branch = "polkadot-v0.9.36"
2828
29[dependencies.pallet-transaction-payment-rpc]29[dependencies.pallet-transaction-payment-rpc]
30git = "https://github.com/paritytech/substrate"30git = "https://github.com/paritytech/substrate"
31branch = "polkadot-v0.9.33"31branch = "polkadot-v0.9.36"
3232
33[dependencies.substrate-prometheus-endpoint]33[dependencies.substrate-prometheus-endpoint]
34git = "https://github.com/paritytech/substrate"34git = "https://github.com/paritytech/substrate"
35branch = "polkadot-v0.9.33"35branch = "polkadot-v0.9.36"
3636
37[dependencies.sc-basic-authorship]37[dependencies.sc-basic-authorship]
38git = "https://github.com/paritytech/substrate"38git = "https://github.com/paritytech/substrate"
39branch = "polkadot-v0.9.33"39branch = "polkadot-v0.9.36"
4040
41[dependencies.sc-chain-spec]41[dependencies.sc-chain-spec]
42git = "https://github.com/paritytech/substrate"42git = "https://github.com/paritytech/substrate"
43branch = "polkadot-v0.9.33"43branch = "polkadot-v0.9.36"
4444
45[dependencies.sc-cli]45[dependencies.sc-cli]
46features = ['wasmtime']
47git = "https://github.com/paritytech/substrate"46git = "https://github.com/paritytech/substrate"
48branch = "polkadot-v0.9.33"47branch = "polkadot-v0.9.36"
4948
50[dependencies.sc-client-api]49[dependencies.sc-client-api]
51git = "https://github.com/paritytech/substrate"50git = "https://github.com/paritytech/substrate"
52branch = "polkadot-v0.9.33"51branch = "polkadot-v0.9.36"
5352
54[dependencies.sc-consensus]53[dependencies.sc-consensus]
55git = "https://github.com/paritytech/substrate"54git = "https://github.com/paritytech/substrate"
56branch = "polkadot-v0.9.33"55branch = "polkadot-v0.9.36"
5756
58[dependencies.sc-consensus-aura]57[dependencies.sc-consensus-aura]
59git = "https://github.com/paritytech/substrate"58git = "https://github.com/paritytech/substrate"
60branch = "polkadot-v0.9.33"59branch = "polkadot-v0.9.36"
6160
62[dependencies.sc-executor]61[dependencies.sc-executor]
63features = ['wasmtime']
64git = "https://github.com/paritytech/substrate"62git = "https://github.com/paritytech/substrate"
65branch = "polkadot-v0.9.33"63branch = "polkadot-v0.9.36"
6664
67[dependencies.sc-finality-grandpa]65[dependencies.sc-finality-grandpa]
68git = "https://github.com/paritytech/substrate"66git = "https://github.com/paritytech/substrate"
69branch = "polkadot-v0.9.33"67branch = "polkadot-v0.9.36"
7068
71[dependencies.sc-keystore]69[dependencies.sc-keystore]
72git = "https://github.com/paritytech/substrate"70git = "https://github.com/paritytech/substrate"
73branch = "polkadot-v0.9.33"71branch = "polkadot-v0.9.36"
7472
75[dependencies.sc-rpc]73[dependencies.sc-rpc]
76git = "https://github.com/paritytech/substrate"74git = "https://github.com/paritytech/substrate"
77branch = "polkadot-v0.9.33"75branch = "polkadot-v0.9.36"
7876
79[dependencies.sc-rpc-api]77[dependencies.sc-rpc-api]
80git = "https://github.com/paritytech/substrate"78git = "https://github.com/paritytech/substrate"
81branch = "polkadot-v0.9.33"79branch = "polkadot-v0.9.36"
8280
83[dependencies.sc-service]81[dependencies.sc-service]
84features = ['wasmtime']
85git = "https://github.com/paritytech/substrate"82git = "https://github.com/paritytech/substrate"
86branch = "polkadot-v0.9.33"83branch = "polkadot-v0.9.36"
8784
88[dependencies.sc-telemetry]85[dependencies.sc-telemetry]
89git = "https://github.com/paritytech/substrate"86git = "https://github.com/paritytech/substrate"
90branch = "polkadot-v0.9.33"87branch = "polkadot-v0.9.36"
9188
92[dependencies.sc-transaction-pool]89[dependencies.sc-transaction-pool]
93git = "https://github.com/paritytech/substrate"90git = "https://github.com/paritytech/substrate"
94branch = "polkadot-v0.9.33"91branch = "polkadot-v0.9.36"
9592
96[dependencies.sc-tracing]93[dependencies.sc-tracing]
97git = "https://github.com/paritytech/substrate"94git = "https://github.com/paritytech/substrate"
98branch = "polkadot-v0.9.33"95branch = "polkadot-v0.9.36"
9996
100[dependencies.sc-sysinfo]97[dependencies.sc-sysinfo]
101git = "https://github.com/paritytech/substrate"98git = "https://github.com/paritytech/substrate"
102branch = "polkadot-v0.9.33"99branch = "polkadot-v0.9.36"
103100
104[dependencies.sp-block-builder]101[dependencies.sp-block-builder]
105git = "https://github.com/paritytech/substrate"102git = "https://github.com/paritytech/substrate"
106branch = "polkadot-v0.9.33"103branch = "polkadot-v0.9.36"
107104
108[dependencies.sp-api]105[dependencies.sp-api]
109git = "https://github.com/paritytech/substrate"106git = "https://github.com/paritytech/substrate"
110branch = "polkadot-v0.9.33"107branch = "polkadot-v0.9.36"
111108
112[dependencies.sp-blockchain]109[dependencies.sp-blockchain]
113git = "https://github.com/paritytech/substrate"110git = "https://github.com/paritytech/substrate"
114branch = "polkadot-v0.9.33"111branch = "polkadot-v0.9.36"
115112
116[dependencies.sp-consensus]113[dependencies.sp-consensus]
117git = "https://github.com/paritytech/substrate"114git = "https://github.com/paritytech/substrate"
118branch = "polkadot-v0.9.33"115branch = "polkadot-v0.9.36"
119116
120[dependencies.sp-consensus-aura]117[dependencies.sp-consensus-aura]
121git = "https://github.com/paritytech/substrate"118git = "https://github.com/paritytech/substrate"
122branch = "polkadot-v0.9.33"119branch = "polkadot-v0.9.36"
123120
124[dependencies.sp-core]121[dependencies.sp-core]
125git = "https://github.com/paritytech/substrate"122git = "https://github.com/paritytech/substrate"
126branch = "polkadot-v0.9.33"123branch = "polkadot-v0.9.36"
127124
128[dependencies.sp-finality-grandpa]125[dependencies.sp-finality-grandpa]
129git = "https://github.com/paritytech/substrate"126git = "https://github.com/paritytech/substrate"
130branch = "polkadot-v0.9.33"127branch = "polkadot-v0.9.36"
131128
132[dependencies.sp-inherents]129[dependencies.sp-inherents]
133git = "https://github.com/paritytech/substrate"130git = "https://github.com/paritytech/substrate"
134branch = "polkadot-v0.9.33"131branch = "polkadot-v0.9.36"
135132
136[dependencies.sp-keystore]133[dependencies.sp-keystore]
137git = "https://github.com/paritytech/substrate"134git = "https://github.com/paritytech/substrate"
138branch = "polkadot-v0.9.33"135branch = "polkadot-v0.9.36"
139136
140[dependencies.sp-offchain]137[dependencies.sp-offchain]
141git = "https://github.com/paritytech/substrate"138git = "https://github.com/paritytech/substrate"
142branch = "polkadot-v0.9.33"139branch = "polkadot-v0.9.36"
143140
144[dependencies.sp-runtime]141[dependencies.sp-runtime]
145git = "https://github.com/paritytech/substrate"142git = "https://github.com/paritytech/substrate"
146branch = "polkadot-v0.9.33"143branch = "polkadot-v0.9.36"
147144
148[dependencies.sp-session]145[dependencies.sp-session]
149git = "https://github.com/paritytech/substrate"146git = "https://github.com/paritytech/substrate"
150branch = "polkadot-v0.9.33"147branch = "polkadot-v0.9.36"
151148
152[dependencies.sp-timestamp]149[dependencies.sp-timestamp]
153git = "https://github.com/paritytech/substrate"150git = "https://github.com/paritytech/substrate"
154branch = "polkadot-v0.9.33"151branch = "polkadot-v0.9.36"
155152
156[dependencies.sp-transaction-pool]153[dependencies.sp-transaction-pool]
157git = "https://github.com/paritytech/substrate"154git = "https://github.com/paritytech/substrate"
158branch = "polkadot-v0.9.33"155branch = "polkadot-v0.9.36"
159156
160[dependencies.sp-trie]157[dependencies.sp-trie]
161git = "https://github.com/paritytech/substrate"158git = "https://github.com/paritytech/substrate"
162branch = "polkadot-v0.9.33"159branch = "polkadot-v0.9.36"
163160
164[dependencies.substrate-frame-rpc-system]161[dependencies.substrate-frame-rpc-system]
165git = "https://github.com/paritytech/substrate"162git = "https://github.com/paritytech/substrate"
166branch = "polkadot-v0.9.33"163branch = "polkadot-v0.9.36"
167164
168[dependencies.sc-network]165[dependencies.sc-network]
169git = "https://github.com/paritytech/substrate"166git = "https://github.com/paritytech/substrate"
170branch = "polkadot-v0.9.33"167branch = "polkadot-v0.9.36"
171168
172[dependencies.serde]169[dependencies.serde]
173features = ['derive']170features = ['derive']
178175
179[dependencies.sc-consensus-manual-seal]176[dependencies.sc-consensus-manual-seal]
180git = "https://github.com/paritytech/substrate"177git = "https://github.com/paritytech/substrate"
181branch = "polkadot-v0.9.33"178branch = "polkadot-v0.9.36"
182179
183################################################################################180################################################################################
184# Cumulus dependencies181# Cumulus dependencies
185182
186[dependencies.cumulus-client-consensus-aura]183[dependencies.cumulus-client-consensus-aura]
187git = "https://github.com/paritytech/cumulus"184git = "https://github.com/paritytech/cumulus"
188branch = "polkadot-v0.9.33"185branch = "draft-polkadot-v0.9.36"
189186
190[dependencies.cumulus-client-consensus-common]187[dependencies.cumulus-client-consensus-common]
191git = "https://github.com/paritytech/cumulus"188git = "https://github.com/paritytech/cumulus"
192branch = "polkadot-v0.9.33"189branch = "draft-polkadot-v0.9.36"
193190
194[dependencies.cumulus-client-collator]191[dependencies.cumulus-client-collator]
195git = "https://github.com/paritytech/cumulus"192git = "https://github.com/paritytech/cumulus"
196branch = "polkadot-v0.9.33"193branch = "draft-polkadot-v0.9.36"
197194
198[dependencies.cumulus-client-cli]195[dependencies.cumulus-client-cli]
199git = "https://github.com/paritytech/cumulus"196git = "https://github.com/paritytech/cumulus"
200branch = "polkadot-v0.9.33"197branch = "draft-polkadot-v0.9.36"
201198
202[dependencies.cumulus-client-network]199[dependencies.cumulus-client-network]
203git = "https://github.com/paritytech/cumulus"200git = "https://github.com/paritytech/cumulus"
204branch = "polkadot-v0.9.33"201branch = "draft-polkadot-v0.9.36"
205202
206[dependencies.cumulus-primitives-core]203[dependencies.cumulus-primitives-core]
207git = "https://github.com/paritytech/cumulus"204git = "https://github.com/paritytech/cumulus"
208branch = "polkadot-v0.9.33"205branch = "draft-polkadot-v0.9.36"
209206
210[dependencies.cumulus-primitives-parachain-inherent]207[dependencies.cumulus-primitives-parachain-inherent]
211git = "https://github.com/paritytech/cumulus"208git = "https://github.com/paritytech/cumulus"
212branch = "polkadot-v0.9.33"209branch = "draft-polkadot-v0.9.36"
213210
214[dependencies.cumulus-client-service]211[dependencies.cumulus-client-service]
215git = "https://github.com/paritytech/cumulus"212git = "https://github.com/paritytech/cumulus"
216branch = "polkadot-v0.9.33"213branch = "draft-polkadot-v0.9.36"
217214
218[dependencies.cumulus-relay-chain-interface]215[dependencies.cumulus-relay-chain-interface]
219git = "https://github.com/paritytech/cumulus"216git = "https://github.com/paritytech/cumulus"
220branch = "polkadot-v0.9.33"217branch = "draft-polkadot-v0.9.36"
221218
222[dependencies.cumulus-relay-chain-inprocess-interface]219[dependencies.cumulus-relay-chain-inprocess-interface]
223git = "https://github.com/paritytech/cumulus"220git = "https://github.com/paritytech/cumulus"
224branch = "polkadot-v0.9.33"221branch = "draft-polkadot-v0.9.36"
225222
226[dependencies.cumulus-relay-chain-minimal-node]223[dependencies.cumulus-relay-chain-minimal-node]
227git = "https://github.com/paritytech/cumulus"224git = "https://github.com/paritytech/cumulus"
228branch = "polkadot-v0.9.33"225branch = "draft-polkadot-v0.9.36"
229226
230################################################################################227################################################################################
231# Polkadot dependencies228# Polkadot dependencies
232[dependencies.polkadot-primitives]229[dependencies.polkadot-primitives]
233git = "https://github.com/paritytech/polkadot"230git = "https://github.com/paritytech/polkadot"
234branch = "release-v0.9.33"231branch = "release-v0.9.36"
235232
236[dependencies.polkadot-service]233[dependencies.polkadot-service]
237git = "https://github.com/paritytech/polkadot"234git = "https://github.com/paritytech/polkadot"
238branch = "release-v0.9.33"235branch = "release-v0.9.36"
239236
240[dependencies.polkadot-cli]237[dependencies.polkadot-cli]
241git = "https://github.com/paritytech/polkadot"238git = "https://github.com/paritytech/polkadot"
242branch = "release-v0.9.33"239branch = "release-v0.9.36"
243240
244[dependencies.polkadot-test-service]241[dependencies.polkadot-test-service]
245git = "https://github.com/paritytech/polkadot"242git = "https://github.com/paritytech/polkadot"
246branch = "release-v0.9.33"243branch = "release-v0.9.36"
247244
248[dependencies.polkadot-parachain]245[dependencies.polkadot-parachain]
249git = "https://github.com/paritytech/polkadot"246git = "https://github.com/paritytech/polkadot"
250branch = "release-v0.9.33"247branch = "release-v0.9.36"
251248
252249
253################################################################################250################################################################################
277274
278[dependencies.pallet-transaction-payment-rpc-runtime-api]275[dependencies.pallet-transaction-payment-rpc-runtime-api]
279git = "https://github.com/paritytech/substrate"276git = "https://github.com/paritytech/substrate"
280branch = "polkadot-v0.9.33"277branch = "polkadot-v0.9.36"
281278
282################################################################################279################################################################################
283# Package280# Package
291license = 'GPLv3'288license = 'GPLv3'
292name = 'unique-node'289name = 'unique-node'
293repository = 'https://github.com/UniqueNetwork/unique-chain'290repository = 'https://github.com/UniqueNetwork/unique-chain'
294version = "0.9.33"291version.workspace = true
295292
296[[bin]]293[[bin]]
297name = 'unique-collator'294name = 'unique-collator'
300[package.metadata.docs.rs]297[package.metadata.docs.rs]
301targets = ['x86_64-unknown-linux-gnu']298targets = ['x86_64-unknown-linux-gnu']
299
300[package.metadata.deppatcher.originals.dependencies]
301cumulus-client-consensus-aura = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
302cumulus-client-consensus-common = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
303cumulus-client-collator = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
304cumulus-client-cli = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
305cumulus-client-network = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
306cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
307cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
308cumulus-client-service = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
309cumulus-relay-chain-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
310cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
311cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
302312
303[dependencies]313[dependencies]
304futures = '0.3.17'314futures = '0.3.17'
305log = '0.4.16'315log = '0.4.16'
306flexi_logger = "0.22.5"316flexi_logger = "0.24.2"
307parking_lot = '0.12.1'317parking_lot = '0.12.1'
308clap = "4.0.9"318clap = "4.0.9"
309jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }319jsonrpsee = { version = "0.16.2", features = ["server", "macros"] }
310tokio = { version = "1.19.2", features = ["time"] }320tokio = { version = "1.19.2", features = ["time"] }
311321
312fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }322fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
313fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }323fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
314fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }324fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
315fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }325fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
316fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }326fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
317fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }327fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
318pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }328pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
319329
320unique-rpc = { default-features = false, path = "../rpc" }330unique-rpc = { default-features = false, path = "../rpc" }
321app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }331app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }
modifiednode/cli/src/service.rsdiffbeforeafterboth
58use sp_runtime::traits::BlakeTwo256;58use sp_runtime::traits::BlakeTwo256;
59use substrate_prometheus_endpoint::Registry;59use substrate_prometheus_endpoint::Registry;
60use sc_client_api::BlockchainEvents;60use sc_client_api::BlockchainEvents;
61use sc_consensus::ImportQueue;
6162
62use polkadot_service::CollatorPair;63use polkadot_service::CollatorPair;
6364
335 Arc<(dyn RelayChainInterface + 'static)>,336 Arc<(dyn RelayChainInterface + 'static)>,
336 Option<CollatorPair>,337 Option<CollatorPair>,
337)> {338)> {
338 match collator_options.relay_chain_rpc_url {339 if collator_options.relay_chain_rpc_urls.is_empty() {
339 Some(relay_chain_url) => {
340 build_minimal_relay_chain_node(polkadot_config, task_manager, relay_chain_url).await
341 }
342 None => build_inprocess_relay_chain(340 build_inprocess_relay_chain(
343 polkadot_config,341 polkadot_config,
344 parachain_config,342 parachain_config,
345 telemetry_worker_handle,343 telemetry_worker_handle,
346 task_manager,344 task_manager,
347 hwbench,345 hwbench,
348 ),346 )
349 }347 } else {
348 build_minimal_relay_chain_node(
349 polkadot_config,
350 task_manager,
351 collator_options.relay_chain_rpc_urls,
352 )
353 .await
354 }
350}355}
351356
352/// Start a node with the given parachain `Configuration` and relay chain `Configuration`.357/// Start a node with the given parachain `Configuration` and relay chain `Configuration`.
447 let validator = parachain_config.role.is_authority();452 let validator = parachain_config.role.is_authority();
448 let prometheus_registry = parachain_config.prometheus_registry().cloned();453 let prometheus_registry = parachain_config.prometheus_registry().cloned();
449 let transaction_pool = params.transaction_pool.clone();454 let transaction_pool = params.transaction_pool.clone();
450 let import_queue = cumulus_client_service::SharedImportQueue::new(params.import_queue);455 let import_queue_service = params.import_queue.service();
451456
452 let (network, system_rpc_tx, tx_handler_controller, start_network) =457 let (network, system_rpc_tx, tx_handler_controller, start_network) =
453 sc_service::build_network(sc_service::BuildNetworkParams {458 sc_service::build_network(sc_service::BuildNetworkParams {
454 config: &parachain_config,459 config: &parachain_config,
455 client: client.clone(),460 client: client.clone(),
456 transaction_pool: transaction_pool.clone(),461 transaction_pool: transaction_pool.clone(),
457 spawn_handle: task_manager.spawn_handle(),462 spawn_handle: task_manager.spawn_handle(),
458 import_queue: import_queue.clone(),463 import_queue: params.import_queue,
459 block_announce_validator_builder: Some(Box::new(|_| {464 block_announce_validator_builder: Some(Box::new(|_| {
460 Box::new(block_announce_validator)465 Box::new(block_announce_validator)
461 })),466 })),
580 task_manager: &mut task_manager,585 task_manager: &mut task_manager,
581 spawner,586 spawner,
582 parachain_consensus,587 parachain_consensus,
583 import_queue,588 import_queue: import_queue_service,
584 collator_key: collator_key.expect("Command line arguments do not allow this. qed"),589 collator_key: collator_key.expect("Command line arguments do not allow this. qed"),
585 relay_chain_interface,590 relay_chain_interface,
586 relay_chain_slot_duration,591 relay_chain_slot_duration,
593 announce_block,598 announce_block,
594 task_manager: &mut task_manager,599 task_manager: &mut task_manager,
595 para_id: id,600 para_id: id,
596 import_queue,601 import_queue: import_queue_service,
597 relay_chain_interface,602 relay_chain_interface,
598 relay_chain_slot_duration,603 relay_chain_slot_duration,
599 };604 };
modifiednode/rpc/Cargo.tomldiffbeforeafterboth
1111
12[dependencies]12[dependencies]
13futures = { version = "0.3.17", features = ["compat"] }13futures = { version = "0.3.17", features = ["compat"] }
14jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }14jsonrpsee = { version = "0.16.2", features = ["server", "macros"] }
15# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }15# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
16pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
17pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
18sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
19sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }19sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
20sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }20sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
21sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }21sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
22sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }22sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
23sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }23sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
24sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }24sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
25sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }25sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
26sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }26sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
27sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }27sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
28sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }28sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
29sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }29sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
30sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }30sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
31sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }31sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
32sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }32sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
33sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }33sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
34sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }34sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
35sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }35sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
36sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }36sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
37sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }37sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
38sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }38sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
39sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }39sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
40substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }40substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
41tokio = { version = "1.19.2", features = ["macros", "sync"] }41tokio = { version = "1.19.2", features = ["macros", "sync"] }
4242
43pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }43pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
44fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }44fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
45fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }45fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
46fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }46fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
47fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }47fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
48fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }48fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
49fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }49fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
5050
51pallet-common = { default-features = false, path = "../../pallets/common" }51pallet-common = { default-features = false, path = "../../pallets/common" }
52up-common = { path = "../../primitives/common" }52up-common = { path = "../../primitives/common" }
modifiedpallets/app-promotion/Cargo.tomldiffbeforeafterboth
50codec = { default-features = false, features = [50codec = { default-features = false, features = [
51 'derive',51 'derive',
52], package = 'parity-scale-codec', version = '3.1.2' }52], package = 'parity-scale-codec', version = '3.1.2' }
53frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }53frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
54frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }54frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
55frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }55frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
56pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }56pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
57pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }57pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
58pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }58pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
59pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }59pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
60sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }60sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
61sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }61sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
62sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }62sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
63sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }63sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
64serde = { default-features = false, features = ['derive'], version = '1.0.130' }64serde = { default-features = false, features = ['derive'], version = '1.0.130' }
6565
66################################################################################66################################################################################
modifiedpallets/app-promotion/src/lib.rsdiffbeforeafterboth
301 /// # Arguments301 /// # Arguments
302 ///302 ///
303 /// * `admin`: account of the new admin.303 /// * `admin`: account of the new admin.
304 #[pallet::call_index(0)]
304 #[pallet::weight(<T as Config>::WeightInfo::set_admin_address())]305 #[pallet::weight(<T as Config>::WeightInfo::set_admin_address())]
305 pub fn set_admin_address(origin: OriginFor<T>, admin: T::CrossAccountId) -> DispatchResult {306 pub fn set_admin_address(origin: OriginFor<T>, admin: T::CrossAccountId) -> DispatchResult {
306 ensure_root(origin)?;307 ensure_root(origin)?;
319 /// # Arguments320 /// # Arguments
320 ///321 ///
321 /// * `amount`: in native tokens.322 /// * `amount`: in native tokens.
323 #[pallet::call_index(1)]
322 #[pallet::weight(<T as Config>::WeightInfo::stake())]324 #[pallet::weight(<T as Config>::WeightInfo::stake())]
323 pub fn stake(staker: OriginFor<T>, amount: BalanceOf<T>) -> DispatchResult {325 pub fn stake(staker: OriginFor<T>, amount: BalanceOf<T>) -> DispatchResult {
324 let staker_id = ensure_signed(staker)?;326 let staker_id = ensure_signed(staker)?;
393 /// Moves the sum of all stakes to the `reserved` state.395 /// Moves the sum of all stakes to the `reserved` state.
394 /// After the end of `PendingInterval` this sum becomes completely396 /// After the end of `PendingInterval` this sum becomes completely
395 /// free for further use.397 /// free for further use.
398 #[pallet::call_index(2)]
396 #[pallet::weight(<T as Config>::WeightInfo::unstake())]399 #[pallet::weight(<T as Config>::WeightInfo::unstake())]
397 pub fn unstake(staker: OriginFor<T>) -> DispatchResultWithPostInfo {400 pub fn unstake(staker: OriginFor<T>) -> DispatchResultWithPostInfo {
398 let staker_id = ensure_signed(staker)?;401 let staker_id = ensure_signed(staker)?;
454 /// # Arguments457 /// # Arguments
455 ///458 ///
456 /// * `collection_id`: ID of the collection that will be sponsored by `pallet_id`459 /// * `collection_id`: ID of the collection that will be sponsored by `pallet_id`
460 #[pallet::call_index(3)]
457 #[pallet::weight(<T as Config>::WeightInfo::sponsor_collection())]461 #[pallet::weight(<T as Config>::WeightInfo::sponsor_collection())]
458 pub fn sponsor_collection(462 pub fn sponsor_collection(
459 admin: OriginFor<T>,463 admin: OriginFor<T>,
479 /// # Arguments483 /// # Arguments
480 ///484 ///
481 /// * `collection_id`: ID of the collection that is sponsored by `pallet_id`485 /// * `collection_id`: ID of the collection that is sponsored by `pallet_id`
486 #[pallet::call_index(4)]
482 #[pallet::weight(<T as Config>::WeightInfo::stop_sponsoring_collection())]487 #[pallet::weight(<T as Config>::WeightInfo::stop_sponsoring_collection())]
483 pub fn stop_sponsoring_collection(488 pub fn stop_sponsoring_collection(
484 admin: OriginFor<T>,489 admin: OriginFor<T>,
508 /// # Arguments513 /// # Arguments
509 ///514 ///
510 /// * `contract_id`: the contract address that will be sponsored by `pallet_id`515 /// * `contract_id`: the contract address that will be sponsored by `pallet_id`
516 #[pallet::call_index(5)]
511 #[pallet::weight(<T as Config>::WeightInfo::sponsor_contract())]517 #[pallet::weight(<T as Config>::WeightInfo::sponsor_contract())]
512 pub fn sponsor_contract(admin: OriginFor<T>, contract_id: H160) -> DispatchResult {518 pub fn sponsor_contract(admin: OriginFor<T>, contract_id: H160) -> DispatchResult {
513 let admin_id = ensure_signed(admin)?;519 let admin_id = ensure_signed(admin)?;
534 /// # Arguments540 /// # Arguments
535 ///541 ///
536 /// * `contract_id`: the contract address that is sponsored by `pallet_id`542 /// * `contract_id`: the contract address that is sponsored by `pallet_id`
543 #[pallet::call_index(6)]
537 #[pallet::weight(<T as Config>::WeightInfo::stop_sponsoring_contract())]544 #[pallet::weight(<T as Config>::WeightInfo::stop_sponsoring_contract())]
538 pub fn stop_sponsoring_contract(admin: OriginFor<T>, contract_id: H160) -> DispatchResult {545 pub fn stop_sponsoring_contract(admin: OriginFor<T>, contract_id: H160) -> DispatchResult {
539 let admin_id = ensure_signed(admin)?;546 let admin_id = ensure_signed(admin)?;
564 /// # Arguments571 /// # Arguments
565 ///572 ///
566 /// * `stakers_number`: the number of stakers for which recalculation will be performed573 /// * `stakers_number`: the number of stakers for which recalculation will be performed
574 #[pallet::call_index(7)]
567 #[pallet::weight(<T as Config>::WeightInfo::payout_stakers(stakers_number.unwrap_or(DEFAULT_NUMBER_PAYOUTS) as u32))]575 #[pallet::weight(<T as Config>::WeightInfo::payout_stakers(stakers_number.unwrap_or(DEFAULT_NUMBER_PAYOUTS) as u32))]
568 pub fn payout_stakers(admin: OriginFor<T>, stakers_number: Option<u8>) -> DispatchResult {576 pub fn payout_stakers(admin: OriginFor<T>, stakers_number: Option<u8>) -> DispatchResult {
569 let admin_id = ensure_signed(admin)?;577 let admin_id = ensure_signed(admin)?;
modifiedpallets/common/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
20fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }20fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
22pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }22pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
23evm-coder = { default-features = false, path = '../../crates/evm-coder' }23evm-coder = { default-features = false, path = '../../crates/evm-coder' }
24ethereum = { version = "0.14.0", default-features = false }24ethereum = { version = "0.14.0", default-features = false }
25pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }25pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
2626
27serde = { version = "1.0.130", default-features = false }27serde = { version = "1.0.130", default-features = false }
28scale-info = { version = "2.0.1", default-features = false, features = [28scale-info = { version = "2.0.1", default-features = false, features = [
modifiedpallets/configuration/Cargo.tomldiffbeforeafterboth
10scale-info = { version = "2.0.1", default-features = false, features = [10scale-info = { version = "2.0.1", default-features = false, features = [
11 "derive",11 "derive",
12] }12] }
13frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }13frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
14frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }14frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
15sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
16sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
17sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
18sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
19fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }19fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
20smallvec = "1.6.1"20smallvec = "1.6.1"
21xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.33" }21xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36" }
2222
23[features]23[features]
24default = ["std"]24default = ["std"]
modifiedpallets/configuration/src/lib.rsdiffbeforeafterboth
8888
89 #[pallet::call]89 #[pallet::call]
90 impl<T: Config> Pallet<T> {90 impl<T: Config> Pallet<T> {
91 #[pallet::call_index(0)]
91 #[pallet::weight(T::DbWeight::get().writes(1))]92 #[pallet::weight(T::DbWeight::get().writes(1))]
92 pub fn set_weight_to_fee_coefficient_override(93 pub fn set_weight_to_fee_coefficient_override(
93 origin: OriginFor<T>,94 origin: OriginFor<T>,
102 Ok(())103 Ok(())
103 }104 }
104105
106 #[pallet::call_index(1)]
105 #[pallet::weight(T::DbWeight::get().writes(1))]107 #[pallet::weight(T::DbWeight::get().writes(1))]
106 pub fn set_min_gas_price_override(108 pub fn set_min_gas_price_override(
107 origin: OriginFor<T>,109 origin: OriginFor<T>,
116 Ok(())118 Ok(())
117 }119 }
118120
121 #[pallet::call_index(2)]
119 #[pallet::weight(T::DbWeight::get().writes(1))]122 #[pallet::weight(T::DbWeight::get().writes(1))]
120 pub fn set_xcm_allowed_locations(123 pub fn set_xcm_allowed_locations(
121 origin: OriginFor<T>,124 origin: OriginFor<T>,
126 Ok(())129 Ok(())
127 }130 }
128131
132 #[pallet::call_index(3)]
129 #[pallet::weight(T::DbWeight::get().writes(1))]133 #[pallet::weight(T::DbWeight::get().writes(1))]
130 pub fn set_app_promotion_configuration_override(134 pub fn set_app_promotion_configuration_override(
131 origin: OriginFor<T>,135 origin: OriginFor<T>,
modifiedpallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth
8scale-info = { version = "2.0.1", default-features = false, features = [8scale-info = { version = "2.0.1", default-features = false, features = [
9 "derive",9 "derive",
10] }10] }
11sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }11sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
12sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }12sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
13ethereum = { version = "0.14.0", default-features = false }13ethereum = { version = "0.14.0", default-features = false }
14evm-coder = { default-features = false, path = "../../crates/evm-coder" }14evm-coder = { default-features = false, path = "../../crates/evm-coder" }
15pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }15pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
16pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }16pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
17frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
18frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
20up-data-structs = { default-features = false, path = "../../primitives/data-structs" }20up-data-structs = { default-features = false, path = "../../primitives/data-structs" }
2121
22[dependencies.codec]22[dependencies.codec]
modifiedpallets/evm-coder-substrate/src/lib.rsdiffbeforeafterboth
7373
74 #[pallet::call]74 #[pallet::call]
75 impl<T: Config> Pallet<T> {75 impl<T: Config> Pallet<T> {
76 #[pallet::call_index(0)]
76 #[pallet::weight(0)]77 #[pallet::weight(0)]
77 pub fn empty_call(origin: OriginFor<T>) -> DispatchResult {78 pub fn empty_call(origin: OriginFor<T>) -> DispatchResult {
78 let _sender = ensure_signed(origin)?;79 let _sender = ensure_signed(origin)?;
modifiedpallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth
12ethereum = { version = "0.14.0", default-features = false }12ethereum = { version = "0.14.0", default-features = false }
1313
14# Substrate14# Substrate
15frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
16frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
17sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
18sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
19sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }19sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
2020
21# Unique21# Unique
22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
23fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }23fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
24up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33" }24up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36" }
2525
26# Locals26# Locals
27evm-coder = { default-features = false, path = '../../crates/evm-coder' }27evm-coder = { default-features = false, path = '../../crates/evm-coder' }
modifiedpallets/evm-migration/Cargo.tomldiffbeforeafterboth
9 "derive",9 "derive",
10] }10] }
11ethereum = { version = "0.14.0", default-features = false }11ethereum = { version = "0.14.0", default-features = false }
12frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }12frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
13frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }13frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
14frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }14frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
15sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
16sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
17sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
20fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }20fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
2121
22[dependencies.codec]22[dependencies.codec]
23default-features = false23default-features = false
modifiedpallets/evm-migration/src/lib.rsdiffbeforeafterboth
73 impl<T: Config> Pallet<T> {73 impl<T: Config> Pallet<T> {
74 /// Start contract migration, inserts contract stub at target address,74 /// Start contract migration, inserts contract stub at target address,
75 /// and marks account as pending, allowing to insert storage75 /// and marks account as pending, allowing to insert storage
76 #[pallet::call_index(0)]
76 #[pallet::weight(<SelfWeightOf<T>>::begin())]77 #[pallet::weight(<SelfWeightOf<T>>::begin())]
77 pub fn begin(origin: OriginFor<T>, address: H160) -> DispatchResult {78 pub fn begin(origin: OriginFor<T>, address: H160) -> DispatchResult {
78 ensure_root(origin)?;79 ensure_root(origin)?;
8788
88 /// Insert items into contract storage, this method can be called89 /// Insert items into contract storage, this method can be called
89 /// multiple times90 /// multiple times
91 #[pallet::call_index(1)]
90 #[pallet::weight(<SelfWeightOf<T>>::set_data(data.len() as u32))]92 #[pallet::weight(<SelfWeightOf<T>>::set_data(data.len() as u32))]
91 pub fn set_data(93 pub fn set_data(
92 origin: OriginFor<T>,94 origin: OriginFor<T>,
108 /// Finish contract migration, allows it to be called.110 /// Finish contract migration, allows it to be called.
109 /// It is not possible to alter contract storage via [`Self::set_data`]111 /// It is not possible to alter contract storage via [`Self::set_data`]
110 /// after this call.112 /// after this call.
113 #[pallet::call_index(2)]
111 #[pallet::weight(<SelfWeightOf<T>>::finish(code.len() as u32))]114 #[pallet::weight(<SelfWeightOf<T>>::finish(code.len() as u32))]
112 pub fn finish(origin: OriginFor<T>, address: H160, code: Vec<u8>) -> DispatchResult {115 pub fn finish(origin: OriginFor<T>, address: H160, code: Vec<u8>) -> DispatchResult {
113 ensure_root(origin)?;116 ensure_root(origin)?;
122 }125 }
123126
124 /// Create ethereum events attached to the fake transaction127 /// Create ethereum events attached to the fake transaction
128 #[pallet::call_index(3)]
125 #[pallet::weight(<SelfWeightOf<T>>::insert_eth_logs(logs.len() as u32))]129 #[pallet::weight(<SelfWeightOf<T>>::insert_eth_logs(logs.len() as u32))]
126 pub fn insert_eth_logs(origin: OriginFor<T>, logs: Vec<ethereum::Log>) -> DispatchResult {130 pub fn insert_eth_logs(origin: OriginFor<T>, logs: Vec<ethereum::Log>) -> DispatchResult {
127 ensure_root(origin)?;131 ensure_root(origin)?;
133 }137 }
134138
135 /// Create substrate events139 /// Create substrate events
140 #[pallet::call_index(4)]
136 #[pallet::weight(<SelfWeightOf<T>>::insert_events(events.len() as u32))]141 #[pallet::weight(<SelfWeightOf<T>>::insert_events(events.len() as u32))]
137 pub fn insert_events(origin: OriginFor<T>, events: Vec<Vec<u8>>) -> DispatchResult {142 pub fn insert_events(origin: OriginFor<T>, events: Vec<Vec<u8>>) -> DispatchResult {
138 ensure_root(origin)?;143 ensure_root(origin)?;
modifiedpallets/evm-transaction-payment/Cargo.tomldiffbeforeafterboth
8scale-info = { version = "2.0.1", default-features = false, features = [8scale-info = { version = "2.0.1", default-features = false, features = [
9 "derive",9 "derive",
10] }10] }
11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
13sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }13sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
15sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
16sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
18fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }18fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
19pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }19pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
20up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33" }20up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36" }
21fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }21fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
2222
23[dependencies.codec]23[dependencies.codec]
24default-features = false24default-features = false
modifiedpallets/foreign-assets/Cargo.tomldiffbeforeafterboth
1cargo-features = ["workspace-inheritance"]
2
3[package]1[package]
4name = "pallet-foreign-assets"2name = "pallet-foreign-assets"
13 "derive",11 "derive",
14] }12] }
15codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }13codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }
16sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }14sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }
17sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }15sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }
18frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }16frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }
19frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }17frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }
20up-data-structs = { default-features = false, path = '../../primitives/data-structs' }18up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
21pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }19pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36", default-features = false }
22pallet-common = { default-features = false, path = '../common' }20pallet-common = { default-features = false, path = '../common' }
23pallet-fungible = { default-features = false, path = '../fungible' }21pallet-fungible = { default-features = false, path = '../fungible' }
24xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.33", default-features = false }22xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
25xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.33", default-features = false }23xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
26xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.33", default-features = false }24xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
27orml-tokens.workspace = true25orml-tokens.workspace = true
28frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }26frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
2927
30[dev-dependencies]28[dev-dependencies]
31serde_json = "1.0.68"29serde_json = "1.0.68"
32hex = { version = "0.4" }30hex = { version = "0.4" }
33sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }31sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
34sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }32sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
35pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }33pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
36pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }34pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
3735
38[features]36[features]
39default = ["std"]37default = ["std"]
modifiedpallets/foreign-assets/src/impl_fungibles.rsdiffbeforeafterboth
259 }259 }
260 }260 }
261
262 fn asset_exists(asset: AssetIds) -> bool {
263 match asset {
264 AssetIds::NativeAssetId(_) => true,
265 AssetIds::ForeignAssetId(fid) => <AssetBinding<T>>::contains_key(fid),
266 }
267 }
261}268}
262269
263impl<T: Config> fungibles::Mutate<<T as SystemConfig>::AccountId> for Pallet<T>270impl<T: Config> fungibles::Mutate<<T as SystemConfig>::AccountId> for Pallet<T>
modifiedpallets/foreign-assets/src/lib.rsdiffbeforeafterboth
283283
284 #[pallet::call]284 #[pallet::call]
285 impl<T: Config> Pallet<T> {285 impl<T: Config> Pallet<T> {
286 #[pallet::call_index(0)]
286 #[pallet::weight(<T as Config>::WeightInfo::register_foreign_asset())]287 #[pallet::weight(<T as Config>::WeightInfo::register_foreign_asset())]
287 pub fn register_foreign_asset(288 pub fn register_foreign_asset(
288 origin: OriginFor<T>,289 origin: OriginFor<T>,
323 Ok(())324 Ok(())
324 }325 }
325326
327 #[pallet::call_index(1)]
326 #[pallet::weight(<T as Config>::WeightInfo::update_foreign_asset())]328 #[pallet::weight(<T as Config>::WeightInfo::update_foreign_asset())]
327 pub fn update_foreign_asset(329 pub fn update_foreign_asset(
328 origin: OriginFor<T>,330 origin: OriginFor<T>,
modifiedpallets/fungible/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
19pallet-common = { default-features = false, path = '../common' }19pallet-common = { default-features = false, path = '../common' }
20pallet-structure = { default-features = false, path = '../structure' }20pallet-structure = { default-features = false, path = '../structure' }
21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
22evm-coder = { default-features = false, path = '../../crates/evm-coder' }22evm-coder = { default-features = false, path = '../../crates/evm-coder' }
23pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }23pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }
24ethereum = { version = "0.14.0", default-features = false }24ethereum = { version = "0.14.0", default-features = false }
25frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }25frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
26pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }26pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
27scale-info = { version = "2.0.1", default-features = false, features = [27scale-info = { version = "2.0.1", default-features = false, features = [
28 "derive",28 "derive",
29] }29] }
modifiedpallets/inflation/Cargo.tomldiffbeforeafterboth
44default-features = false44default-features = false
45optional = true45optional = true
46git = "https://github.com/paritytech/substrate"46git = "https://github.com/paritytech/substrate"
47branch = "polkadot-v0.9.33"47branch = "polkadot-v0.9.36"
4848
49[dependencies.frame-support]49[dependencies.frame-support]
50default-features = false50default-features = false
51git = "https://github.com/paritytech/substrate"51git = "https://github.com/paritytech/substrate"
52branch = "polkadot-v0.9.33"52branch = "polkadot-v0.9.36"
5353
54[dependencies.frame-system]54[dependencies.frame-system]
55default-features = false55default-features = false
56git = "https://github.com/paritytech/substrate"56git = "https://github.com/paritytech/substrate"
57branch = "polkadot-v0.9.33"57branch = "polkadot-v0.9.36"
5858
59[dependencies.pallet-balances]59[dependencies.pallet-balances]
60default-features = false60default-features = false
61git = "https://github.com/paritytech/substrate"61git = "https://github.com/paritytech/substrate"
62branch = "polkadot-v0.9.33"62branch = "polkadot-v0.9.36"
6363
64[dependencies.pallet-timestamp]64[dependencies.pallet-timestamp]
65default-features = false65default-features = false
66git = "https://github.com/paritytech/substrate"66git = "https://github.com/paritytech/substrate"
67branch = "polkadot-v0.9.33"67branch = "polkadot-v0.9.36"
6868
69[dependencies.pallet-randomness-collective-flip]69[dependencies.pallet-randomness-collective-flip]
70default-features = false70default-features = false
71git = "https://github.com/paritytech/substrate"71git = "https://github.com/paritytech/substrate"
72branch = "polkadot-v0.9.33"72branch = "polkadot-v0.9.36"
7373
74[dependencies.sp-std]74[dependencies.sp-std]
75default-features = false75default-features = false
76git = "https://github.com/paritytech/substrate"76git = "https://github.com/paritytech/substrate"
77branch = "polkadot-v0.9.33"77branch = "polkadot-v0.9.36"
7878
79[dependencies.serde]79[dependencies.serde]
80default-features = false80default-features = false
84[dependencies.sp-runtime]84[dependencies.sp-runtime]
85default-features = false85default-features = false
86git = "https://github.com/paritytech/substrate"86git = "https://github.com/paritytech/substrate"
87branch = "polkadot-v0.9.33"87branch = "polkadot-v0.9.36"
8888
89[dependencies.sp-core]89[dependencies.sp-core]
90default-features = false90default-features = false
91git = "https://github.com/paritytech/substrate"91git = "https://github.com/paritytech/substrate"
92branch = "polkadot-v0.9.33"92branch = "polkadot-v0.9.36"
9393
94[dependencies.sp-io]94[dependencies.sp-io]
95default-features = false95default-features = false
96git = "https://github.com/paritytech/substrate"96git = "https://github.com/paritytech/substrate"
97branch = "polkadot-v0.9.33"97branch = "polkadot-v0.9.36"
9898
99[dependencies]99[dependencies]
100scale-info = { version = "2.0.1", default-features = false, features = [100scale-info = { version = "2.0.1", default-features = false, features = [
modifiedpallets/inflation/src/lib.rsdiffbeforeafterboth
163 /// # Arguments163 /// # Arguments
164 ///164 ///
165 /// * inflation_start_relay_block: The relay chain block at which inflation should start165 /// * inflation_start_relay_block: The relay chain block at which inflation should start
166 #[pallet::call_index(0)]
166 #[pallet::weight(0)]167 #[pallet::weight(0)]
167 pub fn start_inflation(168 pub fn start_inflation(
168 origin: OriginFor<T>,169 origin: OriginFor<T>,
modifiedpallets/maintenance/Cargo.tomldiffbeforeafterboth
14scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }16scale-info = { version = "2.1.1", default-features = false, features = [
17 "derive",
18] }
15frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }19frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
16frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }20frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
17frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }21frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
18sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }22sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
1923
20[features]24[features]
21default = ["std"]25default = ["std"]
modifiedpallets/maintenance/src/lib.rsdiffbeforeafterboth
5555
56 #[pallet::call]56 #[pallet::call]
57 impl<T: Config> Pallet<T> {57 impl<T: Config> Pallet<T> {
58 #[pallet::call_index(0)]
58 #[pallet::weight(<T as Config>::WeightInfo::enable())]59 #[pallet::weight(<T as Config>::WeightInfo::enable())]
59 pub fn enable(origin: OriginFor<T>) -> DispatchResult {60 pub fn enable(origin: OriginFor<T>) -> DispatchResult {
60 ensure_root(origin)?;61 ensure_root(origin)?;
66 Ok(())67 Ok(())
67 }68 }
6869
70 #[pallet::call_index(1)]
69 #[pallet::weight(<T as Config>::WeightInfo::disable())]71 #[pallet::weight(<T as Config>::WeightInfo::disable())]
70 pub fn disable(origin: OriginFor<T>) -> DispatchResult {72 pub fn disable(origin: OriginFor<T>) -> DispatchResult {
71 ensure_root(origin)?;73 ensure_root(origin)?;
modifiedpallets/nonfungible/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
20pallet-common = { default-features = false, path = '../common' }20pallet-common = { default-features = false, path = '../common' }
21pallet-structure = { default-features = false, path = '../structure' }21pallet-structure = { default-features = false, path = '../structure' }
22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
23evm-coder = { default-features = false, path = '../../crates/evm-coder' }23evm-coder = { default-features = false, path = '../../crates/evm-coder' }
24pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }24pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }
25ethereum = { version = "0.14.0", default-features = false }25ethereum = { version = "0.14.0", default-features = false }
26frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }26frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
27scale-info = { version = "2.0.1", default-features = false, features = [27scale-info = { version = "2.0.1", default-features = false, features = [
28 "derive",28 "derive",
29] }29] }
modifiedpallets/proxy-rmrk-core/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
19pallet-common = { default-features = false, path = '../common' }19pallet-common = { default-features = false, path = '../common' }
20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
21pallet-structure = { default-features = false, path = "../../pallets/structure" }21pallet-structure = { default-features = false, path = "../../pallets/structure" }
22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
23pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }23pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
24frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }24frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
25rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }25rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }
26scale-info = { version = "2.0.1", default-features = false, features = [26scale-info = { version = "2.0.1", default-features = false, features = [
27 "derive",27 "derive",
modifiedpallets/proxy-rmrk-core/src/lib.rsdiffbeforeafterboth
357 /// - `max`: Optional maximum number of tokens.357 /// - `max`: Optional maximum number of tokens.
358 /// - `symbol`: UTF-8 string with token prefix, by which to represent the token in wallets and UIs.358 /// - `symbol`: UTF-8 string with token prefix, by which to represent the token in wallets and UIs.
359 /// Analogous to Unique's [`token_prefix`](up_data_structs::Collection). Cannot be changed.359 /// Analogous to Unique's [`token_prefix`](up_data_structs::Collection). Cannot be changed.
360 #[pallet::call_index(0)]
360 #[pallet::weight(<SelfWeightOf<T>>::create_collection())]361 #[pallet::weight(<SelfWeightOf<T>>::create_collection())]
361 pub fn create_collection(362 pub fn create_collection(
362 origin: OriginFor<T>,363 origin: OriginFor<T>,
430 /// # Arguments:431 /// # Arguments:
431 /// - `origin`: sender of the transaction432 /// - `origin`: sender of the transaction
432 /// - `collection_id`: RMRK ID of the collection to destroy.433 /// - `collection_id`: RMRK ID of the collection to destroy.
434 #[pallet::call_index(1)]
433 #[pallet::weight(<SelfWeightOf<T>>::destroy_collection())]435 #[pallet::weight(<SelfWeightOf<T>>::destroy_collection())]
434 pub fn destroy_collection(436 pub fn destroy_collection(
435 origin: OriginFor<T>,437 origin: OriginFor<T>,
464 /// - `origin`: sender of the transaction466 /// - `origin`: sender of the transaction
465 /// - `collection_id`: RMRK collection ID to change the issuer of.467 /// - `collection_id`: RMRK collection ID to change the issuer of.
466 /// - `new_issuer`: Collection's new issuer.468 /// - `new_issuer`: Collection's new issuer.
469 #[pallet::call_index(2)]
467 #[pallet::weight(<SelfWeightOf<T>>::change_collection_issuer())]470 #[pallet::weight(<SelfWeightOf<T>>::change_collection_issuer())]
468 pub fn change_collection_issuer(471 pub fn change_collection_issuer(
469 origin: OriginFor<T>,472 origin: OriginFor<T>,
501 /// # Arguments:504 /// # Arguments:
502 /// - `origin`: sender of the transaction505 /// - `origin`: sender of the transaction
503 /// - `collection_id`: RMRK ID of the collection to lock.506 /// - `collection_id`: RMRK ID of the collection to lock.
507 #[pallet::call_index(3)]
504 #[pallet::weight(<SelfWeightOf<T>>::lock_collection())]508 #[pallet::weight(<SelfWeightOf<T>>::lock_collection())]
505 pub fn lock_collection(509 pub fn lock_collection(
506 origin: OriginFor<T>,510 origin: OriginFor<T>,
545 /// - `metadata`: Arbitrary data about an NFT, e.g. IPFS hash. Cannot be changed.549 /// - `metadata`: Arbitrary data about an NFT, e.g. IPFS hash. Cannot be changed.
546 /// - `transferable`: Can this NFT be transferred? Cannot be changed.550 /// - `transferable`: Can this NFT be transferred? Cannot be changed.
547 /// - `resources`: Resource data to be added to the NFT immediately after minting.551 /// - `resources`: Resource data to be added to the NFT immediately after minting.
552 #[pallet::call_index(4)]
548 #[pallet::weight(<SelfWeightOf<T>>::mint_nft(resources.as_ref().map(|r| r.len() as u32).unwrap_or(0)))]553 #[pallet::weight(<SelfWeightOf<T>>::mint_nft(resources.as_ref().map(|r| r.len() as u32).unwrap_or(0)))]
549 pub fn mint_nft(554 pub fn mint_nft(
550 origin: OriginFor<T>,555 origin: OriginFor<T>,
628 /// - `max_burns`: Maximum number of tokens to burn, assuming nesting. The transaction633 /// - `max_burns`: Maximum number of tokens to burn, assuming nesting. The transaction
629 /// is reverted if there are more tokens to burn in the nesting tree than this number.634 /// is reverted if there are more tokens to burn in the nesting tree than this number.
630 /// This is primarily a mechanism of transaction weight control.635 /// This is primarily a mechanism of transaction weight control.
636 #[pallet::call_index(5)]
631 #[pallet::weight(<SelfWeightOf<T>>::burn_nft(*max_burns))]637 #[pallet::weight(<SelfWeightOf<T>>::burn_nft(*max_burns))]
632 pub fn burn_nft(638 pub fn burn_nft(
633 origin: OriginFor<T>,639 origin: OriginFor<T>,
675 /// - `rmrk_collection_id`: RMRK ID of the collection of the NFT to be transferred.681 /// - `rmrk_collection_id`: RMRK ID of the collection of the NFT to be transferred.
676 /// - `rmrk_nft_id`: ID of the NFT to be transferred.682 /// - `rmrk_nft_id`: ID of the NFT to be transferred.
677 /// - `new_owner`: New owner of the nft which can be either an account or a NFT.683 /// - `new_owner`: New owner of the nft which can be either an account or a NFT.
684 #[pallet::call_index(6)]
678 #[pallet::weight(<SelfWeightOf<T>>::send())]685 #[pallet::weight(<SelfWeightOf<T>>::send())]
679 pub fn send(686 pub fn send(
680 origin: OriginFor<T>,687 origin: OriginFor<T>,
800 /// - `rmrk_nft_id`: ID of the NFT to be accepted.807 /// - `rmrk_nft_id`: ID of the NFT to be accepted.
801 /// - `new_owner`: Either the sender's account ID or a sender-owned NFT,808 /// - `new_owner`: Either the sender's account ID or a sender-owned NFT,
802 /// whichever the accepted NFT was sent to.809 /// whichever the accepted NFT was sent to.
810 #[pallet::call_index(7)]
803 #[pallet::weight(<SelfWeightOf<T>>::accept_nft())]811 #[pallet::weight(<SelfWeightOf<T>>::accept_nft())]
804 pub fn accept_nft(812 pub fn accept_nft(
805 origin: OriginFor<T>,813 origin: OriginFor<T>,
890 /// - `origin`: sender of the transaction898 /// - `origin`: sender of the transaction
891 /// - `rmrk_collection_id`: RMRK ID of the NFT to be rejected.899 /// - `rmrk_collection_id`: RMRK ID of the NFT to be rejected.
892 /// - `rmrk_nft_id`: ID of the NFT to be rejected.900 /// - `rmrk_nft_id`: ID of the NFT to be rejected.
901 #[pallet::call_index(8)]
893 #[pallet::weight(<SelfWeightOf<T>>::reject_nft())]902 #[pallet::weight(<SelfWeightOf<T>>::reject_nft())]
894 pub fn reject_nft(903 pub fn reject_nft(
895 origin: OriginFor<T>,904 origin: OriginFor<T>,
957 /// - `rmrk_nft_id`: ID of the NFT with a pending resource to be accepted.966 /// - `rmrk_nft_id`: ID of the NFT with a pending resource to be accepted.
958 /// - `resource_id`: ID of the newly created pending resource.967 /// - `resource_id`: ID of the newly created pending resource.
959 /// accept the addition of a new resource to an existing NFT968 /// accept the addition of a new resource to an existing NFT
969 #[pallet::call_index(9)]
960 #[pallet::weight(<SelfWeightOf<T>>::accept_resource())]970 #[pallet::weight(<SelfWeightOf<T>>::accept_resource())]
961 pub fn accept_resource(971 pub fn accept_resource(
962 origin: OriginFor<T>,972 origin: OriginFor<T>,
1011 /// - `rmrk_collection_id`: RMRK collection ID of the NFT.1021 /// - `rmrk_collection_id`: RMRK collection ID of the NFT.
1012 /// - `rmrk_nft_id`: ID of the NFT with a resource to be removed.1022 /// - `rmrk_nft_id`: ID of the NFT with a resource to be removed.
1013 /// - `resource_id`: ID of the removal-pending resource.1023 /// - `resource_id`: ID of the removal-pending resource.
1024 #[pallet::call_index(10)]
1014 #[pallet::weight(<SelfWeightOf<T>>::accept_resource_removal())]1025 #[pallet::weight(<SelfWeightOf<T>>::accept_resource_removal())]
1015 pub fn accept_resource_removal(1026 pub fn accept_resource_removal(
1016 origin: OriginFor<T>,1027 origin: OriginFor<T>,
1092 /// - `maybe_nft_id`: Optional ID of the NFT. If left empty, then the property is set for the collection.1103 /// - `maybe_nft_id`: Optional ID of the NFT. If left empty, then the property is set for the collection.
1093 /// - `key`: Key of the custom property to be referenced by.1104 /// - `key`: Key of the custom property to be referenced by.
1094 /// - `value`: Value of the custom property to be stored.1105 /// - `value`: Value of the custom property to be stored.
1106 #[pallet::call_index(11)]
1095 #[pallet::weight(<SelfWeightOf<T>>::set_property())]1107 #[pallet::weight(<SelfWeightOf<T>>::set_property())]
1096 pub fn set_property(1108 pub fn set_property(
1097 origin: OriginFor<T>,1109 origin: OriginFor<T>,
1165 /// - `rmrk_collection_id`: RMRK collection ID of the NFT.1177 /// - `rmrk_collection_id`: RMRK collection ID of the NFT.
1166 /// - `rmrk_nft_id`: ID of the NFT to rearrange resource priorities for.1178 /// - `rmrk_nft_id`: ID of the NFT to rearrange resource priorities for.
1167 /// - `priorities`: Ordered vector of resource IDs.1179 /// - `priorities`: Ordered vector of resource IDs.
1180 #[pallet::call_index(12)]
1168 #[pallet::weight(<SelfWeightOf<T>>::set_priority())]1181 #[pallet::weight(<SelfWeightOf<T>>::set_priority())]
1169 pub fn set_priority(1182 pub fn set_priority(
1170 origin: OriginFor<T>,1183 origin: OriginFor<T>,
1216 /// - `rmrk_collection_id`: RMRK collection ID of the NFT.1229 /// - `rmrk_collection_id`: RMRK collection ID of the NFT.
1217 /// - `nft_id`: ID of the NFT to assign a resource to.1230 /// - `nft_id`: ID of the NFT to assign a resource to.
1218 /// - `resource`: Data of the resource to be created.1231 /// - `resource`: Data of the resource to be created.
1232 #[pallet::call_index(13)]
1219 #[pallet::weight(<SelfWeightOf<T>>::add_basic_resource())]1233 #[pallet::weight(<SelfWeightOf<T>>::add_basic_resource())]
1220 pub fn add_basic_resource(1234 pub fn add_basic_resource(
1221 origin: OriginFor<T>,1235 origin: OriginFor<T>,
1258 /// - `rmrk_collection_id`: RMRK collection ID of the NFT.1272 /// - `rmrk_collection_id`: RMRK collection ID of the NFT.
1259 /// - `nft_id`: ID of the NFT to assign a resource to.1273 /// - `nft_id`: ID of the NFT to assign a resource to.
1260 /// - `resource`: Data of the resource to be created.1274 /// - `resource`: Data of the resource to be created.
1275 #[pallet::call_index(14)]
1261 #[pallet::weight(<SelfWeightOf<T>>::add_composable_resource())]1276 #[pallet::weight(<SelfWeightOf<T>>::add_composable_resource())]
1262 pub fn add_composable_resource(1277 pub fn add_composable_resource(
1263 origin: OriginFor<T>,1278 origin: OriginFor<T>,
1320 /// - `rmrk_collection_id`: RMRK collection ID of the NFT.1335 /// - `rmrk_collection_id`: RMRK collection ID of the NFT.
1321 /// - `nft_id`: ID of the NFT to assign a resource to.1336 /// - `nft_id`: ID of the NFT to assign a resource to.
1322 /// - `resource`: Data of the resource to be created.1337 /// - `resource`: Data of the resource to be created.
1338 #[pallet::call_index(15)]
1323 #[pallet::weight(<SelfWeightOf<T>>::add_slot_resource())]1339 #[pallet::weight(<SelfWeightOf<T>>::add_slot_resource())]
1324 pub fn add_slot_resource(1340 pub fn add_slot_resource(
1325 origin: OriginFor<T>,1341 origin: OriginFor<T>,
1361 /// - `rmrk_collection_id`: RMRK ID of a collection to which the NFT making use of the resource belongs to.1377 /// - `rmrk_collection_id`: RMRK ID of a collection to which the NFT making use of the resource belongs to.
1362 /// - `nft_id`: ID of the NFT with a resource to be removed.1378 /// - `nft_id`: ID of the NFT with a resource to be removed.
1363 /// - `resource_id`: ID of the resource to be removed.1379 /// - `resource_id`: ID of the resource to be removed.
1380 #[pallet::call_index(16)]
1364 #[pallet::weight(<SelfWeightOf<T>>::remove_resource())]1381 #[pallet::weight(<SelfWeightOf<T>>::remove_resource())]
1365 pub fn remove_resource(1382 pub fn remove_resource(
1366 origin: OriginFor<T>,1383 origin: OriginFor<T>,
modifiedpallets/proxy-rmrk-equip/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
19pallet-common = { default-features = false, path = '../common' }19pallet-common = { default-features = false, path = '../common' }
20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
23frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }23frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
24rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }24rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }
25scale-info = { version = "2.0.1", default-features = false, features = [25scale-info = { version = "2.0.1", default-features = false, features = [
26 "derive",26 "derive",
modifiedpallets/proxy-rmrk-equip/src/lib.rsdiffbeforeafterboth
231 /// - `symbol`: Arbitrary client-chosen symbol.231 /// - `symbol`: Arbitrary client-chosen symbol.
232 /// - `parts`: Array of Fixed and Slot Parts composing the Base,232 /// - `parts`: Array of Fixed and Slot Parts composing the Base,
233 /// confined in length by [`RmrkPartsLimit`](up_data_structs::RmrkPartsLimit).233 /// confined in length by [`RmrkPartsLimit`](up_data_structs::RmrkPartsLimit).
234 #[pallet::call_index(0)]
234 #[pallet::weight(<SelfWeightOf<T>>::create_base(parts.len() as u32))]235 #[pallet::weight(<SelfWeightOf<T>>::create_base(parts.len() as u32))]
235 pub fn create_base(236 pub fn create_base(
236 origin: OriginFor<T>,237 origin: OriginFor<T>,
309 /// - `key`: Arbitrary BoundedString, defined by client.310 /// - `key`: Arbitrary BoundedString, defined by client.
310 /// - `value`: Arbitrary BoundedString, defined by client.311 /// - `value`: Arbitrary BoundedString, defined by client.
311 /// - `inherit`: Optional bool.312 /// - `inherit`: Optional bool.
313 #[pallet::call_index(1)]
312 #[pallet::weight(<SelfWeightOf<T>>::theme_add(theme.properties.len() as u32))]314 #[pallet::weight(<SelfWeightOf<T>>::theme_add(theme.properties.len() as u32))]
313 pub fn theme_add(315 pub fn theme_add(
314 origin: OriginFor<T>,316 origin: OriginFor<T>,
370 /// - `base_id`: Base containing the Slot Part to be updated.372 /// - `base_id`: Base containing the Slot Part to be updated.
371 /// - `slot_id`: Slot Part whose Equippable List is being updated .373 /// - `slot_id`: Slot Part whose Equippable List is being updated .
372 /// - `equippables`: List of equippables that will override the current Equippables list.374 /// - `equippables`: List of equippables that will override the current Equippables list.
375 #[pallet::call_index(2)]
373 #[pallet::weight(<SelfWeightOf<T>>::equippable())]376 #[pallet::weight(<SelfWeightOf<T>>::equippable())]
374 pub fn equippable(377 pub fn equippable(
375 origin: OriginFor<T>,378 origin: OriginFor<T>,
modifiedpallets/refungible/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
20evm-coder = { default-features = false, path = '../../crates/evm-coder' }20evm-coder = { default-features = false, path = '../../crates/evm-coder' }
21pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }21pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
22pallet-common = { default-features = false, path = '../common' }22pallet-common = { default-features = false, path = '../common' }
23pallet-structure = { default-features = false, path = '../structure' }23pallet-structure = { default-features = false, path = '../structure' }
24frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }24frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
2525
26struct-versioning = { path = "../../crates/struct-versioning" }26struct-versioning = { path = "../../crates/struct-versioning" }
27up-data-structs = { default-features = false, path = '../../primitives/data-structs' }27up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
modifiedpallets/scheduler-v2/Cargo.tomldiffbeforeafterboth
15scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }17scale-info = { version = "2.1.1", default-features = false, features = [
18 "derive",
19] }
16frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }20frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
17frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }21frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
18frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }22frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
19sp-io = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }23sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
20sp-runtime = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }24sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
21sp-std = { version = "4.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }25sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
22sp-core = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }26sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
2327
24[dev-dependencies]28[dev-dependencies]
25pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }29pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
26sp-core = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }30sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
27substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }31substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
2832
29[features]33[features]
30default = ["std"]34default = ["std"]
modifiedpallets/scheduler-v2/src/lib.rsdiffbeforeafterboth
639 ///639 ///
640 /// Only `T::ScheduleOrigin` is allowed to schedule a task.640 /// Only `T::ScheduleOrigin` is allowed to schedule a task.
641 /// Only `T::PrioritySetOrigin` is allowed to set the task's priority.641 /// Only `T::PrioritySetOrigin` is allowed to set the task's priority.
642 #[pallet::call_index(0)]
642 #[pallet::weight(<T as Config>::WeightInfo::schedule(T::MaxScheduledPerBlock::get()))]643 #[pallet::weight(<T as Config>::WeightInfo::schedule(T::MaxScheduledPerBlock::get()))]
643 pub fn schedule(644 pub fn schedule(
644 origin: OriginFor<T>,645 origin: OriginFor<T>,
667 /// Cancel an anonymously scheduled task.668 /// Cancel an anonymously scheduled task.
668 ///669 ///
669 /// The `T::OriginPrivilegeCmp` decides whether the given origin is allowed to cancel the task or not.670 /// The `T::OriginPrivilegeCmp` decides whether the given origin is allowed to cancel the task or not.
671 #[pallet::call_index(1)]
670 #[pallet::weight(<T as Config>::WeightInfo::cancel(T::MaxScheduledPerBlock::get()))]672 #[pallet::weight(<T as Config>::WeightInfo::cancel(T::MaxScheduledPerBlock::get()))]
671 pub fn cancel(origin: OriginFor<T>, when: T::BlockNumber, index: u32) -> DispatchResult {673 pub fn cancel(origin: OriginFor<T>, when: T::BlockNumber, index: u32) -> DispatchResult {
672 T::ScheduleOrigin::ensure_origin(origin.clone())?;674 T::ScheduleOrigin::ensure_origin(origin.clone())?;
679 ///681 ///
680 /// Only `T::ScheduleOrigin` is allowed to schedule a task.682 /// Only `T::ScheduleOrigin` is allowed to schedule a task.
681 /// Only `T::PrioritySetOrigin` is allowed to set the task's priority.683 /// Only `T::PrioritySetOrigin` is allowed to set the task's priority.
684 #[pallet::call_index(2)]
682 #[pallet::weight(<T as Config>::WeightInfo::schedule_named(T::MaxScheduledPerBlock::get()))]685 #[pallet::weight(<T as Config>::WeightInfo::schedule_named(T::MaxScheduledPerBlock::get()))]
683 pub fn schedule_named(686 pub fn schedule_named(
684 origin: OriginFor<T>,687 origin: OriginFor<T>,
709 /// Cancel a named scheduled task.712 /// Cancel a named scheduled task.
710 ///713 ///
711 /// The `T::OriginPrivilegeCmp` decides whether the given origin is allowed to cancel the task or not.714 /// The `T::OriginPrivilegeCmp` decides whether the given origin is allowed to cancel the task or not.
715 #[pallet::call_index(3)]
712 #[pallet::weight(<T as Config>::WeightInfo::cancel_named(T::MaxScheduledPerBlock::get()))]716 #[pallet::weight(<T as Config>::WeightInfo::cancel_named(T::MaxScheduledPerBlock::get()))]
713 pub fn cancel_named(origin: OriginFor<T>, id: TaskName) -> DispatchResult {717 pub fn cancel_named(origin: OriginFor<T>, id: TaskName) -> DispatchResult {
714 T::ScheduleOrigin::ensure_origin(origin.clone())?;718 T::ScheduleOrigin::ensure_origin(origin.clone())?;
722 /// # <weight>726 /// # <weight>
723 /// Same as [`schedule`].727 /// Same as [`schedule`].
724 /// # </weight>728 /// # </weight>
729 #[pallet::call_index(4)]
725 #[pallet::weight(<T as Config>::WeightInfo::schedule(T::MaxScheduledPerBlock::get()))]730 #[pallet::weight(<T as Config>::WeightInfo::schedule(T::MaxScheduledPerBlock::get()))]
726 pub fn schedule_after(731 pub fn schedule_after(
727 origin: OriginFor<T>,732 origin: OriginFor<T>,
755 /// # <weight>760 /// # <weight>
756 /// Same as [`schedule_named`](Self::schedule_named).761 /// Same as [`schedule_named`](Self::schedule_named).
757 /// # </weight>762 /// # </weight>
763 #[pallet::call_index(5)]
758 #[pallet::weight(<T as Config>::WeightInfo::schedule_named(T::MaxScheduledPerBlock::get()))]764 #[pallet::weight(<T as Config>::WeightInfo::schedule_named(T::MaxScheduledPerBlock::get()))]
759 pub fn schedule_named_after(765 pub fn schedule_named_after(
760 origin: OriginFor<T>,766 origin: OriginFor<T>,
785 /// Change a named task's priority.791 /// Change a named task's priority.
786 ///792 ///
787 /// Only the `T::PrioritySetOrigin` is allowed to change the task's priority.793 /// Only the `T::PrioritySetOrigin` is allowed to change the task's priority.
794 #[pallet::call_index(6)]
788 #[pallet::weight(<T as Config>::WeightInfo::change_named_priority(T::MaxScheduledPerBlock::get()))]795 #[pallet::weight(<T as Config>::WeightInfo::change_named_priority(T::MaxScheduledPerBlock::get()))]
789 pub fn change_named_priority(796 pub fn change_named_priority(
790 origin: OriginFor<T>,797 origin: OriginFor<T>,
modifiedpallets/scheduler-v2/src/mock.rsdiffbeforeafterboth
87 where87 where
88 <T as frame_system::Config>::RuntimeOrigin: OriginTrait<PalletsOrigin = OriginCaller>,88 <T as frame_system::Config>::RuntimeOrigin: OriginTrait<PalletsOrigin = OriginCaller>,
89 {89 {
90 #[pallet::call_index(0)]
90 #[pallet::weight(*weight)]91 #[pallet::weight(*weight)]
91 pub fn log(origin: OriginFor<T>, i: u32, weight: Weight) -> DispatchResult {92 pub fn log(origin: OriginFor<T>, i: u32, weight: Weight) -> DispatchResult {
92 Self::deposit_event(Event::Logged(i, weight));93 Self::deposit_event(Event::Logged(i, weight));
96 Ok(())97 Ok(())
97 }98 }
9899
100 #[pallet::call_index(1)]
99 #[pallet::weight(*weight)]101 #[pallet::weight(*weight)]
100 pub fn log_without_filter(origin: OriginFor<T>, i: u32, weight: Weight) -> DispatchResult {102 pub fn log_without_filter(origin: OriginFor<T>, i: u32, weight: Weight) -> DispatchResult {
101 Self::deposit_event(Event::Logged(i, weight));103 Self::deposit_event(Event::Logged(i, weight));
modifiedpallets/structure/Cargo.tomldiffbeforeafterboth
4edition = "2021"4edition = "2021"
55
6[dependencies]6[dependencies]
7frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }7frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
8frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }8frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
9frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }9frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
10sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }10sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
11pallet-common = { path = "../common", default-features = false }11pallet-common = { path = "../common", default-features = false }
12parity-scale-codec = { version = "3.1.2", default-features = false, features = [12parity-scale-codec = { version = "3.1.2", default-features = false, features = [
13 "derive",13 "derive",
16 "derive",16 "derive",
17] }17] }
18up-data-structs = { path = "../../primitives/data-structs", default-features = false }18up-data-structs = { path = "../../primitives/data-structs", default-features = false }
19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
2020
21[features]21[features]
22default = ["std"]22default = ["std"]
modifiedpallets/unique/Cargo.tomldiffbeforeafterboth
61default-features = false61default-features = false
62optional = true62optional = true
63git = "https://github.com/paritytech/substrate"63git = "https://github.com/paritytech/substrate"
64branch = "polkadot-v0.9.33"64branch = "polkadot-v0.9.36"
6565
66[dependencies.frame-support]66[dependencies.frame-support]
67default-features = false67default-features = false
68git = "https://github.com/paritytech/substrate"68git = "https://github.com/paritytech/substrate"
69branch = "polkadot-v0.9.33"69branch = "polkadot-v0.9.36"
7070
71[dependencies.frame-system]71[dependencies.frame-system]
72default-features = false72default-features = false
73git = "https://github.com/paritytech/substrate"73git = "https://github.com/paritytech/substrate"
74branch = "polkadot-v0.9.33"74branch = "polkadot-v0.9.36"
7575
76[dependencies.sp-std]76[dependencies.sp-std]
77default-features = false77default-features = false
78git = "https://github.com/paritytech/substrate"78git = "https://github.com/paritytech/substrate"
79branch = "polkadot-v0.9.33"79branch = "polkadot-v0.9.36"
8080
81[dependencies.sp-runtime]81[dependencies.sp-runtime]
82default-features = false82default-features = false
83git = "https://github.com/paritytech/substrate"83git = "https://github.com/paritytech/substrate"
84branch = "polkadot-v0.9.33"84branch = "polkadot-v0.9.36"
8585
86[dependencies.sp-core]86[dependencies.sp-core]
87default-features = false87default-features = false
88git = "https://github.com/paritytech/substrate"88git = "https://github.com/paritytech/substrate"
89branch = "polkadot-v0.9.33"89branch = "polkadot-v0.9.36"
9090
91[dependencies.sp-io]91[dependencies.sp-io]
92default-features = false92default-features = false
93git = "https://github.com/paritytech/substrate"93git = "https://github.com/paritytech/substrate"
94branch = "polkadot-v0.9.33"94branch = "polkadot-v0.9.36"
9595
96################################################################################96################################################################################
97# Local Dependencies97# Local Dependencies
100scale-info = { version = "2.0.1", default-features = false, features = [100scale-info = { version = "2.0.1", default-features = false, features = [
101 "derive",101 "derive",
102] }102] }
103pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }103pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
104pallet-common = { default-features = false, path = "../common" }104pallet-common = { default-features = false, path = "../common" }
105evm-coder = { default-features = false, path = '../../crates/evm-coder' }105evm-coder = { default-features = false, path = '../../crates/evm-coder' }
106pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }106pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
modifiedprimitives/app_promotion_rpc/Cargo.tomldiffbeforeafterboth
10codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [10codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [
11 "derive",11 "derive",
12] }12] }
13sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }13sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
15sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
1818
19[features]19[features]
20default = ["std"]20default = ["std"]
modifiedprimitives/common/Cargo.tomldiffbeforeafterboth
6license = 'All Rights Reserved'6license = 'All Rights Reserved'
7name = 'up-common'7name = 'up-common'
8repository = 'https://github.com/UniqueNetwork/unique-chain'8repository = 'https://github.com/UniqueNetwork/unique-chain'
9version = "0.9.33"9version.workspace = true
10
11[package.metadata.deppatcher.originals.dependencies]
12cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
1013
11[features]14[features]
12default = ['std']15default = ['std']
24[dependencies.sp-std]27[dependencies.sp-std]
25default-features = false28default-features = false
26git = "https://github.com/paritytech/substrate"29git = "https://github.com/paritytech/substrate"
27branch = "polkadot-v0.9.33"30branch = "polkadot-v0.9.36"
2831
29[dependencies.frame-support]32[dependencies.frame-support]
30default-features = false33default-features = false
31git = "https://github.com/paritytech/substrate"34git = "https://github.com/paritytech/substrate"
32branch = "polkadot-v0.9.33"35branch = "polkadot-v0.9.36"
3336
34[dependencies.sp-runtime]37[dependencies.sp-runtime]
35default-features = false38default-features = false
36git = "https://github.com/paritytech/substrate"39git = "https://github.com/paritytech/substrate"
37branch = "polkadot-v0.9.33"40branch = "polkadot-v0.9.36"
3841
39[dependencies.sp-core]42[dependencies.sp-core]
40default-features = false43default-features = false
41git = "https://github.com/paritytech/substrate"44git = "https://github.com/paritytech/substrate"
42branch = "polkadot-v0.9.33"45branch = "polkadot-v0.9.36"
4346
44[dependencies.sp-consensus-aura]47[dependencies.sp-consensus-aura]
45default-features = false48default-features = false
46git = "https://github.com/paritytech/substrate"49git = "https://github.com/paritytech/substrate"
47branch = "polkadot-v0.9.33"50branch = "polkadot-v0.9.36"
4851
49[dependencies.fp-rpc]52[dependencies.fp-rpc]
50default-features = false53default-features = false
51git = "https://github.com/uniquenetwork/frontier"54git = "https://github.com/uniquenetwork/frontier"
52branch = "unique-polkadot-v0.9.33"55branch = "unique-polkadot-v0.9.36"
5356
54[dependencies.cumulus-primitives-core]57[dependencies.cumulus-primitives-core]
55default-features = false58default-features = false
56git = "https://github.com/paritytech/cumulus"59git = "https://github.com/paritytech/cumulus"
57branch = "polkadot-v0.9.33"60branch = "draft-polkadot-v0.9.36"
5861
59[dependencies.pallet-evm]62[dependencies.pallet-evm]
60default-features = false63default-features = false
61git = "https://github.com/uniquenetwork/frontier"64git = "https://github.com/uniquenetwork/frontier"
62branch = "unique-polkadot-v0.9.33"65branch = "unique-polkadot-v0.9.36"
6366
modifiedprimitives/common/src/constants.rsdiffbeforeafterboth
17use sp_runtime::Perbill;17use sp_runtime::Perbill;
18use frame_support::{18use frame_support::{
19 parameter_types,19 parameter_types,
20 weights::{Weight, constants::WEIGHT_PER_SECOND},20 weights::{Weight, constants::WEIGHT_REF_TIME_PER_SECOND},
21};21};
22use cumulus_primitives_core::relay_chain::v2::MAX_POV_SIZE;22use cumulus_primitives_core::relay_chain::v2::MAX_POV_SIZE;
23use crate::types::{BlockNumber, Balance};23use crate::types::{BlockNumber, Balance};
55/// by Operational extrinsics.55/// by Operational extrinsics.
56pub const NORMAL_DISPATCH_RATIO: Perbill = Perbill::from_percent(75);56pub const NORMAL_DISPATCH_RATIO: Perbill = Perbill::from_percent(75);
57/// We allow for 2 seconds of compute with a 6 second average block time.57/// We allow for 2 seconds of compute with a 6 second average block time.
58pub const MAXIMUM_BLOCK_WEIGHT: Weight = WEIGHT_PER_SECOND58pub const MAXIMUM_BLOCK_WEIGHT: Weight =
59 .saturating_div(2)59 Weight::from_ref_time(WEIGHT_REF_TIME_PER_SECOND.saturating_div(2))
60 .set_proof_size(MAX_POV_SIZE as u64);60 .set_proof_size(MAX_POV_SIZE as u64);
6161
62parameter_types! {62parameter_types! {
modifiedprimitives/data-structs/Cargo.tomldiffbeforeafterboth
18serde = { version = "1.0.130", features = [18serde = { version = "1.0.130", features = [
19 'derive',19 'derive',
20], default-features = false, optional = true }20], default-features = false, optional = true }
21frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }21frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
22frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }22frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
23sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }23sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
24sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }24sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
25sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }25sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
26derivative = { version = "2.2.0", features = ["use_core"] }26derivative = { version = "2.2.0", features = ["use_core"] }
27struct-versioning = { path = "../../crates/struct-versioning" }27struct-versioning = { path = "../../crates/struct-versioning" }
28pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }28pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
29rmrk-traits = { default-features = false, path = "../rmrk-traits" }29rmrk-traits = { default-features = false, path = "../rmrk-traits" }
30bondrewd = { version = "0.1.14", features = [30bondrewd = { version = "0.1.14", features = [
31 "derive",31 "derive",
modifiedprimitives/rmrk-rpc/Cargo.tomldiffbeforeafterboth
8codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = [8codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = [
9 "derive",9 "derive",
10] }10] }
11sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }11sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
12sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }12sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
13sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }13sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
14sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }14sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
15serde = { version = "1.0.130", default-features = false, features = ["derive"] }15serde = { version = "1.0.130", default-features = false, features = ["derive"] }
16rmrk-traits = { default-features = false, path = "../rmrk-traits" }16rmrk-traits = { default-features = false, path = "../rmrk-traits" }
1717
modifiedprimitives/rpc/Cargo.tomldiffbeforeafterboth
10codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [10codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [
11 "derive",11 "derive",
12] }12] }
13sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }13sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
15sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
1818
19[features]19[features]
20default = ["std"]20default = ["std"]
modifiedruntime/common/config/ethereum.rsdiffbeforeafterboth
1use sp_core::{U256, H160};1use sp_core::{U256, H160};
2use frame_support::{2use frame_support::{
3 weights::{Weight, constants::WEIGHT_PER_SECOND},3 weights::{Weight, constants::WEIGHT_REF_TIME_PER_SECOND},
4 traits::{FindAuthor},4 traits::{FindAuthor},
5 parameter_types, ConsensusEngineId,5 parameter_types, ConsensusEngineId,
6};6};
23// (contract, which only writes a lot of data),23// (contract, which only writes a lot of data),
24// approximating on top of our real store write weight24// approximating on top of our real store write weight
25parameter_types! {25parameter_types! {
26 pub const WritesPerSecond: u64 = WEIGHT_PER_SECOND.ref_time() / <Runtime as frame_system::Config>::DbWeight::get().write;26 pub const WritesPerSecond: u64 = WEIGHT_REF_TIME_PER_SECOND / <Runtime as frame_system::Config>::DbWeight::get().write;
27 pub const GasPerSecond: u64 = WritesPerSecond::get() * 20000;27 pub const GasPerSecond: u64 = WritesPerSecond::get() * 20000;
28 pub const WeightTimePerGas: u64 = WEIGHT_PER_SECOND.ref_time() / GasPerSecond::get();28 pub const WeightTimePerGas: u64 = WEIGHT_REF_TIME_PER_SECOND / GasPerSecond::get();
2929
30 pub const WeightPerGas: Weight = Weight::from_ref_time(WeightTimePerGas::get());30 pub const WeightPerGas: Weight = Weight::from_ref_time(WeightTimePerGas::get());
31}31}
modifiedruntime/common/runtime_apis.rsdiffbeforeafterboth
575 None575 None
576 }576 }
577
578 fn gas_limit_multiplier_support() {}
577 }579 }
578580
579 impl fp_rpc::ConvertTransactionRuntimeApi<Block> for Runtime {581 impl fp_rpc::ConvertTransactionRuntimeApi<Block> for Runtime {
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
1################################################################################1################################################################################
2# Package2# Package
3
4cargo-features = ["workspace-inheritance"]
53
6[package]4[package]
7authors = ['Unique Network <support@uniquenetwork.io>']5authors = ['Unique Network <support@uniquenetwork.io>']
12license = 'GPLv3'10license = 'GPLv3'
13name = 'opal-runtime'11name = 'opal-runtime'
14repository = 'https://github.com/UniqueNetwork/unique-chain'12repository = 'https://github.com/UniqueNetwork/unique-chain'
15version = "0.9.33"13version.workspace = true
1614
17[package.metadata.docs.rs]15[package.metadata.docs.rs]
18targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']
17
18[package.metadata.deppatcher.originals.dependencies]
19parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
20cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
21cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
22cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
23cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
24cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
25cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
26cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
27cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
1928
20[features]29[features]
21default = ['std', 'opal-runtime']30default = ['std', 'opal-runtime']
205default-features = false214default-features = false
206git = "https://github.com/paritytech/substrate"215git = "https://github.com/paritytech/substrate"
207optional = true216optional = true
208branch = "polkadot-v0.9.33"217branch = "polkadot-v0.9.36"
209218
210[dependencies.frame-try-runtime]219[dependencies.frame-try-runtime]
211default-features = false220default-features = false
212git = "https://github.com/paritytech/substrate"221git = "https://github.com/paritytech/substrate"
213optional = true222optional = true
214branch = "polkadot-v0.9.33"223branch = "polkadot-v0.9.36"
215224
216[dependencies.frame-executive]225[dependencies.frame-executive]
217default-features = false226default-features = false
218git = "https://github.com/paritytech/substrate"227git = "https://github.com/paritytech/substrate"
219branch = "polkadot-v0.9.33"228branch = "polkadot-v0.9.36"
220229
221[dependencies.frame-support]230[dependencies.frame-support]
222default-features = false231default-features = false
223git = "https://github.com/paritytech/substrate"232git = "https://github.com/paritytech/substrate"
224branch = "polkadot-v0.9.33"233branch = "polkadot-v0.9.36"
225234
226[dependencies.frame-system]235[dependencies.frame-system]
227default-features = false236default-features = false
228git = "https://github.com/paritytech/substrate"237git = "https://github.com/paritytech/substrate"
229branch = "polkadot-v0.9.33"238branch = "polkadot-v0.9.36"
230239
231[dependencies.frame-system-benchmarking]240[dependencies.frame-system-benchmarking]
232default-features = false241default-features = false
233git = "https://github.com/paritytech/substrate"242git = "https://github.com/paritytech/substrate"
234optional = true243optional = true
235branch = "polkadot-v0.9.33"244branch = "polkadot-v0.9.36"
236245
237[dependencies.frame-system-rpc-runtime-api]246[dependencies.frame-system-rpc-runtime-api]
238default-features = false247default-features = false
239git = "https://github.com/paritytech/substrate"248git = "https://github.com/paritytech/substrate"
240branch = "polkadot-v0.9.33"249branch = "polkadot-v0.9.36"
241250
242[dependencies.hex-literal]251[dependencies.hex-literal]
243optional = true252optional = true
252[dependencies.pallet-aura]261[dependencies.pallet-aura]
253default-features = false262default-features = false
254git = "https://github.com/paritytech/substrate"263git = "https://github.com/paritytech/substrate"
255branch = "polkadot-v0.9.33"264branch = "polkadot-v0.9.36"
256265
257[dependencies.pallet-balances]266[dependencies.pallet-balances]
258default-features = false267default-features = false
259git = "https://github.com/paritytech/substrate"268git = "https://github.com/paritytech/substrate"
260branch = "polkadot-v0.9.33"269branch = "polkadot-v0.9.36"
261270
262# Contracts specific packages271# Contracts specific packages
263# [dependencies.pallet-contracts]272# [dependencies.pallet-contracts]
281[dependencies.pallet-randomness-collective-flip]290[dependencies.pallet-randomness-collective-flip]
282default-features = false291default-features = false
283git = "https://github.com/paritytech/substrate"292git = "https://github.com/paritytech/substrate"
284branch = "polkadot-v0.9.33"293branch = "polkadot-v0.9.36"
285294
286[dependencies.pallet-sudo]295[dependencies.pallet-sudo]
287default-features = false296default-features = false
288git = "https://github.com/paritytech/substrate"297git = "https://github.com/paritytech/substrate"
289branch = "polkadot-v0.9.33"298branch = "polkadot-v0.9.36"
290299
291[dependencies.pallet-timestamp]300[dependencies.pallet-timestamp]
292default-features = false301default-features = false
293git = "https://github.com/paritytech/substrate"302git = "https://github.com/paritytech/substrate"
294branch = "polkadot-v0.9.33"303branch = "polkadot-v0.9.36"
295304
296[dependencies.pallet-transaction-payment]305[dependencies.pallet-transaction-payment]
297default-features = false306default-features = false
298git = "https://github.com/paritytech/substrate"307git = "https://github.com/paritytech/substrate"
299branch = "polkadot-v0.9.33"308branch = "polkadot-v0.9.36"
300309
301[dependencies.pallet-transaction-payment-rpc-runtime-api]310[dependencies.pallet-transaction-payment-rpc-runtime-api]
302default-features = false311default-features = false
303git = "https://github.com/paritytech/substrate"312git = "https://github.com/paritytech/substrate"
304branch = "polkadot-v0.9.33"313branch = "polkadot-v0.9.36"
305314
306[dependencies.pallet-treasury]315[dependencies.pallet-treasury]
307default-features = false316default-features = false
308git = "https://github.com/paritytech/substrate"317git = "https://github.com/paritytech/substrate"
309branch = "polkadot-v0.9.33"318branch = "polkadot-v0.9.36"
310319
311[dependencies.sp-arithmetic]320[dependencies.sp-arithmetic]
312default-features = false321default-features = false
313git = "https://github.com/paritytech/substrate"322git = "https://github.com/paritytech/substrate"
314branch = "polkadot-v0.9.33"323branch = "polkadot-v0.9.36"
315324
316[dependencies.sp-api]325[dependencies.sp-api]
317default-features = false326default-features = false
318git = "https://github.com/paritytech/substrate"327git = "https://github.com/paritytech/substrate"
319branch = "polkadot-v0.9.33"328branch = "polkadot-v0.9.36"
320329
321[dependencies.sp-block-builder]330[dependencies.sp-block-builder]
322default-features = false331default-features = false
323git = "https://github.com/paritytech/substrate"332git = "https://github.com/paritytech/substrate"
324branch = "polkadot-v0.9.33"333branch = "polkadot-v0.9.36"
325334
326[dependencies.sp-core]335[dependencies.sp-core]
327default-features = false336default-features = false
328git = "https://github.com/paritytech/substrate"337git = "https://github.com/paritytech/substrate"
329branch = "polkadot-v0.9.33"338branch = "polkadot-v0.9.36"
330339
331[dependencies.sp-consensus-aura]340[dependencies.sp-consensus-aura]
332default-features = false341default-features = false
333git = "https://github.com/paritytech/substrate"342git = "https://github.com/paritytech/substrate"
334branch = "polkadot-v0.9.33"343branch = "polkadot-v0.9.36"
335344
336[dependencies.sp-inherents]345[dependencies.sp-inherents]
337default-features = false346default-features = false
338git = "https://github.com/paritytech/substrate"347git = "https://github.com/paritytech/substrate"
339branch = "polkadot-v0.9.33"348branch = "polkadot-v0.9.36"
340349
341[dependencies.sp-io]350[dependencies.sp-io]
342default-features = false351default-features = false
343git = "https://github.com/paritytech/substrate"352git = "https://github.com/paritytech/substrate"
344branch = "polkadot-v0.9.33"353branch = "polkadot-v0.9.36"
345354
346[dependencies.sp-offchain]355[dependencies.sp-offchain]
347default-features = false356default-features = false
348git = "https://github.com/paritytech/substrate"357git = "https://github.com/paritytech/substrate"
349branch = "polkadot-v0.9.33"358branch = "polkadot-v0.9.36"
350359
351[dependencies.sp-runtime]360[dependencies.sp-runtime]
352default-features = false361default-features = false
353git = "https://github.com/paritytech/substrate"362git = "https://github.com/paritytech/substrate"
354branch = "polkadot-v0.9.33"363branch = "polkadot-v0.9.36"
355364
356[dependencies.sp-session]365[dependencies.sp-session]
357default-features = false366default-features = false
358git = "https://github.com/paritytech/substrate"367git = "https://github.com/paritytech/substrate"
359branch = "polkadot-v0.9.33"368branch = "polkadot-v0.9.36"
360369
361[dependencies.sp-std]370[dependencies.sp-std]
362default-features = false371default-features = false
363git = "https://github.com/paritytech/substrate"372git = "https://github.com/paritytech/substrate"
364branch = "polkadot-v0.9.33"373branch = "polkadot-v0.9.36"
365374
366[dependencies.sp-transaction-pool]375[dependencies.sp-transaction-pool]
367default-features = false376default-features = false
368git = "https://github.com/paritytech/substrate"377git = "https://github.com/paritytech/substrate"
369branch = "polkadot-v0.9.33"378branch = "polkadot-v0.9.36"
370379
371[dependencies.sp-version]380[dependencies.sp-version]
372default-features = false381default-features = false
373git = "https://github.com/paritytech/substrate"382git = "https://github.com/paritytech/substrate"
374branch = "polkadot-v0.9.33"383branch = "polkadot-v0.9.36"
375384
376[dependencies.smallvec]385[dependencies.smallvec]
377version = '1.6.1'386version = '1.6.1'
382[dependencies.parachain-info]391[dependencies.parachain-info]
383default-features = false392default-features = false
384git = "https://github.com/paritytech/cumulus"393git = "https://github.com/paritytech/cumulus"
385branch = "polkadot-v0.9.33"394branch = "draft-polkadot-v0.9.36"
386395
387[dependencies.cumulus-pallet-aura-ext]396[dependencies.cumulus-pallet-aura-ext]
388git = "https://github.com/paritytech/cumulus"397git = "https://github.com/paritytech/cumulus"
389branch = "polkadot-v0.9.33"398branch = "draft-polkadot-v0.9.36"
390default-features = false399default-features = false
391400
392[dependencies.cumulus-pallet-parachain-system]401[dependencies.cumulus-pallet-parachain-system]
393git = "https://github.com/paritytech/cumulus"402git = "https://github.com/paritytech/cumulus"
394branch = "polkadot-v0.9.33"403branch = "draft-polkadot-v0.9.36"
395default-features = false404default-features = false
396405
397[dependencies.cumulus-primitives-core]406[dependencies.cumulus-primitives-core]
398git = "https://github.com/paritytech/cumulus"407git = "https://github.com/paritytech/cumulus"
399branch = "polkadot-v0.9.33"408branch = "draft-polkadot-v0.9.36"
400default-features = false409default-features = false
401410
402[dependencies.cumulus-pallet-xcm]411[dependencies.cumulus-pallet-xcm]
403git = "https://github.com/paritytech/cumulus"412git = "https://github.com/paritytech/cumulus"
404branch = "polkadot-v0.9.33"413branch = "draft-polkadot-v0.9.36"
405default-features = false414default-features = false
406415
407[dependencies.cumulus-pallet-dmp-queue]416[dependencies.cumulus-pallet-dmp-queue]
408git = "https://github.com/paritytech/cumulus"417git = "https://github.com/paritytech/cumulus"
409branch = "polkadot-v0.9.33"418branch = "draft-polkadot-v0.9.36"
410default-features = false419default-features = false
411420
412[dependencies.cumulus-pallet-xcmp-queue]421[dependencies.cumulus-pallet-xcmp-queue]
413git = "https://github.com/paritytech/cumulus"422git = "https://github.com/paritytech/cumulus"
414branch = "polkadot-v0.9.33"423branch = "draft-polkadot-v0.9.36"
415default-features = false424default-features = false
416425
417[dependencies.cumulus-primitives-utility]426[dependencies.cumulus-primitives-utility]
418git = "https://github.com/paritytech/cumulus"427git = "https://github.com/paritytech/cumulus"
419branch = "polkadot-v0.9.33"428branch = "draft-polkadot-v0.9.36"
420default-features = false429default-features = false
421430
422[dependencies.cumulus-primitives-timestamp]431[dependencies.cumulus-primitives-timestamp]
423git = "https://github.com/paritytech/cumulus"432git = "https://github.com/paritytech/cumulus"
424branch = "polkadot-v0.9.33"433branch = "draft-polkadot-v0.9.36"
425default-features = false434default-features = false
426435
427################################################################################436################################################################################
428# Polkadot dependencies437# Polkadot dependencies
429438
430[dependencies.polkadot-parachain]439[dependencies.polkadot-parachain]
431git = "https://github.com/paritytech/polkadot"440git = "https://github.com/paritytech/polkadot"
432branch = "release-v0.9.33"441branch = "release-v0.9.36"
433default-features = false442default-features = false
434443
435[dependencies.xcm]444[dependencies.xcm]
436git = "https://github.com/paritytech/polkadot"445git = "https://github.com/paritytech/polkadot"
437branch = "release-v0.9.33"446branch = "release-v0.9.36"
438default-features = false447default-features = false
439448
440[dependencies.xcm-builder]449[dependencies.xcm-builder]
441git = "https://github.com/paritytech/polkadot"450git = "https://github.com/paritytech/polkadot"
442branch = "release-v0.9.33"451branch = "release-v0.9.36"
443default-features = false452default-features = false
444453
445[dependencies.xcm-executor]454[dependencies.xcm-executor]
446git = "https://github.com/paritytech/polkadot"455git = "https://github.com/paritytech/polkadot"
447branch = "release-v0.9.33"456branch = "release-v0.9.36"
448default-features = false457default-features = false
449458
450[dependencies.pallet-xcm]459[dependencies.pallet-xcm]
451git = "https://github.com/paritytech/polkadot"460git = "https://github.com/paritytech/polkadot"
452branch = "release-v0.9.33"461branch = "release-v0.9.36"
453default-features = false462default-features = false
454463
455################################################################################464################################################################################
471up-rpc = { path = "../../primitives/rpc", default-features = false }480up-rpc = { path = "../../primitives/rpc", default-features = false }
472app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }481app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }
473rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }482rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }
474fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }483fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
475fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }484fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
476pallet-inflation = { path = '../../pallets/inflation', default-features = false }485pallet-inflation = { path = '../../pallets/inflation', default-features = false }
477pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }486pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }
478up-data-structs = { path = '../../primitives/data-structs', default-features = false }487up-data-structs = { path = '../../primitives/data-structs', default-features = false }
484pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }493pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
485pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }494pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }
486pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }495pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
487pallet-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" }496pallet-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" }
488pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }497pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }
489pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }498pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
490pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }499pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
491pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }500pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
492pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }501pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
493pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }502pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
494pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }503pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
495pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }504pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
496fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }505fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
497fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }506fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
498pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }507pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
499evm-coder = { default-features = false, path = '../../crates/evm-coder' }508evm-coder = { default-features = false, path = '../../crates/evm-coder' }
500up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.33' }509up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.36' }
501pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }510pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }
502pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }511pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }
503precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }512precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }
524533
525[build-dependencies.substrate-wasm-builder]534[build-dependencies.substrate-wasm-builder]
526git = "https://github.com/paritytech/substrate"535git = "https://github.com/paritytech/substrate"
527branch = "polkadot-v0.9.33"536branch = "polkadot-v0.9.36"
528537
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
1################################################################################1################################################################################
2# Package2# Package
3
4cargo-features = ["workspace-inheritance"]
53
6[package]4[package]
7authors = ['Unique Network <support@uniquenetwork.io>']5authors = ['Unique Network <support@uniquenetwork.io>']
12license = 'GPLv3'10license = 'GPLv3'
13name = 'quartz-runtime'11name = 'quartz-runtime'
14repository = 'https://github.com/UniqueNetwork/unique-chain'12repository = 'https://github.com/UniqueNetwork/unique-chain'
15version = '0.9.33'13version.workspace = true
1614
17[package.metadata.docs.rs]15[package.metadata.docs.rs]
18targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']
17
18[package.metadata.deppatcher.originals.dependencies]
19parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
20cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
21cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
22cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
23cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
24cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
25cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
26cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
27cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
1928
20[features]29[features]
21default = ['std', 'quartz-runtime']30default = ['std', 'quartz-runtime']
190default-features = false199default-features = false
191git = "https://github.com/paritytech/substrate"200git = "https://github.com/paritytech/substrate"
192optional = true201optional = true
193branch = "polkadot-v0.9.33"202branch = "polkadot-v0.9.36"
194203
195[dependencies.frame-try-runtime]204[dependencies.frame-try-runtime]
196default-features = false205default-features = false
197git = "https://github.com/paritytech/substrate"206git = "https://github.com/paritytech/substrate"
198optional = true207optional = true
199branch = "polkadot-v0.9.33"208branch = "polkadot-v0.9.36"
200209
201[dependencies.frame-executive]210[dependencies.frame-executive]
202default-features = false211default-features = false
203git = "https://github.com/paritytech/substrate"212git = "https://github.com/paritytech/substrate"
204branch = "polkadot-v0.9.33"213branch = "polkadot-v0.9.36"
205214
206[dependencies.frame-support]215[dependencies.frame-support]
207default-features = false216default-features = false
208git = "https://github.com/paritytech/substrate"217git = "https://github.com/paritytech/substrate"
209branch = "polkadot-v0.9.33"218branch = "polkadot-v0.9.36"
210219
211[dependencies.frame-system]220[dependencies.frame-system]
212default-features = false221default-features = false
213git = "https://github.com/paritytech/substrate"222git = "https://github.com/paritytech/substrate"
214branch = "polkadot-v0.9.33"223branch = "polkadot-v0.9.36"
215224
216[dependencies.frame-system-benchmarking]225[dependencies.frame-system-benchmarking]
217default-features = false226default-features = false
218git = "https://github.com/paritytech/substrate"227git = "https://github.com/paritytech/substrate"
219optional = true228optional = true
220branch = "polkadot-v0.9.33"229branch = "polkadot-v0.9.36"
221230
222[dependencies.frame-system-rpc-runtime-api]231[dependencies.frame-system-rpc-runtime-api]
223default-features = false232default-features = false
224git = "https://github.com/paritytech/substrate"233git = "https://github.com/paritytech/substrate"
225branch = "polkadot-v0.9.33"234branch = "polkadot-v0.9.36"
226235
227[dependencies.hex-literal]236[dependencies.hex-literal]
228optional = true237optional = true
237[dependencies.pallet-aura]246[dependencies.pallet-aura]
238default-features = false247default-features = false
239git = "https://github.com/paritytech/substrate"248git = "https://github.com/paritytech/substrate"
240branch = "polkadot-v0.9.33"249branch = "polkadot-v0.9.36"
241250
242[dependencies.pallet-balances]251[dependencies.pallet-balances]
243default-features = false252default-features = false
244git = "https://github.com/paritytech/substrate"253git = "https://github.com/paritytech/substrate"
245branch = "polkadot-v0.9.33"254branch = "polkadot-v0.9.36"
246255
247# Contracts specific packages256# Contracts specific packages
248# [dependencies.pallet-contracts]257# [dependencies.pallet-contracts]
266[dependencies.pallet-randomness-collective-flip]275[dependencies.pallet-randomness-collective-flip]
267default-features = false276default-features = false
268git = "https://github.com/paritytech/substrate"277git = "https://github.com/paritytech/substrate"
269branch = "polkadot-v0.9.33"278branch = "polkadot-v0.9.36"
270279
271[dependencies.pallet-sudo]280[dependencies.pallet-sudo]
272default-features = false281default-features = false
273git = "https://github.com/paritytech/substrate"282git = "https://github.com/paritytech/substrate"
274branch = "polkadot-v0.9.33"283branch = "polkadot-v0.9.36"
275284
276[dependencies.pallet-timestamp]285[dependencies.pallet-timestamp]
277default-features = false286default-features = false
278git = "https://github.com/paritytech/substrate"287git = "https://github.com/paritytech/substrate"
279branch = "polkadot-v0.9.33"288branch = "polkadot-v0.9.36"
280289
281[dependencies.pallet-transaction-payment]290[dependencies.pallet-transaction-payment]
282default-features = false291default-features = false
283git = "https://github.com/paritytech/substrate"292git = "https://github.com/paritytech/substrate"
284branch = "polkadot-v0.9.33"293branch = "polkadot-v0.9.36"
285294
286[dependencies.pallet-transaction-payment-rpc-runtime-api]295[dependencies.pallet-transaction-payment-rpc-runtime-api]
287default-features = false296default-features = false
288git = "https://github.com/paritytech/substrate"297git = "https://github.com/paritytech/substrate"
289branch = "polkadot-v0.9.33"298branch = "polkadot-v0.9.36"
290299
291[dependencies.pallet-treasury]300[dependencies.pallet-treasury]
292default-features = false301default-features = false
293git = "https://github.com/paritytech/substrate"302git = "https://github.com/paritytech/substrate"
294branch = "polkadot-v0.9.33"303branch = "polkadot-v0.9.36"
295304
296[dependencies.sp-arithmetic]305[dependencies.sp-arithmetic]
297default-features = false306default-features = false
298git = "https://github.com/paritytech/substrate"307git = "https://github.com/paritytech/substrate"
299branch = "polkadot-v0.9.33"308branch = "polkadot-v0.9.36"
300309
301[dependencies.sp-api]310[dependencies.sp-api]
302default-features = false311default-features = false
303git = "https://github.com/paritytech/substrate"312git = "https://github.com/paritytech/substrate"
304branch = "polkadot-v0.9.33"313branch = "polkadot-v0.9.36"
305314
306[dependencies.sp-block-builder]315[dependencies.sp-block-builder]
307default-features = false316default-features = false
308git = "https://github.com/paritytech/substrate"317git = "https://github.com/paritytech/substrate"
309branch = "polkadot-v0.9.33"318branch = "polkadot-v0.9.36"
310319
311[dependencies.sp-core]320[dependencies.sp-core]
312default-features = false321default-features = false
313git = "https://github.com/paritytech/substrate"322git = "https://github.com/paritytech/substrate"
314branch = "polkadot-v0.9.33"323branch = "polkadot-v0.9.36"
315324
316[dependencies.sp-consensus-aura]325[dependencies.sp-consensus-aura]
317default-features = false326default-features = false
318git = "https://github.com/paritytech/substrate"327git = "https://github.com/paritytech/substrate"
319branch = "polkadot-v0.9.33"328branch = "polkadot-v0.9.36"
320329
321[dependencies.sp-inherents]330[dependencies.sp-inherents]
322default-features = false331default-features = false
323git = "https://github.com/paritytech/substrate"332git = "https://github.com/paritytech/substrate"
324branch = "polkadot-v0.9.33"333branch = "polkadot-v0.9.36"
325334
326[dependencies.sp-io]335[dependencies.sp-io]
327default-features = false336default-features = false
328git = "https://github.com/paritytech/substrate"337git = "https://github.com/paritytech/substrate"
329branch = "polkadot-v0.9.33"338branch = "polkadot-v0.9.36"
330339
331[dependencies.sp-offchain]340[dependencies.sp-offchain]
332default-features = false341default-features = false
333git = "https://github.com/paritytech/substrate"342git = "https://github.com/paritytech/substrate"
334branch = "polkadot-v0.9.33"343branch = "polkadot-v0.9.36"
335344
336[dependencies.sp-runtime]345[dependencies.sp-runtime]
337default-features = false346default-features = false
338git = "https://github.com/paritytech/substrate"347git = "https://github.com/paritytech/substrate"
339branch = "polkadot-v0.9.33"348branch = "polkadot-v0.9.36"
340349
341[dependencies.sp-session]350[dependencies.sp-session]
342default-features = false351default-features = false
343git = "https://github.com/paritytech/substrate"352git = "https://github.com/paritytech/substrate"
344branch = "polkadot-v0.9.33"353branch = "polkadot-v0.9.36"
345354
346[dependencies.sp-std]355[dependencies.sp-std]
347default-features = false356default-features = false
348git = "https://github.com/paritytech/substrate"357git = "https://github.com/paritytech/substrate"
349branch = "polkadot-v0.9.33"358branch = "polkadot-v0.9.36"
350359
351[dependencies.sp-transaction-pool]360[dependencies.sp-transaction-pool]
352default-features = false361default-features = false
353git = "https://github.com/paritytech/substrate"362git = "https://github.com/paritytech/substrate"
354branch = "polkadot-v0.9.33"363branch = "polkadot-v0.9.36"
355364
356[dependencies.sp-version]365[dependencies.sp-version]
357default-features = false366default-features = false
358git = "https://github.com/paritytech/substrate"367git = "https://github.com/paritytech/substrate"
359branch = "polkadot-v0.9.33"368branch = "polkadot-v0.9.36"
360369
361[dependencies.smallvec]370[dependencies.smallvec]
362version = '1.6.1'371version = '1.6.1'
367[dependencies.parachain-info]376[dependencies.parachain-info]
368default-features = false377default-features = false
369git = "https://github.com/paritytech/cumulus"378git = "https://github.com/paritytech/cumulus"
370branch = "polkadot-v0.9.33"379branch = "draft-polkadot-v0.9.36"
371380
372[dependencies.cumulus-pallet-aura-ext]381[dependencies.cumulus-pallet-aura-ext]
373git = "https://github.com/paritytech/cumulus"382git = "https://github.com/paritytech/cumulus"
374branch = "polkadot-v0.9.33"383branch = "draft-polkadot-v0.9.36"
375default-features = false384default-features = false
376385
377[dependencies.cumulus-pallet-parachain-system]386[dependencies.cumulus-pallet-parachain-system]
378git = "https://github.com/paritytech/cumulus"387git = "https://github.com/paritytech/cumulus"
379branch = "polkadot-v0.9.33"388branch = "draft-polkadot-v0.9.36"
380default-features = false389default-features = false
381390
382[dependencies.cumulus-primitives-core]391[dependencies.cumulus-primitives-core]
383git = "https://github.com/paritytech/cumulus"392git = "https://github.com/paritytech/cumulus"
384branch = "polkadot-v0.9.33"393branch = "draft-polkadot-v0.9.36"
385default-features = false394default-features = false
386395
387[dependencies.cumulus-pallet-xcm]396[dependencies.cumulus-pallet-xcm]
388git = "https://github.com/paritytech/cumulus"397git = "https://github.com/paritytech/cumulus"
389branch = "polkadot-v0.9.33"398branch = "draft-polkadot-v0.9.36"
390default-features = false399default-features = false
391400
392[dependencies.cumulus-pallet-dmp-queue]401[dependencies.cumulus-pallet-dmp-queue]
393git = "https://github.com/paritytech/cumulus"402git = "https://github.com/paritytech/cumulus"
394branch = "polkadot-v0.9.33"403branch = "draft-polkadot-v0.9.36"
395default-features = false404default-features = false
396405
397[dependencies.cumulus-pallet-xcmp-queue]406[dependencies.cumulus-pallet-xcmp-queue]
398git = "https://github.com/paritytech/cumulus"407git = "https://github.com/paritytech/cumulus"
399branch = "polkadot-v0.9.33"408branch = "draft-polkadot-v0.9.36"
400default-features = false409default-features = false
401410
402[dependencies.cumulus-primitives-utility]411[dependencies.cumulus-primitives-utility]
403git = "https://github.com/paritytech/cumulus"412git = "https://github.com/paritytech/cumulus"
404branch = "polkadot-v0.9.33"413branch = "draft-polkadot-v0.9.36"
405default-features = false414default-features = false
406415
407[dependencies.cumulus-primitives-timestamp]416[dependencies.cumulus-primitives-timestamp]
408git = "https://github.com/paritytech/cumulus"417git = "https://github.com/paritytech/cumulus"
409branch = "polkadot-v0.9.33"418branch = "draft-polkadot-v0.9.36"
410default-features = false419default-features = false
411420
412################################################################################421################################################################################
413# Polkadot dependencies422# Polkadot dependencies
414423
415[dependencies.polkadot-parachain]424[dependencies.polkadot-parachain]
416git = "https://github.com/paritytech/polkadot"425git = "https://github.com/paritytech/polkadot"
417branch = "release-v0.9.33"426branch = "release-v0.9.36"
418default-features = false427default-features = false
419428
420[dependencies.xcm]429[dependencies.xcm]
421git = "https://github.com/paritytech/polkadot"430git = "https://github.com/paritytech/polkadot"
422branch = "release-v0.9.33"431branch = "release-v0.9.36"
423default-features = false432default-features = false
424433
425[dependencies.xcm-builder]434[dependencies.xcm-builder]
426git = "https://github.com/paritytech/polkadot"435git = "https://github.com/paritytech/polkadot"
427branch = "release-v0.9.33"436branch = "release-v0.9.36"
428default-features = false437default-features = false
429438
430[dependencies.xcm-executor]439[dependencies.xcm-executor]
431git = "https://github.com/paritytech/polkadot"440git = "https://github.com/paritytech/polkadot"
432branch = "release-v0.9.33"441branch = "release-v0.9.36"
433default-features = false442default-features = false
434443
435[dependencies.pallet-xcm]444[dependencies.pallet-xcm]
436git = "https://github.com/paritytech/polkadot"445git = "https://github.com/paritytech/polkadot"
437branch = "release-v0.9.33"446branch = "release-v0.9.36"
438default-features = false447default-features = false
439448
440################################################################################449################################################################################
463pallet-unique = { path = '../../pallets/unique', default-features = false }472pallet-unique = { path = '../../pallets/unique', default-features = false }
464up-rpc = { path = "../../primitives/rpc", default-features = false }473up-rpc = { path = "../../primitives/rpc", default-features = false }
465app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }474app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }
466fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }475fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
467fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }476fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
468pallet-inflation = { path = '../../pallets/inflation', default-features = false }477pallet-inflation = { path = '../../pallets/inflation', default-features = false }
469pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }478pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }
470up-data-structs = { path = '../../primitives/data-structs', default-features = false }479up-data-structs = { path = '../../primitives/data-structs', default-features = false }
477pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }486pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }
478pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }487pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
479# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }488# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
480pallet-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" }489pallet-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" }
481pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }490pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
482pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }491pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
483pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }492pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
484pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }493pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
485pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }494pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
486pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }495pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
487pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }496pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
488fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }497fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
489fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }498fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
490pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }499pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
491evm-coder = { default-features = false, path = '../../crates/evm-coder' }500evm-coder = { default-features = false, path = '../../crates/evm-coder' }
492up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.33' }501up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.36' }
493pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }502pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }
494pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }503pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }
495precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }504precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }
511520
512[build-dependencies.substrate-wasm-builder]521[build-dependencies.substrate-wasm-builder]
513git = "https://github.com/paritytech/substrate"522git = "https://github.com/paritytech/substrate"
514branch = "polkadot-v0.9.33"523branch = "polkadot-v0.9.36"
515524
modifiedruntime/tests/Cargo.tomldiffbeforeafterboth
11[dependencies]11[dependencies]
12up-data-structs = { default-features = false, path = '../../primitives/data-structs' }12up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
1313
14sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }14sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
15sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
16sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
17sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
1818
19fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }19fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
2020
21frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }21frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
22frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }22frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
2323
24pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }24pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
25pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }25pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
26pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }26pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
2727
28pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }28pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
29pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }29pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
3030
31pallet-common = { path = '../../pallets/common' }31pallet-common = { path = '../../pallets/common' }
32pallet-structure = { path = '../../pallets/structure' }32pallet-structure = { path = '../../pallets/structure' }
43scale-info = "*"43scale-info = "*"
4444
45evm-coder = { default-features = false, path = '../../crates/evm-coder' }45evm-coder = { default-features = false, path = '../../crates/evm-coder' }
46up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33" }46up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36" }
4747
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
1################################################################################1################################################################################
2# Package2# Package
3
4cargo-features = ["workspace-inheritance"]
53
6[package]4[package]
7authors = ['Unique Network <support@uniquenetwork.io>']5authors = ['Unique Network <support@uniquenetwork.io>']
12license = 'GPLv3'10license = 'GPLv3'
13name = 'unique-runtime'11name = 'unique-runtime'
14repository = 'https://github.com/UniqueNetwork/unique-chain'12repository = 'https://github.com/UniqueNetwork/unique-chain'
15version = '0.9.33'13version.workspace = true
1614
17[package.metadata.docs.rs]15[package.metadata.docs.rs]
18targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']
17
18[package.metadata.deppatcher.originals.dependencies]
19parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
20cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
21cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
22cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
23cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
24cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
25cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
26cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
27cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }
1928
20[features]29[features]
21default = ['std', 'unique-runtime']30default = ['std', 'unique-runtime']
191default-features = false200default-features = false
192git = "https://github.com/paritytech/substrate"201git = "https://github.com/paritytech/substrate"
193optional = true202optional = true
194branch = "polkadot-v0.9.33"203branch = "polkadot-v0.9.36"
195204
196[dependencies.frame-try-runtime]205[dependencies.frame-try-runtime]
197default-features = false206default-features = false
198git = "https://github.com/paritytech/substrate"207git = "https://github.com/paritytech/substrate"
199optional = true208optional = true
200branch = "polkadot-v0.9.33"209branch = "polkadot-v0.9.36"
201210
202[dependencies.frame-executive]211[dependencies.frame-executive]
203default-features = false212default-features = false
204git = "https://github.com/paritytech/substrate"213git = "https://github.com/paritytech/substrate"
205branch = "polkadot-v0.9.33"214branch = "polkadot-v0.9.36"
206215
207[dependencies.frame-support]216[dependencies.frame-support]
208default-features = false217default-features = false
209git = "https://github.com/paritytech/substrate"218git = "https://github.com/paritytech/substrate"
210branch = "polkadot-v0.9.33"219branch = "polkadot-v0.9.36"
211220
212[dependencies.frame-system]221[dependencies.frame-system]
213default-features = false222default-features = false
214git = "https://github.com/paritytech/substrate"223git = "https://github.com/paritytech/substrate"
215branch = "polkadot-v0.9.33"224branch = "polkadot-v0.9.36"
216225
217[dependencies.frame-system-benchmarking]226[dependencies.frame-system-benchmarking]
218default-features = false227default-features = false
219git = "https://github.com/paritytech/substrate"228git = "https://github.com/paritytech/substrate"
220optional = true229optional = true
221branch = "polkadot-v0.9.33"230branch = "polkadot-v0.9.36"
222231
223[dependencies.frame-system-rpc-runtime-api]232[dependencies.frame-system-rpc-runtime-api]
224default-features = false233default-features = false
225git = "https://github.com/paritytech/substrate"234git = "https://github.com/paritytech/substrate"
226branch = "polkadot-v0.9.33"235branch = "polkadot-v0.9.36"
227236
228[dependencies.hex-literal]237[dependencies.hex-literal]
229optional = true238optional = true
238[dependencies.pallet-aura]247[dependencies.pallet-aura]
239default-features = false248default-features = false
240git = "https://github.com/paritytech/substrate"249git = "https://github.com/paritytech/substrate"
241branch = "polkadot-v0.9.33"250branch = "polkadot-v0.9.36"
242251
243[dependencies.pallet-balances]252[dependencies.pallet-balances]
244default-features = false253default-features = false
245git = "https://github.com/paritytech/substrate"254git = "https://github.com/paritytech/substrate"
246branch = "polkadot-v0.9.33"255branch = "polkadot-v0.9.36"
247256
248# Contracts specific packages257# Contracts specific packages
249# [dependencies.pallet-contracts]258# [dependencies.pallet-contracts]
267[dependencies.pallet-randomness-collective-flip]276[dependencies.pallet-randomness-collective-flip]
268default-features = false277default-features = false
269git = "https://github.com/paritytech/substrate"278git = "https://github.com/paritytech/substrate"
270branch = "polkadot-v0.9.33"279branch = "polkadot-v0.9.36"
271280
272[dependencies.pallet-sudo]281[dependencies.pallet-sudo]
273default-features = false282default-features = false
274git = "https://github.com/paritytech/substrate"283git = "https://github.com/paritytech/substrate"
275branch = "polkadot-v0.9.33"284branch = "polkadot-v0.9.36"
276285
277[dependencies.pallet-timestamp]286[dependencies.pallet-timestamp]
278default-features = false287default-features = false
279git = "https://github.com/paritytech/substrate"288git = "https://github.com/paritytech/substrate"
280branch = "polkadot-v0.9.33"289branch = "polkadot-v0.9.36"
281290
282[dependencies.pallet-transaction-payment]291[dependencies.pallet-transaction-payment]
283default-features = false292default-features = false
284git = "https://github.com/paritytech/substrate"293git = "https://github.com/paritytech/substrate"
285branch = "polkadot-v0.9.33"294branch = "polkadot-v0.9.36"
286295
287[dependencies.pallet-transaction-payment-rpc-runtime-api]296[dependencies.pallet-transaction-payment-rpc-runtime-api]
288default-features = false297default-features = false
289git = "https://github.com/paritytech/substrate"298git = "https://github.com/paritytech/substrate"
290branch = "polkadot-v0.9.33"299branch = "polkadot-v0.9.36"
291300
292[dependencies.pallet-treasury]301[dependencies.pallet-treasury]
293default-features = false302default-features = false
294git = "https://github.com/paritytech/substrate"303git = "https://github.com/paritytech/substrate"
295branch = "polkadot-v0.9.33"304branch = "polkadot-v0.9.36"
296305
297[dependencies.sp-arithmetic]306[dependencies.sp-arithmetic]
298default-features = false307default-features = false
299git = "https://github.com/paritytech/substrate"308git = "https://github.com/paritytech/substrate"
300branch = "polkadot-v0.9.33"309branch = "polkadot-v0.9.36"
301310
302[dependencies.sp-api]311[dependencies.sp-api]
303default-features = false312default-features = false
304git = "https://github.com/paritytech/substrate"313git = "https://github.com/paritytech/substrate"
305branch = "polkadot-v0.9.33"314branch = "polkadot-v0.9.36"
306315
307[dependencies.sp-block-builder]316[dependencies.sp-block-builder]
308default-features = false317default-features = false
309git = "https://github.com/paritytech/substrate"318git = "https://github.com/paritytech/substrate"
310branch = "polkadot-v0.9.33"319branch = "polkadot-v0.9.36"
311320
312[dependencies.sp-core]321[dependencies.sp-core]
313default-features = false322default-features = false
314git = "https://github.com/paritytech/substrate"323git = "https://github.com/paritytech/substrate"
315branch = "polkadot-v0.9.33"324branch = "polkadot-v0.9.36"
316325
317[dependencies.sp-consensus-aura]326[dependencies.sp-consensus-aura]
318default-features = false327default-features = false
319git = "https://github.com/paritytech/substrate"328git = "https://github.com/paritytech/substrate"
320branch = "polkadot-v0.9.33"329branch = "polkadot-v0.9.36"
321330
322[dependencies.sp-inherents]331[dependencies.sp-inherents]
323default-features = false332default-features = false
324git = "https://github.com/paritytech/substrate"333git = "https://github.com/paritytech/substrate"
325branch = "polkadot-v0.9.33"334branch = "polkadot-v0.9.36"
326335
327[dependencies.sp-io]336[dependencies.sp-io]
328default-features = false337default-features = false
329git = "https://github.com/paritytech/substrate"338git = "https://github.com/paritytech/substrate"
330branch = "polkadot-v0.9.33"339branch = "polkadot-v0.9.36"
331340
332[dependencies.sp-offchain]341[dependencies.sp-offchain]
333default-features = false342default-features = false
334git = "https://github.com/paritytech/substrate"343git = "https://github.com/paritytech/substrate"
335branch = "polkadot-v0.9.33"344branch = "polkadot-v0.9.36"
336345
337[dependencies.sp-runtime]346[dependencies.sp-runtime]
338default-features = false347default-features = false
339git = "https://github.com/paritytech/substrate"348git = "https://github.com/paritytech/substrate"
340branch = "polkadot-v0.9.33"349branch = "polkadot-v0.9.36"
341350
342[dependencies.sp-session]351[dependencies.sp-session]
343default-features = false352default-features = false
344git = "https://github.com/paritytech/substrate"353git = "https://github.com/paritytech/substrate"
345branch = "polkadot-v0.9.33"354branch = "polkadot-v0.9.36"
346355
347[dependencies.sp-std]356[dependencies.sp-std]
348default-features = false357default-features = false
349git = "https://github.com/paritytech/substrate"358git = "https://github.com/paritytech/substrate"
350branch = "polkadot-v0.9.33"359branch = "polkadot-v0.9.36"
351360
352[dependencies.sp-transaction-pool]361[dependencies.sp-transaction-pool]
353default-features = false362default-features = false
354git = "https://github.com/paritytech/substrate"363git = "https://github.com/paritytech/substrate"
355branch = "polkadot-v0.9.33"364branch = "polkadot-v0.9.36"
356365
357[dependencies.sp-version]366[dependencies.sp-version]
358default-features = false367default-features = false
359git = "https://github.com/paritytech/substrate"368git = "https://github.com/paritytech/substrate"
360branch = "polkadot-v0.9.33"369branch = "polkadot-v0.9.36"
361370
362[dependencies.smallvec]371[dependencies.smallvec]
363version = '1.6.1'372version = '1.6.1'
368[dependencies.parachain-info]377[dependencies.parachain-info]
369default-features = false378default-features = false
370git = "https://github.com/paritytech/cumulus"379git = "https://github.com/paritytech/cumulus"
371branch = "polkadot-v0.9.33"380branch = "draft-polkadot-v0.9.36"
372381
373[dependencies.cumulus-pallet-aura-ext]382[dependencies.cumulus-pallet-aura-ext]
374git = "https://github.com/paritytech/cumulus"383git = "https://github.com/paritytech/cumulus"
375branch = "polkadot-v0.9.33"384branch = "draft-polkadot-v0.9.36"
376default-features = false385default-features = false
377386
378[dependencies.cumulus-pallet-parachain-system]387[dependencies.cumulus-pallet-parachain-system]
379git = "https://github.com/paritytech/cumulus"388git = "https://github.com/paritytech/cumulus"
380branch = "polkadot-v0.9.33"389branch = "draft-polkadot-v0.9.36"
381default-features = false390default-features = false
382391
383[dependencies.cumulus-primitives-core]392[dependencies.cumulus-primitives-core]
384git = "https://github.com/paritytech/cumulus"393git = "https://github.com/paritytech/cumulus"
385branch = "polkadot-v0.9.33"394branch = "draft-polkadot-v0.9.36"
386default-features = false395default-features = false
387396
388[dependencies.cumulus-pallet-xcm]397[dependencies.cumulus-pallet-xcm]
389git = "https://github.com/paritytech/cumulus"398git = "https://github.com/paritytech/cumulus"
390branch = "polkadot-v0.9.33"399branch = "draft-polkadot-v0.9.36"
391default-features = false400default-features = false
392401
393[dependencies.cumulus-pallet-dmp-queue]402[dependencies.cumulus-pallet-dmp-queue]
394git = "https://github.com/paritytech/cumulus"403git = "https://github.com/paritytech/cumulus"
395branch = "polkadot-v0.9.33"404branch = "draft-polkadot-v0.9.36"
396default-features = false405default-features = false
397406
398[dependencies.cumulus-pallet-xcmp-queue]407[dependencies.cumulus-pallet-xcmp-queue]
399git = "https://github.com/paritytech/cumulus"408git = "https://github.com/paritytech/cumulus"
400branch = "polkadot-v0.9.33"409branch = "draft-polkadot-v0.9.36"
401default-features = false410default-features = false
402411
403[dependencies.cumulus-primitives-utility]412[dependencies.cumulus-primitives-utility]
404git = "https://github.com/paritytech/cumulus"413git = "https://github.com/paritytech/cumulus"
405branch = "polkadot-v0.9.33"414branch = "draft-polkadot-v0.9.36"
406default-features = false415default-features = false
407416
408[dependencies.cumulus-primitives-timestamp]417[dependencies.cumulus-primitives-timestamp]
409git = "https://github.com/paritytech/cumulus"418git = "https://github.com/paritytech/cumulus"
410branch = "polkadot-v0.9.33"419branch = "draft-polkadot-v0.9.36"
411default-features = false420default-features = false
412421
413################################################################################422################################################################################
414# Polkadot dependencies423# Polkadot dependencies
415424
416[dependencies.polkadot-parachain]425[dependencies.polkadot-parachain]
417git = "https://github.com/paritytech/polkadot"426git = "https://github.com/paritytech/polkadot"
418branch = "release-v0.9.33"427branch = "release-v0.9.36"
419default-features = false428default-features = false
420429
421[dependencies.xcm]430[dependencies.xcm]
422git = "https://github.com/paritytech/polkadot"431git = "https://github.com/paritytech/polkadot"
423branch = "release-v0.9.33"432branch = "release-v0.9.36"
424default-features = false433default-features = false
425434
426[dependencies.xcm-builder]435[dependencies.xcm-builder]
427git = "https://github.com/paritytech/polkadot"436git = "https://github.com/paritytech/polkadot"
428branch = "release-v0.9.33"437branch = "release-v0.9.36"
429default-features = false438default-features = false
430439
431[dependencies.xcm-executor]440[dependencies.xcm-executor]
432git = "https://github.com/paritytech/polkadot"441git = "https://github.com/paritytech/polkadot"
433branch = "release-v0.9.33"442branch = "release-v0.9.36"
434default-features = false443default-features = false
435444
436[dependencies.pallet-xcm]445[dependencies.pallet-xcm]
437git = "https://github.com/paritytech/polkadot"446git = "https://github.com/paritytech/polkadot"
438branch = "release-v0.9.33"447branch = "release-v0.9.36"
439default-features = false448default-features = false
440449
441################################################################################450################################################################################
469pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }478pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }
470pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }479pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
471# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }480# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
472pallet-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" }481pallet-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" }
473pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }482pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
474pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }483pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
475pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }484pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
476pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }485pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
477pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }486pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
478pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }487pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
479pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }488pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
480fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }489fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
481fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }490fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
482fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }491fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
483fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }492fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
484pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }493pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
485evm-coder = { default-features = false, path = '../../crates/evm-coder' }494evm-coder = { default-features = false, path = '../../crates/evm-coder' }
486up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.33' }495up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.36' }
487pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }496pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }
488pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }497pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }
489precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }498precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }
505514
506[build-dependencies.substrate-wasm-builder]515[build-dependencies.substrate-wasm-builder]
507git = "https://github.com/paritytech/substrate"516git = "https://github.com/paritytech/substrate"
508branch = "polkadot-v0.9.33"517branch = "polkadot-v0.9.36"
509518
modifiedtest-pallets/utils/Cargo.tomldiffbeforeafterboth
10scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }12scale-info = { version = "2.1.1", default-features = false, features = [
13 "derive",
14] }
11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
13# pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }17# pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }
14pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }18pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }
15sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }19sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
1620
17[features]21[features]
18default = ["std"]22default = ["std"]
modifiedtest-pallets/utils/src/lib.rsdiffbeforeafterboth
7575
76 #[pallet::call]76 #[pallet::call]
77 impl<T: Config> Pallet<T> {77 impl<T: Config> Pallet<T> {
78 #[pallet::call_index(0)]
78 #[pallet::weight(10_000)]79 #[pallet::weight(10_000)]
79 pub fn enable(origin: OriginFor<T>) -> DispatchResult {80 pub fn enable(origin: OriginFor<T>) -> DispatchResult {
80 ensure_root(origin)?;81 ensure_root(origin)?;
83 Ok(())84 Ok(())
84 }85 }
8586
87 #[pallet::call_index(1)]
86 #[pallet::weight(10_000)]88 #[pallet::weight(10_000)]
87 pub fn set_test_value(origin: OriginFor<T>, value: u32) -> DispatchResult {89 pub fn set_test_value(origin: OriginFor<T>, value: u32) -> DispatchResult {
88 Self::ensure_origin_and_enabled(origin)?;90 Self::ensure_origin_and_enabled(origin)?;
94 Ok(())96 Ok(())
95 }97 }
9698
99 #[pallet::call_index(2)]
97 #[pallet::weight(10_000)]100 #[pallet::weight(10_000)]
98 pub fn set_test_value_and_rollback(origin: OriginFor<T>, value: u32) -> DispatchResult {101 pub fn set_test_value_and_rollback(origin: OriginFor<T>, value: u32) -> DispatchResult {
99 Self::set_test_value(origin, value)?;102 Self::set_test_value(origin, value)?;
103 Err(<Error<T>>::TriggerRollback.into())106 Err(<Error<T>>::TriggerRollback.into())
104 }107 }
105108
109 #[pallet::call_index(3)]
106 #[pallet::weight(10_000)]110 #[pallet::weight(10_000)]
107 pub fn inc_test_value(origin: OriginFor<T>) -> DispatchResult {111 pub fn inc_test_value(origin: OriginFor<T>) -> DispatchResult {
108 Self::set_test_value(origin, <TestValue<T>>::get() + 1)112 Self::set_test_value(origin, <TestValue<T>>::get() + 1)
124 // Ok(())128 // Ok(())
125 // }129 // }
126130
131 #[pallet::call_index(4)]
127 #[pallet::weight(100_000_000)]132 #[pallet::weight(100_000_000)]
128 pub fn just_take_fee(origin: OriginFor<T>) -> DispatchResult {133 pub fn just_take_fee(origin: OriginFor<T>) -> DispatchResult {
129 Self::ensure_origin_and_enabled(origin)?;134 Self::ensure_origin_and_enabled(origin)?;
130 Ok(())135 Ok(())
131 }136 }
132137
138 #[pallet::call_index(5)]
133 #[pallet::weight(10_000)]139 #[pallet::weight(10_000)]
134 pub fn batch_all(140 pub fn batch_all(
135 origin: OriginFor<T>,141 origin: OriginFor<T>,