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

difftreelog

build upgrade to polkadot v1.3.0

Yaroslav Bolyukin2023-11-17parent: #a7c64b4.patch.diff
in: master

4 files changed

modifiedCargo.lockdiffbeforeafterboth
350 "zeroize",350 "zeroize",
351]351]
352
353[[package]]
354name = "ark-ed-on-bls12-381-bandersnatch"
355version = "0.4.0"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "f9cde0f2aa063a2a5c28d39b47761aa102bda7c13c84fc118a61b87c7b2f785c"
358dependencies = [
359 "ark-bls12-381",
360 "ark-ec",
361 "ark-ff",
362 "ark-std",
363]
364352
365[[package]]353[[package]]
366name = "ark-ff"354name = "ark-ff"
418 "hashbrown 0.13.2",406 "hashbrown 0.13.2",
419]407]
420
421[[package]]
422name = "ark-scale"
423version = "0.0.11"
424source = "registry+https://github.com/rust-lang/crates.io-index"
425checksum = "51bd73bb6ddb72630987d37fa963e99196896c0d0ea81b7c894567e74a2f83af"
426dependencies = [
427 "ark-ec",
428 "ark-ff",
429 "ark-serialize",
430 "ark-std",
431 "parity-scale-codec",
432 "scale-info",
433]
434
435[[package]]
436name = "ark-secret-scalar"
437version = "0.0.2"
438source = "git+https://github.com/w3f/ring-vrf?rev=4b09416#4b09416fd23383ec436ddac127d58c7b7cd392c6"
439dependencies = [
440 "ark-ec",
441 "ark-ff",
442 "ark-serialize",
443 "ark-std",
444 "ark-transcript",
445 "digest 0.10.7",
446 "rand_core 0.6.4",
447 "zeroize",
448]
449408
450[[package]]409[[package]]
451name = "ark-serialize"410name = "ark-serialize"
480 "rand 0.8.5",439 "rand 0.8.5",
481]440]
482
483[[package]]
484name = "ark-transcript"
485version = "0.0.2"
486source = "git+https://github.com/w3f/ring-vrf?rev=4b09416#4b09416fd23383ec436ddac127d58c7b7cd392c6"
487dependencies = [
488 "ark-ff",
489 "ark-serialize",
490 "ark-std",
491 "digest 0.10.7",
492 "rand_core 0.6.4",
493 "sha3 0.10.8",
494]
495441
496[[package]]442[[package]]
497name = "array-bytes"443name = "array-bytes"
823 "rustc-demangle",769 "rustc-demangle",
824]770]
825
826[[package]]
827name = "bandersnatch_vrfs"
828version = "0.0.1"
829source = "git+https://github.com/w3f/ring-vrf?rev=4b09416#4b09416fd23383ec436ddac127d58c7b7cd392c6"
830dependencies = [
831 "ark-bls12-381",
832 "ark-ec",
833 "ark-ed-on-bls12-381-bandersnatch",
834 "ark-ff",
835 "ark-serialize",
836 "ark-std",
837 "dleq_vrf",
838 "fflonk",
839 "merlin 3.0.0",
840 "rand_chacha 0.3.1",
841 "rand_core 0.6.4",
842 "ring 0.1.0",
843 "sha2 0.10.8",
844 "zeroize",
845]
846771
847[[package]]772[[package]]
848name = "base-x"773name = "base-x"
891816
892[[package]]817[[package]]
893name = "binary-merkle-tree"818name = "binary-merkle-tree"
894version = "4.0.0-dev"819version = "10.0.0"
895source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"820source = "registry+https://github.com/rust-lang/crates.io-index"
821checksum = "a399848a68a5196a04c19db5bfc4dca3cd0989a3165150f06c1ad1bc8882aa34"
896dependencies = [822dependencies = [
897 "hash-db 0.16.0",823 "hash-db 0.16.0",
898 "log",824 "log",
935checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f"861checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f"
936dependencies = [862dependencies = [
937 "bitcoin_hashes",863 "bitcoin_hashes",
938 "rand 0.8.5",
939 "rand_core 0.6.4",
940 "serde",
941 "unicode-normalization",
942]864]
943865
944[[package]]866[[package]]
11511073
1152[[package]]1074[[package]]
1153name = "bp-xcm-bridge-hub-router"1075name = "bp-xcm-bridge-hub-router"
1154version = "0.1.0"1076version = "0.3.0"
1155source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "be3b4fafc31f17da1b4ea403c4118e4f4f1d9a5a696729b374551d582e48633b"
1156dependencies = [1079dependencies = [
1157 "parity-scale-codec",1080 "parity-scale-codec",
1158 "scale-info",1081 "scale-info",
1475 "anstyle",1398 "anstyle",
1476 "clap_lex",1399 "clap_lex",
1477 "strsim",1400 "strsim",
1478 "terminal_size",
1479]1401]
14801402
1481[[package]]1403[[package]]
1535 "unicode-width",1457 "unicode-width",
1536]1458]
1537
1538[[package]]
1539name = "common"
1540version = "0.1.0"
1541source = "git+https://github.com/w3f/ring-proof#edd1e90b847e560bf60fc2e8712235ccfa11a9a9"
1542dependencies = [
1543 "ark-ec",
1544 "ark-ff",
1545 "ark-poly",
1546 "ark-serialize",
1547 "ark-std",
1548 "fflonk",
1549 "merlin 3.0.0",
1550 "rand_chacha 0.3.1",
1551]
15521459
1553[[package]]1460[[package]]
1554name = "common-path"1461name = "common-path"
19371844
1938[[package]]1845[[package]]
1939name = "cumulus-client-cli"1846name = "cumulus-client-cli"
1940version = "0.1.0"1847version = "0.4.0"
1941source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "858e5a1c2d26c304d75cc7158ed2579f0ff90b68f2d07a2395d073249d485424"
1942dependencies = [1850dependencies = [
1943 "clap",1851 "clap",
1944 "parity-scale-codec",1852 "parity-scale-codec",
19531861
1954[[package]]1862[[package]]
1955name = "cumulus-client-collator"1863name = "cumulus-client-collator"
1956version = "0.1.0"1864version = "0.4.0"
1957source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"1865source = "registry+https://github.com/rust-lang/crates.io-index"
1866checksum = "be58c6ef9780a83267e0b9db50a01158d58ad37ba45ed8162a9ea1b2d61d119c"
1958dependencies = [1867dependencies = [
1959 "cumulus-client-consensus-common",1868 "cumulus-client-consensus-common",
1960 "cumulus-client-network",1869 "cumulus-client-network",
19761885
1977[[package]]1886[[package]]
1978name = "cumulus-client-consensus-aura"1887name = "cumulus-client-consensus-aura"
1979version = "0.1.0"1888version = "0.4.0"
1980source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"1889source = "registry+https://github.com/rust-lang/crates.io-index"
1890checksum = "4b73f52d21017ff0f2dc6542f2873e1dc3e17561656d6af0810fb813fb553694"
1981dependencies = [1891dependencies = [
1982 "async-trait",1892 "async-trait",
1983 "cumulus-client-collator",1893 "cumulus-client-collator",
20181928
2019[[package]]1929[[package]]
2020name = "cumulus-client-consensus-common"1930name = "cumulus-client-consensus-common"
2021version = "0.1.0"1931version = "0.4.0"
2022source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"1932source = "registry+https://github.com/rust-lang/crates.io-index"
1933checksum = "6ec580468eb700a2776cac54871704b3c3894bc0646c3b8375756bfffd24928f"
2023dependencies = [1934dependencies = [
2024 "async-trait",1935 "async-trait",
2025 "cumulus-client-pov-recovery",1936 "cumulus-client-pov-recovery",
20471958
2048[[package]]1959[[package]]
2049name = "cumulus-client-consensus-proposer"1960name = "cumulus-client-consensus-proposer"
2050version = "0.1.0"1961version = "0.4.0"
2051source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"1962source = "registry+https://github.com/rust-lang/crates.io-index"
1963checksum = "23a859c95a853e37c642b613be517d3d9c410a67204a5bd92eb35c5daaffa44d"
2052dependencies = [1964dependencies = [
2053 "anyhow",1965 "anyhow",
2054 "async-trait",1966 "async-trait",
20621974
2063[[package]]1975[[package]]
2064name = "cumulus-client-network"1976name = "cumulus-client-network"
2065version = "0.1.0"1977version = "0.4.0"
2066source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"1978source = "registry+https://github.com/rust-lang/crates.io-index"
1979checksum = "fac979caafb16a47493dfce7509decadad81f982c0110473ab69389af663678d"
2067dependencies = [1980dependencies = [
2068 "async-trait",1981 "async-trait",
2069 "cumulus-relay-chain-interface",1982 "cumulus-relay-chain-interface",
20851998
2086[[package]]1999[[package]]
2087name = "cumulus-client-pov-recovery"2000name = "cumulus-client-pov-recovery"
2088version = "0.1.0"2001version = "0.4.0"
2089source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"2002source = "registry+https://github.com/rust-lang/crates.io-index"
2003checksum = "e4031cda3e64955d57166068a27d544f46f4a9e4c14268a09d8b67eeac7fc51d"
2090dependencies = [2004dependencies = [
2091 "async-trait",2005 "async-trait",
2092 "cumulus-primitives-core",2006 "cumulus-primitives-core",
21092023
2110[[package]]2024[[package]]
2111name = "cumulus-client-service"2025name = "cumulus-client-service"
2112version = "0.1.0"2026version = "0.4.0"
2113source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"2027source = "registry+https://github.com/rust-lang/crates.io-index"
2028checksum = "a72ee1a2276f11243b905676b60b77ca981c567cbed3795455b464502c3d4cb8"
2114dependencies = [2029dependencies = [
2115 "cumulus-client-cli",2030 "cumulus-client-cli",
2116 "cumulus-client-collator",2031 "cumulus-client-collator",
21442059
2145[[package]]2060[[package]]
2146name = "cumulus-pallet-aura-ext"2061name = "cumulus-pallet-aura-ext"
2147version = "0.1.0"2062version = "0.4.0"
2148source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"2063source = "registry+https://github.com/rust-lang/crates.io-index"
2064checksum = "071cdddd31e2b0d47a74249675de828857f61eb5f6afa36cfcf63ea6ee2b60f2"
2149dependencies = [2065dependencies = [
2150 "cumulus-pallet-parachain-system",2066 "cumulus-pallet-parachain-system",
2151 "frame-support",2067 "frame-support",
21622078
2163[[package]]2079[[package]]
2164name = "cumulus-pallet-dmp-queue"2080name = "cumulus-pallet-dmp-queue"
2165version = "0.1.0"2081version = "0.4.0"
2166source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"2082source = "registry+https://github.com/rust-lang/crates.io-index"
2083checksum = "5d1cb9d43cdfeedea19b4f6b8386e5b6264a97938b29f5c711a84e9dc7105ff7"
2167dependencies = [2084dependencies = [
2168 "cumulus-primitives-core",2085 "cumulus-primitives-core",
2169 "frame-support",2086 "frame-support",
21792096
2180[[package]]2097[[package]]
2181name = "cumulus-pallet-parachain-system"2098name = "cumulus-pallet-parachain-system"
2182version = "0.1.0"2099version = "0.4.1"
2183source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "d20d2280051998fcf113f04d25d4b39f27b449570b6350fdfb7e92541cb0aae7"
2184dependencies = [2102dependencies = [
2185 "bytes",2103 "bytes",
2186 "cumulus-pallet-parachain-system-proc-macro",2104 "cumulus-pallet-parachain-system-proc-macro",
22102128
2211[[package]]2129[[package]]
2212name = "cumulus-pallet-parachain-system-proc-macro"2130name = "cumulus-pallet-parachain-system-proc-macro"
2213version = "0.1.0"2131version = "0.4.0"
2214source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"2132source = "registry+https://github.com/rust-lang/crates.io-index"
2133checksum = "84baea20d10325b2501b6fa06d4a7902a43d6a6c62c71b5309e75c3ad8ae1441"
2215dependencies = [2134dependencies = [
2216 "proc-macro-crate 1.3.1",2135 "proc-macro-crate 1.3.1",
2217 "proc-macro2",2136 "proc-macro2",
22212140
2222[[package]]2141[[package]]
2223name = "cumulus-pallet-xcm"2142name = "cumulus-pallet-xcm"
2224version = "0.1.0"2143version = "0.4.0"
2225source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"2144source = "registry+https://github.com/rust-lang/crates.io-index"
2145checksum = "4ff03e14a0f5847bdee67a673ee945d3acd5c1d7238d46993208dcbfb774e27f"
2226dependencies = [2146dependencies = [
2227 "cumulus-primitives-core",2147 "cumulus-primitives-core",
2228 "frame-support",2148 "frame-support",
22372157
2238[[package]]2158[[package]]
2239name = "cumulus-pallet-xcmp-queue"2159name = "cumulus-pallet-xcmp-queue"
2240version = "0.1.0"2160version = "0.4.0"
2241source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"2161source = "registry+https://github.com/rust-lang/crates.io-index"
2162checksum = "b6af9816dd6564149729ba133c2c984c88fb15c4a2cb66f57be06b9147744e51"
2242dependencies = [2163dependencies = [
2243 "bp-xcm-bridge-hub-router",2164 "bp-xcm-bridge-hub-router",
2244 "cumulus-primitives-core",2165 "cumulus-primitives-core",
22612182
2262[[package]]2183[[package]]
2263name = "cumulus-primitives-aura"2184name = "cumulus-primitives-aura"
2264version = "0.1.0"2185version = "0.4.0"
2265source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"2186source = "registry+https://github.com/rust-lang/crates.io-index"
2187checksum = "51c2ecd2393555e89245676fd49003fdc68dc7aa108f83f8c5ff5f8936ce5543"
2266dependencies = [2188dependencies = [
2267 "parity-scale-codec",2189 "parity-scale-codec",
2268 "polkadot-core-primitives",2190 "polkadot-core-primitives",
22752197
2276[[package]]2198[[package]]
2277name = "cumulus-primitives-core"2199name = "cumulus-primitives-core"
2278version = "0.1.0"2200version = "0.4.0"
2279source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"2201source = "registry+https://github.com/rust-lang/crates.io-index"
2202checksum = "d40f62add2352287be4cb58b0017a91f61d953e2c6d2777c20d93185558196e1"
2280dependencies = [2203dependencies = [
2281 "parity-scale-codec",2204 "parity-scale-codec",
2282 "polkadot-core-primitives",2205 "polkadot-core-primitives",
22922215
2293[[package]]2216[[package]]
2294name = "cumulus-primitives-parachain-inherent"2217name = "cumulus-primitives-parachain-inherent"
2295version = "0.1.0"2218version = "0.4.0"
2296source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "9d0b1e0e6dcf393dbf05b31122a8c4739acf407a96ec8fd707886f36ee95c355"
2297dependencies = [2221dependencies = [
2298 "async-trait",2222 "async-trait",
2299 "cumulus-primitives-core",2223 "cumulus-primitives-core",
23152239
2316[[package]]2240[[package]]
2317name = "cumulus-primitives-timestamp"2241name = "cumulus-primitives-timestamp"
2318version = "0.1.0"2242version = "0.4.0"
2319source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"2243source = "registry+https://github.com/rust-lang/crates.io-index"
2244checksum = "771ef4a34f7bcd4e8782f73d8dbd0df031b1c1c82e54b06af69f88df2cddc316"
2320dependencies = [2245dependencies = [
2321 "cumulus-primitives-core",2246 "cumulus-primitives-core",
2322 "futures",2247 "futures",
23282253
2329[[package]]2254[[package]]
2330name = "cumulus-primitives-utility"2255name = "cumulus-primitives-utility"
2331version = "0.1.0"2256version = "0.4.0"
2332source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"2257source = "registry+https://github.com/rust-lang/crates.io-index"
2258checksum = "6b4ef704f5a346711d0448f82e57dc5784b186f4bf5e3efbbca0df814b203539"
2333dependencies = [2259dependencies = [
2334 "cumulus-primitives-core",2260 "cumulus-primitives-core",
2335 "frame-support",2261 "frame-support",
23482274
2349[[package]]2275[[package]]
2350name = "cumulus-relay-chain-inprocess-interface"2276name = "cumulus-relay-chain-inprocess-interface"
2351version = "0.1.0"2277version = "0.4.0"
2352source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "9518b7440b3f887433058b000a564e06b6799fd6d2776f4d035b2802c67742eb"
2353dependencies = [2280dependencies = [
2354 "async-trait",2281 "async-trait",
2355 "cumulus-primitives-core",2282 "cumulus-primitives-core",
23722299
2373[[package]]2300[[package]]
2374name = "cumulus-relay-chain-interface"2301name = "cumulus-relay-chain-interface"
2375version = "0.1.0"2302version = "0.4.0"
2376source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "af081ef8885042e7ae96e9d1cf32ec6f0616fe4cb78f0325ed7c5accded687fb"
2377dependencies = [2305dependencies = [
2378 "async-trait",2306 "async-trait",
2379 "cumulus-primitives-core",2307 "cumulus-primitives-core",
23902318
2391[[package]]2319[[package]]
2392name = "cumulus-relay-chain-minimal-node"2320name = "cumulus-relay-chain-minimal-node"
2393version = "0.1.0"2321version = "0.4.0"
2394source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"2322source = "registry+https://github.com/rust-lang/crates.io-index"
2323checksum = "69a1635ecc0bc20e7907a559983c818e4130ecfd899635e831f3f9b93966082c"
2395dependencies = [2324dependencies = [
2396 "array-bytes 6.1.0",2325 "array-bytes 6.1.0",
2397 "async-trait",2326 "async-trait",
24252354
2426[[package]]2355[[package]]
2427name = "cumulus-relay-chain-rpc-interface"2356name = "cumulus-relay-chain-rpc-interface"
2428version = "0.1.0"2357version = "0.4.0"
2429source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"2358source = "registry+https://github.com/rust-lang/crates.io-index"
2359checksum = "ce507996b8e97e07e3687c1c55159b38f56b2550b476c727114ab2e7ad7b2bf1"
2430dependencies = [2360dependencies = [
2431 "async-trait",2361 "async-trait",
2432 "cumulus-primitives-core",2362 "cumulus-primitives-core",
24632393
2464[[package]]2394[[package]]
2465name = "cumulus-test-relay-sproof-builder"2395name = "cumulus-test-relay-sproof-builder"
2466version = "0.1.0"2396version = "0.4.0"
2467source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"2397source = "registry+https://github.com/rust-lang/crates.io-index"
2398checksum = "59b921a9cb6758faa1c739f135fd87aa1e10a4e86a1c1db3119b396a62287cf2"
2468dependencies = [2399dependencies = [
2469 "cumulus-primitives-core",2400 "cumulus-primitives-core",
2470 "parity-scale-codec",2401 "parity-scale-codec",
2860 "syn 2.0.38",2791 "syn 2.0.38",
2861]2792]
2862
2863[[package]]
2864name = "dleq_vrf"
2865version = "0.0.2"
2866source = "git+https://github.com/w3f/ring-vrf?rev=4b09416#4b09416fd23383ec436ddac127d58c7b7cd392c6"
2867dependencies = [
2868 "ark-ec",
2869 "ark-ff",
2870 "ark-scale",
2871 "ark-secret-scalar",
2872 "ark-serialize",
2873 "ark-std",
2874 "ark-transcript",
2875 "arrayvec 0.7.4",
2876 "rand_core 0.6.4",
2877 "zeroize",
2878]
28792793
2880[[package]]2794[[package]]
2881name = "docify"2795name = "docify"
3404[[package]]3318[[package]]
3405name = "fc-api"3319name = "fc-api"
3406version = "1.0.0-dev"3320version = "1.0.0-dev"
3407source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"3321source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.3.0#2b684850edc955bcd3c3943216e451364ff0afa3"
3408dependencies = [3322dependencies = [
3409 "async-trait",3323 "async-trait",
3410 "fp-storage",3324 "fp-storage",
3416[[package]]3330[[package]]
3417name = "fc-consensus"3331name = "fc-consensus"
3418version = "2.0.0-dev"3332version = "2.0.0-dev"
3419source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"3333source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.3.0#2b684850edc955bcd3c3943216e451364ff0afa3"
3420dependencies = [3334dependencies = [
3421 "async-trait",3335 "async-trait",
3422 "fp-consensus",3336 "fp-consensus",
3432[[package]]3346[[package]]
3433name = "fc-db"3347name = "fc-db"
3434version = "2.0.0-dev"3348version = "2.0.0-dev"
3435source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"3349source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.3.0#2b684850edc955bcd3c3943216e451364ff0afa3"
3436dependencies = [3350dependencies = [
3437 "async-trait",3351 "async-trait",
3438 "fc-api",3352 "fc-api",
3453[[package]]3367[[package]]
3454name = "fc-mapping-sync"3368name = "fc-mapping-sync"
3455version = "2.0.0-dev"3369version = "2.0.0-dev"
3456source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"3370source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.3.0#2b684850edc955bcd3c3943216e451364ff0afa3"
3457dependencies = [3371dependencies = [
3458 "fc-db",3372 "fc-db",
3459 "fc-storage",3373 "fc-storage",
3474[[package]]3388[[package]]
3475name = "fc-rpc"3389name = "fc-rpc"
3476version = "2.0.0-dev"3390version = "2.0.0-dev"
3477source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"3391source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.3.0#2b684850edc955bcd3c3943216e451364ff0afa3"
3478dependencies = [3392dependencies = [
3479 "ethereum",3393 "ethereum",
3480 "ethereum-types",3394 "ethereum-types",
3528[[package]]3442[[package]]
3529name = "fc-rpc-core"3443name = "fc-rpc-core"
3530version = "1.1.0-dev"3444version = "1.1.0-dev"
3531source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"3445source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.3.0#2b684850edc955bcd3c3943216e451364ff0afa3"
3532dependencies = [3446dependencies = [
3533 "ethereum",3447 "ethereum",
3534 "ethereum-types",3448 "ethereum-types",
3541[[package]]3455[[package]]
3542name = "fc-storage"3456name = "fc-storage"
3543version = "1.0.0-dev"3457version = "1.0.0-dev"
3544source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"3458source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.3.0#2b684850edc955bcd3c3943216e451364ff0afa3"
3545dependencies = [3459dependencies = [
3546 "ethereum",3460 "ethereum",
3547 "ethereum-types",3461 "ethereum-types",
3585 "subtle 2.4.1",3499 "subtle 2.4.1",
3586]3500]
3587
3588[[package]]
3589name = "fflonk"
3590version = "0.1.0"
3591source = "git+https://github.com/w3f/fflonk#e141d4b6f42fb481aefe1b479788694945b6940d"
3592dependencies = [
3593 "ark-ec",
3594 "ark-ff",
3595 "ark-poly",
3596 "ark-serialize",
3597 "ark-std",
3598 "merlin 3.0.0",
3599]
36003501
3601[[package]]3502[[package]]
3602name = "fiat-crypto"3503name = "fiat-crypto"
36883589
3689[[package]]3590[[package]]
3690name = "fork-tree"3591name = "fork-tree"
3691version = "3.0.0"3592version = "11.0.0"
3692source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"3593source = "registry+https://github.com/rust-lang/crates.io-index"
3594checksum = "1c2d0a4310dcf0e5cce78e35e60dc2fda80ef61c8f8fc382e685dfc24fcf5db9"
3693dependencies = [3595dependencies = [
3694 "parity-scale-codec",3596 "parity-scale-codec",
3695]3597]
3706[[package]]3608[[package]]
3707name = "fp-account"3609name = "fp-account"
3708version = "1.0.0-dev"3610version = "1.0.0-dev"
3709source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"3611source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.3.0#2b684850edc955bcd3c3943216e451364ff0afa3"
3710dependencies = [3612dependencies = [
3711 "hex",3613 "hex",
3712 "impl-serde",3614 "impl-serde",
3725[[package]]3627[[package]]
3726name = "fp-consensus"3628name = "fp-consensus"
3727version = "2.0.0-dev"3629version = "2.0.0-dev"
3728source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"3630source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.3.0#2b684850edc955bcd3c3943216e451364ff0afa3"
3729dependencies = [3631dependencies = [
3730 "ethereum",3632 "ethereum",
3731 "parity-scale-codec",3633 "parity-scale-codec",
3737[[package]]3639[[package]]
3738name = "fp-ethereum"3640name = "fp-ethereum"
3739version = "1.0.0-dev"3641version = "1.0.0-dev"
3740source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"3642source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.3.0#2b684850edc955bcd3c3943216e451364ff0afa3"
3741dependencies = [3643dependencies = [
3742 "ethereum",3644 "ethereum",
3743 "ethereum-types",3645 "ethereum-types",
3750[[package]]3652[[package]]
3751name = "fp-evm"3653name = "fp-evm"
3752version = "3.0.0-dev"3654version = "3.0.0-dev"
3753source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"3655source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.3.0#2b684850edc955bcd3c3943216e451364ff0afa3"
3754dependencies = [3656dependencies = [
3755 "evm",3657 "evm",
3756 "frame-support",3658 "frame-support",
3766[[package]]3668[[package]]
3767name = "fp-rpc"3669name = "fp-rpc"
3768version = "3.0.0-dev"3670version = "3.0.0-dev"
3769source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"3671source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.3.0#2b684850edc955bcd3c3943216e451364ff0afa3"
3770dependencies = [3672dependencies = [
3771 "ethereum",3673 "ethereum",
3772 "ethereum-types",3674 "ethereum-types",
3783[[package]]3685[[package]]
3784name = "fp-self-contained"3686name = "fp-self-contained"
3785version = "1.0.0-dev"3687version = "1.0.0-dev"
3786source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"3688source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.3.0#2b684850edc955bcd3c3943216e451364ff0afa3"
3787dependencies = [3689dependencies = [
3788 "frame-support",3690 "frame-support",
3789 "parity-scale-codec",3691 "parity-scale-codec",
3795[[package]]3697[[package]]
3796name = "fp-storage"3698name = "fp-storage"
3797version = "2.0.0"3699version = "2.0.0"
3798source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"3700source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.3.0#2b684850edc955bcd3c3943216e451364ff0afa3"
3799dependencies = [3701dependencies = [
3800 "parity-scale-codec",3702 "parity-scale-codec",
3801 "serde",3703 "serde",
38093711
3810[[package]]3712[[package]]
3811name = "frame-benchmarking"3713name = "frame-benchmarking"
3812version = "4.0.0-dev"3714version = "25.0.0"
3813source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"3715source = "registry+https://github.com/rust-lang/crates.io-index"
3716checksum = "3dd4946d63eab00d899f08a7e74e965cc6785c2298efaea6a2752905f4810407"
3814dependencies = [3717dependencies = [
3815 "frame-support",3718 "frame-support",
3816 "frame-support-procedural",3719 "frame-support-procedural",
38343737
3835[[package]]3738[[package]]
3836name = "frame-benchmarking-cli"3739name = "frame-benchmarking-cli"
3837version = "4.0.0-dev"3740version = "29.0.0"
3838source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"3741source = "registry+https://github.com/rust-lang/crates.io-index"
3742checksum = "67e51c371bff90ba44767a79e72a036d7d648cee621cd2fe9f693e8c1d62941e"
3839dependencies = [3743dependencies = [
3840 "Inflector",3744 "Inflector",
3841 "array-bytes 6.1.0",3745 "array-bytes 6.1.0",
38823786
3883[[package]]3787[[package]]
3884name = "frame-election-provider-solution-type"3788name = "frame-election-provider-solution-type"
3885version = "4.0.0-dev"3789version = "12.0.0"
3886source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"3790source = "registry+https://github.com/rust-lang/crates.io-index"
3791checksum = "03911cf3675af64252a6de7b4f383eafa80d5ea5830184e7a0739aeb0b95272d"
3887dependencies = [3792dependencies = [
3888 "proc-macro-crate 1.3.1",3793 "proc-macro-crate 1.3.1",
3889 "proc-macro2",3794 "proc-macro2",
38933798
3894[[package]]3799[[package]]
3895name = "frame-election-provider-support"3800name = "frame-election-provider-support"
3896version = "4.0.0-dev"3801version = "25.0.0"
3897source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"3802source = "registry+https://github.com/rust-lang/crates.io-index"
3803checksum = "ebad507fb038db2f7ce982d30bd9828a59785c9a4780348d59cd6cceaee80d1a"
3898dependencies = [3804dependencies = [
3899 "frame-election-provider-solution-type",3805 "frame-election-provider-solution-type",
3900 "frame-support",3806 "frame-support",
39103816
3911[[package]]3817[[package]]
3912name = "frame-executive"3818name = "frame-executive"
3913version = "4.0.0-dev"3819version = "25.0.0"
3914source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"3820source = "registry+https://github.com/rust-lang/crates.io-index"
3821checksum = "2dda2c20ea3267ee20c9a5482f320236510c4ade6aec1dd930cb57dc5651c64f"
3915dependencies = [3822dependencies = [
3916 "frame-support",3823 "frame-support",
3917 "frame-system",3824 "frame-system",
39403847
3941[[package]]3848[[package]]
3942name = "frame-remote-externalities"3849name = "frame-remote-externalities"
3943version = "0.10.0-dev"3850version = "0.32.0"
3944source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"3851source = "registry+https://github.com/rust-lang/crates.io-index"
3852checksum = "a30013df51f4d4e58472c4fecdbfeb141234ece5f6355e5b3a3e51d3f87d452d"
3945dependencies = [3853dependencies = [
3946 "futures",3854 "futures",
3947 "indicatif",3855 "indicatif",
39613869
3962[[package]]3870[[package]]
3963name = "frame-support"3871name = "frame-support"
3964version = "4.0.0-dev"3872version = "25.0.0"
3965source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"3873source = "registry+https://github.com/rust-lang/crates.io-index"
3874checksum = "023504bbdd0e8d1ebe3d9d289b009337cdb9a24c5e74615ffd7b188aa1664c2d"
3966dependencies = [3875dependencies = [
3967 "aquamarine",3876 "aquamarine",
3968 "bitflags 1.3.2",3877 "bitflags 1.3.2",
40013910
4002[[package]]3911[[package]]
4003name = "frame-support-procedural"3912name = "frame-support-procedural"
4004version = "4.0.0-dev"3913version = "20.0.0"
4005source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"3914source = "registry+https://github.com/rust-lang/crates.io-index"
3915checksum = "1d6bc383298353ff2790ac1a301262c21ac196dbc26ef67a2213c46524a06dd1"
4006dependencies = [3916dependencies = [
4007 "Inflector",3917 "Inflector",
4008 "cfg-expr",3918 "cfg-expr",
40203930
4021[[package]]3931[[package]]
4022name = "frame-support-procedural-tools"3932name = "frame-support-procedural-tools"
4023version = "4.0.0-dev"3933version = "9.0.0"
4024source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"3934source = "registry+https://github.com/rust-lang/crates.io-index"
3935checksum = "b3ac1266522a8c9a2d2d26d205ec3028b88582d5f3cd5cbc75d0ec8271d197b7"
4025dependencies = [3936dependencies = [
4026 "frame-support-procedural-tools-derive",3937 "frame-support-procedural-tools-derive",
4027 "proc-macro-crate 1.3.1",3938 "proc-macro-crate 1.3.1",
40323943
4033[[package]]3944[[package]]
4034name = "frame-support-procedural-tools-derive"3945name = "frame-support-procedural-tools-derive"
4035version = "3.0.0"3946version = "10.0.0"
4036source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"3947source = "registry+https://github.com/rust-lang/crates.io-index"
3948checksum = "d9c078db2242ea7265faa486004e7fd8daaf1a577cfcac0070ce55d926922883"
4037dependencies = [3949dependencies = [
4038 "proc-macro2",3950 "proc-macro2",
4039 "quote",3951 "quote",
40423954
4043[[package]]3955[[package]]
4044name = "frame-system"3956name = "frame-system"
4045version = "4.0.0-dev"3957version = "25.0.0"
4046source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"3958source = "registry+https://github.com/rust-lang/crates.io-index"
3959checksum = "57e316407c45a5093c833966a906301aa0dcbd05048061cd9cde2548d017bfd9"
4047dependencies = [3960dependencies = [
4048 "cfg-if",3961 "cfg-if",
4049 "frame-support",3962 "frame-support",
40613974
4062[[package]]3975[[package]]
4063name = "frame-system-benchmarking"3976name = "frame-system-benchmarking"
4064version = "4.0.0-dev"3977version = "25.0.0"
4065source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"3978source = "registry+https://github.com/rust-lang/crates.io-index"
3979checksum = "b5b1388055d29a7a1c4d41b1623d3fcbc9d7f31d17abe04500b270b26901d926"
4066dependencies = [3980dependencies = [
4067 "frame-benchmarking",3981 "frame-benchmarking",
4068 "frame-support",3982 "frame-support",
40763990
4077[[package]]3991[[package]]
4078name = "frame-system-rpc-runtime-api"3992name = "frame-system-rpc-runtime-api"
4079version = "4.0.0-dev"3993version = "23.0.0"
4080source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"3994source = "registry+https://github.com/rust-lang/crates.io-index"
3995checksum = "17572a34fd866ad6cab6977a2c30b38645e0a499b3486de00ae9103f7002d6d3"
4081dependencies = [3996dependencies = [
4082 "parity-scale-codec",3997 "parity-scale-codec",
4083 "sp-api",3998 "sp-api",
4084]3999]
40854000
4086[[package]]4001[[package]]
4087name = "frame-try-runtime"4002name = "frame-try-runtime"
4088version = "0.10.0-dev"4003version = "0.31.0"
4089source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"4004source = "registry+https://github.com/rust-lang/crates.io-index"
4005checksum = "f082e770275f9b46ddf46b09bc7a993f84db691c39d9e4d038ac07443cb17a18"
4090dependencies = [4006dependencies = [
4091 "frame-support",4007 "frame-support",
4092 "parity-scale-codec",4008 "parity-scale-codec",
61186034
6119[[package]]6035[[package]]
6120name = "mmr-gadget"6036name = "mmr-gadget"
6121version = "4.0.0-dev"6037version = "26.0.0"
6122source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"6038source = "registry+https://github.com/rust-lang/crates.io-index"
6039checksum = "62eff76fd1de7bad43b0e9e666970ae11ef8c24f49622585362c21ae5470986f"
6123dependencies = [6040dependencies = [
6124 "futures",6041 "futures",
6125 "log",6042 "log",
61376054
6138[[package]]6055[[package]]
6139name = "mmr-rpc"6056name = "mmr-rpc"
6140version = "4.0.0-dev"6057version = "25.0.0"
6141source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"6058source = "registry+https://github.com/rust-lang/crates.io-index"
6059checksum = "a387f061e68601d268aade23387eaaf6542e82b357ebc1f8d6a95a251b996d30"
6142dependencies = [6060dependencies = [
6143 "anyhow",6061 "anyhow",
6144 "jsonrpsee",6062 "jsonrpsee",
6738[[package]]6656[[package]]
6739name = "orml-tokens"6657name = "orml-tokens"
6740version = "0.5.0-dev"6658version = "0.5.0-dev"
6741source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=substrate-master#46df4a649ebf68cbd444f450f58e8d4f7bcf4679"6659source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v1.3.0#6f36a9e79b75421ac56b259fd47d03db6c3e1603"
6742dependencies = [6660dependencies = [
6743 "frame-support",6661 "frame-support",
6744 "frame-system",6662 "frame-system",
6755[[package]]6673[[package]]
6756name = "orml-traits"6674name = "orml-traits"
6757version = "0.5.0-dev"6675version = "0.5.0-dev"
6758source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=substrate-master#46df4a649ebf68cbd444f450f58e8d4f7bcf4679"6676source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v1.3.0#6f36a9e79b75421ac56b259fd47d03db6c3e1603"
6759dependencies = [6677dependencies = [
6760 "frame-support",6678 "frame-support",
6761 "impl-trait-for-tuples",6679 "impl-trait-for-tuples",
6775[[package]]6693[[package]]
6776name = "orml-utilities"6694name = "orml-utilities"
6777version = "0.5.0-dev"6695version = "0.5.0-dev"
6778source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=substrate-master#46df4a649ebf68cbd444f450f58e8d4f7bcf4679"6696source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v1.3.0#6f36a9e79b75421ac56b259fd47d03db6c3e1603"
6779dependencies = [6697dependencies = [
6780 "frame-support",6698 "frame-support",
6781 "parity-scale-codec",6699 "parity-scale-codec",
6790[[package]]6708[[package]]
6791name = "orml-vesting"6709name = "orml-vesting"
6792version = "0.5.0-dev"6710version = "0.5.0-dev"
6793source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=substrate-master#46df4a649ebf68cbd444f450f58e8d4f7bcf4679"6711source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v1.3.0#6f36a9e79b75421ac56b259fd47d03db6c3e1603"
6794dependencies = [6712dependencies = [
6795 "frame-support",6713 "frame-support",
6796 "frame-system",6714 "frame-system",
6805[[package]]6723[[package]]
6806name = "orml-xcm-support"6724name = "orml-xcm-support"
6807version = "0.5.0-dev"6725version = "0.5.0-dev"
6808source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=substrate-master#46df4a649ebf68cbd444f450f58e8d4f7bcf4679"6726source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v1.3.0#6f36a9e79b75421ac56b259fd47d03db6c3e1603"
6809dependencies = [6727dependencies = [
6810 "frame-support",6728 "frame-support",
6811 "orml-traits",6729 "orml-traits",
6819[[package]]6737[[package]]
6820name = "orml-xtokens"6738name = "orml-xtokens"
6821version = "0.5.0-dev"6739version = "0.5.0-dev"
6822source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=substrate-master#46df4a649ebf68cbd444f450f58e8d4f7bcf4679"6740source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v1.3.0#6f36a9e79b75421ac56b259fd47d03db6c3e1603"
6823dependencies = [6741dependencies = [
6824 "cumulus-primitives-core",6742 "cumulus-primitives-core",
6825 "frame-support",6743 "frame-support",
68846802
6885[[package]]6803[[package]]
6886name = "pallet-asset-rate"6804name = "pallet-asset-rate"
6887version = "4.0.0-dev"6805version = "4.0.0"
6888source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"6806source = "registry+https://github.com/rust-lang/crates.io-index"
6807checksum = "740aebbcfefe8528f56ff8a339f810520a28df3ec159d016ef719aaa9f131af4"
6889dependencies = [6808dependencies = [
6890 "frame-benchmarking",6809 "frame-benchmarking",
6891 "frame-support",6810 "frame-support",
68996818
6900[[package]]6819[[package]]
6901name = "pallet-aura"6820name = "pallet-aura"
6902version = "4.0.0-dev"6821version = "24.0.0"
6903source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"6822source = "registry+https://github.com/rust-lang/crates.io-index"
6823checksum = "04fbef67cf62445b7fd8e68241e6b71d9fb8c77abb3d52259eebf525a4cd5586"
6904dependencies = [6824dependencies = [
6905 "frame-support",6825 "frame-support",
6906 "frame-system",6826 "frame-system",
69166836
6917[[package]]6837[[package]]
6918name = "pallet-authority-discovery"6838name = "pallet-authority-discovery"
6919version = "4.0.0-dev"6839version = "25.0.0"
6920source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"6840source = "registry+https://github.com/rust-lang/crates.io-index"
6841checksum = "fda272a66bbf1602579efcede67606ac43cda6d462ad551c527d8cadc871813d"
6921dependencies = [6842dependencies = [
6922 "frame-support",6843 "frame-support",
6923 "frame-system",6844 "frame-system",
69326853
6933[[package]]6854[[package]]
6934name = "pallet-authorship"6855name = "pallet-authorship"
6935version = "4.0.0-dev"6856version = "25.0.0"
6936source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"6857source = "registry+https://github.com/rust-lang/crates.io-index"
6858checksum = "2d38eab59f7d15fe43c81fc3cd92f4c1f895ca6d0efb74fc2a6d6d7d3d34d413"
6937dependencies = [6859dependencies = [
6938 "frame-support",6860 "frame-support",
6939 "frame-system",6861 "frame-system",
69466868
6947[[package]]6869[[package]]
6948name = "pallet-babe"6870name = "pallet-babe"
6949version = "4.0.0-dev"6871version = "25.0.0"
6950source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"6872source = "registry+https://github.com/rust-lang/crates.io-index"
6873checksum = "6b12430ca4b79b27231acb1ff3f99d33d6503fbeba40bfc8380e42d59b6d52b0"
6951dependencies = [6874dependencies = [
6952 "frame-benchmarking",6875 "frame-benchmarking",
6953 "frame-support",6876 "frame-support",
69706893
6971[[package]]6894[[package]]
6972name = "pallet-bags-list"6895name = "pallet-bags-list"
6973version = "4.0.0-dev"6896version = "24.0.0"
6974source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"6897source = "registry+https://github.com/rust-lang/crates.io-index"
6898checksum = "5d49c4448e51a5c64d63a4263aebeb2dfb90dabb48746e178b337fb7f533d45f"
6975dependencies = [6899dependencies = [
6976 "aquamarine",6900 "aquamarine",
6977 "docify",6901 "docify",
69926916
6993[[package]]6917[[package]]
6994name = "pallet-balances"6918name = "pallet-balances"
6995version = "4.0.0-dev"6919version = "25.0.0"
6996source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"6920source = "registry+https://github.com/rust-lang/crates.io-index"
6921checksum = "9de2915b425ae77d63ba25c194780599b7be25307454a138cfb316c16d001e68"
6997dependencies = [6922dependencies = [
6998 "frame-benchmarking",6923 "frame-benchmarking",
6999 "frame-support",6924 "frame-support",
7029[[package]]6954[[package]]
7030name = "pallet-base-fee"6955name = "pallet-base-fee"
7031version = "1.0.0"6956version = "1.0.0"
7032source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"6957source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.3.0#2b684850edc955bcd3c3943216e451364ff0afa3"
7033dependencies = [6958dependencies = [
7034 "fp-evm",6959 "fp-evm",
7035 "frame-support",6960 "frame-support",
70426967
7043[[package]]6968[[package]]
7044name = "pallet-beefy"6969name = "pallet-beefy"
7045version = "4.0.0-dev"6970version = "25.0.0"
7046source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"6971source = "registry+https://github.com/rust-lang/crates.io-index"
6972checksum = "8563fce9fdb0e557015c0b58ed7ea7d5c1a4a1ddb1d27bf56e040d6bbf5c79e9"
7047dependencies = [6973dependencies = [
7048 "frame-support",6974 "frame-support",
7049 "frame-system",6975 "frame-system",
70626988
7063[[package]]6989[[package]]
7064name = "pallet-beefy-mmr"6990name = "pallet-beefy-mmr"
7065version = "4.0.0-dev"6991version = "25.0.0"
7066source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"6992source = "registry+https://github.com/rust-lang/crates.io-index"
6993checksum = "ee3ed75c348ba23064cea40dab623719ef348bfe67ea39f195f82e2e7a7d0115"
7067dependencies = [6994dependencies = [
7068 "array-bytes 6.1.0",6995 "array-bytes 6.1.0",
7069 "binary-merkle-tree",6996 "binary-merkle-tree",
70877014
7088[[package]]7015[[package]]
7089name = "pallet-bounties"7016name = "pallet-bounties"
7090version = "4.0.0-dev"7017version = "24.0.0"
7091source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7018source = "registry+https://github.com/rust-lang/crates.io-index"
7019checksum = "74c0fb83c88f217e5bfe07a69a6d8a6c32d01241159ab81705ba5d4c3e24aaab"
7092dependencies = [7020dependencies = [
7093 "frame-benchmarking",7021 "frame-benchmarking",
7094 "frame-support",7022 "frame-support",
71057033
7106[[package]]7034[[package]]
7107name = "pallet-child-bounties"7035name = "pallet-child-bounties"
7108version = "4.0.0-dev"7036version = "24.0.0"
7109source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7037source = "registry+https://github.com/rust-lang/crates.io-index"
7038checksum = "2246ce705aee37f9b6ad818e3646910d31ef4191e1c234bff054a710ef8d8a38"
7110dependencies = [7039dependencies = [
7111 "frame-benchmarking",7040 "frame-benchmarking",
7112 "frame-support",7041 "frame-support",
71507079
7151[[package]]7080[[package]]
7152name = "pallet-collective"7081name = "pallet-collective"
7153version = "4.0.0-dev"7082version = "25.0.0"
7154source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7083source = "registry+https://github.com/rust-lang/crates.io-index"
7084checksum = "dddb120b5ee520146617a8c49b4d4c980ba9188918d43085539bf78815e7ec1d"
7155dependencies = [7085dependencies = [
7156 "frame-benchmarking",7086 "frame-benchmarking",
7157 "frame-support",7087 "frame-support",
72117141
7212[[package]]7142[[package]]
7213name = "pallet-conviction-voting"7143name = "pallet-conviction-voting"
7214version = "4.0.0-dev"7144version = "25.0.0"
7215source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7145source = "registry+https://github.com/rust-lang/crates.io-index"
7146checksum = "1c8ff7512a377b708f71772e5169550cebc8f74bc8c26553015698eaa0975356"
7216dependencies = [7147dependencies = [
7217 "assert_matches",7148 "assert_matches",
7218 "frame-benchmarking",7149 "frame-benchmarking",
72287159
7229[[package]]7160[[package]]
7230name = "pallet-democracy"7161name = "pallet-democracy"
7231version = "4.0.0-dev"7162version = "25.0.0"
7232source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7163source = "registry+https://github.com/rust-lang/crates.io-index"
7164checksum = "ed9f24ad18db2eeae0f03ba1743a82aaf300e0bbd6cdcb1119b0da93eef3d77f"
7233dependencies = [7165dependencies = [
7234 "frame-benchmarking",7166 "frame-benchmarking",
7235 "frame-support",7167 "frame-support",
72467178
7247[[package]]7179[[package]]
7248name = "pallet-election-provider-multi-phase"7180name = "pallet-election-provider-multi-phase"
7249version = "4.0.0-dev"7181version = "24.0.0"
7250source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7182source = "registry+https://github.com/rust-lang/crates.io-index"
7183checksum = "481178ef558a9409d9c12fc01279b517e3a0a7797664e89761447dba3a182ce6"
7251dependencies = [7184dependencies = [
7252 "frame-benchmarking",7185 "frame-benchmarking",
7253 "frame-election-provider-support",7186 "frame-election-provider-support",
72697202
7270[[package]]7203[[package]]
7271name = "pallet-election-provider-support-benchmarking"7204name = "pallet-election-provider-support-benchmarking"
7272version = "4.0.0-dev"7205version = "24.0.0"
7273source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7206source = "registry+https://github.com/rust-lang/crates.io-index"
7207checksum = "b5ab6413ec88b64acf849a202795c67940dc3bcc846ce03bd0893b90e2119ecf"
7274dependencies = [7208dependencies = [
7275 "frame-benchmarking",7209 "frame-benchmarking",
7276 "frame-election-provider-support",7210 "frame-election-provider-support",
72837217
7284[[package]]7218[[package]]
7285name = "pallet-elections-phragmen"7219name = "pallet-elections-phragmen"
7286version = "5.0.0-dev"7220version = "26.0.0"
7287source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7221source = "registry+https://github.com/rust-lang/crates.io-index"
7222checksum = "021da1d28b604b3654f895987dcb1ccb47d73102b31bc84c8f784bed261f01d8"
7288dependencies = [7223dependencies = [
7289 "frame-benchmarking",7224 "frame-benchmarking",
7290 "frame-support",7225 "frame-support",
7303[[package]]7238[[package]]
7304name = "pallet-ethereum"7239name = "pallet-ethereum"
7305version = "4.0.0-dev"7240version = "4.0.0-dev"
7306source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"7241source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.3.0#2b684850edc955bcd3c3943216e451364ff0afa3"
7307dependencies = [7242dependencies = [
7308 "ethereum",7243 "ethereum",
7309 "ethereum-types",7244 "ethereum-types",
7326[[package]]7261[[package]]
7327name = "pallet-evm"7262name = "pallet-evm"
7328version = "6.0.0-dev"7263version = "6.0.0-dev"
7329source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"7264source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.3.0#2b684850edc955bcd3c3943216e451364ff0afa3"
7330dependencies = [7265dependencies = [
7331 "environmental",7266 "environmental",
7332 "evm",7267 "evm",
7408[[package]]7343[[package]]
7409name = "pallet-evm-precompile-simple"7344name = "pallet-evm-precompile-simple"
7410version = "2.0.0-dev"7345version = "2.0.0-dev"
7411source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"7346source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.3.0#2b684850edc955bcd3c3943216e451364ff0afa3"
7412dependencies = [7347dependencies = [
7413 "fp-evm",7348 "fp-evm",
7414 "ripemd",7349 "ripemd",
74337368
7434[[package]]7369[[package]]
7435name = "pallet-fast-unstake"7370name = "pallet-fast-unstake"
7436version = "4.0.0-dev"7371version = "24.0.0"
7437source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7372source = "registry+https://github.com/rust-lang/crates.io-index"
7373checksum = "05634a197738c999a3032393916182fedccce13cb063fc330ee9bf810cd53b49"
7438dependencies = [7374dependencies = [
7439 "docify",7375 "docify",
7440 "frame-benchmarking",7376 "frame-benchmarking",
75047440
7505[[package]]7441[[package]]
7506name = "pallet-grandpa"7442name = "pallet-grandpa"
7507version = "4.0.0-dev"7443version = "25.0.0"
7508source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7444source = "registry+https://github.com/rust-lang/crates.io-index"
7445checksum = "b87c7f4cd94a526054dfebf7a84fbcaf6385033defa246ad83e321e71f8c5a92"
7509dependencies = [7446dependencies = [
7510 "frame-benchmarking",7447 "frame-benchmarking",
7511 "frame-support",7448 "frame-support",
75447481
7545[[package]]7482[[package]]
7546name = "pallet-identity"7483name = "pallet-identity"
7547version = "4.0.0-dev"7484version = "25.0.0"
7548source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7485source = "registry+https://github.com/rust-lang/crates.io-index"
7486checksum = "735bf6c19d30299e2d448797170a67d41c6a8ba593fb3a71ce4e11d3b85c60e9"
7549dependencies = [7487dependencies = [
7550 "enumflags2",7488 "enumflags2",
7551 "frame-benchmarking",7489 "frame-benchmarking",
75607498
7561[[package]]7499[[package]]
7562name = "pallet-im-online"7500name = "pallet-im-online"
7563version = "4.0.0-dev"7501version = "24.0.0"
7564source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7502source = "registry+https://github.com/rust-lang/crates.io-index"
7503checksum = "59eb1c68cc6b4700ad1d2a81ba847ff7b37406aa0326b7716825155d3f985762"
7565dependencies = [7504dependencies = [
7566 "frame-benchmarking",7505 "frame-benchmarking",
7567 "frame-support",7506 "frame-support",
75807519
7581[[package]]7520[[package]]
7582name = "pallet-indices"7521name = "pallet-indices"
7583version = "4.0.0-dev"7522version = "25.0.0"
7584source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7523source = "registry+https://github.com/rust-lang/crates.io-index"
7524checksum = "0893ae7f2211010e92bf57fe31f18e2223a2f97f6d6393aa7192e283ec520beb"
7585dependencies = [7525dependencies = [
7586 "frame-benchmarking",7526 "frame-benchmarking",
7587 "frame-support",7527 "frame-support",
76277567
7628[[package]]7568[[package]]
7629name = "pallet-membership"7569name = "pallet-membership"
7630version = "4.0.0-dev"7570version = "25.0.0"
7631source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7571source = "registry+https://github.com/rust-lang/crates.io-index"
7572checksum = "2e1504034588eb733f8ce98b77757e9a7390662313aa133ef1e3b9fbb94359c7"
7632dependencies = [7573dependencies = [
7633 "frame-benchmarking",7574 "frame-benchmarking",
7634 "frame-support",7575 "frame-support",
76447585
7645[[package]]7586[[package]]
7646name = "pallet-message-queue"7587name = "pallet-message-queue"
7647version = "7.0.0-dev"7588version = "28.0.0"
7648source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7589source = "registry+https://github.com/rust-lang/crates.io-index"
7590checksum = "0776bf51d03bd746159063fa1357234feb85114273d40ef3aa3efba65d091eb4"
7649dependencies = [7591dependencies = [
7650 "frame-benchmarking",7592 "frame-benchmarking",
7651 "frame-support",7593 "frame-support",
76637605
7664[[package]]7606[[package]]
7665name = "pallet-mmr"7607name = "pallet-mmr"
7666version = "4.0.0-dev"7608version = "24.0.0"
7667source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7609source = "registry+https://github.com/rust-lang/crates.io-index"
7610checksum = "e2b9789cac80b48e9427724d0b400f984fb844fc711fc2dd2d0cdccdedda7169"
7668dependencies = [7611dependencies = [
7669 "frame-benchmarking",7612 "frame-benchmarking",
7670 "frame-support",7613 "frame-support",
76817624
7682[[package]]7625[[package]]
7683name = "pallet-multisig"7626name = "pallet-multisig"
7684version = "4.0.0-dev"7627version = "25.0.0"
7685source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7628source = "registry+https://github.com/rust-lang/crates.io-index"
7629checksum = "fea2785a0bfb1884a8283bf65010bb7189c8fce958ced9947a8c71c148ef199f"
7686dependencies = [7630dependencies = [
7687 "frame-benchmarking",7631 "frame-benchmarking",
7688 "frame-support",7632 "frame-support",
76977641
7698[[package]]7642[[package]]
7699name = "pallet-nis"7643name = "pallet-nis"
7700version = "4.0.0-dev"7644version = "25.0.0"
7701source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7645source = "registry+https://github.com/rust-lang/crates.io-index"
7646checksum = "7aa7ec891b7f1801a405095a2ad2c70eef94d2abe86792eee54794de23cbd035"
7702dependencies = [7647dependencies = [
7703 "frame-benchmarking",7648 "frame-benchmarking",
7704 "frame-support",7649 "frame-support",
77137658
7714[[package]]7659[[package]]
7715name = "pallet-nomination-pools"7660name = "pallet-nomination-pools"
7716version = "1.0.0"7661version = "22.0.0"
7717source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7662source = "registry+https://github.com/rust-lang/crates.io-index"
7663checksum = "1896f33fff0c41934532fb492078d78b784f301ddd81e5041dd8e8279e652c49"
7718dependencies = [7664dependencies = [
7719 "frame-support",7665 "frame-support",
7720 "frame-system",7666 "frame-system",
77327678
7733[[package]]7679[[package]]
7734name = "pallet-nomination-pools-benchmarking"7680name = "pallet-nomination-pools-benchmarking"
7735version = "1.0.0"7681version = "23.0.0"
7736source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7682source = "registry+https://github.com/rust-lang/crates.io-index"
7683checksum = "b27cbf4a47cc79862d254f16b38c68fd2dda087ce58e7c0021859d89718e865a"
7737dependencies = [7684dependencies = [
7738 "frame-benchmarking",7685 "frame-benchmarking",
7739 "frame-election-provider-support",7686 "frame-election-provider-support",
77527699
7753[[package]]7700[[package]]
7754name = "pallet-nomination-pools-runtime-api"7701name = "pallet-nomination-pools-runtime-api"
7755version = "1.0.0-dev"7702version = "20.0.0"
7756source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7703source = "registry+https://github.com/rust-lang/crates.io-index"
7704checksum = "65c256cc530a19ff614f2af9b5c95ae9aa777a2bf1542aa455ae65e842f8c924"
7757dependencies = [7705dependencies = [
7758 "pallet-nomination-pools",7706 "pallet-nomination-pools",
7759 "parity-scale-codec",7707 "parity-scale-codec",
77847732
7785[[package]]7733[[package]]
7786name = "pallet-offences"7734name = "pallet-offences"
7787version = "4.0.0-dev"7735version = "24.0.0"
7788source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7736source = "registry+https://github.com/rust-lang/crates.io-index"
7737checksum = "f3fd14c02ed4b689652826aa93284aada5a2cf859df3cc34ad88b2fd410a8c50"
7789dependencies = [7738dependencies = [
7790 "frame-support",7739 "frame-support",
7791 "frame-system",7740 "frame-system",
78017750
7802[[package]]7751[[package]]
7803name = "pallet-offences-benchmarking"7752name = "pallet-offences-benchmarking"
7804version = "4.0.0-dev"7753version = "25.0.0"
7805source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7754source = "registry+https://github.com/rust-lang/crates.io-index"
7755checksum = "b1b3ae77cfb16f0495372853d42a44e34ab7b183bd8996a8cee91715f783ff49"
7806dependencies = [7756dependencies = [
7807 "frame-benchmarking",7757 "frame-benchmarking",
7808 "frame-election-provider-support",7758 "frame-election-provider-support",
78257775
7826[[package]]7776[[package]]
7827name = "pallet-preimage"7777name = "pallet-preimage"
7828version = "4.0.0-dev"7778version = "25.0.0"
7829source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7779source = "registry+https://github.com/rust-lang/crates.io-index"
7780checksum = "a1ed40405c758b52375cfc75aac74f10ff9bb9480569e5cfca42682e2db6c387"
7830dependencies = [7781dependencies = [
7831 "frame-benchmarking",7782 "frame-benchmarking",
7832 "frame-support",7783 "frame-support",
78427793
7843[[package]]7794[[package]]
7844name = "pallet-proxy"7795name = "pallet-proxy"
7845version = "4.0.0-dev"7796version = "25.0.0"
7846source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7797source = "registry+https://github.com/rust-lang/crates.io-index"
7798checksum = "0fbc0b550f5cbbad51f9daf795cc7046d40bbff256dae8d6072fd710ab40fd3a"
7847dependencies = [7799dependencies = [
7848 "frame-benchmarking",7800 "frame-benchmarking",
7849 "frame-support",7801 "frame-support",
78577809
7858[[package]]7810[[package]]
7859name = "pallet-ranked-collective"7811name = "pallet-ranked-collective"
7860version = "4.0.0-dev"7812version = "25.0.0"
7861source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7813source = "registry+https://github.com/rust-lang/crates.io-index"
7814checksum = "8181da7fd6b9adf4f8641c5bcb156cd209e3226eea87ee9f9b1ac41f8e37c714"
7862dependencies = [7815dependencies = [
7863 "frame-benchmarking",7816 "frame-benchmarking",
7864 "frame-support",7817 "frame-support",
78757828
7876[[package]]7829[[package]]
7877name = "pallet-recovery"7830name = "pallet-recovery"
7878version = "4.0.0-dev"7831version = "25.0.0"
7879source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7832source = "registry+https://github.com/rust-lang/crates.io-index"
7833checksum = "889fddd16cfdea09c2ae4dc8e9f67a1ec4b8ac680412cffb772fa572489ec687"
7880dependencies = [7834dependencies = [
7881 "frame-benchmarking",7835 "frame-benchmarking",
7882 "frame-support",7836 "frame-support",
78907844
7891[[package]]7845[[package]]
7892name = "pallet-referenda"7846name = "pallet-referenda"
7893version = "4.0.0-dev"7847version = "25.0.0"
7894source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7848source = "registry+https://github.com/rust-lang/crates.io-index"
7849checksum = "592ff9873af379bf55e835072afd787cd6435204213ac484e86345b026f4ae4e"
7895dependencies = [7850dependencies = [
7896 "assert_matches",7851 "assert_matches",
7897 "frame-benchmarking",7852 "frame-benchmarking",
7927 "up-data-structs",7882 "up-data-structs",
7928]7883]
7929
7930[[package]]
7931name = "pallet-root-testing"
7932version = "1.0.0-dev"
7933source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7934dependencies = [
7935 "frame-support",
7936 "frame-system",
7937 "parity-scale-codec",
7938 "scale-info",
7939 "sp-core",
7940 "sp-io",
7941 "sp-runtime",
7942 "sp-std",
7943]
79447884
7945[[package]]7885[[package]]
7946name = "pallet-scheduler"7886name = "pallet-scheduler"
7947version = "4.0.0-dev"7887version = "26.0.0"
7948source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7888source = "registry+https://github.com/rust-lang/crates.io-index"
7889checksum = "3508a51d359c6640577feead9dc00667f38cec385baad77b636c61ff746ffe24"
7949dependencies = [7890dependencies = [
7950 "docify",7891 "docify",
7951 "frame-benchmarking",7892 "frame-benchmarking",
79627903
7963[[package]]7904[[package]]
7964name = "pallet-session"7905name = "pallet-session"
7965version = "4.0.0-dev"7906version = "25.0.0"
7966source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7907source = "registry+https://github.com/rust-lang/crates.io-index"
7908checksum = "768a6fb5333efc2bd2a3538c1d6ffa4178398660d4e3be89f2eb82d4e9088ae6"
7967dependencies = [7909dependencies = [
7968 "frame-support",7910 "frame-support",
7969 "frame-system",7911 "frame-system",
79847926
7985[[package]]7927[[package]]
7986name = "pallet-session-benchmarking"7928name = "pallet-session-benchmarking"
7987version = "4.0.0-dev"7929version = "25.0.0"
7988source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7930source = "registry+https://github.com/rust-lang/crates.io-index"
7931checksum = "5401cee669394e86a15851ace4ad60ef1b4d656f11ff22c83d8004051279ea59"
7989dependencies = [7932dependencies = [
7990 "frame-benchmarking",7933 "frame-benchmarking",
7991 "frame-support",7934 "frame-support",
80017944
8002[[package]]7945[[package]]
8003name = "pallet-society"7946name = "pallet-society"
8004version = "4.0.0-dev"7947version = "25.0.0"
8005source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7948source = "registry+https://github.com/rust-lang/crates.io-index"
7949checksum = "36959be2c7f810ba6b8ece8cfe2ee515774c1c776f1ed0bebf3b9e8068f6a435"
8006dependencies = [7950dependencies = [
8007 "frame-benchmarking",7951 "frame-benchmarking",
8008 "frame-support",7952 "frame-support",
80197963
8020[[package]]7964[[package]]
8021name = "pallet-staking"7965name = "pallet-staking"
8022version = "4.0.0-dev"7966version = "25.0.0"
8023source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7967source = "registry+https://github.com/rust-lang/crates.io-index"
7968checksum = "bed335abd32d357dd9750dae7fb87b01dfd8fe69faadcb94a6e0e0a43057d923"
8024dependencies = [7969dependencies = [
8025 "frame-benchmarking",7970 "frame-benchmarking",
8026 "frame-election-provider-support",7971 "frame-election-provider-support",
80427987
8043[[package]]7988[[package]]
8044name = "pallet-staking-reward-curve"7989name = "pallet-staking-reward-curve"
8045version = "4.0.0-dev"7990version = "10.0.0"
8046source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"7991source = "registry+https://github.com/rust-lang/crates.io-index"
7992checksum = "df8878e29f3d001ac1b1b714621f462e41a9d1fa8f385657f955e8a1ec0684d7"
8047dependencies = [7993dependencies = [
8048 "proc-macro-crate 1.3.1",7994 "proc-macro-crate 1.3.1",
8049 "proc-macro2",7995 "proc-macro2",
80537999
8054[[package]]8000[[package]]
8055name = "pallet-staking-reward-fn"8001name = "pallet-staking-reward-fn"
8056version = "4.0.0-dev"8002version = "16.0.0"
8057source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8003source = "registry+https://github.com/rust-lang/crates.io-index"
8004checksum = "45b6f832653badb5f70bdfecc1ded64b02b8159b27f18515af03f8b80f1b023b"
8058dependencies = [8005dependencies = [
8059 "log",8006 "log",
8060 "sp-arithmetic",8007 "sp-arithmetic",
8061]8008]
80628009
8063[[package]]8010[[package]]
8064name = "pallet-staking-runtime-api"8011name = "pallet-staking-runtime-api"
8065version = "4.0.0-dev"8012version = "11.0.0"
8066source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8013source = "registry+https://github.com/rust-lang/crates.io-index"
8014checksum = "773c0d24ad4da4b505e47b43e91c8c0af4e835f16104bc770732a4796c174748"
8067dependencies = [8015dependencies = [
8068 "parity-scale-codec",8016 "parity-scale-codec",
8069 "sp-api",8017 "sp-api",
8070]8018]
80718019
8072[[package]]8020[[package]]
8073name = "pallet-state-trie-migration"8021name = "pallet-state-trie-migration"
8074version = "4.0.0-dev"8022version = "26.0.0"
8075source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8023source = "registry+https://github.com/rust-lang/crates.io-index"
8024checksum = "550292d79f281fd1bfbbf2643f10cef3d67068075d46374295f2efe7f7113da0"
8076dependencies = [8025dependencies = [
8077 "frame-benchmarking",8026 "frame-benchmarking",
8078 "frame-support",8027 "frame-support",
81058054
8106[[package]]8055[[package]]
8107name = "pallet-sudo"8056name = "pallet-sudo"
8108version = "4.0.0-dev"8057version = "25.0.0"
8109source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8058source = "registry+https://github.com/rust-lang/crates.io-index"
8059checksum = "fcec9f73ecb8d0439a13043a253a9fd90aa6bf5aece6470194bbfc7f79256d88"
8110dependencies = [8060dependencies = [
8111 "docify",8061 "docify",
8112 "frame-benchmarking",8062 "frame-benchmarking",
8122[[package]]8072[[package]]
8123name = "pallet-template-transaction-payment"8073name = "pallet-template-transaction-payment"
8124version = "3.0.0"8074version = "3.0.0"
8125source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v1.2.0#23769c7b4384a963f2ecef2a0401823ed4353752"8075source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v1.3.0#d1ed0ff6179a17dd9ac347dff5897018241215d4"
8126dependencies = [8076dependencies = [
8127 "frame-benchmarking",8077 "frame-benchmarking",
8128 "frame-support",8078 "frame-support",
81538103
8154[[package]]8104[[package]]
8155name = "pallet-timestamp"8105name = "pallet-timestamp"
8156version = "4.0.0-dev"8106version = "24.0.0"
8157source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8107source = "registry+https://github.com/rust-lang/crates.io-index"
8108checksum = "b25ec8749cf3f481b5e5199be701bac0dea835851b83fc7c455192762711858d"
8158dependencies = [8109dependencies = [
8159 "docify",8110 "docify",
8160 "frame-benchmarking",8111 "frame-benchmarking",
81738124
8174[[package]]8125[[package]]
8175name = "pallet-tips"8126name = "pallet-tips"
8176version = "4.0.0-dev"8127version = "24.0.0"
8177source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8128source = "registry+https://github.com/rust-lang/crates.io-index"
8129checksum = "81b17cf8b964e5533f1f5ac1f087f3f69adfead754cb5dd25abe395ec1e7abc9"
8178dependencies = [8130dependencies = [
8179 "frame-benchmarking",8131 "frame-benchmarking",
8180 "frame-support",8132 "frame-support",
81928144
8193[[package]]8145[[package]]
8194name = "pallet-transaction-payment"8146name = "pallet-transaction-payment"
8195version = "4.0.0-dev"8147version = "25.0.0"
8196source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8148source = "registry+https://github.com/rust-lang/crates.io-index"
8149checksum = "87ef7ceaac786e41613731e3bc48284f1aa3ec260934abda2daed949de6e5ada"
8197dependencies = [8150dependencies = [
8198 "frame-support",8151 "frame-support",
8199 "frame-system",8152 "frame-system",
82088161
8209[[package]]8162[[package]]
8210name = "pallet-transaction-payment-rpc"8163name = "pallet-transaction-payment-rpc"
8211version = "4.0.0-dev"8164version = "27.0.0"
8212source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8165source = "registry+https://github.com/rust-lang/crates.io-index"
8166checksum = "99adb3915b29d04362648a4be9114de3bfe37c431f214b1ef96b71f358950d9d"
8213dependencies = [8167dependencies = [
8214 "jsonrpsee",8168 "jsonrpsee",
8215 "pallet-transaction-payment-rpc-runtime-api",8169 "pallet-transaction-payment-rpc-runtime-api",
82248178
8225[[package]]8179[[package]]
8226name = "pallet-transaction-payment-rpc-runtime-api"8180name = "pallet-transaction-payment-rpc-runtime-api"
8227version = "4.0.0-dev"8181version = "25.0.0"
8228source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8182source = "registry+https://github.com/rust-lang/crates.io-index"
8183checksum = "07d87fdc4028155367c6ea98143054a6c00b38bfd77ec08681e289e429e35505"
8229dependencies = [8184dependencies = [
8230 "pallet-transaction-payment",8185 "pallet-transaction-payment",
8231 "parity-scale-codec",8186 "parity-scale-codec",
82368191
8237[[package]]8192[[package]]
8238name = "pallet-treasury"8193name = "pallet-treasury"
8239version = "4.0.0-dev"8194version = "24.0.0"
8240source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8195source = "registry+https://github.com/rust-lang/crates.io-index"
8196checksum = "8dd462af11574485864023849e0622916b611dbc88111192fb39b1e6d7e666ba"
8241dependencies = [8197dependencies = [
8242 "docify",8198 "docify",
8243 "frame-benchmarking",8199 "frame-benchmarking",
82828238
8283[[package]]8239[[package]]
8284name = "pallet-utility"8240name = "pallet-utility"
8285version = "4.0.0-dev"8241version = "25.0.0"
8286source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8242source = "registry+https://github.com/rust-lang/crates.io-index"
8243checksum = "85a8a6941da32837e4297e0d8abe0a5c94f348a119cccbf27b0f99ee01246c0e"
8287dependencies = [8244dependencies = [
8288 "frame-benchmarking",8245 "frame-benchmarking",
8289 "frame-support",8246 "frame-support",
82988255
8299[[package]]8256[[package]]
8300name = "pallet-vesting"8257name = "pallet-vesting"
8301version = "4.0.0-dev"8258version = "25.0.0"
8302source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8259source = "registry+https://github.com/rust-lang/crates.io-index"
8260checksum = "fd29411ef24eb6a856adf1bc33b37ead4835a25dafb1c4c8c95b13fa5247748f"
8303dependencies = [8261dependencies = [
8304 "frame-benchmarking",8262 "frame-benchmarking",
8305 "frame-support",8263 "frame-support",
83138271
8314[[package]]8272[[package]]
8315name = "pallet-whitelist"8273name = "pallet-whitelist"
8316version = "4.0.0-dev"8274version = "24.0.0"
8317source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8275source = "registry+https://github.com/rust-lang/crates.io-index"
8276checksum = "d37304829099cfec7d17df70cfe11ccf6cb7bd624eab80e8e79e895859454540"
8318dependencies = [8277dependencies = [
8319 "frame-benchmarking",8278 "frame-benchmarking",
8320 "frame-support",8279 "frame-support",
83288287
8329[[package]]8288[[package]]
8330name = "pallet-xcm"8289name = "pallet-xcm"
8331version = "1.0.0"8290version = "4.0.0"
8332source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8291source = "registry+https://github.com/rust-lang/crates.io-index"
8292checksum = "04d5e5404d9dadb39390949aadc2c641c16ce4cb0f47ed7a7ff584ab914c2984"
8333dependencies = [8293dependencies = [
8334 "bounded-collections",8294 "bounded-collections",
8335 "frame-benchmarking",8295 "frame-benchmarking",
83498309
8350[[package]]8310[[package]]
8351name = "pallet-xcm-benchmarks"8311name = "pallet-xcm-benchmarks"
8352version = "1.0.0"8312version = "4.0.0"
8353source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8313source = "registry+https://github.com/rust-lang/crates.io-index"
8314checksum = "e6bfdc94e39541b111db7d2c2a95a18a3c3bb42dd37c20b8705727e617ce00c9"
8354dependencies = [8315dependencies = [
8355 "frame-benchmarking",8316 "frame-benchmarking",
8356 "frame-support",8317 "frame-support",
8500 "crypto-mac 0.11.1",8461 "crypto-mac 0.11.1",
8501]8462]
8463
8464[[package]]
8465name = "pbkdf2"
8466version = "0.11.0"
8467source = "registry+https://github.com/rust-lang/crates.io-index"
8468checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
8469dependencies = [
8470 "digest 0.10.7",
8471]
85028472
8503[[package]]8473[[package]]
8504name = "pbkdf2"8474name = "pbkdf2"
86778647
8678[[package]]8648[[package]]
8679name = "polkadot-approval-distribution"8649name = "polkadot-approval-distribution"
8680version = "1.0.0"8650version = "4.0.0"
8681source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8651source = "registry+https://github.com/rust-lang/crates.io-index"
8652checksum = "aafcdaca311b3f8ea463548cc2f62289a2689d3198ea8cba2d100fab378fff3c"
8682dependencies = [8653dependencies = [
8683 "futures",8654 "futures",
8684 "futures-timer",8655 "futures-timer",
86958666
8696[[package]]8667[[package]]
8697name = "polkadot-availability-bitfield-distribution"8668name = "polkadot-availability-bitfield-distribution"
8698version = "1.0.0"8669version = "4.0.0"
8699source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8670source = "registry+https://github.com/rust-lang/crates.io-index"
8671checksum = "316fa25f773ac3f470578d2dc2ff73cefc2a01c9ea0a9a00767529184701792c"
8700dependencies = [8672dependencies = [
8701 "always-assert",8673 "always-assert",
8702 "futures",8674 "futures",
87118683
8712[[package]]8684[[package]]
8713name = "polkadot-availability-distribution"8685name = "polkadot-availability-distribution"
8714version = "1.0.0"8686version = "4.0.0"
8715source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8687source = "registry+https://github.com/rust-lang/crates.io-index"
8688checksum = "118ed63ece1ec1ccf240ab44d932a932ae778ece57a6fba34953b7c0b436f6b1"
8716dependencies = [8689dependencies = [
8717 "derive_more",8690 "derive_more",
8718 "fatality",8691 "fatality",
87348707
8735[[package]]8708[[package]]
8736name = "polkadot-availability-recovery"8709name = "polkadot-availability-recovery"
8737version = "1.0.0"8710version = "4.0.0"
8738source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8711source = "registry+https://github.com/rust-lang/crates.io-index"
8712checksum = "13245b9f37a4d409c47cf46f74d2601df82f1bf12678b1a792ad1aa5effebd13"
8739dependencies = [8713dependencies = [
8740 "async-trait",8714 "async-trait",
8741 "fatality",8715 "fatality",
87568730
8757[[package]]8731[[package]]
8758name = "polkadot-cli"8732name = "polkadot-cli"
8759version = "1.1.0"8733version = "4.0.0"
8760source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8734source = "registry+https://github.com/rust-lang/crates.io-index"
8735checksum = "dd0d87ec2b375e4f353d9fc22fa8d405578e44f1f12a7ff74936a3997f69d62f"
8761dependencies = [8736dependencies = [
8762 "clap",8737 "clap",
8763 "frame-benchmarking-cli",8738 "frame-benchmarking-cli",
87838758
8784[[package]]8759[[package]]
8785name = "polkadot-collator-protocol"8760name = "polkadot-collator-protocol"
8786version = "1.0.0"8761version = "4.0.0"
8787source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8762source = "registry+https://github.com/rust-lang/crates.io-index"
8763checksum = "1f5ed0e739de576e41203ba99b9da1347998174a84fb5ea825f1a8e30e1dff88"
8788dependencies = [8764dependencies = [
8789 "bitvec",8765 "bitvec",
8790 "fatality",8766 "fatality",
88058781
8806[[package]]8782[[package]]
8807name = "polkadot-core-primitives"8783name = "polkadot-core-primitives"
8808version = "1.0.0"8784version = "4.0.0"
8809source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8785source = "registry+https://github.com/rust-lang/crates.io-index"
8786checksum = "b08d1d6ca24e1b13f8069e015cfab794344212dd7436aadd61de8086a82664ef"
8810dependencies = [8787dependencies = [
8811 "parity-scale-codec",8788 "parity-scale-codec",
8812 "scale-info",8789 "scale-info",
88178794
8818[[package]]8795[[package]]
8819name = "polkadot-dispute-distribution"8796name = "polkadot-dispute-distribution"
8820version = "1.0.0"8797version = "4.0.0"
8821source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8798source = "registry+https://github.com/rust-lang/crates.io-index"
8799checksum = "ffa05fec2897e38a2ec42df5f84110fbb170dbe549d5d1e454f635b141cb2aca"
8822dependencies = [8800dependencies = [
8823 "derive_more",8801 "derive_more",
8824 "fatality",8802 "fatality",
88428820
8843[[package]]8821[[package]]
8844name = "polkadot-erasure-coding"8822name = "polkadot-erasure-coding"
8845version = "1.0.0"8823version = "4.0.0"
8846source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8824source = "registry+https://github.com/rust-lang/crates.io-index"
8825checksum = "9714c537368095f1bc2e70c45fb8ae3347c19b344f8d5b4722cc781690a74924"
8847dependencies = [8826dependencies = [
8848 "parity-scale-codec",8827 "parity-scale-codec",
8849 "polkadot-node-primitives",8828 "polkadot-node-primitives",
88568835
8857[[package]]8836[[package]]
8858name = "polkadot-gossip-support"8837name = "polkadot-gossip-support"
8859version = "1.0.0"8838version = "4.0.0"
8860source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8839source = "registry+https://github.com/rust-lang/crates.io-index"
8840checksum = "9acc782f4c0efb0809cc325a49b50c498255a973dfc665e940043af20936d525"
8861dependencies = [8841dependencies = [
8862 "futures",8842 "futures",
8863 "futures-timer",8843 "futures-timer",
88778857
8878[[package]]8858[[package]]
8879name = "polkadot-network-bridge"8859name = "polkadot-network-bridge"
8880version = "1.0.0"8860version = "4.0.0"
8881source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8861source = "registry+https://github.com/rust-lang/crates.io-index"
8862checksum = "bf7355e7f9cac8e5fe4899796e92aea2ea94678854dc44e21890a33d4c6c6ec3"
8882dependencies = [8863dependencies = [
8883 "always-assert",8864 "always-assert",
8884 "async-trait",8865 "async-trait",
89008881
8901[[package]]8882[[package]]
8902name = "polkadot-node-collation-generation"8883name = "polkadot-node-collation-generation"
8903version = "1.0.0"8884version = "4.0.0"
8904source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8885source = "registry+https://github.com/rust-lang/crates.io-index"
8886checksum = "9bed91a561c9edfc5bd1d8e432cec8cecde63aaf12131cc19881d67e39be0fce"
8905dependencies = [8887dependencies = [
8906 "futures",8888 "futures",
8907 "parity-scale-codec",8889 "parity-scale-codec",
89188900
8919[[package]]8901[[package]]
8920name = "polkadot-node-core-approval-voting"8902name = "polkadot-node-core-approval-voting"
8921version = "1.0.0"8903version = "4.0.0"
8922source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8904source = "registry+https://github.com/rust-lang/crates.io-index"
8905checksum = "976e5fcd0c10fbe37d120a9e4702324585e529498c56d03fd7b529f17644fe34"
8923dependencies = [8906dependencies = [
8924 "bitvec",8907 "bitvec",
8925 "derive_more",8908 "derive_more",
89478930
8948[[package]]8931[[package]]
8949name = "polkadot-node-core-av-store"8932name = "polkadot-node-core-av-store"
8950version = "1.0.0"8933version = "4.0.0"
8951source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8934source = "registry+https://github.com/rust-lang/crates.io-index"
8935checksum = "d9d1018400db515cec0748e4c83d6010601d1784350dfd465386a7ee47699cd3"
8952dependencies = [8936dependencies = [
8953 "bitvec",8937 "bitvec",
8954 "futures",8938 "futures",
89698953
8970[[package]]8954[[package]]
8971name = "polkadot-node-core-backing"8955name = "polkadot-node-core-backing"
8972version = "1.0.0"8956version = "4.0.0"
8973source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8957source = "registry+https://github.com/rust-lang/crates.io-index"
8958checksum = "051940f4f7214dcc370077ead642052cda2c7316641ea9ff1f05624be2a272d2"
8974dependencies = [8959dependencies = [
8975 "bitvec",8960 "bitvec",
8976 "fatality",8961 "fatality",
89888973
8989[[package]]8974[[package]]
8990name = "polkadot-node-core-bitfield-signing"8975name = "polkadot-node-core-bitfield-signing"
8991version = "1.0.0"8976version = "4.0.0"
8992source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8977source = "registry+https://github.com/rust-lang/crates.io-index"
8978checksum = "77cea47f010914b5e52f2f1eb96c058cb117045c5864c733236e7b24ea103d22"
8993dependencies = [8979dependencies = [
8994 "futures",8980 "futures",
8995 "polkadot-node-subsystem",8981 "polkadot-node-subsystem",
90038989
9004[[package]]8990[[package]]
9005name = "polkadot-node-core-candidate-validation"8991name = "polkadot-node-core-candidate-validation"
9006version = "1.0.0"8992version = "4.0.0"
9007source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"8993source = "registry+https://github.com/rust-lang/crates.io-index"
8994checksum = "fbb2306632d1ee08cc2f4d5945b4ec795fd79ce801ae03e79961c18877220ed2"
9008dependencies = [8995dependencies = [
9009 "async-trait",8996 "async-trait",
9010 "futures",8997 "futures",
90249011
9025[[package]]9012[[package]]
9026name = "polkadot-node-core-chain-api"9013name = "polkadot-node-core-chain-api"
9027version = "1.0.0"9014version = "4.0.0"
9028source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9015source = "registry+https://github.com/rust-lang/crates.io-index"
9016checksum = "712e8787fcec6e036d21421adf3db0295c142a878c482e0aba2e5aefcf050f10"
9029dependencies = [9017dependencies = [
9030 "futures",9018 "futures",
9031 "polkadot-node-metrics",9019 "polkadot-node-metrics",
90399027
9040[[package]]9028[[package]]
9041name = "polkadot-node-core-chain-selection"9029name = "polkadot-node-core-chain-selection"
9042version = "1.0.0"9030version = "4.0.0"
9043source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9031source = "registry+https://github.com/rust-lang/crates.io-index"
9032checksum = "8028469b10f5f1fa10ea9b08cb09bb53bcb55a25298e4154928d3aaf7d5d066a"
9044dependencies = [9033dependencies = [
9045 "futures",9034 "futures",
9046 "futures-timer",9035 "futures-timer",
90569045
9057[[package]]9046[[package]]
9058name = "polkadot-node-core-dispute-coordinator"9047name = "polkadot-node-core-dispute-coordinator"
9059version = "1.0.0"9048version = "4.0.0"
9060source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9049source = "registry+https://github.com/rust-lang/crates.io-index"
9050checksum = "662387f0e7b23596326754796fbb6f52e32c3deb0c11f9ff341e23a0a7139608"
9061dependencies = [9051dependencies = [
9062 "fatality",9052 "fatality",
9063 "futures",9053 "futures",
90759065
9076[[package]]9066[[package]]
9077name = "polkadot-node-core-parachains-inherent"9067name = "polkadot-node-core-parachains-inherent"
9078version = "1.0.0"9068version = "4.0.0"
9079source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9069source = "registry+https://github.com/rust-lang/crates.io-index"
9070checksum = "ec0f57ce13de845fe1441fa3ab3405dcb142d3dc0ea985c4e28efa35b97d07d0"
9080dependencies = [9071dependencies = [
9081 "async-trait",9072 "async-trait",
9082 "futures",9073 "futures",
90929083
9093[[package]]9084[[package]]
9094name = "polkadot-node-core-prospective-parachains"9085name = "polkadot-node-core-prospective-parachains"
9095version = "1.0.0"9086version = "3.0.0"
9096source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9087source = "registry+https://github.com/rust-lang/crates.io-index"
9088checksum = "5a010a14312c5c5eec800397cc60cce10131d4a29cedf563ee639fc7b9b27ba1"
9097dependencies = [9089dependencies = [
9098 "bitvec",9090 "bitvec",
9099 "fatality",9091 "fatality",
91099101
9110[[package]]9102[[package]]
9111name = "polkadot-node-core-provisioner"9103name = "polkadot-node-core-provisioner"
9112version = "1.0.0"9104version = "4.0.0"
9113source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9105source = "registry+https://github.com/rust-lang/crates.io-index"
9106checksum = "d8a67ac3aa0a0e89ff20d5eb761fca78c124848a2627e35343e824d78cc9fe91"
9114dependencies = [9107dependencies = [
9115 "bitvec",9108 "bitvec",
9116 "fatality",9109 "fatality",
91269119
9127[[package]]9120[[package]]
9128name = "polkadot-node-core-pvf"9121name = "polkadot-node-core-pvf"
9129version = "1.0.0"9122version = "4.0.0"
9130source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9123source = "registry+https://github.com/rust-lang/crates.io-index"
9124checksum = "6f58224dbfbd773947ff3fccc3318bda11909e8a0f7c36f7f1234c0c1f25a62a"
9131dependencies = [9125dependencies = [
9132 "always-assert",9126 "always-assert",
9133 "cfg-if",9127 "cfg-if",
91559149
9156[[package]]9150[[package]]
9157name = "polkadot-node-core-pvf-checker"9151name = "polkadot-node-core-pvf-checker"
9158version = "1.0.0"9152version = "4.0.0"
9159source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9153source = "registry+https://github.com/rust-lang/crates.io-index"
9154checksum = "7abe14484e66b365748bd4b2988cc2c68e03146bc399bdf8139f9eb5cf6c6cf0"
9160dependencies = [9155dependencies = [
9161 "futures",9156 "futures",
9162 "polkadot-node-primitives",9157 "polkadot-node-primitives",
91719166
9172[[package]]9167[[package]]
9173name = "polkadot-node-core-pvf-common"9168name = "polkadot-node-core-pvf-common"
9174version = "1.0.0"9169version = "4.0.0"
9175source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9170source = "registry+https://github.com/rust-lang/crates.io-index"
9171checksum = "94004d011a260b8efdf6ddf80ac815ba6ede84bb46e32d588161c1d860c5a65d"
9176dependencies = [9172dependencies = [
9177 "cfg-if",9173 "cfg-if",
9178 "cpu-time",9174 "cpu-time",
9185 "sc-executor",9181 "sc-executor",
9186 "sc-executor-common",9182 "sc-executor-common",
9187 "sc-executor-wasmtime",9183 "sc-executor-wasmtime",
9188 "seccompiler",
9189 "sp-core",9184 "sp-core",
9190 "sp-externalities",9185 "sp-externalities",
9191 "sp-io",9186 "sp-io",
9192 "sp-tracing",9187 "sp-tracing",
9193 "thiserror",9188 "tokio",
9194 "tracing-gum",9189 "tracing-gum",
9195]9190]
91969191
9197[[package]]9192[[package]]
9198name = "polkadot-node-core-runtime-api"9193name = "polkadot-node-core-runtime-api"
9199version = "1.0.0"9194version = "4.0.0"
9200source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9195source = "registry+https://github.com/rust-lang/crates.io-index"
9196checksum = "dccc7a95fea3562bd3a47f22c0e4ddcb755114dc0477f3173db8d5ebf0d84f50"
9201dependencies = [9197dependencies = [
9202 "futures",9198 "futures",
9203 "polkadot-node-metrics",9199 "polkadot-node-metrics",
92119207
9212[[package]]9208[[package]]
9213name = "polkadot-node-jaeger"9209name = "polkadot-node-jaeger"
9214version = "1.0.0"9210version = "4.0.0"
9215source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9211source = "registry+https://github.com/rust-lang/crates.io-index"
9212checksum = "2cfe6d4769181dce55b1b8fc53f0bd85bb4aa20473702fbce95a94abafa19379"
9216dependencies = [9213dependencies = [
9217 "lazy_static",9214 "lazy_static",
9218 "log",9215 "log",
92299226
9230[[package]]9227[[package]]
9231name = "polkadot-node-metrics"9228name = "polkadot-node-metrics"
9232version = "1.0.0"9229version = "4.0.0"
9233source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9230source = "registry+https://github.com/rust-lang/crates.io-index"
9231checksum = "c51a586fc3ef87c685588a650c18882b4cf069d8adc0d7d9bd2670749cb4e82b"
9234dependencies = [9232dependencies = [
9235 "bs58 0.5.0",9233 "bs58 0.5.0",
9236 "futures",9234 "futures",
92489246
9249[[package]]9247[[package]]
9250name = "polkadot-node-network-protocol"9248name = "polkadot-node-network-protocol"
9251version = "1.0.0"9249version = "4.0.0"
9252source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9250source = "registry+https://github.com/rust-lang/crates.io-index"
9251checksum = "f6de513655bf71400299cda1ccaebfa612fd3965e7ce5a9120b4ff37bfc80931"
9253dependencies = [9252dependencies = [
9254 "async-channel",9253 "async-channel",
9255 "async-trait",9254 "async-trait",
92729271
9273[[package]]9272[[package]]
9274name = "polkadot-node-primitives"9273name = "polkadot-node-primitives"
9275version = "1.0.0"9274version = "4.0.0"
9276source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9275source = "registry+https://github.com/rust-lang/crates.io-index"
9276checksum = "3e82ee5edac871310bd1ce16a035ad2fc901d6ddd69ea0bbabc7f0a70a02770a"
9277dependencies = [9277dependencies = [
9278 "bounded-vec",9278 "bounded-vec",
9279 "futures",9279 "futures",
92949294
9295[[package]]9295[[package]]
9296name = "polkadot-node-subsystem"9296name = "polkadot-node-subsystem"
9297version = "1.0.0"9297version = "4.0.0"
9298source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9298source = "registry+https://github.com/rust-lang/crates.io-index"
9299checksum = "0e89d3f964ebd57275c2fff4d3cc755d210698fedeac1a0a238c0eb31534c96d"
9299dependencies = [9300dependencies = [
9300 "polkadot-node-jaeger",9301 "polkadot-node-jaeger",
9301 "polkadot-node-subsystem-types",9302 "polkadot-node-subsystem-types",
93049305
9305[[package]]9306[[package]]
9306name = "polkadot-node-subsystem-types"9307name = "polkadot-node-subsystem-types"
9307version = "1.0.0"9308version = "4.0.0"
9308source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9309source = "registry+https://github.com/rust-lang/crates.io-index"
9310checksum = "8e1013b3bac6e9b76bbd71433c3eba36b5c0fa9306bfc473ec02e3a104e156d2"
9309dependencies = [9311dependencies = [
9310 "async-trait",9312 "async-trait",
9311 "derive_more",9313 "derive_more",
93299331
9330[[package]]9332[[package]]
9331name = "polkadot-node-subsystem-util"9333name = "polkadot-node-subsystem-util"
9332version = "1.0.0"9334version = "4.0.0"
9333source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9335source = "registry+https://github.com/rust-lang/crates.io-index"
9336checksum = "8134075bfee921305ff229412e9282a3351215bf049c6a403197cc795f919941"
9334dependencies = [9337dependencies = [
9335 "async-trait",9338 "async-trait",
9336 "derive_more",9339 "derive_more",
93649367
9365[[package]]9368[[package]]
9366name = "polkadot-overseer"9369name = "polkadot-overseer"
9367version = "1.0.0"9370version = "4.0.0"
9368source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9371source = "registry+https://github.com/rust-lang/crates.io-index"
9372checksum = "e2f547e981cbd72357ba30952193844d30de5063e9d304c117c9b941f12b5f84"
9369dependencies = [9373dependencies = [
9370 "async-trait",9374 "async-trait",
9371 "futures",9375 "futures",
93869390
9387[[package]]9391[[package]]
9388name = "polkadot-parachain-primitives"9392name = "polkadot-parachain-primitives"
9389version = "1.0.0"9393version = "3.0.0"
9390source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9394source = "registry+https://github.com/rust-lang/crates.io-index"
9395checksum = "42265630c0c48e25d7ee5a9f4bdcafd003be65c0a44deeb6541620ca169fa519"
9391dependencies = [9396dependencies = [
9392 "bounded-collections",9397 "bounded-collections",
9393 "derive_more",9398 "derive_more",
9399 "frame-support",
9394 "parity-scale-codec",9400 "parity-scale-codec",
9395 "polkadot-core-primitives",9401 "polkadot-core-primitives",
9396 "scale-info",9402 "scale-info",
9397 "serde",9403 "serde",
9398 "sp-core",9404 "sp-core",
9399 "sp-runtime",9405 "sp-runtime",
9400 "sp-std",9406 "sp-std",
9401 "sp-weights",
9402]9407]
94039408
9404[[package]]9409[[package]]
9405name = "polkadot-primitives"9410name = "polkadot-primitives"
9406version = "1.0.0"9411version = "4.0.0"
9407source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9412source = "registry+https://github.com/rust-lang/crates.io-index"
9413checksum = "ee4508ff6b035edc08c54bb61238500179963f6f1eb8266dce6a5625509124bc"
9408dependencies = [9414dependencies = [
9409 "bitvec",9415 "bitvec",
9410 "hex-literal",9416 "hex-literal",
94299435
9430[[package]]9436[[package]]
9431name = "polkadot-rpc"9437name = "polkadot-rpc"
9432version = "1.0.0"9438version = "4.0.0"
9433source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9439source = "registry+https://github.com/rust-lang/crates.io-index"
9440checksum = "ce0432643ea2e4923db1f0ba6c82305c53725e18c857e911c4d979e4f7aafae5"
9434dependencies = [9441dependencies = [
9435 "jsonrpsee",9442 "jsonrpsee",
9436 "mmr-rpc",9443 "mmr-rpc",
94619468
9462[[package]]9469[[package]]
9463name = "polkadot-runtime-common"9470name = "polkadot-runtime-common"
9464version = "1.0.0"9471version = "4.0.0"
9465source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9472source = "registry+https://github.com/rust-lang/crates.io-index"
9473checksum = "a788f8ed8b33262c33f72d78e3416c5991e40d333178ae43000a92181ee44bca"
9466dependencies = [9474dependencies = [
9467 "bitvec",9475 "bitvec",
9468 "frame-benchmarking",9476 "frame-benchmarking",
95119519
9512[[package]]9520[[package]]
9513name = "polkadot-runtime-metrics"9521name = "polkadot-runtime-metrics"
9514version = "1.0.0"9522version = "4.0.0"
9515source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9523source = "registry+https://github.com/rust-lang/crates.io-index"
9524checksum = "bfe45b01d9d621174c9c0eef0871aeead5986393838206fe58df3ae414bcb8d2"
9516dependencies = [9525dependencies = [
9517 "bs58 0.5.0",9526 "bs58 0.5.0",
9518 "frame-benchmarking",9527 "frame-benchmarking",
95249533
9525[[package]]9534[[package]]
9526name = "polkadot-runtime-parachains"9535name = "polkadot-runtime-parachains"
9527version = "1.0.0"9536version = "4.0.0"
9528source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9537source = "registry+https://github.com/rust-lang/crates.io-index"
9538checksum = "936dbae8a7a88dba07da726d779126716e05364d8475ced1c313f32755050a02"
9529dependencies = [9539dependencies = [
9530 "bitflags 1.3.2",9540 "bitflags 1.3.2",
9531 "bitvec",9541 "bitvec",
95719581
9572[[package]]9582[[package]]
9573name = "polkadot-service"9583name = "polkadot-service"
9574version = "1.0.0"9584version = "4.0.0"
9575source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9585source = "registry+https://github.com/rust-lang/crates.io-index"
9586checksum = "afc65d44c4dd6a8be74194dcac66552dd4e79ee0bcc287349721925e8238177a"
9576dependencies = [9587dependencies = [
9577 "async-trait",9588 "async-trait",
9578 "frame-benchmarking",9589 "frame-benchmarking",
96879698
9688[[package]]9699[[package]]
9689name = "polkadot-statement-distribution"9700name = "polkadot-statement-distribution"
9690version = "1.0.0"9701version = "4.0.0"
9691source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9702source = "registry+https://github.com/rust-lang/crates.io-index"
9703checksum = "f6992cb6e2ba744752f9f403cb5e0f70ac5431f39f9ea859a3978f22c79799cb"
9692dependencies = [9704dependencies = [
9693 "arrayvec 0.7.4",9705 "arrayvec 0.7.4",
9694 "bitvec",9706 "bitvec",
97119723
9712[[package]]9724[[package]]
9713name = "polkadot-statement-table"9725name = "polkadot-statement-table"
9714version = "1.0.0"9726version = "4.0.0"
9715source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"9727source = "registry+https://github.com/rust-lang/crates.io-index"
9728checksum = "22b2a11cb8871f7e30a8f5e455c92d19a186065644ee00f9acda550ff89dacce"
9716dependencies = [9729dependencies = [
9717 "parity-scale-codec",9730 "parity-scale-codec",
9718 "polkadot-primitives",9731 "polkadot-primitives",
10548 "subtle 2.4.1",10561 "subtle 2.4.1",
10549]10562]
10550
10551[[package]]
10552name = "ring"
10553version = "0.1.0"
10554source = "git+https://github.com/w3f/ring-proof#edd1e90b847e560bf60fc2e8712235ccfa11a9a9"
10555dependencies = [
10556 "ark-ec",
10557 "ark-ff",
10558 "ark-poly",
10559 "ark-serialize",
10560 "ark-std",
10561 "blake2 0.10.6",
10562 "common",
10563 "fflonk",
10564 "merlin 3.0.0",
10565]
1056610563
10567[[package]]10564[[package]]
10568name = "ring"10565name = "ring"
1063610633
10637[[package]]10634[[package]]
10638name = "rococo-runtime"10635name = "rococo-runtime"
10639version = "1.0.0"10636version = "4.0.0"
10640source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"10637source = "registry+https://github.com/rust-lang/crates.io-index"
10638checksum = "4198843a4ec01f56b58ee26e15df123593da562a07b838c66c4e519dbfc1922d"
10641dependencies = [10639dependencies = [
10642 "binary-merkle-tree",10640 "binary-merkle-tree",
10643 "frame-benchmarking",10641 "frame-benchmarking",
10663 "pallet-democracy",10661 "pallet-democracy",
10664 "pallet-elections-phragmen",10662 "pallet-elections-phragmen",
10665 "pallet-grandpa",10663 "pallet-grandpa",
10666 "pallet-identity 4.0.0-dev (git+https://github.com//paritytech/polkadot-sdk?branch=master)",10664 "pallet-identity 25.0.0",
10667 "pallet-im-online",10665 "pallet-im-online",
10668 "pallet-indices",10666 "pallet-indices",
10669 "pallet-membership",10667 "pallet-membership",
10677 "pallet-ranked-collective",10675 "pallet-ranked-collective",
10678 "pallet-recovery",10676 "pallet-recovery",
10679 "pallet-referenda",10677 "pallet-referenda",
10680 "pallet-root-testing",
10681 "pallet-scheduler",10678 "pallet-scheduler",
10682 "pallet-session",10679 "pallet-session",
10683 "pallet-society",10680 "pallet-society",
1073210729
10733[[package]]10730[[package]]
10734name = "rococo-runtime-constants"10731name = "rococo-runtime-constants"
10735version = "1.0.0"10732version = "4.0.0"
10736source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"10733source = "registry+https://github.com/rust-lang/crates.io-index"
10734checksum = "272eaa4f1b4b5357d89d1f8f504cb5ee81a105bf7e5c295f053c6e521f2a199b"
10737dependencies = [10735dependencies = [
10738 "frame-support",10736 "frame-support",
10739 "polkadot-primitives",10737 "polkadot-primitives",
1100511003
11006[[package]]11004[[package]]
11007name = "sc-allocator"11005name = "sc-allocator"
11008version = "4.1.0-dev"11006version = "20.0.0"
11009source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11007source = "registry+https://github.com/rust-lang/crates.io-index"
11008checksum = "66b4c5976a9cff7fcf24c946276a62ea7837862b6f3bf9f8011f08faf4f08474"
11010dependencies = [11009dependencies = [
11011 "log",11010 "log",
11012 "sp-core",11011 "sp-core",
1101611015
11017[[package]]11016[[package]]
11018name = "sc-authority-discovery"11017name = "sc-authority-discovery"
11019version = "0.10.0-dev"11018version = "0.31.0"
11020source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11019source = "registry+https://github.com/rust-lang/crates.io-index"
11020checksum = "fb7e0e8a4ea5304b65d49c0085a458ed2e43394f95457689875d3e0c6e118dee"
11021dependencies = [11021dependencies = [
11022 "async-trait",11022 "async-trait",
11023 "futures",11023 "futures",
1104411044
11045[[package]]11045[[package]]
11046name = "sc-basic-authorship"11046name = "sc-basic-authorship"
11047version = "0.10.0-dev"11047version = "0.31.0"
11048source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11048source = "registry+https://github.com/rust-lang/crates.io-index"
11049checksum = "b0aa6c85e3e0b5af9cab7078166d8c4575b7b9edac0ade6be1aadee828420104"
11049dependencies = [11050dependencies = [
11050 "futures",11051 "futures",
11051 "futures-timer",11052 "futures-timer",
1106711068
11068[[package]]11069[[package]]
11069name = "sc-block-builder"11070name = "sc-block-builder"
11070version = "0.10.0-dev"11071version = "0.30.0"
11071source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11072source = "registry+https://github.com/rust-lang/crates.io-index"
11073checksum = "9d3999b9b758c09a6c1155e481b683ee87712f071cc5a0679f9ee4906a14a404"
11072dependencies = [11074dependencies = [
11073 "parity-scale-codec",11075 "parity-scale-codec",
11074 "sc-client-api",11076 "sc-client-api",
1108211084
11083[[package]]11085[[package]]
11084name = "sc-chain-spec"11086name = "sc-chain-spec"
11085version = "4.0.0-dev"11087version = "24.0.0"
11086source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11088source = "registry+https://github.com/rust-lang/crates.io-index"
11089checksum = "ec7e711ea9870d3fb8e2a3ea5b601a9e20c63d0d2f457f40146407721e246a77"
11087dependencies = [11090dependencies = [
11088 "memmap2",11091 "memmap2",
11089 "sc-chain-spec-derive",11092 "sc-chain-spec-derive",
1110111104
11102[[package]]11105[[package]]
11103name = "sc-chain-spec-derive"11106name = "sc-chain-spec-derive"
11104version = "4.0.0-dev"11107version = "10.0.0"
11105source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11108source = "registry+https://github.com/rust-lang/crates.io-index"
11109checksum = "1f25158f791eb48715da9322375598b541cadd1f193674e8a4d77c79ffa3d95d"
11106dependencies = [11110dependencies = [
11107 "proc-macro-crate 1.3.1",11111 "proc-macro-crate 1.3.1",
11108 "proc-macro2",11112 "proc-macro2",
1111211116
11113[[package]]11117[[package]]
11114name = "sc-cli"11118name = "sc-cli"
11115version = "0.10.0-dev"11119version = "0.33.0"
11116source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11120source = "registry+https://github.com/rust-lang/crates.io-index"
11121checksum = "22c61058223f80c1f961b03f7737529609a3283eef91129e971a1966101c18ea"
11117dependencies = [11122dependencies = [
11118 "array-bytes 6.1.0",11123 "array-bytes 6.1.0",
11119 "bip39",
11120 "chrono",11124 "chrono",
11121 "clap",11125 "clap",
11122 "fdlimit",11126 "fdlimit",
11123 "futures",11127 "futures",
11124 "itertools 0.10.5",
11125 "libp2p-identity",11128 "libp2p-identity",
11126 "log",11129 "log",
11127 "names",11130 "names",
11148 "sp-runtime",11151 "sp-runtime",
11149 "sp-version",11152 "sp-version",
11150 "thiserror",11153 "thiserror",
11154 "tiny-bip39",
11151 "tokio",11155 "tokio",
11152]11156]
1115311157
11154[[package]]11158[[package]]
11155name = "sc-client-api"11159name = "sc-client-api"
11156version = "4.0.0-dev"11160version = "25.0.0"
11157source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11161source = "registry+https://github.com/rust-lang/crates.io-index"
11162checksum = "c7d32101f415f4d7ddbe8b5de1c1387a78d6dce070e26407ec605fe9f3fc9e23"
11158dependencies = [11163dependencies = [
11159 "fnv",11164 "fnv",
11160 "futures",11165 "futures",
1118011185
11181[[package]]11186[[package]]
11182name = "sc-client-db"11187name = "sc-client-db"
11183version = "0.10.0-dev"11188version = "0.32.0"
11184source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11189source = "registry+https://github.com/rust-lang/crates.io-index"
11190checksum = "d4ced79f609a44782874d856cf39d256838957195ef34f4fb8ced90bf4b725d0"
11185dependencies = [11191dependencies = [
11186 "hash-db 0.16.0",11192 "hash-db 0.16.0",
11187 "kvdb",11193 "kvdb",
1120611212
11207[[package]]11213[[package]]
11208name = "sc-consensus"11214name = "sc-consensus"
11209version = "0.10.0-dev"11215version = "0.30.0"
11210source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11216source = "registry+https://github.com/rust-lang/crates.io-index"
11217checksum = "86e4100cc8fb3876708e1ec5a7c63af3baa75febd5051beb9ddd1e4835fdfc27"
11211dependencies = [11218dependencies = [
11212 "async-trait",11219 "async-trait",
11213 "futures",11220 "futures",
1123111238
11232[[package]]11239[[package]]
11233name = "sc-consensus-aura"11240name = "sc-consensus-aura"
11234version = "0.10.0-dev"11241version = "0.31.0"
11235source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11242source = "registry+https://github.com/rust-lang/crates.io-index"
11243checksum = "5e3e282836a7deeeb71d965a0942828f81ae2b03fd67515b733d5f33dd5da855"
11236dependencies = [11244dependencies = [
11237 "async-trait",11245 "async-trait",
11238 "futures",11246 "futures",
1126011268
11261[[package]]11269[[package]]
11262name = "sc-consensus-babe"11270name = "sc-consensus-babe"
11263version = "0.10.0-dev"11271version = "0.31.0"
11264source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11272source = "registry+https://github.com/rust-lang/crates.io-index"
11273checksum = "9a48ef5eaf7bffc647dfdfd42c7c02a929d89410b065beeb80753fd94f5fe70d"
11265dependencies = [11274dependencies = [
11266 "async-trait",11275 "async-trait",
11267 "fork-tree",11276 "fork-tree",
1129511304
11296[[package]]11305[[package]]
11297name = "sc-consensus-babe-rpc"11306name = "sc-consensus-babe-rpc"
11298version = "0.10.0-dev"11307version = "0.31.0"
11299source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11308source = "registry+https://github.com/rust-lang/crates.io-index"
11309checksum = "4a78a543d8d2e8d9a6a8b60f16ac12e6fbeffbc2322ef8fa139f733ce53ccaa8"
11300dependencies = [11310dependencies = [
11301 "futures",11311 "futures",
11302 "jsonrpsee",11312 "jsonrpsee",
1131711327
11318[[package]]11328[[package]]
11319name = "sc-consensus-beefy"11329name = "sc-consensus-beefy"
11320version = "4.0.0-dev"11330version = "10.0.0"
11321source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11331source = "registry+https://github.com/rust-lang/crates.io-index"
11332checksum = "a3709a96723feaeb7a7ca0d3f7995d084029f8effeeb09d45975a8aa3ba1a63b"
11322dependencies = [11333dependencies = [
11323 "array-bytes 6.1.0",11334 "array-bytes 6.1.0",
11324 "async-channel",11335 "async-channel",
1135111362
11352[[package]]11363[[package]]
11353name = "sc-consensus-beefy-rpc"11364name = "sc-consensus-beefy-rpc"
11354version = "4.0.0-dev"11365version = "10.0.0"
11355source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11366source = "registry+https://github.com/rust-lang/crates.io-index"
11367checksum = "c1699fe1791dd985a5dd6075c84136027eb3e2ccff46d3e5273fdbd5b246f763"
11356dependencies = [11368dependencies = [
11357 "futures",11369 "futures",
11358 "jsonrpsee",11370 "jsonrpsee",
1137011382
11371[[package]]11383[[package]]
11372name = "sc-consensus-epochs"11384name = "sc-consensus-epochs"
11373version = "0.10.0-dev"11385version = "0.30.0"
11374source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11386source = "registry+https://github.com/rust-lang/crates.io-index"
11387checksum = "5eafc0534bb118f614fc50fe066e423dbecfedf816cd9c43e0b492e30c1782c8"
11375dependencies = [11388dependencies = [
11376 "fork-tree",11389 "fork-tree",
11377 "parity-scale-codec",11390 "parity-scale-codec",
1138311396
11384[[package]]11397[[package]]
11385name = "sc-consensus-grandpa"11398name = "sc-consensus-grandpa"
11386version = "0.10.0-dev"11399version = "0.16.0"
11387source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11400source = "registry+https://github.com/rust-lang/crates.io-index"
11401checksum = "30cbc5db21ea2c4ba65b23315e73e69e8155630fb47c84b93d40b0e759c9d86d"
11388dependencies = [11402dependencies = [
11389 "ahash 0.8.6",11403 "ahash 0.8.6",
11390 "array-bytes 6.1.0",11404 "array-bytes 6.1.0",
1142411438
11425[[package]]11439[[package]]
11426name = "sc-consensus-grandpa-rpc"11440name = "sc-consensus-grandpa-rpc"
11427version = "0.10.0-dev"11441version = "0.16.0"
11428source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11442source = "registry+https://github.com/rust-lang/crates.io-index"
11443checksum = "a3c545dac29d5dd002170e063ca0725be95ef653be135d251f91dbe053f63173"
11429dependencies = [11444dependencies = [
11430 "finality-grandpa",11445 "finality-grandpa",
11431 "futures",11446 "futures",
1144411459
11445[[package]]11460[[package]]
11446name = "sc-consensus-manual-seal"11461name = "sc-consensus-manual-seal"
11447version = "0.10.0-dev"11462version = "0.32.0"
11448source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11463source = "registry+https://github.com/rust-lang/crates.io-index"
11464checksum = "cc7577e49019ece17432c51ddbd4f6b02829b1f784a72b7064855ad70dc08b3f"
11449dependencies = [11465dependencies = [
11450 "assert_matches",11466 "assert_matches",
11451 "async-trait",11467 "async-trait",
1147911495
11480[[package]]11496[[package]]
11481name = "sc-consensus-slots"11497name = "sc-consensus-slots"
11482version = "0.10.0-dev"11498version = "0.30.0"
11483source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11499source = "registry+https://github.com/rust-lang/crates.io-index"
11500checksum = "2059681962e33394682627e7bd7245b5094236594f5c97c4c96988d901bda534"
11484dependencies = [11501dependencies = [
11485 "async-trait",11502 "async-trait",
11486 "futures",11503 "futures",
1150211519
11503[[package]]11520[[package]]
11504name = "sc-executor"11521name = "sc-executor"
11505version = "0.10.0-dev"11522version = "0.29.0"
11506source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11523source = "registry+https://github.com/rust-lang/crates.io-index"
11524checksum = "225f2ad733bc7234a6638d5203624194824b2f78ab631bc911223f536a66b9c8"
11507dependencies = [11525dependencies = [
11508 "parity-scale-codec",11526 "parity-scale-codec",
11509 "parking_lot 0.12.1",11527 "parking_lot 0.12.1",
1152411542
11525[[package]]11543[[package]]
11526name = "sc-executor-common"11544name = "sc-executor-common"
11527version = "0.10.0-dev"11545version = "0.26.0"
11528source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11546source = "registry+https://github.com/rust-lang/crates.io-index"
11547checksum = "169c1cfe81ba0e0d44ab4ada1600e30b6a9de588c792db73e32a854a6e3e1a87"
11529dependencies = [11548dependencies = [
11530 "sc-allocator",11549 "sc-allocator",
11531 "sp-maybe-compressed-blob",11550 "sp-maybe-compressed-blob",
1153611555
11537[[package]]11556[[package]]
11538name = "sc-executor-wasmtime"11557name = "sc-executor-wasmtime"
11539version = "0.10.0-dev"11558version = "0.26.0"
11540source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11559source = "registry+https://github.com/rust-lang/crates.io-index"
11560checksum = "f9167d733e928c528273be63b905ec750cfda85d740453071463da69f7d633bc"
11541dependencies = [11561dependencies = [
11542 "anyhow",11562 "anyhow",
11543 "cfg-if",11563 "cfg-if",
1155411574
11555[[package]]11575[[package]]
11556name = "sc-informant"11576name = "sc-informant"
11557version = "0.10.0-dev"11577version = "0.30.0"
11558source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11578source = "registry+https://github.com/rust-lang/crates.io-index"
11579checksum = "7189a0b95fe5d79895a107c6c057bc9351cd9c867552200815199cde25bcdb9d"
11559dependencies = [11580dependencies = [
11560 "ansi_term",11581 "ansi_term",
11561 "futures",11582 "futures",
1157011591
11571[[package]]11592[[package]]
11572name = "sc-keystore"11593name = "sc-keystore"
11573version = "4.0.0-dev"11594version = "22.0.0"
11574source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11595source = "registry+https://github.com/rust-lang/crates.io-index"
11596checksum = "abecdf9778fccc254c0b5e227ea8b90fd59247044a30ad293a068b180427d244"
11575dependencies = [11597dependencies = [
11576 "array-bytes 6.1.0",11598 "array-bytes 6.1.0",
11577 "parking_lot 0.12.1",11599 "parking_lot 0.12.1",
1158411606
11585[[package]]11607[[package]]
11586name = "sc-mixnet"11608name = "sc-mixnet"
11587version = "0.1.0-dev"11609version = "0.1.0"
11588source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11610source = "registry+https://github.com/rust-lang/crates.io-index"
11611checksum = "d53ea71ec60601c18d6adcaf7a62698fc2e886c16dc8fdf8d61b3b76244dea38"
11589dependencies = [11612dependencies = [
11590 "array-bytes 4.2.0",11613 "array-bytes 4.2.0",
11591 "arrayvec 0.7.4",11614 "arrayvec 0.7.4",
1161211635
11613[[package]]11636[[package]]
11614name = "sc-network"11637name = "sc-network"
11615version = "0.10.0-dev"11638version = "0.31.0"
11616source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11639source = "registry+https://github.com/rust-lang/crates.io-index"
11640checksum = "01f519592a971199c486d412dbf38ba54096857080bf4b9d29c9ffabcfee3745"
11617dependencies = [11641dependencies = [
11618 "array-bytes 6.1.0",11642 "array-bytes 6.1.0",
11619 "async-channel",11643 "async-channel",
1165311677
11654[[package]]11678[[package]]
11655name = "sc-network-bitswap"11679name = "sc-network-bitswap"
11656version = "0.10.0-dev"11680version = "0.30.0"
11657source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11681source = "registry+https://github.com/rust-lang/crates.io-index"
11682checksum = "8fe63a55e03d8bc796ff1e94e7fb62a62acfd7a80a47865a97b55c13371c3e05"
11658dependencies = [11683dependencies = [
11659 "async-channel",11684 "async-channel",
11660 "cid",11685 "cid",
1167311698
11674[[package]]11699[[package]]
11675name = "sc-network-common"11700name = "sc-network-common"
11676version = "0.10.0-dev"11701version = "0.30.0"
11677source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11702source = "registry+https://github.com/rust-lang/crates.io-index"
11703checksum = "8d236686d15275e4aa49ca929a06fb6fac28aa70e35ee185b981036c149f9e9d"
11678dependencies = [11704dependencies = [
11679 "async-trait",11705 "async-trait",
11680 "bitflags 1.3.2",11706 "bitflags 1.3.2",
1169011716
11691[[package]]11717[[package]]
11692name = "sc-network-gossip"11718name = "sc-network-gossip"
11693version = "0.10.0-dev"11719version = "0.31.0"
11694source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11720source = "registry+https://github.com/rust-lang/crates.io-index"
11721checksum = "b884a9f7cd348c4c1899c0bbf95237e39dffba4baec48d4b98c1046f6bb04fa5"
11695dependencies = [11722dependencies = [
11696 "ahash 0.8.6",11723 "ahash 0.8.6",
11697 "futures",11724 "futures",
1170811735
11709[[package]]11736[[package]]
11710name = "sc-network-light"11737name = "sc-network-light"
11711version = "0.10.0-dev"11738version = "0.30.0"
11712source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11739source = "registry+https://github.com/rust-lang/crates.io-index"
11740checksum = "aac888fd720ef8bb2ff7d2b7f7b2e54d17bb85a417cf1e1b6f0f64f7e644936d"
11713dependencies = [11741dependencies = [
11714 "array-bytes 6.1.0",11742 "array-bytes 6.1.0",
11715 "async-channel",11743 "async-channel",
1172911757
11730[[package]]11758[[package]]
11731name = "sc-network-sync"11759name = "sc-network-sync"
11732version = "0.10.0-dev"11760version = "0.30.0"
11733source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11761source = "registry+https://github.com/rust-lang/crates.io-index"
11762checksum = "10c697aa8f52cf194b9f00113a7d0d3ce5d1456bedd6169a9caae10737f02907"
11734dependencies = [11763dependencies = [
11735 "array-bytes 6.1.0",11764 "array-bytes 6.1.0",
11736 "async-channel",11765 "async-channel",
1176411793
11765[[package]]11794[[package]]
11766name = "sc-network-transactions"11795name = "sc-network-transactions"
11767version = "0.10.0-dev"11796version = "0.30.0"
11768source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11797source = "registry+https://github.com/rust-lang/crates.io-index"
11798checksum = "bb7c9bfc7b58ce229d1512158b8f13dc849ec24857d1c29a41a867fb8afb5c09"
11769dependencies = [11799dependencies = [
11770 "array-bytes 6.1.0",11800 "array-bytes 6.1.0",
11771 "futures",11801 "futures",
1178211812
11783[[package]]11813[[package]]
11784name = "sc-offchain"11814name = "sc-offchain"
11785version = "4.0.0-dev"11815version = "26.0.0"
11786source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11816source = "registry+https://github.com/rust-lang/crates.io-index"
11817checksum = "47950facab8dedf71c39667ccce8834252944e8f091f3a3bcdfc0b4503573da4"
11787dependencies = [11818dependencies = [
11788 "array-bytes 6.1.0",11819 "array-bytes 6.1.0",
11789 "bytes",11820 "bytes",
1181611847
11817[[package]]11848[[package]]
11818name = "sc-proposer-metrics"11849name = "sc-proposer-metrics"
11819version = "0.10.0-dev"11850version = "0.16.0"
11820source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11851source = "registry+https://github.com/rust-lang/crates.io-index"
11852checksum = "221845dce4e7adb57eca5f73318699b377cff29aef92a586e71aa5cef62f879b"
11821dependencies = [11853dependencies = [
11822 "log",11854 "log",
11823 "substrate-prometheus-endpoint",11855 "substrate-prometheus-endpoint",
11824]11856]
1182511857
11826[[package]]11858[[package]]
11827name = "sc-rpc"11859name = "sc-rpc"
11828version = "4.0.0-dev"11860version = "26.0.0"
11829source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11861source = "registry+https://github.com/rust-lang/crates.io-index"
11862checksum = "eb277280b6b3519e4a2e693b75d4ca516ebb4a928162e6a1791b217b2be60c9f"
11830dependencies = [11863dependencies = [
11831 "futures",11864 "futures",
11832 "jsonrpsee",11865 "jsonrpsee",
1185711890
11858[[package]]11891[[package]]
11859name = "sc-rpc-api"11892name = "sc-rpc-api"
11860version = "0.10.0-dev"11893version = "0.30.0"
11861source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11894source = "registry+https://github.com/rust-lang/crates.io-index"
11895checksum = "def499ac717db8442fe18543e52330d5f105027b666df73c0b38e81e9105078b"
11862dependencies = [11896dependencies = [
11863 "jsonrpsee",11897 "jsonrpsee",
11864 "parity-scale-codec",11898 "parity-scale-codec",
1187711911
11878[[package]]11912[[package]]
11879name = "sc-rpc-server"11913name = "sc-rpc-server"
11880version = "4.0.0-dev"11914version = "10.0.0"
11881source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11915source = "registry+https://github.com/rust-lang/crates.io-index"
11916checksum = "9e8083e1b026dcf397f8c1122b3fba6cc744c6962996df6a30e0fb75223f7637"
11882dependencies = [11917dependencies = [
11883 "http",11918 "http",
11884 "jsonrpsee",11919 "jsonrpsee",
1189211927
11893[[package]]11928[[package]]
11894name = "sc-rpc-spec-v2"11929name = "sc-rpc-spec-v2"
11895version = "0.10.0-dev"11930version = "0.31.0"
11896source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11931source = "registry+https://github.com/rust-lang/crates.io-index"
11932checksum = "198ea9287111b4060ce1d70dce99804b99d1a92b5fb23a79d94bf0cb460ca3ce"
11897dependencies = [11933dependencies = [
11898 "array-bytes 6.1.0",11934 "array-bytes 6.1.0",
11899 "futures",11935 "futures",
1192011956
11921[[package]]11957[[package]]
11922name = "sc-service"11958name = "sc-service"
11923version = "0.10.0-dev"11959version = "0.32.0"
11924source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"11960source = "registry+https://github.com/rust-lang/crates.io-index"
11961checksum = "3623ae5bd7b089da9796a3f1edd974c94f34dd4b4b527146662ef409ae9cd38c"
11925dependencies = [11962dependencies = [
11926 "async-trait",11963 "async-trait",
11927 "directories",11964 "directories",
1198412021
11985[[package]]12022[[package]]
11986name = "sc-state-db"12023name = "sc-state-db"
11987version = "0.10.0-dev"12024version = "0.27.0"
11988source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"12025source = "registry+https://github.com/rust-lang/crates.io-index"
12026checksum = "3635fe572adfe796886e18910c8b94f7ce67f9ae3e2c161176e122ddf0baa7e4"
11989dependencies = [12027dependencies = [
11990 "log",12028 "log",
11991 "parity-scale-codec",12029 "parity-scale-codec",
1199512033
11996[[package]]12034[[package]]
11997name = "sc-storage-monitor"12035name = "sc-storage-monitor"
11998version = "0.1.0"12036version = "0.13.0"
11999source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"12037source = "registry+https://github.com/rust-lang/crates.io-index"
12038checksum = "0f9acfc934aa5b0185e861ce81245685086c7231fcb2b582da4afc4d0bd62a98"
12000dependencies = [12039dependencies = [
12001 "clap",12040 "clap",
12002 "fs4",12041 "fs4",
1200912048
12010[[package]]12049[[package]]
12011name = "sc-sync-state-rpc"12050name = "sc-sync-state-rpc"
12012version = "0.10.0-dev"12051version = "0.31.0"
12013source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"12052source = "registry+https://github.com/rust-lang/crates.io-index"
12053checksum = "fe1efc0811813b73b9bb6eccc630ccd43d13b4306255a41ef55b9304d32e64c2"
12014dependencies = [12054dependencies = [
12015 "jsonrpsee",12055 "jsonrpsee",
12016 "parity-scale-codec",12056 "parity-scale-codec",
1202812068
12029[[package]]12069[[package]]
12030name = "sc-sysinfo"12070name = "sc-sysinfo"
12031version = "6.0.0-dev"12071version = "24.0.0"
12032source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"12072source = "registry+https://github.com/rust-lang/crates.io-index"
12073checksum = "60967710b85e650652832df73915b64c315f7b437e53c4635bd26106d6d05c21"
12033dependencies = [12074dependencies = [
12034 "futures",12075 "futures",
12035 "libc",12076 "libc",
1204712088
12048[[package]]12089[[package]]
12049name = "sc-telemetry"12090name = "sc-telemetry"
12050version = "4.0.0-dev"12091version = "12.0.0"
12051source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"12092source = "registry+https://github.com/rust-lang/crates.io-index"
12093checksum = "28e214e4d46cac02321bc3dc6fd72f019ac10819d1ac8f24f6935a4ae74ef273"
12052dependencies = [12094dependencies = [
12053 "chrono",12095 "chrono",
12054 "futures",12096 "futures",
1206612108
12067[[package]]12109[[package]]
12068name = "sc-tracing"12110name = "sc-tracing"
12069version = "4.0.0-dev"12111version = "25.0.0"
12070source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"12112source = "registry+https://github.com/rust-lang/crates.io-index"
12113checksum = "83bcd745ea216ba0c0a344cff2c41b12e27846d5fca4b28f56ff77e1d3ff3634"
12071dependencies = [12114dependencies = [
12072 "ansi_term",12115 "ansi_term",
12073 "atty",12116 "atty",
1209512138
12096[[package]]12139[[package]]
12097name = "sc-tracing-proc-macro"12140name = "sc-tracing-proc-macro"
12098version = "4.0.0-dev"12141version = "10.0.0"
12099source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"12142source = "registry+https://github.com/rust-lang/crates.io-index"
12143checksum = "9c4ae9e4f957d7274ac6b59d667b66262caf6482dbb1b63f1c370528626b1272"
12100dependencies = [12144dependencies = [
12101 "proc-macro-crate 1.3.1",12145 "proc-macro-crate 1.3.1",
12102 "proc-macro2",12146 "proc-macro2",
1210612150
12107[[package]]12151[[package]]
12108name = "sc-transaction-pool"12152name = "sc-transaction-pool"
12109version = "4.0.0-dev"12153version = "25.0.0"
12110source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"12154source = "registry+https://github.com/rust-lang/crates.io-index"
12155checksum = "6f6db45a057a619670e07deefb4e69aab83386f076363db424907da2b2e82590"
12111dependencies = [12156dependencies = [
12112 "async-trait",12157 "async-trait",
12113 "futures",12158 "futures",
1213212177
12133[[package]]12178[[package]]
12134name = "sc-transaction-pool-api"12179name = "sc-transaction-pool-api"
12135version = "4.0.0-dev"12180version = "25.0.0"
12136source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"12181source = "registry+https://github.com/rust-lang/crates.io-index"
12182checksum = "1491607f296bb8cce09a5eb3a03320c60ad52bb8120127b26f69c32bcaccd8f2"
12137dependencies = [12183dependencies = [
12138 "async-trait",12184 "async-trait",
12139 "futures",12185 "futures",
1214812194
12149[[package]]12195[[package]]
12150name = "sc-utils"12196name = "sc-utils"
12151version = "4.0.0-dev"12197version = "11.0.0"
12152source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"12198source = "registry+https://github.com/rust-lang/crates.io-index"
12199checksum = "81a4769c82dde62b9243dcc166be52e0c5d2d61cf2599923271118d9c8b997b1"
12153dependencies = [12200dependencies = [
12154 "async-channel",12201 "async-channel",
12155 "futures",12202 "futures",
12313 "zeroize",12360 "zeroize",
12314]12361]
12315
12316[[package]]
12317name = "seccompiler"
12318version = "0.4.0"
12319source = "registry+https://github.com/rust-lang/crates.io-index"
12320checksum = "345a3e4dddf721a478089d4697b83c6c0a8f5bf16086f6c13397e4534eb6e2e5"
12321dependencies = [
12322 "libc",
12323]
1232412362
12325[[package]]12363[[package]]
12326name = "secp256k1"12364name = "secp256k1"
1260512643
12606[[package]]12644[[package]]
12607name = "slot-range-helper"12645name = "slot-range-helper"
12608version = "1.0.0"12646version = "4.0.0"
12609source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"12647source = "registry+https://github.com/rust-lang/crates.io-index"
12648checksum = "1e902c6b7e8f86718aee7989d6c8ea851d9772cb54a3389f2d729d8df41167ec"
12610dependencies = [12649dependencies = [
12611 "enumn",12650 "enumn",
12612 "parity-scale-codec",12651 "parity-scale-codec",
1279912838
12800[[package]]12839[[package]]
12801name = "sp-api"12840name = "sp-api"
12802version = "4.0.0-dev"12841version = "23.0.0"
12803source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"12842source = "registry+https://github.com/rust-lang/crates.io-index"
12843checksum = "f582f92ce47c86e4ffffe81fdd5120fea7c850dc0800653a7fa203bcc1532335"
12804dependencies = [12844dependencies = [
12805 "hash-db 0.16.0",12845 "hash-db 0.16.0",
12806 "log",12846 "log",
1282012860
12821[[package]]12861[[package]]
12822name = "sp-api-proc-macro"12862name = "sp-api-proc-macro"
12823version = "4.0.0-dev"12863version = "12.0.0"
12824source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"12864source = "registry+https://github.com/rust-lang/crates.io-index"
12865checksum = "a896941b2d27365a6f937ebce11e36d55132dc32104f6a48b4cd765b55efd252"
12825dependencies = [12866dependencies = [
12826 "Inflector",12867 "Inflector",
12827 "blake2 0.10.6",12868 "blake2 0.10.6",
1283412875
12835[[package]]12876[[package]]
12836name = "sp-application-crypto"12877name = "sp-application-crypto"
12837version = "23.0.0"12878version = "27.0.0"
12838source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"12879source = "registry+https://github.com/rust-lang/crates.io-index"
12880checksum = "a93da025616ab59639f8e378df579c5aaa2c8b9999f328a0239156a57c991b53"
12839dependencies = [12881dependencies = [
12840 "parity-scale-codec",12882 "parity-scale-codec",
12841 "scale-info",12883 "scale-info",
1284712889
12848[[package]]12890[[package]]
12849name = "sp-arithmetic"12891name = "sp-arithmetic"
12850version = "16.0.0"12892version = "20.0.0"
12851source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "f80b5c16afb61dde1037a469d570adcc686440036429e50abe2301ba9d61aad5"
12852dependencies = [12895dependencies = [
12853 "integer-sqrt",12896 "integer-sqrt",
12854 "num-traits",12897 "num-traits",
1286112904
12862[[package]]12905[[package]]
12863name = "sp-authority-discovery"12906name = "sp-authority-discovery"
12864version = "4.0.0-dev"12907version = "23.0.0"
12865source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"12908source = "registry+https://github.com/rust-lang/crates.io-index"
12909checksum = "e204d85bad6f02a5ae8fbba83c365e20459e979fd69db5575ba4b3ea1025ab3c"
12866dependencies = [12910dependencies = [
12867 "parity-scale-codec",12911 "parity-scale-codec",
12868 "scale-info",12912 "scale-info",
1287412918
12875[[package]]12919[[package]]
12876name = "sp-block-builder"12920name = "sp-block-builder"
12877version = "4.0.0-dev"12921version = "23.0.0"
12878source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"12922source = "registry+https://github.com/rust-lang/crates.io-index"
12923checksum = "6cd16df3d1cdad862d3e764f10f7675876b011e032907423fdfa377ae2ec8575"
12879dependencies = [12924dependencies = [
12880 "sp-api",12925 "sp-api",
12881 "sp-inherents",12926 "sp-inherents",
1288512930
12886[[package]]12931[[package]]
12887name = "sp-blockchain"12932name = "sp-blockchain"
12888version = "4.0.0-dev"12933version = "25.0.0"
12889source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"12934source = "registry+https://github.com/rust-lang/crates.io-index"
12935checksum = "4932b97cde61874f395bab9b02443e3bd2046943abb280b63f83da9d0b623ea7"
12890dependencies = [12936dependencies = [
12891 "futures",12937 "futures",
12892 "log",12938 "log",
1290312949
12904[[package]]12950[[package]]
12905name = "sp-consensus"12951name = "sp-consensus"
12906version = "0.10.0-dev"12952version = "0.29.0"
12907source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"12953source = "registry+https://github.com/rust-lang/crates.io-index"
12954checksum = "2c5d7170fb7cfb18024ef7eeb40d272d22b9c3587d85cde2d091e8463b397f06"
12908dependencies = [12955dependencies = [
12909 "async-trait",12956 "async-trait",
12910 "futures",12957 "futures",
1291812965
12919[[package]]12966[[package]]
12920name = "sp-consensus-aura"12967name = "sp-consensus-aura"
12921version = "0.10.0-dev"12968version = "0.29.0"
12922source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"12969source = "registry+https://github.com/rust-lang/crates.io-index"
12970checksum = "643a7c486a645f398d219d1fbcc8a416cad5018164a212fefde5c2ef00a182e4"
12923dependencies = [12971dependencies = [
12924 "async-trait",12972 "async-trait",
12925 "parity-scale-codec",12973 "parity-scale-codec",
1293512983
12936[[package]]12984[[package]]
12937name = "sp-consensus-babe"12985name = "sp-consensus-babe"
12938version = "0.10.0-dev"12986version = "0.29.0"
12939source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"12987source = "registry+https://github.com/rust-lang/crates.io-index"
12988checksum = "268f9b2e36d4e136c09ad87876cdcfd7ff734cb5917f333fefebff248f95a24f"
12940dependencies = [12989dependencies = [
12941 "async-trait",12990 "async-trait",
12942 "parity-scale-codec",12991 "parity-scale-codec",
1295413003
12955[[package]]13004[[package]]
12956name = "sp-consensus-beefy"13005name = "sp-consensus-beefy"
12957version = "4.0.0-dev"13006version = "10.0.0"
12958source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13007source = "registry+https://github.com/rust-lang/crates.io-index"
13008checksum = "90e18fe984ea745727e645c43d6a955bc471b3bcd36aa8d260c3bd0deeada0c5"
12959dependencies = [13009dependencies = [
12960 "lazy_static",13010 "lazy_static",
12961 "parity-scale-codec",13011 "parity-scale-codec",
1297313023
12974[[package]]13024[[package]]
12975name = "sp-consensus-grandpa"13025name = "sp-consensus-grandpa"
12976version = "4.0.0-dev"13026version = "10.0.0"
12977source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13027source = "registry+https://github.com/rust-lang/crates.io-index"
13028checksum = "28bbee685900110419913f281ce0f29457fbc17418f00d15f0212c8043aba167"
12978dependencies = [13029dependencies = [
12979 "finality-grandpa",13030 "finality-grandpa",
12980 "log",13031 "log",
1299113042
12992[[package]]13043[[package]]
12993name = "sp-consensus-slots"13044name = "sp-consensus-slots"
12994version = "0.10.0-dev"13045version = "0.29.0"
12995source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13046source = "registry+https://github.com/rust-lang/crates.io-index"
13047checksum = "895b0c176d4eead833ddee5251d3cccbaeb0191ca3f33f84b11d347bebc6e21f"
12996dependencies = [13048dependencies = [
12997 "parity-scale-codec",13049 "parity-scale-codec",
12998 "scale-info",13050 "scale-info",
1300313055
13004[[package]]13056[[package]]
13005name = "sp-core"13057name = "sp-core"
13006version = "21.0.0"13058version = "25.0.0"
13007source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13059source = "registry+https://github.com/rust-lang/crates.io-index"
13060checksum = "f9ebb090ead698a6df04347c86a31ba91a387edb8a58534ec70c4f977d1e1e87"
13008dependencies = [13061dependencies = [
13009 "array-bytes 6.1.0",13062 "array-bytes 6.1.0",
13010 "bandersnatch_vrfs",
13011 "bip39",
13012 "bitflags 1.3.2",13063 "bitflags 1.3.2",
13013 "blake2 0.10.6",13064 "blake2 0.10.6",
13014 "bounded-collections",13065 "bounded-collections",
13019 "hash-db 0.16.0",13070 "hash-db 0.16.0",
13020 "hash256-std-hasher",13071 "hash256-std-hasher",
13021 "impl-serde",13072 "impl-serde",
13022 "itertools 0.10.5",
13023 "lazy_static",13073 "lazy_static",
13024 "libsecp256k1",13074 "libsecp256k1",
13025 "log",13075 "log",
13044 "ss58-registry",13094 "ss58-registry",
13045 "substrate-bip39",13095 "substrate-bip39",
13046 "thiserror",13096 "thiserror",
13097 "tiny-bip39",
13047 "tracing",13098 "tracing",
13048 "w3f-bls",13099 "w3f-bls",
13049 "zeroize",13100 "zeroize",
13050]13101]
1305113102
13052[[package]]13103[[package]]
13053name = "sp-core-hashing"13104name = "sp-core-hashing"
13054version = "9.0.0"13105version = "13.0.0"
13055source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13106source = "registry+https://github.com/rust-lang/crates.io-index"
13107checksum = "cb8524f01591ee58b46cd83c9dbc0fcffd2fd730dabec4f59326cd58a00f17e2"
13056dependencies = [13108dependencies = [
13057 "blake2b_simd",13109 "blake2b_simd",
13058 "byteorder",13110 "byteorder",
1306413116
13065[[package]]13117[[package]]
13066name = "sp-core-hashing-proc-macro"13118name = "sp-core-hashing-proc-macro"
13067version = "9.0.0"13119version = "13.0.0"
13068source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13120source = "registry+https://github.com/rust-lang/crates.io-index"
13121checksum = "42ce3e6931303769197da81facefa86159fa1085dcd96ecb7e7407b5b93582a0"
13069dependencies = [13122dependencies = [
13070 "quote",13123 "quote",
13071 "sp-core-hashing",13124 "sp-core-hashing",
1307413127
13075[[package]]13128[[package]]
13076name = "sp-database"13129name = "sp-database"
13077version = "4.0.0-dev"13130version = "9.0.0"
13078source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13131source = "registry+https://github.com/rust-lang/crates.io-index"
13132checksum = "9c6e8c710d6a71512af6f42d9dba9c3d1f6ad793846480babf459bbde3d60a94"
13079dependencies = [13133dependencies = [
13080 "kvdb",13134 "kvdb",
13081 "parking_lot 0.12.1",13135 "parking_lot 0.12.1",
13082]13136]
1308313137
13084[[package]]13138[[package]]
13085name = "sp-debug-derive"13139name = "sp-debug-derive"
13086version = "8.0.0"13140version = "12.0.0"
13087source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13141source = "registry+https://github.com/rust-lang/crates.io-index"
13142checksum = "50535e1a5708d3ba5c1195b59ebefac61cc8679c2c24716b87a86e8b7ed2e4a1"
13088dependencies = [13143dependencies = [
13089 "proc-macro2",13144 "proc-macro2",
13090 "quote",13145 "quote",
1309313148
13094[[package]]13149[[package]]
13095name = "sp-externalities"13150name = "sp-externalities"
13096version = "0.19.0"13151version = "0.23.0"
13097source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13152source = "registry+https://github.com/rust-lang/crates.io-index"
13153checksum = "884d05160bc89d0943d1c9fb8006c3d44b80f37f8af607aeff8d4d9cc82e279a"
13098dependencies = [13154dependencies = [
13099 "environmental",13155 "environmental",
13100 "parity-scale-codec",13156 "parity-scale-codec",
1310413160
13105[[package]]13161[[package]]
13106name = "sp-genesis-builder"13162name = "sp-genesis-builder"
13107version = "0.1.0"13163version = "0.4.0"
13108source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13164source = "registry+https://github.com/rust-lang/crates.io-index"
13165checksum = "a0cb71d40ad47e40bdcce5ae5531c7d7ba579cd495a0e0413642fb063fa66f84"
13109dependencies = [13166dependencies = [
13110 "serde_json",13167 "serde_json",
13111 "sp-api",13168 "sp-api",
1311513172
13116[[package]]13173[[package]]
13117name = "sp-inherents"13174name = "sp-inherents"
13118version = "4.0.0-dev"13175version = "23.0.0"
13119source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13176source = "registry+https://github.com/rust-lang/crates.io-index"
13177checksum = "604229aa145be0cff853b47ffed8bc2c62eb08ec6974d6307b9a559c378e6dc5"
13120dependencies = [13178dependencies = [
13121 "async-trait",13179 "async-trait",
13122 "impl-trait-for-tuples",13180 "impl-trait-for-tuples",
1312913187
13130[[package]]13188[[package]]
13131name = "sp-io"13189name = "sp-io"
13132version = "23.0.0"13190version = "27.0.0"
13133source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13191source = "registry+https://github.com/rust-lang/crates.io-index"
13192checksum = "0ced350da15e8ba3a106206840acc42a6d3eb0d7e8bf7aa43ab00eac0bdf956f"
13134dependencies = [13193dependencies = [
13135 "bytes",13194 "bytes",
13136 "ed25519-dalek",13195 "ed25519-dalek",
1315313212
13154[[package]]13213[[package]]
13155name = "sp-keyring"13214name = "sp-keyring"
13156version = "24.0.0"13215version = "28.0.0"
13157source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13216source = "registry+https://github.com/rust-lang/crates.io-index"
13217checksum = "655ec0b35cb9cb9029fb323aa676b07d58deb872cecc7566e50278409a00ee95"
13158dependencies = [13218dependencies = [
13159 "lazy_static",13219 "lazy_static",
13160 "sp-core",13220 "sp-core",
1316413224
13165[[package]]13225[[package]]
13166name = "sp-keystore"13226name = "sp-keystore"
13167version = "0.27.0"13227version = "0.31.0"
13168source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13228source = "registry+https://github.com/rust-lang/crates.io-index"
13229checksum = "8b8ec5ebbba70bee83d79c3fe5e49f12df0a4bb6029858ddf9a15eea7539a592"
13169dependencies = [13230dependencies = [
13170 "parity-scale-codec",13231 "parity-scale-codec",
13171 "parking_lot 0.12.1",13232 "parking_lot 0.12.1",
1317613237
13177[[package]]13238[[package]]
13178name = "sp-maybe-compressed-blob"13239name = "sp-maybe-compressed-blob"
13179version = "4.1.0-dev"13240version = "9.0.0"
13180source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13241source = "registry+https://github.com/rust-lang/crates.io-index"
13242checksum = "8846768f036429227e49f6ab523fbee4bc6edfee278a361bf27999590fe020d4"
13181dependencies = [13243dependencies = [
13182 "thiserror",13244 "thiserror",
13183 "zstd 0.12.4",13245 "zstd 0.12.4",
13184]13246]
1318513247
13186[[package]]13248[[package]]
13187name = "sp-metadata-ir"13249name = "sp-metadata-ir"
13188version = "0.1.0"13250version = "0.4.0"
13189source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13251source = "registry+https://github.com/rust-lang/crates.io-index"
13252checksum = "7ca9ff0e522a74725ac92f009d38deeb12e880f5296afbd78a6c6b970b773278"
13190dependencies = [13253dependencies = [
13191 "frame-metadata",13254 "frame-metadata",
13192 "parity-scale-codec",13255 "parity-scale-codec",
1319613259
13197[[package]]13260[[package]]
13198name = "sp-mixnet"13261name = "sp-mixnet"
13199version = "0.1.0-dev"13262version = "0.1.0"
13200source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13263source = "registry+https://github.com/rust-lang/crates.io-index"
13264checksum = "bdf61f28ca97aab6c21a3c6e0ed496e60d505e5de1f43fd4ba748c9afaa4fc85"
13201dependencies = [13265dependencies = [
13202 "parity-scale-codec",13266 "parity-scale-codec",
13203 "scale-info",13267 "scale-info",
1320813272
13209[[package]]13273[[package]]
13210name = "sp-mmr-primitives"13274name = "sp-mmr-primitives"
13211version = "4.0.0-dev"13275version = "23.0.0"
13212source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13276source = "registry+https://github.com/rust-lang/crates.io-index"
13277checksum = "0c3b33c20a4b1dd5a0069ced6997078a2af5d625f2c53d1b69bef9e131f42d77"
13213dependencies = [13278dependencies = [
13214 "ckb-merkle-mountain-range",13279 "ckb-merkle-mountain-range",
13215 "log",13280 "log",
1322613291
13227[[package]]13292[[package]]
13228name = "sp-npos-elections"13293name = "sp-npos-elections"
13229version = "4.0.0-dev"13294version = "23.0.0"
13230source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13295source = "registry+https://github.com/rust-lang/crates.io-index"
13296checksum = "9ee3536d7fd990c30864ca545d7bdbee02dc66a92ac2a7a66ab4e21521992a7b"
13231dependencies = [13297dependencies = [
13232 "parity-scale-codec",13298 "parity-scale-codec",
13233 "scale-info",13299 "scale-info",
1324013306
13241[[package]]13307[[package]]
13242name = "sp-offchain"13308name = "sp-offchain"
13243version = "4.0.0-dev"13309version = "23.0.0"
13244source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13310source = "registry+https://github.com/rust-lang/crates.io-index"
13311checksum = "9310227f043ed99877b0449a683025a7461431a00995dcd6ef423a273d0fd85d"
13245dependencies = [13312dependencies = [
13246 "sp-api",13313 "sp-api",
13247 "sp-core",13314 "sp-core",
1325013317
13251[[package]]13318[[package]]
13252name = "sp-panic-handler"13319name = "sp-panic-handler"
13253version = "8.0.0"13320version = "12.0.0"
13254source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13321source = "registry+https://github.com/rust-lang/crates.io-index"
13322checksum = "b00e40857ed3e0187f145b037c733545c5633859f1bd1d1b09deb52805fa696a"
13255dependencies = [13323dependencies = [
13256 "backtrace",13324 "backtrace",
13257 "lazy_static",13325 "lazy_static",
1326013328
13261[[package]]13329[[package]]
13262name = "sp-rpc"13330name = "sp-rpc"
13263version = "6.0.0"13331version = "23.0.0"
13264source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13332source = "registry+https://github.com/rust-lang/crates.io-index"
13333checksum = "51867fea921f54bbaa2bf505f373559b5f3b80e8d7f38ecb9677f0d3795a3e6a"
13265dependencies = [13334dependencies = [
13266 "rustc-hash",13335 "rustc-hash",
13267 "serde",13336 "serde",
1327013339
13271[[package]]13340[[package]]
13272name = "sp-runtime"13341name = "sp-runtime"
13273version = "24.0.0"13342version = "28.0.0"
13274source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13343source = "registry+https://github.com/rust-lang/crates.io-index"
13344checksum = "6d9c40ff7303e62219b55635e5245d963358cb77d6916250991ebcb82c0be2c6"
13275dependencies = [13345dependencies = [
13276 "either",13346 "either",
13277 "hash256-std-hasher",13347 "hash256-std-hasher",
1329213362
13293[[package]]13363[[package]]
13294name = "sp-runtime-interface"13364name = "sp-runtime-interface"
13295version = "17.0.0"13365version = "21.0.0"
13296source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13366source = "registry+https://github.com/rust-lang/crates.io-index"
13367checksum = "4f365332922a8cfa98ab00c6d08b1b0f24e159e730dd554e720d950ff3371b1f"
13297dependencies = [13368dependencies = [
13298 "bytes",13369 "bytes",
13299 "impl-trait-for-tuples",13370 "impl-trait-for-tuples",
1331013381
13311[[package]]13382[[package]]
13312name = "sp-runtime-interface-proc-macro"13383name = "sp-runtime-interface-proc-macro"
13313version = "11.0.0"13384version = "15.0.0"
13314source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13385source = "registry+https://github.com/rust-lang/crates.io-index"
13386checksum = "9b2afcbd1bd18d323371111b66b7ac2870bdc1c86c3d7b0dae67b112ca52b4d8"
13315dependencies = [13387dependencies = [
13316 "Inflector",13388 "Inflector",
13317 "proc-macro-crate 1.3.1",13389 "proc-macro-crate 1.3.1",
1332213394
13323[[package]]13395[[package]]
13324name = "sp-session"13396name = "sp-session"
13325version = "4.0.0-dev"13397version = "24.0.0"
13326source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13398source = "registry+https://github.com/rust-lang/crates.io-index"
13399checksum = "248dd8f49aa96b56bf0a7d513691ddb4194f9359fdb93e94397eabdef1036085"
13327dependencies = [13400dependencies = [
13328 "parity-scale-codec",13401 "parity-scale-codec",
13329 "scale-info",13402 "scale-info",
1333713410
13338[[package]]13411[[package]]
13339name = "sp-staking"13412name = "sp-staking"
13340version = "4.0.0-dev"13413version = "23.0.0"
13341source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13414source = "registry+https://github.com/rust-lang/crates.io-index"
13415checksum = "ee0feed0137234598bd1f76d0b468c585ea16619ea9ed1acbba82dd24ac79788"
13342dependencies = [13416dependencies = [
13343 "impl-trait-for-tuples",13417 "impl-trait-for-tuples",
13344 "parity-scale-codec",13418 "parity-scale-codec",
1335113425
13352[[package]]13426[[package]]
13353name = "sp-state-machine"13427name = "sp-state-machine"
13354version = "0.28.0"13428version = "0.32.0"
13355source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13429source = "registry+https://github.com/rust-lang/crates.io-index"
13430checksum = "96e087fa4430befd2047b61d912c9d6fa4eaed408c4b58b46c6e9acd7965f2d3"
13356dependencies = [13431dependencies = [
13357 "hash-db 0.16.0",13432 "hash-db 0.16.0",
13358 "log",13433 "log",
1337213447
13373[[package]]13448[[package]]
13374name = "sp-statement-store"13449name = "sp-statement-store"
13375version = "4.0.0-dev"13450version = "7.0.0"
13376source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13451source = "registry+https://github.com/rust-lang/crates.io-index"
13452checksum = "4b8654bcd37602b1811414050d34d14f543873bd4e64e50d210a0116b660c600"
13377dependencies = [13453dependencies = [
13378 "aes-gcm 0.10.3",13454 "aes-gcm 0.10.3",
13379 "curve25519-dalek 4.1.1",13455 "curve25519-dalek 4.1.1",
1339613472
13397[[package]]13473[[package]]
13398name = "sp-std"13474name = "sp-std"
13399version = "8.0.0"13475version = "12.0.0"
13400source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13476source = "registry+https://github.com/rust-lang/crates.io-index"
13477checksum = "54c78c5a66682568cc7b153603c5d01a2cc8f5c221c7b1e921517a0eef18ae05"
1340113478
13402[[package]]13479[[package]]
13403name = "sp-storage"13480name = "sp-storage"
13404version = "13.0.0"13481version = "17.0.0"
13405source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13482source = "registry+https://github.com/rust-lang/crates.io-index"
13483checksum = "016f20812cc51bd479cc88d048c35d44cd3adde4accdb159d49d6050f2953595"
13406dependencies = [13484dependencies = [
13407 "impl-serde",13485 "impl-serde",
13408 "parity-scale-codec",13486 "parity-scale-codec",
1341413492
13415[[package]]13493[[package]]
13416name = "sp-timestamp"13494name = "sp-timestamp"
13417version = "4.0.0-dev"13495version = "23.0.0"
13418source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13496source = "registry+https://github.com/rust-lang/crates.io-index"
13497checksum = "004a7f453240db80b2967c0e1c6411836efc7daa7afae98fd16202caa51460e0"
13419dependencies = [13498dependencies = [
13420 "async-trait",13499 "async-trait",
13421 "parity-scale-codec",13500 "parity-scale-codec",
1342713506
13428[[package]]13507[[package]]
13429name = "sp-tracing"13508name = "sp-tracing"
13430version = "10.0.0"13509version = "14.0.0"
13431source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13510source = "registry+https://github.com/rust-lang/crates.io-index"
13511checksum = "0d727cb5265641ffbb7d4e42c18b63e29f6cfdbd240aae3bcf093c3d6eb29a19"
13432dependencies = [13512dependencies = [
13433 "parity-scale-codec",13513 "parity-scale-codec",
13434 "sp-std",13514 "sp-std",
1343913519
13440[[package]]13520[[package]]
13441name = "sp-transaction-pool"13521name = "sp-transaction-pool"
13442version = "4.0.0-dev"13522version = "23.0.0"
13443source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13523source = "registry+https://github.com/rust-lang/crates.io-index"
13524checksum = "c7cd2afe89c474339d15d06e73639171ebe4d280be6904d9349072103da21427"
13444dependencies = [13525dependencies = [
13445 "sp-api",13526 "sp-api",
13446 "sp-runtime",13527 "sp-runtime",
13447]13528]
1344813529
13449[[package]]13530[[package]]
13450name = "sp-transaction-storage-proof"13531name = "sp-transaction-storage-proof"
13451version = "4.0.0-dev"13532version = "23.0.0"
13452source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13533source = "registry+https://github.com/rust-lang/crates.io-index"
13534checksum = "39ae7c4954431b8479f7b2b6b82f0551cc360a1ee59b6a5276eef86a1099eaed"
13453dependencies = [13535dependencies = [
13454 "async-trait",13536 "async-trait",
13455 "parity-scale-codec",13537 "parity-scale-codec",
1346313545
13464[[package]]13546[[package]]
13465name = "sp-trie"13547name = "sp-trie"
13466version = "22.0.0"13548version = "26.0.0"
13467source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13549source = "registry+https://github.com/rust-lang/crates.io-index"
13550checksum = "1e359b358263cc322c3f678c272a3a519621d9853dcfa1374dfcbdb5f54c6f85"
13468dependencies = [13551dependencies = [
13469 "ahash 0.8.6",13552 "ahash 0.8.6",
13470 "hash-db 0.16.0",13553 "hash-db 0.16.0",
1348713570
13488[[package]]13571[[package]]
13489name = "sp-version"13572name = "sp-version"
13490version = "22.0.0"13573version = "26.0.0"
13491source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13574source = "registry+https://github.com/rust-lang/crates.io-index"
13575checksum = "3e93da332eba3cb59a65f128da5edd5c70e1475692b45470104e7465b1278471"
13492dependencies = [13576dependencies = [
13493 "impl-serde",13577 "impl-serde",
13494 "parity-scale-codec",13578 "parity-scale-codec",
1350413588
13505[[package]]13589[[package]]
13506name = "sp-version-proc-macro"13590name = "sp-version-proc-macro"
13507version = "8.0.0"13591version = "12.0.0"
13508source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13592source = "registry+https://github.com/rust-lang/crates.io-index"
13593checksum = "49535d8c7184dab46d15639c68374a30cbb1534e392fa09a1ebb059a993ad436"
13509dependencies = [13594dependencies = [
13510 "parity-scale-codec",13595 "parity-scale-codec",
13511 "proc-macro2",13596 "proc-macro2",
1351513600
13516[[package]]13601[[package]]
13517name = "sp-wasm-interface"13602name = "sp-wasm-interface"
13518version = "14.0.0"13603version = "18.0.0"
13519source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13604source = "registry+https://github.com/rust-lang/crates.io-index"
13605checksum = "d5d85813d46a22484cdf5e5afddbbe85442dd1b4d84d67a8c7792f92f9f93607"
13520dependencies = [13606dependencies = [
13521 "anyhow",13607 "anyhow",
13522 "impl-trait-for-tuples",13608 "impl-trait-for-tuples",
1352813614
13529[[package]]13615[[package]]
13530name = "sp-weights"13616name = "sp-weights"
13531version = "20.0.0"13617version = "24.0.0"
13532source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13618source = "registry+https://github.com/rust-lang/crates.io-index"
13619checksum = "751676c1263e7f3600af16bad26a7978a816bc532676fe05eafa23b862c05b9e"
13533dependencies = [13620dependencies = [
13534 "parity-scale-codec",13621 "parity-scale-codec",
13535 "scale-info",13622 "scale-info",
1361813705
13619[[package]]13706[[package]]
13620name = "staging-parachain-info"13707name = "staging-parachain-info"
13621version = "0.1.0"13708version = "0.4.0"
13622source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13709source = "registry+https://github.com/rust-lang/crates.io-index"
13710checksum = "3a1bcf863664ca5708d92894fc30d2c6606c7dbb7d7cfcf43b9ae69d5b83f4fb"
13623dependencies = [13711dependencies = [
13624 "cumulus-primitives-core",13712 "cumulus-primitives-core",
13625 "frame-support",13713 "frame-support",
1363213720
13633[[package]]13721[[package]]
13634name = "staging-xcm"13722name = "staging-xcm"
13635version = "1.0.0"13723version = "4.0.0"
13636source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13724source = "registry+https://github.com/rust-lang/crates.io-index"
13725checksum = "7abd0c2e401a1e264379131c27676bc65c9631aaa508044bc04d8ce60a7d8524"
13637dependencies = [13726dependencies = [
13638 "bounded-collections",13727 "bounded-collections",
13639 "derivative",13728 "derivative",
1364913738
13650[[package]]13739[[package]]
13651name = "staging-xcm-builder"13740name = "staging-xcm-builder"
13652version = "1.0.0"13741version = "4.0.0"
13653source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13742source = "registry+https://github.com/rust-lang/crates.io-index"
13743checksum = "aa3b14246daaf0301dd35d698bac570d82ba0c6c6c1d3e149b93bcf377b2fc6b"
13654dependencies = [13744dependencies = [
13655 "frame-support",13745 "frame-support",
13656 "frame-system",13746 "frame-system",
1367113761
13672[[package]]13762[[package]]
13673name = "staging-xcm-executor"13763name = "staging-xcm-executor"
13674version = "1.0.0"13764version = "4.0.0"
13675source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13765source = "registry+https://github.com/rust-lang/crates.io-index"
13766checksum = "3a85a421053f810f3ed988ba3cc39d926c95f70f1ae73282aa8cd5c50072173b"
13676dependencies = [13767dependencies = [
13677 "environmental",13768 "environmental",
13678 "frame-benchmarking",13769 "frame-benchmarking",
1381213903
13813[[package]]13904[[package]]
13814name = "substrate-build-script-utils"13905name = "substrate-build-script-utils"
13815version = "3.0.0"13906version = "9.0.0"
13816source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13907source = "registry+https://github.com/rust-lang/crates.io-index"
13908checksum = "8a3b7556a62d77b7b8abc34e425817f6f563c2f2aa7142f1c4e93e6422156cc1"
1381713909
13818[[package]]13910[[package]]
13819name = "substrate-frame-rpc-system"13911name = "substrate-frame-rpc-system"
13820version = "4.0.0-dev"13912version = "25.0.0"
13821source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13913source = "registry+https://github.com/rust-lang/crates.io-index"
13914checksum = "4c241af714c378075b1185e574202cbb9105e849b8c9ea44ef87880bdb3e9a75"
13822dependencies = [13915dependencies = [
13823 "frame-system-rpc-runtime-api",13916 "frame-system-rpc-runtime-api",
13824 "futures",13917 "futures",
1383613929
13837[[package]]13930[[package]]
13838name = "substrate-prometheus-endpoint"13931name = "substrate-prometheus-endpoint"
13839version = "0.10.0-dev"13932version = "0.16.0"
13840source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13933source = "registry+https://github.com/rust-lang/crates.io-index"
13934checksum = "ededbe617291db8a47d6e5155486ff1e5425f0bbf5dcb7f752730466a62bd293"
13841dependencies = [13935dependencies = [
13842 "hyper",13936 "hyper",
13843 "log",13937 "log",
1384813942
13849[[package]]13943[[package]]
13850name = "substrate-rpc-client"13944name = "substrate-rpc-client"
13851version = "0.10.0-dev"13945version = "0.30.0"
13852source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13946source = "registry+https://github.com/rust-lang/crates.io-index"
13947checksum = "5575c2bef89385e5406565b8fe5620856d414e3846c60927a78f0788cb288c8c"
13853dependencies = [13948dependencies = [
13854 "async-trait",13949 "async-trait",
13855 "jsonrpsee",13950 "jsonrpsee",
1386113956
13862[[package]]13957[[package]]
13863name = "substrate-state-trie-migration-rpc"13958name = "substrate-state-trie-migration-rpc"
13864version = "4.0.0-dev"13959version = "24.0.0"
13865source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13960source = "registry+https://github.com/rust-lang/crates.io-index"
13961checksum = "d57888ccce554552c535346893a497d2cfd232f15b6b676d130cdd5bf3f2ccea"
13866dependencies = [13962dependencies = [
13867 "jsonrpsee",13963 "jsonrpsee",
13868 "parity-scale-codec",13964 "parity-scale-codec",
1387813974
13879[[package]]13975[[package]]
13880name = "substrate-wasm-builder"13976name = "substrate-wasm-builder"
13881version = "5.0.0-dev"13977version = "14.0.0"
13882source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"13978source = "registry+https://github.com/rust-lang/crates.io-index"
13979checksum = "12ab1707dbbd129622b771a9b80b25f0ebf1c04854b907bc44b51ec96fb4005b"
13883dependencies = [13980dependencies = [
13884 "ansi_term",13981 "ansi_term",
13885 "build-helper",13982 "build-helper",
14010 "winapi-util",14107 "winapi-util",
14011]14108]
14012
14013[[package]]
14014name = "terminal_size"
14015version = "0.3.0"
14016source = "registry+https://github.com/rust-lang/crates.io-index"
14017checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
14018dependencies = [
14019 "rustix 0.38.21",
14020 "windows-sys 0.48.0",
14021]
1402214109
14023[[package]]14110[[package]]
14024name = "termtree"14111name = "termtree"
14186 "time-core",14273 "time-core",
14187]14274]
14275
14276[[package]]
14277name = "tiny-bip39"
14278version = "1.0.0"
14279source = "registry+https://github.com/rust-lang/crates.io-index"
14280checksum = "62cc94d358b5a1e84a5cb9109f559aa3c4d634d2b1b4de3d0fa4adc7c78e2861"
14281dependencies = [
14282 "anyhow",
14283 "hmac 0.12.1",
14284 "once_cell",
14285 "pbkdf2 0.11.0",
14286 "rand 0.8.5",
14287 "rustc-hash",
14288 "sha2 0.10.8",
14289 "thiserror",
14290 "unicode-normalization",
14291 "wasm-bindgen",
14292 "zeroize",
14293]
1418814294
14189[[package]]14295[[package]]
14190name = "tiny-keccak"14296name = "tiny-keccak"
1443814544
14439[[package]]14545[[package]]
14440name = "tracing-gum"14546name = "tracing-gum"
14441version = "1.0.0"14547version = "4.0.0"
14442source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"14548source = "registry+https://github.com/rust-lang/crates.io-index"
14549checksum = "32c0555bd635d9adbf8dec0bf45f7c2aef7541121d648ba37f5f792a211077b6"
14443dependencies = [14550dependencies = [
14444 "coarsetime",14551 "coarsetime",
14445 "polkadot-node-jaeger",14552 "polkadot-node-jaeger",
1445014557
14451[[package]]14558[[package]]
14452name = "tracing-gum-proc-macro"14559name = "tracing-gum-proc-macro"
14453version = "1.0.0"14560version = "4.0.0"
14454source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"14561source = "registry+https://github.com/rust-lang/crates.io-index"
14562checksum = "35756d8c1a227ec525853a1080bf890d03d939deb2bc50d4d43c96516c795d0d"
14455dependencies = [14563dependencies = [
14456 "expander 2.0.0",14564 "expander 2.0.0",
14457 "proc-macro-crate 1.3.1",14565 "proc-macro-crate 1.3.1",
1460214710
14603[[package]]14711[[package]]
14604name = "try-runtime-cli"14712name = "try-runtime-cli"
14605version = "0.10.0-dev"14713version = "0.35.0"
14606source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"14714source = "registry+https://github.com/rust-lang/crates.io-index"
14715checksum = "845090aa8572116b06813914fc1d09448fe895d82982b63d58de4f91b4eb79b6"
14607dependencies = [14716dependencies = [
14608 "async-trait",14717 "async-trait",
14609 "clap",14718 "clap",
15065[[package]]15174[[package]]
15066name = "up-sponsorship"15175name = "up-sponsorship"
15067version = "0.1.0"15176version = "0.1.0"
15068source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v1.2.0#23769c7b4384a963f2ecef2a0401823ed4353752"15177source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v1.3.0#d1ed0ff6179a17dd9ac347dff5897018241215d4"
15069dependencies = [15178dependencies = [
15070 "impl-trait-for-tuples",15179 "impl-trait-for-tuples",
15071]15180]
1582015929
15821[[package]]15930[[package]]
15822name = "westend-runtime"15931name = "westend-runtime"
15823version = "1.0.0"15932version = "4.0.0"
15824source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"15933source = "registry+https://github.com/rust-lang/crates.io-index"
15934checksum = "e833bb935995cb8da9848b974f37801c66163502929ecf22ca15878b8e8edbb7"
15825dependencies = [15935dependencies = [
15826 "binary-merkle-tree",15936 "binary-merkle-tree",
15827 "bitvec",15937 "bitvec",
15851 "pallet-elections-phragmen",15961 "pallet-elections-phragmen",
15852 "pallet-fast-unstake",15962 "pallet-fast-unstake",
15853 "pallet-grandpa",15963 "pallet-grandpa",
15854 "pallet-identity 4.0.0-dev (git+https://github.com//paritytech/polkadot-sdk?branch=master)",15964 "pallet-identity 25.0.0",
15855 "pallet-im-online",15965 "pallet-im-online",
15856 "pallet-indices",15966 "pallet-indices",
15857 "pallet-membership",15967 "pallet-membership",
15867 "pallet-proxy",15977 "pallet-proxy",
15868 "pallet-recovery",15978 "pallet-recovery",
15869 "pallet-referenda",15979 "pallet-referenda",
15870 "pallet-root-testing",
15871 "pallet-scheduler",15980 "pallet-scheduler",
15872 "pallet-session",15981 "pallet-session",
15873 "pallet-session-benchmarking",15982 "pallet-session-benchmarking",
1592616035
15927[[package]]16036[[package]]
15928name = "westend-runtime-constants"16037name = "westend-runtime-constants"
15929version = "1.0.0"16038version = "4.0.0"
15930source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"16039source = "registry+https://github.com/rust-lang/crates.io-index"
16040checksum = "682c32c5f5e6d51c431bf66c33fc502c66e7b25488c0bd92f5ee020c329f2beb"
15931dependencies = [16041dependencies = [
15932 "frame-support",16042 "frame-support",
15933 "polkadot-primitives",16043 "polkadot-primitives",
1623916349
16240[[package]]16350[[package]]
16241name = "xcm-procedural"16351name = "xcm-procedural"
16242version = "1.0.0"16352version = "4.0.0"
16243source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"16353source = "registry+https://github.com/rust-lang/crates.io-index"
16354checksum = "401e2b62628da9246dececb06fe58118196557dd8deb9ce12d95cc4aaf56003f"
16244dependencies = [16355dependencies = [
16245 "Inflector",16356 "Inflector",
16246 "proc-macro2",16357 "proc-macro2",
16359 "pkg-config",16470 "pkg-config",
16360]16471]
16361
16362[[patch.unused]]
16363name = "polkadot-node-core-pvf-prepare-worker"
16364version = "1.0.0"
16365source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
1636616472
modifiedCargo.tomldiffbeforeafterboth
34evm-coder = { version = "0.4.2", default-features = false, features = ['bondrewd'] }34evm-coder = { version = "0.4.2", default-features = false, features = ['bondrewd'] }
35pallet-app-promotion = { path = "pallets/app-promotion", default-features = false }35pallet-app-promotion = { path = "pallets/app-promotion", default-features = false }
36pallet-balances-adapter = { default-features = false, path = "pallets/balances-adapter" }36pallet-balances-adapter = { default-features = false, path = "pallets/balances-adapter" }
37pallet-charge-transaction = { package = "pallet-template-transaction-payment", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v1.2.0" }37pallet-charge-transaction = { package = "pallet-template-transaction-payment", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v1.3.0" }
38pallet-collator-selection = { default-features = false, path = "pallets/collator-selection" }38pallet-collator-selection = { default-features = false, path = "pallets/collator-selection" }
39pallet-common = { default-features = false, path = "pallets/common" }39pallet-common = { default-features = false, path = "pallets/common" }
40pallet-configuration = { default-features = false, path = "pallets/configuration" }40pallet-configuration = { default-features = false, path = "pallets/configuration" }
61up-data-structs = { path = "primitives/data-structs", default-features = false }61up-data-structs = { path = "primitives/data-structs", default-features = false }
62up-pov-estimate-rpc = { path = "primitives/pov-estimate-rpc", default-features = false }62up-pov-estimate-rpc = { path = "primitives/pov-estimate-rpc", default-features = false }
63up-rpc = { path = "primitives/rpc", default-features = false }63up-rpc = { path = "primitives/rpc", default-features = false }
64up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v1.2.0" }64up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v1.3.0" }
6565
66# Unique: Runtimes66# Unique: Runtimes
67opal-runtime = { path = "runtime/opal" }67opal-runtime = { path = "runtime/opal" }
68quartz-runtime = { path = "runtime/quartz" }68quartz-runtime = { path = "runtime/quartz" }
69unique-runtime = { path = "runtime/unique" }69unique-runtime = { path = "runtime/unique" }
7070
71# Frontier (Unique patches over the Parity version)71# Frontier (Unique patches over the Parity version)
72fc-api = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }72fc-api = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.3.0" }
73fc-consensus = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }73fc-consensus = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.3.0" }
74fc-db = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }74fc-db = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.3.0" }
75fc-mapping-sync = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }75fc-mapping-sync = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.3.0" }
76fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }76fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.3.0" }
77fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }77fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.3.0" }
78fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }78fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.3.0" }
79fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }79fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.3.0" }
80fp-self-contained = { default-features = false, features = [80fp-self-contained = { default-features = false, features = [
81 "serde",81 "serde",
82], git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }82], git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.3.0" }
83fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }83fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.3.0" }
84pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }84pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.3.0" }
85pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }85pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.3.0" }
86pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }86pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.3.0" }
87pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }87pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.3.0" }
8888
89# Parity89# Parity
90codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.6.5" }90codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.6.5" }
91cumulus-client-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }91cumulus-client-cli = "0.4.0"
92cumulus-client-collator = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }92cumulus-client-collator = "0.4.0"
93cumulus-client-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }93cumulus-client-consensus-aura = "0.4.0"
94cumulus-client-consensus-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }94cumulus-client-consensus-common = "0.4.0"
95cumulus-client-consensus-proposer = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }95cumulus-client-consensus-proposer = "0.4.0"
96cumulus-client-network = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }96cumulus-client-network = "0.4.0"
97cumulus-client-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }97cumulus-client-service = "0.4.0"
98cumulus-pallet-aura-ext = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }98cumulus-pallet-aura-ext = { default-features = false, version = "0.4.0" }
99cumulus-pallet-dmp-queue = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }99cumulus-pallet-dmp-queue = { default-features = false, version = "0.4.0" }
100cumulus-pallet-parachain-system = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }100cumulus-pallet-parachain-system = { default-features = false, version = "0.4.0" }
101cumulus-pallet-xcm = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }101cumulus-pallet-xcm = { default-features = false, version = "0.4.0" }
102cumulus-pallet-xcmp-queue = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }102cumulus-pallet-xcmp-queue = { default-features = false, version = "0.4.0" }
103cumulus-primitives-aura = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }103cumulus-primitives-aura = { default-features = false, version = "0.4.0" }
104cumulus-primitives-core = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }104cumulus-primitives-core = { default-features = false, version = "0.4.0" }
105cumulus-primitives-parachain-inherent = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }105cumulus-primitives-parachain-inherent = { default-features = false, version = "0.4.0" }
106cumulus-primitives-timestamp = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }106cumulus-primitives-timestamp = { default-features = false, version = "0.4.0" }
107cumulus-primitives-utility = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }107cumulus-primitives-utility = { default-features = false, version = "0.4.0" }
108cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }108cumulus-relay-chain-inprocess-interface = "0.4.0"
109cumulus-relay-chain-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }109cumulus-relay-chain-interface = "0.4.0"
110cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }110cumulus-relay-chain-minimal-node = "0.4.0"
111frame-executive = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }111frame-executive = { default-features = false, version = "25.0.0" }
112frame-support = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }112frame-support = { default-features = false, version = "25.0.0" }
113frame-system = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }113frame-system = { default-features = false, version = "25.0.0" }
114frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }114frame-system-rpc-runtime-api = { default-features = false, version = "23.0.0" }
115pallet-aura = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }115pallet-aura = { default-features = false, version = "24.0.0" }
116pallet-authorship = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }116pallet-authorship = { default-features = false, version = "25.0.0" }
117pallet-balances = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }117pallet-balances = { default-features = false, version = "25.0.0" }
118pallet-collective = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }118pallet-collective = { default-features = false, version = "25.0.0" }
119pallet-democracy = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }119pallet-democracy = { default-features = false, version = "25.0.0" }
120pallet-membership = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }120pallet-membership = { default-features = false, version = "25.0.0" }
121pallet-preimage = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }121pallet-preimage = { default-features = false, version = "25.0.0" }
122pallet-ranked-collective = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }122pallet-ranked-collective = { default-features = false, version = "25.0.0" }
123pallet-referenda = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }123pallet-referenda = { default-features = false, version = "25.0.0" }
124pallet-scheduler = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }124pallet-scheduler = { default-features = false, version = "26.0.0" }
125pallet-session = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }125pallet-session = { default-features = false, version = "25.0.0" }
126pallet-state-trie-migration = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }126pallet-state-trie-migration = { default-features = false, version = "26.0.0" }
127pallet-sudo = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }127pallet-sudo = { default-features = false, version = "25.0.0" }
128pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }128pallet-timestamp = { default-features = false, version = "24.0.0" }
129pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }129pallet-transaction-payment = { default-features = false, version = "25.0.0" }
130pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }130pallet-transaction-payment-rpc = "27.0.0"
131pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }131pallet-transaction-payment-rpc-runtime-api = { default-features = false, version = "25.0.0" }
132pallet-treasury = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }132pallet-treasury = { default-features = false, version = "24.0.0" }
133pallet-utility = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }133pallet-utility = { default-features = false, version = "25.0.0" }
134pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false }134pallet-xcm = { default-features = false , version = "4.0.0" }
135staging-parachain-info = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }135staging-parachain-info = { default-features = false, version = "0.4.0" }
136parity-scale-codec = { version = "3.6.5", features = ["derive"], default-features = false }136parity-scale-codec = { version = "3.6.5", features = ["derive"], default-features = false }
137polkadot-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }137polkadot-cli = "4.0.0"
138polkadot-parachain-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false }138polkadot-parachain-primitives = { default-features = false , version = "3.0.0" }
139polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false }139polkadot-runtime-common = { default-features = false , version = "4.0.0" }
140polkadot-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }140polkadot-primitives = "4.0.0"
141polkadot-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }141polkadot-service = "4.0.0"
142sc-basic-authorship = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }142sc-basic-authorship = "0.31.0"
143sc-chain-spec = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }143sc-chain-spec = "24.0.0"
144sc-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }144sc-cli = "0.33.0"
145sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }145sc-client-api = "25.0.0"
146sc-consensus = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }146sc-consensus = "0.30.0"
147sc-consensus-manual-seal = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }147sc-consensus-manual-seal = "0.32.0"
148sc-executor = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }148sc-executor = "0.29.0"
149sc-network = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }149sc-network = "0.31.0"
150sc-network-sync = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }150sc-network-sync = "0.30.0"
151sc-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }151sc-rpc = "26.0.0"
152sc-rpc-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }152sc-rpc-api = "0.30.0"
153sc-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }153sc-service = "0.32.0"
154sc-sysinfo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }154sc-sysinfo = "24.0.0"
155sc-telemetry = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }155sc-telemetry = "12.0.0"
156sc-tracing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }156sc-tracing = "25.0.0"
157sc-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }157sc-transaction-pool = "25.0.0"
158scale-info = { version = "2.9.0", default-features = false, features = ["derive"] }158scale-info = { version = "2.9.0", default-features = false, features = ["derive"] }
159sp-api = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }159sp-api = { default-features = false, version = "23.0.0" }
160sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }160sp-arithmetic = { default-features = false, version = "20.0.0" }
161sp-block-builder = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }161sp-block-builder = { default-features = false, version = "23.0.0" }
162sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }162sp-blockchain = "25.0.0"
163sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }163sp-consensus-aura = { default-features = false, version = "0.29.0" }
164sp-core = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }164sp-core = { default-features = false, version = "25.0.0" }
165sp-externalities = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }165sp-externalities = "0.23.0"
166sp-inherents = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }166sp-inherents = { default-features = false, version = "23.0.0" }
167sp-io = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }167sp-io = { default-features = false, version = "27.0.0" }
168sp-keystore = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }168sp-keystore = "0.31.0"
169sp-offchain = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }169sp-offchain = { default-features = false, version = "23.0.0" }
170sp-runtime = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }170sp-runtime = { default-features = false, version = "28.0.0" }
171sp-session = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }171sp-session = { default-features = false, version = "24.0.0" }
172sp-staking = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }172sp-staking = { default-features = false, version = "23.0.0" }
173sp-state-machine = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }173sp-state-machine = "0.32.0"
174sp-std = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }174sp-std = { default-features = false, version = "12.0.0" }
175sp-storage = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }175sp-storage = { default-features = false, version = "17.0.0" }
176sp-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }176sp-timestamp = "23.0.0"
177sp-tracing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }177sp-tracing = "14.0.0"
178sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }178sp-transaction-pool = { default-features = false, version = "23.0.0" }
179sp-trie = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }179sp-trie = { default-features = false, version = "26.0.0" }
180sp-version = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }180sp-version = { default-features = false, version = "26.0.0" }
181sp-weights = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }181sp-weights = { default-features = false, version = "24.0.0" }
182staging-xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false }182staging-xcm = { default-features = false , version = "4.0.0" }
183staging-xcm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false }183staging-xcm-builder = { default-features = false , version = "4.0.0" }
184staging-xcm-executor = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false }184staging-xcm-executor = { default-features = false , version = "4.0.0" }
185substrate-frame-rpc-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }185substrate-frame-rpc-system = "25.0.0"
186substrate-prometheus-endpoint = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }186substrate-prometheus-endpoint = "0.16.0"
187187
188# Parity: Build utils188# Parity: Build utils
189substrate-build-script-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }189substrate-build-script-utils = "9.0.0"
190substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }190substrate-wasm-builder = "14.0.0"
191191
192# Parity: Benchmarking192# Parity: Benchmarking
193frame-benchmarking = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }193frame-benchmarking = { default-features = false, version = "25.0.0" }
194frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }194frame-benchmarking-cli = "29.0.0"
195frame-system-benchmarking = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }195frame-system-benchmarking = { default-features = false, version = "25.0.0" }
196196
197# Parity: Try Runtime197# Parity: Try Runtime
198frame-try-runtime = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }198frame-try-runtime = { default-features = false, version = "0.31.0" }
199try-runtime-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }199try-runtime-cli = "0.35.0"
200200
201# ORML201# ORML
202orml-tokens = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "substrate-master" }202orml-tokens = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v1.3.0" }
203orml-traits = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "substrate-master" }203orml-traits = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v1.3.0" }
204orml-vesting = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "substrate-master" }204orml-vesting = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v1.3.0" }
205orml-xcm-support = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "substrate-master" }205orml-xcm-support = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v1.3.0" }
206orml-xtokens = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "substrate-master" }206orml-xtokens = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v1.3.0" }
207207
208# Other208# Other
209derivative = { version = "2.2.0", features = ["use_core"] }209derivative = { version = "2.2.0", features = ["use_core"] }
217serde = { default-features = false, features = ['derive'], version = "1.0.188" }217serde = { default-features = false, features = ['derive'], version = "1.0.188" }
218smallvec = "1.11.1"218smallvec = "1.11.1"
219
220[workspace.metadata.deppatcher.originals.workspace.dependencies]
221cumulus-client-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
222cumulus-client-collator = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
223cumulus-client-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
224cumulus-client-consensus-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
225cumulus-client-consensus-proposer = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
226cumulus-client-network = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
227cumulus-client-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
228cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
229cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
230cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
231cumulus-pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
232cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
233cumulus-primitives-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
234cumulus-primitives-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
235cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
236cumulus-primitives-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
237cumulus-primitives-utility = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
238cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
239cumulus-relay-chain-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
240cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
241frame-executive = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
242frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
243frame-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
244frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
245pallet-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
246pallet-authorship = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
247pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
248pallet-collective = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
249pallet-democracy = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
250pallet-membership = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
251pallet-preimage = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
252pallet-ranked-collective = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
253pallet-referenda = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
254pallet-scheduler = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
255pallet-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
256pallet-state-trie-migration = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
257pallet-sudo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
258pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
259pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
260pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
261pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
262pallet-treasury = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
263pallet-utility = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
264pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
265staging-parachain-info = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
266polkadot-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
267polkadot-parachain-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
268polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
269polkadot-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
270polkadot-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
271sc-basic-authorship = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
272sc-chain-spec = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
273sc-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
274sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
275sc-consensus = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
276sc-consensus-manual-seal = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
277sc-executor = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
278sc-network = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
279sc-network-sync = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
280sc-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
281sc-rpc-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
282sc-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
283sc-sysinfo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
284sc-telemetry = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
285sc-tracing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
286sc-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
287sp-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
288sp-arithmetic = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
289sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
290sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
291sp-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
292sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
293sp-externalities = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
294sp-inherents = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
295sp-io = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
296sp-keystore = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
297sp-offchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
298sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
299sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
300sp-staking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
301sp-state-machine = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
302sp-std = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
303sp-storage = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
304sp-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
305sp-tracing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
306sp-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
307sp-trie = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
308sp-version = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
309sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
310staging-xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
311staging-xcm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
312staging-xcm-executor = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
313substrate-frame-rpc-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
314substrate-prometheus-endpoint = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
315substrate-build-script-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
316substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
317frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
318frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
319frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
320frame-try-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
321try-runtime-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
322orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0" }
323orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0" }
324orml-vesting = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0" }
325orml-xcm-support = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0" }
326orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0" }
327fc-api = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
328fc-consensus = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
329fc-db = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
330fc-mapping-sync = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
331fc-rpc = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
332fc-rpc-core = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
333fp-evm = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
334fp-rpc = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
335fp-self-contained = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
336fp-storage = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
337pallet-base-fee = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
338pallet-ethereum = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
339pallet-evm = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
340pallet-evm-precompile-simple = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
341pallet-template-transaction-payment = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v1.1.0" }
342up-sponsorship = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v1.1.0" }
343
344
345[patch."https://github.com/paritytech/polkadot-sdk"]
346binary-merkle-tree = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
347cumulus-client-cli = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
348cumulus-client-collator = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
349cumulus-client-consensus-aura = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
350cumulus-client-consensus-common = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
351cumulus-client-consensus-proposer = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
352cumulus-client-network = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
353cumulus-client-pov-recovery = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
354cumulus-client-service = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
355cumulus-pallet-aura-ext = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
356cumulus-pallet-dmp-queue = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
357cumulus-pallet-parachain-system = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
358cumulus-pallet-parachain-system-proc-macro = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
359cumulus-pallet-xcm = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
360cumulus-pallet-xcmp-queue = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
361cumulus-primitives-aura = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
362cumulus-primitives-core = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
363cumulus-primitives-parachain-inherent = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
364cumulus-primitives-timestamp = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
365cumulus-primitives-utility = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
366cumulus-relay-chain-inprocess-interface = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
367cumulus-relay-chain-interface = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
368cumulus-relay-chain-minimal-node = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
369cumulus-relay-chain-rpc-interface = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
370cumulus-test-relay-sproof-builder = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
371fork-tree = { version = "3.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
372frame-benchmarking = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
373frame-benchmarking-cli = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
374frame-election-provider-solution-type = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
375frame-election-provider-support = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
376frame-executive = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
377frame-remote-externalities = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
378frame-support = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
379frame-support-procedural = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
380frame-support-procedural-tools = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
381frame-support-procedural-tools-derive = { version = "3.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
382frame-system = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
383frame-system-benchmarking = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
384frame-system-rpc-runtime-api = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
385frame-try-runtime = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
386mmr-gadget = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
387mmr-rpc = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
388pallet-aura = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
389pallet-authority-discovery = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
390pallet-authorship = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
391pallet-babe = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
392pallet-bags-list = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
393pallet-balances = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
394pallet-beefy = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
395pallet-beefy-mmr = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
396pallet-bounties = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
397pallet-child-bounties = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
398pallet-collective = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
399pallet-conviction-voting = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
400pallet-democracy = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
401pallet-election-provider-multi-phase = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
402pallet-election-provider-support-benchmarking = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
403pallet-elections-phragmen = { version = "5.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
404pallet-fast-unstake = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
405pallet-grandpa = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
406pallet-identity = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
407pallet-im-online = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
408pallet-indices = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
409pallet-membership = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
410pallet-message-queue = { version = "7.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
411pallet-mmr = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
412pallet-multisig = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
413pallet-nis = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
414pallet-nomination-pools = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
415pallet-nomination-pools-benchmarking = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
416pallet-nomination-pools-runtime-api = { version = "1.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
417pallet-offences = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
418pallet-offences-benchmarking = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
419pallet-preimage = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
420pallet-proxy = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
421pallet-ranked-collective = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
422pallet-recovery = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
423pallet-referenda = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
424pallet-scheduler = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
425pallet-session = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
426pallet-session-benchmarking = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
427pallet-society = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
428pallet-staking = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
429pallet-staking-reward-curve = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
430pallet-staking-reward-fn = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
431pallet-staking-runtime-api = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
432pallet-state-trie-migration = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
433pallet-sudo = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
434pallet-timestamp = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
435pallet-tips = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
436pallet-transaction-payment = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
437pallet-transaction-payment-rpc = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
438pallet-transaction-payment-rpc-runtime-api = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
439pallet-treasury = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
440pallet-utility = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
441pallet-vesting = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
442pallet-whitelist = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
443pallet-xcm = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
444pallet-xcm-benchmarks = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
445staging-parachain-info = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
446polkadot-approval-distribution = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
447polkadot-availability-bitfield-distribution = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
448polkadot-availability-distribution = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
449polkadot-availability-recovery = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
450polkadot-cli = { version = "1.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
451polkadot-collator-protocol = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
452polkadot-core-primitives = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
453polkadot-dispute-distribution = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
454polkadot-erasure-coding = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
455polkadot-gossip-support = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
456polkadot-network-bridge = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
457polkadot-node-collation-generation = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
458polkadot-node-core-approval-voting = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
459polkadot-node-core-av-store = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
460polkadot-node-core-backing = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
461polkadot-node-core-bitfield-signing = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
462polkadot-node-core-candidate-validation = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
463polkadot-node-core-chain-api = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
464polkadot-node-core-chain-selection = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
465polkadot-node-core-dispute-coordinator = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
466polkadot-node-core-parachains-inherent = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
467polkadot-node-core-prospective-parachains = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
468polkadot-node-core-provisioner = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
469polkadot-node-core-pvf = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
470polkadot-node-core-pvf-checker = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
471polkadot-node-core-pvf-common = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
472polkadot-node-core-pvf-prepare-worker = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
473polkadot-node-core-runtime-api = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
474polkadot-node-jaeger = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
475polkadot-node-metrics = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
476polkadot-node-network-protocol = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
477polkadot-node-primitives = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
478polkadot-node-subsystem = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
479polkadot-node-subsystem-types = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
480polkadot-node-subsystem-util = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
481polkadot-overseer = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
482polkadot-parachain-primitives = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
483polkadot-primitives = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
484polkadot-rpc = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
485polkadot-runtime-common = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
486polkadot-runtime-metrics = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
487polkadot-runtime-parachains = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
488polkadot-service = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
489polkadot-statement-distribution = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
490polkadot-statement-table = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
491rococo-runtime = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
492rococo-runtime-constants = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
493sc-allocator = { version = "4.1.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
494sc-authority-discovery = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
495sc-basic-authorship = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
496sc-block-builder = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
497sc-chain-spec = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
498sc-chain-spec-derive = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
499sc-cli = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
500sc-client-api = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
501sc-client-db = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
502sc-consensus = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
503sc-consensus-aura = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
504sc-consensus-babe = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
505sc-consensus-babe-rpc = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
506sc-consensus-beefy = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
507sc-consensus-beefy-rpc = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
508sc-consensus-epochs = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
509sc-consensus-grandpa = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
510sc-consensus-grandpa-rpc = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
511sc-consensus-manual-seal = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
512sc-consensus-slots = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
513sc-executor = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
514sc-executor-common = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
515sc-executor-wasmtime = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
516sc-informant = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
517sc-keystore = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
518sc-network = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
519sc-network-bitswap = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
520sc-network-common = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
521sc-network-gossip = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
522sc-network-light = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
523sc-network-sync = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
524sc-network-transactions = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
525sc-offchain = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
526sc-proposer-metrics = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
527sc-rpc = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
528sc-rpc-api = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
529sc-rpc-server = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
530sc-rpc-spec-v2 = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
531sc-service = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
532sc-state-db = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
533sc-storage-monitor = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
534sc-sync-state-rpc = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
535sc-sysinfo = { version = "6.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
536sc-telemetry = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
537sc-tracing = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
538sc-tracing-proc-macro = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
539sc-transaction-pool = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
540sc-transaction-pool-api = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
541sc-utils = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
542slot-range-helper = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
543sp-api = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
544sp-api-proc-macro = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
545sp-application-crypto = { version = "23.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
546sp-arithmetic = { version = "16.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
547sp-authority-discovery = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
548sp-block-builder = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
549sp-blockchain = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
550sp-consensus = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
551sp-consensus-aura = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
552sp-consensus-babe = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
553sp-consensus-beefy = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
554sp-consensus-grandpa = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
555sp-consensus-slots = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
556sp-core = { version = "21.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
557sp-core-hashing = { version = "9.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
558sp-core-hashing-proc-macro = { version = "9.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
559sp-database = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
560sp-debug-derive = { version = "8.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
561sp-externalities = { version = "0.19.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
562sp-genesis-builder = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
563sp-inherents = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
564sp-io = { version = "23.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
565sp-keyring = { version = "24.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
566sp-keystore = { version = "0.27.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
567sp-maybe-compressed-blob = { version = "4.1.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
568sp-metadata-ir = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
569sp-mmr-primitives = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
570sp-npos-elections = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
571sp-offchain = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
572sp-panic-handler = { version = "8.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
573sp-rpc = { version = "6.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
574sp-runtime = { version = "24.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
575sp-runtime-interface = { version = "17.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
576sp-runtime-interface-proc-macro = { version = "11.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
577sp-session = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
578sp-staking = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
579sp-state-machine = { version = "0.28.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
580sp-statement-store = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
581sp-std = { version = "8.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
582sp-storage = { version = "13.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
583sp-timestamp = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
584sp-tracing = { version = "10.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
585sp-transaction-pool = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
586sp-transaction-storage-proof = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
587sp-trie = { version = "22.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
588sp-version = { version = "22.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
589sp-version-proc-macro = { version = "8.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
590sp-wasm-interface = { version = "14.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
591sp-weights = { version = "20.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
592staging-xcm = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
593staging-xcm-builder = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
594staging-xcm-executor = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
595substrate-build-script-utils = { version = "3.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
596substrate-frame-rpc-system = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
597substrate-prometheus-endpoint = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
598substrate-rpc-client = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
599substrate-state-trie-migration-rpc = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
600substrate-wasm-builder = { version = "5.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
601tracing-gum = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
602tracing-gum-proc-macro = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
603try-runtime-cli = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
604westend-runtime = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
605westend-runtime-constants = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
606xcm-procedural = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
607219
220
modifiednode/cli/src/service.rsdiffbeforeafterboth
779 },779 },
780 collator_key,780 collator_key,
781 relay_chain_slot_duration,781 relay_chain_slot_duration,
782 #[cfg(not(feature = "lookahead"))]
783 collation_request_receiver: None,
782 };784 };
783785
784 task_manager.spawn_essential_handle().spawn(786 task_manager.spawn_essential_handle().spawn(
modifiedruntime/common/ethereum/precompiles/utils/mod.rsdiffbeforeafterboth
2222
23mod data;23mod data;
2424
25pub use data::{Bytes, EvmData, EvmDataReader, EvmDataWriter};25pub use data::{Bytes, EvmDataReader, EvmDataWriter};
2626
27/// Alias for Result returning an EVM precompile error.27/// Alias for Result returning an EVM precompile error.
28pub type EvmResult<T = ()> = Result<T, PrecompileFailure>;28pub type EvmResult<T = ()> = Result<T, PrecompileFailure>;