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