Merge pull request #244483 from andresilva/polkadot-1.0.0

polkadot: 0.9.43 -> 1.0.0

authored by André Silva and committed by GitHub 5da131bd 857df777

+701 -727
+685 -724
pkgs/applications/blockchains/polkadot/Cargo.lock
··· 254 254 255 255 [[package]] 256 256 name = "array-bytes" 257 - version = "4.1.0" 257 + version = "6.1.0" 258 258 source = "registry+https://github.com/rust-lang/crates.io-index" 259 - checksum = "6a913633b0c922e6b745072795f50d90ebea78ba31a57e2ac8c2fc7b50950949" 259 + checksum = "d9b1c5a481ec30a5abd8dfbd94ab5cf1bb4e9a66be7f1b3b322f2f1170c200fd" 260 260 261 261 [[package]] 262 262 name = "arrayref" ··· 523 523 [[package]] 524 524 name = "binary-merkle-tree" 525 525 version = "4.0.0-dev" 526 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 526 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 527 527 dependencies = [ 528 528 "hash-db", 529 529 "log", ··· 679 679 680 680 [[package]] 681 681 name = "bounded-collections" 682 - version = "0.1.5" 682 + version = "0.1.8" 683 683 source = "registry+https://github.com/rust-lang/crates.io-index" 684 - checksum = "a071c348a5ef6da1d3a87166b408170b46002382b1dda83992b5c2208cefb370" 684 + checksum = "eb5b05133427c07c4776906f673ccf36c21b102c9829c641a5b56bd151d44fd6" 685 685 dependencies = [ 686 686 "log", 687 687 "parity-scale-codec", ··· 932 932 933 933 [[package]] 934 934 name = "cid" 935 - version = "0.8.6" 935 + version = "0.9.0" 936 936 source = "registry+https://github.com/rust-lang/crates.io-index" 937 - checksum = "f6ed9c8b2d17acb8110c46f1da5bf4a696d745e1474a16db0cd2b49cd0249bf2" 937 + checksum = "b9b68e3193982cd54187d71afdb2a271ad4cf8af157858e9cb911b91321de143" 938 938 dependencies = [ 939 939 "core2", 940 940 "multibase", 941 - "multihash 0.16.2", 941 + "multihash", 942 942 "serde", 943 943 "unsigned-varint", 944 944 ] ··· 1105 1105 1106 1106 [[package]] 1107 1107 name = "comfy-table" 1108 - version = "6.0.0" 1108 + version = "7.0.0" 1109 1109 source = "registry+https://github.com/rust-lang/crates.io-index" 1110 - checksum = "121d8a5b0346092c18a4b2fd6f620d7a06f0eb7ac0a45860939a0884bc579c56" 1110 + checksum = "f9e1f7e5d046697d34b593bdba8ee31f4649366e452a2ccabb3baf3511e503d1" 1111 1111 dependencies = [ 1112 1112 "strum", 1113 1113 "strum_macros", ··· 1115 1115 ] 1116 1116 1117 1117 [[package]] 1118 + name = "common-path" 1119 + version = "1.0.0" 1120 + source = "registry+https://github.com/rust-lang/crates.io-index" 1121 + checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" 1122 + 1123 + [[package]] 1118 1124 name = "concurrent-queue" 1119 1125 version = "1.2.2" 1120 1126 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1457 1463 1458 1464 [[package]] 1459 1465 name = "crypto-bigint" 1460 - version = "0.5.1" 1466 + version = "0.5.2" 1461 1467 source = "registry+https://github.com/rust-lang/crates.io-index" 1462 - checksum = "7c2538c4e68e52548bacb3e83ac549f903d44f011ac9d5abb5e132e67d0808f7" 1468 + checksum = "cf4c2f4e1afd912bc40bfd6fed5d9dc1f288e0ba01bfcc835cc5bc3eb13efe15" 1463 1469 dependencies = [ 1464 1470 "generic-array 0.14.6", 1465 1471 "rand_core 0.6.4", ··· 1570 1576 "cfg-if", 1571 1577 "fiat-crypto", 1572 1578 "packed_simd_2", 1573 - "platforms 3.0.2", 1579 + "platforms", 1574 1580 "subtle", 1575 1581 "zeroize", 1576 1582 ] ··· 1702 1708 1703 1709 [[package]] 1704 1710 name = "der" 1705 - version = "0.7.1" 1711 + version = "0.7.7" 1706 1712 source = "registry+https://github.com/rust-lang/crates.io-index" 1707 - checksum = "bc906908ea6458456e5eaa160a9c08543ec3d1e6f71e2235cedd660cb65f9df0" 1713 + checksum = "0c7ed52955ce76b1554f509074bb357d3fb8ac9b51288a65a3fd480d1dfba946" 1708 1714 dependencies = [ 1709 1715 "const-oid", 1710 1716 "zeroize", ··· 1841 1847 checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" 1842 1848 dependencies = [ 1843 1849 "block-buffer 0.10.3", 1850 + "const-oid", 1844 1851 "crypto-common", 1845 1852 "subtle", 1846 1853 ] ··· 1919 1926 checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 1920 1927 1921 1928 [[package]] 1922 - name = "downcast" 1923 - version = "0.11.0" 1929 + name = "docify" 1930 + version = "0.1.13" 1931 + source = "registry+https://github.com/rust-lang/crates.io-index" 1932 + checksum = "18b972b74c30cbe838fc6a07665132ff94f257350e26fd01d80bc59ee7fcf129" 1933 + dependencies = [ 1934 + "docify_macros", 1935 + ] 1936 + 1937 + [[package]] 1938 + name = "docify_macros" 1939 + version = "0.1.13" 1924 1940 source = "registry+https://github.com/rust-lang/crates.io-index" 1925 - checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" 1941 + checksum = "c93004d1011191c56df9e853dca42f2012e7488638bcd5078935f5ce43e06cf3" 1942 + dependencies = [ 1943 + "common-path", 1944 + "derive-syn-parse", 1945 + "lazy_static", 1946 + "prettyplease", 1947 + "proc-macro2", 1948 + "quote", 1949 + "regex", 1950 + "syn 2.0.16", 1951 + "termcolor", 1952 + "walkdir", 1953 + ] 1926 1954 1927 1955 [[package]] 1928 - name = "downcast-rs" 1929 - version = "1.2.0" 1956 + name = "downcast" 1957 + version = "0.11.0" 1930 1958 source = "registry+https://github.com/rust-lang/crates.io-index" 1931 - checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" 1959 + checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" 1932 1960 1933 1961 [[package]] 1934 1962 name = "dtoa" ··· 1977 2005 1978 2006 [[package]] 1979 2007 name = "ecdsa" 1980 - version = "0.16.1" 2008 + version = "0.16.7" 1981 2009 source = "registry+https://github.com/rust-lang/crates.io-index" 1982 - checksum = "d1b0a1222f8072619e8a6b667a854020a03d363738303203c09468b3424a420a" 2010 + checksum = "0997c976637b606099b9985693efa3581e84e41f5c11ba5255f88711058ad428" 1983 2011 dependencies = [ 1984 - "der 0.7.1", 1985 - "elliptic-curve 0.13.2", 2012 + "der 0.7.7", 2013 + "digest 0.10.6", 2014 + "elliptic-curve 0.13.5", 1986 2015 "rfc6979 0.4.0", 1987 - "signature 2.0.0", 2016 + "signature 2.1.0", 2017 + "spki 0.7.2", 1988 2018 ] 1989 2019 1990 2020 [[package]] ··· 2054 2084 2055 2085 [[package]] 2056 2086 name = "elliptic-curve" 2057 - version = "0.13.2" 2087 + version = "0.13.5" 2058 2088 source = "registry+https://github.com/rust-lang/crates.io-index" 2059 - checksum = "6ea5a92946e8614bb585254898bb7dd1ddad241ace60c52149e3765e34cc039d" 2089 + checksum = "968405c8fdc9b3bf4df0a6638858cc0b52462836ab6b1c87377785dd09cf1c0b" 2060 2090 dependencies = [ 2061 2091 "base16ct 0.2.0", 2062 - "crypto-bigint 0.5.1", 2092 + "crypto-bigint 0.5.2", 2063 2093 "digest 0.10.6", 2064 2094 "ff 0.13.0", 2065 2095 "generic-array 0.14.6", 2066 2096 "group 0.13.0", 2067 - "pkcs8 0.10.1", 2097 + "pkcs8 0.10.2", 2068 2098 "rand_core 0.6.4", 2069 2099 "sec1 0.7.1", 2070 2100 "subtle", ··· 2172 2202 2173 2203 [[package]] 2174 2204 name = "erasure_coding_fuzzer" 2175 - version = "0.9.43" 2205 + version = "1.0.0" 2176 2206 dependencies = [ 2177 2207 "honggfuzz", 2178 2208 "polkadot-erasure-coding", ··· 2255 2285 "fs-err", 2256 2286 "proc-macro2", 2257 2287 "quote", 2258 - ] 2259 - 2260 - [[package]] 2261 - name = "expander" 2262 - version = "1.0.0" 2263 - source = "registry+https://github.com/rust-lang/crates.io-index" 2264 - checksum = "f360349150728553f92e4c997a16af8915f418d3a0f21b440d34c5632f16ed84" 2265 - dependencies = [ 2266 - "blake2", 2267 - "fs-err", 2268 - "proc-macro2", 2269 - "quote", 2270 - "syn 1.0.109", 2271 2288 ] 2272 2289 2273 2290 [[package]] ··· 2487 2504 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 2488 2505 2489 2506 [[package]] 2490 - name = "foreign-types" 2491 - version = "0.3.2" 2492 - source = "registry+https://github.com/rust-lang/crates.io-index" 2493 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 2494 - dependencies = [ 2495 - "foreign-types-shared", 2496 - ] 2497 - 2498 - [[package]] 2499 - name = "foreign-types-shared" 2500 - version = "0.1.1" 2501 - source = "registry+https://github.com/rust-lang/crates.io-index" 2502 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 2503 - 2504 - [[package]] 2505 2507 name = "fork-tree" 2506 2508 version = "3.0.0" 2507 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 2509 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 2508 2510 dependencies = [ 2509 2511 "parity-scale-codec", 2510 2512 ] ··· 2527 2529 [[package]] 2528 2530 name = "frame-benchmarking" 2529 2531 version = "4.0.0-dev" 2530 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 2532 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 2531 2533 dependencies = [ 2532 2534 "frame-support", 2533 2535 "frame-support-procedural", ··· 2552 2554 [[package]] 2553 2555 name = "frame-benchmarking-cli" 2554 2556 version = "4.0.0-dev" 2555 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 2557 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 2556 2558 dependencies = [ 2557 2559 "Inflector", 2558 2560 "array-bytes", ··· 2586 2588 "sp-database", 2587 2589 "sp-externalities", 2588 2590 "sp-inherents", 2591 + "sp-io", 2589 2592 "sp-keystore", 2590 2593 "sp-runtime", 2591 2594 "sp-state-machine", 2592 - "sp-std", 2593 2595 "sp-storage", 2594 2596 "sp-trie", 2597 + "sp-wasm-interface", 2595 2598 "thiserror", 2596 2599 "thousands", 2597 2600 ] ··· 2599 2602 [[package]] 2600 2603 name = "frame-election-provider-solution-type" 2601 2604 version = "4.0.0-dev" 2602 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 2605 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 2603 2606 dependencies = [ 2604 2607 "proc-macro-crate", 2605 2608 "proc-macro2", ··· 2610 2613 [[package]] 2611 2614 name = "frame-election-provider-support" 2612 2615 version = "4.0.0-dev" 2613 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 2616 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 2614 2617 dependencies = [ 2615 2618 "frame-election-provider-solution-type", 2616 2619 "frame-support", ··· 2627 2630 [[package]] 2628 2631 name = "frame-executive" 2629 2632 version = "4.0.0-dev" 2630 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 2633 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 2631 2634 dependencies = [ 2632 2635 "frame-support", 2633 2636 "frame-system", ··· 2643 2646 2644 2647 [[package]] 2645 2648 name = "frame-metadata" 2646 - version = "15.1.0" 2649 + version = "16.0.0" 2647 2650 source = "registry+https://github.com/rust-lang/crates.io-index" 2648 - checksum = "878babb0b136e731cc77ec2fd883ff02745ff21e6fb662729953d44923df009c" 2651 + checksum = "87cf1549fba25a6fcac22785b61698317d958e96cac72a59102ea45b9ae64692" 2649 2652 dependencies = [ 2650 2653 "cfg-if", 2651 2654 "parity-scale-codec", ··· 2656 2659 [[package]] 2657 2660 name = "frame-remote-externalities" 2658 2661 version = "0.10.0-dev" 2659 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 2662 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 2660 2663 dependencies = [ 2661 2664 "async-recursion", 2662 2665 "futures", ··· 2677 2680 [[package]] 2678 2681 name = "frame-support" 2679 2682 version = "4.0.0-dev" 2680 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 2683 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 2681 2684 dependencies = [ 2682 2685 "bitflags", 2683 2686 "environmental", ··· 2686 2689 "impl-trait-for-tuples", 2687 2690 "k256", 2688 2691 "log", 2689 - "once_cell", 2692 + "macro_magic", 2690 2693 "parity-scale-codec", 2691 2694 "paste", 2692 2695 "scale-info", ··· 2711 2714 [[package]] 2712 2715 name = "frame-support-procedural" 2713 2716 version = "4.0.0-dev" 2714 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 2717 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 2715 2718 dependencies = [ 2716 2719 "Inflector", 2717 2720 "cfg-expr", 2718 2721 "derive-syn-parse", 2722 + "expander 2.0.0", 2719 2723 "frame-support-procedural-tools", 2720 2724 "itertools", 2725 + "macro_magic", 2721 2726 "proc-macro-warning", 2722 2727 "proc-macro2", 2723 2728 "quote", ··· 2727 2732 [[package]] 2728 2733 name = "frame-support-procedural-tools" 2729 2734 version = "4.0.0-dev" 2730 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 2735 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 2731 2736 dependencies = [ 2732 2737 "frame-support-procedural-tools-derive", 2733 2738 "proc-macro-crate", ··· 2739 2744 [[package]] 2740 2745 name = "frame-support-procedural-tools-derive" 2741 2746 version = "3.0.0" 2742 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 2747 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 2743 2748 dependencies = [ 2744 2749 "proc-macro2", 2745 2750 "quote", ··· 2749 2754 [[package]] 2750 2755 name = "frame-support-test" 2751 2756 version = "3.0.0" 2752 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 2757 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 2753 2758 dependencies = [ 2754 2759 "frame-benchmarking", 2755 2760 "frame-executive", ··· 2769 2774 "sp-state-machine", 2770 2775 "sp-std", 2771 2776 "sp-version", 2777 + "static_assertions", 2772 2778 "trybuild", 2773 2779 ] 2774 2780 2775 2781 [[package]] 2776 2782 name = "frame-support-test-pallet" 2777 2783 version = "4.0.0-dev" 2778 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 2784 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 2779 2785 dependencies = [ 2780 2786 "frame-support", 2781 2787 "frame-system", 2782 2788 "parity-scale-codec", 2783 2789 "scale-info", 2790 + "serde", 2784 2791 ] 2785 2792 2786 2793 [[package]] 2787 2794 name = "frame-system" 2788 2795 version = "4.0.0-dev" 2789 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 2796 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 2790 2797 dependencies = [ 2791 2798 "cfg-if", 2792 2799 "frame-support", ··· 2805 2812 [[package]] 2806 2813 name = "frame-system-benchmarking" 2807 2814 version = "4.0.0-dev" 2808 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 2815 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 2809 2816 dependencies = [ 2810 2817 "frame-benchmarking", 2811 2818 "frame-support", ··· 2820 2827 [[package]] 2821 2828 name = "frame-system-rpc-runtime-api" 2822 2829 version = "4.0.0-dev" 2823 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 2830 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 2824 2831 dependencies = [ 2825 2832 "parity-scale-codec", 2826 2833 "sp-api", ··· 2829 2836 [[package]] 2830 2837 name = "frame-try-runtime" 2831 2838 version = "0.10.0-dev" 2832 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 2839 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 2833 2840 dependencies = [ 2834 2841 "frame-support", 2835 2842 "parity-scale-codec", ··· 2867 2874 2868 2875 [[package]] 2869 2876 name = "fs_extra" 2870 - version = "1.2.0" 2877 + version = "1.3.0" 2871 2878 source = "registry+https://github.com/rust-lang/crates.io-index" 2872 - checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394" 2879 + checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 2873 2880 2874 2881 [[package]] 2875 2882 name = "funty" ··· 3011 3018 [[package]] 3012 3019 name = "generate-bags" 3013 3020 version = "4.0.0-dev" 3014 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 3021 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 3015 3022 dependencies = [ 3016 3023 "chrono", 3017 3024 "frame-election-provider-support", 3018 3025 "frame-support", 3019 3026 "frame-system", 3020 - "git2", 3021 3027 "num-format", 3022 3028 "pallet-staking", 3029 + "sp-staking", 3023 3030 ] 3024 3031 3025 3032 [[package]] ··· 3106 3113 ] 3107 3114 3108 3115 [[package]] 3109 - name = "git2" 3110 - version = "0.16.1" 3111 - source = "registry+https://github.com/rust-lang/crates.io-index" 3112 - checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc" 3113 - dependencies = [ 3114 - "bitflags", 3115 - "libc", 3116 - "libgit2-sys", 3117 - "log", 3118 - "url", 3119 - ] 3120 - 3121 - [[package]] 3122 3116 name = "glob" 3123 3117 version = "0.3.0" 3124 3118 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3443 3437 "rustls 0.20.7", 3444 3438 "rustls-native-certs", 3445 3439 "tokio", 3446 - "tokio-rustls", 3440 + "tokio-rustls 0.23.2", 3447 3441 "webpki-roots", 3448 3442 ] 3449 3443 3450 3444 [[package]] 3451 - name = "hyper-tls" 3452 - version = "0.5.0" 3445 + name = "hyper-rustls" 3446 + version = "0.24.0" 3453 3447 source = "registry+https://github.com/rust-lang/crates.io-index" 3454 - checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 3448 + checksum = "0646026eb1b3eea4cd9ba47912ea5ce9cc07713d105b1a14698f4e6433d348b7" 3455 3449 dependencies = [ 3456 - "bytes", 3450 + "http", 3457 3451 "hyper", 3458 - "native-tls", 3452 + "log", 3453 + "rustls 0.21.2", 3454 + "rustls-native-certs", 3459 3455 "tokio", 3460 - "tokio-native-tls", 3456 + "tokio-rustls 0.24.1", 3461 3457 ] 3462 3458 3463 3459 [[package]] ··· 3739 3735 "soketto", 3740 3736 "thiserror", 3741 3737 "tokio", 3742 - "tokio-rustls", 3738 + "tokio-rustls 0.23.2", 3743 3739 "tokio-util", 3744 3740 "tracing", 3745 3741 "webpki-roots", ··· 3781 3777 dependencies = [ 3782 3778 "async-trait", 3783 3779 "hyper", 3784 - "hyper-rustls", 3780 + "hyper-rustls 0.23.0", 3785 3781 "jsonrpsee-core", 3786 3782 "jsonrpsee-types", 3787 3783 "rustc-hash", ··· 3855 3851 3856 3852 [[package]] 3857 3853 name = "k256" 3858 - version = "0.13.0" 3854 + version = "0.13.1" 3859 3855 source = "registry+https://github.com/rust-lang/crates.io-index" 3860 - checksum = "955890845095ccf31ef83ad41a05aabb4d8cc23dc3cac5a9f5c89cf26dd0da75" 3856 + checksum = "cadb76004ed8e97623117f3df85b17aaa6626ab0b0831e6573f104df16cd1bcc" 3861 3857 dependencies = [ 3862 3858 "cfg-if", 3863 - "ecdsa 0.16.1", 3864 - "elliptic-curve 0.13.2", 3859 + "ecdsa 0.16.7", 3860 + "elliptic-curve 0.13.5", 3865 3861 "once_cell", 3866 3862 "sha2 0.10.2", 3867 3863 ] ··· 3874 3870 3875 3871 [[package]] 3876 3872 name = "kusama-runtime" 3877 - version = "0.9.43" 3873 + version = "1.0.0" 3878 3874 dependencies = [ 3879 3875 "bitvec", 3880 3876 "frame-benchmarking", ··· 3927 3923 "pallet-society", 3928 3924 "pallet-staking", 3929 3925 "pallet-staking-runtime-api", 3926 + "pallet-state-trie-migration", 3930 3927 "pallet-timestamp", 3931 3928 "pallet-tips", 3932 3929 "pallet-transaction-payment", ··· 3980 3977 3981 3978 [[package]] 3982 3979 name = "kusama-runtime-constants" 3983 - version = "0.9.43" 3980 + version = "1.0.0" 3984 3981 dependencies = [ 3985 3982 "frame-support", 3986 3983 "polkadot-primitives", ··· 4034 4031 ] 4035 4032 4036 4033 [[package]] 4034 + name = "landlock" 4035 + version = "0.2.0" 4036 + source = "registry+https://github.com/rust-lang/crates.io-index" 4037 + checksum = "520baa32708c4e957d2fc3a186bc5bd8d26637c33137f399ddfc202adb240068" 4038 + dependencies = [ 4039 + "enumflags2", 4040 + "libc", 4041 + "thiserror", 4042 + ] 4043 + 4044 + [[package]] 4037 4045 name = "lazy_static" 4038 4046 version = "1.4.0" 4039 4047 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4072 4080 ] 4073 4081 4074 4082 [[package]] 4075 - name = "libgit2-sys" 4076 - version = "0.14.2+1.5.1" 4077 - source = "registry+https://github.com/rust-lang/crates.io-index" 4078 - checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4" 4079 - dependencies = [ 4080 - "cc", 4081 - "libc", 4082 - "libz-sys", 4083 - "pkg-config", 4084 - ] 4085 - 4086 - [[package]] 4087 4083 name = "libloading" 4088 4084 version = "0.7.2" 4089 4085 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4100 4096 checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a" 4101 4097 4102 4098 [[package]] 4103 - name = "libm" 4104 - version = "0.2.1" 4105 - source = "registry+https://github.com/rust-lang/crates.io-index" 4106 - checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" 4107 - 4108 - [[package]] 4109 4099 name = "libp2p" 4110 4100 version = "0.51.3" 4111 4101 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4177 4167 "libp2p-identity", 4178 4168 "log", 4179 4169 "multiaddr", 4180 - "multihash 0.17.0", 4170 + "multihash", 4181 4171 "multistream-select", 4182 4172 "once_cell", 4183 4173 "parking_lot 0.12.1", ··· 4237 4227 "ed25519-dalek", 4238 4228 "log", 4239 4229 "multiaddr", 4240 - "multihash 0.17.0", 4230 + "multihash", 4241 4231 "quick-protobuf", 4242 4232 "rand 0.8.5", 4243 4233 "sha2 0.10.2", ··· 4484 4474 "libp2p-identity", 4485 4475 "libp2p-noise", 4486 4476 "log", 4487 - "multihash 0.17.0", 4477 + "multihash", 4488 4478 "quick-protobuf", 4489 4479 "quick-protobuf-codec", 4490 4480 "rand 0.8.5", ··· 4600 4590 checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66" 4601 4591 dependencies = [ 4602 4592 "cc", 4603 - "libc", 4604 4593 "pkg-config", 4605 4594 "vcpkg", 4606 4595 ] ··· 4668 4657 4669 4658 [[package]] 4670 4659 name = "log" 4671 - version = "0.4.17" 4660 + version = "0.4.19" 4672 4661 source = "registry+https://github.com/rust-lang/crates.io-index" 4673 - checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 4662 + checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" 4674 4663 dependencies = [ 4675 - "cfg-if", 4676 4664 "serde", 4677 4665 "value-bag", 4678 4666 ] 4679 4667 4680 4668 [[package]] 4681 4669 name = "lru" 4682 - version = "0.8.1" 4683 - source = "registry+https://github.com/rust-lang/crates.io-index" 4684 - checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909" 4685 - dependencies = [ 4686 - "hashbrown 0.12.3", 4687 - ] 4688 - 4689 - [[package]] 4690 - name = "lru" 4691 4670 version = "0.9.0" 4692 4671 source = "registry+https://github.com/rust-lang/crates.io-index" 4693 4672 checksum = "71e7d46de488603ffdd5f30afbc64fbba2378214a2c3a2fb83abf3d33126df17" ··· 4743 4722 ] 4744 4723 4745 4724 [[package]] 4725 + name = "macro_magic" 4726 + version = "0.4.1" 4727 + source = "registry+https://github.com/rust-lang/crates.io-index" 4728 + checksum = "614b1304ab7877b499925b4dcc5223ff480f2646ad4db1ee7065badb8d530439" 4729 + dependencies = [ 4730 + "macro_magic_core", 4731 + "macro_magic_macros", 4732 + "quote", 4733 + "syn 2.0.16", 4734 + ] 4735 + 4736 + [[package]] 4737 + name = "macro_magic_core" 4738 + version = "0.4.1" 4739 + source = "registry+https://github.com/rust-lang/crates.io-index" 4740 + checksum = "a8d72c1b662d07b8e482c80d3a7fc4168e058b3bef4c573e94feb714b670f406" 4741 + dependencies = [ 4742 + "derive-syn-parse", 4743 + "macro_magic_core_macros", 4744 + "proc-macro2", 4745 + "quote", 4746 + "syn 2.0.16", 4747 + ] 4748 + 4749 + [[package]] 4750 + name = "macro_magic_core_macros" 4751 + version = "0.4.1" 4752 + source = "registry+https://github.com/rust-lang/crates.io-index" 4753 + checksum = "93d7d9e6e234c040dafc745c7592738d56a03ad04b1fa04ab60821deb597466a" 4754 + dependencies = [ 4755 + "proc-macro2", 4756 + "quote", 4757 + "syn 2.0.16", 4758 + ] 4759 + 4760 + [[package]] 4761 + name = "macro_magic_macros" 4762 + version = "0.4.1" 4763 + source = "registry+https://github.com/rust-lang/crates.io-index" 4764 + checksum = "ffd19f13cfd2bfbd83692adfef8c244fe5109b3eb822a1fb4e0a6253b406cd81" 4765 + dependencies = [ 4766 + "macro_magic_core", 4767 + "quote", 4768 + "syn 2.0.16", 4769 + ] 4770 + 4771 + [[package]] 4746 4772 name = "maplit" 4747 4773 version = "1.0.2" 4748 4774 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4857 4883 ] 4858 4884 4859 4885 [[package]] 4860 - name = "memory_units" 4861 - version = "0.4.0" 4862 - source = "registry+https://github.com/rust-lang/crates.io-index" 4863 - checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3" 4864 - 4865 - [[package]] 4866 4886 name = "merlin" 4867 4887 version = "2.0.1" 4868 4888 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4931 4951 [[package]] 4932 4952 name = "mmr-gadget" 4933 4953 version = "4.0.0-dev" 4934 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 4954 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 4935 4955 dependencies = [ 4936 4956 "futures", 4937 4957 "log", ··· 4950 4970 [[package]] 4951 4971 name = "mmr-rpc" 4952 4972 version = "4.0.0-dev" 4953 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 4973 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 4954 4974 dependencies = [ 4955 4975 "anyhow", 4956 4976 "jsonrpsee", ··· 5001 5021 "data-encoding", 5002 5022 "log", 5003 5023 "multibase", 5004 - "multihash 0.17.0", 5024 + "multihash", 5005 5025 "percent-encoding", 5006 5026 "serde", 5007 5027 "static_assertions", ··· 5022 5042 5023 5043 [[package]] 5024 5044 name = "multihash" 5025 - version = "0.16.2" 5045 + version = "0.17.0" 5026 5046 source = "registry+https://github.com/rust-lang/crates.io-index" 5027 - checksum = "e3db354f401db558759dfc1e568d010a5d4146f4d3f637be1275ec4a3cf09689" 5047 + checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40" 5028 5048 dependencies = [ 5029 5049 "blake2b_simd", 5030 5050 "blake2s_simd", ··· 5034 5054 "multihash-derive", 5035 5055 "sha2 0.10.2", 5036 5056 "sha3", 5037 - "unsigned-varint", 5038 - ] 5039 - 5040 - [[package]] 5041 - name = "multihash" 5042 - version = "0.17.0" 5043 - source = "registry+https://github.com/rust-lang/crates.io-index" 5044 - checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40" 5045 - dependencies = [ 5046 - "core2", 5047 - "digest 0.10.6", 5048 - "multihash-derive", 5049 - "sha2 0.10.2", 5050 5057 "unsigned-varint", 5051 5058 ] 5052 5059 ··· 5128 5135 checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" 5129 5136 5130 5137 [[package]] 5131 - name = "native-tls" 5132 - version = "0.2.11" 5133 - source = "registry+https://github.com/rust-lang/crates.io-index" 5134 - checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 5135 - dependencies = [ 5136 - "lazy_static", 5137 - "libc", 5138 - "log", 5139 - "openssl", 5140 - "openssl-probe", 5141 - "openssl-sys", 5142 - "schannel", 5143 - "security-framework", 5144 - "security-framework-sys", 5145 - "tempfile", 5146 - ] 5147 - 5148 - [[package]] 5149 5138 name = "netlink-packet-core" 5150 5139 version = "0.4.2" 5151 5140 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5392 5381 checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 5393 5382 5394 5383 [[package]] 5395 - name = "openssl" 5396 - version = "0.10.48" 5397 - source = "registry+https://github.com/rust-lang/crates.io-index" 5398 - checksum = "518915b97df115dd36109bfa429a48b8f737bd05508cf9588977b599648926d2" 5399 - dependencies = [ 5400 - "bitflags", 5401 - "cfg-if", 5402 - "foreign-types", 5403 - "libc", 5404 - "once_cell", 5405 - "openssl-macros", 5406 - "openssl-sys", 5407 - ] 5408 - 5409 - [[package]] 5410 - name = "openssl-macros" 5411 - version = "0.1.0" 5412 - source = "registry+https://github.com/rust-lang/crates.io-index" 5413 - checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" 5414 - dependencies = [ 5415 - "proc-macro2", 5416 - "quote", 5417 - "syn 1.0.109", 5418 - ] 5419 - 5420 - [[package]] 5421 5384 name = "openssl-probe" 5422 5385 version = "0.1.4" 5423 5386 source = "registry+https://github.com/rust-lang/crates.io-index" 5424 5387 checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" 5425 5388 5426 5389 [[package]] 5427 - name = "openssl-sys" 5428 - version = "0.9.83" 5429 - source = "registry+https://github.com/rust-lang/crates.io-index" 5430 - checksum = "666416d899cf077260dac8698d60a60b435a46d57e82acb1be3d0dad87284e5b" 5431 - dependencies = [ 5432 - "autocfg", 5433 - "cc", 5434 - "libc", 5435 - "pkg-config", 5436 - "vcpkg", 5437 - ] 5438 - 5439 - [[package]] 5440 5390 name = "orchestra" 5441 5391 version = "0.0.5" 5442 5392 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5527 5477 checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282" 5528 5478 dependencies = [ 5529 5479 "cfg-if", 5530 - "libm 0.1.4", 5480 + "libm", 5531 5481 ] 5532 5482 5533 5483 [[package]] 5534 5484 name = "pallet-assets" 5535 5485 version = "4.0.0-dev" 5536 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5486 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5537 5487 dependencies = [ 5538 5488 "frame-benchmarking", 5539 5489 "frame-support", ··· 5548 5498 [[package]] 5549 5499 name = "pallet-authority-discovery" 5550 5500 version = "4.0.0-dev" 5551 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5501 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5552 5502 dependencies = [ 5553 5503 "frame-support", 5554 5504 "frame-system", ··· 5564 5514 [[package]] 5565 5515 name = "pallet-authorship" 5566 5516 version = "4.0.0-dev" 5567 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5517 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5568 5518 dependencies = [ 5569 5519 "frame-support", 5570 5520 "frame-system", ··· 5578 5528 [[package]] 5579 5529 name = "pallet-babe" 5580 5530 version = "4.0.0-dev" 5581 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5531 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5582 5532 dependencies = [ 5583 5533 "frame-benchmarking", 5584 5534 "frame-support", ··· 5602 5552 [[package]] 5603 5553 name = "pallet-bags-list" 5604 5554 version = "4.0.0-dev" 5605 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5555 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5606 5556 dependencies = [ 5607 5557 "frame-benchmarking", 5608 5558 "frame-election-provider-support", ··· 5622 5572 [[package]] 5623 5573 name = "pallet-bags-list-remote-tests" 5624 5574 version = "4.0.0-dev" 5625 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5575 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5626 5576 dependencies = [ 5627 5577 "frame-election-provider-support", 5628 5578 "frame-remote-externalities", ··· 5641 5591 [[package]] 5642 5592 name = "pallet-balances" 5643 5593 version = "4.0.0-dev" 5644 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5594 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5645 5595 dependencies = [ 5646 5596 "frame-benchmarking", 5647 5597 "frame-support", ··· 5656 5606 [[package]] 5657 5607 name = "pallet-beefy" 5658 5608 version = "4.0.0-dev" 5659 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5609 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5660 5610 dependencies = [ 5661 5611 "frame-support", 5662 5612 "frame-system", ··· 5675 5625 [[package]] 5676 5626 name = "pallet-beefy-mmr" 5677 5627 version = "4.0.0-dev" 5678 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5628 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5679 5629 dependencies = [ 5680 5630 "array-bytes", 5681 5631 "binary-merkle-tree", ··· 5699 5649 [[package]] 5700 5650 name = "pallet-bounties" 5701 5651 version = "4.0.0-dev" 5702 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5652 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5703 5653 dependencies = [ 5704 5654 "frame-benchmarking", 5705 5655 "frame-support", ··· 5717 5667 [[package]] 5718 5668 name = "pallet-child-bounties" 5719 5669 version = "4.0.0-dev" 5720 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5670 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5721 5671 dependencies = [ 5722 5672 "frame-benchmarking", 5723 5673 "frame-support", ··· 5736 5686 [[package]] 5737 5687 name = "pallet-collective" 5738 5688 version = "4.0.0-dev" 5739 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5689 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5740 5690 dependencies = [ 5741 5691 "frame-benchmarking", 5742 5692 "frame-support", ··· 5753 5703 [[package]] 5754 5704 name = "pallet-conviction-voting" 5755 5705 version = "4.0.0-dev" 5756 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5706 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5757 5707 dependencies = [ 5758 5708 "assert_matches", 5759 5709 "frame-benchmarking", ··· 5770 5720 [[package]] 5771 5721 name = "pallet-democracy" 5772 5722 version = "4.0.0-dev" 5773 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5723 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5774 5724 dependencies = [ 5775 5725 "frame-benchmarking", 5776 5726 "frame-support", ··· 5788 5738 [[package]] 5789 5739 name = "pallet-election-provider-multi-phase" 5790 5740 version = "4.0.0-dev" 5791 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5741 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5792 5742 dependencies = [ 5793 5743 "frame-benchmarking", 5794 5744 "frame-election-provider-support", ··· 5811 5761 [[package]] 5812 5762 name = "pallet-election-provider-support-benchmarking" 5813 5763 version = "4.0.0-dev" 5814 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5764 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5815 5765 dependencies = [ 5816 5766 "frame-benchmarking", 5817 5767 "frame-election-provider-support", ··· 5824 5774 [[package]] 5825 5775 name = "pallet-elections-phragmen" 5826 5776 version = "5.0.0-dev" 5827 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5777 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5828 5778 dependencies = [ 5829 5779 "frame-benchmarking", 5830 5780 "frame-support", ··· 5836 5786 "sp-io", 5837 5787 "sp-npos-elections", 5838 5788 "sp-runtime", 5789 + "sp-staking", 5839 5790 "sp-std", 5840 5791 ] 5841 5792 5842 5793 [[package]] 5843 5794 name = "pallet-fast-unstake" 5844 5795 version = "4.0.0-dev" 5845 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5796 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5846 5797 dependencies = [ 5798 + "docify", 5847 5799 "frame-benchmarking", 5848 5800 "frame-election-provider-support", 5849 5801 "frame-support", ··· 5860 5812 [[package]] 5861 5813 name = "pallet-grandpa" 5862 5814 version = "4.0.0-dev" 5863 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5815 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5864 5816 dependencies = [ 5865 5817 "frame-benchmarking", 5866 5818 "frame-support", ··· 5883 5835 [[package]] 5884 5836 name = "pallet-identity" 5885 5837 version = "4.0.0-dev" 5886 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5838 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5887 5839 dependencies = [ 5888 5840 "enumflags2", 5889 5841 "frame-benchmarking", ··· 5899 5851 [[package]] 5900 5852 name = "pallet-im-online" 5901 5853 version = "4.0.0-dev" 5902 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5854 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5903 5855 dependencies = [ 5904 5856 "frame-benchmarking", 5905 5857 "frame-support", ··· 5919 5871 [[package]] 5920 5872 name = "pallet-indices" 5921 5873 version = "4.0.0-dev" 5922 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5874 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5923 5875 dependencies = [ 5924 5876 "frame-benchmarking", 5925 5877 "frame-support", ··· 5936 5888 [[package]] 5937 5889 name = "pallet-membership" 5938 5890 version = "4.0.0-dev" 5939 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5891 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5940 5892 dependencies = [ 5941 5893 "frame-benchmarking", 5942 5894 "frame-support", ··· 5953 5905 [[package]] 5954 5906 name = "pallet-message-queue" 5955 5907 version = "7.0.0-dev" 5956 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5908 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5957 5909 dependencies = [ 5958 5910 "frame-benchmarking", 5959 5911 "frame-support", ··· 5972 5924 [[package]] 5973 5925 name = "pallet-mmr" 5974 5926 version = "4.0.0-dev" 5975 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5927 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5976 5928 dependencies = [ 5977 5929 "frame-benchmarking", 5978 5930 "frame-support", ··· 5989 5941 [[package]] 5990 5942 name = "pallet-multisig" 5991 5943 version = "4.0.0-dev" 5992 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5944 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 5993 5945 dependencies = [ 5994 5946 "frame-benchmarking", 5995 5947 "frame-support", ··· 6005 5957 [[package]] 6006 5958 name = "pallet-nis" 6007 5959 version = "4.0.0-dev" 6008 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5960 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6009 5961 dependencies = [ 6010 5962 "frame-benchmarking", 6011 5963 "frame-support", ··· 6021 5973 [[package]] 6022 5974 name = "pallet-nomination-pools" 6023 5975 version = "1.0.0" 6024 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5976 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6025 5977 dependencies = [ 6026 5978 "frame-support", 6027 5979 "frame-system", ··· 6038 5990 [[package]] 6039 5991 name = "pallet-nomination-pools-benchmarking" 6040 5992 version = "1.0.0" 6041 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 5993 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6042 5994 dependencies = [ 6043 5995 "frame-benchmarking", 6044 5996 "frame-election-provider-support", ··· 6058 6010 [[package]] 6059 6011 name = "pallet-nomination-pools-runtime-api" 6060 6012 version = "1.0.0-dev" 6061 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6013 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6062 6014 dependencies = [ 6063 6015 "pallet-nomination-pools", 6064 6016 "parity-scale-codec", ··· 6069 6021 [[package]] 6070 6022 name = "pallet-offences" 6071 6023 version = "4.0.0-dev" 6072 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6024 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6073 6025 dependencies = [ 6074 6026 "frame-support", 6075 6027 "frame-system", ··· 6086 6038 [[package]] 6087 6039 name = "pallet-offences-benchmarking" 6088 6040 version = "4.0.0-dev" 6089 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6041 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6090 6042 dependencies = [ 6091 6043 "frame-benchmarking", 6092 6044 "frame-election-provider-support", ··· 6110 6062 [[package]] 6111 6063 name = "pallet-preimage" 6112 6064 version = "4.0.0-dev" 6113 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6065 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6114 6066 dependencies = [ 6115 6067 "frame-benchmarking", 6116 6068 "frame-support", ··· 6127 6079 [[package]] 6128 6080 name = "pallet-proxy" 6129 6081 version = "4.0.0-dev" 6130 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6082 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6131 6083 dependencies = [ 6132 6084 "frame-benchmarking", 6133 6085 "frame-support", ··· 6142 6094 [[package]] 6143 6095 name = "pallet-ranked-collective" 6144 6096 version = "4.0.0-dev" 6145 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6097 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6146 6098 dependencies = [ 6147 6099 "frame-benchmarking", 6148 6100 "frame-support", ··· 6160 6112 [[package]] 6161 6113 name = "pallet-recovery" 6162 6114 version = "4.0.0-dev" 6163 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6115 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6164 6116 dependencies = [ 6165 6117 "frame-benchmarking", 6166 6118 "frame-support", ··· 6175 6127 [[package]] 6176 6128 name = "pallet-referenda" 6177 6129 version = "4.0.0-dev" 6178 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6130 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6179 6131 dependencies = [ 6180 6132 "assert_matches", 6181 6133 "frame-benchmarking", ··· 6194 6146 [[package]] 6195 6147 name = "pallet-scheduler" 6196 6148 version = "4.0.0-dev" 6197 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6149 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6198 6150 dependencies = [ 6199 6151 "frame-benchmarking", 6200 6152 "frame-support", ··· 6211 6163 [[package]] 6212 6164 name = "pallet-session" 6213 6165 version = "4.0.0-dev" 6214 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6166 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6215 6167 dependencies = [ 6216 6168 "frame-support", 6217 6169 "frame-system", ··· 6232 6184 [[package]] 6233 6185 name = "pallet-session-benchmarking" 6234 6186 version = "4.0.0-dev" 6235 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6187 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6236 6188 dependencies = [ 6237 6189 "frame-benchmarking", 6238 6190 "frame-support", ··· 6248 6200 [[package]] 6249 6201 name = "pallet-society" 6250 6202 version = "4.0.0-dev" 6251 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6203 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6252 6204 dependencies = [ 6205 + "frame-benchmarking", 6253 6206 "frame-support", 6254 6207 "frame-system", 6208 + "hex-literal 0.3.4", 6209 + "log", 6255 6210 "parity-scale-codec", 6256 6211 "rand_chacha 0.2.2", 6257 6212 "scale-info", 6213 + "sp-arithmetic", 6214 + "sp-io", 6258 6215 "sp-runtime", 6259 6216 "sp-std", 6260 6217 ] ··· 6262 6219 [[package]] 6263 6220 name = "pallet-staking" 6264 6221 version = "4.0.0-dev" 6265 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6222 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6266 6223 dependencies = [ 6267 6224 "frame-benchmarking", 6268 6225 "frame-election-provider-support", ··· 6285 6242 [[package]] 6286 6243 name = "pallet-staking-reward-curve" 6287 6244 version = "4.0.0-dev" 6288 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6245 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6289 6246 dependencies = [ 6290 6247 "proc-macro-crate", 6291 6248 "proc-macro2", ··· 6296 6253 [[package]] 6297 6254 name = "pallet-staking-reward-fn" 6298 6255 version = "4.0.0-dev" 6299 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6256 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6300 6257 dependencies = [ 6301 6258 "log", 6302 6259 "sp-arithmetic", ··· 6305 6262 [[package]] 6306 6263 name = "pallet-staking-runtime-api" 6307 6264 version = "4.0.0-dev" 6308 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6265 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6309 6266 dependencies = [ 6310 6267 "parity-scale-codec", 6311 6268 "sp-api", ··· 6314 6271 [[package]] 6315 6272 name = "pallet-state-trie-migration" 6316 6273 version = "4.0.0-dev" 6317 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6274 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6318 6275 dependencies = [ 6319 6276 "frame-benchmarking", 6320 6277 "frame-support", ··· 6331 6288 [[package]] 6332 6289 name = "pallet-sudo" 6333 6290 version = "4.0.0-dev" 6334 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6291 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6335 6292 dependencies = [ 6336 6293 "frame-benchmarking", 6337 6294 "frame-support", ··· 6346 6303 [[package]] 6347 6304 name = "pallet-timestamp" 6348 6305 version = "4.0.0-dev" 6349 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6306 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6350 6307 dependencies = [ 6351 6308 "frame-benchmarking", 6352 6309 "frame-support", ··· 6364 6321 [[package]] 6365 6322 name = "pallet-tips" 6366 6323 version = "4.0.0-dev" 6367 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6324 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6368 6325 dependencies = [ 6369 6326 "frame-benchmarking", 6370 6327 "frame-support", ··· 6383 6340 [[package]] 6384 6341 name = "pallet-transaction-payment" 6385 6342 version = "4.0.0-dev" 6386 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6343 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6387 6344 dependencies = [ 6388 6345 "frame-support", 6389 6346 "frame-system", ··· 6399 6356 [[package]] 6400 6357 name = "pallet-transaction-payment-rpc" 6401 6358 version = "4.0.0-dev" 6402 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6359 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6403 6360 dependencies = [ 6404 6361 "jsonrpsee", 6405 6362 "pallet-transaction-payment-rpc-runtime-api", ··· 6415 6372 [[package]] 6416 6373 name = "pallet-transaction-payment-rpc-runtime-api" 6417 6374 version = "4.0.0-dev" 6418 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6375 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6419 6376 dependencies = [ 6420 6377 "pallet-transaction-payment", 6421 6378 "parity-scale-codec", ··· 6427 6384 [[package]] 6428 6385 name = "pallet-treasury" 6429 6386 version = "4.0.0-dev" 6430 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6387 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6431 6388 dependencies = [ 6432 6389 "frame-benchmarking", 6433 6390 "frame-support", ··· 6444 6401 [[package]] 6445 6402 name = "pallet-uniques" 6446 6403 version = "4.0.0-dev" 6447 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6404 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6448 6405 dependencies = [ 6449 6406 "frame-benchmarking", 6450 6407 "frame-support", ··· 6459 6416 [[package]] 6460 6417 name = "pallet-utility" 6461 6418 version = "4.0.0-dev" 6462 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6419 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6463 6420 dependencies = [ 6464 6421 "frame-benchmarking", 6465 6422 "frame-support", ··· 6475 6432 [[package]] 6476 6433 name = "pallet-vesting" 6477 6434 version = "4.0.0-dev" 6478 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6435 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6479 6436 dependencies = [ 6480 6437 "frame-benchmarking", 6481 6438 "frame-support", ··· 6490 6447 [[package]] 6491 6448 name = "pallet-whitelist" 6492 6449 version = "4.0.0-dev" 6493 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 6450 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 6494 6451 dependencies = [ 6495 6452 "frame-benchmarking", 6496 6453 "frame-support", ··· 6504 6461 6505 6462 [[package]] 6506 6463 name = "pallet-xcm" 6507 - version = "0.9.43" 6464 + version = "1.0.0" 6508 6465 dependencies = [ 6509 6466 "bounded-collections", 6510 6467 "frame-benchmarking", ··· 6528 6485 6529 6486 [[package]] 6530 6487 name = "pallet-xcm-benchmarks" 6531 - version = "0.9.43" 6488 + version = "1.0.0" 6532 6489 dependencies = [ 6533 6490 "frame-benchmarking", 6534 6491 "frame-support", ··· 6573 6530 6574 6531 [[package]] 6575 6532 name = "parity-scale-codec" 6576 - version = "3.4.0" 6533 + version = "3.6.1" 6577 6534 source = "registry+https://github.com/rust-lang/crates.io-index" 6578 - checksum = "637935964ff85a605d114591d4d2c13c5d1ba2806dae97cea6bf180238a749ac" 6535 + checksum = "2287753623c76f953acd29d15d8100bcab84d29db78fb6f352adb3c53e83b967" 6579 6536 dependencies = [ 6580 6537 "arrayvec 0.7.2", 6581 6538 "bitvec", ··· 6588 6545 6589 6546 [[package]] 6590 6547 name = "parity-scale-codec-derive" 6591 - version = "3.1.4" 6548 + version = "3.6.1" 6592 6549 source = "registry+https://github.com/rust-lang/crates.io-index" 6593 - checksum = "86b26a931f824dd4eca30b3e43bb4f31cd5f0d3a403c5f5ff27106b805bfde7b" 6550 + checksum = "2b6937b5e67bfba3351b87b040d48352a2fcb6ad72f81855412ce97b45c8f110" 6594 6551 dependencies = [ 6595 6552 "proc-macro-crate", 6596 6553 "proc-macro2", ··· 6827 6784 6828 6785 [[package]] 6829 6786 name = "pkcs8" 6830 - version = "0.10.1" 6787 + version = "0.10.2" 6831 6788 source = "registry+https://github.com/rust-lang/crates.io-index" 6832 - checksum = "3d2820d87d2b008616e5c27212dd9e0e694fb4c6b522de06094106813328cb49" 6789 + checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 6833 6790 dependencies = [ 6834 - "der 0.7.1", 6835 - "spki 0.7.0", 6791 + "der 0.7.7", 6792 + "spki 0.7.2", 6836 6793 ] 6837 6794 6838 6795 [[package]] ··· 6843 6800 6844 6801 [[package]] 6845 6802 name = "platforms" 6846 - version = "2.0.0" 6847 - source = "registry+https://github.com/rust-lang/crates.io-index" 6848 - checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94" 6849 - 6850 - [[package]] 6851 - name = "platforms" 6852 6803 version = "3.0.2" 6853 6804 source = "registry+https://github.com/rust-lang/crates.io-index" 6854 6805 checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630" 6855 6806 6856 6807 [[package]] 6857 6808 name = "polkadot" 6858 - version = "0.9.43" 6809 + version = "1.0.0" 6859 6810 dependencies = [ 6860 6811 "assert_cmd", 6861 6812 "color-eyre", 6862 6813 "nix 0.26.2", 6863 6814 "polkadot-cli", 6864 6815 "polkadot-core-primitives", 6865 - "polkadot-node-core-pvf-worker", 6816 + "polkadot-node-core-pvf", 6817 + "polkadot-node-core-pvf-prepare-worker", 6866 6818 "polkadot-overseer", 6867 6819 "substrate-rpc-client", 6868 6820 "tempfile", ··· 6872 6824 6873 6825 [[package]] 6874 6826 name = "polkadot-approval-distribution" 6875 - version = "0.9.43" 6827 + version = "1.0.0" 6876 6828 dependencies = [ 6877 6829 "assert_matches", 6878 6830 "env_logger 0.9.0", 6879 6831 "futures", 6832 + "futures-timer", 6880 6833 "log", 6881 6834 "polkadot-node-jaeger", 6882 6835 "polkadot-node-metrics", ··· 6898 6851 6899 6852 [[package]] 6900 6853 name = "polkadot-availability-bitfield-distribution" 6901 - version = "0.9.43" 6854 + version = "1.0.0" 6902 6855 dependencies = [ 6903 6856 "assert_matches", 6904 6857 "bitvec", 6905 6858 "env_logger 0.9.0", 6906 6859 "futures", 6860 + "futures-timer", 6907 6861 "log", 6908 6862 "maplit", 6909 6863 "polkadot-node-network-protocol", ··· 6923 6877 6924 6878 [[package]] 6925 6879 name = "polkadot-availability-distribution" 6926 - version = "0.9.43" 6880 + version = "1.0.0" 6927 6881 dependencies = [ 6928 6882 "assert_matches", 6929 6883 "derive_more", ··· 6952 6906 6953 6907 [[package]] 6954 6908 name = "polkadot-availability-recovery" 6955 - version = "0.9.43" 6909 + version = "1.0.0" 6956 6910 dependencies = [ 6957 6911 "assert_matches", 6958 6912 "env_logger 0.9.0", ··· 6981 6935 6982 6936 [[package]] 6983 6937 name = "polkadot-cli" 6984 - version = "0.9.43" 6938 + version = "1.0.0" 6985 6939 dependencies = [ 6986 6940 "clap 4.2.5", 6987 6941 "frame-benchmarking-cli", 6988 6942 "futures", 6989 6943 "log", 6990 - "polkadot-client", 6991 - "polkadot-node-core-pvf-worker", 6944 + "polkadot-node-core-pvf-execute-worker", 6945 + "polkadot-node-core-pvf-prepare-worker", 6992 6946 "polkadot-node-metrics", 6993 6947 "polkadot-performance-test", 6994 6948 "polkadot-service", ··· 7010 6964 ] 7011 6965 7012 6966 [[package]] 7013 - name = "polkadot-client" 7014 - version = "0.9.43" 7015 - dependencies = [ 7016 - "async-trait", 7017 - "frame-benchmarking", 7018 - "frame-benchmarking-cli", 7019 - "frame-system", 7020 - "frame-system-rpc-runtime-api", 7021 - "futures", 7022 - "kusama-runtime", 7023 - "pallet-transaction-payment", 7024 - "pallet-transaction-payment-rpc-runtime-api", 7025 - "polkadot-core-primitives", 7026 - "polkadot-node-core-parachains-inherent", 7027 - "polkadot-primitives", 7028 - "polkadot-runtime", 7029 - "polkadot-runtime-common", 7030 - "rococo-runtime", 7031 - "sc-client-api", 7032 - "sc-consensus", 7033 - "sc-executor", 7034 - "sc-service", 7035 - "sp-api", 7036 - "sp-authority-discovery", 7037 - "sp-block-builder", 7038 - "sp-blockchain", 7039 - "sp-consensus", 7040 - "sp-consensus-babe", 7041 - "sp-consensus-beefy", 7042 - "sp-consensus-grandpa", 7043 - "sp-core", 7044 - "sp-inherents", 7045 - "sp-keyring", 7046 - "sp-mmr-primitives", 7047 - "sp-offchain", 7048 - "sp-runtime", 7049 - "sp-session", 7050 - "sp-storage", 7051 - "sp-timestamp", 7052 - "sp-transaction-pool", 7053 - "westend-runtime", 7054 - ] 7055 - 7056 - [[package]] 7057 6967 name = "polkadot-collator-protocol" 7058 - version = "0.9.43" 6968 + version = "1.0.0" 7059 6969 dependencies = [ 7060 6970 "always-assert", 7061 6971 "assert_matches", ··· 7084 6994 7085 6995 [[package]] 7086 6996 name = "polkadot-core-primitives" 7087 - version = "0.9.43" 6997 + version = "1.0.0" 7088 6998 dependencies = [ 7089 6999 "parity-scale-codec", 7090 7000 "scale-info", ··· 7095 7005 7096 7006 [[package]] 7097 7007 name = "polkadot-dispute-distribution" 7098 - version = "0.9.43" 7008 + version = "1.0.0" 7099 7009 dependencies = [ 7100 7010 "assert_matches", 7101 7011 "async-channel", ··· 7128 7038 7129 7039 [[package]] 7130 7040 name = "polkadot-erasure-coding" 7131 - version = "0.9.43" 7041 + version = "1.0.0" 7132 7042 dependencies = [ 7133 7043 "criterion", 7134 7044 "parity-scale-codec", ··· 7142 7052 7143 7053 [[package]] 7144 7054 name = "polkadot-gossip-support" 7145 - version = "0.9.43" 7055 + version = "1.0.0" 7146 7056 dependencies = [ 7147 7057 "assert_matches", 7148 7058 "async-trait", ··· 7169 7079 7170 7080 [[package]] 7171 7081 name = "polkadot-network-bridge" 7172 - version = "0.9.43" 7082 + version = "1.0.0" 7173 7083 dependencies = [ 7174 7084 "always-assert", 7175 7085 "assert_matches", ··· 7198 7108 7199 7109 [[package]] 7200 7110 name = "polkadot-node-collation-generation" 7201 - version = "0.9.43" 7111 + version = "1.0.0" 7202 7112 dependencies = [ 7203 7113 "futures", 7204 7114 "parity-scale-codec", ··· 7217 7127 7218 7128 [[package]] 7219 7129 name = "polkadot-node-core-approval-voting" 7220 - version = "0.9.43" 7130 + version = "1.0.0" 7221 7131 dependencies = [ 7222 7132 "assert_matches", 7223 7133 "async-trait", ··· 7256 7166 7257 7167 [[package]] 7258 7168 name = "polkadot-node-core-av-store" 7259 - version = "0.9.43" 7169 + version = "1.0.0" 7260 7170 dependencies = [ 7261 7171 "assert_matches", 7262 7172 "bitvec", ··· 7269 7179 "parity-scale-codec", 7270 7180 "parking_lot 0.12.1", 7271 7181 "polkadot-erasure-coding", 7182 + "polkadot-node-jaeger", 7272 7183 "polkadot-node-primitives", 7273 7184 "polkadot-node-subsystem", 7274 7185 "polkadot-node-subsystem-test-helpers", ··· 7285 7196 7286 7197 [[package]] 7287 7198 name = "polkadot-node-core-backing" 7288 - version = "0.9.43" 7199 + version = "1.0.0" 7289 7200 dependencies = [ 7290 7201 "assert_matches", 7291 7202 "bitvec", ··· 7311 7222 7312 7223 [[package]] 7313 7224 name = "polkadot-node-core-bitfield-signing" 7314 - version = "0.9.43" 7225 + version = "1.0.0" 7315 7226 dependencies = [ 7316 7227 "futures", 7317 7228 "polkadot-node-subsystem", ··· 7327 7238 7328 7239 [[package]] 7329 7240 name = "polkadot-node-core-candidate-validation" 7330 - version = "0.9.43" 7241 + version = "1.0.0" 7331 7242 dependencies = [ 7332 7243 "assert_matches", 7333 7244 "async-trait", ··· 7351 7262 7352 7263 [[package]] 7353 7264 name = "polkadot-node-core-chain-api" 7354 - version = "0.9.43" 7265 + version = "1.0.0" 7355 7266 dependencies = [ 7356 7267 "futures", 7357 7268 "maplit", ··· 7370 7281 7371 7282 [[package]] 7372 7283 name = "polkadot-node-core-chain-selection" 7373 - version = "0.9.43" 7284 + version = "1.0.0" 7374 7285 dependencies = [ 7375 7286 "assert_matches", 7376 7287 "futures", ··· 7391 7302 7392 7303 [[package]] 7393 7304 name = "polkadot-node-core-dispute-coordinator" 7394 - version = "0.9.43" 7305 + version = "1.0.0" 7395 7306 dependencies = [ 7396 7307 "assert_matches", 7397 7308 "fatality", ··· 7419 7330 7420 7331 [[package]] 7421 7332 name = "polkadot-node-core-parachains-inherent" 7422 - version = "0.9.43" 7333 + version = "1.0.0" 7423 7334 dependencies = [ 7424 7335 "async-trait", 7425 7336 "futures", ··· 7435 7346 7436 7347 [[package]] 7437 7348 name = "polkadot-node-core-provisioner" 7438 - version = "0.9.43" 7349 + version = "1.0.0" 7439 7350 dependencies = [ 7440 7351 "bitvec", 7441 7352 "fatality", ··· 7456 7367 7457 7368 [[package]] 7458 7369 name = "polkadot-node-core-pvf" 7459 - version = "0.9.43" 7370 + version = "1.0.0" 7460 7371 dependencies = [ 7461 7372 "always-assert", 7462 7373 "assert_matches", ··· 7467 7378 "parity-scale-codec", 7468 7379 "pin-project", 7469 7380 "polkadot-core-primitives", 7381 + "polkadot-node-core-pvf-common", 7382 + "polkadot-node-core-pvf-execute-worker", 7383 + "polkadot-node-core-pvf-prepare-worker", 7470 7384 "polkadot-node-metrics", 7471 7385 "polkadot-node-primitives", 7472 7386 "polkadot-parachain", ··· 7479 7393 "sp-wasm-interface", 7480 7394 "substrate-build-script-utils", 7481 7395 "tempfile", 7396 + "test-parachain-adder", 7397 + "test-parachain-halt", 7482 7398 "tokio", 7483 7399 "tracing-gum", 7484 7400 ] 7485 7401 7486 7402 [[package]] 7487 7403 name = "polkadot-node-core-pvf-checker" 7488 - version = "0.9.43" 7404 + version = "1.0.0" 7489 7405 dependencies = [ 7490 7406 "futures", 7491 7407 "futures-timer", ··· 7507 7423 ] 7508 7424 7509 7425 [[package]] 7510 - name = "polkadot-node-core-pvf-worker" 7511 - version = "0.9.43" 7426 + name = "polkadot-node-core-pvf-common" 7427 + version = "1.0.0" 7512 7428 dependencies = [ 7513 7429 "assert_matches", 7514 7430 "cpu-time", 7515 7431 "futures", 7432 + "landlock", 7516 7433 "libc", 7517 7434 "parity-scale-codec", 7518 - "polkadot-node-core-pvf", 7519 7435 "polkadot-parachain", 7520 7436 "polkadot-primitives", 7521 - "rayon", 7522 7437 "sc-executor", 7523 7438 "sc-executor-common", 7524 7439 "sc-executor-wasmtime", 7525 7440 "sp-core", 7526 7441 "sp-externalities", 7527 7442 "sp-io", 7528 - "sp-maybe-compressed-blob", 7529 7443 "sp-tracing", 7530 7444 "substrate-build-script-utils", 7531 7445 "tempfile", 7532 - "test-parachain-adder", 7533 - "test-parachain-halt", 7446 + "tokio", 7447 + "tracing-gum", 7448 + ] 7449 + 7450 + [[package]] 7451 + name = "polkadot-node-core-pvf-execute-worker" 7452 + version = "1.0.0" 7453 + dependencies = [ 7454 + "cpu-time", 7455 + "futures", 7456 + "parity-scale-codec", 7457 + "polkadot-node-core-pvf-common", 7458 + "polkadot-parachain", 7459 + "polkadot-primitives", 7460 + "rayon", 7461 + "sp-core", 7462 + "sp-maybe-compressed-blob", 7463 + "sp-tracing", 7464 + "tikv-jemalloc-ctl", 7465 + "tokio", 7466 + "tracing-gum", 7467 + ] 7468 + 7469 + [[package]] 7470 + name = "polkadot-node-core-pvf-prepare-worker" 7471 + version = "1.0.0" 7472 + dependencies = [ 7473 + "futures", 7474 + "libc", 7475 + "parity-scale-codec", 7476 + "polkadot-node-core-pvf-common", 7477 + "polkadot-parachain", 7478 + "polkadot-primitives", 7479 + "rayon", 7480 + "sc-executor", 7481 + "sc-executor-common", 7482 + "sc-executor-wasmtime", 7483 + "sp-io", 7484 + "sp-maybe-compressed-blob", 7485 + "sp-tracing", 7534 7486 "tikv-jemalloc-ctl", 7535 7487 "tokio", 7536 7488 "tracing-gum", ··· 7538 7490 7539 7491 [[package]] 7540 7492 name = "polkadot-node-core-runtime-api" 7541 - version = "0.9.43" 7493 + version = "1.0.0" 7542 7494 dependencies = [ 7543 7495 "futures", 7544 7496 "lru 0.9.0", ··· 7559 7511 7560 7512 [[package]] 7561 7513 name = "polkadot-node-jaeger" 7562 - version = "0.9.43" 7514 + version = "1.0.0" 7563 7515 dependencies = [ 7564 7516 "lazy_static", 7565 7517 "log", ··· 7576 7528 7577 7529 [[package]] 7578 7530 name = "polkadot-node-metrics" 7579 - version = "0.9.43" 7531 + version = "1.0.0" 7580 7532 dependencies = [ 7581 7533 "assert_cmd", 7582 7534 "bs58", ··· 7603 7555 7604 7556 [[package]] 7605 7557 name = "polkadot-node-network-protocol" 7606 - version = "0.9.43" 7558 + version = "1.0.0" 7607 7559 dependencies = [ 7608 7560 "async-channel", 7609 7561 "async-trait", ··· 7626 7578 7627 7579 [[package]] 7628 7580 name = "polkadot-node-primitives" 7629 - version = "0.9.43" 7581 + version = "1.0.0" 7630 7582 dependencies = [ 7631 7583 "bounded-vec", 7632 7584 "futures", ··· 7648 7600 7649 7601 [[package]] 7650 7602 name = "polkadot-node-subsystem" 7651 - version = "0.9.43" 7603 + version = "1.0.0" 7652 7604 dependencies = [ 7653 7605 "polkadot-node-jaeger", 7654 7606 "polkadot-node-subsystem-types", ··· 7657 7609 7658 7610 [[package]] 7659 7611 name = "polkadot-node-subsystem-test-helpers" 7660 - version = "0.9.43" 7612 + version = "1.0.0" 7661 7613 dependencies = [ 7662 7614 "async-trait", 7663 7615 "futures", ··· 7675 7627 7676 7628 [[package]] 7677 7629 name = "polkadot-node-subsystem-types" 7678 - version = "0.9.43" 7630 + version = "1.0.0" 7679 7631 dependencies = [ 7680 7632 "async-trait", 7681 7633 "derive_more", ··· 7697 7649 7698 7650 [[package]] 7699 7651 name = "polkadot-node-subsystem-util" 7700 - version = "0.9.43" 7652 + version = "1.0.0" 7701 7653 dependencies = [ 7702 7654 "assert_matches", 7703 7655 "async-trait", ··· 7738 7690 7739 7691 [[package]] 7740 7692 name = "polkadot-overseer" 7741 - version = "0.9.43" 7693 + version = "1.0.0" 7742 7694 dependencies = [ 7743 7695 "assert_matches", 7744 7696 "async-trait", ··· 7764 7716 7765 7717 [[package]] 7766 7718 name = "polkadot-parachain" 7767 - version = "0.9.43" 7719 + version = "1.0.0" 7768 7720 dependencies = [ 7769 7721 "bounded-collections", 7770 7722 "derive_more", ··· 7780 7732 7781 7733 [[package]] 7782 7734 name = "polkadot-performance-test" 7783 - version = "0.9.43" 7735 + version = "1.0.0" 7784 7736 dependencies = [ 7785 7737 "env_logger 0.9.0", 7786 7738 "kusama-runtime", 7787 7739 "log", 7788 7740 "polkadot-erasure-coding", 7789 - "polkadot-node-core-pvf-worker", 7741 + "polkadot-node-core-pvf-prepare-worker", 7790 7742 "polkadot-node-primitives", 7791 7743 "polkadot-primitives", 7792 7744 "quote", ··· 7797 7749 7798 7750 [[package]] 7799 7751 name = "polkadot-primitives" 7800 - version = "0.9.43" 7752 + version = "1.0.0" 7801 7753 dependencies = [ 7802 7754 "bitvec", 7803 7755 "hex-literal 0.4.1", ··· 7822 7774 7823 7775 [[package]] 7824 7776 name = "polkadot-primitives-test-helpers" 7825 - version = "0.9.43" 7777 + version = "1.0.0" 7826 7778 dependencies = [ 7827 7779 "polkadot-primitives", 7828 7780 "rand 0.8.5", ··· 7834 7786 7835 7787 [[package]] 7836 7788 name = "polkadot-rpc" 7837 - version = "0.9.43" 7789 + version = "1.0.0" 7838 7790 dependencies = [ 7839 7791 "jsonrpsee", 7840 7792 "mmr-rpc", ··· 7865 7817 7866 7818 [[package]] 7867 7819 name = "polkadot-runtime" 7868 - version = "0.9.43" 7820 + version = "1.0.0" 7869 7821 dependencies = [ 7870 7822 "bitvec", 7871 7823 "frame-benchmarking", ··· 7967 7919 7968 7920 [[package]] 7969 7921 name = "polkadot-runtime-common" 7970 - version = "0.9.43" 7922 + version = "1.0.0" 7971 7923 dependencies = [ 7972 7924 "bitvec", 7973 7925 "frame-benchmarking", ··· 8018 7970 8019 7971 [[package]] 8020 7972 name = "polkadot-runtime-constants" 8021 - version = "0.9.43" 7973 + version = "1.0.0" 8022 7974 dependencies = [ 8023 7975 "frame-support", 8024 7976 "polkadot-primitives", ··· 8031 7983 8032 7984 [[package]] 8033 7985 name = "polkadot-runtime-metrics" 8034 - version = "0.9.43" 7986 + version = "1.0.0" 8035 7987 dependencies = [ 8036 7988 "bs58", 8037 7989 "frame-benchmarking", ··· 8043 7995 8044 7996 [[package]] 8045 7997 name = "polkadot-runtime-parachains" 8046 - version = "0.9.43" 7998 + version = "1.0.0" 8047 7999 dependencies = [ 8048 8000 "assert_matches", 8049 8001 "bitflags", ··· 8097 8049 8098 8050 [[package]] 8099 8051 name = "polkadot-service" 8100 - version = "0.9.43" 8052 + version = "1.0.0" 8101 8053 dependencies = [ 8102 8054 "assert_matches", 8103 8055 "async-trait", 8104 8056 "env_logger 0.9.0", 8057 + "frame-benchmarking", 8105 8058 "frame-benchmarking-cli", 8106 8059 "frame-support", 8060 + "frame-system", 8107 8061 "frame-system-rpc-runtime-api", 8108 8062 "futures", 8109 8063 "hex-literal 0.4.1", ··· 8117 8071 "pallet-babe", 8118 8072 "pallet-im-online", 8119 8073 "pallet-staking", 8074 + "pallet-transaction-payment", 8120 8075 "pallet-transaction-payment-rpc-runtime-api", 8121 8076 "parity-db", 8077 + "parity-scale-codec", 8122 8078 "polkadot-approval-distribution", 8123 8079 "polkadot-availability-bitfield-distribution", 8124 8080 "polkadot-availability-distribution", 8125 8081 "polkadot-availability-recovery", 8126 - "polkadot-client", 8127 8082 "polkadot-collator-protocol", 8083 + "polkadot-core-primitives", 8128 8084 "polkadot-dispute-distribution", 8129 8085 "polkadot-gossip-support", 8130 8086 "polkadot-network-bridge", ··· 8152 8108 "polkadot-primitives", 8153 8109 "polkadot-rpc", 8154 8110 "polkadot-runtime", 8111 + "polkadot-runtime-common", 8155 8112 "polkadot-runtime-constants", 8156 8113 "polkadot-runtime-parachains", 8157 8114 "polkadot-statement-distribution", ··· 8193 8150 "sp-core", 8194 8151 "sp-inherents", 8195 8152 "sp-io", 8153 + "sp-keyring", 8196 8154 "sp-keystore", 8197 8155 "sp-mmr-primitives", 8198 8156 "sp-offchain", ··· 8203 8161 "sp-timestamp", 8204 8162 "sp-transaction-pool", 8205 8163 "sp-trie", 8164 + "sp-version", 8165 + "sp-weights", 8206 8166 "substrate-prometheus-endpoint", 8207 8167 "tempfile", 8208 8168 "thiserror", ··· 8213 8173 8214 8174 [[package]] 8215 8175 name = "polkadot-statement-distribution" 8216 - version = "0.9.43" 8176 + version = "1.0.0" 8217 8177 dependencies = [ 8218 8178 "arrayvec 0.5.2", 8219 8179 "assert_matches", ··· 8244 8204 8245 8205 [[package]] 8246 8206 name = "polkadot-statement-table" 8247 - version = "0.9.43" 8207 + version = "1.0.0" 8248 8208 dependencies = [ 8249 8209 "parity-scale-codec", 8250 8210 "polkadot-primitives", ··· 8253 8213 8254 8214 [[package]] 8255 8215 name = "polkadot-test-client" 8256 - version = "0.9.43" 8216 + version = "1.0.0" 8257 8217 dependencies = [ 8218 + "frame-benchmarking", 8258 8219 "futures", 8259 8220 "parity-scale-codec", 8260 8221 "polkadot-node-subsystem", ··· 8263 8224 "polkadot-test-service", 8264 8225 "sc-block-builder", 8265 8226 "sc-consensus", 8227 + "sc-offchain", 8266 8228 "sc-service", 8267 8229 "sp-api", 8268 8230 "sp-blockchain", ··· 8270 8232 "sp-consensus-babe", 8271 8233 "sp-core", 8272 8234 "sp-inherents", 8235 + "sp-io", 8273 8236 "sp-keyring", 8274 8237 "sp-runtime", 8275 8238 "sp-state-machine", ··· 8279 8242 8280 8243 [[package]] 8281 8244 name = "polkadot-test-malus" 8282 - version = "0.9.43" 8245 + version = "1.0.0" 8283 8246 dependencies = [ 8284 8247 "assert_matches", 8285 8248 "async-trait", ··· 8292 8255 "polkadot-node-core-backing", 8293 8256 "polkadot-node-core-candidate-validation", 8294 8257 "polkadot-node-core-dispute-coordinator", 8295 - "polkadot-node-core-pvf-worker", 8258 + "polkadot-node-core-pvf-execute-worker", 8259 + "polkadot-node-core-pvf-prepare-worker", 8296 8260 "polkadot-node-primitives", 8297 8261 "polkadot-node-subsystem", 8298 8262 "polkadot-node-subsystem-test-helpers", ··· 8307 8271 8308 8272 [[package]] 8309 8273 name = "polkadot-test-runtime" 8310 - version = "0.9.43" 8274 + version = "1.0.0" 8311 8275 dependencies = [ 8312 8276 "bitvec", 8313 8277 "frame-election-provider-support", ··· 8372 8336 8373 8337 [[package]] 8374 8338 name = "polkadot-test-service" 8375 - version = "0.9.43" 8339 + version = "1.0.0" 8376 8340 dependencies = [ 8377 - "frame-benchmarking", 8378 8341 "frame-system", 8379 8342 "futures", 8380 8343 "hex", ··· 8399 8362 "sc-consensus", 8400 8363 "sc-consensus-babe", 8401 8364 "sc-consensus-grandpa", 8402 - "sc-executor", 8403 8365 "sc-network", 8404 8366 "sc-service", 8405 8367 "sc-tracing", ··· 8426 8388 8427 8389 [[package]] 8428 8390 name = "polkadot-voter-bags" 8429 - version = "0.9.43" 8391 + version = "1.0.0" 8430 8392 dependencies = [ 8431 8393 "clap 4.2.5", 8432 8394 "generate-bags", ··· 8632 8594 8633 8595 [[package]] 8634 8596 name = "proc-macro-warning" 8635 - version = "0.3.0" 8597 + version = "0.4.1" 8636 8598 source = "registry+https://github.com/rust-lang/crates.io-index" 8637 - checksum = "f0e25495609acefcaeb5052edad8ac91017c9bc98fc38ef321ed524e50b68bac" 8599 + checksum = "70550716265d1ec349c41f70dd4f964b4fd88394efe4405f0c1da679c4799a07" 8638 8600 dependencies = [ 8639 8601 "proc-macro2", 8640 8602 "quote", 8641 - "syn 1.0.109", 8603 + "syn 2.0.16", 8642 8604 ] 8643 8605 8644 8606 [[package]] 8645 8607 name = "proc-macro2" 8646 - version = "1.0.56" 8608 + version = "1.0.60" 8647 8609 source = "registry+https://github.com/rust-lang/crates.io-index" 8648 - checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" 8610 + checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406" 8649 8611 dependencies = [ 8650 8612 "unicode-ident", 8651 8613 ] ··· 8878 8840 8879 8841 [[package]] 8880 8842 name = "quote" 8881 - version = "1.0.26" 8843 + version = "1.0.28" 8882 8844 source = "registry+https://github.com/rust-lang/crates.io-index" 8883 - checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 8845 + checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" 8884 8846 dependencies = [ 8885 8847 "proc-macro2", 8886 8848 ] ··· 9119 9081 9120 9082 [[package]] 9121 9083 name = "remote-ext-tests-bags-list" 9122 - version = "0.9.43" 9084 + version = "1.0.0" 9123 9085 dependencies = [ 9124 9086 "clap 4.2.5", 9125 9087 "frame-system", ··· 9160 9122 "http", 9161 9123 "http-body", 9162 9124 "hyper", 9163 - "hyper-rustls", 9164 - "hyper-tls", 9125 + "hyper-rustls 0.23.0", 9165 9126 "ipnet", 9166 9127 "js-sys", 9167 9128 "log", 9168 9129 "mime", 9169 - "native-tls", 9170 9130 "once_cell", 9171 9131 "percent-encoding", 9172 9132 "pin-project-lite 0.2.9", ··· 9176 9136 "serde_json", 9177 9137 "serde_urlencoded", 9178 9138 "tokio", 9179 - "tokio-native-tls", 9180 - "tokio-rustls", 9139 + "tokio-rustls 0.23.2", 9181 9140 "tower-service", 9182 9141 "url", 9183 9142 "wasm-bindgen", ··· 9251 9210 9252 9211 [[package]] 9253 9212 name = "rococo-runtime" 9254 - version = "0.9.43" 9213 + version = "1.0.0" 9255 9214 dependencies = [ 9256 9215 "binary-merkle-tree", 9257 9216 "frame-benchmarking", ··· 9345 9304 9346 9305 [[package]] 9347 9306 name = "rococo-runtime-constants" 9348 - version = "0.9.43" 9307 + version = "1.0.0" 9349 9308 dependencies = [ 9350 9309 "frame-support", 9351 9310 "polkadot-primitives", ··· 9510 9469 ] 9511 9470 9512 9471 [[package]] 9472 + name = "rustls" 9473 + version = "0.21.2" 9474 + source = "registry+https://github.com/rust-lang/crates.io-index" 9475 + checksum = "e32ca28af694bc1bbf399c33a516dbdf1c90090b8ab23c2bc24f834aa2247f5f" 9476 + dependencies = [ 9477 + "log", 9478 + "ring", 9479 + "rustls-webpki", 9480 + "sct 0.7.0", 9481 + ] 9482 + 9483 + [[package]] 9513 9484 name = "rustls-native-certs" 9514 9485 version = "0.6.1" 9515 9486 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 9537 9508 checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" 9538 9509 dependencies = [ 9539 9510 "base64 0.21.0", 9511 + ] 9512 + 9513 + [[package]] 9514 + name = "rustls-webpki" 9515 + version = "0.100.1" 9516 + source = "registry+https://github.com/rust-lang/crates.io-index" 9517 + checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b" 9518 + dependencies = [ 9519 + "ring", 9520 + "untrusted", 9540 9521 ] 9541 9522 9542 9523 [[package]] ··· 9583 9564 [[package]] 9584 9565 name = "sc-allocator" 9585 9566 version = "4.1.0-dev" 9586 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 9567 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 9587 9568 dependencies = [ 9588 9569 "log", 9589 9570 "sp-core", ··· 9594 9575 [[package]] 9595 9576 name = "sc-authority-discovery" 9596 9577 version = "0.10.0-dev" 9597 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 9578 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 9598 9579 dependencies = [ 9599 9580 "async-trait", 9600 9581 "futures", ··· 9602 9583 "ip_network", 9603 9584 "libp2p", 9604 9585 "log", 9605 - "multihash 0.17.0", 9586 + "multihash", 9606 9587 "parity-scale-codec", 9607 9588 "prost 0.11.0", 9608 9589 "prost-build", 9609 9590 "rand 0.8.5", 9610 9591 "sc-client-api", 9611 9592 "sc-network", 9612 - "sc-network-common", 9613 9593 "sp-api", 9614 9594 "sp-authority-discovery", 9615 9595 "sp-blockchain", ··· 9623 9603 [[package]] 9624 9604 name = "sc-basic-authorship" 9625 9605 version = "0.10.0-dev" 9626 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 9606 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 9627 9607 dependencies = [ 9628 9608 "futures", 9629 9609 "futures-timer", ··· 9646 9626 [[package]] 9647 9627 name = "sc-block-builder" 9648 9628 version = "0.10.0-dev" 9649 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 9629 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 9650 9630 dependencies = [ 9651 9631 "parity-scale-codec", 9652 9632 "sc-client-api", ··· 9661 9641 [[package]] 9662 9642 name = "sc-chain-spec" 9663 9643 version = "4.0.0-dev" 9664 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 9644 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 9665 9645 dependencies = [ 9666 9646 "memmap2", 9667 9647 "sc-chain-spec-derive", ··· 9680 9660 [[package]] 9681 9661 name = "sc-chain-spec-derive" 9682 9662 version = "4.0.0-dev" 9683 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 9663 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 9684 9664 dependencies = [ 9685 9665 "proc-macro-crate", 9686 9666 "proc-macro2", ··· 9691 9671 [[package]] 9692 9672 name = "sc-cli" 9693 9673 version = "0.10.0-dev" 9694 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 9674 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 9695 9675 dependencies = [ 9696 9676 "array-bytes", 9697 9677 "chrono", ··· 9709 9689 "sc-client-db", 9710 9690 "sc-keystore", 9711 9691 "sc-network", 9712 - "sc-network-common", 9713 9692 "sc-service", 9714 9693 "sc-telemetry", 9715 9694 "sc-tracing", ··· 9731 9710 [[package]] 9732 9711 name = "sc-client-api" 9733 9712 version = "4.0.0-dev" 9734 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 9713 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 9735 9714 dependencies = [ 9736 9715 "fnv", 9737 9716 "futures", ··· 9758 9737 [[package]] 9759 9738 name = "sc-client-db" 9760 9739 version = "0.10.0-dev" 9761 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 9740 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 9762 9741 dependencies = [ 9763 9742 "hash-db", 9764 9743 "kvdb", ··· 9784 9763 [[package]] 9785 9764 name = "sc-consensus" 9786 9765 version = "0.10.0-dev" 9787 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 9766 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 9788 9767 dependencies = [ 9789 9768 "async-trait", 9790 9769 "futures", ··· 9809 9788 [[package]] 9810 9789 name = "sc-consensus-babe" 9811 9790 version = "0.10.0-dev" 9812 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 9791 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 9813 9792 dependencies = [ 9814 9793 "async-trait", 9815 9794 "fork-tree", ··· 9824 9803 "sc-consensus", 9825 9804 "sc-consensus-epochs", 9826 9805 "sc-consensus-slots", 9827 - "sc-keystore", 9828 9806 "sc-telemetry", 9829 9807 "scale-info", 9830 9808 "sp-api", ··· 9845 9823 [[package]] 9846 9824 name = "sc-consensus-babe-rpc" 9847 9825 version = "0.10.0-dev" 9848 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 9826 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 9849 9827 dependencies = [ 9850 9828 "futures", 9851 9829 "jsonrpsee", ··· 9867 9845 [[package]] 9868 9846 name = "sc-consensus-beefy" 9869 9847 version = "4.0.0-dev" 9870 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 9848 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 9871 9849 dependencies = [ 9872 9850 "array-bytes", 9873 9851 "async-channel", ··· 9879 9857 "parking_lot 0.12.1", 9880 9858 "sc-client-api", 9881 9859 "sc-consensus", 9882 - "sc-keystore", 9883 9860 "sc-network", 9884 - "sc-network-common", 9885 9861 "sc-network-gossip", 9886 9862 "sc-network-sync", 9887 9863 "sc-utils", ··· 9903 9879 [[package]] 9904 9880 name = "sc-consensus-beefy-rpc" 9905 9881 version = "4.0.0-dev" 9906 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 9882 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 9907 9883 dependencies = [ 9908 9884 "futures", 9909 9885 "jsonrpsee", ··· 9922 9898 [[package]] 9923 9899 name = "sc-consensus-epochs" 9924 9900 version = "0.10.0-dev" 9925 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 9901 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 9926 9902 dependencies = [ 9927 9903 "fork-tree", 9928 9904 "parity-scale-codec", ··· 9935 9911 [[package]] 9936 9912 name = "sc-consensus-grandpa" 9937 9913 version = "0.10.0-dev" 9938 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 9914 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 9939 9915 dependencies = [ 9940 9916 "ahash 0.8.2", 9941 9917 "array-bytes", ··· 9975 9951 [[package]] 9976 9952 name = "sc-consensus-grandpa-rpc" 9977 9953 version = "0.10.0-dev" 9978 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 9954 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 9979 9955 dependencies = [ 9980 9956 "finality-grandpa", 9981 9957 "futures", ··· 9995 9971 [[package]] 9996 9972 name = "sc-consensus-slots" 9997 9973 version = "0.10.0-dev" 9998 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 9974 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 9999 9975 dependencies = [ 10000 9976 "async-trait", 10001 9977 "futures", ··· 10018 9994 [[package]] 10019 9995 name = "sc-executor" 10020 9996 version = "0.10.0-dev" 10021 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 9997 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10022 9998 dependencies = [ 10023 - "lru 0.8.1", 10024 9999 "parity-scale-codec", 10025 10000 "parking_lot 0.12.1", 10026 10001 "sc-executor-common", 10027 10002 "sc-executor-wasmtime", 10003 + "schnellru", 10028 10004 "sp-api", 10029 10005 "sp-core", 10030 10006 "sp-externalities", ··· 10040 10016 [[package]] 10041 10017 name = "sc-executor-common" 10042 10018 version = "0.10.0-dev" 10043 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10019 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10044 10020 dependencies = [ 10045 10021 "sc-allocator", 10046 10022 "sp-maybe-compressed-blob", ··· 10052 10028 [[package]] 10053 10029 name = "sc-executor-wasmtime" 10054 10030 version = "0.10.0-dev" 10055 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10031 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10056 10032 dependencies = [ 10057 10033 "anyhow", 10058 10034 "cfg-if", 10059 10035 "libc", 10060 10036 "log", 10061 - "once_cell", 10062 10037 "rustix 0.36.7", 10063 10038 "sc-allocator", 10064 10039 "sc-executor-common", ··· 10070 10045 [[package]] 10071 10046 name = "sc-informant" 10072 10047 version = "0.10.0-dev" 10073 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10048 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10074 10049 dependencies = [ 10075 10050 "ansi_term", 10076 10051 "futures", ··· 10086 10061 [[package]] 10087 10062 name = "sc-keystore" 10088 10063 version = "4.0.0-dev" 10089 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10064 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10090 10065 dependencies = [ 10091 10066 "array-bytes", 10092 10067 "parking_lot 0.12.1", ··· 10100 10075 [[package]] 10101 10076 name = "sc-network" 10102 10077 version = "0.10.0-dev" 10103 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10078 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10104 10079 dependencies = [ 10105 10080 "array-bytes", 10106 10081 "async-channel", ··· 10115 10090 "libp2p", 10116 10091 "linked_hash_set", 10117 10092 "log", 10118 - "lru 0.8.1", 10119 10093 "mockall", 10120 10094 "parity-scale-codec", 10121 10095 "parking_lot 0.12.1", 10096 + "partial_sort", 10122 10097 "pin-project", 10123 10098 "rand 0.8.5", 10124 - "sc-block-builder", 10125 10099 "sc-client-api", 10126 - "sc-consensus", 10127 10100 "sc-network-common", 10128 - "sc-peerset", 10129 10101 "sc-utils", 10130 10102 "serde", 10131 10103 "serde_json", 10132 10104 "smallvec", 10133 - "snow", 10134 10105 "sp-arithmetic", 10135 10106 "sp-blockchain", 10136 - "sp-consensus", 10137 10107 "sp-core", 10138 10108 "sp-runtime", 10139 10109 "substrate-prometheus-endpoint", 10140 10110 "thiserror", 10141 10111 "unsigned-varint", 10112 + "wasm-timer", 10142 10113 "zeroize", 10143 10114 ] 10144 10115 10145 10116 [[package]] 10146 10117 name = "sc-network-bitswap" 10147 10118 version = "0.10.0-dev" 10148 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10119 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10149 10120 dependencies = [ 10150 10121 "async-channel", 10151 10122 "cid", ··· 10156 10127 "prost-build", 10157 10128 "sc-client-api", 10158 10129 "sc-network", 10159 - "sc-network-common", 10160 10130 "sp-blockchain", 10161 10131 "sp-runtime", 10162 10132 "thiserror", ··· 10166 10136 [[package]] 10167 10137 name = "sc-network-common" 10168 10138 version = "0.10.0-dev" 10169 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10139 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10170 10140 dependencies = [ 10171 - "array-bytes", 10172 10141 "async-trait", 10173 10142 "bitflags", 10174 - "bytes", 10175 10143 "futures", 10176 - "futures-timer", 10177 10144 "libp2p-identity", 10178 10145 "parity-scale-codec", 10179 10146 "prost-build", 10180 10147 "sc-consensus", 10181 - "sc-peerset", 10182 - "sc-utils", 10183 - "serde", 10184 - "smallvec", 10185 - "sp-blockchain", 10186 10148 "sp-consensus", 10187 10149 "sp-consensus-grandpa", 10188 10150 "sp-runtime", 10189 - "substrate-prometheus-endpoint", 10190 - "thiserror", 10191 - "zeroize", 10192 10151 ] 10193 10152 10194 10153 [[package]] 10195 10154 name = "sc-network-gossip" 10196 10155 version = "0.10.0-dev" 10197 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10156 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10198 10157 dependencies = [ 10199 10158 "ahash 0.8.2", 10200 10159 "futures", 10201 10160 "futures-timer", 10202 10161 "libp2p", 10203 10162 "log", 10204 - "lru 0.8.1", 10205 10163 "sc-network", 10206 10164 "sc-network-common", 10207 - "sc-peerset", 10165 + "schnellru", 10208 10166 "sp-runtime", 10209 10167 "substrate-prometheus-endpoint", 10210 10168 "tracing", ··· 10213 10171 [[package]] 10214 10172 name = "sc-network-light" 10215 10173 version = "0.10.0-dev" 10216 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10174 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10217 10175 dependencies = [ 10218 10176 "array-bytes", 10219 10177 "async-channel", ··· 10225 10183 "prost-build", 10226 10184 "sc-client-api", 10227 10185 "sc-network", 10228 - "sc-network-common", 10229 - "sc-peerset", 10230 10186 "sp-blockchain", 10231 10187 "sp-core", 10232 10188 "sp-runtime", ··· 10236 10192 [[package]] 10237 10193 name = "sc-network-sync" 10238 10194 version = "0.10.0-dev" 10239 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10195 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10240 10196 dependencies = [ 10241 10197 "array-bytes", 10242 10198 "async-channel", ··· 10246 10202 "futures-timer", 10247 10203 "libp2p", 10248 10204 "log", 10249 - "lru 0.8.1", 10250 10205 "mockall", 10251 10206 "parity-scale-codec", 10252 10207 "prost 0.11.0", ··· 10255 10210 "sc-consensus", 10256 10211 "sc-network", 10257 10212 "sc-network-common", 10258 - "sc-peerset", 10259 10213 "sc-utils", 10214 + "schnellru", 10260 10215 "smallvec", 10261 10216 "sp-arithmetic", 10262 10217 "sp-blockchain", ··· 10271 10226 [[package]] 10272 10227 name = "sc-network-transactions" 10273 10228 version = "0.10.0-dev" 10274 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10229 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10275 10230 dependencies = [ 10276 10231 "array-bytes", 10277 10232 "futures", 10278 10233 "libp2p", 10279 10234 "log", 10280 10235 "parity-scale-codec", 10281 - "pin-project", 10282 10236 "sc-network", 10283 10237 "sc-network-common", 10284 - "sc-peerset", 10285 10238 "sc-utils", 10286 10239 "sp-consensus", 10287 10240 "sp-runtime", ··· 10291 10244 [[package]] 10292 10245 name = "sc-offchain" 10293 10246 version = "4.0.0-dev" 10294 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10247 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10295 10248 dependencies = [ 10296 10249 "array-bytes", 10297 10250 "bytes", ··· 10299 10252 "futures", 10300 10253 "futures-timer", 10301 10254 "hyper", 10302 - "hyper-rustls", 10255 + "hyper-rustls 0.24.0", 10303 10256 "libp2p", 10304 10257 "num_cpus", 10305 10258 "once_cell", ··· 10308 10261 "rand 0.8.5", 10309 10262 "sc-client-api", 10310 10263 "sc-network", 10311 - "sc-network-common", 10312 - "sc-peerset", 10313 10264 "sc-utils", 10314 10265 "sp-api", 10315 10266 "sp-core", ··· 10320 10271 ] 10321 10272 10322 10273 [[package]] 10323 - name = "sc-peerset" 10324 - version = "4.0.0-dev" 10325 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10326 - dependencies = [ 10327 - "futures", 10328 - "libp2p-identity", 10329 - "log", 10330 - "parking_lot 0.12.1", 10331 - "partial_sort", 10332 - "sc-utils", 10333 - "serde_json", 10334 - "sp-arithmetic", 10335 - "wasm-timer", 10336 - ] 10337 - 10338 - [[package]] 10339 10274 name = "sc-proposer-metrics" 10340 10275 version = "0.10.0-dev" 10341 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10276 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10342 10277 dependencies = [ 10343 10278 "log", 10344 10279 "substrate-prometheus-endpoint", ··· 10347 10282 [[package]] 10348 10283 name = "sc-rpc" 10349 10284 version = "4.0.0-dev" 10350 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10285 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10351 10286 dependencies = [ 10352 10287 "futures", 10353 10288 "jsonrpsee", ··· 10378 10313 [[package]] 10379 10314 name = "sc-rpc-api" 10380 10315 version = "0.10.0-dev" 10381 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10316 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10382 10317 dependencies = [ 10383 10318 "jsonrpsee", 10384 10319 "parity-scale-codec", ··· 10397 10332 [[package]] 10398 10333 name = "sc-rpc-server" 10399 10334 version = "4.0.0-dev" 10400 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10335 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10401 10336 dependencies = [ 10402 10337 "http", 10403 10338 "jsonrpsee", ··· 10412 10347 [[package]] 10413 10348 name = "sc-rpc-spec-v2" 10414 10349 version = "0.10.0-dev" 10415 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10350 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10416 10351 dependencies = [ 10417 10352 "array-bytes", 10418 10353 "futures", ··· 10438 10373 [[package]] 10439 10374 name = "sc-service" 10440 10375 version = "0.10.0-dev" 10441 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10376 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10442 10377 dependencies = [ 10443 10378 "async-trait", 10444 10379 "directories", ··· 10469 10404 "sc-rpc", 10470 10405 "sc-rpc-server", 10471 10406 "sc-rpc-spec-v2", 10472 - "sc-storage-monitor", 10473 10407 "sc-sysinfo", 10474 10408 "sc-telemetry", 10475 10409 "sc-tracing", ··· 10504 10438 [[package]] 10505 10439 name = "sc-state-db" 10506 10440 version = "0.10.0-dev" 10507 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10441 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10508 10442 dependencies = [ 10509 10443 "log", 10510 10444 "parity-scale-codec", ··· 10515 10449 [[package]] 10516 10450 name = "sc-storage-monitor" 10517 10451 version = "0.1.0" 10518 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10452 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10519 10453 dependencies = [ 10520 10454 "clap 4.2.5", 10521 10455 "fs4", 10522 - "futures", 10523 10456 "log", 10524 10457 "sc-client-db", 10525 - "sc-utils", 10526 10458 "sp-core", 10527 10459 "thiserror", 10528 10460 "tokio", ··· 10531 10463 [[package]] 10532 10464 name = "sc-sync-state-rpc" 10533 10465 version = "0.10.0-dev" 10534 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10466 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10535 10467 dependencies = [ 10536 10468 "jsonrpsee", 10537 10469 "parity-scale-codec", ··· 10550 10482 [[package]] 10551 10483 name = "sc-sysinfo" 10552 10484 version = "6.0.0-dev" 10553 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10485 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10554 10486 dependencies = [ 10555 10487 "futures", 10556 10488 "libc", ··· 10569 10501 [[package]] 10570 10502 name = "sc-telemetry" 10571 10503 version = "4.0.0-dev" 10572 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10504 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10573 10505 dependencies = [ 10574 10506 "chrono", 10575 10507 "futures", ··· 10588 10520 [[package]] 10589 10521 name = "sc-tracing" 10590 10522 version = "4.0.0-dev" 10591 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10523 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10592 10524 dependencies = [ 10593 10525 "ansi_term", 10594 10526 "atty", ··· 10596 10528 "lazy_static", 10597 10529 "libc", 10598 10530 "log", 10599 - "once_cell", 10600 10531 "parking_lot 0.12.1", 10601 10532 "regex", 10602 10533 "rustc-hash", 10603 10534 "sc-client-api", 10604 - "sc-rpc-server", 10605 10535 "sc-tracing-proc-macro", 10606 10536 "serde", 10607 10537 "sp-api", ··· 10619 10549 [[package]] 10620 10550 name = "sc-tracing-proc-macro" 10621 10551 version = "4.0.0-dev" 10622 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10552 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10623 10553 dependencies = [ 10624 10554 "proc-macro-crate", 10625 10555 "proc-macro2", ··· 10630 10560 [[package]] 10631 10561 name = "sc-transaction-pool" 10632 10562 version = "4.0.0-dev" 10633 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10563 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10634 10564 dependencies = [ 10635 10565 "async-trait", 10636 10566 "futures", 10637 10567 "futures-timer", 10638 10568 "linked-hash-map", 10639 10569 "log", 10640 - "num-traits", 10641 10570 "parity-scale-codec", 10642 10571 "parking_lot 0.12.1", 10643 10572 "sc-client-api", ··· 10657 10586 [[package]] 10658 10587 name = "sc-transaction-pool-api" 10659 10588 version = "4.0.0-dev" 10660 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10589 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10661 10590 dependencies = [ 10662 10591 "async-trait", 10663 10592 "futures", 10664 10593 "log", 10594 + "parity-scale-codec", 10665 10595 "serde", 10666 10596 "sp-blockchain", 10597 + "sp-core", 10667 10598 "sp-runtime", 10668 10599 "thiserror", 10669 10600 ] ··· 10671 10602 [[package]] 10672 10603 name = "sc-utils" 10673 10604 version = "4.0.0-dev" 10674 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 10605 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 10675 10606 dependencies = [ 10676 10607 "async-channel", 10677 10608 "futures", ··· 10813 10744 checksum = "48518a2b5775ba8ca5b46596aae011caa431e6ce7e4a67ead66d92f08884220e" 10814 10745 dependencies = [ 10815 10746 "base16ct 0.2.0", 10816 - "der 0.7.1", 10747 + "der 0.7.7", 10817 10748 "generic-array 0.14.6", 10818 - "pkcs8 0.10.1", 10749 + "pkcs8 0.10.2", 10819 10750 "subtle", 10820 10751 "zeroize", 10821 10752 ] ··· 10902 10833 10903 10834 [[package]] 10904 10835 name = "serde" 10905 - version = "1.0.158" 10836 + version = "1.0.164" 10906 10837 source = "registry+https://github.com/rust-lang/crates.io-index" 10907 - checksum = "771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9" 10838 + checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d" 10908 10839 dependencies = [ 10909 10840 "serde_derive", 10910 10841 ] 10911 10842 10912 10843 [[package]] 10913 10844 name = "serde_derive" 10914 - version = "1.0.158" 10845 + version = "1.0.164" 10915 10846 source = "registry+https://github.com/rust-lang/crates.io-index" 10916 - checksum = "e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad" 10847 + checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68" 10917 10848 dependencies = [ 10918 10849 "proc-macro2", 10919 10850 "quote", ··· 11101 11032 11102 11033 [[package]] 11103 11034 name = "signature" 11104 - version = "2.0.0" 11035 + version = "2.1.0" 11105 11036 source = "registry+https://github.com/rust-lang/crates.io-index" 11106 - checksum = "8fe458c98333f9c8152221191a77e2a44e8325d0193484af2e9421a53019e57d" 11037 + checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500" 11107 11038 dependencies = [ 11108 11039 "digest 0.10.6", 11109 11040 "rand_core 0.6.4", ··· 11142 11073 11143 11074 [[package]] 11144 11075 name = "slot-range-helper" 11145 - version = "0.9.43" 11076 + version = "1.0.0" 11146 11077 dependencies = [ 11147 11078 "enumn", 11148 11079 "parity-scale-codec", ··· 11219 11150 [[package]] 11220 11151 name = "sp-api" 11221 11152 version = "4.0.0-dev" 11222 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11153 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11223 11154 dependencies = [ 11224 11155 "hash-db", 11225 11156 "log", ··· 11239 11170 [[package]] 11240 11171 name = "sp-api-proc-macro" 11241 11172 version = "4.0.0-dev" 11242 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11173 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11243 11174 dependencies = [ 11244 11175 "Inflector", 11245 11176 "blake2", 11246 - "expander 1.0.0", 11177 + "expander 2.0.0", 11247 11178 "proc-macro-crate", 11248 11179 "proc-macro2", 11249 11180 "quote", ··· 11252 11183 11253 11184 [[package]] 11254 11185 name = "sp-application-crypto" 11255 - version = "7.0.0" 11256 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11186 + version = "23.0.0" 11187 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11257 11188 dependencies = [ 11258 11189 "parity-scale-codec", 11259 11190 "scale-info", ··· 11265 11196 11266 11197 [[package]] 11267 11198 name = "sp-arithmetic" 11268 - version = "6.0.0" 11269 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11199 + version = "16.0.0" 11200 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11270 11201 dependencies = [ 11271 11202 "integer-sqrt", 11272 11203 "num-traits", ··· 11280 11211 [[package]] 11281 11212 name = "sp-authority-discovery" 11282 11213 version = "4.0.0-dev" 11283 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11214 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11284 11215 dependencies = [ 11285 11216 "parity-scale-codec", 11286 11217 "scale-info", ··· 11293 11224 [[package]] 11294 11225 name = "sp-block-builder" 11295 11226 version = "4.0.0-dev" 11296 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11227 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11297 11228 dependencies = [ 11298 - "parity-scale-codec", 11299 11229 "sp-api", 11300 11230 "sp-inherents", 11301 11231 "sp-runtime", ··· 11305 11235 [[package]] 11306 11236 name = "sp-blockchain" 11307 11237 version = "4.0.0-dev" 11308 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11238 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11309 11239 dependencies = [ 11310 11240 "futures", 11311 11241 "log", 11312 - "lru 0.8.1", 11313 11242 "parity-scale-codec", 11314 11243 "parking_lot 0.12.1", 11244 + "schnellru", 11315 11245 "sp-api", 11316 11246 "sp-consensus", 11317 11247 "sp-database", ··· 11323 11253 [[package]] 11324 11254 name = "sp-consensus" 11325 11255 version = "0.10.0-dev" 11326 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11256 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11327 11257 dependencies = [ 11328 11258 "async-trait", 11329 11259 "futures", ··· 11338 11268 [[package]] 11339 11269 name = "sp-consensus-aura" 11340 11270 version = "0.10.0-dev" 11341 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11271 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11342 11272 dependencies = [ 11343 11273 "async-trait", 11344 11274 "parity-scale-codec", 11345 11275 "scale-info", 11346 11276 "sp-api", 11347 11277 "sp-application-crypto", 11348 - "sp-consensus", 11349 11278 "sp-consensus-slots", 11350 11279 "sp-inherents", 11351 11280 "sp-runtime", ··· 11356 11285 [[package]] 11357 11286 name = "sp-consensus-babe" 11358 11287 version = "0.10.0-dev" 11359 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11288 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11360 11289 dependencies = [ 11361 11290 "async-trait", 11362 11291 "parity-scale-codec", ··· 11364 11293 "serde", 11365 11294 "sp-api", 11366 11295 "sp-application-crypto", 11367 - "sp-consensus", 11368 11296 "sp-consensus-slots", 11369 11297 "sp-core", 11370 11298 "sp-inherents", 11371 - "sp-keystore", 11372 11299 "sp-runtime", 11373 11300 "sp-std", 11374 11301 "sp-timestamp", ··· 11377 11304 [[package]] 11378 11305 name = "sp-consensus-beefy" 11379 11306 version = "4.0.0-dev" 11380 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11307 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11381 11308 dependencies = [ 11382 11309 "lazy_static", 11383 11310 "parity-scale-codec", ··· 11396 11323 [[package]] 11397 11324 name = "sp-consensus-grandpa" 11398 11325 version = "4.0.0-dev" 11399 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11326 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11400 11327 dependencies = [ 11401 11328 "finality-grandpa", 11402 11329 "log", ··· 11414 11341 [[package]] 11415 11342 name = "sp-consensus-slots" 11416 11343 version = "0.10.0-dev" 11417 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11344 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11418 11345 dependencies = [ 11419 11346 "parity-scale-codec", 11420 11347 "scale-info", ··· 11425 11352 11426 11353 [[package]] 11427 11354 name = "sp-core" 11428 - version = "7.0.0" 11429 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11355 + version = "21.0.0" 11356 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11430 11357 dependencies = [ 11431 11358 "array-bytes", 11432 11359 "bitflags", ··· 11469 11396 11470 11397 [[package]] 11471 11398 name = "sp-core-hashing" 11472 - version = "5.0.0" 11473 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11399 + version = "9.0.0" 11400 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11474 11401 dependencies = [ 11475 11402 "blake2b_simd", 11476 11403 "byteorder", 11477 11404 "digest 0.10.6", 11478 11405 "sha2 0.10.2", 11479 11406 "sha3", 11480 - "sp-std", 11481 11407 "twox-hash", 11482 11408 ] 11483 11409 11484 11410 [[package]] 11485 11411 name = "sp-core-hashing-proc-macro" 11486 - version = "5.0.0" 11487 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11412 + version = "9.0.0" 11413 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11488 11414 dependencies = [ 11489 - "proc-macro2", 11490 11415 "quote", 11491 11416 "sp-core-hashing", 11492 11417 "syn 2.0.16", ··· 11495 11420 [[package]] 11496 11421 name = "sp-database" 11497 11422 version = "4.0.0-dev" 11498 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11423 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11499 11424 dependencies = [ 11500 11425 "kvdb", 11501 11426 "parking_lot 0.12.1", ··· 11503 11428 11504 11429 [[package]] 11505 11430 name = "sp-debug-derive" 11506 - version = "5.0.0" 11507 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11431 + version = "8.0.0" 11432 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11508 11433 dependencies = [ 11509 11434 "proc-macro2", 11510 11435 "quote", ··· 11513 11438 11514 11439 [[package]] 11515 11440 name = "sp-externalities" 11516 - version = "0.13.0" 11517 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11441 + version = "0.19.0" 11442 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11518 11443 dependencies = [ 11519 11444 "environmental", 11520 11445 "parity-scale-codec", ··· 11525 11450 [[package]] 11526 11451 name = "sp-inherents" 11527 11452 version = "4.0.0-dev" 11528 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11453 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11529 11454 dependencies = [ 11530 11455 "async-trait", 11531 11456 "impl-trait-for-tuples", 11532 11457 "parity-scale-codec", 11533 11458 "scale-info", 11534 - "sp-core", 11535 11459 "sp-runtime", 11536 11460 "sp-std", 11537 11461 "thiserror", ··· 11539 11463 11540 11464 [[package]] 11541 11465 name = "sp-io" 11542 - version = "7.0.0" 11543 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11466 + version = "23.0.0" 11467 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11544 11468 dependencies = [ 11545 11469 "bytes", 11546 11470 "ed25519", 11547 11471 "ed25519-dalek", 11548 - "futures", 11549 11472 "libsecp256k1", 11550 11473 "log", 11551 11474 "parity-scale-codec", ··· 11565 11488 11566 11489 [[package]] 11567 11490 name = "sp-keyring" 11568 - version = "7.0.0" 11569 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11491 + version = "24.0.0" 11492 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11570 11493 dependencies = [ 11571 11494 "lazy_static", 11572 11495 "sp-core", ··· 11576 11499 11577 11500 [[package]] 11578 11501 name = "sp-keystore" 11579 - version = "0.13.0" 11580 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11502 + version = "0.27.0" 11503 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11581 11504 dependencies = [ 11582 - "futures", 11583 11505 "parity-scale-codec", 11584 11506 "parking_lot 0.12.1", 11585 - "serde", 11586 11507 "sp-core", 11587 11508 "sp-externalities", 11588 11509 "thiserror", ··· 11591 11512 [[package]] 11592 11513 name = "sp-maybe-compressed-blob" 11593 11514 version = "4.1.0-dev" 11594 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11515 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11595 11516 dependencies = [ 11596 11517 "thiserror", 11597 11518 "zstd 0.12.3+zstd.1.5.2", ··· 11600 11521 [[package]] 11601 11522 name = "sp-metadata-ir" 11602 11523 version = "0.1.0" 11603 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11524 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11604 11525 dependencies = [ 11605 11526 "frame-metadata", 11606 11527 "parity-scale-codec", ··· 11611 11532 [[package]] 11612 11533 name = "sp-mmr-primitives" 11613 11534 version = "4.0.0-dev" 11614 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11535 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11615 11536 dependencies = [ 11616 11537 "ckb-merkle-mountain-range", 11617 11538 "log", ··· 11629 11550 [[package]] 11630 11551 name = "sp-npos-elections" 11631 11552 version = "4.0.0-dev" 11632 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11553 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11633 11554 dependencies = [ 11634 11555 "parity-scale-codec", 11635 11556 "scale-info", ··· 11643 11564 [[package]] 11644 11565 name = "sp-offchain" 11645 11566 version = "4.0.0-dev" 11646 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11567 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11647 11568 dependencies = [ 11648 11569 "sp-api", 11649 11570 "sp-core", ··· 11652 11573 11653 11574 [[package]] 11654 11575 name = "sp-panic-handler" 11655 - version = "5.0.0" 11656 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11576 + version = "8.0.0" 11577 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11657 11578 dependencies = [ 11658 11579 "backtrace", 11659 11580 "lazy_static", ··· 11663 11584 [[package]] 11664 11585 name = "sp-rpc" 11665 11586 version = "6.0.0" 11666 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11587 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11667 11588 dependencies = [ 11668 11589 "rustc-hash", 11669 11590 "serde", ··· 11672 11593 11673 11594 [[package]] 11674 11595 name = "sp-runtime" 11675 - version = "7.0.0" 11676 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11596 + version = "24.0.0" 11597 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11677 11598 dependencies = [ 11678 11599 "either", 11679 11600 "hash256-std-hasher", ··· 11694 11615 11695 11616 [[package]] 11696 11617 name = "sp-runtime-interface" 11697 - version = "7.0.0" 11698 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11618 + version = "17.0.0" 11619 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11699 11620 dependencies = [ 11700 11621 "bytes", 11701 11622 "impl-trait-for-tuples", ··· 11712 11633 11713 11634 [[package]] 11714 11635 name = "sp-runtime-interface-proc-macro" 11715 - version = "6.0.0" 11716 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11636 + version = "11.0.0" 11637 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11717 11638 dependencies = [ 11718 11639 "Inflector", 11719 11640 "proc-macro-crate", ··· 11725 11646 [[package]] 11726 11647 name = "sp-session" 11727 11648 version = "4.0.0-dev" 11728 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11649 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11729 11650 dependencies = [ 11730 11651 "parity-scale-codec", 11731 11652 "scale-info", ··· 11739 11660 [[package]] 11740 11661 name = "sp-staking" 11741 11662 version = "4.0.0-dev" 11742 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11663 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11743 11664 dependencies = [ 11665 + "impl-trait-for-tuples", 11744 11666 "parity-scale-codec", 11745 11667 "scale-info", 11746 11668 "serde", ··· 11751 11673 11752 11674 [[package]] 11753 11675 name = "sp-state-machine" 11754 - version = "0.13.0" 11755 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11676 + version = "0.28.0" 11677 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11756 11678 dependencies = [ 11757 11679 "hash-db", 11758 11680 "log", ··· 11767 11689 "sp-trie", 11768 11690 "thiserror", 11769 11691 "tracing", 11692 + "trie-db", 11770 11693 ] 11771 11694 11772 11695 [[package]] 11773 11696 name = "sp-statement-store" 11774 11697 version = "4.0.0-dev" 11775 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11698 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11776 11699 dependencies = [ 11777 - "log", 11778 11700 "parity-scale-codec", 11779 11701 "scale-info", 11780 11702 "sp-api", ··· 11789 11711 11790 11712 [[package]] 11791 11713 name = "sp-std" 11792 - version = "5.0.0" 11793 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11714 + version = "8.0.0" 11715 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11794 11716 11795 11717 [[package]] 11796 11718 name = "sp-storage" 11797 - version = "7.0.0" 11798 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11719 + version = "13.0.0" 11720 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11799 11721 dependencies = [ 11800 11722 "impl-serde", 11801 11723 "parity-scale-codec", ··· 11808 11730 [[package]] 11809 11731 name = "sp-timestamp" 11810 11732 version = "4.0.0-dev" 11811 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11733 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11812 11734 dependencies = [ 11813 11735 "async-trait", 11814 - "futures-timer", 11815 - "log", 11816 11736 "parity-scale-codec", 11817 11737 "sp-inherents", 11818 11738 "sp-runtime", ··· 11822 11742 11823 11743 [[package]] 11824 11744 name = "sp-tracing" 11825 - version = "6.0.0" 11826 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11745 + version = "10.0.0" 11746 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11827 11747 dependencies = [ 11828 11748 "parity-scale-codec", 11829 11749 "sp-std", ··· 11835 11755 [[package]] 11836 11756 name = "sp-transaction-pool" 11837 11757 version = "4.0.0-dev" 11838 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11758 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11839 11759 dependencies = [ 11840 11760 "sp-api", 11841 11761 "sp-runtime", ··· 11844 11764 [[package]] 11845 11765 name = "sp-transaction-storage-proof" 11846 11766 version = "4.0.0-dev" 11847 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11767 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11848 11768 dependencies = [ 11849 11769 "async-trait", 11850 - "log", 11851 11770 "parity-scale-codec", 11852 11771 "scale-info", 11853 11772 "sp-core", ··· 11859 11778 11860 11779 [[package]] 11861 11780 name = "sp-trie" 11862 - version = "7.0.0" 11863 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11781 + version = "22.0.0" 11782 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11864 11783 dependencies = [ 11865 11784 "ahash 0.8.2", 11866 11785 "hash-db", ··· 11882 11801 11883 11802 [[package]] 11884 11803 name = "sp-version" 11885 - version = "5.0.0" 11886 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11804 + version = "22.0.0" 11805 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11887 11806 dependencies = [ 11888 11807 "impl-serde", 11889 11808 "parity-scale-codec", ··· 11899 11818 11900 11819 [[package]] 11901 11820 name = "sp-version-proc-macro" 11902 - version = "4.0.0-dev" 11903 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11821 + version = "8.0.0" 11822 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11904 11823 dependencies = [ 11905 11824 "parity-scale-codec", 11906 11825 "proc-macro2", ··· 11910 11829 11911 11830 [[package]] 11912 11831 name = "sp-wasm-interface" 11913 - version = "7.0.0" 11914 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11832 + version = "14.0.0" 11833 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11915 11834 dependencies = [ 11916 11835 "anyhow", 11917 11836 "impl-trait-for-tuples", 11918 11837 "log", 11919 11838 "parity-scale-codec", 11920 11839 "sp-std", 11921 - "wasmi", 11922 11840 "wasmtime", 11923 11841 ] 11924 11842 11925 11843 [[package]] 11926 11844 name = "sp-weights" 11927 - version = "4.0.0" 11928 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 11845 + version = "20.0.0" 11846 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 11929 11847 dependencies = [ 11930 11848 "parity-scale-codec", 11931 11849 "scale-info", ··· 11966 11884 11967 11885 [[package]] 11968 11886 name = "spki" 11969 - version = "0.7.0" 11887 + version = "0.7.2" 11970 11888 source = "registry+https://github.com/rust-lang/crates.io-index" 11971 - checksum = "c0445c905640145c7ea8c1993555957f65e7c46d0535b91ba501bc9bfc85522f" 11889 + checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" 11972 11890 dependencies = [ 11973 11891 "base64ct", 11974 - "der 0.7.1", 11892 + "der 0.7.7", 11975 11893 ] 11976 11894 11977 11895 [[package]] ··· 11997 11915 11998 11916 [[package]] 11999 11917 name = "staking-miner" 12000 - version = "0.9.43" 11918 + version = "1.0.0" 12001 11919 dependencies = [ 12002 11920 "assert_cmd", 12003 11921 "clap 4.2.5", ··· 12166 12084 [[package]] 12167 12085 name = "substrate-build-script-utils" 12168 12086 version = "3.0.0" 12169 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 12170 - dependencies = [ 12171 - "platforms 2.0.0", 12172 - ] 12087 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 12173 12088 12174 12089 [[package]] 12175 12090 name = "substrate-frame-rpc-system" 12176 12091 version = "4.0.0-dev" 12177 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 12092 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 12178 12093 dependencies = [ 12179 12094 "frame-system-rpc-runtime-api", 12180 12095 "futures", ··· 12193 12108 [[package]] 12194 12109 name = "substrate-prometheus-endpoint" 12195 12110 version = "0.10.0-dev" 12196 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 12111 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 12197 12112 dependencies = [ 12198 12113 "hyper", 12199 12114 "log", ··· 12205 12120 [[package]] 12206 12121 name = "substrate-rpc-client" 12207 12122 version = "0.10.0-dev" 12208 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 12123 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 12209 12124 dependencies = [ 12210 12125 "async-trait", 12211 12126 "jsonrpsee", ··· 12218 12133 [[package]] 12219 12134 name = "substrate-state-trie-migration-rpc" 12220 12135 version = "4.0.0-dev" 12221 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 12136 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 12222 12137 dependencies = [ 12223 12138 "jsonrpsee", 12224 - "log", 12225 12139 "parity-scale-codec", 12226 12140 "sc-client-api", 12227 12141 "sc-rpc-api", 12228 - "scale-info", 12229 12142 "serde", 12230 12143 "sp-core", 12231 12144 "sp-runtime", ··· 12237 12150 [[package]] 12238 12151 name = "substrate-test-client" 12239 12152 version = "2.0.1" 12240 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 12153 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 12241 12154 dependencies = [ 12242 12155 "array-bytes", 12243 12156 "async-trait", ··· 12263 12176 [[package]] 12264 12177 name = "substrate-test-utils" 12265 12178 version = "4.0.0-dev" 12266 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 12179 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 12267 12180 dependencies = [ 12268 12181 "futures", 12269 12182 "substrate-test-utils-derive", ··· 12273 12186 [[package]] 12274 12187 name = "substrate-test-utils-derive" 12275 12188 version = "0.10.0-dev" 12276 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 12189 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 12277 12190 dependencies = [ 12278 12191 "proc-macro-crate", 12279 12192 "proc-macro2", ··· 12284 12197 [[package]] 12285 12198 name = "substrate-wasm-builder" 12286 12199 version = "5.0.0-dev" 12287 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 12200 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 12288 12201 dependencies = [ 12289 12202 "ansi_term", 12290 12203 "build-helper", 12291 12204 "cargo_metadata", 12292 12205 "filetime", 12206 + "parity-wasm", 12293 12207 "sp-maybe-compressed-blob", 12294 12208 "strum", 12295 12209 "tempfile", ··· 12315 12229 12316 12230 [[package]] 12317 12231 name = "sval" 12318 - version = "1.0.0-alpha.5" 12232 + version = "2.6.1" 12233 + source = "registry+https://github.com/rust-lang/crates.io-index" 12234 + checksum = "8b031320a434d3e9477ccf9b5756d57d4272937b8d22cb88af80b7633a1b78b1" 12235 + 12236 + [[package]] 12237 + name = "sval_buffer" 12238 + version = "2.6.1" 12239 + source = "registry+https://github.com/rust-lang/crates.io-index" 12240 + checksum = "6bf7e9412af26b342f3f2cc5cc4122b0105e9d16eb76046cd14ed10106cf6028" 12241 + dependencies = [ 12242 + "sval", 12243 + "sval_ref", 12244 + ] 12245 + 12246 + [[package]] 12247 + name = "sval_dynamic" 12248 + version = "2.6.1" 12319 12249 source = "registry+https://github.com/rust-lang/crates.io-index" 12320 - checksum = "45f6ee7c7b87caf59549e9fe45d6a69c75c8019e79e212a835c5da0e92f0ba08" 12250 + checksum = "a0ef628e8a77a46ed3338db8d1b08af77495123cc229453084e47cd716d403cf" 12251 + dependencies = [ 12252 + "sval", 12253 + ] 12254 + 12255 + [[package]] 12256 + name = "sval_fmt" 12257 + version = "2.6.1" 12258 + source = "registry+https://github.com/rust-lang/crates.io-index" 12259 + checksum = "7dc09e9364c2045ab5fa38f7b04d077b3359d30c4c2b3ec4bae67a358bd64326" 12260 + dependencies = [ 12261 + "itoa", 12262 + "ryu", 12263 + "sval", 12264 + ] 12265 + 12266 + [[package]] 12267 + name = "sval_json" 12268 + version = "2.6.1" 12269 + source = "registry+https://github.com/rust-lang/crates.io-index" 12270 + checksum = "ada6f627e38cbb8860283649509d87bc4a5771141daa41c78fd31f2b9485888d" 12271 + dependencies = [ 12272 + "itoa", 12273 + "ryu", 12274 + "sval", 12275 + ] 12276 + 12277 + [[package]] 12278 + name = "sval_ref" 12279 + version = "2.6.1" 12280 + source = "registry+https://github.com/rust-lang/crates.io-index" 12281 + checksum = "703ca1942a984bd0d9b5a4c0a65ab8b4b794038d080af4eb303c71bc6bf22d7c" 12282 + dependencies = [ 12283 + "sval", 12284 + ] 12285 + 12286 + [[package]] 12287 + name = "sval_serde" 12288 + version = "2.6.1" 12289 + source = "registry+https://github.com/rust-lang/crates.io-index" 12290 + checksum = "830926cd0581f7c3e5d51efae4d35c6b6fc4db583842652891ba2f1bed8db046" 12321 12291 dependencies = [ 12322 12292 "serde", 12293 + "sval", 12294 + "sval_buffer", 12295 + "sval_fmt", 12323 12296 ] 12324 12297 12325 12298 [[package]] ··· 12443 12416 12444 12417 [[package]] 12445 12418 name = "test-parachain-adder" 12446 - version = "0.9.43" 12419 + version = "1.0.0" 12447 12420 dependencies = [ 12448 12421 "dlmalloc", 12449 12422 "parity-scale-codec", ··· 12456 12429 12457 12430 [[package]] 12458 12431 name = "test-parachain-adder-collator" 12459 - version = "0.9.43" 12432 + version = "1.0.0" 12460 12433 dependencies = [ 12461 12434 "clap 4.2.5", 12462 12435 "futures", ··· 12464 12437 "log", 12465 12438 "parity-scale-codec", 12466 12439 "polkadot-cli", 12467 - "polkadot-node-core-pvf-worker", 12440 + "polkadot-node-core-pvf", 12468 12441 "polkadot-node-primitives", 12469 12442 "polkadot-node-subsystem", 12470 12443 "polkadot-parachain", ··· 12482 12455 12483 12456 [[package]] 12484 12457 name = "test-parachain-halt" 12485 - version = "0.9.43" 12458 + version = "1.0.0" 12486 12459 dependencies = [ 12487 12460 "rustversion", 12488 12461 "substrate-wasm-builder", ··· 12490 12463 12491 12464 [[package]] 12492 12465 name = "test-parachain-undying" 12493 - version = "0.9.43" 12466 + version = "1.0.0" 12494 12467 dependencies = [ 12495 12468 "dlmalloc", 12496 12469 "log", ··· 12504 12477 12505 12478 [[package]] 12506 12479 name = "test-parachain-undying-collator" 12507 - version = "0.9.43" 12480 + version = "1.0.0" 12508 12481 dependencies = [ 12509 12482 "clap 4.2.5", 12510 12483 "futures", ··· 12512 12485 "log", 12513 12486 "parity-scale-codec", 12514 12487 "polkadot-cli", 12515 - "polkadot-node-core-pvf-worker", 12488 + "polkadot-node-core-pvf", 12516 12489 "polkadot-node-primitives", 12517 12490 "polkadot-node-subsystem", 12518 12491 "polkadot-parachain", ··· 12530 12503 12531 12504 [[package]] 12532 12505 name = "test-parachains" 12533 - version = "0.9.43" 12506 + version = "1.0.0" 12534 12507 dependencies = [ 12535 12508 "parity-scale-codec", 12536 12509 "sp-core", ··· 12541 12514 12542 12515 [[package]] 12543 12516 name = "test-runtime-constants" 12544 - version = "0.9.43" 12517 + version = "1.0.0" 12545 12518 dependencies = [ 12546 12519 "frame-support", 12547 12520 "polkadot-primitives", ··· 12769 12742 ] 12770 12743 12771 12744 [[package]] 12772 - name = "tokio-native-tls" 12773 - version = "0.3.0" 12774 - source = "registry+https://github.com/rust-lang/crates.io-index" 12775 - checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" 12776 - dependencies = [ 12777 - "native-tls", 12778 - "tokio", 12779 - ] 12780 - 12781 - [[package]] 12782 12745 name = "tokio-retry" 12783 12746 version = "0.3.0" 12784 12747 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 12798 12761 "rustls 0.20.7", 12799 12762 "tokio", 12800 12763 "webpki 0.22.0", 12764 + ] 12765 + 12766 + [[package]] 12767 + name = "tokio-rustls" 12768 + version = "0.24.1" 12769 + source = "registry+https://github.com/rust-lang/crates.io-index" 12770 + checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 12771 + dependencies = [ 12772 + "rustls 0.21.2", 12773 + "tokio", 12801 12774 ] 12802 12775 12803 12776 [[package]] ··· 12969 12942 12970 12943 [[package]] 12971 12944 name = "tracing-gum" 12972 - version = "0.9.43" 12945 + version = "1.0.0" 12973 12946 dependencies = [ 12974 12947 "polkadot-node-jaeger", 12975 12948 "polkadot-primitives", ··· 12979 12952 12980 12953 [[package]] 12981 12954 name = "tracing-gum-proc-macro" 12982 - version = "0.9.43" 12955 + version = "1.0.0" 12983 12956 dependencies = [ 12984 12957 "assert_matches", 12985 12958 "expander 2.0.0", ··· 13053 13026 13054 13027 [[package]] 13055 13028 name = "trie-db" 13056 - version = "0.27.0" 13029 + version = "0.27.1" 13057 13030 source = "registry+https://github.com/rust-lang/crates.io-index" 13058 - checksum = "634d75c77ea43f2ad8ea9d9c58de49dfc9c3995bdef32b503df7883ff054e7f1" 13031 + checksum = "767abe6ffed88a1889671a102c2861ae742726f52e0a5a425b92c9fbfa7e9c85" 13059 13032 dependencies = [ 13060 13033 "hash-db", 13061 13034 "hashbrown 0.13.2", ··· 13128 13101 [[package]] 13129 13102 name = "try-runtime-cli" 13130 13103 version = "0.10.0-dev" 13131 - source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#7c195bfa7d90c91144bc128aabdac0b108a8a441" 13104 + source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#2b76b44e6f7e948c8dffb7ff72d349f0702f5acf" 13132 13105 dependencies = [ 13133 13106 "async-trait", 13134 13107 "clap 4.2.5", ··· 13139 13112 "parity-scale-codec", 13140 13113 "sc-cli", 13141 13114 "sc-executor", 13142 - "sc-service", 13143 13115 "serde", 13144 13116 "serde_json", 13145 13117 "sp-api", ··· 13359 13331 13360 13332 [[package]] 13361 13333 name = "value-bag" 13362 - version = "1.0.0-alpha.9" 13334 + version = "1.4.1" 13335 + source = "registry+https://github.com/rust-lang/crates.io-index" 13336 + checksum = "d92ccd67fb88503048c01b59152a04effd0782d035a83a6d256ce6085f08f4a3" 13337 + dependencies = [ 13338 + "value-bag-serde1", 13339 + "value-bag-sval2", 13340 + ] 13341 + 13342 + [[package]] 13343 + name = "value-bag-serde1" 13344 + version = "1.4.1" 13363 13345 source = "registry+https://github.com/rust-lang/crates.io-index" 13364 - checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55" 13346 + checksum = "b0b9f3feef403a50d4d67e9741a6d8fc688bcbb4e4f31bd4aab72cc690284394" 13365 13347 dependencies = [ 13366 - "ctor", 13367 13348 "erased-serde", 13368 13349 "serde", 13369 13350 "serde_fmt", 13351 + ] 13352 + 13353 + [[package]] 13354 + name = "value-bag-sval2" 13355 + version = "1.4.1" 13356 + source = "registry+https://github.com/rust-lang/crates.io-index" 13357 + checksum = "30b24f4146b6f3361e91cbf527d1fb35e9376c3c0cef72ca5ec5af6d640fad7d" 13358 + dependencies = [ 13370 13359 "sval", 13371 - "version_check", 13360 + "sval_buffer", 13361 + "sval_dynamic", 13362 + "sval_fmt", 13363 + "sval_json", 13364 + "sval_ref", 13365 + "sval_serde", 13372 13366 ] 13373 13367 13374 13368 [[package]] ··· 13585 13579 ] 13586 13580 13587 13581 [[package]] 13588 - name = "wasmi" 13589 - version = "0.13.2" 13590 - source = "registry+https://github.com/rust-lang/crates.io-index" 13591 - checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422" 13592 - dependencies = [ 13593 - "parity-wasm", 13594 - "wasmi-validation", 13595 - "wasmi_core", 13596 - ] 13597 - 13598 - [[package]] 13599 - name = "wasmi-validation" 13600 - version = "0.5.0" 13601 - source = "registry+https://github.com/rust-lang/crates.io-index" 13602 - checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b" 13603 - dependencies = [ 13604 - "parity-wasm", 13605 - ] 13606 - 13607 - [[package]] 13608 - name = "wasmi_core" 13609 - version = "0.2.1" 13610 - source = "registry+https://github.com/rust-lang/crates.io-index" 13611 - checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7" 13612 - dependencies = [ 13613 - "downcast-rs", 13614 - "libm 0.2.1", 13615 - "memory_units", 13616 - "num-rational", 13617 - "num-traits", 13618 - ] 13619 - 13620 - [[package]] 13621 13582 name = "wasmparser" 13622 13583 version = "0.102.0" 13623 13584 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 14084 14045 14085 14046 [[package]] 14086 14047 name = "westend-runtime" 14087 - version = "0.9.43" 14048 + version = "1.0.0" 14088 14049 dependencies = [ 14089 14050 "bitvec", 14090 14051 "frame-benchmarking", ··· 14182 14143 14183 14144 [[package]] 14184 14145 name = "westend-runtime-constants" 14185 - version = "0.9.43" 14146 + version = "1.0.0" 14186 14147 dependencies = [ 14187 14148 "frame-support", 14188 14149 "polkadot-primitives", ··· 14581 14542 14582 14543 [[package]] 14583 14544 name = "xcm" 14584 - version = "0.9.43" 14545 + version = "1.0.0" 14585 14546 dependencies = [ 14586 14547 "bounded-collections", 14587 14548 "derivative", ··· 14599 14560 14600 14561 [[package]] 14601 14562 name = "xcm-builder" 14602 - version = "0.9.43" 14563 + version = "1.0.0" 14603 14564 dependencies = [ 14604 14565 "assert_matches", 14605 14566 "frame-support", ··· 14626 14587 14627 14588 [[package]] 14628 14589 name = "xcm-executor" 14629 - version = "0.9.43" 14590 + version = "1.0.0" 14630 14591 dependencies = [ 14631 14592 "environmental", 14632 14593 "frame-benchmarking", ··· 14645 14606 14646 14607 [[package]] 14647 14608 name = "xcm-executor-integration-tests" 14648 - version = "0.9.43" 14609 + version = "1.0.0" 14649 14610 dependencies = [ 14650 14611 "frame-support", 14651 14612 "frame-system", ··· 14665 14626 14666 14627 [[package]] 14667 14628 name = "xcm-procedural" 14668 - version = "0.9.43" 14629 + version = "1.0.0" 14669 14630 dependencies = [ 14670 14631 "Inflector", 14671 14632 "proc-macro2", ··· 14675 14636 14676 14637 [[package]] 14677 14638 name = "xcm-simulator" 14678 - version = "0.9.43" 14639 + version = "1.0.0" 14679 14640 dependencies = [ 14680 14641 "frame-support", 14681 14642 "parity-scale-codec", ··· 14692 14653 14693 14654 [[package]] 14694 14655 name = "xcm-simulator-example" 14695 - version = "0.9.43" 14656 + version = "1.0.0" 14696 14657 dependencies = [ 14697 14658 "frame-support", 14698 14659 "frame-system", ··· 14719 14680 14720 14681 [[package]] 14721 14682 name = "xcm-simulator-fuzzer" 14722 - version = "0.9.43" 14683 + version = "1.0.0" 14723 14684 dependencies = [ 14724 14685 "arbitrary", 14725 14686 "frame-support", ··· 14795 14756 14796 14757 [[package]] 14797 14758 name = "zombienet-backchannel" 14798 - version = "0.9.43" 14759 + version = "1.0.0" 14799 14760 dependencies = [ 14800 14761 "futures-util", 14801 14762 "lazy_static",
+16 -3
pkgs/applications/blockchains/polkadot/default.nix
··· 9 9 }: 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "polkadot"; 12 - version = "0.9.43"; 12 + version = "1.0.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "paritytech"; 16 16 repo = "polkadot"; 17 17 rev = "v${version}"; 18 - hash = "sha256-h+9b+KQgdYowHYGr0nPsqibcwOPmBVo9tKi/uEbLhqo="; 18 + hash = "sha256-izm0rpLzwlhpp3dciQ1zj1boWxhgGnNMG5ceZoZQGEE="; 19 19 20 20 # the build process of polkadot requires a .git folder in order to determine 21 21 # the git commit hash that is being built and add it to the version string. ··· 34 34 cargoLock = { 35 35 lockFile = ./Cargo.lock; 36 36 outputHashes = { 37 - "binary-merkle-tree-4.0.0-dev" = "sha256-/8bGqnM/yqtCgVWkIaVEySZSV3XGYuiA3JuyHYTp2lw="; 37 + "binary-merkle-tree-4.0.0-dev" = "sha256-J09SHQVOLGStMGONdreI5QZlk+uNNKzWRZpGiNJ+lrk="; 38 38 "sub-tokens-0.1.0" = "sha256-GvhgZhOIX39zF+TbQWtTCgahDec4lQjH+NqamLFLUxM="; 39 39 }; 40 40 }; 41 + 42 + # NOTE: the build process currently tries to read some files to generate 43 + # documentation from hardcoded paths that aren't compatible with the cargo 44 + # vendoring strategy, so we need to manually put them in their expected place. 45 + # this should be fixed with the next polkadot release that includes 46 + # https://github.com/paritytech/substrate/pull/14570. 47 + postPatch = '' 48 + FAST_UNSTAKE_DIR=$PWD/../cargo-vendor-dir/pallet-fast-unstake-4.0.0-dev 49 + FAST_UNSTAKE_DOCIFY_DIR=$FAST_UNSTAKE_DIR/frame/fast-unstake 50 + 51 + mkdir -p $FAST_UNSTAKE_DOCIFY_DIR 52 + cp -r $FAST_UNSTAKE_DIR/src $FAST_UNSTAKE_DOCIFY_DIR 53 + ''; 41 54 42 55 buildInputs = lib.optionals stdenv.isDarwin [ Security SystemConfiguration ]; 43 56