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

difftreelog

build pull changes from upstream substrate

Yaroslav Bolyukin2022-02-07parent: #bd1249e.patch.diff
in: master

4 files changed

modifiedCargo.lockdiffbeforeafterboth
9999
100[[package]]100[[package]]
101name = "anyhow"101name = "anyhow"
102version = "1.0.52"102version = "1.0.53"
103source = "registry+https://github.com/rust-lang/crates.io-index"103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3"104checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0"
105105
106[[package]]106[[package]]
107name = "approx"107name = "approx"
108version = "0.5.0"108version = "0.5.1"
109source = "registry+https://github.com/rust-lang/crates.io-index"109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "072df7202e63b127ab55acfe16ce97013d5b97bf160489336d3f1840fd78e99e"110checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
111dependencies = [111dependencies = [
112 "num-traits",112 "num-traits",
113]113]
216 "parking",216 "parking",
217 "polling",217 "polling",
218 "slab",218 "slab",
219 "socket2 0.4.2",219 "socket2 0.4.4",
220 "waker-fn",220 "waker-fn",
221 "winapi 0.3.9",221 "winapi 0.3.9",
222]222]
287287
288[[package]]288[[package]]
289name = "async-std-resolver"289name = "async-std-resolver"
290version = "0.20.3"290version = "0.20.4"
291source = "registry+https://github.com/rust-lang/crates.io-index"291source = "registry+https://github.com/rust-lang/crates.io-index"
292checksum = "ed4e2c3da14d8ad45acb1e3191db7a918e9505b6f155b218e70a7c9a1a48c638"292checksum = "dbf3e776afdf3a2477ef4854b85ba0dff3bd85792f685fb3c68948b4d304e4f0"
293dependencies = [293dependencies = [
294 "async-std",294 "async-std",
295 "async-trait",295 "async-trait",
301301
302[[package]]302[[package]]
303name = "async-task"303name = "async-task"
304version = "4.0.3"304version = "4.1.0"
305source = "registry+https://github.com/rust-lang/crates.io-index"305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"306checksum = "677d306121baf53310a3fd342d88dc0824f6bbeace68347593658525565abee8"
307307
308[[package]]308[[package]]
309name = "async-trait"309name = "async-trait"
388388
389[[package]]389[[package]]
390name = "backtrace"390name = "backtrace"
391version = "0.3.63"391version = "0.3.64"
392source = "registry+https://github.com/rust-lang/crates.io-index"392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "321629d8ba6513061f26707241fa9bc89524ff1cd7a915a97ef0c62c666ce1b6"393checksum = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f"
394dependencies = [394dependencies = [
395 "addr2line",395 "addr2line",
396 "cc",396 "cc",
435dependencies = [435dependencies = [
436 "beefy-primitives",436 "beefy-primitives",
437 "fnv",437 "fnv",
438 "futures 0.3.19",438 "futures 0.3.21",
439 "log",439 "log",
440 "parity-scale-codec",440 "parity-scale-codec",
441 "parking_lot 0.11.2",441 "parking_lot 0.11.2",
465 "beefy-gadget",465 "beefy-gadget",
466 "beefy-primitives",466 "beefy-primitives",
467 "derive_more",467 "derive_more",
468 "futures 0.3.19",468 "futures 0.3.21",
469 "jsonrpc-core",469 "jsonrpc-core",
470 "jsonrpc-core-client",470 "jsonrpc-core-client",
471 "jsonrpc-derive",471 "jsonrpc-derive",
502502
503[[package]]503[[package]]
504name = "bimap"504name = "bimap"
505version = "0.6.1"505version = "0.6.2"
506source = "registry+https://github.com/rust-lang/crates.io-index"506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "50ae17cabbc8a38a1e3e4c1a6a664e9a09672dc14d0896fa8d865d3a5a446b07"507checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"
508508
509[[package]]509[[package]]
510name = "bincode"510name = "bincode"
634634
635[[package]]635[[package]]
636name = "block-buffer"636name = "block-buffer"
637version = "0.10.0"637version = "0.10.1"
638source = "registry+https://github.com/rust-lang/crates.io-index"638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "f1d36a02058e76b040de25a4464ba1c80935655595b661505c8b39b664828b95"639checksum = "03588e54c62ae6d763e2a80090d50353b785795361b4ff5b3bf0a5097fc31c0b"
640dependencies = [640dependencies = [
641 "generic-array 0.14.5",641 "generic-array 0.14.5",
642]642]
682[[package]]682[[package]]
683name = "bp-header-chain"683name = "bp-header-chain"
684version = "0.1.0"684version = "0.1.0"
685source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"685source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
686dependencies = [686dependencies = [
687 "finality-grandpa",687 "finality-grandpa",
688 "frame-support",688 "frame-support",
698[[package]]698[[package]]
699name = "bp-message-dispatch"699name = "bp-message-dispatch"
700version = "0.1.0"700version = "0.1.0"
701source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"701source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
702dependencies = [702dependencies = [
703 "bp-runtime",703 "bp-runtime",
704 "frame-support",704 "frame-support",
710[[package]]710[[package]]
711name = "bp-messages"711name = "bp-messages"
712version = "0.1.0"712version = "0.1.0"
713source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"713source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
714dependencies = [714dependencies = [
715 "bitvec",715 "bitvec",
716 "bp-runtime",716 "bp-runtime",
726[[package]]726[[package]]
727name = "bp-polkadot-core"727name = "bp-polkadot-core"
728version = "0.1.0"728version = "0.1.0"
729source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"729source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
730dependencies = [730dependencies = [
731 "bp-messages",731 "bp-messages",
732 "bp-runtime",732 "bp-runtime",
744[[package]]744[[package]]
745name = "bp-rococo"745name = "bp-rococo"
746version = "0.1.0"746version = "0.1.0"
747source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"747source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
748dependencies = [748dependencies = [
749 "bp-messages",749 "bp-messages",
750 "bp-polkadot-core",750 "bp-polkadot-core",
761[[package]]761[[package]]
762name = "bp-runtime"762name = "bp-runtime"
763version = "0.1.0"763version = "0.1.0"
764source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"764source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
765dependencies = [765dependencies = [
766 "frame-support",766 "frame-support",
767 "hash-db",767 "hash-db",
779[[package]]779[[package]]
780name = "bp-test-utils"780name = "bp-test-utils"
781version = "0.1.0"781version = "0.1.0"
782source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"782source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
783dependencies = [783dependencies = [
784 "bp-header-chain",784 "bp-header-chain",
785 "ed25519-dalek",785 "ed25519-dalek",
794[[package]]794[[package]]
795name = "bp-wococo"795name = "bp-wococo"
796version = "0.1.0"796version = "0.1.0"
797source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"797source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
798dependencies = [798dependencies = [
799 "bp-messages",799 "bp-messages",
800 "bp-polkadot-core",800 "bp-polkadot-core",
809[[package]]809[[package]]
810name = "bridge-runtime-common"810name = "bridge-runtime-common"
811version = "0.1.0"811version = "0.1.0"
812source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"812source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
813dependencies = [813dependencies = [
814 "bp-message-dispatch",814 "bp-message-dispatch",
815 "bp-messages",815 "bp-messages",
931dependencies = [931dependencies = [
932 "camino",932 "camino",
933 "cargo-platform",933 "cargo-platform",
934 "semver 1.0.4",934 "semver 1.0.5",
935 "serde",935 "serde",
936 "serde_json",936 "serde_json",
937]937]
10411041
1042[[package]]1042[[package]]
1043name = "clang-sys"1043name = "clang-sys"
1044version = "1.3.0"1044version = "1.3.1"
1045source = "registry+https://github.com/rust-lang/crates.io-index"1045source = "registry+https://github.com/rust-lang/crates.io-index"
1046checksum = "fa66045b9cb23c2e9c1520732030608b02ee07e5cfaa5a521ec15ded7fa24c90"1046checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"
1047dependencies = [1047dependencies = [
1048 "glob",1048 "glob",
1049 "libc",1049 "libc",
12291229
1230[[package]]1230[[package]]
1231name = "crc32fast"1231name = "crc32fast"
1232version = "1.3.0"1232version = "1.3.1"
1233source = "registry+https://github.com/rust-lang/crates.io-index"1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "738c290dfaea84fc1ca15ad9c168d083b05a714e1efddd8edaab678dc28d2836"1234checksum = "a2209c310e29876f7f0b2721e7e26b84aff178aa3da5d091f9bfbf47669e60e3"
1235dependencies = [1235dependencies = [
1236 "cfg-if 1.0.0",1236 "cfg-if 1.0.0",
1237]1237]
12591259
1260[[package]]1260[[package]]
1261name = "crossbeam-epoch"1261name = "crossbeam-epoch"
1262version = "0.9.6"1262version = "0.9.7"
1263source = "registry+https://github.com/rust-lang/crates.io-index"1263source = "registry+https://github.com/rust-lang/crates.io-index"
1264checksum = "97242a70df9b89a65d0b6df3c4bf5b9ce03c5b7309019777fbde37e7537f8762"1264checksum = "c00d6d2ea26e8b151d99093005cb442fb9a37aeaca582a03ec70946f49ab5ed9"
1265dependencies = [1265dependencies = [
1266 "cfg-if 1.0.0",1266 "cfg-if 1.0.0",
1267 "crossbeam-utils",1267 "crossbeam-utils",
12721272
1273[[package]]1273[[package]]
1274name = "crossbeam-utils"1274name = "crossbeam-utils"
1275version = "0.8.6"1275version = "0.8.7"
1276source = "registry+https://github.com/rust-lang/crates.io-index"1276source = "registry+https://github.com/rust-lang/crates.io-index"
1277checksum = "cfcae03edb34f947e64acdb1c33ec169824e20657e9ecb61cef6c8c74dcb8120"1277checksum = "b5e5bed1f1c269533fa816a0a5492b3545209a205ca1a54842be180eb63a16a6"
1278dependencies = [1278dependencies = [
1279 "cfg-if 1.0.0",1279 "cfg-if 1.0.0",
1280 "lazy_static",1280 "lazy_static",
1383 "cumulus-client-network",1383 "cumulus-client-network",
1384 "cumulus-primitives-core",1384 "cumulus-primitives-core",
1385 "cumulus-relay-chain-interface",1385 "cumulus-relay-chain-interface",
1386 "futures 0.3.19",1386 "futures 0.3.21",
1387 "parity-scale-codec",1387 "parity-scale-codec",
1388 "parking_lot 0.10.2",1388 "parking_lot 0.10.2",
1389 "polkadot-node-primitives",1389 "polkadot-node-primitives",
1406 "async-trait",1406 "async-trait",
1407 "cumulus-client-consensus-common",1407 "cumulus-client-consensus-common",
1408 "cumulus-primitives-core",1408 "cumulus-primitives-core",
1409 "futures 0.3.19",1409 "futures 0.3.21",
1410 "parity-scale-codec",1410 "parity-scale-codec",
1411 "sc-client-api",1411 "sc-client-api",
1412 "sc-consensus",1412 "sc-consensus",
1435 "async-trait",1435 "async-trait",
1436 "cumulus-relay-chain-interface",1436 "cumulus-relay-chain-interface",
1437 "dyn-clone",1437 "dyn-clone",
1438 "futures 0.3.19",1438 "futures 0.3.21",
1439 "parity-scale-codec",1439 "parity-scale-codec",
1440 "polkadot-primitives",1440 "polkadot-primitives",
1441 "sc-client-api",1441 "sc-client-api",
1456 "async-trait",1456 "async-trait",
1457 "cumulus-relay-chain-interface",1457 "cumulus-relay-chain-interface",
1458 "derive_more",1458 "derive_more",
1459 "futures 0.3.19",1459 "futures 0.3.21",
1460 "futures-timer",1460 "futures-timer",
1461 "parity-scale-codec",1461 "parity-scale-codec",
1462 "parking_lot 0.11.2",1462 "parking_lot 0.11.2",
1480dependencies = [1480dependencies = [
1481 "cumulus-primitives-core",1481 "cumulus-primitives-core",
1482 "cumulus-relay-chain-interface",1482 "cumulus-relay-chain-interface",
1483 "futures 0.3.19",1483 "futures 0.3.21",
1484 "futures-timer",1484 "futures-timer",
1485 "parity-scale-codec",1485 "parity-scale-codec",
1486 "polkadot-node-primitives",1486 "polkadot-node-primitives",
1713 "async-trait",1713 "async-trait",
1714 "cumulus-primitives-core",1714 "cumulus-primitives-core",
1715 "derive_more",1715 "derive_more",
1716 "futures 0.3.19",1716 "futures 0.3.21",
1717 "parking_lot 0.11.2",1717 "parking_lot 0.11.2",
1718 "polkadot-overseer",1718 "polkadot-overseer",
1719 "sc-client-api",1719 "sc-client-api",
1734 "async-trait",1734 "async-trait",
1735 "cumulus-primitives-core",1735 "cumulus-primitives-core",
1736 "cumulus-relay-chain-interface",1736 "cumulus-relay-chain-interface",
1737 "futures 0.3.19",1737 "futures 0.3.21",
1738 "futures-timer",1738 "futures-timer",
1739 "parking_lot 0.11.2",1739 "parking_lot 0.11.2",
1740 "polkadot-client",1740 "polkadot-client",
1902source = "registry+https://github.com/rust-lang/crates.io-index"1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "b697d66081d42af4fba142d56918a3cb21dc8eb63372c6b85d14f44fb9c5979b"1903checksum = "b697d66081d42af4fba142d56918a3cb21dc8eb63372c6b85d14f44fb9c5979b"
1904dependencies = [1904dependencies = [
1905 "block-buffer 0.10.0",1905 "block-buffer 0.10.1",
1906 "crypto-common",1906 "crypto-common",
1907 "generic-array 0.14.5",1907 "generic-array 0.14.5",
1908]1908]
2069 "syn",2069 "syn",
2070]2070]
2071
2072[[package]]
2073name = "env_logger"
2074version = "0.7.1"
2075source = "registry+https://github.com/rust-lang/crates.io-index"
2076checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
2077dependencies = [
2078 "atty",
2079 "humantime 1.3.0",
2080 "log",
2081 "regex",
2082 "termcolor",
2083]
20842071
2085[[package]]2072[[package]]
2086name = "env_logger"2073name = "env_logger"
2089checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2076checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
2090dependencies = [2077dependencies = [
2091 "atty",2078 "atty",
2092 "humantime 2.1.0",2079 "humantime",
2093 "log",2080 "log",
2094 "regex",2081 "regex",
2095 "termcolor",2082 "termcolor",
21742161
2175[[package]]2162[[package]]
2176name = "event-listener"2163name = "event-listener"
2177version = "2.5.1"2164version = "2.5.2"
2178source = "registry+https://github.com/rust-lang/crates.io-index"2165source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"2166checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
21802167
2181[[package]]2168[[package]]
2182name = "evm"2169name = "evm"
2265source = "registry+https://github.com/rust-lang/crates.io-index"2252source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2253checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"
2267dependencies = [2254dependencies = [
2268 "futures 0.3.19",2255 "futures 0.3.21",
2269]2256]
22702257
2271[[package]]2258[[package]]
22822269
2283[[package]]2270[[package]]
2284name = "fastrand"2271name = "fastrand"
2285version = "1.6.0"2272version = "1.7.0"
2286source = "registry+https://github.com/rust-lang/crates.io-index"2273source = "registry+https://github.com/rust-lang/crates.io-index"
2287checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2"2274checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
2288dependencies = [2275dependencies = [
2289 "instant",2276 "instant",
2290]2277]
2299 "fc-db",2286 "fc-db",
2300 "fp-consensus",2287 "fp-consensus",
2301 "fp-rpc",2288 "fp-rpc",
2302 "futures 0.3.19",2289 "futures 0.3.21",
2303 "log",2290 "log",
2304 "parity-scale-codec",2291 "parity-scale-codec",
2305 "sc-client-api",2292 "sc-client-api",
2341 "fc-db",2328 "fc-db",
2342 "fp-consensus",2329 "fp-consensus",
2343 "fp-rpc",2330 "fp-rpc",
2344 "futures 0.3.19",2331 "futures 0.3.21",
2345 "futures-timer",2332 "futures-timer",
2346 "log",2333 "log",
2347 "sc-client-api",2334 "sc-client-api",
2365 "fp-evm",2352 "fp-evm",
2366 "fp-rpc",2353 "fp-rpc",
2367 "fp-storage",2354 "fp-storage",
2368 "futures 0.3.19",2355 "futures 0.3.21",
2369 "futures-util",2356 "futures-util",
2370 "jsonrpc-core",2357 "jsonrpc-core",
2371 "jsonrpc-pubsub",2358 "jsonrpc-pubsub",
2393 "sp-runtime",2380 "sp-runtime",
2394 "sp-storage",2381 "sp-storage",
2395 "sp-transaction-pool",2382 "sp-transaction-pool",
2396 "tokio 1.15.0",2383 "tokio 1.16.1",
2397]2384]
23982385
2399[[package]]2386[[package]]
24252412
2426[[package]]2413[[package]]
2427name = "file-per-thread-logger"2414name = "file-per-thread-logger"
2428version = "0.1.4"2415version = "0.1.5"
2429source = "registry+https://github.com/rust-lang/crates.io-index"2416source = "registry+https://github.com/rust-lang/crates.io-index"
2430checksum = "4fdbe0d94371f9ce939b555dd342d0686cc4c0cadbcd4b61d70af5ff97eb4126"2417checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"
2431dependencies = [2418dependencies = [
2432 "env_logger 0.7.1",2419 "env_logger",
2433 "log",2420 "log",
2434]2421]
24352422
2440checksum = "e8ac3ff5224ef91f3c97e03eb1de2db82743427e91aaa5ac635f454f0b164f5a"2427checksum = "e8ac3ff5224ef91f3c97e03eb1de2db82743427e91aaa5ac635f454f0b164f5a"
2441dependencies = [2428dependencies = [
2442 "either",2429 "either",
2443 "futures 0.3.19",2430 "futures 0.3.21",
2444 "futures-timer",2431 "futures-timer",
2445 "log",2432 "log",
2446 "num-traits",2433 "num-traits",
28492836
2850[[package]]2837[[package]]
2851name = "futures"2838name = "futures"
2852version = "0.3.19"2839version = "0.3.21"
2853source = "registry+https://github.com/rust-lang/crates.io-index"2840source = "registry+https://github.com/rust-lang/crates.io-index"
2854checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"2841checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
2855dependencies = [2842dependencies = [
2856 "futures-channel",2843 "futures-channel",
2857 "futures-core",2844 "futures-core",
28642851
2865[[package]]2852[[package]]
2866name = "futures-channel"2853name = "futures-channel"
2867version = "0.3.19"2854version = "0.3.21"
2868source = "registry+https://github.com/rust-lang/crates.io-index"2855source = "registry+https://github.com/rust-lang/crates.io-index"
2869checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"2856checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
2870dependencies = [2857dependencies = [
2871 "futures-core",2858 "futures-core",
2872 "futures-sink",2859 "futures-sink",
2873]2860]
28742861
2875[[package]]2862[[package]]
2876name = "futures-core"2863name = "futures-core"
2877version = "0.3.19"2864version = "0.3.21"
2878source = "registry+https://github.com/rust-lang/crates.io-index"2865source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"2866checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
28802867
2881[[package]]2868[[package]]
2882name = "futures-executor"2869name = "futures-executor"
2883version = "0.3.19"2870version = "0.3.21"
2884source = "registry+https://github.com/rust-lang/crates.io-index"2871source = "registry+https://github.com/rust-lang/crates.io-index"
2885checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"2872checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
2886dependencies = [2873dependencies = [
2887 "futures-core",2874 "futures-core",
2888 "futures-task",2875 "futures-task",
28922879
2893[[package]]2880[[package]]
2894name = "futures-io"2881name = "futures-io"
2895version = "0.3.19"2882version = "0.3.21"
2896source = "registry+https://github.com/rust-lang/crates.io-index"2883source = "registry+https://github.com/rust-lang/crates.io-index"
2897checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"2884checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
28982885
2899[[package]]2886[[package]]
2900name = "futures-lite"2887name = "futures-lite"
29132900
2914[[package]]2901[[package]]
2915name = "futures-macro"2902name = "futures-macro"
2916version = "0.3.19"2903version = "0.3.21"
2917source = "registry+https://github.com/rust-lang/crates.io-index"2904source = "registry+https://github.com/rust-lang/crates.io-index"
2918checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"2905checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
2919dependencies = [2906dependencies = [
2920 "proc-macro2",2907 "proc-macro2",
2921 "quote",2908 "quote",
29352922
2936[[package]]2923[[package]]
2937name = "futures-sink"2924name = "futures-sink"
2938version = "0.3.19"2925version = "0.3.21"
2939source = "registry+https://github.com/rust-lang/crates.io-index"2926source = "registry+https://github.com/rust-lang/crates.io-index"
2940checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"2927checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
29412928
2942[[package]]2929[[package]]
2943name = "futures-task"2930name = "futures-task"
2944version = "0.3.19"2931version = "0.3.21"
2945source = "registry+https://github.com/rust-lang/crates.io-index"2932source = "registry+https://github.com/rust-lang/crates.io-index"
2946checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"2933checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
29472934
2948[[package]]2935[[package]]
2949name = "futures-timer"2936name = "futures-timer"
29532940
2954[[package]]2941[[package]]
2955name = "futures-util"2942name = "futures-util"
2956version = "0.3.19"2943version = "0.3.21"
2957source = "registry+https://github.com/rust-lang/crates.io-index"2944source = "registry+https://github.com/rust-lang/crates.io-index"
2958checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"2945checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
2959dependencies = [2946dependencies = [
2960 "futures 0.1.31",2947 "futures 0.1.31",
2961 "futures-channel",2948 "futures-channel",
30553042
3056[[package]]3043[[package]]
3057name = "gloo-timers"3044name = "gloo-timers"
3058version = "0.2.2"3045version = "0.2.3"
3059source = "registry+https://github.com/rust-lang/crates.io-index"3046source = "registry+https://github.com/rust-lang/crates.io-index"
3060checksum = "6f16c88aa13d2656ef20d1c042086b8767bbe2bdb62526894275a1b062161b2e"3047checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e"
3061dependencies = [3048dependencies = [
3062 "futures-channel",3049 "futures-channel",
3063 "futures-core",3050 "futures-core",
3064 "js-sys",3051 "js-sys",
3065 "wasm-bindgen",3052 "wasm-bindgen",
3066 "web-sys",
3067]3053]
30683054
3069[[package]]3055[[package]]
3070name = "h2"3056name = "h2"
3071version = "0.3.10"3057version = "0.3.11"
3072source = "registry+https://github.com/rust-lang/crates.io-index"3058source = "registry+https://github.com/rust-lang/crates.io-index"
3073checksum = "0c9de88456263e249e241fcd211d3954e2c9b0ef7ccfc235a444eb367cae3689"3059checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e"
3074dependencies = [3060dependencies = [
3075 "bytes 1.1.0",3061 "bytes 1.1.0",
3076 "fnv",3062 "fnv",
3080 "http",3066 "http",
3081 "indexmap",3067 "indexmap",
3082 "slab",3068 "slab",
3083 "tokio 1.15.0",3069 "tokio 1.16.1",
3084 "tokio-util",3070 "tokio-util",
3085 "tracing",3071 "tracing",
3086]3072]
3123 "ahash",3109 "ahash",
3124]3110]
3111
3112[[package]]
3113name = "hashbrown"
3114version = "0.12.0"
3115source = "registry+https://github.com/rust-lang/crates.io-index"
3116checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"
3117dependencies = [
3118 "ahash",
3119]
31253120
3126[[package]]3121[[package]]
3127name = "heck"3122name = "heck"
3256source = "registry+https://github.com/rust-lang/crates.io-index"3251source = "registry+https://github.com/rust-lang/crates.io-index"
3257checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"3252checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
3258
3259[[package]]
3260name = "humantime"
3261version = "1.3.0"
3262source = "registry+https://github.com/rust-lang/crates.io-index"
3263checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
3264dependencies = [
3265 "quick-error 1.2.3",
3266]
32673253
3268[[package]]3254[[package]]
3269name = "humantime"3255name = "humantime"
3288 "httpdate",3274 "httpdate",
3289 "itoa 0.4.8",3275 "itoa 0.4.8",
3290 "pin-project-lite 0.2.8",3276 "pin-project-lite 0.2.8",
3291 "socket2 0.4.2",3277 "socket2 0.4.4",
3292 "tokio 1.15.0",3278 "tokio 1.16.1",
3293 "tower-service",3279 "tower-service",
3294 "tracing",3280 "tracing",
3295 "want",3281 "want",
3307 "log",3293 "log",
3308 "rustls",3294 "rustls",
3309 "rustls-native-certs",3295 "rustls-native-certs",
3310 "tokio 1.15.0",3296 "tokio 1.16.1",
3311 "tokio-rustls",3297 "tokio-rustls",
3312 "webpki",3298 "webpki",
3313]3299]
3368checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3354checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"
3369dependencies = [3355dependencies = [
3370 "async-io",3356 "async-io",
3371 "futures 0.3.19",3357 "futures 0.3.21",
3372 "futures-lite",3358 "futures-lite",
3373 "if-addrs",3359 "if-addrs",
3374 "ipnet",3360 "ipnet",
34063392
3407[[package]]3393[[package]]
3408name = "impl-trait-for-tuples"3394name = "impl-trait-for-tuples"
3409version = "0.2.1"3395version = "0.2.2"
3410source = "registry+https://github.com/rust-lang/crates.io-index"3396source = "registry+https://github.com/rust-lang/crates.io-index"
3411checksum = "d5dacb10c5b3bb92d46ba347505a9041e676bb20ad220101326bffb0c93031ee"3397checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"
3412dependencies = [3398dependencies = [
3413 "proc-macro2",3399 "proc-macro2",
3414 "quote",3400 "quote",
3422checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"3408checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
3423dependencies = [3409dependencies = [
3424 "autocfg",3410 "autocfg",
3425 "hashbrown",3411 "hashbrown 0.11.2",
3426 "serde",3412 "serde",
3427]3413]
34283414
35243510
3525[[package]]3511[[package]]
3526name = "js-sys"3512name = "js-sys"
3527version = "0.3.55"3513version = "0.3.56"
3528source = "registry+https://github.com/rust-lang/crates.io-index"3514source = "registry+https://github.com/rust-lang/crates.io-index"
3529checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"3515checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
3530dependencies = [3516dependencies = [
3531 "wasm-bindgen",3517 "wasm-bindgen",
3532]3518]
3538checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"3524checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"
3539dependencies = [3525dependencies = [
3540 "derive_more",3526 "derive_more",
3541 "futures 0.3.19",3527 "futures 0.3.21",
3542 "jsonrpc-core",3528 "jsonrpc-core",
3543 "jsonrpc-pubsub",3529 "jsonrpc-pubsub",
3544 "log",3530 "log",
3553source = "registry+https://github.com/rust-lang/crates.io-index"3539source = "registry+https://github.com/rust-lang/crates.io-index"
3554checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"3540checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
3555dependencies = [3541dependencies = [
3556 "futures 0.3.19",3542 "futures 0.3.21",
3557 "futures-executor",3543 "futures-executor",
3558 "futures-util",3544 "futures-util",
3559 "log",3545 "log",
3568source = "registry+https://github.com/rust-lang/crates.io-index"3554source = "registry+https://github.com/rust-lang/crates.io-index"
3569checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"3555checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"
3570dependencies = [3556dependencies = [
3571 "futures 0.3.19",3557 "futures 0.3.21",
3572 "jsonrpc-client-transports",3558 "jsonrpc-client-transports",
3573]3559]
35743560
3590source = "registry+https://github.com/rust-lang/crates.io-index"3576source = "registry+https://github.com/rust-lang/crates.io-index"
3591checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"3577checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"
3592dependencies = [3578dependencies = [
3593 "futures 0.3.19",3579 "futures 0.3.21",
3594 "hyper",3580 "hyper",
3595 "jsonrpc-core",3581 "jsonrpc-core",
3596 "jsonrpc-server-utils",3582 "jsonrpc-server-utils",
3606source = "registry+https://github.com/rust-lang/crates.io-index"3592source = "registry+https://github.com/rust-lang/crates.io-index"
3607checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"3593checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"
3608dependencies = [3594dependencies = [
3609 "futures 0.3.19",3595 "futures 0.3.21",
3610 "jsonrpc-core",3596 "jsonrpc-core",
3611 "jsonrpc-server-utils",3597 "jsonrpc-server-utils",
3612 "log",3598 "log",
3621source = "registry+https://github.com/rust-lang/crates.io-index"3607source = "registry+https://github.com/rust-lang/crates.io-index"
3622checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"3608checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"
3623dependencies = [3609dependencies = [
3624 "futures 0.3.19",3610 "futures 0.3.21",
3625 "jsonrpc-core",3611 "jsonrpc-core",
3626 "lazy_static",3612 "lazy_static",
3627 "log",3613 "log",
3637checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"3623checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
3638dependencies = [3624dependencies = [
3639 "bytes 1.1.0",3625 "bytes 1.1.0",
3640 "futures 0.3.19",3626 "futures 0.3.21",
3641 "globset",3627 "globset",
3642 "jsonrpc-core",3628 "jsonrpc-core",
3643 "lazy_static",3629 "lazy_static",
3644 "log",3630 "log",
3645 "tokio 1.15.0",3631 "tokio 1.16.1",
3646 "tokio-stream",3632 "tokio-stream",
3647 "tokio-util",3633 "tokio-util",
3648 "unicase",3634 "unicase",
3654source = "registry+https://github.com/rust-lang/crates.io-index"3640source = "registry+https://github.com/rust-lang/crates.io-index"
3655checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"3641checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"
3656dependencies = [3642dependencies = [
3657 "futures 0.3.19",3643 "futures 0.3.21",
3658 "jsonrpc-core",3644 "jsonrpc-core",
3659 "jsonrpc-server-utils",3645 "jsonrpc-server-utils",
3660 "log",3646 "log",
3727 "arrayvec 0.7.2",3713 "arrayvec 0.7.2",
3728 "async-trait",3714 "async-trait",
3729 "fnv",3715 "fnv",
3730 "futures 0.3.19",3716 "futures 0.3.21",
3731 "http",3717 "http",
3732 "jsonrpsee-types",3718 "jsonrpsee-types",
3733 "log",3719 "log",
3737 "serde_json",3723 "serde_json",
3738 "soketto",3724 "soketto",
3739 "thiserror",3725 "thiserror",
3740 "tokio 1.15.0",3726 "tokio 1.16.1",
3741 "tokio-rustls",3727 "tokio-rustls",
3742 "tokio-util",3728 "tokio-util",
3743]3729]
3761[[package]]3747[[package]]
3762name = "kusama-runtime"3748name = "kusama-runtime"
3763version = "0.9.16"3749version = "0.9.16"
3764source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"3750source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
3765dependencies = [3751dependencies = [
3766 "beefy-primitives",3752 "beefy-primitives",
3767 "bitvec",3753 "bitvec",
3849[[package]]3835[[package]]
3850name = "kusama-runtime-constants"3836name = "kusama-runtime-constants"
3851version = "0.9.16"3837version = "0.9.16"
3852source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"3838source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
3853dependencies = [3839dependencies = [
3854 "frame-support",3840 "frame-support",
3855 "polkadot-primitives",3841 "polkadot-primitives",
39203906
3921[[package]]3907[[package]]
3922name = "libc"3908name = "libc"
3923version = "0.2.112"3909version = "0.2.117"
3924source = "registry+https://github.com/rust-lang/crates.io-index"3910source = "registry+https://github.com/rust-lang/crates.io-index"
3925checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"3911checksum = "e74d72e0f9b65b5b4ca49a346af3976df0f9c61d550727f349ecd559f251a26c"
39263912
3927[[package]]3913[[package]]
3928name = "libloading"3914name = "libloading"
39463932
3947[[package]]3933[[package]]
3948name = "libm"3934name = "libm"
3949version = "0.2.1"3935version = "0.2.2"
3950source = "registry+https://github.com/rust-lang/crates.io-index"3936source = "registry+https://github.com/rust-lang/crates.io-index"
3951checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"3937checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"
39523938
3953[[package]]3939[[package]]
3954name = "libp2p"3940name = "libp2p"
3958dependencies = [3944dependencies = [
3959 "atomic",3945 "atomic",
3960 "bytes 1.1.0",3946 "bytes 1.1.0",
3961 "futures 0.3.19",3947 "futures 0.3.21",
3962 "lazy_static",3948 "lazy_static",
3963 "libp2p-core",3949 "libp2p-core",
3964 "libp2p-deflate",3950 "libp2p-deflate",
39933979
3994[[package]]3980[[package]]
3995name = "libp2p-core"3981name = "libp2p-core"
3996version = "0.30.0"3982version = "0.30.2"
3997source = "registry+https://github.com/rust-lang/crates.io-index"3983source = "registry+https://github.com/rust-lang/crates.io-index"
3998checksum = "bef22d9bba1e8bcb7ec300073e6802943fe8abb8190431842262b5f1c30abba1"3984checksum = "86aad7d54df283db817becded03e611137698a6509d4237a96881976a162340c"
3999dependencies = [3985dependencies = [
4000 "asn1_der",3986 "asn1_der",
4001 "bs58",3987 "bs58",
4002 "ed25519-dalek",3988 "ed25519-dalek",
4003 "either",3989 "either",
4004 "fnv",3990 "fnv",
4005 "futures 0.3.19",3991 "futures 0.3.21",
4006 "futures-timer",3992 "futures-timer",
3993 "instant",
4007 "lazy_static",3994 "lazy_static",
4008 "libsecp256k1 0.7.0",3995 "libsecp256k1 0.7.0",
4009 "log",3996 "log",
4032checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"4019checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"
4033dependencies = [4020dependencies = [
4034 "flate2",4021 "flate2",
4035 "futures 0.3.19",4022 "futures 0.3.21",
4036 "libp2p-core",4023 "libp2p-core",
4037]4024]
40384025
4043checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"4030checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"
4044dependencies = [4031dependencies = [
4045 "async-std-resolver",4032 "async-std-resolver",
4046 "futures 0.3.19",4033 "futures 0.3.21",
4047 "libp2p-core",4034 "libp2p-core",
4048 "log",4035 "log",
4049 "smallvec",4036 "smallvec",
4058dependencies = [4045dependencies = [
4059 "cuckoofilter",4046 "cuckoofilter",
4060 "fnv",4047 "fnv",
4061 "futures 0.3.19",4048 "futures 0.3.21",
4062 "libp2p-core",4049 "libp2p-core",
4063 "libp2p-swarm",4050 "libp2p-swarm",
4064 "log",4051 "log",
4079 "byteorder",4066 "byteorder",
4080 "bytes 1.1.0",4067 "bytes 1.1.0",
4081 "fnv",4068 "fnv",
4082 "futures 0.3.19",4069 "futures 0.3.21",
4083 "hex_fmt",4070 "hex_fmt",
4084 "libp2p-core",4071 "libp2p-core",
4085 "libp2p-swarm",4072 "libp2p-swarm",
4100source = "registry+https://github.com/rust-lang/crates.io-index"4087source = "registry+https://github.com/rust-lang/crates.io-index"
4101checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"4088checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"
4102dependencies = [4089dependencies = [
4103 "futures 0.3.19",4090 "futures 0.3.21",
4104 "libp2p-core",4091 "libp2p-core",
4105 "libp2p-swarm",4092 "libp2p-swarm",
4106 "log",4093 "log",
4122 "bytes 1.1.0",4109 "bytes 1.1.0",
4123 "either",4110 "either",
4124 "fnv",4111 "fnv",
4125 "futures 0.3.19",4112 "futures 0.3.21",
4126 "libp2p-core",4113 "libp2p-core",
4127 "libp2p-swarm",4114 "libp2p-swarm",
4128 "log",4115 "log",
4146 "async-io",4133 "async-io",
4147 "data-encoding",4134 "data-encoding",
4148 "dns-parser",4135 "dns-parser",
4149 "futures 0.3.19",4136 "futures 0.3.21",
4150 "if-watch",4137 "if-watch",
4151 "lazy_static",4138 "lazy_static",
4152 "libp2p-core",4139 "libp2p-core",
4153 "libp2p-swarm",4140 "libp2p-swarm",
4154 "log",4141 "log",
4155 "rand 0.8.4",4142 "rand 0.8.4",
4156 "smallvec",4143 "smallvec",
4157 "socket2 0.4.2",4144 "socket2 0.4.4",
4158 "void",4145 "void",
4159]4146]
41604147
4180dependencies = [4167dependencies = [
4181 "asynchronous-codec 0.6.0",4168 "asynchronous-codec 0.6.0",
4182 "bytes 1.1.0",4169 "bytes 1.1.0",
4183 "futures 0.3.19",4170 "futures 0.3.21",
4184 "libp2p-core",4171 "libp2p-core",
4185 "log",4172 "log",
4186 "nohash-hasher",4173 "nohash-hasher",
4198dependencies = [4185dependencies = [
4199 "bytes 1.1.0",4186 "bytes 1.1.0",
4200 "curve25519-dalek 3.2.0",4187 "curve25519-dalek 3.2.0",
4201 "futures 0.3.19",4188 "futures 0.3.21",
4202 "lazy_static",4189 "lazy_static",
4203 "libp2p-core",4190 "libp2p-core",
4204 "log",4191 "log",
4218source = "registry+https://github.com/rust-lang/crates.io-index"4205source = "registry+https://github.com/rust-lang/crates.io-index"
4219checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"4206checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"
4220dependencies = [4207dependencies = [
4221 "futures 0.3.19",4208 "futures 0.3.21",
4222 "libp2p-core",4209 "libp2p-core",
4223 "libp2p-swarm",4210 "libp2p-swarm",
4224 "log",4211 "log",
4235dependencies = [4222dependencies = [
4236 "asynchronous-codec 0.6.0",4223 "asynchronous-codec 0.6.0",
4237 "bytes 1.1.0",4224 "bytes 1.1.0",
4238 "futures 0.3.19",4225 "futures 0.3.21",
4239 "libp2p-core",4226 "libp2p-core",
4240 "log",4227 "log",
4241 "prost",4228 "prost",
4250source = "registry+https://github.com/rust-lang/crates.io-index"4237source = "registry+https://github.com/rust-lang/crates.io-index"
4251checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4238checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"
4252dependencies = [4239dependencies = [
4253 "futures 0.3.19",4240 "futures 0.3.21",
4254 "log",4241 "log",
4255 "pin-project 1.0.10",4242 "pin-project 1.0.10",
4256 "rand 0.7.3",4243 "rand 0.7.3",
4266dependencies = [4253dependencies = [
4267 "asynchronous-codec 0.6.0",4254 "asynchronous-codec 0.6.0",
4268 "bytes 1.1.0",4255 "bytes 1.1.0",
4269 "futures 0.3.19",4256 "futures 0.3.21",
4270 "futures-timer",4257 "futures-timer",
4271 "libp2p-core",4258 "libp2p-core",
4272 "libp2p-swarm",4259 "libp2p-swarm",
4289dependencies = [4276dependencies = [
4290 "asynchronous-codec 0.6.0",4277 "asynchronous-codec 0.6.0",
4291 "bimap",4278 "bimap",
4292 "futures 0.3.19",4279 "futures 0.3.21",
4293 "libp2p-core",4280 "libp2p-core",
4294 "libp2p-swarm",4281 "libp2p-swarm",
4295 "log",4282 "log",
4311dependencies = [4298dependencies = [
4312 "async-trait",4299 "async-trait",
4313 "bytes 1.1.0",4300 "bytes 1.1.0",
4314 "futures 0.3.19",4301 "futures 0.3.21",
4315 "libp2p-core",4302 "libp2p-core",
4316 "libp2p-swarm",4303 "libp2p-swarm",
4317 "log",4304 "log",
4329checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9"4316checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9"
4330dependencies = [4317dependencies = [
4331 "either",4318 "either",
4332 "futures 0.3.19",4319 "futures 0.3.21",
4333 "libp2p-core",4320 "libp2p-core",
4334 "log",4321 "log",
4335 "rand 0.7.3",4322 "rand 0.7.3",
4355checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b"4342checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b"
4356dependencies = [4343dependencies = [
4357 "async-io",4344 "async-io",
4358 "futures 0.3.19",4345 "futures 0.3.21",
4359 "futures-timer",4346 "futures-timer",
4360 "if-watch",4347 "if-watch",
4361 "ipnet",4348 "ipnet",
4362 "libc",4349 "libc",
4363 "libp2p-core",4350 "libp2p-core",
4364 "log",4351 "log",
4365 "socket2 0.4.2",4352 "socket2 0.4.4",
4366]4353]
43674354
4368[[package]]4355[[package]]
4372checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973"4359checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973"
4373dependencies = [4360dependencies = [
4374 "async-std",4361 "async-std",
4375 "futures 0.3.19",4362 "futures 0.3.21",
4376 "libp2p-core",4363 "libp2p-core",
4377 "log",4364 "log",
4378]4365]
4383source = "registry+https://github.com/rust-lang/crates.io-index"4370source = "registry+https://github.com/rust-lang/crates.io-index"
4384checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf"4371checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf"
4385dependencies = [4372dependencies = [
4386 "futures 0.3.19",4373 "futures 0.3.21",
4387 "js-sys",4374 "js-sys",
4388 "libp2p-core",4375 "libp2p-core",
4389 "parity-send-wrapper",4376 "parity-send-wrapper",
4398checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf"4385checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf"
4399dependencies = [4386dependencies = [
4400 "either",4387 "either",
4401 "futures 0.3.19",4388 "futures 0.3.21",
4402 "futures-rustls",4389 "futures-rustls",
4403 "libp2p-core",4390 "libp2p-core",
4404 "log",4391 "log",
4415source = "registry+https://github.com/rust-lang/crates.io-index"4402source = "registry+https://github.com/rust-lang/crates.io-index"
4416checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af"4403checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af"
4417dependencies = [4404dependencies = [
4418 "futures 0.3.19",4405 "futures 0.3.21",
4419 "libp2p-core",4406 "libp2p-core",
4420 "parking_lot 0.11.2",4407 "parking_lot 0.11.2",
4421 "thiserror",4408 "thiserror",
45514538
4552[[package]]4539[[package]]
4553name = "lock_api"4540name = "lock_api"
4554version = "0.4.5"4541version = "0.4.6"
4555source = "registry+https://github.com/rust-lang/crates.io-index"4542source = "registry+https://github.com/rust-lang/crates.io-index"
4556checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"4543checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"
4557dependencies = [4544dependencies = [
4558 "scopeguard",4545 "scopeguard",
4559]4546]
4574source = "registry+https://github.com/rust-lang/crates.io-index"4561source = "registry+https://github.com/rust-lang/crates.io-index"
4575checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"4562checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"
4576dependencies = [4563dependencies = [
4577 "hashbrown",4564 "hashbrown 0.11.2",
4578]4565]
45794566
4580[[package]]4567[[package]]
4583source = "registry+https://github.com/rust-lang/crates.io-index"4570source = "registry+https://github.com/rust-lang/crates.io-index"
4584checksum = "274353858935c992b13c0ca408752e2121da852d07dec7ce5f108c77dfa14d1f"4571checksum = "274353858935c992b13c0ca408752e2121da852d07dec7ce5f108c77dfa14d1f"
4585dependencies = [4572dependencies = [
4586 "hashbrown",4573 "hashbrown 0.11.2",
4587]4574]
45884575
4589[[package]]4576[[package]]
4700checksum = "d505169b746dacf02f7d14d8c80b34edfd8212159c63d23c977739a0d960c626"4687checksum = "d505169b746dacf02f7d14d8c80b34edfd8212159c63d23c977739a0d960c626"
4701dependencies = [4688dependencies = [
4702 "hash-db",4689 "hash-db",
4703 "hashbrown",4690 "hashbrown 0.11.2",
4704 "parity-util-mem",4691 "parity-util-mem",
4705]4692]
47064693
4734[[package]]4721[[package]]
4735name = "metered-channel"4722name = "metered-channel"
4736version = "0.9.16"4723version = "0.9.16"
4737source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"4724source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
4738dependencies = [4725dependencies = [
4739 "derive_more",4726 "derive_more",
4740 "futures 0.3.19",4727 "futures 0.3.21",
4741 "futures-timer",4728 "futures-timer",
4742 "thiserror",4729 "thiserror",
4743 "tracing",4730 "tracing",
4749source = "registry+https://github.com/rust-lang/crates.io-index"4736source = "registry+https://github.com/rust-lang/crates.io-index"
4750checksum = "fd2c2cc134e57461f0898b0e921f0a7819b5e3f3a4335b9aa390ce81a5f36fb9"4737checksum = "fd2c2cc134e57461f0898b0e921f0a7819b5e3f3a4335b9aa390ce81a5f36fb9"
4751dependencies = [4738dependencies = [
4752 "futures 0.3.19",4739 "futures 0.3.21",
4753 "rand 0.8.4",4740 "rand 0.8.4",
4754 "thrift",4741 "thrift",
4755]4742]
4927checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"4914checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"
4928dependencies = [4915dependencies = [
4929 "bytes 1.1.0",4916 "bytes 1.1.0",
4930 "futures 0.3.19",4917 "futures 0.3.21",
4931 "log",4918 "log",
4932 "pin-project 1.0.10",4919 "pin-project 1.0.10",
4933 "smallvec",4920 "smallvec",
5362[[package]]5349[[package]]
5363name = "pallet-bridge-dispatch"5350name = "pallet-bridge-dispatch"
5364version = "0.1.0"5351version = "0.1.0"
5365source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"5352source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
5366dependencies = [5353dependencies = [
5367 "bp-message-dispatch",5354 "bp-message-dispatch",
5368 "bp-runtime",5355 "bp-runtime",
5379[[package]]5366[[package]]
5380name = "pallet-bridge-grandpa"5367name = "pallet-bridge-grandpa"
5381version = "0.1.0"5368version = "0.1.0"
5382source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"5369source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
5383dependencies = [5370dependencies = [
5384 "bp-header-chain",5371 "bp-header-chain",
5385 "bp-runtime",5372 "bp-runtime",
5401[[package]]5388[[package]]
5402name = "pallet-bridge-messages"5389name = "pallet-bridge-messages"
5403version = "0.1.0"5390version = "0.1.0"
5404source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"5391source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
5405dependencies = [5392dependencies = [
5406 "bitvec",5393 "bitvec",
5407 "bp-message-dispatch",5394 "bp-message-dispatch",
6336[[package]]6323[[package]]
6337name = "pallet-xcm"6324name = "pallet-xcm"
6338version = "0.9.16"6325version = "0.9.16"
6339source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6326source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
6340dependencies = [6327dependencies = [
6341 "frame-support",6328 "frame-support",
6342 "frame-system",6329 "frame-system",
6354[[package]]6341[[package]]
6355name = "pallet-xcm-benchmarks"6342name = "pallet-xcm-benchmarks"
6356version = "0.9.16"6343version = "0.9.16"
6357source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6344source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
6358dependencies = [6345dependencies = [
6359 "frame-benchmarking",6346 "frame-benchmarking",
6360 "frame-support",6347 "frame-support",
63836370
6384[[package]]6371[[package]]
6385name = "parity-db"6372name = "parity-db"
6386version = "0.3.5"6373version = "0.3.6"
6387source = "registry+https://github.com/rust-lang/crates.io-index"6374source = "registry+https://github.com/rust-lang/crates.io-index"
6388checksum = "78a95abf24f1097c6e3181abbbbfc3630b3b5e681470940f719b69acb4911c7f"6375checksum = "68de01cff53da5574397233383dd7f5c15ee958c348245765ea8cb09f2571e6b"
6389dependencies = [6376dependencies = [
6390 "blake2-rfc",6377 "blake2-rfc",
6391 "crc32fast",6378 "crc32fast",
6438source = "registry+https://github.com/rust-lang/crates.io-index"6425source = "registry+https://github.com/rust-lang/crates.io-index"
6439checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"6426checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
6440dependencies = [6427dependencies = [
6441 "futures 0.3.19",6428 "futures 0.3.21",
6442 "libc",6429 "libc",
6443 "log",6430 "log",
6444 "rand 0.7.3",6431 "rand 0.7.3",
6445 "tokio 1.15.0",6432 "tokio 1.16.1",
6446 "winapi 0.3.9",6433 "winapi 0.3.9",
6447]6434]
64486435
6454dependencies = [6441dependencies = [
6455 "cfg-if 1.0.0",6442 "cfg-if 1.0.0",
6456 "ethereum-types",6443 "ethereum-types",
6457 "hashbrown",6444 "hashbrown 0.11.2",
6458 "impl-trait-for-tuples",6445 "impl-trait-for-tuples",
6459 "lru 0.6.6",6446 "lru 0.6.6",
6460 "parity-util-mem-derive",6447 "parity-util-mem-derive",
6531checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"6518checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
6532dependencies = [6519dependencies = [
6533 "instant",6520 "instant",
6534 "lock_api 0.4.5",6521 "lock_api 0.4.6",
6535 "parking_lot_core 0.8.5",6522 "parking_lot_core 0.8.5",
6536]6523]
65376524
6731[[package]]6718[[package]]
6732name = "polkadot-approval-distribution"6719name = "polkadot-approval-distribution"
6733version = "0.9.16"6720version = "0.9.16"
6734source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6721source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
6735dependencies = [6722dependencies = [
6736 "futures 0.3.19",6723 "futures 0.3.21",
6737 "polkadot-node-network-protocol",6724 "polkadot-node-network-protocol",
6738 "polkadot-node-primitives",6725 "polkadot-node-primitives",
6739 "polkadot-node-subsystem",6726 "polkadot-node-subsystem",
6745[[package]]6732[[package]]
6746name = "polkadot-availability-bitfield-distribution"6733name = "polkadot-availability-bitfield-distribution"
6747version = "0.9.16"6734version = "0.9.16"
6748source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6735source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
6749dependencies = [6736dependencies = [
6750 "futures 0.3.19",6737 "futures 0.3.21",
6751 "polkadot-node-network-protocol",6738 "polkadot-node-network-protocol",
6752 "polkadot-node-subsystem",6739 "polkadot-node-subsystem",
6753 "polkadot-node-subsystem-util",6740 "polkadot-node-subsystem-util",
6758[[package]]6745[[package]]
6759name = "polkadot-availability-distribution"6746name = "polkadot-availability-distribution"
6760version = "0.9.16"6747version = "0.9.16"
6761source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6748source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
6762dependencies = [6749dependencies = [
6763 "derive_more",6750 "derive_more",
6764 "futures 0.3.19",6751 "futures 0.3.21",
6765 "lru 0.7.2",6752 "lru 0.7.2",
6766 "parity-scale-codec",6753 "parity-scale-codec",
6767 "polkadot-erasure-coding",6754 "polkadot-erasure-coding",
6780[[package]]6767[[package]]
6781name = "polkadot-availability-recovery"6768name = "polkadot-availability-recovery"
6782version = "0.9.16"6769version = "0.9.16"
6783source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6770source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
6784dependencies = [6771dependencies = [
6785 "futures 0.3.19",6772 "futures 0.3.21",
6786 "lru 0.7.2",6773 "lru 0.7.2",
6787 "parity-scale-codec",6774 "parity-scale-codec",
6788 "polkadot-erasure-coding",6775 "polkadot-erasure-coding",
6800[[package]]6787[[package]]
6801name = "polkadot-cli"6788name = "polkadot-cli"
6802version = "0.9.16"6789version = "0.9.16"
6803source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6790source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
6804dependencies = [6791dependencies = [
6805 "frame-benchmarking-cli",6792 "frame-benchmarking-cli",
6806 "futures 0.3.19",6793 "futures 0.3.21",
6807 "log",6794 "log",
6808 "polkadot-node-core-pvf",6795 "polkadot-node-core-pvf",
6809 "polkadot-node-metrics",6796 "polkadot-node-metrics",
6823[[package]]6810[[package]]
6824name = "polkadot-client"6811name = "polkadot-client"
6825version = "0.9.16"6812version = "0.9.16"
6826source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6813source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
6827dependencies = [6814dependencies = [
6828 "beefy-primitives",6815 "beefy-primitives",
6829 "frame-benchmarking",6816 "frame-benchmarking",
6853[[package]]6840[[package]]
6854name = "polkadot-collator-protocol"6841name = "polkadot-collator-protocol"
6855version = "0.9.16"6842version = "0.9.16"
6856source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6843source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
6857dependencies = [6844dependencies = [
6858 "always-assert",6845 "always-assert",
6859 "derive_more",6846 "derive_more",
6860 "futures 0.3.19",6847 "futures 0.3.21",
6861 "futures-timer",6848 "futures-timer",
6862 "polkadot-node-network-protocol",6849 "polkadot-node-network-protocol",
6863 "polkadot-node-primitives",6850 "polkadot-node-primitives",
6874[[package]]6861[[package]]
6875name = "polkadot-core-primitives"6862name = "polkadot-core-primitives"
6876version = "0.9.16"6863version = "0.9.16"
6877source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6864source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
6878dependencies = [6865dependencies = [
6879 "parity-scale-codec",6866 "parity-scale-codec",
6880 "parity-util-mem",6867 "parity-util-mem",
6887[[package]]6874[[package]]
6888name = "polkadot-dispute-distribution"6875name = "polkadot-dispute-distribution"
6889version = "0.9.16"6876version = "0.9.16"
6890source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6877source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
6891dependencies = [6878dependencies = [
6892 "derive_more",6879 "derive_more",
6893 "futures 0.3.19",6880 "futures 0.3.21",
6894 "lru 0.7.2",6881 "lru 0.7.2",
6895 "parity-scale-codec",6882 "parity-scale-codec",
6896 "polkadot-erasure-coding",6883 "polkadot-erasure-coding",
6909[[package]]6896[[package]]
6910name = "polkadot-erasure-coding"6897name = "polkadot-erasure-coding"
6911version = "0.9.16"6898version = "0.9.16"
6912source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6899source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
6913dependencies = [6900dependencies = [
6914 "parity-scale-codec",6901 "parity-scale-codec",
6915 "polkadot-node-primitives",6902 "polkadot-node-primitives",
6923[[package]]6910[[package]]
6924name = "polkadot-gossip-support"6911name = "polkadot-gossip-support"
6925version = "0.9.16"6912version = "0.9.16"
6926source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6913source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
6927dependencies = [6914dependencies = [
6928 "futures 0.3.19",6915 "futures 0.3.21",
6929 "futures-timer",6916 "futures-timer",
6930 "polkadot-node-network-protocol",6917 "polkadot-node-network-protocol",
6931 "polkadot-node-subsystem",6918 "polkadot-node-subsystem",
6943[[package]]6930[[package]]
6944name = "polkadot-network-bridge"6931name = "polkadot-network-bridge"
6945version = "0.9.16"6932version = "0.9.16"
6946source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6933source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
6947dependencies = [6934dependencies = [
6948 "async-trait",6935 "async-trait",
6949 "futures 0.3.19",6936 "futures 0.3.21",
6950 "parity-scale-codec",6937 "parity-scale-codec",
6951 "parking_lot 0.11.2",6938 "parking_lot 0.11.2",
6952 "polkadot-node-network-protocol",6939 "polkadot-node-network-protocol",
6962[[package]]6949[[package]]
6963name = "polkadot-node-collation-generation"6950name = "polkadot-node-collation-generation"
6964version = "0.9.16"6951version = "0.9.16"
6965source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6952source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
6966dependencies = [6953dependencies = [
6967 "futures 0.3.19",6954 "futures 0.3.21",
6968 "parity-scale-codec",6955 "parity-scale-codec",
6969 "polkadot-erasure-coding",6956 "polkadot-erasure-coding",
6970 "polkadot-node-primitives",6957 "polkadot-node-primitives",
6980[[package]]6967[[package]]
6981name = "polkadot-node-core-approval-voting"6968name = "polkadot-node-core-approval-voting"
6982version = "0.9.16"6969version = "0.9.16"
6983source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6970source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
6984dependencies = [6971dependencies = [
6985 "bitvec",6972 "bitvec",
6986 "derive_more",6973 "derive_more",
6987 "futures 0.3.19",6974 "futures 0.3.21",
6988 "futures-timer",6975 "futures-timer",
6989 "kvdb",6976 "kvdb",
6990 "lru 0.7.2",6977 "lru 0.7.2",
7008[[package]]6995[[package]]
7009name = "polkadot-node-core-av-store"6996name = "polkadot-node-core-av-store"
7010version = "0.9.16"6997version = "0.9.16"
7011source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6998source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7012dependencies = [6999dependencies = [
7013 "bitvec",7000 "bitvec",
7014 "futures 0.3.19",7001 "futures 0.3.21",
7015 "futures-timer",7002 "futures-timer",
7016 "kvdb",7003 "kvdb",
7017 "parity-scale-codec",7004 "parity-scale-codec",
7028[[package]]7015[[package]]
7029name = "polkadot-node-core-backing"7016name = "polkadot-node-core-backing"
7030version = "0.9.16"7017version = "0.9.16"
7031source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7018source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7032dependencies = [7019dependencies = [
7033 "bitvec",7020 "bitvec",
7034 "futures 0.3.19",7021 "futures 0.3.21",
7035 "polkadot-erasure-coding",7022 "polkadot-erasure-coding",
7036 "polkadot-node-primitives",7023 "polkadot-node-primitives",
7037 "polkadot-node-subsystem",7024 "polkadot-node-subsystem",
7046[[package]]7033[[package]]
7047name = "polkadot-node-core-bitfield-signing"7034name = "polkadot-node-core-bitfield-signing"
7048version = "0.9.16"7035version = "0.9.16"
7049source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7036source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7050dependencies = [7037dependencies = [
7051 "futures 0.3.19",7038 "futures 0.3.21",
7052 "polkadot-node-subsystem",7039 "polkadot-node-subsystem",
7053 "polkadot-node-subsystem-util",7040 "polkadot-node-subsystem-util",
7054 "polkadot-primitives",7041 "polkadot-primitives",
7061[[package]]7048[[package]]
7062name = "polkadot-node-core-candidate-validation"7049name = "polkadot-node-core-candidate-validation"
7063version = "0.9.16"7050version = "0.9.16"
7064source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7051source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7065dependencies = [7052dependencies = [
7066 "async-trait",7053 "async-trait",
7067 "futures 0.3.19",7054 "futures 0.3.21",
7068 "parity-scale-codec",7055 "parity-scale-codec",
7069 "polkadot-node-core-pvf",7056 "polkadot-node-core-pvf",
7070 "polkadot-node-primitives",7057 "polkadot-node-primitives",
7079[[package]]7066[[package]]
7080name = "polkadot-node-core-chain-api"7067name = "polkadot-node-core-chain-api"
7081version = "0.9.16"7068version = "0.9.16"
7082source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7069source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7083dependencies = [7070dependencies = [
7084 "futures 0.3.19",7071 "futures 0.3.21",
7085 "polkadot-node-subsystem",7072 "polkadot-node-subsystem",
7086 "polkadot-node-subsystem-util",7073 "polkadot-node-subsystem-util",
7087 "polkadot-primitives",7074 "polkadot-primitives",
7094[[package]]7081[[package]]
7095name = "polkadot-node-core-chain-selection"7082name = "polkadot-node-core-chain-selection"
7096version = "0.9.16"7083version = "0.9.16"
7097source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7084source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7098dependencies = [7085dependencies = [
7099 "futures 0.3.19",7086 "futures 0.3.21",
7100 "futures-timer",7087 "futures-timer",
7101 "kvdb",7088 "kvdb",
7102 "parity-scale-codec",7089 "parity-scale-codec",
7111[[package]]7098[[package]]
7112name = "polkadot-node-core-dispute-coordinator"7099name = "polkadot-node-core-dispute-coordinator"
7113version = "0.9.16"7100version = "0.9.16"
7114source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7101source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7115dependencies = [7102dependencies = [
7116 "futures 0.3.19",7103 "futures 0.3.21",
7117 "kvdb",7104 "kvdb",
7118 "lru 0.7.2",7105 "lru 0.7.2",
7119 "parity-scale-codec",7106 "parity-scale-codec",
7129[[package]]7116[[package]]
7130name = "polkadot-node-core-parachains-inherent"7117name = "polkadot-node-core-parachains-inherent"
7131version = "0.9.16"7118version = "0.9.16"
7132source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7119source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7133dependencies = [7120dependencies = [
7134 "async-trait",7121 "async-trait",
7135 "futures 0.3.19",7122 "futures 0.3.21",
7136 "futures-timer",7123 "futures-timer",
7137 "polkadot-node-subsystem",7124 "polkadot-node-subsystem",
7138 "polkadot-primitives",7125 "polkadot-primitives",
7146[[package]]7133[[package]]
7147name = "polkadot-node-core-provisioner"7134name = "polkadot-node-core-provisioner"
7148version = "0.9.16"7135version = "0.9.16"
7149source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7136source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7150dependencies = [7137dependencies = [
7151 "bitvec",7138 "bitvec",
7152 "futures 0.3.19",7139 "futures 0.3.21",
7153 "futures-timer",7140 "futures-timer",
7154 "polkadot-node-primitives",7141 "polkadot-node-primitives",
7155 "polkadot-node-subsystem",7142 "polkadot-node-subsystem",
7163[[package]]7150[[package]]
7164name = "polkadot-node-core-pvf"7151name = "polkadot-node-core-pvf"
7165version = "0.9.16"7152version = "0.9.16"
7166source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7153source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7167dependencies = [7154dependencies = [
7168 "always-assert",7155 "always-assert",
7169 "assert_matches",7156 "assert_matches",
7170 "async-process",7157 "async-process",
7171 "async-std",7158 "async-std",
7172 "futures 0.3.19",7159 "futures 0.3.21",
7173 "futures-timer",7160 "futures-timer",
7174 "parity-scale-codec",7161 "parity-scale-codec",
7175 "pin-project 1.0.10",7162 "pin-project 1.0.10",
7193[[package]]7180[[package]]
7194name = "polkadot-node-core-pvf-checker"7181name = "polkadot-node-core-pvf-checker"
7195version = "0.9.16"7182version = "0.9.16"
7196source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7183source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7197dependencies = [7184dependencies = [
7198 "futures 0.3.19",7185 "futures 0.3.21",
7199 "polkadot-node-primitives",7186 "polkadot-node-primitives",
7200 "polkadot-node-subsystem",7187 "polkadot-node-subsystem",
7201 "polkadot-node-subsystem-util",7188 "polkadot-node-subsystem-util",
7209[[package]]7196[[package]]
7210name = "polkadot-node-core-runtime-api"7197name = "polkadot-node-core-runtime-api"
7211version = "0.9.16"7198version = "0.9.16"
7212source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7199source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7213dependencies = [7200dependencies = [
7214 "futures 0.3.19",7201 "futures 0.3.21",
7215 "memory-lru",7202 "memory-lru",
7216 "parity-util-mem",7203 "parity-util-mem",
7217 "polkadot-node-subsystem",7204 "polkadot-node-subsystem",
7227[[package]]7214[[package]]
7228name = "polkadot-node-jaeger"7215name = "polkadot-node-jaeger"
7229version = "0.9.16"7216version = "0.9.16"
7230source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7217source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7231dependencies = [7218dependencies = [
7232 "async-std",7219 "async-std",
7233 "lazy_static",7220 "lazy_static",
7245[[package]]7232[[package]]
7246name = "polkadot-node-metrics"7233name = "polkadot-node-metrics"
7247version = "0.9.16"7234version = "0.9.16"
7248source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7235source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7249dependencies = [7236dependencies = [
7250 "bs58",7237 "bs58",
7251 "futures 0.3.19",7238 "futures 0.3.21",
7252 "futures-timer",7239 "futures-timer",
7253 "log",7240 "log",
7254 "metered-channel",7241 "metered-channel",
7264[[package]]7251[[package]]
7265name = "polkadot-node-network-protocol"7252name = "polkadot-node-network-protocol"
7266version = "0.9.16"7253version = "0.9.16"
7267source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7254source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7268dependencies = [7255dependencies = [
7269 "async-trait",7256 "async-trait",
7270 "derive_more",7257 "derive_more",
7271 "futures 0.3.19",7258 "futures 0.3.21",
7272 "parity-scale-codec",7259 "parity-scale-codec",
7273 "polkadot-node-jaeger",7260 "polkadot-node-jaeger",
7274 "polkadot-node-primitives",7261 "polkadot-node-primitives",
7282[[package]]7269[[package]]
7283name = "polkadot-node-primitives"7270name = "polkadot-node-primitives"
7284version = "0.9.16"7271version = "0.9.16"
7285source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7272source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7286dependencies = [7273dependencies = [
7287 "bounded-vec",7274 "bounded-vec",
7288 "futures 0.3.19",7275 "futures 0.3.21",
7289 "parity-scale-codec",7276 "parity-scale-codec",
7290 "polkadot-parachain",7277 "polkadot-parachain",
7291 "polkadot-primitives",7278 "polkadot-primitives",
7304[[package]]7291[[package]]
7305name = "polkadot-node-subsystem"7292name = "polkadot-node-subsystem"
7306version = "0.9.16"7293version = "0.9.16"
7307source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7294source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7308dependencies = [7295dependencies = [
7309 "polkadot-node-jaeger",7296 "polkadot-node-jaeger",
7310 "polkadot-node-subsystem-types",7297 "polkadot-node-subsystem-types",
7314[[package]]7301[[package]]
7315name = "polkadot-node-subsystem-types"7302name = "polkadot-node-subsystem-types"
7316version = "0.9.16"7303version = "0.9.16"
7317source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7304source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7318dependencies = [7305dependencies = [
7319 "derive_more",7306 "derive_more",
7320 "futures 0.3.19",7307 "futures 0.3.21",
7321 "polkadot-node-jaeger",7308 "polkadot-node-jaeger",
7322 "polkadot-node-network-protocol",7309 "polkadot-node-network-protocol",
7323 "polkadot-node-primitives",7310 "polkadot-node-primitives",
7333[[package]]7320[[package]]
7334name = "polkadot-node-subsystem-util"7321name = "polkadot-node-subsystem-util"
7335version = "0.9.16"7322version = "0.9.16"
7336source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7323source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7337dependencies = [7324dependencies = [
7338 "async-trait",7325 "async-trait",
7339 "derive_more",7326 "derive_more",
7340 "futures 0.3.19",7327 "futures 0.3.21",
7341 "itertools",7328 "itertools",
7342 "lru 0.7.2",7329 "lru 0.7.2",
7343 "metered-channel",7330 "metered-channel",
7361[[package]]7348[[package]]
7362name = "polkadot-overseer"7349name = "polkadot-overseer"
7363version = "0.9.16"7350version = "0.9.16"
7364source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7351source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7365dependencies = [7352dependencies = [
7366 "futures 0.3.19",7353 "futures 0.3.21",
7367 "futures-timer",7354 "futures-timer",
7368 "lru 0.7.2",7355 "lru 0.7.2",
7369 "parity-util-mem",7356 "parity-util-mem",
7382[[package]]7369[[package]]
7383name = "polkadot-overseer-gen"7370name = "polkadot-overseer-gen"
7384version = "0.9.16"7371version = "0.9.16"
7385source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7372source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7386dependencies = [7373dependencies = [
7387 "async-trait",7374 "async-trait",
7388 "futures 0.3.19",7375 "futures 0.3.21",
7389 "futures-timer",7376 "futures-timer",
7390 "metered-channel",7377 "metered-channel",
7391 "pin-project 1.0.10",7378 "pin-project 1.0.10",
7399[[package]]7386[[package]]
7400name = "polkadot-overseer-gen-proc-macro"7387name = "polkadot-overseer-gen-proc-macro"
7401version = "0.9.16"7388version = "0.9.16"
7402source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7389source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7403dependencies = [7390dependencies = [
7404 "proc-macro-crate 1.1.0",7391 "proc-macro-crate 1.1.0",
7405 "proc-macro2",7392 "proc-macro2",
7410[[package]]7397[[package]]
7411name = "polkadot-parachain"7398name = "polkadot-parachain"
7412version = "0.9.16"7399version = "0.9.16"
7413source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7400source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7414dependencies = [7401dependencies = [
7415 "derive_more",7402 "derive_more",
7416 "frame-support",7403 "frame-support",
7427[[package]]7414[[package]]
7428name = "polkadot-performance-test"7415name = "polkadot-performance-test"
7429version = "0.9.16"7416version = "0.9.16"
7430source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7417source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7431dependencies = [7418dependencies = [
7432 "env_logger 0.9.0",7419 "env_logger",
7433 "kusama-runtime",7420 "kusama-runtime",
7434 "log",7421 "log",
7435 "polkadot-erasure-coding",7422 "polkadot-erasure-coding",
7442[[package]]7429[[package]]
7443name = "polkadot-primitives"7430name = "polkadot-primitives"
7444version = "0.9.16"7431version = "0.9.16"
7445source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7432source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7446dependencies = [7433dependencies = [
7447 "bitvec",7434 "bitvec",
7448 "frame-system",7435 "frame-system",
7472[[package]]7459[[package]]
7473name = "polkadot-rpc"7460name = "polkadot-rpc"
7474version = "0.9.16"7461version = "0.9.16"
7475source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7462source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7476dependencies = [7463dependencies = [
7477 "beefy-gadget",7464 "beefy-gadget",
7478 "beefy-gadget-rpc",7465 "beefy-gadget-rpc",
7503[[package]]7490[[package]]
7504name = "polkadot-runtime"7491name = "polkadot-runtime"
7505version = "0.9.16"7492version = "0.9.16"
7506source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7493source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7507dependencies = [7494dependencies = [
7508 "beefy-primitives",7495 "beefy-primitives",
7509 "bitvec",7496 "bitvec",
7587[[package]]7574[[package]]
7588name = "polkadot-runtime-common"7575name = "polkadot-runtime-common"
7589version = "0.9.16"7576version = "0.9.16"
7590source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7577source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7591dependencies = [7578dependencies = [
7592 "beefy-primitives",7579 "beefy-primitives",
7593 "bitvec",7580 "bitvec",
7634[[package]]7621[[package]]
7635name = "polkadot-runtime-constants"7622name = "polkadot-runtime-constants"
7636version = "0.9.16"7623version = "0.9.16"
7637source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7624source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7638dependencies = [7625dependencies = [
7639 "frame-support",7626 "frame-support",
7640 "polkadot-primitives",7627 "polkadot-primitives",
7646[[package]]7633[[package]]
7647name = "polkadot-runtime-metrics"7634name = "polkadot-runtime-metrics"
7648version = "0.9.16"7635version = "0.9.16"
7649source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7636source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7650dependencies = [7637dependencies = [
7651 "bs58",7638 "bs58",
7652 "parity-scale-codec",7639 "parity-scale-codec",
7658[[package]]7645[[package]]
7659name = "polkadot-runtime-parachains"7646name = "polkadot-runtime-parachains"
7660version = "0.9.16"7647version = "0.9.16"
7661source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7648source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7662dependencies = [7649dependencies = [
7663 "bitflags",7650 "bitflags",
7664 "bitvec",7651 "bitvec",
7699[[package]]7686[[package]]
7700name = "polkadot-service"7687name = "polkadot-service"
7701version = "0.9.16"7688version = "0.9.16"
7702source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7689source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7703dependencies = [7690dependencies = [
7704 "async-trait",7691 "async-trait",
7705 "beefy-gadget",7692 "beefy-gadget",
7706 "beefy-primitives",7693 "beefy-primitives",
7707 "frame-system-rpc-runtime-api",7694 "frame-system-rpc-runtime-api",
7708 "futures 0.3.19",7695 "futures 0.3.21",
7709 "hex-literal",7696 "hex-literal",
7710 "kusama-runtime",7697 "kusama-runtime",
7711 "kvdb",7698 "kvdb",
7799[[package]]7786[[package]]
7800name = "polkadot-statement-distribution"7787name = "polkadot-statement-distribution"
7801version = "0.9.16"7788version = "0.9.16"
7802source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7789source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7803dependencies = [7790dependencies = [
7804 "arrayvec 0.5.2",7791 "arrayvec 0.5.2",
7805 "derive_more",7792 "derive_more",
7806 "futures 0.3.19",7793 "futures 0.3.21",
7807 "indexmap",7794 "indexmap",
7808 "parity-scale-codec",7795 "parity-scale-codec",
7809 "polkadot-node-network-protocol",7796 "polkadot-node-network-protocol",
7820[[package]]7807[[package]]
7821name = "polkadot-statement-table"7808name = "polkadot-statement-table"
7822version = "0.9.16"7809version = "0.9.16"
7823source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7810source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7824dependencies = [7811dependencies = [
7825 "parity-scale-codec",7812 "parity-scale-codec",
7826 "polkadot-primitives",7813 "polkadot-primitives",
7830[[package]]7817[[package]]
7831name = "polkadot-test-runtime"7818name = "polkadot-test-runtime"
7832version = "0.9.16"7819version = "0.9.16"
7833source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7820source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7834dependencies = [7821dependencies = [
7835 "beefy-primitives",7822 "beefy-primitives",
7836 "bitvec",7823 "bitvec",
7892[[package]]7879[[package]]
7893name = "polkadot-test-service"7880name = "polkadot-test-service"
7894version = "0.9.16"7881version = "0.9.16"
7895source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7882source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
7896dependencies = [7883dependencies = [
7897 "frame-benchmarking",7884 "frame-benchmarking",
7898 "frame-system",7885 "frame-system",
7899 "futures 0.1.31",7886 "futures 0.1.31",
7900 "futures 0.3.19",7887 "futures 0.3.21",
7901 "hex",7888 "hex",
7902 "pallet-balances",7889 "pallet-balances",
7903 "pallet-staking",7890 "pallet-staking",
7939 "substrate-test-client",7926 "substrate-test-client",
7940 "tempfile",7927 "tempfile",
7941 "test-runtime-constants",7928 "test-runtime-constants",
7942 "tokio 1.15.0",7929 "tokio 1.16.1",
7943 "tracing",7930 "tracing",
7944]7931]
79457932
81648151
8165[[package]]8152[[package]]
8166name = "quote"8153name = "quote"
8167version = "1.0.14"8154version = "1.0.15"
8168source = "registry+https://github.com/rust-lang/crates.io-index"8155source = "registry+https://github.com/rust-lang/crates.io-index"
8169checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d"8156checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
8170dependencies = [8157dependencies = [
8171 "proc-macro2",8158 "proc-macro2",
8172]8159]
8421version = "0.10.0-dev"8408version = "0.10.0-dev"
8422source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8409source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"
8423dependencies = [8410dependencies = [
8424 "env_logger 0.9.0",8411 "env_logger",
8425 "jsonrpsee",8412 "jsonrpsee",
8426 "log",8413 "log",
8427 "parity-scale-codec",8414 "parity-scale-codec",
84548441
8455[[package]]8442[[package]]
8456name = "retain_mut"8443name = "retain_mut"
8457version = "0.1.5"8444version = "0.1.6"
8458source = "registry+https://github.com/rust-lang/crates.io-index"8445source = "registry+https://github.com/rust-lang/crates.io-index"
8459checksum = "11000e6ba5020e53e7cc26f73b91ae7d5496b4977851479edb66b694c0675c21"8446checksum = "51dd4445360338dab5116712bee1388dc727991d51969558a8882ab552e6db30"
84608447
8461[[package]]8448[[package]]
8462name = "ring"8449name = "ring"
8507[[package]]8494[[package]]
8508name = "rococo-runtime"8495name = "rococo-runtime"
8509version = "0.9.16"8496version = "0.9.16"
8510source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"8497source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
8511dependencies = [8498dependencies = [
8512 "beefy-primitives",8499 "beefy-primitives",
8513 "bp-messages",8500 "bp-messages",
8582[[package]]8569[[package]]
8583name = "rococo-runtime-constants"8570name = "rococo-runtime-constants"
8584version = "0.9.16"8571version = "0.9.16"
8585source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"8572source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
8586dependencies = [8573dependencies = [
8587 "frame-support",8574 "frame-support",
8588 "polkadot-primitives",8575 "polkadot-primitives",
8643source = "registry+https://github.com/rust-lang/crates.io-index"8630source = "registry+https://github.com/rust-lang/crates.io-index"
8644checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"8631checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
8645dependencies = [8632dependencies = [
8646 "semver 1.0.4",8633 "semver 1.0.5",
8647]8634]
86488635
8649[[package]]8636[[package]]
8697source = "registry+https://github.com/rust-lang/crates.io-index"8684source = "registry+https://github.com/rust-lang/crates.io-index"
8698checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"8685checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"
8699dependencies = [8686dependencies = [
8700 "futures 0.3.19",8687 "futures 0.3.21",
8701 "pin-project 0.4.29",8688 "pin-project 0.4.29",
8702 "static_assertions",8689 "static_assertions",
8703]8690]
8753dependencies = [8740dependencies = [
8754 "async-trait",8741 "async-trait",
8755 "derive_more",8742 "derive_more",
8756 "futures 0.3.19",8743 "futures 0.3.21",
8757 "futures-timer",8744 "futures-timer",
8758 "ip_network",8745 "ip_network",
8759 "libp2p",8746 "libp2p",
8778version = "0.10.0-dev"8765version = "0.10.0-dev"
8779source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8766source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"
8780dependencies = [8767dependencies = [
8781 "futures 0.3.19",8768 "futures 0.3.21",
8782 "futures-timer",8769 "futures-timer",
8783 "log",8770 "log",
8784 "parity-scale-codec",8771 "parity-scale-codec",
8847dependencies = [8834dependencies = [
8848 "chrono",8835 "chrono",
8849 "fdlimit",8836 "fdlimit",
8850 "futures 0.3.19",8837 "futures 0.3.21",
8851 "hex",8838 "hex",
8852 "libp2p",8839 "libp2p",
8853 "log",8840 "log",
8875 "structopt",8862 "structopt",
8876 "thiserror",8863 "thiserror",
8877 "tiny-bip39",8864 "tiny-bip39",
8878 "tokio 1.15.0",8865 "tokio 1.16.1",
8879]8866]
88808867
8881[[package]]8868[[package]]
8884source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8871source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"
8885dependencies = [8872dependencies = [
8886 "fnv",8873 "fnv",
8887 "futures 0.3.19",8874 "futures 0.3.21",
8888 "hash-db",8875 "hash-db",
8889 "log",8876 "log",
8890 "parity-scale-codec",8877 "parity-scale-codec",
8937source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8924source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"
8938dependencies = [8925dependencies = [
8939 "async-trait",8926 "async-trait",
8940 "futures 0.3.19",8927 "futures 0.3.21",
8941 "futures-timer",8928 "futures-timer",
8942 "libp2p",8929 "libp2p",
8943 "log",8930 "log",
8962dependencies = [8949dependencies = [
8963 "async-trait",8950 "async-trait",
8964 "derive_more",8951 "derive_more",
8965 "futures 0.3.19",8952 "futures 0.3.21",
8966 "log",8953 "log",
8967 "parity-scale-codec",8954 "parity-scale-codec",
8968 "sc-block-builder",8955 "sc-block-builder",
8992 "async-trait",8979 "async-trait",
8993 "derive_more",8980 "derive_more",
8994 "fork-tree",8981 "fork-tree",
8995 "futures 0.3.19",8982 "futures 0.3.21",
8996 "log",8983 "log",
8997 "merlin",8984 "merlin",
8998 "num-bigint",8985 "num-bigint",
9033source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9020source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"
9034dependencies = [9021dependencies = [
9035 "derive_more",9022 "derive_more",
9036 "futures 0.3.19",9023 "futures 0.3.21",
9037 "jsonrpc-core",9024 "jsonrpc-core",
9038 "jsonrpc-core-client",9025 "jsonrpc-core-client",
9039 "jsonrpc-derive",9026 "jsonrpc-derive",
9070source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9057source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"
9071dependencies = [9058dependencies = [
9072 "async-trait",9059 "async-trait",
9073 "futures 0.3.19",9060 "futures 0.3.21",
9074 "futures-timer",9061 "futures-timer",
9075 "log",9062 "log",
9076 "parity-scale-codec",9063 "parity-scale-codec",
9190 "dyn-clone",9177 "dyn-clone",
9191 "finality-grandpa",9178 "finality-grandpa",
9192 "fork-tree",9179 "fork-tree",
9193 "futures 0.3.19",9180 "futures 0.3.21",
9194 "futures-timer",9181 "futures-timer",
9195 "log",9182 "log",
9196 "parity-scale-codec",9183 "parity-scale-codec",
9225dependencies = [9212dependencies = [
9226 "derive_more",9213 "derive_more",
9227 "finality-grandpa",9214 "finality-grandpa",
9228 "futures 0.3.19",9215 "futures 0.3.21",
9229 "jsonrpc-core",9216 "jsonrpc-core",
9230 "jsonrpc-core-client",9217 "jsonrpc-core-client",
9231 "jsonrpc-derive",9218 "jsonrpc-derive",
9248source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9235source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"
9249dependencies = [9236dependencies = [
9250 "ansi_term",9237 "ansi_term",
9251 "futures 0.3.19",9238 "futures 0.3.21",
9252 "futures-timer",9239 "futures-timer",
9253 "log",9240 "log",
9254 "parity-util-mem",9241 "parity-util-mem",
9289 "either",9276 "either",
9290 "fnv",9277 "fnv",
9291 "fork-tree",9278 "fork-tree",
9292 "futures 0.3.19",9279 "futures 0.3.21",
9293 "futures-timer",9280 "futures-timer",
9294 "hex",9281 "hex",
9295 "ip_network",9282 "ip_network",
9330version = "0.10.0-dev"9317version = "0.10.0-dev"
9331source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9318source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"
9332dependencies = [9319dependencies = [
9333 "futures 0.3.19",9320 "futures 0.3.21",
9334 "futures-timer",9321 "futures-timer",
9335 "libp2p",9322 "libp2p",
9336 "log",9323 "log",
9348dependencies = [9335dependencies = [
9349 "bytes 1.1.0",9336 "bytes 1.1.0",
9350 "fnv",9337 "fnv",
9351 "futures 0.3.19",9338 "futures 0.3.21",
9352 "futures-timer",9339 "futures-timer",
9353 "hex",9340 "hex",
9354 "hyper",9341 "hyper",
9374version = "4.0.0-dev"9361version = "4.0.0-dev"
9375source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9362source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"
9376dependencies = [9363dependencies = [
9377 "futures 0.3.19",9364 "futures 0.3.21",
9378 "libp2p",9365 "libp2p",
9379 "log",9366 "log",
9380 "sc-utils",9367 "sc-utils",
9396version = "4.0.0-dev"9383version = "4.0.0-dev"
9397source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9384source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"
9398dependencies = [9385dependencies = [
9399 "futures 0.3.19",9386 "futures 0.3.21",
9400 "hash-db",9387 "hash-db",
9401 "jsonrpc-core",9388 "jsonrpc-core",
9402 "jsonrpc-pubsub",9389 "jsonrpc-pubsub",
9427version = "0.10.0-dev"9414version = "0.10.0-dev"
9428source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9415source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"
9429dependencies = [9416dependencies = [
9430 "futures 0.3.19",9417 "futures 0.3.21",
9431 "jsonrpc-core",9418 "jsonrpc-core",
9432 "jsonrpc-core-client",9419 "jsonrpc-core-client",
9433 "jsonrpc-derive",9420 "jsonrpc-derive",
9452version = "4.0.0-dev"9439version = "4.0.0-dev"
9453source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9440source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"
9454dependencies = [9441dependencies = [
9455 "futures 0.3.19",9442 "futures 0.3.21",
9456 "jsonrpc-core",9443 "jsonrpc-core",
9457 "jsonrpc-http-server",9444 "jsonrpc-http-server",
9458 "jsonrpc-ipc-server",9445 "jsonrpc-ipc-server",
9461 "log",9448 "log",
9462 "serde_json",9449 "serde_json",
9463 "substrate-prometheus-endpoint",9450 "substrate-prometheus-endpoint",
9464 "tokio 1.15.0",9451 "tokio 1.16.1",
9465]9452]
94669453
9467[[package]]9454[[package]]
9472 "async-trait",9459 "async-trait",
9473 "directories",9460 "directories",
9474 "exit-future",9461 "exit-future",
9475 "futures 0.3.19",9462 "futures 0.3.21",
9476 "futures-timer",9463 "futures-timer",
9477 "hash-db",9464 "hash-db",
9478 "jsonrpc-core",9465 "jsonrpc-core",
9523 "substrate-prometheus-endpoint",9510 "substrate-prometheus-endpoint",
9524 "tempfile",9511 "tempfile",
9525 "thiserror",9512 "thiserror",
9526 "tokio 1.15.0",9513 "tokio 1.16.1",
9527 "tracing",9514 "tracing",
9528 "tracing-futures",9515 "tracing-futures",
9529]9516]
9570source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9557source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"
9571dependencies = [9558dependencies = [
9572 "chrono",9559 "chrono",
9573 "futures 0.3.19",9560 "futures 0.3.21",
9574 "libp2p",9561 "libp2p",
9575 "log",9562 "log",
9576 "parking_lot 0.11.2",9563 "parking_lot 0.11.2",
9629version = "4.0.0-dev"9616version = "4.0.0-dev"
9630source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9617source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"
9631dependencies = [9618dependencies = [
9632 "futures 0.3.19",9619 "futures 0.3.21",
9633 "futures-timer",9620 "futures-timer",
9634 "linked-hash-map",9621 "linked-hash-map",
9635 "log",9622 "log",
9657source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9644source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"
9658dependencies = [9645dependencies = [
9659 "derive_more",9646 "derive_more",
9660 "futures 0.3.19",9647 "futures 0.3.21",
9661 "log",9648 "log",
9662 "serde",9649 "serde",
9663 "sp-blockchain",9650 "sp-blockchain",
9670version = "4.0.0-dev"9657version = "4.0.0-dev"
9671source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9658source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"
9672dependencies = [9659dependencies = [
9673 "futures 0.3.19",9660 "futures 0.3.21",
9674 "futures-timer",9661 "futures-timer",
9675 "lazy_static",9662 "lazy_static",
9676 "parking_lot 0.11.2",9663 "parking_lot 0.11.2",
97649751
9765[[package]]9752[[package]]
9766name = "security-framework"9753name = "security-framework"
9767version = "2.5.0"9754version = "2.6.1"
9768source = "registry+https://github.com/rust-lang/crates.io-index"9755source = "registry+https://github.com/rust-lang/crates.io-index"
9769checksum = "d09d3c15d814eda1d6a836f2f2b56a6abc1446c8a34351cb3180d3db92ffe4ce"9756checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
9770dependencies = [9757dependencies = [
9771 "bitflags",9758 "bitflags",
9772 "core-foundation",9759 "core-foundation",
97779764
9778[[package]]9765[[package]]
9779name = "security-framework-sys"9766name = "security-framework-sys"
9780version = "2.5.0"9767version = "2.6.1"
9781source = "registry+https://github.com/rust-lang/crates.io-index"9768source = "registry+https://github.com/rust-lang/crates.io-index"
9782checksum = "e90dd10c41c6bfc633da6e0c659bd25d31e0791e5974ac42970267d59eba87f7"9769checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
9783dependencies = [9770dependencies = [
9784 "core-foundation-sys",9771 "core-foundation-sys",
9785 "libc",9772 "libc",
98149801
9815[[package]]9802[[package]]
9816name = "semver"9803name = "semver"
9817version = "1.0.4"9804version = "1.0.5"
9818source = "registry+https://github.com/rust-lang/crates.io-index"9805source = "registry+https://github.com/rust-lang/crates.io-index"
9819checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"9806checksum = "0486718e92ec9a68fbed73bb5ef687d71103b142595b406835649bebd33f72c7"
9820dependencies = [9807dependencies = [
9821 "serde",9808 "serde",
9822]9809]
98389825
9839[[package]]9826[[package]]
9840name = "serde"9827name = "serde"
9841version = "1.0.133"9828version = "1.0.136"
9842source = "registry+https://github.com/rust-lang/crates.io-index"9829source = "registry+https://github.com/rust-lang/crates.io-index"
9843checksum = "97565067517b60e2d1ea8b268e59ce036de907ac523ad83a0475da04e818989a"9830checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
9844dependencies = [9831dependencies = [
9845 "serde_derive",9832 "serde_derive",
9846]9833]
98479834
9848[[package]]9835[[package]]
9849name = "serde_derive"9836name = "serde_derive"
9850version = "1.0.133"9837version = "1.0.136"
9851source = "registry+https://github.com/rust-lang/crates.io-index"9838source = "registry+https://github.com/rust-lang/crates.io-index"
9852checksum = "ed201699328568d8d08208fdd080e3ff594e6c422e438b6705905da01005d537"9839checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
9853dependencies = [9840dependencies = [
9854 "proc-macro2",9841 "proc-macro2",
9855 "quote",9842 "quote",
98589845
9859[[package]]9846[[package]]
9860name = "serde_json"9847name = "serde_json"
9861version = "1.0.75"9848version = "1.0.78"
9862source = "registry+https://github.com/rust-lang/crates.io-index"9849source = "registry+https://github.com/rust-lang/crates.io-index"
9863checksum = "c059c05b48c5c0067d4b4b2b4f0732dd65feb52daf7e0ea09cd87e7dadc1af79"9850checksum = "d23c1ba4cf0efd44be32017709280b32d1cea5c3f1275c3b6d9e8bc54f758085"
9864dependencies = [9851dependencies = [
9865 "itoa 1.0.1",9852 "itoa 1.0.1",
9866 "ryu",9853 "ryu",
10014[[package]]10001[[package]]
10015name = "slot-range-helper"10002name = "slot-range-helper"
10016version = "0.9.16"10003version = "0.9.16"
10017source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"10004source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
10018dependencies = [10005dependencies = [
10019 "enumn",10006 "enumn",
10020 "parity-scale-codec",10007 "parity-scale-codec",
1007510062
10076[[package]]10063[[package]]
10077name = "socket2"10064name = "socket2"
10078version = "0.4.2"10065version = "0.4.4"
10079source = "registry+https://github.com/rust-lang/crates.io-index"10066source = "registry+https://github.com/rust-lang/crates.io-index"
10080checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516"10067checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
10081dependencies = [10068dependencies = [
10082 "libc",10069 "libc",
10083 "winapi 0.3.9",10070 "winapi 0.3.9",
10092 "base64",10079 "base64",
10093 "bytes 1.1.0",10080 "bytes 1.1.0",
10094 "flate2",10081 "flate2",
10095 "futures 0.3.19",10082 "futures 0.3.21",
10096 "httparse",10083 "httparse",
10097 "log",10084 "log",
10098 "rand 0.8.4",10085 "rand 0.8.4",
10198version = "4.0.0-dev"10185version = "4.0.0-dev"
10199source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10186source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"
10200dependencies = [10187dependencies = [
10201 "futures 0.3.19",10188 "futures 0.3.21",
10202 "log",10189 "log",
10203 "lru 0.7.2",10190 "lru 0.7.2",
10204 "parity-scale-codec",10191 "parity-scale-codec",
10217source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10204source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"
10218dependencies = [10205dependencies = [
10219 "async-trait",10206 "async-trait",
10220 "futures 0.3.19",10207 "futures 0.3.21",
10221 "futures-timer",10208 "futures-timer",
10222 "log",10209 "log",
10223 "parity-scale-codec",10210 "parity-scale-codec",
10306 "byteorder",10293 "byteorder",
10307 "dyn-clonable",10294 "dyn-clonable",
10308 "ed25519-dalek",10295 "ed25519-dalek",
10309 "futures 0.3.19",10296 "futures 0.3.21",
10310 "hash-db",10297 "hash-db",
10311 "hash256-std-hasher",10298 "hash256-std-hasher",
10312 "hex",10299 "hex",
10434version = "4.0.0"10421version = "4.0.0"
10435source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10422source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"
10436dependencies = [10423dependencies = [
10437 "futures 0.3.19",10424 "futures 0.3.21",
10438 "hash-db",10425 "hash-db",
10439 "libsecp256k1 0.7.0",10426 "libsecp256k1 0.7.0",
10440 "log",10427 "log",
10471dependencies = [10458dependencies = [
10472 "async-trait",10459 "async-trait",
10473 "derive_more",10460 "derive_more",
10474 "futures 0.3.19",10461 "futures 0.3.21",
10475 "merlin",10462 "merlin",
10476 "parity-scale-codec",10463 "parity-scale-codec",
10477 "parking_lot 0.11.2",10464 "parking_lot 0.11.2",
1080110788
10802[[package]]10789[[package]]
10803name = "ss58-registry"10790name = "ss58-registry"
10804version = "1.11.0"10791version = "1.12.0"
10805source = "registry+https://github.com/rust-lang/crates.io-index"10792source = "registry+https://github.com/rust-lang/crates.io-index"
10806checksum = "1230685dc82f8699110640244d361a7099c602f08bddc5c90765a5153b4881dc"10793checksum = "8319f44e20b42e5c11b88b1ad4130c35fe2974665a007b08b02322070177136a"
10807dependencies = [10794dependencies = [
10808 "Inflector",10795 "Inflector",
10809 "proc-macro2",10796 "proc-macro2",
10969source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10956source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"
10970dependencies = [10957dependencies = [
10971 "frame-system-rpc-runtime-api",10958 "frame-system-rpc-runtime-api",
10972 "futures 0.3.19",10959 "futures 0.3.21",
10973 "jsonrpc-core",10960 "jsonrpc-core",
10974 "jsonrpc-core-client",10961 "jsonrpc-core-client",
10975 "jsonrpc-derive",10962 "jsonrpc-derive",
10996 "hyper",10983 "hyper",
10997 "log",10984 "log",
10998 "prometheus",10985 "prometheus",
10999 "tokio 1.15.0",10986 "tokio 1.16.1",
11000]10987]
1100110988
11002[[package]]10989[[package]]
11005source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10992source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"
11006dependencies = [10993dependencies = [
11007 "async-trait",10994 "async-trait",
11008 "futures 0.3.19",10995 "futures 0.3.21",
11009 "hex",10996 "hex",
11010 "parity-scale-codec",10997 "parity-scale-codec",
11011 "sc-client-api",10998 "sc-client-api",
11030version = "4.0.0-dev"11017version = "4.0.0-dev"
11031source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"11018source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"
11032dependencies = [11019dependencies = [
11033 "futures 0.3.19",11020 "futures 0.3.21",
11034 "substrate-test-utils-derive",11021 "substrate-test-utils-derive",
11035 "tokio 1.15.0",11022 "tokio 1.16.1",
11036]11023]
1103711024
11038[[package]]11025[[package]]
1107511062
11076[[package]]11063[[package]]
11077name = "syn"11064name = "syn"
11078version = "1.0.85"11065version = "1.0.86"
11079source = "registry+https://github.com/rust-lang/crates.io-index"11066source = "registry+https://github.com/rust-lang/crates.io-index"
11080checksum = "a684ac3dcd8913827e18cd09a68384ee66c1de24157e3c556c9ab16d85695fb7"11067checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
11081dependencies = [11068dependencies = [
11082 "proc-macro2",11069 "proc-macro2",
11083 "quote",11070 "quote",
1110411091
11105[[package]]11092[[package]]
11106name = "target-lexicon"11093name = "target-lexicon"
11107version = "0.12.2"11094version = "0.12.3"
11108source = "registry+https://github.com/rust-lang/crates.io-index"11095source = "registry+https://github.com/rust-lang/crates.io-index"
11109checksum = "d9bffcddbc2458fa3e6058414599e3c838a022abae82e5c67b4f7f80298d5bff"11096checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"
1111011097
11111[[package]]11098[[package]]
11112name = "tempfile"11099name = "tempfile"
11134[[package]]11121[[package]]
11135name = "test-runtime-constants"11122name = "test-runtime-constants"
11136version = "0.9.16"11123version = "0.9.16"
11137source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"11124source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
11138dependencies = [11125dependencies = [
11139 "frame-support",11126 "frame-support",
11140 "polkadot-primitives",11127 "polkadot-primitives",
1117411161
11175[[package]]11162[[package]]
11176name = "thread_local"11163name = "thread_local"
11177version = "1.1.3"11164version = "1.1.4"
11178source = "registry+https://github.com/rust-lang/crates.io-index"11165source = "registry+https://github.com/rust-lang/crates.io-index"
11179checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"11166checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
11180dependencies = [11167dependencies = [
11181 "once_cell",11168 "once_cell",
11182]11169]
1127111258
11272[[package]]11259[[package]]
11273name = "tokio"11260name = "tokio"
11274version = "1.15.0"11261version = "1.16.1"
11275source = "registry+https://github.com/rust-lang/crates.io-index"11262source = "registry+https://github.com/rust-lang/crates.io-index"
11276checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838"11263checksum = "0c27a64b625de6d309e8c57716ba93021dccf1b3b5c97edd6d3dd2d2135afc0a"
11277dependencies = [11264dependencies = [
11278 "bytes 1.1.0",11265 "bytes 1.1.0",
11279 "libc",11266 "libc",
11316checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"11303checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
11317dependencies = [11304dependencies = [
11318 "rustls",11305 "rustls",
11319 "tokio 1.15.0",11306 "tokio 1.16.1",
11320 "webpki",11307 "webpki",
11321]11308]
1132211309
11328dependencies = [11315dependencies = [
11329 "futures-core",11316 "futures-core",
11330 "pin-project-lite 0.2.8",11317 "pin-project-lite 0.2.8",
11331 "tokio 1.15.0",11318 "tokio 1.16.1",
11332]11319]
1133311320
11334[[package]]11321[[package]]
11343 "futures-sink",11330 "futures-sink",
11344 "log",11331 "log",
11345 "pin-project-lite 0.2.8",11332 "pin-project-lite 0.2.8",
11346 "tokio 1.15.0",11333 "tokio 1.16.1",
11347]11334]
1134811335
11349[[package]]11336[[package]]
1136311350
11364[[package]]11351[[package]]
11365name = "tracing"11352name = "tracing"
11366version = "0.1.29"11353version = "0.1.30"
11367source = "registry+https://github.com/rust-lang/crates.io-index"11354source = "registry+https://github.com/rust-lang/crates.io-index"
11368checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"11355checksum = "2d8d93354fe2a8e50d5953f5ae2e47a3fc2ef03292e7ea46e3cc38f549525fb9"
11369dependencies = [11356dependencies = [
11370 "cfg-if 1.0.0",11357 "cfg-if 1.0.0",
11371 "pin-project-lite 0.2.8",11358 "pin-project-lite 0.2.8",
1137511362
11376[[package]]11363[[package]]
11377name = "tracing-attributes"11364name = "tracing-attributes"
11378version = "0.1.18"11365version = "0.1.19"
11379source = "registry+https://github.com/rust-lang/crates.io-index"11366source = "registry+https://github.com/rust-lang/crates.io-index"
11380checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"11367checksum = "8276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716"
11381dependencies = [11368dependencies = [
11382 "proc-macro2",11369 "proc-macro2",
11383 "quote",11370 "quote",
1138611373
11387[[package]]11374[[package]]
11388name = "tracing-core"11375name = "tracing-core"
11389version = "0.1.21"11376version = "0.1.22"
11390source = "registry+https://github.com/rust-lang/crates.io-index"11377source = "registry+https://github.com/rust-lang/crates.io-index"
11391checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"11378checksum = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23"
11392dependencies = [11379dependencies = [
11393 "lazy_static",11380 "lazy_static",
11381 "valuable",
11394]11382]
1139511383
11396[[package]]11384[[package]]
1141611404
11417[[package]]11405[[package]]
11418name = "tracing-serde"11406name = "tracing-serde"
11419version = "0.1.2"11407version = "0.1.3"
11420source = "registry+https://github.com/rust-lang/crates.io-index"11408source = "registry+https://github.com/rust-lang/crates.io-index"
11421checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"11409checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
11422dependencies = [11410dependencies = [
11423 "serde",11411 "serde",
11424 "tracing-core",11412 "tracing-core",
1144911437
11450[[package]]11438[[package]]
11451name = "trie-db"11439name = "trie-db"
11452version = "0.23.0"11440version = "0.23.1"
11453source = "registry+https://github.com/rust-lang/crates.io-index"11441source = "registry+https://github.com/rust-lang/crates.io-index"
11454checksum = "e3ddae50680c12ef75bfbf58416ca6622fa43d879553f6cb2ed1a817346e1ffe"11442checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"
11455dependencies = [11443dependencies = [
11456 "hash-db",11444 "hash-db",
11457 "hashbrown",11445 "hashbrown 0.12.0",
11458 "log",11446 "log",
11459 "rustc-hex",11447 "rustc-hex",
11460 "smallvec",11448 "smallvec",
1148111469
11482[[package]]11470[[package]]
11483name = "trust-dns-proto"11471name = "trust-dns-proto"
11484version = "0.20.3"11472version = "0.20.4"
11485source = "registry+https://github.com/rust-lang/crates.io-index"11473source = "registry+https://github.com/rust-lang/crates.io-index"
11486checksum = "ad0d7f5db438199a6e2609debe3f69f808d074e0a2888ee0bccb45fe234d03f4"11474checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"
11487dependencies = [11475dependencies = [
11488 "async-trait",11476 "async-trait",
11489 "cfg-if 1.0.0",11477 "cfg-if 1.0.0",
1150511493
11506[[package]]11494[[package]]
11507name = "trust-dns-resolver"11495name = "trust-dns-resolver"
11508version = "0.20.3"11496version = "0.20.4"
11509source = "registry+https://github.com/rust-lang/crates.io-index"11497source = "registry+https://github.com/rust-lang/crates.io-index"
11510checksum = "f6ad17b608a64bd0735e67bde16b0636f8aa8591f831a25d18443ed00a699770"11498checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"
11511dependencies = [11499dependencies = [
11512 "cfg-if 1.0.0",11500 "cfg-if 1.0.0",
11513 "futures-util",11501 "futures-util",
1160211590
11603[[package]]11591[[package]]
11604name = "uint"11592name = "uint"
11605version = "0.9.1"11593version = "0.9.3"
11606source = "registry+https://github.com/rust-lang/crates.io-index"11594source = "registry+https://github.com/rust-lang/crates.io-index"
11607checksum = "6470ab50f482bde894a037a57064480a246dbfdd5960bd65a44824693f08da5f"11595checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"
11608dependencies = [11596dependencies = [
11609 "byteorder",11597 "byteorder",
11610 "crunchy",11598 "crunchy",
1163811626
11639[[package]]11627[[package]]
11640name = "unicode-segmentation"11628name = "unicode-segmentation"
11641version = "1.8.0"11629version = "1.9.0"
11642source = "registry+https://github.com/rust-lang/crates.io-index"11630source = "registry+https://github.com/rust-lang/crates.io-index"
11643checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"11631checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
1164411632
11645[[package]]11633[[package]]
11646name = "unicode-width"11634name = "unicode-width"
11677 "fp-rpc",11665 "fp-rpc",
11678 "frame-benchmarking",11666 "frame-benchmarking",
11679 "frame-benchmarking-cli",11667 "frame-benchmarking-cli",
11680 "futures 0.3.19",11668 "futures 0.3.21",
11681 "jsonrpc-core",11669 "jsonrpc-core",
11682 "jsonrpc-pubsub",11670 "jsonrpc-pubsub",
11683 "log",11671 "log",
11741 "fc-rpc",11729 "fc-rpc",
11742 "fc-rpc-core",11730 "fc-rpc-core",
11743 "fp-rpc",11731 "fp-rpc",
11744 "futures 0.3.19",11732 "futures 0.3.21",
11745 "jsonrpc-core",11733 "jsonrpc-core",
11746 "jsonrpc-pubsub",11734 "jsonrpc-pubsub",
11747 "pallet-ethereum",11735 "pallet-ethereum",
11965 "percent-encoding 2.1.0",11953 "percent-encoding 2.1.0",
11966]11954]
11955
11956[[package]]
11957name = "valuable"
11958version = "0.1.0"
11959source = "registry+https://github.com/rust-lang/crates.io-index"
11960checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
1196711961
11968[[package]]11962[[package]]
11969name = "value-bag"11963name = "value-bag"
1204012034
12041[[package]]12035[[package]]
12042name = "wasm-bindgen"12036name = "wasm-bindgen"
12043version = "0.2.78"12037version = "0.2.79"
12044source = "registry+https://github.com/rust-lang/crates.io-index"12038source = "registry+https://github.com/rust-lang/crates.io-index"
12045checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"12039checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
12046dependencies = [12040dependencies = [
12047 "cfg-if 1.0.0",12041 "cfg-if 1.0.0",
12048 "wasm-bindgen-macro",12042 "wasm-bindgen-macro",
12049]12043]
1205012044
12051[[package]]12045[[package]]
12052name = "wasm-bindgen-backend"12046name = "wasm-bindgen-backend"
12053version = "0.2.78"12047version = "0.2.79"
12054source = "registry+https://github.com/rust-lang/crates.io-index"12048source = "registry+https://github.com/rust-lang/crates.io-index"
12055checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"12049checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
12056dependencies = [12050dependencies = [
12057 "bumpalo",12051 "bumpalo",
12058 "lazy_static",12052 "lazy_static",
1206512059
12066[[package]]12060[[package]]
12067name = "wasm-bindgen-futures"12061name = "wasm-bindgen-futures"
12068version = "0.4.28"12062version = "0.4.29"
12069source = "registry+https://github.com/rust-lang/crates.io-index"12063source = "registry+https://github.com/rust-lang/crates.io-index"
12070checksum = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39"12064checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"
12071dependencies = [12065dependencies = [
12072 "cfg-if 1.0.0",12066 "cfg-if 1.0.0",
12073 "js-sys",12067 "js-sys",
1207712071
12078[[package]]12072[[package]]
12079name = "wasm-bindgen-macro"12073name = "wasm-bindgen-macro"
12080version = "0.2.78"12074version = "0.2.79"
12081source = "registry+https://github.com/rust-lang/crates.io-index"12075source = "registry+https://github.com/rust-lang/crates.io-index"
12082checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"12076checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
12083dependencies = [12077dependencies = [
12084 "quote",12078 "quote",
12085 "wasm-bindgen-macro-support",12079 "wasm-bindgen-macro-support",
12086]12080]
1208712081
12088[[package]]12082[[package]]
12089name = "wasm-bindgen-macro-support"12083name = "wasm-bindgen-macro-support"
12090version = "0.2.78"12084version = "0.2.79"
12091source = "registry+https://github.com/rust-lang/crates.io-index"12085source = "registry+https://github.com/rust-lang/crates.io-index"
12092checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"12086checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
12093dependencies = [12087dependencies = [
12094 "proc-macro2",12088 "proc-macro2",
12095 "quote",12089 "quote",
1210012094
12101[[package]]12095[[package]]
12102name = "wasm-bindgen-shared"12096name = "wasm-bindgen-shared"
12103version = "0.2.78"12097version = "0.2.79"
12104source = "registry+https://github.com/rust-lang/crates.io-index"12098source = "registry+https://github.com/rust-lang/crates.io-index"
12105checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"12099checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
1210612100
12107[[package]]12101[[package]]
12108name = "wasm-gc-api"12102name = "wasm-gc-api"
12130source = "registry+https://github.com/rust-lang/crates.io-index"12124source = "registry+https://github.com/rust-lang/crates.io-index"
12131checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12125checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
12132dependencies = [12126dependencies = [
12133 "futures 0.3.19",12127 "futures 0.3.21",
12134 "js-sys",12128 "js-sys",
12135 "parking_lot 0.11.2",12129 "parking_lot 0.11.2",
12136 "pin-utils",12130 "pin-utils",
1232412318
12325[[package]]12319[[package]]
12326name = "web-sys"12320name = "web-sys"
12327version = "0.3.55"12321version = "0.3.56"
12328source = "registry+https://github.com/rust-lang/crates.io-index"12322source = "registry+https://github.com/rust-lang/crates.io-index"
12329checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"12323checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
12330dependencies = [12324dependencies = [
12331 "js-sys",12325 "js-sys",
12332 "wasm-bindgen",12326 "wasm-bindgen",
12363[[package]]12357[[package]]
12364name = "westend-runtime"12358name = "westend-runtime"
12365version = "0.9.16"12359version = "0.9.16"
12366source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"12360source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
12367dependencies = [12361dependencies = [
12368 "beefy-primitives",12362 "beefy-primitives",
12369 "bitvec",12363 "bitvec",
12449[[package]]12443[[package]]
12450name = "westend-runtime-constants"12444name = "westend-runtime-constants"
12451version = "0.9.16"12445version = "0.9.16"
12452source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"12446source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
12453dependencies = [12447dependencies = [
12454 "frame-support",12448 "frame-support",
12455 "polkadot-primitives",12449 "polkadot-primitives",
1246012454
12461[[package]]12455[[package]]
12462name = "which"12456name = "which"
12463version = "4.2.2"12457version = "4.2.4"
12464source = "registry+https://github.com/rust-lang/crates.io-index"12458source = "registry+https://github.com/rust-lang/crates.io-index"
12465checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9"12459checksum = "2a5a7e487e921cf220206864a94a89b6c6905bfc19f1057fa26a4cb360e5c1d2"
12466dependencies = [12460dependencies = [
12467 "either",12461 "either",
12468 "lazy_static",12462 "lazy_static",
12557[[package]]12551[[package]]
12558name = "xcm"12552name = "xcm"
12559version = "0.9.16"12553version = "0.9.16"
12560source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"12554source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
12561dependencies = [12555dependencies = [
12562 "derivative",12556 "derivative",
12563 "impl-trait-for-tuples",12557 "impl-trait-for-tuples",
12570[[package]]12564[[package]]
12571name = "xcm-builder"12565name = "xcm-builder"
12572version = "0.9.16"12566version = "0.9.16"
12573source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"12567source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
12574dependencies = [12568dependencies = [
12575 "frame-support",12569 "frame-support",
12576 "frame-system",12570 "frame-system",
12590[[package]]12584[[package]]
12591name = "xcm-executor"12585name = "xcm-executor"
12592version = "0.9.16"12586version = "0.9.16"
12593source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"12587source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
12594dependencies = [12588dependencies = [
12595 "frame-benchmarking",12589 "frame-benchmarking",
12596 "frame-support",12590 "frame-support",
12608[[package]]12602[[package]]
12609name = "xcm-procedural"12603name = "xcm-procedural"
12610version = "0.1.0"12604version = "0.1.0"
12611source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"12605source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"
12612dependencies = [12606dependencies = [
12613 "Inflector",12607 "Inflector",
12614 "proc-macro2",12608 "proc-macro2",
12622source = "registry+https://github.com/rust-lang/crates.io-index"12616source = "registry+https://github.com/rust-lang/crates.io-index"
12623checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"12617checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"
12624dependencies = [12618dependencies = [
12625 "futures 0.3.19",12619 "futures 0.3.21",
12626 "log",12620 "log",
12627 "nohash-hasher",12621 "nohash-hasher",
12628 "parking_lot 0.11.2",12622 "parking_lot 0.11.2",
1263812632
12639[[package]]12633[[package]]
12640name = "zeroize"12634name = "zeroize"
12641version = "1.5.0"12635version = "1.5.2"
12642source = "registry+https://github.com/rust-lang/crates.io-index"12636source = "registry+https://github.com/rust-lang/crates.io-index"
12643checksum = "cc222aec311c323c717f56060324f32b82da1ce1dd81d9a09aa6a9030bfe08db"12637checksum = "7c88870063c39ee00ec285a2f8d6a966e5b6fb2becc4e8dac77ed0d370ed6006"
12644dependencies = [12638dependencies = [
12645 "zeroize_derive",12639 "zeroize_derive",
12646]12640]
modifiednode/cli/src/command.rsdiffbeforeafterboth
40fn load_spec(id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, String> {40fn load_spec(id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, String> {
41 Ok(match id {41 Ok(match id {
42 "westend-local" => Box::new(chain_spec::local_testnet_westend_config()),42 "westend-local" => Box::new(chain_spec::local_testnet_westend_config()),
43 "rococo-local" => Box::new(chain_spec::local_testnet_rococo_config()),
43 "dev" => Box::new(chain_spec::development_config()),44 "dev" => Box::new(chain_spec::development_config()),
44 "" | "local" => Box::new(chain_spec::local_testnet_rococo_config()),45 "" | "local" => Box::new(chain_spec::local_testnet_rococo_config()),
45 path => Box::new(chain_spec::ChainSpec::from_json_file(46 path => Box::new(chain_spec::ChainSpec::from_json_file(
288 let block: Block = generate_genesis_block(&config.chain_spec, state_version)289 let block: Block = generate_genesis_block(&config.chain_spec, state_version)
289 .map_err(|e| format!("{:?}", e))?;290 .map_err(|e| format!("{:?}", e))?;
290 let genesis_state = format!("0x{:?}", HexDisplay::from(&block.header().encode()));291 let genesis_state = format!("0x{:?}", HexDisplay::from(&block.header().encode()));
292 let genesis_hash = format!("0x{:?}", HexDisplay::from(&block.header().hash().0));
291293
292 let polkadot_config = SubstrateCli::create_configuration(294 let polkadot_config = SubstrateCli::create_configuration(
293 &polkadot_cli,295 &polkadot_cli,
299 info!("Parachain id: {:?}", id);301 info!("Parachain id: {:?}", id);
300 info!("Parachain Account: {}", parachain_account);302 info!("Parachain Account: {}", parachain_account);
301 info!("Parachain genesis state: {}", genesis_state);303 info!("Parachain genesis state: {}", genesis_state);
304 info!("Parachain genesis hash: {}", genesis_hash);
302 info!(305 info!(
303 "Is collating: {}",306 "Is collating: {}",
304 if config.role.is_authority() {307 if config.role.is_authority() {
modifiednode/cli/src/service.rsdiffbeforeafterboth
258 let (mut telemetry, filter_pool, frontier_backend, telemetry_worker_handle, fee_history_cache) =258 let (mut telemetry, filter_pool, frontier_backend, telemetry_worker_handle, fee_history_cache) =
259 params.other;259 params.other;
260
261 let client = params.client.clone();
262 let backend = params.backend.clone();
260 let mut task_manager = params.task_manager;263 let mut task_manager = params.task_manager;
261264
262 let (relay_chain_interface, collator_key) =265 let (relay_chain_interface, collator_key) =
271
268 let block_announce_validator = BlockAnnounceValidator::new(relay_chain_interface.clone(), id);272 let block_announce_validator = BlockAnnounceValidator::new(relay_chain_interface.clone(), id);
269
270 let client = params.client.clone();
271 let backend = params.backend.clone();
272273
273 let force_authoring = parachain_config.force_authoring;274 let force_authoring = parachain_config.force_authoring;
274 let validator = parachain_config.role.is_authority();275 let validator = parachain_config.role.is_authority();
293 let rpc_client = client.clone();294 let rpc_client = client.clone();
294 let rpc_pool = transaction_pool.clone();295 let rpc_pool = transaction_pool.clone();
295 let select_chain = params.select_chain.clone();296 let select_chain = params.select_chain.clone();
296 let is_authority = parachain_config.role.clone().is_authority();
297 let rpc_network = network.clone();297 let rpc_network = network.clone();
298298
299 let rpc_frontier_backend = frontier_backend.clone();299 let rpc_frontier_backend = frontier_backend.clone();
317 filter_pool: filter_pool.clone(),317 filter_pool: filter_pool.clone(),
318 network: rpc_network.clone(),318 network: rpc_network.clone(),
319 select_chain: select_chain.clone(),319 select_chain: select_chain.clone(),
320 is_authority,320 is_authority: validator,
321 // TODO: Unhardcode321 // TODO: Unhardcode
322 max_past_logs: 10000,322 max_past_logs: 10000,
323 block_data_cache: block_data_cache.clone(),323 block_data_cache: block_data_cache.clone(),
modifiedruntime/src/lib.rsdiffbeforeafterboth
149 authoring_version: 1,149 authoring_version: 1,
150 spec_version: 914000,150 spec_version: 914000,
151 impl_version: 1,151 impl_version: 1,
152 state_version: 1,
153 apis: RUNTIME_API_VERSIONS,152 apis: RUNTIME_API_VERSIONS,
154 transaction_version: 1,153 transaction_version: 0,
154 state_version: 0,
155};155};
156156
157pub const MILLISECS_PER_BLOCK: u64 = 12000;157pub const MILLISECS_PER_BLOCK: u64 = 12000;
967 Block,967 Block,
968 frame_system::ChainContext<Runtime>,968 frame_system::ChainContext<Runtime>,
969 Runtime,969 Runtime,
970 AllPalletsWithSystem,970 AllPalletsReversedWithSystemFirst,
971>;971>;
972972
973impl_opaque_keys! {973impl_opaque_keys! {
1392 list_benchmark!(list, extra, pallet_nonfungible, Nonfungible);1392 list_benchmark!(list, extra, pallet_nonfungible, Nonfungible);
1393 // list_benchmark!(list, extra, pallet_evm_coder_substrate, EvmCoderSubstrate);1393 // list_benchmark!(list, extra, pallet_evm_coder_substrate, EvmCoderSubstrate);
13941394
1395 let storage_info = AllPalletsWithSystem::storage_info();1395 let storage_info = AllPalletsReversedWithSystemFirst::storage_info();
13961396
1397 return (list, storage_info)1397 return (list, storage_info)
1398 }1398 }