git.delta.rocks / unique-network / refs/commits / d1c1a980e982

difftreelog

build switch to released cumulus

Yaroslav Bolyukin2022-12-22parent: #8c2e713.patch.diff
in: master

8 files changed

modifiedCargo.lockdiffbeforeafterboth
433[[package]]433[[package]]
434name = "beefy-gadget"434name = "beefy-gadget"
435version = "4.0.0-dev"435version = "4.0.0-dev"
436source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"436source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
437dependencies = [437dependencies = [
438 "array-bytes 4.2.0",438 "array-bytes 4.2.0",
439 "async-trait",439 "async-trait",
470[[package]]470[[package]]
471name = "beefy-gadget-rpc"471name = "beefy-gadget-rpc"
472version = "4.0.0-dev"472version = "4.0.0-dev"
473source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"473source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
474dependencies = [474dependencies = [
475 "beefy-gadget",475 "beefy-gadget",
476 "futures 0.3.25",476 "futures 0.3.25",
490[[package]]490[[package]]
491name = "beefy-merkle-tree"491name = "beefy-merkle-tree"
492version = "4.0.0-dev"492version = "4.0.0-dev"
493source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"493source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
494dependencies = [494dependencies = [
495 "sp-api",495 "sp-api",
496 "sp-beefy",496 "sp-beefy",
903903
904[[package]]904[[package]]
905name = "clap"905name = "clap"
906version = "4.0.29"906version = "4.0.30"
907source = "registry+https://github.com/rust-lang/crates.io-index"907source = "registry+https://github.com/rust-lang/crates.io-index"
908checksum = "4d63b9e9c07271b9957ad22c173bae2a4d9a81127680962039296abcd2f8251d"908checksum = "656ad1e55e23d287773f7d8192c300dc715c3eeded93b3da651d11c42cfd74d2"
909dependencies = [909dependencies = [
910 "bitflags",910 "bitflags",
911 "clap_derive",911 "clap_derive",
1300[[package]]1300[[package]]
1301name = "cumulus-client-cli"1301name = "cumulus-client-cli"
1302version = "0.1.0"1302version = "0.1.0"
1303source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"1303source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
1304dependencies = [1304dependencies = [
1305 "clap",1305 "clap",
1306 "parity-scale-codec 3.2.1",1306 "parity-scale-codec 3.2.1",
1315[[package]]1315[[package]]
1316name = "cumulus-client-collator"1316name = "cumulus-client-collator"
1317version = "0.1.0"1317version = "0.1.0"
1318source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"1318source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
1319dependencies = [1319dependencies = [
1320 "cumulus-client-consensus-common",1320 "cumulus-client-consensus-common",
1321 "cumulus-client-network",1321 "cumulus-client-network",
1338[[package]]1338[[package]]
1339name = "cumulus-client-consensus-aura"1339name = "cumulus-client-consensus-aura"
1340version = "0.1.0"1340version = "0.1.0"
1341source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"1341source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
1342dependencies = [1342dependencies = [
1343 "async-trait",1343 "async-trait",
1344 "cumulus-client-consensus-common",1344 "cumulus-client-consensus-common",
1367[[package]]1367[[package]]
1368name = "cumulus-client-consensus-common"1368name = "cumulus-client-consensus-common"
1369version = "0.1.0"1369version = "0.1.0"
1370source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"1370source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
1371dependencies = [1371dependencies = [
1372 "async-trait",1372 "async-trait",
1373 "cumulus-client-pov-recovery",
1374 "cumulus-primitives-core",
1373 "cumulus-relay-chain-interface",1375 "cumulus-relay-chain-interface",
1374 "dyn-clone",1376 "dyn-clone",
1375 "futures 0.3.25",1377 "futures 0.3.25",
1378 "log",
1376 "parity-scale-codec 3.2.1",1379 "parity-scale-codec 3.2.1",
1377 "polkadot-primitives",1380 "polkadot-primitives",
1378 "sc-client-api",1381 "sc-client-api",
1387[[package]]1390[[package]]
1388name = "cumulus-client-network"1391name = "cumulus-client-network"
1389version = "0.1.0"1392version = "0.1.0"
1390source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"1393source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
1391dependencies = [1394dependencies = [
1392 "async-trait",1395 "async-trait",
1393 "cumulus-relay-chain-interface",1396 "cumulus-relay-chain-interface",
1410[[package]]1413[[package]]
1411name = "cumulus-client-pov-recovery"1414name = "cumulus-client-pov-recovery"
1412version = "0.1.0"1415version = "0.1.0"
1413source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"1416source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
1414dependencies = [1417dependencies = [
1415 "cumulus-primitives-core",1418 "cumulus-primitives-core",
1416 "cumulus-relay-chain-interface",1419 "cumulus-relay-chain-interface",
1433[[package]]1436[[package]]
1434name = "cumulus-client-service"1437name = "cumulus-client-service"
1435version = "0.1.0"1438version = "0.1.0"
1436source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"1439source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
1437dependencies = [1440dependencies = [
1438 "cumulus-client-cli",1441 "cumulus-client-cli",
1439 "cumulus-client-collator",1442 "cumulus-client-collator",
1443 "cumulus-relay-chain-inprocess-interface",1446 "cumulus-relay-chain-inprocess-interface",
1444 "cumulus-relay-chain-interface",1447 "cumulus-relay-chain-interface",
1445 "cumulus-relay-chain-minimal-node",1448 "cumulus-relay-chain-minimal-node",
1449 "futures 0.3.25",
1446 "parking_lot 0.12.1",1450 "parking_lot 0.12.1",
1447 "polkadot-primitives",1451 "polkadot-primitives",
1448 "sc-client-api",1452 "sc-client-api",
1460[[package]]1464[[package]]
1461name = "cumulus-pallet-aura-ext"1465name = "cumulus-pallet-aura-ext"
1462version = "0.1.0"1466version = "0.1.0"
1463source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"1467source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
1464dependencies = [1468dependencies = [
1465 "frame-support",1469 "frame-support",
1466 "frame-system",1470 "frame-system",
1476[[package]]1480[[package]]
1477name = "cumulus-pallet-dmp-queue"1481name = "cumulus-pallet-dmp-queue"
1478version = "0.1.0"1482version = "0.1.0"
1479source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"1483source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
1480dependencies = [1484dependencies = [
1481 "cumulus-primitives-core",1485 "cumulus-primitives-core",
1482 "frame-support",1486 "frame-support",
1493[[package]]1497[[package]]
1494name = "cumulus-pallet-parachain-system"1498name = "cumulus-pallet-parachain-system"
1495version = "0.1.0"1499version = "0.1.0"
1496source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"1500source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
1497dependencies = [1501dependencies = [
1498 "bytes",1502 "bytes",
1499 "cumulus-pallet-parachain-system-proc-macro",1503 "cumulus-pallet-parachain-system-proc-macro",
1521[[package]]1525[[package]]
1522name = "cumulus-pallet-parachain-system-proc-macro"1526name = "cumulus-pallet-parachain-system-proc-macro"
1523version = "0.1.0"1527version = "0.1.0"
1524source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"1528source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
1525dependencies = [1529dependencies = [
1526 "proc-macro-crate",1530 "proc-macro-crate",
1527 "proc-macro2",1531 "proc-macro2",
1532[[package]]1536[[package]]
1533name = "cumulus-pallet-xcm"1537name = "cumulus-pallet-xcm"
1534version = "0.1.0"1538version = "0.1.0"
1535source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"1539source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
1536dependencies = [1540dependencies = [
1537 "cumulus-primitives-core",1541 "cumulus-primitives-core",
1538 "frame-support",1542 "frame-support",
1548[[package]]1552[[package]]
1549name = "cumulus-pallet-xcmp-queue"1553name = "cumulus-pallet-xcmp-queue"
1550version = "0.1.0"1554version = "0.1.0"
1551source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"1555source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
1552dependencies = [1556dependencies = [
1553 "cumulus-primitives-core",1557 "cumulus-primitives-core",
1554 "frame-support",1558 "frame-support",
1566[[package]]1570[[package]]
1567name = "cumulus-primitives-core"1571name = "cumulus-primitives-core"
1568version = "0.1.0"1572version = "0.1.0"
1569source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"1573source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
1570dependencies = [1574dependencies = [
1571 "parity-scale-codec 3.2.1",1575 "parity-scale-codec 3.2.1",
1572 "polkadot-core-primitives",1576 "polkadot-core-primitives",
1581[[package]]1585[[package]]
1582name = "cumulus-primitives-parachain-inherent"1586name = "cumulus-primitives-parachain-inherent"
1583version = "0.1.0"1587version = "0.1.0"
1584source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"1588source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
1585dependencies = [1589dependencies = [
1586 "async-trait",1590 "async-trait",
1587 "cumulus-primitives-core",1591 "cumulus-primitives-core",
1604[[package]]1608[[package]]
1605name = "cumulus-primitives-timestamp"1609name = "cumulus-primitives-timestamp"
1606version = "0.1.0"1610version = "0.1.0"
1607source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"1611source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
1608dependencies = [1612dependencies = [
1609 "cumulus-primitives-core",1613 "cumulus-primitives-core",
1610 "futures 0.3.25",1614 "futures 0.3.25",
1617[[package]]1621[[package]]
1618name = "cumulus-primitives-utility"1622name = "cumulus-primitives-utility"
1619version = "0.1.0"1623version = "0.1.0"
1620source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"1624source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
1621dependencies = [1625dependencies = [
1622 "cumulus-primitives-core",1626 "cumulus-primitives-core",
1623 "frame-support",1627 "frame-support",
1633[[package]]1637[[package]]
1634name = "cumulus-relay-chain-inprocess-interface"1638name = "cumulus-relay-chain-inprocess-interface"
1635version = "0.1.0"1639version = "0.1.0"
1636source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"1640source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
1637dependencies = [1641dependencies = [
1638 "async-trait",1642 "async-trait",
1639 "cumulus-primitives-core",1643 "cumulus-primitives-core",
1658[[package]]1662[[package]]
1659name = "cumulus-relay-chain-interface"1663name = "cumulus-relay-chain-interface"
1660version = "0.1.0"1664version = "0.1.0"
1661source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"1665source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
1662dependencies = [1666dependencies = [
1663 "async-trait",1667 "async-trait",
1664 "cumulus-primitives-core",1668 "cumulus-primitives-core",
1678[[package]]1682[[package]]
1679name = "cumulus-relay-chain-minimal-node"1683name = "cumulus-relay-chain-minimal-node"
1680version = "0.1.0"1684version = "0.1.0"
1681source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"1685source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
1682dependencies = [1686dependencies = [
1683 "array-bytes 6.0.0",1687 "array-bytes 6.0.0",
1684 "async-trait",1688 "async-trait",
1718[[package]]1722[[package]]
1719name = "cumulus-relay-chain-rpc-interface"1723name = "cumulus-relay-chain-rpc-interface"
1720version = "0.1.0"1724version = "0.1.0"
1721source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"1725source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
1722dependencies = [1726dependencies = [
1723 "async-trait",1727 "async-trait",
1724 "cumulus-primitives-core",1728 "cumulus-primitives-core",
1747[[package]]1751[[package]]
1748name = "cumulus-test-relay-sproof-builder"1752name = "cumulus-test-relay-sproof-builder"
1749version = "0.1.0"1753version = "0.1.0"
1750source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"1754source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
1751dependencies = [1755dependencies = [
1752 "cumulus-primitives-core",1756 "cumulus-primitives-core",
1753 "parity-scale-codec 3.2.1",1757 "parity-scale-codec 3.2.1",
2709[[package]]2713[[package]]
2710name = "fork-tree"2714name = "fork-tree"
2711version = "3.0.0"2715version = "3.0.0"
2712source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2716source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
2713dependencies = [2717dependencies = [
2714 "parity-scale-codec 3.2.1",2718 "parity-scale-codec 3.2.1",
2715]2719]
2821[[package]]2825[[package]]
2822name = "frame-benchmarking"2826name = "frame-benchmarking"
2823version = "4.0.0-dev"2827version = "4.0.0-dev"
2824source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2828source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
2825dependencies = [2829dependencies = [
2826 "frame-support",2830 "frame-support",
2827 "frame-system",2831 "frame-system",
2844[[package]]2848[[package]]
2845name = "frame-benchmarking-cli"2849name = "frame-benchmarking-cli"
2846version = "4.0.0-dev"2850version = "4.0.0-dev"
2847source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2851source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
2848dependencies = [2852dependencies = [
2849 "Inflector",2853 "Inflector",
2850 "array-bytes 4.2.0",2854 "array-bytes 4.2.0",
2896[[package]]2900[[package]]
2897name = "frame-election-provider-solution-type"2901name = "frame-election-provider-solution-type"
2898version = "4.0.0-dev"2902version = "4.0.0-dev"
2899source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2903source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
2900dependencies = [2904dependencies = [
2901 "proc-macro-crate",2905 "proc-macro-crate",
2902 "proc-macro2",2906 "proc-macro2",
2907[[package]]2911[[package]]
2908name = "frame-election-provider-support"2912name = "frame-election-provider-support"
2909version = "4.0.0-dev"2913version = "4.0.0-dev"
2910source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2914source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
2911dependencies = [2915dependencies = [
2912 "frame-election-provider-solution-type",2916 "frame-election-provider-solution-type",
2913 "frame-support",2917 "frame-support",
2924[[package]]2928[[package]]
2925name = "frame-executive"2929name = "frame-executive"
2926version = "4.0.0-dev"2930version = "4.0.0-dev"
2927source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2931source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
2928dependencies = [2932dependencies = [
2929 "frame-support",2933 "frame-support",
2930 "frame-system",2934 "frame-system",
2953[[package]]2957[[package]]
2954name = "frame-remote-externalities"2958name = "frame-remote-externalities"
2955version = "0.10.0-dev"2959version = "0.10.0-dev"
2956source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2960source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
2957dependencies = [2961dependencies = [
2958 "env_logger",2962 "env_logger",
2959 "futures 0.3.25",2963 "futures 0.3.25",
2972[[package]]2976[[package]]
2973name = "frame-support"2977name = "frame-support"
2974version = "4.0.0-dev"2978version = "4.0.0-dev"
2975source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2979source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
2976dependencies = [2980dependencies = [
2977 "bitflags",2981 "bitflags",
2978 "frame-metadata",2982 "frame-metadata",
3004[[package]]3008[[package]]
3005name = "frame-support-procedural"3009name = "frame-support-procedural"
3006version = "4.0.0-dev"3010version = "4.0.0-dev"
3007source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3011source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
3008dependencies = [3012dependencies = [
3009 "Inflector",3013 "Inflector",
3010 "cfg-expr",3014 "cfg-expr",
3018[[package]]3022[[package]]
3019name = "frame-support-procedural-tools"3023name = "frame-support-procedural-tools"
3020version = "4.0.0-dev"3024version = "4.0.0-dev"
3021source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3025source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
3022dependencies = [3026dependencies = [
3023 "frame-support-procedural-tools-derive",3027 "frame-support-procedural-tools-derive",
3024 "proc-macro-crate",3028 "proc-macro-crate",
3030[[package]]3034[[package]]
3031name = "frame-support-procedural-tools-derive"3035name = "frame-support-procedural-tools-derive"
3032version = "3.0.0"3036version = "3.0.0"
3033source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3037source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
3034dependencies = [3038dependencies = [
3035 "proc-macro2",3039 "proc-macro2",
3036 "quote",3040 "quote",
3040[[package]]3044[[package]]
3041name = "frame-system"3045name = "frame-system"
3042version = "4.0.0-dev"3046version = "4.0.0-dev"
3043source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3047source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
3044dependencies = [3048dependencies = [
3045 "frame-support",3049 "frame-support",
3046 "log",3050 "log",
3058[[package]]3062[[package]]
3059name = "frame-system-benchmarking"3063name = "frame-system-benchmarking"
3060version = "4.0.0-dev"3064version = "4.0.0-dev"
3061source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3065source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
3062dependencies = [3066dependencies = [
3063 "frame-benchmarking",3067 "frame-benchmarking",
3064 "frame-support",3068 "frame-support",
3073[[package]]3077[[package]]
3074name = "frame-system-rpc-runtime-api"3078name = "frame-system-rpc-runtime-api"
3075version = "4.0.0-dev"3079version = "4.0.0-dev"
3076source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3080source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
3077dependencies = [3081dependencies = [
3078 "parity-scale-codec 3.2.1",3082 "parity-scale-codec 3.2.1",
3079 "sp-api",3083 "sp-api",
3082[[package]]3086[[package]]
3083name = "frame-try-runtime"3087name = "frame-try-runtime"
3084version = "0.10.0-dev"3088version = "0.10.0-dev"
3085source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3089source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
3086dependencies = [3090dependencies = [
3087 "frame-support",3091 "frame-support",
3088 "parity-scale-codec 3.2.1",3092 "parity-scale-codec 3.2.1",
34063410
3407[[package]]3411[[package]]
3408name = "handlebars"3412name = "handlebars"
3409version = "4.3.5"3413version = "4.3.6"
3410source = "registry+https://github.com/rust-lang/crates.io-index"3414source = "registry+https://github.com/rust-lang/crates.io-index"
3411checksum = "433e4ab33f1213cdc25b5fa45c76881240cfe79284cf2b395e8b9e312a30a2fd"3415checksum = "035ef95d03713f2c347a72547b7cd38cbc9af7cd51e6099fb62d586d4a6dee3a"
3412dependencies = [3416dependencies = [
3413 "log",3417 "log",
3414 "pest",3418 "pest",
3993[[package]]3997[[package]]
3994name = "kusama-runtime"3998name = "kusama-runtime"
3995version = "0.9.36"3999version = "0.9.36"
3996source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"4000source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
3997dependencies = [4001dependencies = [
3998 "bitvec 1.0.1",4002 "bitvec 1.0.1",
3999 "frame-benchmarking",4003 "frame-benchmarking",
4090[[package]]4094[[package]]
4091name = "kusama-runtime-constants"4095name = "kusama-runtime-constants"
4092version = "0.9.36"4096version = "0.9.36"
4093source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"4097source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
4094dependencies = [4098dependencies = [
4095 "frame-support",4099 "frame-support",
4096 "polkadot-primitives",4100 "polkadot-primitives",
41574161
4158[[package]]4162[[package]]
4159name = "libc"4163name = "libc"
4160version = "0.2.138"4164version = "0.2.139"
4161source = "registry+https://github.com/rust-lang/crates.io-index"4165source = "registry+https://github.com/rust-lang/crates.io-index"
4162checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"4166checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
41634167
4164[[package]]4168[[package]]
4165name = "libloading"4169name = "libloading"
4853[[package]]4857[[package]]
4854name = "mmr-gadget"4858name = "mmr-gadget"
4855version = "4.0.0-dev"4859version = "4.0.0-dev"
4856source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"4860source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
4857dependencies = [4861dependencies = [
4858 "futures 0.3.25",4862 "futures 0.3.25",
4859 "log",4863 "log",
4873[[package]]4877[[package]]
4874name = "mmr-rpc"4878name = "mmr-rpc"
4875version = "4.0.0-dev"4879version = "4.0.0-dev"
4876source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"4880source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
4877dependencies = [4881dependencies = [
4878 "anyhow",4882 "anyhow",
4879 "jsonrpsee",4883 "jsonrpsee",
5427[[package]]5431[[package]]
5428name = "orml-tokens"5432name = "orml-tokens"
5429version = "0.4.1-dev"5433version = "0.4.1-dev"
5430source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#a0e5ed97ddafed2f4fe40dd4286a2c58edcbbac6"5434source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"
5431dependencies = [5435dependencies = [
5432 "frame-support",5436 "frame-support",
5433 "frame-system",5437 "frame-system",
5442[[package]]5446[[package]]
5443name = "orml-traits"5447name = "orml-traits"
5444version = "0.4.1-dev"5448version = "0.4.1-dev"
5445source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#a0e5ed97ddafed2f4fe40dd4286a2c58edcbbac6"5449source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"
5446dependencies = [5450dependencies = [
5447 "frame-support",5451 "frame-support",
5448 "impl-trait-for-tuples",5452 "impl-trait-for-tuples",
5460[[package]]5464[[package]]
5461name = "orml-utilities"5465name = "orml-utilities"
5462version = "0.4.1-dev"5466version = "0.4.1-dev"
5463source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#a0e5ed97ddafed2f4fe40dd4286a2c58edcbbac6"5467source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"
5464dependencies = [5468dependencies = [
5465 "frame-support",5469 "frame-support",
5466 "parity-scale-codec 3.2.1",5470 "parity-scale-codec 3.2.1",
5474[[package]]5478[[package]]
5475name = "orml-vesting"5479name = "orml-vesting"
5476version = "0.4.1-dev"5480version = "0.4.1-dev"
5477source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#a0e5ed97ddafed2f4fe40dd4286a2c58edcbbac6"5481source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"
5478dependencies = [5482dependencies = [
5479 "frame-support",5483 "frame-support",
5480 "frame-system",5484 "frame-system",
5489[[package]]5493[[package]]
5490name = "orml-xcm-support"5494name = "orml-xcm-support"
5491version = "0.4.1-dev"5495version = "0.4.1-dev"
5492source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#a0e5ed97ddafed2f4fe40dd4286a2c58edcbbac6"5496source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"
5493dependencies = [5497dependencies = [
5494 "frame-support",5498 "frame-support",
5495 "orml-traits",5499 "orml-traits",
5503[[package]]5507[[package]]
5504name = "orml-xtokens"5508name = "orml-xtokens"
5505version = "0.4.1-dev"5509version = "0.4.1-dev"
5506source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#a0e5ed97ddafed2f4fe40dd4286a2c58edcbbac6"5510source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"
5507dependencies = [5511dependencies = [
5508 "cumulus-primitives-core",5512 "cumulus-primitives-core",
5509 "frame-support",5513 "frame-support",
5572[[package]]5576[[package]]
5573name = "pallet-aura"5577name = "pallet-aura"
5574version = "4.0.0-dev"5578version = "4.0.0-dev"
5575source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5579source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5576dependencies = [5580dependencies = [
5577 "frame-support",5581 "frame-support",
5578 "frame-system",5582 "frame-system",
5588[[package]]5592[[package]]
5589name = "pallet-authority-discovery"5593name = "pallet-authority-discovery"
5590version = "4.0.0-dev"5594version = "4.0.0-dev"
5591source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5595source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5592dependencies = [5596dependencies = [
5593 "frame-support",5597 "frame-support",
5594 "frame-system",5598 "frame-system",
5604[[package]]5608[[package]]
5605name = "pallet-authorship"5609name = "pallet-authorship"
5606version = "4.0.0-dev"5610version = "4.0.0-dev"
5607source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5611source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5608dependencies = [5612dependencies = [
5609 "frame-support",5613 "frame-support",
5610 "frame-system",5614 "frame-system",
5619[[package]]5623[[package]]
5620name = "pallet-babe"5624name = "pallet-babe"
5621version = "4.0.0-dev"5625version = "4.0.0-dev"
5622source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5626source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5623dependencies = [5627dependencies = [
5624 "frame-benchmarking",5628 "frame-benchmarking",
5625 "frame-support",5629 "frame-support",
5643[[package]]5647[[package]]
5644name = "pallet-bags-list"5648name = "pallet-bags-list"
5645version = "4.0.0-dev"5649version = "4.0.0-dev"
5646source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5650source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5647dependencies = [5651dependencies = [
5648 "frame-benchmarking",5652 "frame-benchmarking",
5649 "frame-election-provider-support",5653 "frame-election-provider-support",
5663[[package]]5667[[package]]
5664name = "pallet-balances"5668name = "pallet-balances"
5665version = "4.0.0-dev"5669version = "4.0.0-dev"
5666source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5670source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5667dependencies = [5671dependencies = [
5668 "frame-benchmarking",5672 "frame-benchmarking",
5669 "frame-support",5673 "frame-support",
5693[[package]]5697[[package]]
5694name = "pallet-beefy"5698name = "pallet-beefy"
5695version = "4.0.0-dev"5699version = "4.0.0-dev"
5696source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5700source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5697dependencies = [5701dependencies = [
5698 "frame-support",5702 "frame-support",
5699 "frame-system",5703 "frame-system",
5709[[package]]5713[[package]]
5710name = "pallet-beefy-mmr"5714name = "pallet-beefy-mmr"
5711version = "4.0.0-dev"5715version = "4.0.0-dev"
5712source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5716source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5713dependencies = [5717dependencies = [
5714 "array-bytes 4.2.0",5718 "array-bytes 4.2.0",
5715 "beefy-merkle-tree",5719 "beefy-merkle-tree",
5732[[package]]5736[[package]]
5733name = "pallet-bounties"5737name = "pallet-bounties"
5734version = "4.0.0-dev"5738version = "4.0.0-dev"
5735source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5739source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5736dependencies = [5740dependencies = [
5737 "frame-benchmarking",5741 "frame-benchmarking",
5738 "frame-support",5742 "frame-support",
5750[[package]]5754[[package]]
5751name = "pallet-child-bounties"5755name = "pallet-child-bounties"
5752version = "4.0.0-dev"5756version = "4.0.0-dev"
5753source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5757source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5754dependencies = [5758dependencies = [
5755 "frame-benchmarking",5759 "frame-benchmarking",
5756 "frame-support",5760 "frame-support",
5769[[package]]5773[[package]]
5770name = "pallet-collective"5774name = "pallet-collective"
5771version = "4.0.0-dev"5775version = "4.0.0-dev"
5772source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5776source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5773dependencies = [5777dependencies = [
5774 "frame-benchmarking",5778 "frame-benchmarking",
5775 "frame-support",5779 "frame-support",
5824[[package]]5828[[package]]
5825name = "pallet-conviction-voting"5829name = "pallet-conviction-voting"
5826version = "4.0.0-dev"5830version = "4.0.0-dev"
5827source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5831source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5828dependencies = [5832dependencies = [
5829 "assert_matches",5833 "assert_matches",
5830 "frame-benchmarking",5834 "frame-benchmarking",
5841[[package]]5845[[package]]
5842name = "pallet-democracy"5846name = "pallet-democracy"
5843version = "4.0.0-dev"5847version = "4.0.0-dev"
5844source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5848source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5845dependencies = [5849dependencies = [
5846 "frame-benchmarking",5850 "frame-benchmarking",
5847 "frame-support",5851 "frame-support",
5859[[package]]5863[[package]]
5860name = "pallet-election-provider-multi-phase"5864name = "pallet-election-provider-multi-phase"
5861version = "4.0.0-dev"5865version = "4.0.0-dev"
5862source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5866source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5863dependencies = [5867dependencies = [
5864 "frame-benchmarking",5868 "frame-benchmarking",
5865 "frame-election-provider-support",5869 "frame-election-provider-support",
5883[[package]]5887[[package]]
5884name = "pallet-election-provider-support-benchmarking"5888name = "pallet-election-provider-support-benchmarking"
5885version = "4.0.0-dev"5889version = "4.0.0-dev"
5886source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5890source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5887dependencies = [5891dependencies = [
5888 "frame-benchmarking",5892 "frame-benchmarking",
5889 "frame-election-provider-support",5893 "frame-election-provider-support",
5896[[package]]5900[[package]]
5897name = "pallet-elections-phragmen"5901name = "pallet-elections-phragmen"
5898version = "5.0.0-dev"5902version = "5.0.0-dev"
5899source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5903source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
5900dependencies = [5904dependencies = [
5901 "frame-benchmarking",5905 "frame-benchmarking",
5902 "frame-support",5906 "frame-support",
6057[[package]]6061[[package]]
6058name = "pallet-fast-unstake"6062name = "pallet-fast-unstake"
6059version = "4.0.0-dev"6063version = "4.0.0-dev"
6060source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6064source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6061dependencies = [6065dependencies = [
6062 "frame-benchmarking",6066 "frame-benchmarking",
6063 "frame-election-provider-support",6067 "frame-election-provider-support",
6124[[package]]6128[[package]]
6125name = "pallet-grandpa"6129name = "pallet-grandpa"
6126version = "4.0.0-dev"6130version = "4.0.0-dev"
6127source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6131source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6128dependencies = [6132dependencies = [
6129 "frame-benchmarking",6133 "frame-benchmarking",
6130 "frame-support",6134 "frame-support",
6147[[package]]6151[[package]]
6148name = "pallet-identity"6152name = "pallet-identity"
6149version = "4.0.0-dev"6153version = "4.0.0-dev"
6150source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6154source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6151dependencies = [6155dependencies = [
6152 "enumflags2",6156 "enumflags2",
6153 "frame-benchmarking",6157 "frame-benchmarking",
6163[[package]]6167[[package]]
6164name = "pallet-im-online"6168name = "pallet-im-online"
6165version = "4.0.0-dev"6169version = "4.0.0-dev"
6166source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6170source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6167dependencies = [6171dependencies = [
6168 "frame-benchmarking",6172 "frame-benchmarking",
6169 "frame-support",6173 "frame-support",
6183[[package]]6187[[package]]
6184name = "pallet-indices"6188name = "pallet-indices"
6185version = "4.0.0-dev"6189version = "4.0.0-dev"
6186source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6190source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6187dependencies = [6191dependencies = [
6188 "frame-benchmarking",6192 "frame-benchmarking",
6189 "frame-support",6193 "frame-support",
6231[[package]]6235[[package]]
6232name = "pallet-membership"6236name = "pallet-membership"
6233version = "4.0.0-dev"6237version = "4.0.0-dev"
6234source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6238source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6235dependencies = [6239dependencies = [
6236 "frame-benchmarking",6240 "frame-benchmarking",
6237 "frame-support",6241 "frame-support",
6248[[package]]6252[[package]]
6249name = "pallet-mmr"6253name = "pallet-mmr"
6250version = "4.0.0-dev"6254version = "4.0.0-dev"
6251source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6255source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6252dependencies = [6256dependencies = [
6253 "frame-benchmarking",6257 "frame-benchmarking",
6254 "frame-support",6258 "frame-support",
6265[[package]]6269[[package]]
6266name = "pallet-multisig"6270name = "pallet-multisig"
6267version = "4.0.0-dev"6271version = "4.0.0-dev"
6268source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6272source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6269dependencies = [6273dependencies = [
6270 "frame-benchmarking",6274 "frame-benchmarking",
6271 "frame-support",6275 "frame-support",
6281[[package]]6285[[package]]
6282name = "pallet-nis"6286name = "pallet-nis"
6283version = "4.0.0-dev"6287version = "4.0.0-dev"
6284source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6288source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6285dependencies = [6289dependencies = [
6286 "frame-benchmarking",6290 "frame-benchmarking",
6287 "frame-support",6291 "frame-support",
6297[[package]]6301[[package]]
6298name = "pallet-nomination-pools"6302name = "pallet-nomination-pools"
6299version = "1.0.0"6303version = "1.0.0"
6300source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6304source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6301dependencies = [6305dependencies = [
6302 "frame-support",6306 "frame-support",
6303 "frame-system",6307 "frame-system",
6314[[package]]6318[[package]]
6315name = "pallet-nomination-pools-benchmarking"6319name = "pallet-nomination-pools-benchmarking"
6316version = "1.0.0"6320version = "1.0.0"
6317source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6321source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6318dependencies = [6322dependencies = [
6319 "frame-benchmarking",6323 "frame-benchmarking",
6320 "frame-election-provider-support",6324 "frame-election-provider-support",
6334[[package]]6338[[package]]
6335name = "pallet-nomination-pools-runtime-api"6339name = "pallet-nomination-pools-runtime-api"
6336version = "1.0.0-dev"6340version = "1.0.0-dev"
6337source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6341source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6338dependencies = [6342dependencies = [
6339 "parity-scale-codec 3.2.1",6343 "parity-scale-codec 3.2.1",
6340 "sp-api",6344 "sp-api",
6366[[package]]6370[[package]]
6367name = "pallet-offences"6371name = "pallet-offences"
6368version = "4.0.0-dev"6372version = "4.0.0-dev"
6369source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6373source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6370dependencies = [6374dependencies = [
6371 "frame-support",6375 "frame-support",
6372 "frame-system",6376 "frame-system",
6383[[package]]6387[[package]]
6384name = "pallet-offences-benchmarking"6388name = "pallet-offences-benchmarking"
6385version = "4.0.0-dev"6389version = "4.0.0-dev"
6386source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6390source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6387dependencies = [6391dependencies = [
6388 "frame-benchmarking",6392 "frame-benchmarking",
6389 "frame-election-provider-support",6393 "frame-election-provider-support",
6406[[package]]6410[[package]]
6407name = "pallet-preimage"6411name = "pallet-preimage"
6408version = "4.0.0-dev"6412version = "4.0.0-dev"
6409source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6413source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6410dependencies = [6414dependencies = [
6411 "frame-benchmarking",6415 "frame-benchmarking",
6412 "frame-support",6416 "frame-support",
6423[[package]]6427[[package]]
6424name = "pallet-proxy"6428name = "pallet-proxy"
6425version = "4.0.0-dev"6429version = "4.0.0-dev"
6426source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6430source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6427dependencies = [6431dependencies = [
6428 "frame-benchmarking",6432 "frame-benchmarking",
6429 "frame-support",6433 "frame-support",
6438[[package]]6442[[package]]
6439name = "pallet-randomness-collective-flip"6443name = "pallet-randomness-collective-flip"
6440version = "4.0.0-dev"6444version = "4.0.0-dev"
6441source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6445source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6442dependencies = [6446dependencies = [
6443 "frame-support",6447 "frame-support",
6444 "frame-system",6448 "frame-system",
6452[[package]]6456[[package]]
6453name = "pallet-ranked-collective"6457name = "pallet-ranked-collective"
6454version = "4.0.0-dev"6458version = "4.0.0-dev"
6455source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6459source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6456dependencies = [6460dependencies = [
6457 "frame-benchmarking",6461 "frame-benchmarking",
6458 "frame-support",6462 "frame-support",
6470[[package]]6474[[package]]
6471name = "pallet-recovery"6475name = "pallet-recovery"
6472version = "4.0.0-dev"6476version = "4.0.0-dev"
6473source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6477source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6474dependencies = [6478dependencies = [
6475 "frame-benchmarking",6479 "frame-benchmarking",
6476 "frame-support",6480 "frame-support",
6485[[package]]6489[[package]]
6486name = "pallet-referenda"6490name = "pallet-referenda"
6487version = "4.0.0-dev"6491version = "4.0.0-dev"
6488source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6492source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6489dependencies = [6493dependencies = [
6490 "assert_matches",6494 "assert_matches",
6491 "frame-benchmarking",6495 "frame-benchmarking",
6568[[package]]6572[[package]]
6569name = "pallet-scheduler"6573name = "pallet-scheduler"
6570version = "4.0.0-dev"6574version = "4.0.0-dev"
6571source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6575source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6572dependencies = [6576dependencies = [
6573 "frame-benchmarking",6577 "frame-benchmarking",
6574 "frame-support",6578 "frame-support",
6585[[package]]6589[[package]]
6586name = "pallet-session"6590name = "pallet-session"
6587version = "4.0.0-dev"6591version = "4.0.0-dev"
6588source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6592source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6589dependencies = [6593dependencies = [
6590 "frame-support",6594 "frame-support",
6591 "frame-system",6595 "frame-system",
6606[[package]]6610[[package]]
6607name = "pallet-session-benchmarking"6611name = "pallet-session-benchmarking"
6608version = "4.0.0-dev"6612version = "4.0.0-dev"
6609source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6613source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6610dependencies = [6614dependencies = [
6611 "frame-benchmarking",6615 "frame-benchmarking",
6612 "frame-support",6616 "frame-support",
6622[[package]]6626[[package]]
6623name = "pallet-society"6627name = "pallet-society"
6624version = "4.0.0-dev"6628version = "4.0.0-dev"
6625source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6629source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6626dependencies = [6630dependencies = [
6627 "frame-support",6631 "frame-support",
6628 "frame-system",6632 "frame-system",
6636[[package]]6640[[package]]
6637name = "pallet-staking"6641name = "pallet-staking"
6638version = "4.0.0-dev"6642version = "4.0.0-dev"
6639source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6643source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6640dependencies = [6644dependencies = [
6641 "frame-benchmarking",6645 "frame-benchmarking",
6642 "frame-election-provider-support",6646 "frame-election-provider-support",
6659[[package]]6663[[package]]
6660name = "pallet-staking-reward-curve"6664name = "pallet-staking-reward-curve"
6661version = "4.0.0-dev"6665version = "4.0.0-dev"
6662source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6666source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6663dependencies = [6667dependencies = [
6664 "proc-macro-crate",6668 "proc-macro-crate",
6665 "proc-macro2",6669 "proc-macro2",
6670[[package]]6674[[package]]
6671name = "pallet-staking-reward-fn"6675name = "pallet-staking-reward-fn"
6672version = "4.0.0-dev"6676version = "4.0.0-dev"
6673source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6677source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6674dependencies = [6678dependencies = [
6675 "log",6679 "log",
6676 "sp-arithmetic",6680 "sp-arithmetic",
6679[[package]]6683[[package]]
6680name = "pallet-state-trie-migration"6684name = "pallet-state-trie-migration"
6681version = "4.0.0-dev"6685version = "4.0.0-dev"
6682source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6683dependencies = [6687dependencies = [
6684 "frame-benchmarking",6688 "frame-benchmarking",
6685 "frame-support",6689 "frame-support",
6711[[package]]6715[[package]]
6712name = "pallet-sudo"6716name = "pallet-sudo"
6713version = "4.0.0-dev"6717version = "4.0.0-dev"
6714source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6718source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6715dependencies = [6719dependencies = [
6716 "frame-support",6720 "frame-support",
6717 "frame-system",6721 "frame-system",
6757[[package]]6761[[package]]
6758name = "pallet-timestamp"6762name = "pallet-timestamp"
6759version = "4.0.0-dev"6763version = "4.0.0-dev"
6760source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6764source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6761dependencies = [6765dependencies = [
6762 "frame-benchmarking",6766 "frame-benchmarking",
6763 "frame-support",6767 "frame-support",
6775[[package]]6779[[package]]
6776name = "pallet-tips"6780name = "pallet-tips"
6777version = "4.0.0-dev"6781version = "4.0.0-dev"
6778source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6782source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6779dependencies = [6783dependencies = [
6780 "frame-benchmarking",6784 "frame-benchmarking",
6781 "frame-support",6785 "frame-support",
6794[[package]]6798[[package]]
6795name = "pallet-transaction-payment"6799name = "pallet-transaction-payment"
6796version = "4.0.0-dev"6800version = "4.0.0-dev"
6797source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6801source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6798dependencies = [6802dependencies = [
6799 "frame-support",6803 "frame-support",
6800 "frame-system",6804 "frame-system",
6810[[package]]6814[[package]]
6811name = "pallet-transaction-payment-rpc"6815name = "pallet-transaction-payment-rpc"
6812version = "4.0.0-dev"6816version = "4.0.0-dev"
6813source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6817source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6814dependencies = [6818dependencies = [
6815 "jsonrpsee",6819 "jsonrpsee",
6816 "pallet-transaction-payment-rpc-runtime-api",6820 "pallet-transaction-payment-rpc-runtime-api",
6826[[package]]6830[[package]]
6827name = "pallet-transaction-payment-rpc-runtime-api"6831name = "pallet-transaction-payment-rpc-runtime-api"
6828version = "4.0.0-dev"6832version = "4.0.0-dev"
6829source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6833source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6830dependencies = [6834dependencies = [
6831 "pallet-transaction-payment",6835 "pallet-transaction-payment",
6832 "parity-scale-codec 3.2.1",6836 "parity-scale-codec 3.2.1",
6838[[package]]6842[[package]]
6839name = "pallet-treasury"6843name = "pallet-treasury"
6840version = "4.0.0-dev"6844version = "4.0.0-dev"
6841source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6845source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6842dependencies = [6846dependencies = [
6843 "frame-benchmarking",6847 "frame-benchmarking",
6844 "frame-support",6848 "frame-support",
6897[[package]]6901[[package]]
6898name = "pallet-utility"6902name = "pallet-utility"
6899version = "4.0.0-dev"6903version = "4.0.0-dev"
6900source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6904source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6901dependencies = [6905dependencies = [
6902 "frame-benchmarking",6906 "frame-benchmarking",
6903 "frame-support",6907 "frame-support",
6913[[package]]6917[[package]]
6914name = "pallet-vesting"6918name = "pallet-vesting"
6915version = "4.0.0-dev"6919version = "4.0.0-dev"
6916source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6920source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6917dependencies = [6921dependencies = [
6918 "frame-benchmarking",6922 "frame-benchmarking",
6919 "frame-support",6923 "frame-support",
6928[[package]]6932[[package]]
6929name = "pallet-whitelist"6933name = "pallet-whitelist"
6930version = "4.0.0-dev"6934version = "4.0.0-dev"
6931source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6935source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
6932dependencies = [6936dependencies = [
6933 "frame-benchmarking",6937 "frame-benchmarking",
6934 "frame-support",6938 "frame-support",
6943[[package]]6947[[package]]
6944name = "pallet-xcm"6948name = "pallet-xcm"
6945version = "0.9.36"6949version = "0.9.36"
6946source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"6950source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
6947dependencies = [6951dependencies = [
6948 "frame-support",6952 "frame-support",
6949 "frame-system",6953 "frame-system",
6961[[package]]6965[[package]]
6962name = "pallet-xcm-benchmarks"6966name = "pallet-xcm-benchmarks"
6963version = "0.9.36"6967version = "0.9.36"
6964source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"6968source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
6965dependencies = [6969dependencies = [
6966 "frame-benchmarking",6970 "frame-benchmarking",
6967 "frame-support",6971 "frame-support",
6978[[package]]6982[[package]]
6979name = "parachain-info"6983name = "parachain-info"
6980version = "0.1.0"6984version = "0.1.0"
6981source = "git+https://github.com/paritytech/cumulus?branch=draft-polkadot-v0.9.36#391a5d89880283dfd49b0be95dd214274d28de4d"6985source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
6982dependencies = [6986dependencies = [
6983 "cumulus-primitives-core",6987 "cumulus-primitives-core",
6984 "frame-support",6988 "frame-support",
7284[[package]]7288[[package]]
7285name = "polkadot-approval-distribution"7289name = "polkadot-approval-distribution"
7286version = "0.9.36"7290version = "0.9.36"
7287source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7291source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7288dependencies = [7292dependencies = [
7289 "futures 0.3.25",7293 "futures 0.3.25",
7290 "polkadot-node-network-protocol",7294 "polkadot-node-network-protocol",
7299[[package]]7303[[package]]
7300name = "polkadot-availability-bitfield-distribution"7304name = "polkadot-availability-bitfield-distribution"
7301version = "0.9.36"7305version = "0.9.36"
7302source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7306source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7303dependencies = [7307dependencies = [
7304 "futures 0.3.25",7308 "futures 0.3.25",
7305 "polkadot-node-network-protocol",7309 "polkadot-node-network-protocol",
7313[[package]]7317[[package]]
7314name = "polkadot-availability-distribution"7318name = "polkadot-availability-distribution"
7315version = "0.9.36"7319version = "0.9.36"
7316source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7320source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7317dependencies = [7321dependencies = [
7318 "derive_more",7322 "derive_more",
7319 "fatality",7323 "fatality",
7336[[package]]7340[[package]]
7337name = "polkadot-availability-recovery"7341name = "polkadot-availability-recovery"
7338version = "0.9.36"7342version = "0.9.36"
7339source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7343source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7340dependencies = [7344dependencies = [
7341 "fatality",7345 "fatality",
7342 "futures 0.3.25",7346 "futures 0.3.25",
7357[[package]]7361[[package]]
7358name = "polkadot-cli"7362name = "polkadot-cli"
7359version = "0.9.36"7363version = "0.9.36"
7360source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7364source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7361dependencies = [7365dependencies = [
7362 "clap",7366 "clap",
7363 "frame-benchmarking-cli",7367 "frame-benchmarking-cli",
7384[[package]]7388[[package]]
7385name = "polkadot-client"7389name = "polkadot-client"
7386version = "0.9.36"7390version = "0.9.36"
7387source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7391source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7388dependencies = [7392dependencies = [
7389 "async-trait",7393 "async-trait",
7390 "frame-benchmarking",7394 "frame-benchmarking",
7426[[package]]7430[[package]]
7427name = "polkadot-collator-protocol"7431name = "polkadot-collator-protocol"
7428version = "0.9.36"7432version = "0.9.36"
7429source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7433source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7430dependencies = [7434dependencies = [
7431 "always-assert",7435 "always-assert",
7432 "bitvec 1.0.1",7436 "bitvec 1.0.1",
7448[[package]]7452[[package]]
7449name = "polkadot-core-primitives"7453name = "polkadot-core-primitives"
7450version = "0.9.36"7454version = "0.9.36"
7451source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7455source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7452dependencies = [7456dependencies = [
7453 "parity-scale-codec 3.2.1",7457 "parity-scale-codec 3.2.1",
7454 "scale-info",7458 "scale-info",
7460[[package]]7464[[package]]
7461name = "polkadot-dispute-distribution"7465name = "polkadot-dispute-distribution"
7462version = "0.9.36"7466version = "0.9.36"
7463source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7467source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7464dependencies = [7468dependencies = [
7465 "derive_more",7469 "derive_more",
7466 "fatality",7470 "fatality",
7485[[package]]7489[[package]]
7486name = "polkadot-erasure-coding"7490name = "polkadot-erasure-coding"
7487version = "0.9.36"7491version = "0.9.36"
7488source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7492source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7489dependencies = [7493dependencies = [
7490 "parity-scale-codec 3.2.1",7494 "parity-scale-codec 3.2.1",
7491 "polkadot-node-primitives",7495 "polkadot-node-primitives",
7499[[package]]7503[[package]]
7500name = "polkadot-gossip-support"7504name = "polkadot-gossip-support"
7501version = "0.9.36"7505version = "0.9.36"
7502source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7506source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7503dependencies = [7507dependencies = [
7504 "futures 0.3.25",7508 "futures 0.3.25",
7505 "futures-timer",7509 "futures-timer",
7519[[package]]7523[[package]]
7520name = "polkadot-network-bridge"7524name = "polkadot-network-bridge"
7521version = "0.9.36"7525version = "0.9.36"
7522source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7526source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7523dependencies = [7527dependencies = [
7524 "always-assert",7528 "always-assert",
7525 "async-trait",7529 "async-trait",
7543[[package]]7547[[package]]
7544name = "polkadot-node-collation-generation"7548name = "polkadot-node-collation-generation"
7545version = "0.9.36"7549version = "0.9.36"
7546source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7550source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7547dependencies = [7551dependencies = [
7548 "futures 0.3.25",7552 "futures 0.3.25",
7549 "parity-scale-codec 3.2.1",7553 "parity-scale-codec 3.2.1",
7561[[package]]7565[[package]]
7562name = "polkadot-node-core-approval-voting"7566name = "polkadot-node-core-approval-voting"
7563version = "0.9.36"7567version = "0.9.36"
7564source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7568source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7565dependencies = [7569dependencies = [
7566 "bitvec 1.0.1",7570 "bitvec 1.0.1",
7567 "derive_more",7571 "derive_more",
7590[[package]]7594[[package]]
7591name = "polkadot-node-core-av-store"7595name = "polkadot-node-core-av-store"
7592version = "0.9.36"7596version = "0.9.36"
7593source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7597source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7594dependencies = [7598dependencies = [
7595 "bitvec 1.0.1",7599 "bitvec 1.0.1",
7596 "futures 0.3.25",7600 "futures 0.3.25",
7610[[package]]7614[[package]]
7611name = "polkadot-node-core-backing"7615name = "polkadot-node-core-backing"
7612version = "0.9.36"7616version = "0.9.36"
7613source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7617source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7614dependencies = [7618dependencies = [
7615 "bitvec 1.0.1",7619 "bitvec 1.0.1",
7616 "fatality",7620 "fatality",
7629[[package]]7633[[package]]
7630name = "polkadot-node-core-bitfield-signing"7634name = "polkadot-node-core-bitfield-signing"
7631version = "0.9.36"7635version = "0.9.36"
7632source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7636source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7633dependencies = [7637dependencies = [
7634 "futures 0.3.25",7638 "futures 0.3.25",
7635 "polkadot-node-subsystem",7639 "polkadot-node-subsystem",
7644[[package]]7648[[package]]
7645name = "polkadot-node-core-candidate-validation"7649name = "polkadot-node-core-candidate-validation"
7646version = "0.9.36"7650version = "0.9.36"
7647source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7651source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7648dependencies = [7652dependencies = [
7649 "async-trait",7653 "async-trait",
7650 "futures 0.3.25",7654 "futures 0.3.25",
7663[[package]]7667[[package]]
7664name = "polkadot-node-core-chain-api"7668name = "polkadot-node-core-chain-api"
7665version = "0.9.36"7669version = "0.9.36"
7666source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7670source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7667dependencies = [7671dependencies = [
7668 "futures 0.3.25",7672 "futures 0.3.25",
7669 "polkadot-node-subsystem",7673 "polkadot-node-subsystem",
7678[[package]]7682[[package]]
7679name = "polkadot-node-core-chain-selection"7683name = "polkadot-node-core-chain-selection"
7680version = "0.9.36"7684version = "0.9.36"
7681source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7685source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7682dependencies = [7686dependencies = [
7683 "futures 0.3.25",7687 "futures 0.3.25",
7684 "futures-timer",7688 "futures-timer",
7695[[package]]7699[[package]]
7696name = "polkadot-node-core-dispute-coordinator"7700name = "polkadot-node-core-dispute-coordinator"
7697version = "0.9.36"7701version = "0.9.36"
7698source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7702source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7699dependencies = [7703dependencies = [
7700 "fatality",7704 "fatality",
7701 "futures 0.3.25",7705 "futures 0.3.25",
7714[[package]]7718[[package]]
7715name = "polkadot-node-core-parachains-inherent"7719name = "polkadot-node-core-parachains-inherent"
7716version = "0.9.36"7720version = "0.9.36"
7717source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7721source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7718dependencies = [7722dependencies = [
7719 "async-trait",7723 "async-trait",
7720 "futures 0.3.25",7724 "futures 0.3.25",
7732[[package]]7736[[package]]
7733name = "polkadot-node-core-provisioner"7737name = "polkadot-node-core-provisioner"
7734version = "0.9.36"7738version = "0.9.36"
7735source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7739source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7736dependencies = [7740dependencies = [
7737 "bitvec 1.0.1",7741 "bitvec 1.0.1",
7738 "fatality",7742 "fatality",
7750[[package]]7754[[package]]
7751name = "polkadot-node-core-pvf"7755name = "polkadot-node-core-pvf"
7752version = "0.9.36"7756version = "0.9.36"
7753source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7757source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7754dependencies = [7758dependencies = [
7755 "always-assert",7759 "always-assert",
7756 "assert_matches",7760 "assert_matches",
7783[[package]]7787[[package]]
7784name = "polkadot-node-core-pvf-checker"7788name = "polkadot-node-core-pvf-checker"
7785version = "0.9.36"7789version = "0.9.36"
7786source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7790source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7787dependencies = [7791dependencies = [
7788 "futures 0.3.25",7792 "futures 0.3.25",
7789 "polkadot-node-primitives",7793 "polkadot-node-primitives",
7799[[package]]7803[[package]]
7800name = "polkadot-node-core-runtime-api"7804name = "polkadot-node-core-runtime-api"
7801version = "0.9.36"7805version = "0.9.36"
7802source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7806source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7803dependencies = [7807dependencies = [
7804 "futures 0.3.25",7808 "futures 0.3.25",
7805 "lru",7809 "lru",
7814[[package]]7818[[package]]
7815name = "polkadot-node-jaeger"7819name = "polkadot-node-jaeger"
7816version = "0.9.36"7820version = "0.9.36"
7817source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7821source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7818dependencies = [7822dependencies = [
7819 "lazy_static",7823 "lazy_static",
7820 "log",7824 "log",
7832[[package]]7836[[package]]
7833name = "polkadot-node-metrics"7837name = "polkadot-node-metrics"
7834version = "0.9.36"7838version = "0.9.36"
7835source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7839source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7836dependencies = [7840dependencies = [
7837 "bs58",7841 "bs58",
7838 "futures 0.3.25",7842 "futures 0.3.25",
7851[[package]]7855[[package]]
7852name = "polkadot-node-network-protocol"7856name = "polkadot-node-network-protocol"
7853version = "0.9.36"7857version = "0.9.36"
7854source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7858source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7855dependencies = [7859dependencies = [
7856 "async-trait",7860 "async-trait",
7857 "derive_more",7861 "derive_more",
7874[[package]]7878[[package]]
7875name = "polkadot-node-primitives"7879name = "polkadot-node-primitives"
7876version = "0.9.36"7880version = "0.9.36"
7877source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7881source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7878dependencies = [7882dependencies = [
7879 "bounded-vec",7883 "bounded-vec",
7880 "futures 0.3.25",7884 "futures 0.3.25",
7896[[package]]7900[[package]]
7897name = "polkadot-node-subsystem"7901name = "polkadot-node-subsystem"
7898version = "0.9.36"7902version = "0.9.36"
7899source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7903source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7900dependencies = [7904dependencies = [
7901 "polkadot-node-jaeger",7905 "polkadot-node-jaeger",
7902 "polkadot-node-subsystem-types",7906 "polkadot-node-subsystem-types",
7906[[package]]7910[[package]]
7907name = "polkadot-node-subsystem-types"7911name = "polkadot-node-subsystem-types"
7908version = "0.9.36"7912version = "0.9.36"
7909source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7913source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7910dependencies = [7914dependencies = [
7911 "async-trait",7915 "async-trait",
7912 "derive_more",7916 "derive_more",
7929[[package]]7933[[package]]
7930name = "polkadot-node-subsystem-util"7934name = "polkadot-node-subsystem-util"
7931version = "0.9.36"7935version = "0.9.36"
7932source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7936source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7933dependencies = [7937dependencies = [
7934 "async-trait",7938 "async-trait",
7935 "derive_more",7939 "derive_more",
7961[[package]]7965[[package]]
7962name = "polkadot-overseer"7966name = "polkadot-overseer"
7963version = "0.9.36"7967version = "0.9.36"
7964source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7968source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7965dependencies = [7969dependencies = [
7966 "async-trait",7970 "async-trait",
7967 "futures 0.3.25",7971 "futures 0.3.25",
7984[[package]]7988[[package]]
7985name = "polkadot-parachain"7989name = "polkadot-parachain"
7986version = "0.9.36"7990version = "0.9.36"
7987source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7991source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
7988dependencies = [7992dependencies = [
7989 "derive_more",7993 "derive_more",
7990 "frame-support",7994 "frame-support",
8000[[package]]8004[[package]]
8001name = "polkadot-performance-test"8005name = "polkadot-performance-test"
8002version = "0.9.36"8006version = "0.9.36"
8003source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8007source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8004dependencies = [8008dependencies = [
8005 "env_logger",8009 "env_logger",
8006 "kusama-runtime",8010 "kusama-runtime",
8015[[package]]8019[[package]]
8016name = "polkadot-primitives"8020name = "polkadot-primitives"
8017version = "0.9.36"8021version = "0.9.36"
8018source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8022source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8019dependencies = [8023dependencies = [
8020 "bitvec 1.0.1",8024 "bitvec 1.0.1",
8021 "hex-literal",8025 "hex-literal",
8041[[package]]8045[[package]]
8042name = "polkadot-rpc"8046name = "polkadot-rpc"
8043version = "0.9.36"8047version = "0.9.36"
8044source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8048source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8045dependencies = [8049dependencies = [
8046 "beefy-gadget",8050 "beefy-gadget",
8047 "beefy-gadget-rpc",8051 "beefy-gadget-rpc",
8073[[package]]8077[[package]]
8074name = "polkadot-runtime"8078name = "polkadot-runtime"
8075version = "0.9.36"8079version = "0.9.36"
8076source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8080source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8077dependencies = [8081dependencies = [
8078 "bitvec 1.0.1",8082 "bitvec 1.0.1",
8079 "frame-benchmarking",8083 "frame-benchmarking",
8162[[package]]8166[[package]]
8163name = "polkadot-runtime-common"8167name = "polkadot-runtime-common"
8164version = "0.9.36"8168version = "0.9.36"
8165source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8169source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8166dependencies = [8170dependencies = [
8167 "bitvec 1.0.1",8171 "bitvec 1.0.1",
8168 "frame-benchmarking",8172 "frame-benchmarking",
8210[[package]]8214[[package]]
8211name = "polkadot-runtime-constants"8215name = "polkadot-runtime-constants"
8212version = "0.9.36"8216version = "0.9.36"
8213source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8217source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8214dependencies = [8218dependencies = [
8215 "frame-support",8219 "frame-support",
8216 "polkadot-primitives",8220 "polkadot-primitives",
8224[[package]]8228[[package]]
8225name = "polkadot-runtime-metrics"8229name = "polkadot-runtime-metrics"
8226version = "0.9.36"8230version = "0.9.36"
8227source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8231source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8228dependencies = [8232dependencies = [
8229 "bs58",8233 "bs58",
8230 "parity-scale-codec 3.2.1",8234 "parity-scale-codec 3.2.1",
8236[[package]]8240[[package]]
8237name = "polkadot-runtime-parachains"8241name = "polkadot-runtime-parachains"
8238version = "0.9.36"8242version = "0.9.36"
8239source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8243source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8240dependencies = [8244dependencies = [
8241 "bitflags",8245 "bitflags",
8242 "bitvec 1.0.1",8246 "bitvec 1.0.1",
8279[[package]]8283[[package]]
8280name = "polkadot-service"8284name = "polkadot-service"
8281version = "0.9.36"8285version = "0.9.36"
8282source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8286source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8283dependencies = [8287dependencies = [
8284 "async-trait",8288 "async-trait",
8285 "beefy-gadget",8289 "beefy-gadget",
8385[[package]]8389[[package]]
8386name = "polkadot-statement-distribution"8390name = "polkadot-statement-distribution"
8387version = "0.9.36"8391version = "0.9.36"
8388source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8392source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8389dependencies = [8393dependencies = [
8390 "arrayvec 0.5.2",8394 "arrayvec 0.5.2",
8391 "fatality",8395 "fatality",
8406[[package]]8410[[package]]
8407name = "polkadot-statement-table"8411name = "polkadot-statement-table"
8408version = "0.9.36"8412version = "0.9.36"
8409source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8413source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8410dependencies = [8414dependencies = [
8411 "parity-scale-codec 3.2.1",8415 "parity-scale-codec 3.2.1",
8412 "polkadot-primitives",8416 "polkadot-primitives",
8416[[package]]8420[[package]]
8417name = "polkadot-test-runtime"8421name = "polkadot-test-runtime"
8418version = "0.9.36"8422version = "0.9.36"
8419source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8423source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8420dependencies = [8424dependencies = [
8421 "bitvec 1.0.1",8425 "bitvec 1.0.1",
8422 "frame-election-provider-support",8426 "frame-election-provider-support",
8477[[package]]8481[[package]]
8478name = "polkadot-test-service"8482name = "polkadot-test-service"
8479version = "0.9.36"8483version = "0.9.36"
8480source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8484source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
8481dependencies = [8485dependencies = [
8482 "frame-benchmarking",8486 "frame-benchmarking",
8483 "frame-system",8487 "frame-system",
9288[[package]]9292[[package]]
9289name = "rococo-runtime"9293name = "rococo-runtime"
9290version = "0.9.36"9294version = "0.9.36"
9291source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"9295source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
9292dependencies = [9296dependencies = [
9293 "beefy-merkle-tree",9297 "beefy-merkle-tree",
9294 "frame-benchmarking",9298 "frame-benchmarking",
9373[[package]]9377[[package]]
9374name = "rococo-runtime-constants"9378name = "rococo-runtime-constants"
9375version = "0.9.36"9379version = "0.9.36"
9376source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"9380source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
9377dependencies = [9381dependencies = [
9378 "frame-support",9382 "frame-support",
9379 "polkadot-primitives",9383 "polkadot-primitives",
9561[[package]]9565[[package]]
9562name = "sc-allocator"9566name = "sc-allocator"
9563version = "4.1.0-dev"9567version = "4.1.0-dev"
9564source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9568source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9565dependencies = [9569dependencies = [
9566 "log",9570 "log",
9567 "sp-core",9571 "sp-core",
9572[[package]]9576[[package]]
9573name = "sc-authority-discovery"9577name = "sc-authority-discovery"
9574version = "0.10.0-dev"9578version = "0.10.0-dev"
9575source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9579source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9576dependencies = [9580dependencies = [
9577 "async-trait",9581 "async-trait",
9578 "futures 0.3.25",9582 "futures 0.3.25",
9599[[package]]9603[[package]]
9600name = "sc-basic-authorship"9604name = "sc-basic-authorship"
9601version = "0.10.0-dev"9605version = "0.10.0-dev"
9602source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9606source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9603dependencies = [9607dependencies = [
9604 "futures 0.3.25",9608 "futures 0.3.25",
9605 "futures-timer",9609 "futures-timer",
9622[[package]]9626[[package]]
9623name = "sc-block-builder"9627name = "sc-block-builder"
9624version = "0.10.0-dev"9628version = "0.10.0-dev"
9625source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9629source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9626dependencies = [9630dependencies = [
9627 "parity-scale-codec 3.2.1",9631 "parity-scale-codec 3.2.1",
9628 "sc-client-api",9632 "sc-client-api",
9638[[package]]9642[[package]]
9639name = "sc-chain-spec"9643name = "sc-chain-spec"
9640version = "4.0.0-dev"9644version = "4.0.0-dev"
9641source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9645source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9642dependencies = [9646dependencies = [
9643 "impl-trait-for-tuples",9647 "impl-trait-for-tuples",
9644 "memmap2",9648 "memmap2",
9655[[package]]9659[[package]]
9656name = "sc-chain-spec-derive"9660name = "sc-chain-spec-derive"
9657version = "4.0.0-dev"9661version = "4.0.0-dev"
9658source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9662source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9659dependencies = [9663dependencies = [
9660 "proc-macro-crate",9664 "proc-macro-crate",
9661 "proc-macro2",9665 "proc-macro2",
9666[[package]]9670[[package]]
9667name = "sc-cli"9671name = "sc-cli"
9668version = "0.10.0-dev"9672version = "0.10.0-dev"
9669source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9673source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9670dependencies = [9674dependencies = [
9671 "array-bytes 4.2.0",9675 "array-bytes 4.2.0",
9672 "chrono",9676 "chrono",
9706[[package]]9710[[package]]
9707name = "sc-client-api"9711name = "sc-client-api"
9708version = "4.0.0-dev"9712version = "4.0.0-dev"
9709source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9713source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9710dependencies = [9714dependencies = [
9711 "fnv",9715 "fnv",
9712 "futures 0.3.25",9716 "futures 0.3.25",
9734[[package]]9738[[package]]
9735name = "sc-client-db"9739name = "sc-client-db"
9736version = "0.10.0-dev"9740version = "0.10.0-dev"
9737source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9741source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9738dependencies = [9742dependencies = [
9739 "hash-db",9743 "hash-db",
9740 "kvdb",9744 "kvdb",
9759[[package]]9763[[package]]
9760name = "sc-consensus"9764name = "sc-consensus"
9761version = "0.10.0-dev"9765version = "0.10.0-dev"
9762source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9766source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9763dependencies = [9767dependencies = [
9764 "async-trait",9768 "async-trait",
9765 "futures 0.3.25",9769 "futures 0.3.25",
9784[[package]]9788[[package]]
9785name = "sc-consensus-aura"9789name = "sc-consensus-aura"
9786version = "0.10.0-dev"9790version = "0.10.0-dev"
9787source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9791source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9788dependencies = [9792dependencies = [
9789 "async-trait",9793 "async-trait",
9790 "futures 0.3.25",9794 "futures 0.3.25",
9813[[package]]9817[[package]]
9814name = "sc-consensus-babe"9818name = "sc-consensus-babe"
9815version = "0.10.0-dev"9819version = "0.10.0-dev"
9816source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9820source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9817dependencies = [9821dependencies = [
9818 "async-trait",9822 "async-trait",
9819 "fork-tree",9823 "fork-tree",
9854[[package]]9858[[package]]
9855name = "sc-consensus-babe-rpc"9859name = "sc-consensus-babe-rpc"
9856version = "0.10.0-dev"9860version = "0.10.0-dev"
9857source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9861source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9858dependencies = [9862dependencies = [
9859 "futures 0.3.25",9863 "futures 0.3.25",
9860 "jsonrpsee",9864 "jsonrpsee",
9876[[package]]9880[[package]]
9877name = "sc-consensus-epochs"9881name = "sc-consensus-epochs"
9878version = "0.10.0-dev"9882version = "0.10.0-dev"
9879source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9883source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9880dependencies = [9884dependencies = [
9881 "fork-tree",9885 "fork-tree",
9882 "parity-scale-codec 3.2.1",9886 "parity-scale-codec 3.2.1",
9889[[package]]9893[[package]]
9890name = "sc-consensus-manual-seal"9894name = "sc-consensus-manual-seal"
9891version = "0.10.0-dev"9895version = "0.10.0-dev"
9892source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9896source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9893dependencies = [9897dependencies = [
9894 "assert_matches",9898 "assert_matches",
9895 "async-trait",9899 "async-trait",
9923[[package]]9927[[package]]
9924name = "sc-consensus-slots"9928name = "sc-consensus-slots"
9925version = "0.10.0-dev"9929version = "0.10.0-dev"
9926source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9930source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9927dependencies = [9931dependencies = [
9928 "async-trait",9932 "async-trait",
9929 "futures 0.3.25",9933 "futures 0.3.25",
9947[[package]]9951[[package]]
9948name = "sc-executor"9952name = "sc-executor"
9949version = "0.10.0-dev"9953version = "0.10.0-dev"
9950source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9954source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9951dependencies = [9955dependencies = [
9952 "lru",9956 "lru",
9953 "parity-scale-codec 3.2.1",9957 "parity-scale-codec 3.2.1",
9971[[package]]9975[[package]]
9972name = "sc-executor-common"9976name = "sc-executor-common"
9973version = "0.10.0-dev"9977version = "0.10.0-dev"
9974source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9978source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9975dependencies = [9979dependencies = [
9976 "sc-allocator",9980 "sc-allocator",
9977 "sp-maybe-compressed-blob",9981 "sp-maybe-compressed-blob",
9984[[package]]9988[[package]]
9985name = "sc-executor-wasmi"9989name = "sc-executor-wasmi"
9986version = "0.10.0-dev"9990version = "0.10.0-dev"
9987source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9991source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
9988dependencies = [9992dependencies = [
9989 "log",9993 "log",
9990 "sc-allocator",9994 "sc-allocator",
9997[[package]]10001[[package]]
9998name = "sc-executor-wasmtime"10002name = "sc-executor-wasmtime"
9999version = "0.10.0-dev"10003version = "0.10.0-dev"
10000source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10004source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10001dependencies = [10005dependencies = [
10002 "cfg-if",10006 "cfg-if",
10003 "libc",10007 "libc",
10014[[package]]10018[[package]]
10015name = "sc-finality-grandpa"10019name = "sc-finality-grandpa"
10016version = "0.10.0-dev"10020version = "0.10.0-dev"
10017source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10021source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10018dependencies = [10022dependencies = [
10019 "ahash",10023 "ahash",
10020 "array-bytes 4.2.0",10024 "array-bytes 4.2.0",
10055[[package]]10059[[package]]
10056name = "sc-finality-grandpa-rpc"10060name = "sc-finality-grandpa-rpc"
10057version = "0.10.0-dev"10061version = "0.10.0-dev"
10058source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10062source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10059dependencies = [10063dependencies = [
10060 "finality-grandpa",10064 "finality-grandpa",
10061 "futures 0.3.25",10065 "futures 0.3.25",
10076[[package]]10080[[package]]
10077name = "sc-informant"10081name = "sc-informant"
10078version = "0.10.0-dev"10082version = "0.10.0-dev"
10079source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10083source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10080dependencies = [10084dependencies = [
10081 "ansi_term",10085 "ansi_term",
10082 "futures 0.3.25",10086 "futures 0.3.25",
10092[[package]]10096[[package]]
10093name = "sc-keystore"10097name = "sc-keystore"
10094version = "4.0.0-dev"10098version = "4.0.0-dev"
10095source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10099source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10096dependencies = [10100dependencies = [
10097 "array-bytes 4.2.0",10101 "array-bytes 4.2.0",
10098 "async-trait",10102 "async-trait",
10107[[package]]10111[[package]]
10108name = "sc-network"10112name = "sc-network"
10109version = "0.10.0-dev"10113version = "0.10.0-dev"
10110source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10114source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10111dependencies = [10115dependencies = [
10112 "array-bytes 4.2.0",10116 "array-bytes 4.2.0",
10113 "async-trait",10117 "async-trait",
10154[[package]]10158[[package]]
10155name = "sc-network-bitswap"10159name = "sc-network-bitswap"
10156version = "0.10.0-dev"10160version = "0.10.0-dev"
10157source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10161source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10158dependencies = [10162dependencies = [
10159 "cid",10163 "cid",
10160 "futures 0.3.25",10164 "futures 0.3.25",
10174[[package]]10178[[package]]
10175name = "sc-network-common"10179name = "sc-network-common"
10176version = "0.10.0-dev"10180version = "0.10.0-dev"
10177source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10181source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10178dependencies = [10182dependencies = [
10179 "async-trait",10183 "async-trait",
10180 "bitflags",10184 "bitflags",
10200[[package]]10204[[package]]
10201name = "sc-network-gossip"10205name = "sc-network-gossip"
10202version = "0.10.0-dev"10206version = "0.10.0-dev"
10203source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10207source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10204dependencies = [10208dependencies = [
10205 "ahash",10209 "ahash",
10206 "futures 0.3.25",10210 "futures 0.3.25",
10218[[package]]10222[[package]]
10219name = "sc-network-light"10223name = "sc-network-light"
10220version = "0.10.0-dev"10224version = "0.10.0-dev"
10221source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10225source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10222dependencies = [10226dependencies = [
10223 "array-bytes 4.2.0",10227 "array-bytes 4.2.0",
10224 "futures 0.3.25",10228 "futures 0.3.25",
10239[[package]]10243[[package]]
10240name = "sc-network-sync"10244name = "sc-network-sync"
10241version = "0.10.0-dev"10245version = "0.10.0-dev"
10242source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10246source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10243dependencies = [10247dependencies = [
10244 "array-bytes 4.2.0",10248 "array-bytes 4.2.0",
10245 "async-trait",10249 "async-trait",
10271[[package]]10275[[package]]
10272name = "sc-network-transactions"10276name = "sc-network-transactions"
10273version = "0.10.0-dev"10277version = "0.10.0-dev"
10274source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10278source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10275dependencies = [10279dependencies = [
10276 "array-bytes 4.2.0",10280 "array-bytes 4.2.0",
10277 "futures 0.3.25",10281 "futures 0.3.25",
10290[[package]]10294[[package]]
10291name = "sc-offchain"10295name = "sc-offchain"
10292version = "4.0.0-dev"10296version = "4.0.0-dev"
10293source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10297source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10294dependencies = [10298dependencies = [
10295 "array-bytes 4.2.0",10299 "array-bytes 4.2.0",
10296 "bytes",10300 "bytes",
10320[[package]]10324[[package]]
10321name = "sc-peerset"10325name = "sc-peerset"
10322version = "4.0.0-dev"10326version = "4.0.0-dev"
10323source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10327source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10324dependencies = [10328dependencies = [
10325 "futures 0.3.25",10329 "futures 0.3.25",
10326 "libp2p",10330 "libp2p",
10333[[package]]10337[[package]]
10334name = "sc-proposer-metrics"10338name = "sc-proposer-metrics"
10335version = "0.10.0-dev"10339version = "0.10.0-dev"
10336source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10340source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10337dependencies = [10341dependencies = [
10338 "log",10342 "log",
10339 "substrate-prometheus-endpoint",10343 "substrate-prometheus-endpoint",
10342[[package]]10346[[package]]
10343name = "sc-rpc"10347name = "sc-rpc"
10344version = "4.0.0-dev"10348version = "4.0.0-dev"
10345source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10349source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10346dependencies = [10350dependencies = [
10347 "futures 0.3.25",10351 "futures 0.3.25",
10348 "hash-db",10352 "hash-db",
10372[[package]]10376[[package]]
10373name = "sc-rpc-api"10377name = "sc-rpc-api"
10374version = "0.10.0-dev"10378version = "0.10.0-dev"
10375source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10379source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10376dependencies = [10380dependencies = [
10377 "futures 0.3.25",10381 "futures 0.3.25",
10378 "jsonrpsee",10382 "jsonrpsee",
10395[[package]]10399[[package]]
10396name = "sc-rpc-server"10400name = "sc-rpc-server"
10397version = "4.0.0-dev"10401version = "4.0.0-dev"
10398source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10402source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10399dependencies = [10403dependencies = [
10400 "futures 0.3.25",10404 "futures 0.3.25",
10401 "http",10405 "http",
10411[[package]]10415[[package]]
10412name = "sc-rpc-spec-v2"10416name = "sc-rpc-spec-v2"
10413version = "0.10.0-dev"10417version = "0.10.0-dev"
10414source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10418source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10415dependencies = [10419dependencies = [
10416 "futures 0.3.25",10420 "futures 0.3.25",
10417 "hex",10421 "hex",
10430[[package]]10434[[package]]
10431name = "sc-service"10435name = "sc-service"
10432version = "0.10.0-dev"10436version = "0.10.0-dev"
10433source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10437source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10434dependencies = [10438dependencies = [
10435 "async-trait",10439 "async-trait",
10436 "directories",10440 "directories",
10500[[package]]10504[[package]]
10501name = "sc-state-db"10505name = "sc-state-db"
10502version = "0.10.0-dev"10506version = "0.10.0-dev"
10503source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10507source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10504dependencies = [10508dependencies = [
10505 "log",10509 "log",
10506 "parity-scale-codec 3.2.1",10510 "parity-scale-codec 3.2.1",
10512[[package]]10516[[package]]
10513name = "sc-sync-state-rpc"10517name = "sc-sync-state-rpc"
10514version = "0.10.0-dev"10518version = "0.10.0-dev"
10515source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10519source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10516dependencies = [10520dependencies = [
10517 "jsonrpsee",10521 "jsonrpsee",
10518 "parity-scale-codec 3.2.1",10522 "parity-scale-codec 3.2.1",
10531[[package]]10535[[package]]
10532name = "sc-sysinfo"10536name = "sc-sysinfo"
10533version = "6.0.0-dev"10537version = "6.0.0-dev"
10534source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10538source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10535dependencies = [10539dependencies = [
10536 "futures 0.3.25",10540 "futures 0.3.25",
10537 "libc",10541 "libc",
10550[[package]]10554[[package]]
10551name = "sc-telemetry"10555name = "sc-telemetry"
10552version = "4.0.0-dev"10556version = "4.0.0-dev"
10553source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10557source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10554dependencies = [10558dependencies = [
10555 "chrono",10559 "chrono",
10556 "futures 0.3.25",10560 "futures 0.3.25",
10568[[package]]10572[[package]]
10569name = "sc-tracing"10573name = "sc-tracing"
10570version = "4.0.0-dev"10574version = "4.0.0-dev"
10571source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10575source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10572dependencies = [10576dependencies = [
10573 "ansi_term",10577 "ansi_term",
10574 "atty",10578 "atty",
10599[[package]]10603[[package]]
10600name = "sc-tracing-proc-macro"10604name = "sc-tracing-proc-macro"
10601version = "4.0.0-dev"10605version = "4.0.0-dev"
10602source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10606source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10603dependencies = [10607dependencies = [
10604 "proc-macro-crate",10608 "proc-macro-crate",
10605 "proc-macro2",10609 "proc-macro2",
10610[[package]]10614[[package]]
10611name = "sc-transaction-pool"10615name = "sc-transaction-pool"
10612version = "4.0.0-dev"10616version = "4.0.0-dev"
10613source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10617source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10614dependencies = [10618dependencies = [
10615 "async-trait",10619 "async-trait",
10616 "futures 0.3.25",10620 "futures 0.3.25",
10636[[package]]10640[[package]]
10637name = "sc-transaction-pool-api"10641name = "sc-transaction-pool-api"
10638version = "4.0.0-dev"10642version = "4.0.0-dev"
10639source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10643source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10640dependencies = [10644dependencies = [
10641 "async-trait",10645 "async-trait",
10642 "futures 0.3.25",10646 "futures 0.3.25",
10650[[package]]10654[[package]]
10651name = "sc-utils"10655name = "sc-utils"
10652version = "4.0.0-dev"10656version = "4.0.0-dev"
10653source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10657source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
10654dependencies = [10658dependencies = [
10655 "futures 0.3.25",10659 "futures 0.3.25",
10656 "futures-timer",10660 "futures-timer",
11056[[package]]11060[[package]]
11057name = "slot-range-helper"11061name = "slot-range-helper"
11058version = "0.9.36"11062version = "0.9.36"
11059source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"11063source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
11060dependencies = [11064dependencies = [
11061 "enumn",11065 "enumn",
11062 "parity-scale-codec 3.2.1",11066 "parity-scale-codec 3.2.1",
11133[[package]]11137[[package]]
11134name = "sp-api"11138name = "sp-api"
11135version = "4.0.0-dev"11139version = "4.0.0-dev"
11136source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11140source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11137dependencies = [11141dependencies = [
11138 "hash-db",11142 "hash-db",
11139 "log",11143 "log",
11151[[package]]11155[[package]]
11152name = "sp-api-proc-macro"11156name = "sp-api-proc-macro"
11153version = "4.0.0-dev"11157version = "4.0.0-dev"
11154source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11158source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11155dependencies = [11159dependencies = [
11156 "blake2",11160 "blake2",
11157 "proc-macro-crate",11161 "proc-macro-crate",
11163[[package]]11167[[package]]
11164name = "sp-application-crypto"11168name = "sp-application-crypto"
11165version = "7.0.0"11169version = "7.0.0"
11166source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11170source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11167dependencies = [11171dependencies = [
11168 "parity-scale-codec 3.2.1",11172 "parity-scale-codec 3.2.1",
11169 "scale-info",11173 "scale-info",
11176[[package]]11180[[package]]
11177name = "sp-arithmetic"11181name = "sp-arithmetic"
11178version = "6.0.0"11182version = "6.0.0"
11179source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11183source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11180dependencies = [11184dependencies = [
11181 "integer-sqrt",11185 "integer-sqrt",
11182 "num-traits",11186 "num-traits",
11191[[package]]11195[[package]]
11192name = "sp-authority-discovery"11196name = "sp-authority-discovery"
11193version = "4.0.0-dev"11197version = "4.0.0-dev"
11194source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11198source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11195dependencies = [11199dependencies = [
11196 "parity-scale-codec 3.2.1",11200 "parity-scale-codec 3.2.1",
11197 "scale-info",11201 "scale-info",
11204[[package]]11208[[package]]
11205name = "sp-authorship"11209name = "sp-authorship"
11206version = "4.0.0-dev"11210version = "4.0.0-dev"
11207source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11211source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11208dependencies = [11212dependencies = [
11209 "async-trait",11213 "async-trait",
11210 "parity-scale-codec 3.2.1",11214 "parity-scale-codec 3.2.1",
11216[[package]]11220[[package]]
11217name = "sp-beefy"11221name = "sp-beefy"
11218version = "4.0.0-dev"11222version = "4.0.0-dev"
11219source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11223source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11220dependencies = [11224dependencies = [
11221 "parity-scale-codec 3.2.1",11225 "parity-scale-codec 3.2.1",
11222 "scale-info",11226 "scale-info",
11233[[package]]11237[[package]]
11234name = "sp-block-builder"11238name = "sp-block-builder"
11235version = "4.0.0-dev"11239version = "4.0.0-dev"
11236source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11240source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11237dependencies = [11241dependencies = [
11238 "parity-scale-codec 3.2.1",11242 "parity-scale-codec 3.2.1",
11239 "sp-api",11243 "sp-api",
11245[[package]]11249[[package]]
11246name = "sp-blockchain"11250name = "sp-blockchain"
11247version = "4.0.0-dev"11251version = "4.0.0-dev"
11248source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11252source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11249dependencies = [11253dependencies = [
11250 "futures 0.3.25",11254 "futures 0.3.25",
11251 "log",11255 "log",
11263[[package]]11267[[package]]
11264name = "sp-consensus"11268name = "sp-consensus"
11265version = "0.10.0-dev"11269version = "0.10.0-dev"
11266source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11270source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11267dependencies = [11271dependencies = [
11268 "async-trait",11272 "async-trait",
11269 "futures 0.3.25",11273 "futures 0.3.25",
11282[[package]]11286[[package]]
11283name = "sp-consensus-aura"11287name = "sp-consensus-aura"
11284version = "0.10.0-dev"11288version = "0.10.0-dev"
11285source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11289source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11286dependencies = [11290dependencies = [
11287 "async-trait",11291 "async-trait",
11288 "parity-scale-codec 3.2.1",11292 "parity-scale-codec 3.2.1",
11300[[package]]11304[[package]]
11301name = "sp-consensus-babe"11305name = "sp-consensus-babe"
11302version = "0.10.0-dev"11306version = "0.10.0-dev"
11303source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11307source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11304dependencies = [11308dependencies = [
11305 "async-trait",11309 "async-trait",
11306 "merlin",11310 "merlin",
11323[[package]]11327[[package]]
11324name = "sp-consensus-slots"11328name = "sp-consensus-slots"
11325version = "0.10.0-dev"11329version = "0.10.0-dev"
11326source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11330source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11327dependencies = [11331dependencies = [
11328 "parity-scale-codec 3.2.1",11332 "parity-scale-codec 3.2.1",
11329 "scale-info",11333 "scale-info",
11337[[package]]11341[[package]]
11338name = "sp-consensus-vrf"11342name = "sp-consensus-vrf"
11339version = "0.10.0-dev"11343version = "0.10.0-dev"
11340source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11344source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11341dependencies = [11345dependencies = [
11342 "parity-scale-codec 3.2.1",11346 "parity-scale-codec 3.2.1",
11343 "scale-info",11347 "scale-info",
11350[[package]]11354[[package]]
11351name = "sp-core"11355name = "sp-core"
11352version = "7.0.0"11356version = "7.0.0"
11353source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11357source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11354dependencies = [11358dependencies = [
11355 "array-bytes 4.2.0",11359 "array-bytes 4.2.0",
11356 "base58",11360 "base58",
11395[[package]]11399[[package]]
11396name = "sp-core-hashing"11400name = "sp-core-hashing"
11397version = "5.0.0"11401version = "5.0.0"
11398source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11402source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11399dependencies = [11403dependencies = [
11400 "blake2",11404 "blake2",
11401 "byteorder",11405 "byteorder",
11409[[package]]11413[[package]]
11410name = "sp-core-hashing-proc-macro"11414name = "sp-core-hashing-proc-macro"
11411version = "5.0.0"11415version = "5.0.0"
11412source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11416source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11413dependencies = [11417dependencies = [
11414 "proc-macro2",11418 "proc-macro2",
11415 "quote",11419 "quote",
11420[[package]]11424[[package]]
11421name = "sp-database"11425name = "sp-database"
11422version = "4.0.0-dev"11426version = "4.0.0-dev"
11423source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11427source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11424dependencies = [11428dependencies = [
11425 "kvdb",11429 "kvdb",
11426 "parking_lot 0.12.1",11430 "parking_lot 0.12.1",
11429[[package]]11433[[package]]
11430name = "sp-debug-derive"11434name = "sp-debug-derive"
11431version = "5.0.0"11435version = "5.0.0"
11432source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11436source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11433dependencies = [11437dependencies = [
11434 "proc-macro2",11438 "proc-macro2",
11435 "quote",11439 "quote",
11439[[package]]11443[[package]]
11440name = "sp-externalities"11444name = "sp-externalities"
11441version = "0.13.0"11445version = "0.13.0"
11442source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11446source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11443dependencies = [11447dependencies = [
11444 "environmental",11448 "environmental",
11445 "parity-scale-codec 3.2.1",11449 "parity-scale-codec 3.2.1",
11450[[package]]11454[[package]]
11451name = "sp-finality-grandpa"11455name = "sp-finality-grandpa"
11452version = "4.0.0-dev"11456version = "4.0.0-dev"
11453source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11457source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11454dependencies = [11458dependencies = [
11455 "finality-grandpa",11459 "finality-grandpa",
11456 "log",11460 "log",
11468[[package]]11472[[package]]
11469name = "sp-inherents"11473name = "sp-inherents"
11470version = "4.0.0-dev"11474version = "4.0.0-dev"
11471source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11475source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11472dependencies = [11476dependencies = [
11473 "async-trait",11477 "async-trait",
11474 "impl-trait-for-tuples",11478 "impl-trait-for-tuples",
11482[[package]]11486[[package]]
11483name = "sp-io"11487name = "sp-io"
11484version = "7.0.0"11488version = "7.0.0"
11485source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11489source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11486dependencies = [11490dependencies = [
11487 "bytes",11491 "bytes",
11488 "ed25519-dalek",11492 "ed25519-dalek",
11509[[package]]11513[[package]]
11510name = "sp-keyring"11514name = "sp-keyring"
11511version = "7.0.0"11515version = "7.0.0"
11512source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11516source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11513dependencies = [11517dependencies = [
11514 "lazy_static",11518 "lazy_static",
11515 "sp-core",11519 "sp-core",
11520[[package]]11524[[package]]
11521name = "sp-keystore"11525name = "sp-keystore"
11522version = "0.13.0"11526version = "0.13.0"
11523source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11527source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11524dependencies = [11528dependencies = [
11525 "async-trait",11529 "async-trait",
11526 "futures 0.3.25",11530 "futures 0.3.25",
11537[[package]]11541[[package]]
11538name = "sp-maybe-compressed-blob"11542name = "sp-maybe-compressed-blob"
11539version = "4.1.0-dev"11543version = "4.1.0-dev"
11540source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11544source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11541dependencies = [11545dependencies = [
11542 "thiserror",11546 "thiserror",
11543 "zstd",11547 "zstd",
11546[[package]]11550[[package]]
11547name = "sp-mmr-primitives"11551name = "sp-mmr-primitives"
11548version = "4.0.0-dev"11552version = "4.0.0-dev"
11549source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11553source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11550dependencies = [11554dependencies = [
11551 "ckb-merkle-mountain-range",11555 "ckb-merkle-mountain-range",
11552 "log",11556 "log",
11564[[package]]11568[[package]]
11565name = "sp-npos-elections"11569name = "sp-npos-elections"
11566version = "4.0.0-dev"11570version = "4.0.0-dev"
11567source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11571source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11568dependencies = [11572dependencies = [
11569 "parity-scale-codec 3.2.1",11573 "parity-scale-codec 3.2.1",
11570 "scale-info",11574 "scale-info",
11578[[package]]11582[[package]]
11579name = "sp-offchain"11583name = "sp-offchain"
11580version = "4.0.0-dev"11584version = "4.0.0-dev"
11581source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11585source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11582dependencies = [11586dependencies = [
11583 "sp-api",11587 "sp-api",
11584 "sp-core",11588 "sp-core",
11588[[package]]11592[[package]]
11589name = "sp-panic-handler"11593name = "sp-panic-handler"
11590version = "5.0.0"11594version = "5.0.0"
11591source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11595source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11592dependencies = [11596dependencies = [
11593 "backtrace",11597 "backtrace",
11594 "lazy_static",11598 "lazy_static",
11598[[package]]11602[[package]]
11599name = "sp-rpc"11603name = "sp-rpc"
11600version = "6.0.0"11604version = "6.0.0"
11601source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11605source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11602dependencies = [11606dependencies = [
11603 "rustc-hash",11607 "rustc-hash",
11604 "serde",11608 "serde",
11608[[package]]11612[[package]]
11609name = "sp-runtime"11613name = "sp-runtime"
11610version = "7.0.0"11614version = "7.0.0"
11611source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11615source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11612dependencies = [11616dependencies = [
11613 "either",11617 "either",
11614 "hash256-std-hasher",11618 "hash256-std-hasher",
11630[[package]]11634[[package]]
11631name = "sp-runtime-interface"11635name = "sp-runtime-interface"
11632version = "7.0.0"11636version = "7.0.0"
11633source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11637source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11634dependencies = [11638dependencies = [
11635 "bytes",11639 "bytes",
11636 "impl-trait-for-tuples",11640 "impl-trait-for-tuples",
11648[[package]]11652[[package]]
11649name = "sp-runtime-interface-proc-macro"11653name = "sp-runtime-interface-proc-macro"
11650version = "6.0.0"11654version = "6.0.0"
11651source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11655source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11652dependencies = [11656dependencies = [
11653 "Inflector",11657 "Inflector",
11654 "proc-macro-crate",11658 "proc-macro-crate",
11660[[package]]11664[[package]]
11661name = "sp-session"11665name = "sp-session"
11662version = "4.0.0-dev"11666version = "4.0.0-dev"
11663source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11667source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11664dependencies = [11668dependencies = [
11665 "parity-scale-codec 3.2.1",11669 "parity-scale-codec 3.2.1",
11666 "scale-info",11670 "scale-info",
11674[[package]]11678[[package]]
11675name = "sp-staking"11679name = "sp-staking"
11676version = "4.0.0-dev"11680version = "4.0.0-dev"
11677source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11681source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11678dependencies = [11682dependencies = [
11679 "parity-scale-codec 3.2.1",11683 "parity-scale-codec 3.2.1",
11680 "scale-info",11684 "scale-info",
11686[[package]]11690[[package]]
11687name = "sp-state-machine"11691name = "sp-state-machine"
11688version = "0.13.0"11692version = "0.13.0"
11689source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11693source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11690dependencies = [11694dependencies = [
11691 "hash-db",11695 "hash-db",
11692 "log",11696 "log",
11708[[package]]11712[[package]]
11709name = "sp-std"11713name = "sp-std"
11710version = "5.0.0"11714version = "5.0.0"
11711source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11715source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
1171211716
11713[[package]]11717[[package]]
11714name = "sp-storage"11718name = "sp-storage"
11715version = "7.0.0"11719version = "7.0.0"
11716source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11720source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11717dependencies = [11721dependencies = [
11718 "impl-serde",11722 "impl-serde",
11719 "parity-scale-codec 3.2.1",11723 "parity-scale-codec 3.2.1",
11726[[package]]11730[[package]]
11727name = "sp-timestamp"11731name = "sp-timestamp"
11728version = "4.0.0-dev"11732version = "4.0.0-dev"
11729source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11733source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11730dependencies = [11734dependencies = [
11731 "async-trait",11735 "async-trait",
11732 "futures-timer",11736 "futures-timer",
11742[[package]]11746[[package]]
11743name = "sp-tracing"11747name = "sp-tracing"
11744version = "6.0.0"11748version = "6.0.0"
11745source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11749source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11746dependencies = [11750dependencies = [
11747 "parity-scale-codec 3.2.1",11751 "parity-scale-codec 3.2.1",
11748 "sp-std",11752 "sp-std",
11754[[package]]11758[[package]]
11755name = "sp-transaction-pool"11759name = "sp-transaction-pool"
11756version = "4.0.0-dev"11760version = "4.0.0-dev"
11757source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11761source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11758dependencies = [11762dependencies = [
11759 "sp-api",11763 "sp-api",
11760 "sp-runtime",11764 "sp-runtime",
11763[[package]]11767[[package]]
11764name = "sp-transaction-storage-proof"11768name = "sp-transaction-storage-proof"
11765version = "4.0.0-dev"11769version = "4.0.0-dev"
11766source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11770source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11767dependencies = [11771dependencies = [
11768 "async-trait",11772 "async-trait",
11769 "log",11773 "log",
11779[[package]]11783[[package]]
11780name = "sp-trie"11784name = "sp-trie"
11781version = "7.0.0"11785version = "7.0.0"
11782source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11786source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11783dependencies = [11787dependencies = [
11784 "ahash",11788 "ahash",
11785 "hash-db",11789 "hash-db",
11802[[package]]11806[[package]]
11803name = "sp-version"11807name = "sp-version"
11804version = "5.0.0"11808version = "5.0.0"
11805source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11809source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11806dependencies = [11810dependencies = [
11807 "impl-serde",11811 "impl-serde",
11808 "parity-scale-codec 3.2.1",11812 "parity-scale-codec 3.2.1",
11819[[package]]11823[[package]]
11820name = "sp-version-proc-macro"11824name = "sp-version-proc-macro"
11821version = "4.0.0-dev"11825version = "4.0.0-dev"
11822source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11826source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11823dependencies = [11827dependencies = [
11824 "parity-scale-codec 3.2.1",11828 "parity-scale-codec 3.2.1",
11825 "proc-macro2",11829 "proc-macro2",
11830[[package]]11834[[package]]
11831name = "sp-wasm-interface"11835name = "sp-wasm-interface"
11832version = "7.0.0"11836version = "7.0.0"
11833source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11837source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11834dependencies = [11838dependencies = [
11835 "impl-trait-for-tuples",11839 "impl-trait-for-tuples",
11836 "log",11840 "log",
11843[[package]]11847[[package]]
11844name = "sp-weights"11848name = "sp-weights"
11845version = "4.0.0"11849version = "4.0.0"
11846source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11850source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
11847dependencies = [11851dependencies = [
11848 "impl-trait-for-tuples",11852 "impl-trait-for-tuples",
11849 "parity-scale-codec 3.2.1",11853 "parity-scale-codec 3.2.1",
12017[[package]]12021[[package]]
12018name = "substrate-build-script-utils"12022name = "substrate-build-script-utils"
12019version = "3.0.0"12023version = "3.0.0"
12020source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12024source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
12021dependencies = [12025dependencies = [
12022 "platforms 2.0.0",12026 "platforms 2.0.0",
12023]12027]
1202412028
12025[[package]]12029[[package]]
12026name = "substrate-frame-rpc-system"12030name = "substrate-frame-rpc-system"
12027version = "4.0.0-dev"12031version = "4.0.0-dev"
12028source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12032source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
12029dependencies = [12033dependencies = [
12030 "frame-system-rpc-runtime-api",12034 "frame-system-rpc-runtime-api",
12031 "futures 0.3.25",12035 "futures 0.3.25",
12046[[package]]12050[[package]]
12047name = "substrate-prometheus-endpoint"12051name = "substrate-prometheus-endpoint"
12048version = "0.10.0-dev"12052version = "0.10.0-dev"
12049source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12053source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
12050dependencies = [12054dependencies = [
12051 "futures-util",12055 "futures-util",
12052 "hyper",12056 "hyper",
12059[[package]]12063[[package]]
12060name = "substrate-rpc-client"12064name = "substrate-rpc-client"
12061version = "0.10.0-dev"12065version = "0.10.0-dev"
12062source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12066source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
12063dependencies = [12067dependencies = [
12064 "async-trait",12068 "async-trait",
12065 "jsonrpsee",12069 "jsonrpsee",
12072[[package]]12076[[package]]
12073name = "substrate-state-trie-migration-rpc"12077name = "substrate-state-trie-migration-rpc"
12074version = "4.0.0-dev"12078version = "4.0.0-dev"
12075source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12079source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
12076dependencies = [12080dependencies = [
12077 "jsonrpsee",12081 "jsonrpsee",
12078 "log",12082 "log",
12093[[package]]12097[[package]]
12094name = "substrate-test-client"12098name = "substrate-test-client"
12095version = "2.0.1"12099version = "2.0.1"
12096source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12100source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
12097dependencies = [12101dependencies = [
12098 "array-bytes 4.2.0",12102 "array-bytes 4.2.0",
12099 "async-trait",12103 "async-trait",
12140[[package]]12144[[package]]
12141name = "substrate-wasm-builder"12145name = "substrate-wasm-builder"
12142version = "5.0.0-dev"12146version = "5.0.0-dev"
12143source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12147source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
12144dependencies = [12148dependencies = [
12145 "ansi_term",12149 "ansi_term",
12146 "build-helper",12150 "build-helper",
12258[[package]]12262[[package]]
12259name = "test-runtime-constants"12263name = "test-runtime-constants"
12260version = "0.9.36"12264version = "0.9.36"
12261source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"12265source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
12262dependencies = [12266dependencies = [
12263 "frame-support",12267 "frame-support",
12264 "polkadot-primitives",12268 "polkadot-primitives",
12597[[package]]12601[[package]]
12598name = "tracing-gum"12602name = "tracing-gum"
12599version = "0.9.36"12603version = "0.9.36"
12600source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"12604source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
12601dependencies = [12605dependencies = [
12602 "polkadot-node-jaeger",12606 "polkadot-node-jaeger",
12603 "polkadot-primitives",12607 "polkadot-primitives",
12608[[package]]12612[[package]]
12609name = "tracing-gum-proc-macro"12613name = "tracing-gum-proc-macro"
12610version = "0.9.36"12614version = "0.9.36"
12611source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"12615source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
12612dependencies = [12616dependencies = [
12613 "expander 0.0.6",12617 "expander 0.0.6",
12614 "proc-macro-crate",12618 "proc-macro-crate",
12747[[package]]12751[[package]]
12748name = "try-runtime-cli"12752name = "try-runtime-cli"
12749version = "0.10.0-dev"12753version = "0.10.0-dev"
12750source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12754source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"
12751dependencies = [12755dependencies = [
12752 "clap",12756 "clap",
12753 "frame-remote-externalities",12757 "frame-remote-externalities",
13684[[package]]13688[[package]]
13685name = "westend-runtime"13689name = "westend-runtime"
13686version = "0.9.36"13690version = "0.9.36"
13687source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"13691source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
13688dependencies = [13692dependencies = [
13689 "bitvec 1.0.1",13693 "bitvec 1.0.1",
13690 "frame-benchmarking",13694 "frame-benchmarking",
13774[[package]]13778[[package]]
13775name = "westend-runtime-constants"13779name = "westend-runtime-constants"
13776version = "0.9.36"13780version = "0.9.36"
13777source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"13781source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
13778dependencies = [13782dependencies = [
13779 "frame-support",13783 "frame-support",
13780 "polkadot-primitives",13784 "polkadot-primitives",
14014[[package]]14018[[package]]
14015name = "xcm"14019name = "xcm"
14016version = "0.9.36"14020version = "0.9.36"
14017source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"14021source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
14018dependencies = [14022dependencies = [
14019 "derivative",14023 "derivative",
14020 "impl-trait-for-tuples",14024 "impl-trait-for-tuples",
14028[[package]]14032[[package]]
14029name = "xcm-builder"14033name = "xcm-builder"
14030version = "0.9.36"14034version = "0.9.36"
14031source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"14035source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
14032dependencies = [14036dependencies = [
14033 "frame-support",14037 "frame-support",
14034 "frame-system",14038 "frame-system",
14048[[package]]14052[[package]]
14049name = "xcm-executor"14053name = "xcm-executor"
14050version = "0.9.36"14054version = "0.9.36"
14051source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"14055source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
14052dependencies = [14056dependencies = [
14053 "frame-benchmarking",14057 "frame-benchmarking",
14054 "frame-support",14058 "frame-support",
14066[[package]]14070[[package]]
14067name = "xcm-procedural"14071name = "xcm-procedural"
14068version = "0.9.36"14072version = "0.9.36"
14069source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"14073source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"
14070dependencies = [14074dependencies = [
14071 "Inflector",14075 "Inflector",
14072 "proc-macro2",14076 "proc-macro2",
modifiedCargo.tomldiffbeforeafterboth
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,250 +36,3 @@
 git = "https://github.com/uniquenetwork/open-runtime-module-library"
 branch = "feature/polkadot-v0.9.36"
 default-features = false
-
-
-[patch."https://github.com/paritytech/substrate"]
-beefy-gadget = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-beefy-gadget-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-beefy-merkle-tree = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-fork-tree = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-frame-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-frame-benchmarking-cli = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-frame-election-provider-solution-type = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-frame-election-provider-support = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-frame-executive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-frame-remote-externalities = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-frame-support = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-frame-support-procedural = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-frame-support-procedural-tools = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-frame-support-procedural-tools-derive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-frame-system = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-frame-system-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-frame-system-rpc-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-frame-try-runtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-mmr-gadget = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-mmr-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-aura = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-authorship = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-babe = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-bags-list = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-balances = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-beefy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-beefy-mmr = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-bounties = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-child-bounties = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-collective = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-conviction-voting = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-democracy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-election-provider-multi-phase = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-fast-unstake = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-grandpa = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-identity = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-im-online = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-indices = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-membership = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-mmr = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-multisig = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-nis = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-nomination-pools = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-nomination-pools-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-offences = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-offences-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-preimage = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-proxy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-randomness-collective-flip = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-ranked-collective = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-recovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-referenda = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-scheduler = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-session = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-session-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-society = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-staking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-staking-reward-curve = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-staking-reward-fn = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-state-trie-migration = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-sudo = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-timestamp = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-tips = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-transaction-payment = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-transaction-payment-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-treasury = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-utility = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-vesting = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-pallet-whitelist = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-allocator = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-authority-discovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-basic-authorship = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-block-builder = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-chain-spec = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-chain-spec-derive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-cli = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-client-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-client-db = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-consensus = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-consensus-aura = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-consensus-babe = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-consensus-babe-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-consensus-epochs = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-consensus-manual-seal = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-consensus-slots = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-executor = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-executor-common = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-executor-wasmtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-finality-grandpa = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-finality-grandpa-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-informant = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-keystore = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-network = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-network-bitswap = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-network-common = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-network-gossip = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-network-light = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-network-sync = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-network-transactions = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-offchain = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-peerset = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-proposer-metrics = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-rpc-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-rpc-server = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-rpc-spec-v2 = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-service = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-state-db = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-sync-state-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-sysinfo = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-telemetry = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-tracing = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-tracing-proc-macro = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-transaction-pool = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-transaction-pool-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sc-utils = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-api-proc-macro = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-application-crypto = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-arithmetic = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-authority-discovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-authorship = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-beefy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-block-builder = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-blockchain = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-consensus = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-consensus-aura = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-consensus-babe = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-consensus-slots = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-consensus-vrf = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-core = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-core-hashing = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-core-hashing-proc-macro = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-database = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-debug-derive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-externalities = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-finality-grandpa = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-inherents = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-io = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-keyring = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-keystore = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-maybe-compressed-blob = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-mmr-primitives = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-npos-elections = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-offchain = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-panic-handler = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-runtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-runtime-interface = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-runtime-interface-proc-macro = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-session = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-staking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-state-machine = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-std = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-storage = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-timestamp = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-tracing = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-transaction-pool = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-transaction-storage-proof = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-trie = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-version = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-version-proc-macro = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-wasm-interface = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-sp-weights = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-substrate-build-script-utils = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-substrate-frame-rpc-system = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-substrate-prometheus-endpoint = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-substrate-rpc-client = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-substrate-state-trie-migration-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-substrate-test-client = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-substrate-wasm-builder = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-try-runtime-cli = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.36" }
-
-[patch."https://github.com/paritytech/polkadot"]
-kusama-runtime = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-kusama-runtime-constants = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-pallet-xcm = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-pallet-xcm-benchmarks = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-approval-distribution = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-availability-bitfield-distribution = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-availability-distribution = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-availability-recovery = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-cli = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-client = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-collator-protocol = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-dispute-distribution = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-erasure-coding = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-gossip-support = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-network-bridge = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-node-collation-generation = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-node-core-approval-voting = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-node-core-av-store = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-node-core-backing = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-node-core-bitfield-signing = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-node-core-candidate-validation = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-node-core-chain-api = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-node-core-chain-selection = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-node-core-dispute-coordinator = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-node-core-parachains-inherent = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-node-core-provisioner = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-node-core-pvf = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-node-core-pvf-checker = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-node-core-runtime-api = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-node-jaeger = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-node-metrics = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-node-network-protocol = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-node-primitives = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-node-subsystem = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-node-subsystem-types = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-node-subsystem-util = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-overseer = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-parachain = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-performance-test = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-primitives = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-rpc = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-runtime = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-runtime-common = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-runtime-constants = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-runtime-metrics = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-service = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-statement-distribution = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-statement-table = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-test-runtime = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-polkadot-test-service = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-rococo-runtime = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-rococo-runtime-constants = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-slot-range-helper = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-test-runtime-constants = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-tracing-gum = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-tracing-gum-proc-macro = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-westend-runtime = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-westend-runtime-constants = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-xcm = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-xcm-builder = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-xcm-executor = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
-xcm-procedural = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.36" }
modifiednode/cli/Cargo.tomldiffbeforeafterboth
--- a/node/cli/Cargo.toml
+++ b/node/cli/Cargo.toml
@@ -182,47 +182,47 @@
 
 [dependencies.cumulus-client-consensus-aura]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 
 [dependencies.cumulus-client-consensus-common]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 
 [dependencies.cumulus-client-collator]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 
 [dependencies.cumulus-client-cli]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 
 [dependencies.cumulus-client-network]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 
 [dependencies.cumulus-primitives-core]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 
 [dependencies.cumulus-primitives-parachain-inherent]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 
 [dependencies.cumulus-client-service]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 
 [dependencies.cumulus-relay-chain-interface]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 
 [dependencies.cumulus-relay-chain-inprocess-interface]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 
 [dependencies.cumulus-relay-chain-minimal-node]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 
 ################################################################################
 # Polkadot dependencies
modifiednode/cli/src/service.rsdiffbeforeafterboth
--- a/node/cli/src/service.rs
+++ b/node/cli/src/service.rs
@@ -192,7 +192,7 @@
 type FullBackend = sc_service::TFullBackend<Block>;
 type FullSelectChain = sc_consensus::LongestChain<FullBackend, Block>;
 type ParachainBlockImport<RuntimeApi, ExecutorDispatch> =
-	TParachainBlockImport<Arc<FullClient<RuntimeApi, ExecutorDispatch>>>;
+	TParachainBlockImport<Block, Arc<FullClient<RuntimeApi, ExecutorDispatch>>, FullBackend>;
 
 /// Starts a `ServiceBuilder` for a full service.
 ///
@@ -229,6 +229,7 @@
 	ExecutorDispatch: NativeExecutionDispatch + 'static,
 	BIQ: FnOnce(
 		Arc<FullClient<RuntimeApi, ExecutorDispatch>>,
+		Arc<FullBackend>,
 		&Configuration,
 		Option<TelemetryHandle>,
 		&TaskManager,
@@ -299,6 +300,7 @@
 
 	let import_queue = build_import_queue(
 		client.clone(),
+		backend.clone(),
 		config,
 		telemetry.as_ref().map(|telemetry| telemetry.handle()),
 		&task_manager,
@@ -402,6 +404,7 @@
 	ExecutorDispatch: NativeExecutionDispatch + 'static,
 	BIQ: FnOnce(
 		Arc<FullClient<RuntimeApi, ExecutorDispatch>>,
+		Arc<FullBackend>,
 		&Configuration,
 		Option<TelemetryHandle>,
 		&TaskManager,
@@ -411,6 +414,7 @@
 	>,
 	BIC: FnOnce(
 		Arc<FullClient<RuntimeApi, ExecutorDispatch>>,
+		Arc<FullBackend>,
 		Option<&Registry>,
 		Option<TelemetryHandle>,
 		&TaskManager,
@@ -565,6 +569,7 @@
 	if validator {
 		let parachain_consensus = build_consensus(
 			client.clone(),
+			backend.clone(),
 			prometheus_registry.as_ref(),
 			telemetry.as_ref().map(|t| t.handle()),
 			&task_manager,
@@ -614,6 +619,7 @@
 /// Build the import queue for the the parachain runtime.
 pub fn parachain_build_import_queue<RuntimeApi, ExecutorDispatch>(
 	client: Arc<FullClient<RuntimeApi, ExecutorDispatch>>,
+	backend: Arc<FullBackend>,
 	config: &Configuration,
 	telemetry: Option<TelemetryHandle>,
 	task_manager: &TaskManager,
@@ -634,7 +640,7 @@
 {
 	let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?;
 
-	let block_import = ParachainBlockImport::new(client.clone());
+	let block_import = ParachainBlockImport::new(client.clone(), backend.clone());
 
 	cumulus_client_consensus_aura::import_queue::<
 		sp_consensus_aura::sr25519::AuthorityPair,
@@ -713,6 +719,7 @@
 		id,
 		parachain_build_import_queue,
 		|client,
+		 backend,
 		 prometheus_registry,
 		 telemetry,
 		 task_manager,
@@ -731,7 +738,7 @@
 				telemetry.clone(),
 			);
 
-			let block_import = ParachainBlockImport::new(client.clone());
+			let block_import = ParachainBlockImport::new(client.clone(), backend.clone());
 
 			Ok(AuraConsensus::build::<
 				sp_consensus_aura::sr25519::AuthorityPair,
@@ -790,6 +797,7 @@
 
 fn dev_build_import_queue<RuntimeApi, ExecutorDispatch>(
 	client: Arc<FullClient<RuntimeApi, ExecutorDispatch>>,
+	_: Arc<FullBackend>,
 	config: &Configuration,
 	_: Option<TelemetryHandle>,
 	task_manager: &TaskManager,
modifiedprimitives/common/Cargo.tomldiffbeforeafterboth
--- a/primitives/common/Cargo.toml
+++ b/primitives/common/Cargo.toml
@@ -54,7 +54,7 @@
 [dependencies.cumulus-primitives-core]
 default-features = false
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 
 [dependencies.pallet-evm]
 default-features = false
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
--- a/runtime/opal/Cargo.toml
+++ b/runtime/opal/Cargo.toml
@@ -380,46 +380,46 @@
 [dependencies.parachain-info]
 default-features = false
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 
 [dependencies.cumulus-pallet-aura-ext]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-pallet-parachain-system]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-primitives-core]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-pallet-xcm]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-pallet-dmp-queue]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-pallet-xcmp-queue]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-primitives-utility]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-primitives-timestamp]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 default-features = false
 
 ################################################################################
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
--- a/runtime/quartz/Cargo.toml
+++ b/runtime/quartz/Cargo.toml
@@ -365,46 +365,46 @@
 [dependencies.parachain-info]
 default-features = false
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 
 [dependencies.cumulus-pallet-aura-ext]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-pallet-parachain-system]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-primitives-core]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-pallet-xcm]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-pallet-dmp-queue]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-pallet-xcmp-queue]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-primitives-utility]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-primitives-timestamp]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 default-features = false
 
 ################################################################################
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
--- a/runtime/unique/Cargo.toml
+++ b/runtime/unique/Cargo.toml
@@ -366,46 +366,46 @@
 [dependencies.parachain-info]
 default-features = false
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 
 [dependencies.cumulus-pallet-aura-ext]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-pallet-parachain-system]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-primitives-core]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-pallet-xcm]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-pallet-dmp-queue]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-pallet-xcmp-queue]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-primitives-utility]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 default-features = false
 
 [dependencies.cumulus-primitives-timestamp]
 git = "https://github.com/paritytech/cumulus"
-branch = "draft-polkadot-v0.9.36"
+branch = "polkadot-v0.9.36"
 default-features = false
 
 ################################################################################