difftreelog
Merge branch 'develop' into feature/CORE-167
in: master
67 files changed
..env.swpdiffbeforeafterbothbinary blob — no preview
.envdiffbeforeafterbothno changes
Cargo.lockdiffbeforeafterboth383839[[package]]39[[package]]40name = "aead"40name = "aead"41version = "0.3.2"41version = "0.4.3"42source = "registry+https://github.com/rust-lang/crates.io-index"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331"43checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"44dependencies = [44dependencies = [45 "generic-array 0.14.4",45 "generic-array 0.14.4",46]46]474748[[package]]48[[package]]49name = "aes"49name = "aes"50version = "0.4.0"50version = "0.7.5"51source = "registry+https://github.com/rust-lang/crates.io-index"51source = "registry+https://github.com/rust-lang/crates.io-index"52checksum = "f7001367fde4c768a19d1029f0a8be5abd9308e1119846d5bd9ad26297b8faf5"52checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"53dependencies = [53dependencies = [54 "aes-soft",54 "cfg-if 1.0.0",55 "aesni",55 "cipher",56 "block-cipher",56 "cpufeatures 0.2.1",57 "opaque-debug 0.3.0",57]58]585959[[package]]60[[package]]60name = "aes-gcm"61name = "aes-gcm"61version = "0.6.0"62version = "0.9.4"62source = "registry+https://github.com/rust-lang/crates.io-index"63source = "registry+https://github.com/rust-lang/crates.io-index"63checksum = "86f5007801316299f922a6198d1d09a0bae95786815d066d5880d13f7c45ead1"64checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"64dependencies = [65dependencies = [65 "aead",66 "aead",66 "aes",67 "aes",67 "block-cipher",68 "cipher",69 "ctr",68 "ghash",70 "ghash",69 "subtle 2.2.3",71 "subtle 2.4.1",70]72]717372[[package]]74[[package]]73name = "aes-soft"74version = "0.4.0"75source = "registry+https://github.com/rust-lang/crates.io-index"76checksum = "4925647ee64e5056cf231608957ce7c81e12d6d6e316b9ce1404778cc1d35fa7"77dependencies = [78 "block-cipher",79 "byteorder",80 "opaque-debug 0.2.3",81]8283[[package]]84name = "aesni"85version = "0.7.0"86source = "registry+https://github.com/rust-lang/crates.io-index"87checksum = "d050d39b0b7688b3a3254394c3e30a9d66c41dcf9b05b0e2dbdc623f6505d264"88dependencies = [89 "block-cipher",90 "opaque-debug 0.2.3",91]9293[[package]]94name = "ahash"75name = "ahash"95version = "0.4.6"96source = "registry+https://github.com/rust-lang/crates.io-index"97checksum = "f6789e291be47ace86a60303502173d84af8327e3627ecf334356ee0f87a164c"9899[[package]]100name = "ahash"101version = "0.7.4"76version = "0.7.4"102source = "registry+https://github.com/rust-lang/crates.io-index"77source = "registry+https://github.com/rust-lang/crates.io-index"103checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"78checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"487[[package]]462[[package]]488name = "beefy-gadget"463name = "beefy-gadget"489version = "0.1.0"464version = "0.1.0"490source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.9#f40c0ab7b327e874d5c8d699bfa5d762f1759ee0"465source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23"491dependencies = [466dependencies = [492 "beefy-primitives",467 "beefy-primitives",493 "fnv",468 "fnv",494 "futures 0.3.16",469 "futures 0.3.17",495 "hex",470 "hex",496 "log",471 "log",497 "parity-scale-codec",472 "parity-scale-codec",498 "parking_lot 0.11.1",473 "parking_lot 0.11.2",499 "sc-client-api",474 "sc-client-api",500 "sc-keystore",475 "sc-keystore",501 "sc-network",476 "sc-network",517[[package]]492[[package]]518name = "beefy-gadget-rpc"493name = "beefy-gadget-rpc"519version = "0.1.0"494version = "0.1.0"520source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.9#f40c0ab7b327e874d5c8d699bfa5d762f1759ee0"495source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23"521dependencies = [496dependencies = [522 "beefy-gadget",497 "beefy-gadget",523 "beefy-primitives",498 "beefy-primitives",524 "futures 0.3.16",499 "futures 0.3.17",525 "jsonrpc-core 15.1.0",500 "jsonrpc-core 15.1.0",526 "jsonrpc-core-client 15.1.0",501 "jsonrpc-core-client 15.1.0",527 "jsonrpc-derive 15.1.0",502 "jsonrpc-derive 15.1.0",538[[package]]513[[package]]539name = "beefy-merkle-tree"514name = "beefy-merkle-tree"540version = "0.1.0"515version = "0.1.0"541source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.9#f40c0ab7b327e874d5c8d699bfa5d762f1759ee0"516source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23"542517543[[package]]518[[package]]544name = "beefy-primitives"519name = "beefy-primitives"545version = "0.1.0"520version = "0.1.0"546source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.9#f40c0ab7b327e874d5c8d699bfa5d762f1759ee0"521source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23"547dependencies = [522dependencies = [548 "parity-scale-codec",523 "parity-scale-codec",549 "sp-api",524 "sp-api",695]670]696671697[[package]]672[[package]]698name = "block-cipher"699version = "0.7.1"700source = "registry+https://github.com/rust-lang/crates.io-index"701checksum = "fa136449e765dc7faa244561ccae839c394048667929af599b5d931ebe7b7f10"702dependencies = [703 "generic-array 0.14.4",704]705706[[package]]707name = "block-padding"673name = "block-padding"708version = "0.1.5"674version = "0.1.5"709source = "registry+https://github.com/rust-lang/crates.io-index"675source = "registry+https://github.com/rust-lang/crates.io-index"735[[package]]701[[package]]736name = "bp-header-chain"702name = "bp-header-chain"737version = "0.1.0"703version = "0.1.0"738source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"704source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"739dependencies = [705dependencies = [740 "finality-grandpa",706 "finality-grandpa",741 "frame-support",707 "frame-support",750[[package]]716[[package]]751name = "bp-message-dispatch"717name = "bp-message-dispatch"752version = "0.1.0"718version = "0.1.0"753source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"719source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"754dependencies = [720dependencies = [755 "bp-runtime",721 "bp-runtime",756 "frame-support",722 "frame-support",761[[package]]727[[package]]762name = "bp-messages"728name = "bp-messages"763version = "0.1.0"729version = "0.1.0"764source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"730source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"765dependencies = [731dependencies = [766 "bitvec 0.20.1",732 "bitvec 0.20.1",767 "bp-runtime",733 "bp-runtime",776[[package]]742[[package]]777name = "bp-polkadot-core"743name = "bp-polkadot-core"778version = "0.1.0"744version = "0.1.0"779source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"745source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"780dependencies = [746dependencies = [781 "bp-messages",747 "bp-messages",782 "bp-runtime",748 "bp-runtime",793[[package]]759[[package]]794name = "bp-rialto"760name = "bp-rialto"795version = "0.1.0"761version = "0.1.0"796source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"762source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"797dependencies = [763dependencies = [798 "bp-messages",764 "bp-messages",799 "bp-runtime",765 "bp-runtime",808[[package]]774[[package]]809name = "bp-rococo"775name = "bp-rococo"810version = "0.1.0"776version = "0.1.0"811source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"777source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"812dependencies = [778dependencies = [813 "bp-messages",779 "bp-messages",814 "bp-polkadot-core",780 "bp-polkadot-core",825[[package]]791[[package]]826name = "bp-runtime"792name = "bp-runtime"827version = "0.1.0"793version = "0.1.0"828source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"794source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"829dependencies = [795dependencies = [830 "frame-support",796 "frame-support",831 "hash-db",797 "hash-db",842[[package]]808[[package]]843name = "bp-test-utils"809name = "bp-test-utils"844version = "0.1.0"810version = "0.1.0"845source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"811source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"846dependencies = [812dependencies = [847 "bp-header-chain",813 "bp-header-chain",848 "ed25519-dalek",814 "ed25519-dalek",857[[package]]823[[package]]858name = "bp-wococo"824name = "bp-wococo"859version = "0.1.0"825version = "0.1.0"860source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"826source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"861dependencies = [827dependencies = [862 "bp-messages",828 "bp-messages",863 "bp-polkadot-core",829 "bp-polkadot-core",872[[package]]838[[package]]873name = "bridge-runtime-common"839name = "bridge-runtime-common"874version = "0.1.0"840version = "0.1.0"875source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"841source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"876dependencies = [842dependencies = [877 "bp-message-dispatch",843 "bp-message-dispatch",878 "bp-messages",844 "bp-messages",988954989[[package]]955[[package]]990name = "cargo_metadata"956name = "cargo_metadata"991version = "0.12.3"992source = "registry+https://github.com/rust-lang/crates.io-index"993checksum = "7714a157da7991e23d90686b9524b9e12e0407a108647f52e9328f4b3d51ac7f"994dependencies = [995 "cargo-platform",996 "semver 0.11.0",997 "semver-parser 0.10.2",998 "serde",999 "serde_json",1000]10011002[[package]]1003name = "cargo_metadata"1004version = "0.13.1"957version = "0.13.1"1005source = "registry+https://github.com/rust-lang/crates.io-index"958source = "registry+https://github.com/rust-lang/crates.io-index"1006checksum = "081e3f0755c1f380c2d010481b6fa2e02973586d5f2b24eebb7a2a1d98b143d8"959checksum = "081e3f0755c1f380c2d010481b6fa2e02973586d5f2b24eebb7a2a1d98b143d8"105110041052[[package]]1005[[package]]1053name = "chacha20"1006name = "chacha20"1054version = "0.4.3"1007version = "0.7.3"1055source = "registry+https://github.com/rust-lang/crates.io-index"1008source = "registry+https://github.com/rust-lang/crates.io-index"1056checksum = "086c0f07ac275808b7bf9a39f2fd013aae1498be83632814c8c4e0bd53f2dc58"1009checksum = "f08493fa7707effc63254c66c6ea908675912493cd67952eda23c09fae2610b1"1057dependencies = [1010dependencies = [1058 "stream-cipher",1011 "cfg-if 1.0.0",1012 "cipher",1013 "cpufeatures 0.2.1",1059 "zeroize",1014 "zeroize",1060]1015]106110161062[[package]]1017[[package]]1063name = "chacha20poly1305"1018name = "chacha20poly1305"1064version = "0.5.1"1019version = "0.8.2"1065source = "registry+https://github.com/rust-lang/crates.io-index"1020source = "registry+https://github.com/rust-lang/crates.io-index"1066checksum = "18b0c90556d8e3fec7cf18d84a2f53d27b21288f2fe481b830fadcf809e48205"1021checksum = "b6547abe025f4027edacd9edaa357aded014eecec42a5070d9b885c3c334aba2"1067dependencies = [1022dependencies = [1068 "aead",1023 "aead",1069 "chacha20",1024 "chacha20",1025 "cipher",1070 "poly1305",1026 "poly1305",1071 "stream-cipher",1072 "zeroize",1027 "zeroize",1073]1028]107410291092checksum = "7d88f30b1e74e7063df5711496f3ee6e74a9735d62062242d70cddf77717f18e"1047checksum = "7d88f30b1e74e7063df5711496f3ee6e74a9735d62062242d70cddf77717f18e"1093dependencies = [1048dependencies = [1094 "multibase",1049 "multibase",1095 "multihash",1050 "multihash 0.13.1",1096 "unsigned-varint 0.5.1",1051 "unsigned-varint 0.5.1",1097]1052]109810531099[[package]]1054[[package]]1100name = "cipher"1055name = "cipher"1101version = "0.2.5"1056version = "0.3.0"1102source = "registry+https://github.com/rust-lang/crates.io-index"1057source = "registry+https://github.com/rust-lang/crates.io-index"1103checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"1058checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"1104dependencies = [1059dependencies = [1105 "generic-array 0.14.4",1060 "generic-array 0.14.4",1106]1061]1150]1105]115111061152[[package]]1107[[package]]1153name = "cloudabi"1154version = "0.1.0"1155source = "registry+https://github.com/rust-lang/crates.io-index"1156checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"1157dependencies = [1158 "bitflags",1159]11601161[[package]]1162name = "concurrent-queue"1108name = "concurrent-queue"1163version = "1.2.2"1109version = "1.2.2"1164source = "registry+https://github.com/rust-lang/crates.io-index"1110source = "registry+https://github.com/rust-lang/crates.io-index"1231]1177]123211781233[[package]]1179[[package]]1180name = "cpufeatures"1181version = "0.2.1"1182source = "registry+https://github.com/rust-lang/crates.io-index"1183checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"1184dependencies = [1185 "libc",1186]11871188[[package]]1234name = "cpuid-bool"1189name = "cpuid-bool"1235version = "0.1.0"1190version = "0.1.0"1236source = "registry+https://github.com/rust-lang/crates.io-index"1191source = "registry+https://github.com/rust-lang/crates.io-index"1322 "cranelift-codegen",1277 "cranelift-codegen",1323 "cranelift-entity",1278 "cranelift-entity",1324 "cranelift-frontend",1279 "cranelift-frontend",1325 "itertools 0.10.0",1280 "itertools",1326 "log",1281 "log",1327 "serde",1282 "serde",1328 "smallvec 1.6.1",1283 "smallvec 1.6.1",1421checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1376checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1422dependencies = [1377dependencies = [1423 "generic-array 0.14.4",1378 "generic-array 0.14.4",1424 "subtle 2.2.3",1379 "subtle 2.4.1",1425]1380]142613811427[[package]]1382[[package]]1444]1399]144514001446[[package]]1401[[package]]1402name = "ctr"1403version = "0.8.0"1404source = "registry+https://github.com/rust-lang/crates.io-index"1405checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1406dependencies = [1407 "cipher",1408]14091410[[package]]1447name = "cuckoofilter"1411name = "cuckoofilter"1448version = "0.5.0"1412version = "0.5.0"1449source = "registry+https://github.com/rust-lang/crates.io-index"1413source = "registry+https://github.com/rust-lang/crates.io-index"1457[[package]]1421[[package]]1458name = "cumulus-client-cli"1422name = "cumulus-client-cli"1459version = "0.1.0"1423version = "0.1.0"1460source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"1424source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1461dependencies = [1425dependencies = [1462 "sc-cli",1426 "sc-cli",1463 "sc-service",1427 "sc-service",1467[[package]]1431[[package]]1468name = "cumulus-client-collator"1432name = "cumulus-client-collator"1469version = "0.1.0"1433version = "0.1.0"1470source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"1434source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1471dependencies = [1435dependencies = [1472 "cumulus-client-consensus-common",1436 "cumulus-client-consensus-common",1473 "cumulus-client-network",1437 "cumulus-client-network",1474 "cumulus-primitives-core",1438 "cumulus-primitives-core",1475 "futures 0.3.16",1439 "futures 0.3.17",1476 "parity-scale-codec",1440 "parity-scale-codec",1477 "parking_lot 0.10.2",1441 "parking_lot 0.10.2",1478 "polkadot-node-primitives",1442 "polkadot-node-primitives",1491[[package]]1455[[package]]1492name = "cumulus-client-consensus-aura"1456name = "cumulus-client-consensus-aura"1493version = "0.1.0"1457version = "0.1.0"1494source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"1458source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1495dependencies = [1459dependencies = [1496 "async-trait",1460 "async-trait",1497 "cumulus-client-consensus-common",1461 "cumulus-client-consensus-common",1498 "cumulus-primitives-core",1462 "cumulus-primitives-core",1499 "futures 0.3.16",1463 "futures 0.3.17",1500 "parity-scale-codec",1464 "parity-scale-codec",1501 "parking_lot 0.10.2",1465 "parking_lot 0.10.2",1502 "polkadot-client",1466 "polkadot-client",1522[[package]]1486[[package]]1523name = "cumulus-client-consensus-common"1487name = "cumulus-client-consensus-common"1524version = "0.1.0"1488version = "0.1.0"1525source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"1489source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1526dependencies = [1490dependencies = [1527 "async-trait",1491 "async-trait",1528 "dyn-clone",1492 "dyn-clone",1529 "futures 0.3.16",1493 "futures 0.3.17",1530 "parity-scale-codec",1494 "parity-scale-codec",1531 "polkadot-primitives",1495 "polkadot-primitives",1532 "polkadot-runtime",1496 "polkadot-runtime",1547[[package]]1511[[package]]1548name = "cumulus-client-network"1512name = "cumulus-client-network"1549version = "0.1.0"1513version = "0.1.0"1550source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"1514source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1551dependencies = [1515dependencies = [1552 "derive_more",1516 "derive_more",1553 "futures 0.3.16",1517 "futures 0.3.17",1554 "futures-timer 3.0.2",1518 "futures-timer 3.0.2",1555 "parity-scale-codec",1519 "parity-scale-codec",1556 "parking_lot 0.10.2",1520 "parking_lot 0.10.2",1571[[package]]1535[[package]]1572name = "cumulus-client-pov-recovery"1536name = "cumulus-client-pov-recovery"1573version = "0.1.0"1537version = "0.1.0"1574source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"1538source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1575dependencies = [1539dependencies = [1576 "cumulus-primitives-core",1540 "cumulus-primitives-core",1577 "futures 0.3.16",1541 "futures 0.3.17",1578 "futures-timer 3.0.2",1542 "futures-timer 3.0.2",1579 "parity-scale-codec",1543 "parity-scale-codec",1580 "polkadot-node-primitives",1544 "polkadot-node-primitives",1595[[package]]1559[[package]]1596name = "cumulus-client-service"1560name = "cumulus-client-service"1597version = "0.1.0"1561version = "0.1.0"1598source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"1562source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1599dependencies = [1563dependencies = [1600 "cumulus-client-collator",1564 "cumulus-client-collator",1601 "cumulus-client-consensus-common",1565 "cumulus-client-consensus-common",1624[[package]]1588[[package]]1625name = "cumulus-pallet-aura-ext"1589name = "cumulus-pallet-aura-ext"1626version = "0.1.0"1590version = "0.1.0"1627source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"1591source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1628dependencies = [1592dependencies = [1629 "frame-executive",1593 "frame-executive",1630 "frame-support",1594 "frame-support",1641[[package]]1605[[package]]1642name = "cumulus-pallet-dmp-queue"1606name = "cumulus-pallet-dmp-queue"1643version = "0.1.0"1607version = "0.1.0"1644source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"1608source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1645dependencies = [1609dependencies = [1646 "cumulus-primitives-core",1610 "cumulus-primitives-core",1647 "frame-support",1611 "frame-support",1660[[package]]1624[[package]]1661name = "cumulus-pallet-parachain-system"1625name = "cumulus-pallet-parachain-system"1662version = "0.1.0"1626version = "0.1.0"1663source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"1627source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1664dependencies = [1628dependencies = [1665 "cumulus-pallet-parachain-system-proc-macro",1629 "cumulus-pallet-parachain-system-proc-macro",1666 "cumulus-primitives-core",1630 "cumulus-primitives-core",1688[[package]]1652[[package]]1689name = "cumulus-pallet-parachain-system-proc-macro"1653name = "cumulus-pallet-parachain-system-proc-macro"1690version = "0.1.0"1654version = "0.1.0"1691source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"1655source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1692dependencies = [1656dependencies = [1693 "proc-macro-crate 1.0.0",1657 "proc-macro-crate 1.0.0",1694 "proc-macro2",1658 "proc-macro2",1699[[package]]1663[[package]]1700name = "cumulus-pallet-xcm"1664name = "cumulus-pallet-xcm"1701version = "0.1.0"1665version = "0.1.0"1702source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"1666source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1703dependencies = [1667dependencies = [1704 "cumulus-primitives-core",1668 "cumulus-primitives-core",1705 "frame-support",1669 "frame-support",1715[[package]]1679[[package]]1716name = "cumulus-pallet-xcmp-queue"1680name = "cumulus-pallet-xcmp-queue"1717version = "0.1.0"1681version = "0.1.0"1718source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"1682source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1719dependencies = [1683dependencies = [1720 "cumulus-primitives-core",1684 "cumulus-primitives-core",1721 "frame-support",1685 "frame-support",1733[[package]]1697[[package]]1734name = "cumulus-primitives-core"1698name = "cumulus-primitives-core"1735version = "0.1.0"1699version = "0.1.0"1736source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"1700source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1737dependencies = [1701dependencies = [1738 "frame-support",1702 "frame-support",1739 "impl-trait-for-tuples 0.2.1",1703 "impl-trait-for-tuples 0.2.1",1751[[package]]1715[[package]]1752name = "cumulus-primitives-parachain-inherent"1716name = "cumulus-primitives-parachain-inherent"1753version = "0.1.0"1717version = "0.1.0"1754source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"1718source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1755dependencies = [1719dependencies = [1756 "async-trait",1720 "async-trait",1757 "cumulus-primitives-core",1721 "cumulus-primitives-core",1772[[package]]1736[[package]]1773name = "cumulus-primitives-timestamp"1737name = "cumulus-primitives-timestamp"1774version = "0.1.0"1738version = "0.1.0"1775source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"1739source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1776dependencies = [1740dependencies = [1777 "cumulus-primitives-core",1741 "cumulus-primitives-core",1778 "sp-inherents",1742 "sp-inherents",1783[[package]]1747[[package]]1784name = "cumulus-primitives-utility"1748name = "cumulus-primitives-utility"1785version = "0.1.0"1749version = "0.1.0"1786source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"1750source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1787dependencies = [1751dependencies = [1788 "cumulus-primitives-core",1752 "cumulus-primitives-core",1789 "frame-support",1753 "frame-support",1801[[package]]1765[[package]]1802name = "cumulus-test-relay-sproof-builder"1766name = "cumulus-test-relay-sproof-builder"1803version = "0.1.0"1767version = "0.1.0"1804source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"1768source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1805dependencies = [1769dependencies = [1806 "cumulus-primitives-core",1770 "cumulus-primitives-core",1807 "parity-scale-codec",1771 "parity-scale-codec",1820 "byteorder",1784 "byteorder",1821 "digest 0.8.1",1785 "digest 0.8.1",1822 "rand_core 0.5.1",1786 "rand_core 0.5.1",1823 "subtle 2.2.3",1787 "subtle 2.4.1",1824 "zeroize",1788 "zeroize",1825]1789]182617901833 "byteorder",1797 "byteorder",1834 "digest 0.9.0",1798 "digest 0.9.0",1835 "rand_core 0.5.1",1799 "rand_core 0.5.1",1836 "subtle 2.2.3",1800 "subtle 2.4.1",1837 "zeroize",1801 "zeroize",1838]1802]183918032293source = "registry+https://github.com/rust-lang/crates.io-index"2257source = "registry+https://github.com/rust-lang/crates.io-index"2294checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2258checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2295dependencies = [2259dependencies = [2296 "futures 0.3.16",2260 "futures 0.3.17",2297]2261]229822622299[[package]]2263[[package]]2342[[package]]2306[[package]]2343name = "fc-consensus"2307name = "fc-consensus"2344version = "2.0.0-dev"2308version = "2.0.0-dev"2345source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#9e8630ae4e420f764dad25eec1e0ef41cf6a2694"2309source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2346dependencies = [2310dependencies = [2347 "async-trait",2311 "async-trait",2348 "derive_more",2312 "derive_more",2349 "fc-db",2313 "fc-db",2350 "fp-consensus",2314 "fp-consensus",2351 "fp-rpc",2315 "fp-rpc",2352 "futures 0.3.16",2316 "futures 0.3.17",2353 "log",2317 "log",2354 "parity-scale-codec",2318 "parity-scale-codec",2355 "sc-client-api",2319 "sc-client-api",2369[[package]]2333[[package]]2370name = "fc-db"2334name = "fc-db"2371version = "2.0.0-dev"2335version = "2.0.0-dev"2372source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#9e8630ae4e420f764dad25eec1e0ef41cf6a2694"2336source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2373dependencies = [2337dependencies = [2374 "fp-storage",2338 "fp-storage",2375 "kvdb",2339 "kvdb",2376 "kvdb-rocksdb 0.14.0",2340 "kvdb-rocksdb 0.14.0",2377 "pallet-ethereum",2341 "pallet-ethereum",2378 "parity-scale-codec",2342 "parity-scale-codec",2379 "parking_lot 0.11.1",2343 "parking_lot 0.11.2",2380 "sp-core",2344 "sp-core",2381 "sp-database",2345 "sp-database",2382 "sp-runtime",2346 "sp-runtime",2385[[package]]2349[[package]]2386name = "fc-mapping-sync"2350name = "fc-mapping-sync"2387version = "2.0.0-dev"2351version = "2.0.0-dev"2388source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#9e8630ae4e420f764dad25eec1e0ef41cf6a2694"2352source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2389dependencies = [2353dependencies = [2390 "fc-consensus",2354 "fc-consensus",2391 "fc-db",2355 "fc-db",2392 "fp-consensus",2356 "fp-consensus",2393 "fp-rpc",2357 "fp-rpc",2394 "futures 0.3.16",2358 "futures 0.3.17",2395 "futures-timer 3.0.2",2359 "futures-timer 3.0.2",2396 "log",2360 "log",2397 "sc-client-api",2361 "sc-client-api",2403[[package]]2367[[package]]2404name = "fc-rpc"2368name = "fc-rpc"2405version = "2.0.0-dev"2369version = "2.0.0-dev"2406source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#9e8630ae4e420f764dad25eec1e0ef41cf6a2694"2370source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2407dependencies = [2371dependencies = [2408 "ethereum",2372 "ethereum",2409 "ethereum-types",2373 "ethereum-types",2415 "fp-evm",2379 "fp-evm",2416 "fp-rpc",2380 "fp-rpc",2417 "fp-storage",2381 "fp-storage",2418 "futures 0.3.16",2382 "futures 0.3.17",2419 "futures-util",2383 "futures-util",2420 "jsonrpc-core 15.1.0",2384 "jsonrpc-core 15.1.0",2421 "jsonrpc-pubsub 15.1.0",2385 "jsonrpc-pubsub 15.1.0",2444[[package]]2408[[package]]2445name = "fc-rpc-core"2409name = "fc-rpc-core"2446version = "1.1.0-dev"2410version = "1.1.0-dev"2447source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#9e8630ae4e420f764dad25eec1e0ef41cf6a2694"2411source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2448dependencies = [2412dependencies = [2449 "ethereum-types",2413 "ethereum-types",2450 "jsonrpc-core 15.1.0",2414 "jsonrpc-core 15.1.0",2482checksum = "74a1bfdcc776e63e49f741c7ce6116fa1b887e8ac2e3ccb14dd4aa113e54feb9"2446checksum = "74a1bfdcc776e63e49f741c7ce6116fa1b887e8ac2e3ccb14dd4aa113e54feb9"2483dependencies = [2447dependencies = [2484 "either",2448 "either",2485 "futures 0.3.16",2449 "futures 0.3.17",2486 "futures-timer 3.0.2",2450 "futures-timer 3.0.2",2487 "log",2451 "log",2488 "num-traits",2452 "num-traits",2489 "parity-scale-codec",2453 "parity-scale-codec",2490 "parking_lot 0.11.1",2454 "parking_lot 0.11.2",2491]2455]249224562493[[package]]2457[[package]]2546[[package]]2510[[package]]2547name = "fork-tree"2511name = "fork-tree"2548version = "3.0.0"2512version = "3.0.0"2549source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"2513source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2550dependencies = [2514dependencies = [2551 "parity-scale-codec",2515 "parity-scale-codec",2552]2516]2564[[package]]2528[[package]]2565name = "fp-consensus"2529name = "fp-consensus"2566version = "2.0.0-dev"2530version = "2.0.0-dev"2567source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#9e8630ae4e420f764dad25eec1e0ef41cf6a2694"2531source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2568dependencies = [2532dependencies = [2569 "ethereum",2533 "ethereum",2570 "parity-scale-codec",2534 "parity-scale-codec",2578[[package]]2542[[package]]2579name = "fp-evm"2543name = "fp-evm"2580version = "3.0.0-dev"2544version = "3.0.0-dev"2581source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#9e8630ae4e420f764dad25eec1e0ef41cf6a2694"2545source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2582dependencies = [2546dependencies = [2583 "evm",2547 "evm",2584 "impl-trait-for-tuples 0.1.3",2548 "impl-trait-for-tuples 0.1.3",2591[[package]]2555[[package]]2592name = "fp-rpc"2556name = "fp-rpc"2593version = "3.0.0-dev"2557version = "3.0.0-dev"2594source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#9e8630ae4e420f764dad25eec1e0ef41cf6a2694"2558source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2595dependencies = [2559dependencies = [2596 "ethereum",2560 "ethereum",2597 "ethereum-types",2561 "ethereum-types",2607[[package]]2571[[package]]2608name = "fp-storage"2572name = "fp-storage"2609version = "2.0.0"2573version = "2.0.0"2610source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#9e8630ae4e420f764dad25eec1e0ef41cf6a2694"2574source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"261125752612[[package]]2576[[package]]2613name = "frame-benchmarking"2577name = "frame-benchmarking"2614version = "4.0.0-dev"2578version = "4.0.0-dev"2615source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"2579source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2616dependencies = [2580dependencies = [2617 "frame-support",2581 "frame-support",2618 "frame-system",2582 "frame-system",2631[[package]]2595[[package]]2632name = "frame-benchmarking-cli"2596name = "frame-benchmarking-cli"2633version = "4.0.0-dev"2597version = "4.0.0-dev"2634source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"2598source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2635dependencies = [2599dependencies = [2636 "Inflector",2600 "Inflector",2637 "chrono",2601 "chrono",2657[[package]]2621[[package]]2658name = "frame-election-provider-support"2622name = "frame-election-provider-support"2659version = "4.0.0-dev"2623version = "4.0.0-dev"2660source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"2624source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2661dependencies = [2625dependencies = [2662 "frame-support",2626 "frame-support",2663 "frame-system",2627 "frame-system",2670[[package]]2634[[package]]2671name = "frame-executive"2635name = "frame-executive"2672version = "4.0.0-dev"2636version = "4.0.0-dev"2673source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"2637source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2674dependencies = [2638dependencies = [2675 "frame-support",2639 "frame-support",2676 "frame-system",2640 "frame-system",2685[[package]]2649[[package]]2686name = "frame-metadata"2650name = "frame-metadata"2687version = "14.0.0-dev"2651version = "14.0.0-dev"2688source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"2652source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2689dependencies = [2653dependencies = [2690 "parity-scale-codec",2654 "parity-scale-codec",2691 "serde",2655 "serde",2696[[package]]2660[[package]]2697name = "frame-support"2661name = "frame-support"2698version = "4.0.0-dev"2662version = "4.0.0-dev"2699source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"2663source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2700dependencies = [2664dependencies = [2701 "bitflags",2665 "bitflags",2702 "frame-metadata",2666 "frame-metadata",2722[[package]]2686[[package]]2723name = "frame-support-procedural"2687name = "frame-support-procedural"2724version = "4.0.0-dev"2688version = "4.0.0-dev"2725source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"2689source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2726dependencies = [2690dependencies = [2727 "Inflector",2691 "Inflector",2728 "frame-support-procedural-tools",2692 "frame-support-procedural-tools",2734[[package]]2698[[package]]2735name = "frame-support-procedural-tools"2699name = "frame-support-procedural-tools"2736version = "4.0.0-dev"2700version = "4.0.0-dev"2737source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"2701source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2738dependencies = [2702dependencies = [2739 "frame-support-procedural-tools-derive",2703 "frame-support-procedural-tools-derive",2740 "proc-macro-crate 1.0.0",2704 "proc-macro-crate 1.0.0",2746[[package]]2710[[package]]2747name = "frame-support-procedural-tools-derive"2711name = "frame-support-procedural-tools-derive"2748version = "3.0.0"2712version = "3.0.0"2749source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"2713source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2750dependencies = [2714dependencies = [2751 "proc-macro2",2715 "proc-macro2",2752 "quote",2716 "quote",2756[[package]]2720[[package]]2757name = "frame-system"2721name = "frame-system"2758version = "4.0.0-dev"2722version = "4.0.0-dev"2759source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"2723source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2760dependencies = [2724dependencies = [2761 "frame-support",2725 "frame-support",2762 "impl-trait-for-tuples 0.2.1",2726 "impl-trait-for-tuples 0.2.1",2773[[package]]2737[[package]]2774name = "frame-system-benchmarking"2738name = "frame-system-benchmarking"2775version = "4.0.0-dev"2739version = "4.0.0-dev"2776source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"2740source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2777dependencies = [2741dependencies = [2778 "frame-benchmarking",2742 "frame-benchmarking",2779 "frame-support",2743 "frame-support",2787[[package]]2751[[package]]2788name = "frame-system-rpc-runtime-api"2752name = "frame-system-rpc-runtime-api"2789version = "4.0.0-dev"2753version = "4.0.0-dev"2790source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"2754source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2791dependencies = [2755dependencies = [2792 "parity-scale-codec",2756 "parity-scale-codec",2793 "sp-api",2757 "sp-api",2796[[package]]2760[[package]]2797name = "frame-try-runtime"2761name = "frame-try-runtime"2798version = "0.10.0-dev"2762version = "0.10.0-dev"2799source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"2763source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2800dependencies = [2764dependencies = [2801 "frame-support",2765 "frame-support",2802 "parity-scale-codec",2766 "parity-scale-codec",286928332870[[package]]2834[[package]]2871name = "futures"2835name = "futures"2872version = "0.3.16"2836version = "0.3.17"2873source = "registry+https://github.com/rust-lang/crates.io-index"2837source = "registry+https://github.com/rust-lang/crates.io-index"2874checksum = "1adc00f486adfc9ce99f77d717836f0c5aa84965eb0b4f051f4e83f7cab53f8b"2838checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca"2875dependencies = [2839dependencies = [2876 "futures-channel",2840 "futures-channel",2877 "futures-core",2841 "futures-core",288428482885[[package]]2849[[package]]2886name = "futures-channel"2850name = "futures-channel"2887version = "0.3.16"2851version = "0.3.17"2888source = "registry+https://github.com/rust-lang/crates.io-index"2852source = "registry+https://github.com/rust-lang/crates.io-index"2889checksum = "74ed2411805f6e4e3d9bc904c95d5d423b89b3b25dc0250aa74729de20629ff9"2853checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888"2890dependencies = [2854dependencies = [2891 "futures-core",2855 "futures-core",2892 "futures-sink",2856 "futures-sink",2893]2857]289428582895[[package]]2859[[package]]2896name = "futures-core"2860name = "futures-core"2897version = "0.3.16"2861version = "0.3.17"2898source = "registry+https://github.com/rust-lang/crates.io-index"2862source = "registry+https://github.com/rust-lang/crates.io-index"2899checksum = "af51b1b4a7fdff033703db39de8802c673eb91855f2e0d47dcf3bf2c0ef01f99"2863checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"290028642901[[package]]2865[[package]]2902name = "futures-cpupool"2866name = "futures-cpupool"291028742911[[package]]2875[[package]]2912name = "futures-executor"2876name = "futures-executor"2913version = "0.3.16"2877version = "0.3.17"2914source = "registry+https://github.com/rust-lang/crates.io-index"2878source = "registry+https://github.com/rust-lang/crates.io-index"2915checksum = "4d0d535a57b87e1ae31437b892713aee90cd2d7b0ee48727cd11fc72ef54761c"2879checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"2916dependencies = [2880dependencies = [2917 "futures-core",2881 "futures-core",2918 "futures-task",2882 "futures-task",292228862923[[package]]2887[[package]]2924name = "futures-io"2888name = "futures-io"2925version = "0.3.16"2889version = "0.3.17"2926source = "registry+https://github.com/rust-lang/crates.io-index"2890source = "registry+https://github.com/rust-lang/crates.io-index"2927checksum = "0b0e06c393068f3a6ef246c75cdca793d6a46347e75286933e5e75fd2fd11582"2891checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377"292828922929[[package]]2893[[package]]2930name = "futures-lite"2894name = "futures-lite"294329072944[[package]]2908[[package]]2945name = "futures-macro"2909name = "futures-macro"2946version = "0.3.16"2910version = "0.3.17"2947source = "registry+https://github.com/rust-lang/crates.io-index"2911source = "registry+https://github.com/rust-lang/crates.io-index"2948checksum = "c54913bae956fb8df7f4dc6fc90362aa72e69148e3f39041fbe8742d21e0ac57"2912checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb"2949dependencies = [2913dependencies = [2950 "autocfg",2914 "autocfg",2951 "proc-macro-hack",2915 "proc-macro-hack",296729312968[[package]]2932[[package]]2969name = "futures-sink"2933name = "futures-sink"2970version = "0.3.16"2934version = "0.3.17"2971source = "registry+https://github.com/rust-lang/crates.io-index"2935source = "registry+https://github.com/rust-lang/crates.io-index"2972checksum = "c0f30aaa67363d119812743aa5f33c201a7a66329f97d1a887022971feea4b53"2936checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11"297329372974[[package]]2938[[package]]2975name = "futures-task"2939name = "futures-task"2976version = "0.3.16"2940version = "0.3.17"2977source = "registry+https://github.com/rust-lang/crates.io-index"2941source = "registry+https://github.com/rust-lang/crates.io-index"2978checksum = "bbe54a98670017f3be909561f6ad13e810d9a51f3f061b902062ca3da80799f2"2942checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99"297929432980[[package]]2944[[package]]2981name = "futures-timer"2945name = "futures-timer"299129552992[[package]]2956[[package]]2993name = "futures-util"2957name = "futures-util"2994version = "0.3.16"2958version = "0.3.17"2995source = "registry+https://github.com/rust-lang/crates.io-index"2959source = "registry+https://github.com/rust-lang/crates.io-index"2996checksum = "67eb846bfd58e44a8481a00049e82c43e0ccb5d61f8dc071057cb19249dd4d78"2960checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"2997dependencies = [2961dependencies = [2998 "autocfg",2962 "autocfg",2999 "futures 0.1.29",2963 "futures 0.1.29",3026 "cc",2990 "cc",3027 "libc",2991 "libc",3028 "log",2992 "log",3029 "rustc_version",2993 "rustc_version 0.2.3",3030 "winapi 0.3.9",2994 "winapi 0.3.9",3031]2995]30322996307330373074[[package]]3038[[package]]3075name = "ghash"3039name = "ghash"3076version = "0.3.0"3040version = "0.4.4"3077source = "registry+https://github.com/rust-lang/crates.io-index"3041source = "registry+https://github.com/rust-lang/crates.io-index"3078checksum = "d6e27f0689a6e15944bdce7e45425efb87eaa8ab0c6e87f11d0987a9133e2531"3042checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3079dependencies = [3043dependencies = [3044 "opaque-debug 0.3.0",3080 "polyval",3045 "polyval",3081]3046]308230473162 "indexmap",3127 "indexmap",3163 "log",3128 "log",3164 "slab",3129 "slab",3165 "tokio 0.2.21",3130 "tokio 0.2.25",3166 "tokio-util",3131 "tokio-util",3167]3132]31683133319731623198[[package]]3163[[package]]3199name = "hashbrown"3164name = "hashbrown"3200version = "0.9.1"3201source = "registry+https://github.com/rust-lang/crates.io-index"3202checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"3203dependencies = [3204 "ahash 0.4.6",3205]32063207[[package]]3208name = "hashbrown"3209version = "0.11.2"3165version = "0.11.2"3210source = "registry+https://github.com/rust-lang/crates.io-index"3166source = "registry+https://github.com/rust-lang/crates.io-index"3211checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3167checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3212dependencies = [3168dependencies = [3213 "ahash 0.7.4",3169 "ahash",3214]3170]321531713216[[package]]3172[[package]]3401 "itoa",3357 "itoa",3402 "log",3358 "log",3403 "net2",3359 "net2",3404 "rustc_version",3360 "rustc_version 0.2.3",3405 "time",3361 "time",3406 "tokio 0.1.22",3362 "tokio 0.1.22",3407 "tokio-buf",3363 "tokio-buf",3432 "itoa",3388 "itoa",3433 "pin-project 1.0.7",3389 "pin-project 1.0.7",3434 "socket2 0.3.17",3390 "socket2 0.3.17",3435 "tokio 0.2.21",3391 "tokio 0.2.25",3436 "tower-service",3392 "tower-service",3437 "tracing",3393 "tracing",3438 "want 0.3.0",3394 "want 0.3.0",3473 "log",3429 "log",3474 "rustls 0.18.0",3430 "rustls 0.18.0",3475 "rustls-native-certs 0.4.0",3431 "rustls-native-certs 0.4.0",3476 "tokio 0.2.21",3432 "tokio 0.2.25",3477 "tokio-rustls 0.14.0",3433 "tokio-rustls 0.14.0",3478 "webpki",3434 "webpki",3479]3435]3534checksum = "6a6d52908d4ea4ab2bc22474ba149bf1011c8e2c3ebc1ff593ae28ac44f494b6"3490checksum = "6a6d52908d4ea4ab2bc22474ba149bf1011c8e2c3ebc1ff593ae28ac44f494b6"3535dependencies = [3491dependencies = [3536 "async-io",3492 "async-io",3537 "futures 0.3.16",3493 "futures 0.3.17",3538 "futures-lite",3494 "futures-lite",3539 "if-addrs",3495 "if-addrs",3540 "ipnet",3496 "ipnet",3599checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"3555checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"3600dependencies = [3556dependencies = [3601 "autocfg",3557 "autocfg",3602 "hashbrown 0.11.2",3558 "hashbrown",3603 "serde",3559 "serde",3604]3560]360535613606[[package]]3562[[package]]3607name = "instant"3563name = "instant"3608version = "0.1.6"3564version = "0.1.11"3609source = "registry+https://github.com/rust-lang/crates.io-index"3565source = "registry+https://github.com/rust-lang/crates.io-index"3610checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485"3566checksum = "716d3d89f35ac6a34fd0eed635395f4c3b76fa889338a4632e5231a8684216bd"3567dependencies = [3568 "cfg-if 1.0.0",3569]361135703612[[package]]3571[[package]]3613name = "integer-encoding"3572name = "integer-encoding"3627source = "registry+https://github.com/rust-lang/crates.io-index"3586source = "registry+https://github.com/rust-lang/crates.io-index"3628checksum = "64fa110ec7b8f493f416eed552740d10e7030ad5f63b2308f82c9608ec2df275"3587checksum = "64fa110ec7b8f493f416eed552740d10e7030ad5f63b2308f82c9608ec2df275"3629dependencies = [3588dependencies = [3630 "futures 0.3.16",3589 "futures 0.3.17",3631 "futures-timer 2.0.2",3590 "futures-timer 2.0.2",3632]3591]36333592366636253667[[package]]3626[[package]]3668name = "itertools"3627name = "itertools"3669version = "0.9.0"3670source = "registry+https://github.com/rust-lang/crates.io-index"3671checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"3672dependencies = [3673 "either",3674]36753676[[package]]3677name = "itertools"3678version = "0.10.0"3628version = "0.10.0"3679source = "registry+https://github.com/rust-lang/crates.io-index"3629source = "registry+https://github.com/rust-lang/crates.io-index"3680checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"3630checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"3931dependencies = [3881dependencies = [3932 "async-trait",3882 "async-trait",3933 "fnv",3883 "fnv",3934 "futures 0.3.16",3884 "futures 0.3.17",3935 "jsonrpsee-types",3885 "jsonrpsee-types",3936 "log",3886 "log",3937 "pin-project 1.0.7",3887 "pin-project 1.0.7",3941 "serde_json",3891 "serde_json",3942 "soketto 0.6.0",3892 "soketto 0.6.0",3943 "thiserror",3893 "thiserror",3944 "tokio 0.2.21",3894 "tokio 0.2.25",3945 "tokio-rustls 0.15.0",3895 "tokio-rustls 0.15.0",3946 "tokio-util",3896 "tokio-util",3947 "url 2.2.0",3897 "url 2.2.0",396539153966[[package]]3916[[package]]3967name = "kusama-runtime"3917name = "kusama-runtime"3968version = "0.9.9-1"3918version = "0.9.10"3969source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"3919source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"3970dependencies = [3920dependencies = [3971 "beefy-primitives",3921 "beefy-primitives",3972 "bitvec 0.20.1",3922 "bitvec 0.20.1",4041 "sp-transaction-pool",3991 "sp-transaction-pool",4042 "sp-version",3992 "sp-version",4043 "static_assertions",3993 "static_assertions",4044 "substrate-wasm-builder 5.0.0-dev",3994 "substrate-wasm-builder",4045 "xcm",3995 "xcm",4046 "xcm-builder",3996 "xcm-builder",4047 "xcm-executor",3997 "xcm-executor",4074dependencies = [4024dependencies = [4075 "kvdb",4025 "kvdb",4076 "parity-util-mem",4026 "parity-util-mem",4077 "parking_lot 0.11.1",4027 "parking_lot 0.11.2",4078]4028]407940294080[[package]]4030[[package]]4089 "num_cpus",4039 "num_cpus",4090 "owning_ref",4040 "owning_ref",4091 "parity-util-mem",4041 "parity-util-mem",4092 "parking_lot 0.11.1",4042 "parking_lot 0.11.2",4093 "regex",4043 "regex",4094 "rocksdb 0.16.0",4044 "rocksdb 0.16.0",4095 "smallvec 1.6.1",4045 "smallvec 1.6.1",4107 "num_cpus",4057 "num_cpus",4108 "owning_ref",4058 "owning_ref",4109 "parity-util-mem",4059 "parity-util-mem",4110 "parking_lot 0.11.1",4060 "parking_lot 0.11.2",4111 "regex",4061 "regex",4112 "rocksdb 0.17.0",4062 "rocksdb 0.17.0",4113 "smallvec 1.6.1",4063 "smallvec 1.6.1",412740774128[[package]]4078[[package]]4129name = "libc"4079name = "libc"4130version = "0.2.98"4080version = "0.2.103"4131source = "registry+https://github.com/rust-lang/crates.io-index"4081source = "registry+https://github.com/rust-lang/crates.io-index"4132checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790"4082checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6"413340834134[[package]]4084[[package]]4135name = "libloading"4085name = "libloading"415941094160[[package]]4110[[package]]4161name = "libp2p"4111name = "libp2p"4162version = "0.37.1"4112version = "0.39.1"4163source = "registry+https://github.com/rust-lang/crates.io-index"4113source = "registry+https://github.com/rust-lang/crates.io-index"4164checksum = "08053fbef67cd777049ef7a95ebaca2ece370b4ed7712c3fa404d69a88cb741b"4114checksum = "9004c06878ef8f3b4b4067e69a140d87ed20bf777287f82223e49713b36ee433"4165dependencies = [4115dependencies = [4166 "atomic",4116 "atomic",4167 "bytes 1.0.1",4117 "bytes 1.0.1",4168 "futures 0.3.16",4118 "futures 0.3.17",4169 "lazy_static",4119 "lazy_static",4170 "libp2p-core",4120 "libp2p-core",4171 "libp2p-deflate",4121 "libp2p-deflate",4189 "libp2p-wasm-ext",4139 "libp2p-wasm-ext",4190 "libp2p-websocket",4140 "libp2p-websocket",4191 "libp2p-yamux",4141 "libp2p-yamux",4192 "parity-multiaddr",4142 "multiaddr",4193 "parking_lot 0.11.1",4143 "parking_lot 0.11.2",4194 "pin-project 1.0.7",4144 "pin-project 1.0.7",4195 "smallvec 1.6.1",4145 "smallvec 1.6.1",4196 "wasm-timer",4146 "wasm-timer",4197]4147]419841484199[[package]]4149[[package]]4200name = "libp2p-core"4150name = "libp2p-core"4201version = "0.28.2"4151version = "0.29.0"4202source = "registry+https://github.com/rust-lang/crates.io-index"4152source = "registry+https://github.com/rust-lang/crates.io-index"4203checksum = "71dd51b562e14846e65bad00e5808d0644376e6588668c490d3c48e1dfeb4a9a"4153checksum = "af9b4abdeaa420593a297c8592f63fad4234f4b88dc9343b8fd8e736c35faa59"4204dependencies = [4154dependencies = [4205 "asn1_der",4155 "asn1_der",4206 "bs58",4156 "bs58",4207 "ed25519-dalek",4157 "ed25519-dalek",4208 "either",4158 "either",4209 "fnv",4159 "fnv",4210 "futures 0.3.16",4160 "futures 0.3.17",4211 "futures-timer 3.0.2",4161 "futures-timer 3.0.2",4212 "lazy_static",4162 "lazy_static",4213 "libsecp256k1 0.3.5",4163 "libsecp256k1 0.5.0",4214 "log",4164 "log",4215 "multihash",4165 "multiaddr",4166 "multihash 0.14.0",4216 "multistream-select",4167 "multistream-select",4217 "parity-multiaddr",4168 "parking_lot 0.11.2",4218 "parking_lot 0.11.1",4219 "pin-project 1.0.7",4169 "pin-project 1.0.7",4220 "prost",4170 "prost",4221 "prost-build",4171 "prost-build",423241824233[[package]]4183[[package]]4234name = "libp2p-deflate"4184name = "libp2p-deflate"4235version = "0.28.0"4185version = "0.29.0"4236source = "registry+https://github.com/rust-lang/crates.io-index"4186source = "registry+https://github.com/rust-lang/crates.io-index"4237checksum = "a2181a641cd15f9b6ba71b1335800f309012a0a97a29ffaabbbf40e9d3d58f08"4187checksum = "66097fccc0b7f8579f90a03ea76ba6196332ea049fd07fd969490a06819dcdc8"4238dependencies = [4188dependencies = [4239 "flate2",4189 "flate2",4240 "futures 0.3.16",4190 "futures 0.3.17",4241 "libp2p-core",4191 "libp2p-core",4242]4192]424341934244[[package]]4194[[package]]4245name = "libp2p-dns"4195name = "libp2p-dns"4246version = "0.28.1"4196version = "0.29.0"4247source = "registry+https://github.com/rust-lang/crates.io-index"4197source = "registry+https://github.com/rust-lang/crates.io-index"4248checksum = "62e63dab8b5ff35e0c101a3e51e843ba782c07bbb1682f5fd827622e0d02b98b"4198checksum = "58ff08b3196b85a17f202d80589e93b1660a574af67275706657fdc762e42c32"4249dependencies = [4199dependencies = [4250 "async-std-resolver",4200 "async-std-resolver",4251 "futures 0.3.16",4201 "futures 0.3.17",4252 "libp2p-core",4202 "libp2p-core",4253 "log",4203 "log",4254 "smallvec 1.6.1",4204 "smallvec 1.6.1",425742074258[[package]]4208[[package]]4259name = "libp2p-floodsub"4209name = "libp2p-floodsub"4260version = "0.29.0"4210version = "0.30.0"4261source = "registry+https://github.com/rust-lang/crates.io-index"4211source = "registry+https://github.com/rust-lang/crates.io-index"4262checksum = "48a9b570f6766301d9c4aa00fce3554cad1598e2f466debbc4dde909028417cf"4212checksum = "404eca8720967179dac7a5b4275eb91f904a53859c69ca8d018560ad6beb214f"4263dependencies = [4213dependencies = [4264 "cuckoofilter",4214 "cuckoofilter",4265 "fnv",4215 "fnv",4266 "futures 0.3.16",4216 "futures 0.3.17",4267 "libp2p-core",4217 "libp2p-core",4268 "libp2p-swarm",4218 "libp2p-swarm",4269 "log",4219 "log",427542254276[[package]]4226[[package]]4277name = "libp2p-gossipsub"4227name = "libp2p-gossipsub"4278version = "0.30.0"4228version = "0.32.0"4279source = "registry+https://github.com/rust-lang/crates.io-index"4229source = "registry+https://github.com/rust-lang/crates.io-index"4280checksum = "73cb9a89a301afde1e588c73f7e9131e12a5388725f290a9047b878862db1b53"4230checksum = "b1cc48709bcbc3a3321f08a73560b4bbb4166a7d56f6fdb615bc775f4f91058e"4281dependencies = [4231dependencies = [4282 "asynchronous-codec 0.6.0",4232 "asynchronous-codec 0.6.0",4283 "base64 0.13.0",4233 "base64 0.13.0",4284 "byteorder",4234 "byteorder",4285 "bytes 1.0.1",4235 "bytes 1.0.1",4286 "fnv",4236 "fnv",4287 "futures 0.3.16",4237 "futures 0.3.17",4288 "hex_fmt",4238 "hex_fmt",4289 "libp2p-core",4239 "libp2p-core",4290 "libp2p-swarm",4240 "libp2p-swarm",430142514302[[package]]4252[[package]]4303name = "libp2p-identify"4253name = "libp2p-identify"4304version = "0.29.0"4254version = "0.30.0"4305source = "registry+https://github.com/rust-lang/crates.io-index"4255source = "registry+https://github.com/rust-lang/crates.io-index"4306checksum = "5f668f00efd9883e8b7bcc582eaf0164615792608f886f6577da18bcbeea0a46"4256checksum = "a7b61f6cf07664fb97016c318c4d4512b3dd4cc07238607f3f0163245f99008e"4307dependencies = [4257dependencies = [4308 "futures 0.3.16",4258 "futures 0.3.17",4309 "libp2p-core",4259 "libp2p-core",4310 "libp2p-swarm",4260 "libp2p-swarm",4311 "log",4261 "log",431742674318[[package]]4268[[package]]4319name = "libp2p-kad"4269name = "libp2p-kad"4320version = "0.30.0"4270version = "0.31.0"4321source = "registry+https://github.com/rust-lang/crates.io-index"4271source = "registry+https://github.com/rust-lang/crates.io-index"4322checksum = "b07312ebe5ee4fd2404447a0609814574df55c65d4e20838b957bbd34907d820"4272checksum = "50ed78489c87924235665a0ab345b298ee34dff0f7ad62c0ba6608b2144fb75e"4323dependencies = [4273dependencies = [4324 "arrayvec 0.5.2",4274 "arrayvec 0.5.2",4325 "asynchronous-codec 0.6.0",4275 "asynchronous-codec 0.6.0",4326 "bytes 1.0.1",4276 "bytes 1.0.1",4327 "either",4277 "either",4328 "fnv",4278 "fnv",4329 "futures 0.3.16",4279 "futures 0.3.17",4330 "libp2p-core",4280 "libp2p-core",4331 "libp2p-swarm",4281 "libp2p-swarm",4332 "log",4282 "log",434342934344[[package]]4294[[package]]4345name = "libp2p-mdns"4295name = "libp2p-mdns"4346version = "0.30.0"4296version = "0.31.0"4347source = "registry+https://github.com/rust-lang/crates.io-index"4297source = "registry+https://github.com/rust-lang/crates.io-index"4348checksum = "c221897b3fd7f215de7ecfec215c5eba598e5b61c605b5f8b56fe8a4fb507724"4298checksum = "a29e6cbc2a24b8471b6567e580a0e8e7b70a6d0f0ea2be0844d1e842d7d4fa33"4349dependencies = [4299dependencies = [4350 "async-io",4300 "async-io",4351 "data-encoding",4301 "data-encoding",4352 "dns-parser",4302 "dns-parser",4353 "futures 0.3.16",4303 "futures 0.3.17",4354 "if-watch",4304 "if-watch",4355 "lazy_static",4305 "lazy_static",4356 "libp2p-core",4306 "libp2p-core",436443144365[[package]]4315[[package]]4366name = "libp2p-mplex"4316name = "libp2p-mplex"4367version = "0.28.0"4317version = "0.29.0"4368source = "registry+https://github.com/rust-lang/crates.io-index"4318source = "registry+https://github.com/rust-lang/crates.io-index"4369checksum = "85e9b544335d1ed30af71daa96edbefadef6f19c7a55f078b9fc92c87163105d"4319checksum = "313d9ea526c68df4425f580024e67a9d3ffd49f2c33de5154b1f5019816f7a99"4370dependencies = [4320dependencies = [4371 "asynchronous-codec 0.6.0",4321 "asynchronous-codec 0.6.0",4372 "bytes 1.0.1",4322 "bytes 1.0.1",4373 "futures 0.3.16",4323 "futures 0.3.17",4374 "libp2p-core",4324 "libp2p-core",4375 "log",4325 "log",4376 "nohash-hasher",4326 "nohash-hasher",4377 "parking_lot 0.11.1",4327 "parking_lot 0.11.2",4378 "rand 0.7.3",4328 "rand 0.7.3",4379 "smallvec 1.6.1",4329 "smallvec 1.6.1",4380 "unsigned-varint 0.7.0",4330 "unsigned-varint 0.7.0",4381]4331]438243324383[[package]]4333[[package]]4384name = "libp2p-noise"4334name = "libp2p-noise"4385version = "0.30.0"4335version = "0.32.0"4386source = "registry+https://github.com/rust-lang/crates.io-index"4336source = "registry+https://github.com/rust-lang/crates.io-index"4387checksum = "36db0f0db3b0433f5b9463f1c0cd9eadc0a3734a9170439ce501ff99733a88bd"4337checksum = "3f1db7212f342b6ba7c981cc40e31f76e9e56cb48e65fa4c142ecaca5839523e"4388dependencies = [4338dependencies = [4389 "bytes 1.0.1",4339 "bytes 1.0.1",4390 "curve25519-dalek 3.0.0",4340 "curve25519-dalek 3.0.0",4391 "futures 0.3.16",4341 "futures 0.3.17",4392 "lazy_static",4342 "lazy_static",4393 "libp2p-core",4343 "libp2p-core",4394 "log",4344 "log",4395 "prost",4345 "prost",4396 "prost-build",4346 "prost-build",4397 "rand 0.7.3",4347 "rand 0.8.4",4398 "sha2 0.9.2",4348 "sha2 0.9.2",4399 "snow",4349 "snow",4400 "static_assertions",4350 "static_assertions",4401 "x25519-dalek 1.1.0",4351 "x25519-dalek",4402 "zeroize",4352 "zeroize",4403]4353]440443544405[[package]]4355[[package]]4406name = "libp2p-ping"4356name = "libp2p-ping"4407version = "0.29.0"4357version = "0.30.0"4408source = "registry+https://github.com/rust-lang/crates.io-index"4358source = "registry+https://github.com/rust-lang/crates.io-index"4409checksum = "bf4bfaffac63bf3c7ec11ed9d8879d455966ddea7e78ee14737f0b6dce0d1cd1"4359checksum = "2482cfd9eb0b7a0baaf3e7b329dc4f2785181a161b1a47b7192f8d758f54a439"4410dependencies = [4360dependencies = [4411 "futures 0.3.16",4361 "futures 0.3.17",4412 "libp2p-core",4362 "libp2p-core",4413 "libp2p-swarm",4363 "libp2p-swarm",4414 "log",4364 "log",441943694420[[package]]4370[[package]]4421name = "libp2p-plaintext"4371name = "libp2p-plaintext"4422version = "0.28.0"4372version = "0.29.0"4423source = "registry+https://github.com/rust-lang/crates.io-index"4373source = "registry+https://github.com/rust-lang/crates.io-index"4424checksum = "0c8c37b4d2a075b4be8442760a5f8c037180f0c8dd5b5734b9978ab868b3aa11"4374checksum = "13b4783e5423870b9a5c199f65a7a3bc66d86ab56b2b9beebf3c338d889cf8e4"4425dependencies = [4375dependencies = [4426 "asynchronous-codec 0.6.0",4376 "asynchronous-codec 0.6.0",4427 "bytes 1.0.1",4377 "bytes 1.0.1",4428 "futures 0.3.16",4378 "futures 0.3.17",4429 "libp2p-core",4379 "libp2p-core",4430 "log",4380 "log",4431 "prost",4381 "prost",443643864437[[package]]4387[[package]]4438name = "libp2p-pnet"4388name = "libp2p-pnet"4439version = "0.20.0"4389version = "0.21.0"4440source = "registry+https://github.com/rust-lang/crates.io-index"4390source = "registry+https://github.com/rust-lang/crates.io-index"4441checksum = "6ce3374f3b28162db9d3442c9347c4f14cb01e8290052615c7d341d40eae0599"4391checksum = "07cb4dd4b917e5b40ddefe49b96b07adcd8d342e0317011d175b7b2bb1dcc974"4442dependencies = [4392dependencies = [4443 "futures 0.3.16",4393 "futures 0.3.17",4444 "log",4394 "log",4445 "pin-project 1.0.7",4395 "pin-project 1.0.7",4446 "rand 0.7.3",4396 "rand 0.7.3",445044004451[[package]]4401[[package]]4452name = "libp2p-relay"4402name = "libp2p-relay"4453version = "0.2.0"4403version = "0.3.0"4454source = "registry+https://github.com/rust-lang/crates.io-index"4404source = "registry+https://github.com/rust-lang/crates.io-index"4455checksum = "0b8786aca3f18671d8776289706a5521f6c9124a820f69e358de214b9939440d"4405checksum = "0133f6cfd81cdc16e716de2982e012c62e6b9d4f12e41967b3ee361051c622aa"4456dependencies = [4406dependencies = [4457 "asynchronous-codec 0.6.0",4407 "asynchronous-codec 0.6.0",4458 "bytes 1.0.1",4408 "bytes 1.0.1",4459 "futures 0.3.16",4409 "futures 0.3.17",4460 "futures-timer 3.0.2",4410 "futures-timer 3.0.2",4461 "libp2p-core",4411 "libp2p-core",4462 "libp2p-swarm",4412 "libp2p-swarm",447344234474[[package]]4424[[package]]4475name = "libp2p-request-response"4425name = "libp2p-request-response"4476version = "0.11.0"4426version = "0.12.0"4477source = "registry+https://github.com/rust-lang/crates.io-index"4427source = "registry+https://github.com/rust-lang/crates.io-index"4478checksum = "1cdbe172f08e6d0f95fa8634e273d4c4268c4063de2e33e7435194b0130c62e3"4428checksum = "06cdae44b6821466123af93cbcdec7c9e6ba9534a8af9cdc296446d39416d241"4479dependencies = [4429dependencies = [4480 "async-trait",4430 "async-trait",4481 "bytes 1.0.1",4431 "bytes 1.0.1",4482 "futures 0.3.16",4432 "futures 0.3.17",4483 "libp2p-core",4433 "libp2p-core",4484 "libp2p-swarm",4434 "libp2p-swarm",4485 "log",4435 "log",449344434494[[package]]4444[[package]]4495name = "libp2p-swarm"4445name = "libp2p-swarm"4496version = "0.29.0"4446version = "0.30.0"4497source = "registry+https://github.com/rust-lang/crates.io-index"4447source = "registry+https://github.com/rust-lang/crates.io-index"4498checksum = "1e04d8e1eef675029ec728ba14e8d0da7975d84b6679b699b4ae91a1de9c3a92"4448checksum = "7083861341e1555467863b4cd802bea1e8c4787c0f7b5110097d0f1f3248f9a9"4499dependencies = [4449dependencies = [4500 "either",4450 "either",4501 "futures 0.3.16",4451 "futures 0.3.17",4502 "libp2p-core",4452 "libp2p-core",4503 "log",4453 "log",4504 "rand 0.7.3",4454 "rand 0.7.3",450944594510[[package]]4460[[package]]4511name = "libp2p-swarm-derive"4461name = "libp2p-swarm-derive"4512version = "0.23.0"4462version = "0.24.0"4513source = "registry+https://github.com/rust-lang/crates.io-index"4463source = "registry+https://github.com/rust-lang/crates.io-index"4514checksum = "365b0a699fea5168676840567582a012ea297b1ca02eee467e58301b9c9c5eed"4464checksum = "ab8cb308d4fc854869f5abb54fdab0833d2cf670d407c745849dc47e6e08d79c"4515dependencies = [4465dependencies = [4516 "quote",4466 "quote",4517 "syn",4467 "syn",4518]4468]451944694520[[package]]4470[[package]]4521name = "libp2p-tcp"4471name = "libp2p-tcp"4522version = "0.28.0"4472version = "0.29.0"4523source = "registry+https://github.com/rust-lang/crates.io-index"4473source = "registry+https://github.com/rust-lang/crates.io-index"4524checksum = "2b1a27d21c477951799e99d5c105d78868258502ce092988040a808d5a19bbd9"4474checksum = "79edd26b6b4bb5feee210dcda562dca186940dfecb0024b979c3f50824b3bf28"4525dependencies = [4475dependencies = [4526 "async-io",4476 "async-io",4527 "futures 0.3.16",4477 "futures 0.3.17",4528 "futures-timer 3.0.2",4478 "futures-timer 3.0.2",4529 "if-watch",4479 "if-watch",4530 "ipnet",4480 "ipnet",453644864537[[package]]4487[[package]]4538name = "libp2p-uds"4488name = "libp2p-uds"4539version = "0.28.0"4489version = "0.29.0"4540source = "registry+https://github.com/rust-lang/crates.io-index"4490source = "registry+https://github.com/rust-lang/crates.io-index"4541checksum = "ffd6564bb3b7ff203661ccbb69003c2b551e34cef974f2d6c6a28306a12170b5"4491checksum = "280e793440dd4e9f273d714f4497325c72cddb0fe85a49f9a03c88f41dd20182"4542dependencies = [4492dependencies = [4543 "async-std",4493 "async-std",4544 "futures 0.3.16",4494 "futures 0.3.17",4545 "libp2p-core",4495 "libp2p-core",4546 "log",4496 "log",4547]4497]454844984549[[package]]4499[[package]]4550name = "libp2p-wasm-ext"4500name = "libp2p-wasm-ext"4551version = "0.28.1"4501version = "0.29.0"4552source = "registry+https://github.com/rust-lang/crates.io-index"4502source = "registry+https://github.com/rust-lang/crates.io-index"4553checksum = "cef45d61e43c313531b5e903e4e8415212ff6338e0c54c47da5b9b412b5760de"4503checksum = "f553b7140fad3d7a76f50497b0ea591e26737d9607428a75509fc191e4d1b1f6"4554dependencies = [4504dependencies = [4555 "futures 0.3.16",4505 "futures 0.3.17",4556 "js-sys",4506 "js-sys",4557 "libp2p-core",4507 "libp2p-core",4558 "parity-send-wrapper",4508 "parity-send-wrapper",456245124563[[package]]4513[[package]]4564name = "libp2p-websocket"4514name = "libp2p-websocket"4565version = "0.29.0"4515version = "0.30.0"4566source = "registry+https://github.com/rust-lang/crates.io-index"4516source = "registry+https://github.com/rust-lang/crates.io-index"4567checksum = "cace60995ef6f637e4752cccbb2590f6bc358e8741a0d066307636c69a4b3a74"4517checksum = "ddf99dcbf5063e9d59087f61b1e85c686ceab2f5abedb472d32288065c0e5e27"4568dependencies = [4518dependencies = [4569 "either",4519 "either",4570 "futures 0.3.16",4520 "futures 0.3.17",4571 "futures-rustls",4521 "futures-rustls",4572 "libp2p-core",4522 "libp2p-core",4573 "log",4523 "log",458045304581[[package]]4531[[package]]4582name = "libp2p-yamux"4532name = "libp2p-yamux"4583version = "0.32.0"4533version = "0.33.0"4584source = "registry+https://github.com/rust-lang/crates.io-index"4534source = "registry+https://github.com/rust-lang/crates.io-index"4585checksum = "f35da42cfc6d5cb0dcf3ad6881bc68d146cdf38f98655e09e33fbba4d13eabc4"4535checksum = "214cc0dd9c37cbed27f0bb1eba0c41bbafdb93a8be5e9d6ae1e6b4b42cd044bf"4586dependencies = [4536dependencies = [4587 "futures 0.3.16",4537 "futures 0.3.17",4588 "libp2p-core",4538 "libp2p-core",4589 "parking_lot 0.11.1",4539 "parking_lot 0.11.2",4590 "thiserror",4540 "thiserror",4591 "yamux",4541 "yamux",4592]4542]4615 "hmac-drbg 0.2.0",4565 "hmac-drbg 0.2.0",4616 "rand 0.7.3",4566 "rand 0.7.3",4617 "sha2 0.8.2",4567 "sha2 0.8.2",4618 "subtle 2.2.3",4568 "subtle 2.4.1",4619 "typenum",4569 "typenum",4620]4570]462145714665dependencies = [4615dependencies = [4666 "crunchy",4616 "crunchy",4667 "digest 0.9.0",4617 "digest 0.9.0",4668 "subtle 2.2.3",4618 "subtle 2.4.1",4669]4619]467046204671[[package]]4621[[package]]473446844735[[package]]4685[[package]]4736name = "lock_api"4686name = "lock_api"4737version = "0.4.1"4687version = "0.4.5"4738source = "registry+https://github.com/rust-lang/crates.io-index"4688source = "registry+https://github.com/rust-lang/crates.io-index"4739checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"4689checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"4740dependencies = [4690dependencies = [4741 "scopeguard",4691 "scopeguard",4742]4692]476647164767[[package]]4717[[package]]4768name = "lru"4718name = "lru"4769version = "0.6.5"4719version = "0.6.6"4770source = "registry+https://github.com/rust-lang/crates.io-index"4720source = "registry+https://github.com/rust-lang/crates.io-index"4771checksum = "1f374d42cdfc1d7dbf3d3dec28afab2eb97ffbf43a3234d795b5986dbf4b90ba"4721checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"4772dependencies = [4722dependencies = [4773 "hashbrown 0.9.1",4723 "hashbrown",4774]4724]477547254776[[package]]4726[[package]]4873checksum = "de006e09d04fc301a5f7e817b75aa49801c4479a8af753764416b085337ddcc5"4823checksum = "de006e09d04fc301a5f7e817b75aa49801c4479a8af753764416b085337ddcc5"4874dependencies = [4824dependencies = [4875 "hash-db",4825 "hash-db",4876 "hashbrown 0.11.2",4826 "hashbrown",4877 "parity-util-mem",4827 "parity-util-mem",4878]4828]48794829490648564907[[package]]4857[[package]]4908name = "metered-channel"4858name = "metered-channel"4909version = "0.9.9-1"4859version = "0.9.10"4910source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"4860source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"4911dependencies = [4861dependencies = [4912 "derive_more",4862 "derive_more",4913 "futures 0.3.16",4863 "futures 0.3.17",4914 "futures-timer 3.0.2",4864 "futures-timer 3.0.2",4915]4865]491648664920source = "registry+https://github.com/rust-lang/crates.io-index"4870source = "registry+https://github.com/rust-lang/crates.io-index"4921checksum = "c023c3f16109e7f33aa451f773fd61070e265b4977d0b6e344a51049296dd7df"4871checksum = "c023c3f16109e7f33aa451f773fd61070e265b4977d0b6e344a51049296dd7df"4922dependencies = [4872dependencies = [4923 "futures 0.3.16",4873 "futures 0.3.17",4924 "rand 0.7.3",4874 "rand 0.7.3",4925 "thrift",4875 "thrift",4926]4876]495649064957[[package]]4907[[package]]4958name = "mio"4908name = "mio"4959version = "0.6.22"4909version = "0.6.23"4960source = "registry+https://github.com/rust-lang/crates.io-index"4910source = "registry+https://github.com/rust-lang/crates.io-index"4961checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"4911checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"4962dependencies = [4912dependencies = [4963 "cfg-if 0.1.10",4913 "cfg-if 0.1.10",4964 "fuchsia-zircon",4914 "fuchsia-zircon",4967 "kernel32-sys",4917 "kernel32-sys",4968 "libc",4918 "libc",4969 "log",4919 "log",4970 "miow 0.2.1",4920 "miow 0.2.2",4971 "net2",4921 "net2",4972 "slab",4922 "slab",4973 "winapi 0.2.8",4923 "winapi 0.2.8",501049605011[[package]]4961[[package]]5012name = "miow"4962name = "miow"5013version = "0.2.1"4963version = "0.2.2"5014source = "registry+https://github.com/rust-lang/crates.io-index"4964source = "registry+https://github.com/rust-lang/crates.io-index"5015checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"4965checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"5016dependencies = [4966dependencies = [5017 "kernel32-sys",4967 "kernel32-sys",5018 "net2",4968 "net2",5037checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"4987checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"503849885039[[package]]4989[[package]]4990name = "multiaddr"4991version = "0.13.0"4992source = "registry+https://github.com/rust-lang/crates.io-index"4993checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"4994dependencies = [4995 "arrayref",4996 "bs58",4997 "byteorder",4998 "data-encoding",4999 "multihash 0.14.0",5000 "percent-encoding 2.1.0",5001 "serde",5002 "static_assertions",5003 "unsigned-varint 0.7.0",5004 "url 2.2.0",5005]50065007[[package]]5040name = "multibase"5008name = "multibase"5041version = "0.8.0"5009version = "0.8.0"5042source = "registry+https://github.com/rust-lang/crates.io-index"5010source = "registry+https://github.com/rust-lang/crates.io-index"5065]5033]506650345067[[package]]5035[[package]]5036name = "multihash"5037version = "0.14.0"5038source = "registry+https://github.com/rust-lang/crates.io-index"5039checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"5040dependencies = [5041 "digest 0.9.0",5042 "generic-array 0.14.4",5043 "multihash-derive",5044 "sha2 0.9.2",5045 "unsigned-varint 0.7.0",5046]50475048[[package]]5068name = "multihash-derive"5049name = "multihash-derive"5069version = "0.7.0"5050version = "0.7.2"5070source = "registry+https://github.com/rust-lang/crates.io-index"5051source = "registry+https://github.com/rust-lang/crates.io-index"5071checksum = "2f5653449cd45d502a53480ee08d7a599e8f4893d2bacb33c63d65bc20af6c1a"5052checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"5072dependencies = [5053dependencies = [5073 "proc-macro-crate 0.1.5",5054 "proc-macro-crate 1.0.0",5074 "proc-macro-error 1.0.4",5055 "proc-macro-error 1.0.4",5075 "proc-macro2",5056 "proc-macro2",5076 "quote",5057 "quote",5091checksum = "10ddc0eb0117736f19d556355464fc87efc8ad98b29e3fd84f02531eb6e90840"5072checksum = "10ddc0eb0117736f19d556355464fc87efc8ad98b29e3fd84f02531eb6e90840"5092dependencies = [5073dependencies = [5093 "bytes 1.0.1",5074 "bytes 1.0.1",5094 "futures 0.3.16",5075 "futures 0.3.17",5095 "log",5076 "log",5096 "pin-project 1.0.7",5077 "pin-project 1.0.7",5097 "smallvec 1.6.1",5078 "smallvec 1.6.1",514851295149[[package]]5130[[package]]5150name = "net2"5131name = "net2"5151version = "0.2.34"5132version = "0.2.37"5152source = "registry+https://github.com/rust-lang/crates.io-index"5133source = "registry+https://github.com/rust-lang/crates.io-index"5153checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"5134checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"5154dependencies = [5135dependencies = [5155 "cfg-if 0.1.10",5136 "cfg-if 0.1.10",5156 "libc",5137 "libc",5178 "fp-rpc",5159 "fp-rpc",5179 "frame-benchmarking",5160 "frame-benchmarking",5180 "frame-benchmarking-cli",5161 "frame-benchmarking-cli",5181 "futures 0.3.16",5162 "futures 0.3.17",5182 "jsonrpc-core 15.1.0",5163 "jsonrpc-core 15.1.0",5183 "jsonrpc-pubsub 15.1.0",5164 "jsonrpc-pubsub 15.1.0",5184 "log",5165 "log",5188 "pallet-ethereum",5169 "pallet-ethereum",5189 "pallet-transaction-payment-rpc",5170 "pallet-transaction-payment-rpc",5190 "parity-scale-codec",5171 "parity-scale-codec",5191 "parking_lot 0.10.2",5172 "parking_lot 0.11.2",5192 "polkadot-cli",5173 "polkadot-cli",5193 "polkadot-parachain",5174 "polkadot-parachain",5194 "polkadot-primitives",5175 "polkadot-primitives",5256 "fc-rpc",5237 "fc-rpc",5257 "fc-rpc-core",5238 "fc-rpc-core",5258 "fp-rpc",5239 "fp-rpc",5259 "futures 0.3.16",5240 "futures 0.3.17",5260 "jsonrpc-core 15.1.0",5241 "jsonrpc-core 15.1.0",5261 "jsonrpc-pubsub 15.1.0",5242 "jsonrpc-pubsub 15.1.0",5262 "nft-runtime",5243 "nft-runtime",5287 "sp-storage",5268 "sp-storage",5288 "sp-transaction-pool",5269 "sp-transaction-pool",5289 "substrate-frame-rpc-system",5270 "substrate-frame-rpc-system",5290 "tokio 0.2.21",5271 "tokio 0.2.25",5291]5272]529252735293[[package]]5274[[package]]5351 "sp-std",5332 "sp-std",5352 "sp-transaction-pool",5333 "sp-transaction-pool",5353 "sp-version",5334 "sp-version",5354 "substrate-wasm-builder 4.0.0",5335 "substrate-wasm-builder",5355 "xcm",5336 "xcm",5356 "xcm-builder",5337 "xcm-builder",5357 "xcm-executor",5338 "xcm-executor",5476source = "registry+https://github.com/rust-lang/crates.io-index"5457source = "registry+https://github.com/rust-lang/crates.io-index"5477checksum = "4ad167a2f54e832b82dbe003a046280dceffe5227b5f79e08e363a29638cfddd"5458checksum = "4ad167a2f54e832b82dbe003a046280dceffe5227b5f79e08e363a29638cfddd"5478dependencies = [5459dependencies = [5479 "parking_lot 0.11.1",5460 "parking_lot 0.11.2",5480]5461]548154625482[[package]]5463[[package]]5518[[package]]5499[[package]]5519name = "pallet-aura"5500name = "pallet-aura"5520version = "4.0.0-dev"5501version = "4.0.0-dev"5521source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"5502source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5522dependencies = [5503dependencies = [5523 "frame-support",5504 "frame-support",5524 "frame-system",5505 "frame-system",5534[[package]]5515[[package]]5535name = "pallet-authority-discovery"5516name = "pallet-authority-discovery"5536version = "4.0.0-dev"5517version = "4.0.0-dev"5537source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"5518source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5538dependencies = [5519dependencies = [5539 "frame-support",5520 "frame-support",5540 "frame-system",5521 "frame-system",5549[[package]]5530[[package]]5550name = "pallet-authorship"5531name = "pallet-authorship"5551version = "4.0.0-dev"5532version = "4.0.0-dev"5552source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"5533source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5553dependencies = [5534dependencies = [5554 "frame-support",5535 "frame-support",5555 "frame-system",5536 "frame-system",5563[[package]]5544[[package]]5564name = "pallet-babe"5545name = "pallet-babe"5565version = "4.0.0-dev"5546version = "4.0.0-dev"5566source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"5547source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5567dependencies = [5548dependencies = [5568 "frame-benchmarking",5549 "frame-benchmarking",5569 "frame-support",5550 "frame-support",5586[[package]]5567[[package]]5587name = "pallet-balances"5568name = "pallet-balances"5588version = "4.0.0-dev"5569version = "4.0.0-dev"5589source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"5570source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5590dependencies = [5571dependencies = [5591 "frame-benchmarking",5572 "frame-benchmarking",5592 "frame-support",5573 "frame-support",5600[[package]]5581[[package]]5601name = "pallet-beefy"5582name = "pallet-beefy"5602version = "0.1.0"5583version = "0.1.0"5603source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.9#f40c0ab7b327e874d5c8d699bfa5d762f1759ee0"5584source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23"5604dependencies = [5585dependencies = [5605 "beefy-primitives",5586 "beefy-primitives",5606 "frame-support",5587 "frame-support",5616[[package]]5597[[package]]5617name = "pallet-beefy-mmr"5598name = "pallet-beefy-mmr"5618version = "0.1.0"5599version = "0.1.0"5619source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.9#f40c0ab7b327e874d5c8d699bfa5d762f1759ee0"5600source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23"5620dependencies = [5601dependencies = [5621 "beefy-merkle-tree",5602 "beefy-merkle-tree",5622 "beefy-primitives",5603 "beefy-primitives",5641[[package]]5622[[package]]5642name = "pallet-bounties"5623name = "pallet-bounties"5643version = "4.0.0-dev"5624version = "4.0.0-dev"5644source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"5625source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5645dependencies = [5626dependencies = [5646 "frame-benchmarking",5627 "frame-benchmarking",5647 "frame-support",5628 "frame-support",5655[[package]]5636[[package]]5656name = "pallet-bridge-dispatch"5637name = "pallet-bridge-dispatch"5657version = "0.1.0"5638version = "0.1.0"5658source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"5639source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"5659dependencies = [5640dependencies = [5660 "bp-message-dispatch",5641 "bp-message-dispatch",5661 "bp-runtime",5642 "bp-runtime",5671[[package]]5652[[package]]5672name = "pallet-bridge-grandpa"5653name = "pallet-bridge-grandpa"5673version = "0.1.0"5654version = "0.1.0"5674source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"5655source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"5675dependencies = [5656dependencies = [5676 "bp-header-chain",5657 "bp-header-chain",5677 "bp-runtime",5658 "bp-runtime",5692[[package]]5673[[package]]5693name = "pallet-bridge-messages"5674name = "pallet-bridge-messages"5694version = "0.1.0"5675version = "0.1.0"5695source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"5676source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"5696dependencies = [5677dependencies = [5697 "bitvec 0.20.1",5678 "bitvec 0.20.1",5698 "bp-message-dispatch",5679 "bp-message-dispatch",5713[[package]]5694[[package]]5714name = "pallet-collective"5695name = "pallet-collective"5715version = "4.0.0-dev"5696version = "4.0.0-dev"5716source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"5697source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5717dependencies = [5698dependencies = [5718 "frame-benchmarking",5699 "frame-benchmarking",5719 "frame-support",5700 "frame-support",5742[[package]]5723[[package]]5743name = "pallet-contracts"5724name = "pallet-contracts"5744version = "4.0.0-dev"5725version = "4.0.0-dev"5745source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"5726source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5746dependencies = [5727dependencies = [5747 "bitflags",5728 "bitflags",5748 "frame-support",5729 "frame-support",5765[[package]]5746[[package]]5766name = "pallet-contracts-primitives"5747name = "pallet-contracts-primitives"5767version = "4.0.0-dev"5748version = "4.0.0-dev"5768source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"5749source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5769dependencies = [5750dependencies = [5770 "bitflags",5751 "bitflags",5771 "parity-scale-codec",5752 "parity-scale-codec",5778[[package]]5759[[package]]5779name = "pallet-contracts-proc-macro"5760name = "pallet-contracts-proc-macro"5780version = "4.0.0-dev"5761version = "4.0.0-dev"5781source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"5762source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5782dependencies = [5763dependencies = [5783 "proc-macro2",5764 "proc-macro2",5784 "quote",5765 "quote",5788[[package]]5769[[package]]5789name = "pallet-democracy"5770name = "pallet-democracy"5790version = "4.0.0-dev"5771version = "4.0.0-dev"5791source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"5772source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5792dependencies = [5773dependencies = [5793 "frame-benchmarking",5774 "frame-benchmarking",5794 "frame-support",5775 "frame-support",5803[[package]]5784[[package]]5804name = "pallet-election-provider-multi-phase"5785name = "pallet-election-provider-multi-phase"5805version = "4.0.0-dev"5786version = "4.0.0-dev"5806source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"5787source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5807dependencies = [5788dependencies = [5808 "frame-benchmarking",5789 "frame-benchmarking",5809 "frame-election-provider-support",5790 "frame-election-provider-support",5824[[package]]5805[[package]]5825name = "pallet-elections-phragmen"5806name = "pallet-elections-phragmen"5826version = "5.0.0-dev"5807version = "5.0.0-dev"5827source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"5808source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5828dependencies = [5809dependencies = [5829 "frame-benchmarking",5810 "frame-benchmarking",5830 "frame-support",5811 "frame-support",5841[[package]]5822[[package]]5842name = "pallet-ethereum"5823name = "pallet-ethereum"5843version = "4.0.0-dev"5824version = "4.0.0-dev"5844source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#9e8630ae4e420f764dad25eec1e0ef41cf6a2694"5825source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"5845dependencies = [5826dependencies = [5846 "ethereum",5827 "ethereum",5847 "ethereum-types",5828 "ethereum-types",5869[[package]]5850[[package]]5870name = "pallet-evm"5851name = "pallet-evm"5871version = "6.0.0-dev"5852version = "6.0.0-dev"5872source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#9e8630ae4e420f764dad25eec1e0ef41cf6a2694"5853source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"5873dependencies = [5854dependencies = [5874 "evm",5855 "evm",5875 "evm-gasometer",5856 "evm-gasometer",5962[[package]]5943[[package]]5963name = "pallet-gilt"5944name = "pallet-gilt"5964version = "4.0.0-dev"5945version = "4.0.0-dev"5965source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"5946source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5966dependencies = [5947dependencies = [5967 "frame-benchmarking",5948 "frame-benchmarking",5968 "frame-support",5949 "frame-support",5976[[package]]5957[[package]]5977name = "pallet-grandpa"5958name = "pallet-grandpa"5978version = "4.0.0-dev"5959version = "4.0.0-dev"5979source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"5960source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5980dependencies = [5961dependencies = [5981 "frame-benchmarking",5962 "frame-benchmarking",5982 "frame-support",5963 "frame-support",5998[[package]]5979[[package]]5999name = "pallet-identity"5980name = "pallet-identity"6000version = "4.0.0-dev"5981version = "4.0.0-dev"6001source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"5982source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6002dependencies = [5983dependencies = [6003 "enumflags2",5984 "enumflags2",6004 "frame-benchmarking",5985 "frame-benchmarking",6013[[package]]5994[[package]]6014name = "pallet-im-online"5995name = "pallet-im-online"6015version = "4.0.0-dev"5996version = "4.0.0-dev"6016source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"5997source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6017dependencies = [5998dependencies = [6018 "frame-benchmarking",5999 "frame-benchmarking",6019 "frame-support",6000 "frame-support",6032[[package]]6013[[package]]6033name = "pallet-indices"6014name = "pallet-indices"6034version = "4.0.0-dev"6015version = "4.0.0-dev"6035source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6016source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6036dependencies = [6017dependencies = [6037 "frame-benchmarking",6018 "frame-benchmarking",6038 "frame-support",6019 "frame-support",6066[[package]]6047[[package]]6067name = "pallet-membership"6048name = "pallet-membership"6068version = "4.0.0-dev"6049version = "4.0.0-dev"6069source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6050source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6070dependencies = [6051dependencies = [6071 "frame-benchmarking",6052 "frame-benchmarking",6072 "frame-support",6053 "frame-support",6081[[package]]6062[[package]]6082name = "pallet-mmr"6063name = "pallet-mmr"6083version = "4.0.0-dev"6064version = "4.0.0-dev"6084source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6065source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6085dependencies = [6066dependencies = [6086 "ckb-merkle-mountain-range",6067 "ckb-merkle-mountain-range",6087 "frame-benchmarking",6068 "frame-benchmarking",6098[[package]]6079[[package]]6099name = "pallet-mmr-primitives"6080name = "pallet-mmr-primitives"6100version = "4.0.0-dev"6081version = "4.0.0-dev"6101source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6082source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6102dependencies = [6083dependencies = [6103 "frame-support",6084 "frame-support",6104 "frame-system",6085 "frame-system",6114[[package]]6095[[package]]6115name = "pallet-mmr-rpc"6096name = "pallet-mmr-rpc"6116version = "3.0.0"6097version = "3.0.0"6117source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6098source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6118dependencies = [6099dependencies = [6119 "jsonrpc-core 15.1.0",6100 "jsonrpc-core 15.1.0",6120 "jsonrpc-core-client 15.1.0",6101 "jsonrpc-core-client 15.1.0",6132[[package]]6113[[package]]6133name = "pallet-multisig"6114name = "pallet-multisig"6134version = "4.0.0-dev"6115version = "4.0.0-dev"6135source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6116source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6136dependencies = [6117dependencies = [6137 "frame-benchmarking",6118 "frame-benchmarking",6138 "frame-support",6119 "frame-support",6213[[package]]6194[[package]]6214name = "pallet-nicks"6195name = "pallet-nicks"6215version = "4.0.0-dev"6196version = "4.0.0-dev"6216source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6197source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6217dependencies = [6198dependencies = [6218 "frame-support",6199 "frame-support",6219 "frame-system",6200 "frame-system",6226[[package]]6207[[package]]6227name = "pallet-offences"6208name = "pallet-offences"6228version = "4.0.0-dev"6209version = "4.0.0-dev"6229source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6210source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6230dependencies = [6211dependencies = [6231 "frame-support",6212 "frame-support",6232 "frame-system",6213 "frame-system",6242[[package]]6223[[package]]6243name = "pallet-offences-benchmarking"6224name = "pallet-offences-benchmarking"6244version = "4.0.0-dev"6225version = "4.0.0-dev"6245source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6226source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6246dependencies = [6227dependencies = [6247 "frame-benchmarking",6228 "frame-benchmarking",6248 "frame-election-provider-support",6229 "frame-election-provider-support",6264[[package]]6245[[package]]6265name = "pallet-proxy"6246name = "pallet-proxy"6266version = "4.0.0-dev"6247version = "4.0.0-dev"6267source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6248source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6268dependencies = [6249dependencies = [6269 "frame-benchmarking",6250 "frame-benchmarking",6270 "frame-support",6251 "frame-support",6279[[package]]6260[[package]]6280name = "pallet-randomness-collective-flip"6261name = "pallet-randomness-collective-flip"6281version = "4.0.0-dev"6262version = "4.0.0-dev"6282source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6263source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6283dependencies = [6264dependencies = [6284 "frame-support",6265 "frame-support",6285 "frame-system",6266 "frame-system",6292[[package]]6273[[package]]6293name = "pallet-recovery"6274name = "pallet-recovery"6294version = "4.0.0-dev"6275version = "4.0.0-dev"6295source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6276source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6296dependencies = [6277dependencies = [6297 "enumflags2",6278 "enumflags2",6298 "frame-support",6279 "frame-support",6324[[package]]6305[[package]]6325name = "pallet-scheduler"6306name = "pallet-scheduler"6326version = "4.0.0-dev"6307version = "4.0.0-dev"6327source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6308source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6328dependencies = [6309dependencies = [6329 "frame-benchmarking",6310 "frame-benchmarking",6330 "frame-support",6311 "frame-support",6339[[package]]6320[[package]]6340name = "pallet-session"6321name = "pallet-session"6341version = "4.0.0-dev"6322version = "4.0.0-dev"6342source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6323source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6343dependencies = [6324dependencies = [6344 "frame-support",6325 "frame-support",6345 "frame-system",6326 "frame-system",6359[[package]]6340[[package]]6360name = "pallet-session-benchmarking"6341name = "pallet-session-benchmarking"6361version = "4.0.0-dev"6342version = "4.0.0-dev"6362source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6343source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6363dependencies = [6344dependencies = [6364 "frame-benchmarking",6345 "frame-benchmarking",6365 "frame-support",6346 "frame-support",6375[[package]]6356[[package]]6376name = "pallet-society"6357name = "pallet-society"6377version = "4.0.0-dev"6358version = "4.0.0-dev"6378source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6359source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6379dependencies = [6360dependencies = [6380 "frame-support",6361 "frame-support",6381 "frame-system",6362 "frame-system",6388[[package]]6369[[package]]6389name = "pallet-staking"6370name = "pallet-staking"6390version = "4.0.0-dev"6371version = "4.0.0-dev"6391source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6372source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6392dependencies = [6373dependencies = [6393 "frame-benchmarking",6374 "frame-benchmarking",6394 "frame-election-provider-support",6375 "frame-election-provider-support",6412[[package]]6393[[package]]6413name = "pallet-staking-reward-curve"6394name = "pallet-staking-reward-curve"6414version = "4.0.0-dev"6395version = "4.0.0-dev"6415source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6396source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6416dependencies = [6397dependencies = [6417 "proc-macro-crate 1.0.0",6398 "proc-macro-crate 1.0.0",6418 "proc-macro2",6399 "proc-macro2",6423[[package]]6404[[package]]6424name = "pallet-staking-reward-fn"6405name = "pallet-staking-reward-fn"6425version = "4.0.0-dev"6406version = "4.0.0-dev"6426source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6407source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6427dependencies = [6408dependencies = [6428 "log",6409 "log",6429 "sp-arithmetic",6410 "sp-arithmetic",6432[[package]]6413[[package]]6433name = "pallet-sudo"6414name = "pallet-sudo"6434version = "4.0.0-dev"6415version = "4.0.0-dev"6435source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6416source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6436dependencies = [6417dependencies = [6437 "frame-support",6418 "frame-support",6438 "frame-system",6419 "frame-system",6445[[package]]6426[[package]]6446name = "pallet-timestamp"6427name = "pallet-timestamp"6447version = "4.0.0-dev"6428version = "4.0.0-dev"6448source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6429source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6449dependencies = [6430dependencies = [6450 "frame-benchmarking",6431 "frame-benchmarking",6451 "frame-support",6432 "frame-support",6463[[package]]6444[[package]]6464name = "pallet-tips"6445name = "pallet-tips"6465version = "4.0.0-dev"6446version = "4.0.0-dev"6466source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6447source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6467dependencies = [6448dependencies = [6468 "frame-benchmarking",6449 "frame-benchmarking",6469 "frame-support",6450 "frame-support",6478[[package]]6459[[package]]6479name = "pallet-transaction-payment"6460name = "pallet-transaction-payment"6480version = "4.0.0-dev"6461version = "4.0.0-dev"6481source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6462source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6482dependencies = [6463dependencies = [6483 "frame-support",6464 "frame-support",6484 "frame-system",6465 "frame-system",6494[[package]]6475[[package]]6495name = "pallet-transaction-payment-rpc"6476name = "pallet-transaction-payment-rpc"6496version = "4.0.0-dev"6477version = "4.0.0-dev"6497source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6478source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6498dependencies = [6479dependencies = [6499 "jsonrpc-core 15.1.0",6480 "jsonrpc-core 15.1.0",6500 "jsonrpc-core-client 15.1.0",6481 "jsonrpc-core-client 15.1.0",6511[[package]]6492[[package]]6512name = "pallet-transaction-payment-rpc-runtime-api"6493name = "pallet-transaction-payment-rpc-runtime-api"6513version = "4.0.0-dev"6494version = "4.0.0-dev"6514source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6495source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6515dependencies = [6496dependencies = [6516 "pallet-transaction-payment",6497 "pallet-transaction-payment",6517 "parity-scale-codec",6498 "parity-scale-codec",6522[[package]]6503[[package]]6523name = "pallet-treasury"6504name = "pallet-treasury"6524version = "4.0.0-dev"6505version = "4.0.0-dev"6525source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6506source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6526dependencies = [6507dependencies = [6527 "frame-benchmarking",6508 "frame-benchmarking",6528 "frame-support",6509 "frame-support",6538[[package]]6519[[package]]6539name = "pallet-utility"6520name = "pallet-utility"6540version = "4.0.0-dev"6521version = "4.0.0-dev"6541source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6522source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6542dependencies = [6523dependencies = [6543 "frame-benchmarking",6524 "frame-benchmarking",6544 "frame-support",6525 "frame-support",6553[[package]]6534[[package]]6554name = "pallet-vesting"6535name = "pallet-vesting"6555version = "4.0.0-dev"6536version = "4.0.0-dev"6556source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"6537source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6557dependencies = [6538dependencies = [6558 "enumflags2",6539 "enumflags2",6559 "frame-benchmarking",6540 "frame-benchmarking",656665476567[[package]]6548[[package]]6568name = "pallet-xcm"6549name = "pallet-xcm"6569version = "0.9.9-1"6550version = "0.9.10"6570source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"6551source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6571dependencies = [6552dependencies = [6572 "frame-support",6553 "frame-support",6573 "frame-system",6554 "frame-system",6583[[package]]6564[[package]]6584name = "parachain-info"6565name = "parachain-info"6585version = "0.1.0"6566version = "0.1.0"6586source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"6567source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"6587dependencies = [6568dependencies = [6588 "cumulus-primitives-core",6569 "cumulus-primitives-core",6589 "frame-support",6570 "frame-support",6605 "libc",6586 "libc",6606 "log",6587 "log",6607 "memmap2",6588 "memmap2",6608 "parking_lot 0.11.1",6589 "parking_lot 0.11.2",6609 "rand 0.8.4",6590 "rand 0.8.4",6610]6591]661165926612[[package]]6593[[package]]6613name = "parity-multiaddr"6614version = "0.11.2"6615source = "registry+https://github.com/rust-lang/crates.io-index"6616checksum = "58341485071825827b7f03cf7efd1cb21e6a709bea778fb50227fd45d2f361b4"6617dependencies = [6618 "arrayref",6619 "bs58",6620 "byteorder",6621 "data-encoding",6622 "multihash",6623 "percent-encoding 2.1.0",6624 "serde",6625 "static_assertions",6626 "unsigned-varint 0.7.0",6627 "url 2.2.0",6628]66296630[[package]]6631name = "parity-scale-codec"6594name = "parity-scale-codec"6632version = "2.2.0"6595version = "2.3.1"6633source = "registry+https://github.com/rust-lang/crates.io-index"6596source = "registry+https://github.com/rust-lang/crates.io-index"6634checksum = "8975095a2a03bbbdc70a74ab11a4f76a6d0b84680d87c68d722531b0ac28e8a9"6597checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6635dependencies = [6598dependencies = [6636 "arrayvec 0.7.0",6599 "arrayvec 0.7.0",6637 "bitvec 0.20.1",6600 "bitvec 0.20.1",664366066644[[package]]6607[[package]]6645name = "parity-scale-codec-derive"6608name = "parity-scale-codec-derive"6646version = "2.2.0"6609version = "2.3.1"6647source = "registry+https://github.com/rust-lang/crates.io-index"6610source = "registry+https://github.com/rust-lang/crates.io-index"6648checksum = "40dbbfef7f0a1143c5b06e0d76a6278e25dac0bc1af4be51a0fbb73f07e7ad09"6611checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6649dependencies = [6612dependencies = [6650 "proc-macro-crate 1.0.0",6613 "proc-macro-crate 1.0.0",6651 "proc-macro2",6614 "proc-macro2",6686dependencies = [6649dependencies = [6687 "cfg-if 1.0.0",6650 "cfg-if 1.0.0",6688 "ethereum-types",6651 "ethereum-types",6689 "hashbrown 0.11.2",6652 "hashbrown",6690 "impl-trait-for-tuples 0.2.1",6653 "impl-trait-for-tuples 0.2.1",6691 "lru",6654 "lru",6692 "parity-util-mem-derive",6655 "parity-util-mem-derive",6693 "parking_lot 0.11.1",6656 "parking_lot 0.11.2",6694 "primitive-types 0.10.1",6657 "primitive-types 0.10.1",6695 "smallvec 1.6.1",6658 "smallvec 1.6.1",6696 "winapi 0.3.9",6659 "winapi 0.3.9",6754dependencies = [6717dependencies = [6755 "lock_api 0.3.4",6718 "lock_api 0.3.4",6756 "parking_lot_core 0.6.2",6719 "parking_lot_core 0.6.2",6757 "rustc_version",6720 "rustc_version 0.2.3",6758]6721]675967226760[[package]]6723[[package]]676967326770[[package]]6733[[package]]6771name = "parking_lot"6734name = "parking_lot"6772version = "0.11.1"6735version = "0.11.2"6773source = "registry+https://github.com/rust-lang/crates.io-index"6736source = "registry+https://github.com/rust-lang/crates.io-index"6774checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"6737checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"6775dependencies = [6738dependencies = [6776 "instant",6739 "instant",6777 "lock_api 0.4.1",6740 "lock_api 0.4.5",6778 "parking_lot_core 0.8.0",6741 "parking_lot_core 0.8.5",6779]6742]678067436781[[package]]6744[[package]]6785checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"6748checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"6786dependencies = [6749dependencies = [6787 "cfg-if 0.1.10",6750 "cfg-if 0.1.10",6788 "cloudabi 0.0.3",6751 "cloudabi",6789 "libc",6752 "libc",6790 "redox_syscall 0.1.56",6753 "redox_syscall 0.1.56",6791 "rustc_version",6754 "rustc_version 0.2.3",6792 "smallvec 0.6.13",6755 "smallvec 0.6.13",6793 "winapi 0.3.9",6756 "winapi 0.3.9",6794]6757]6800checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"6763checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"6801dependencies = [6764dependencies = [6802 "cfg-if 0.1.10",6765 "cfg-if 0.1.10",6803 "cloudabi 0.0.3",6766 "cloudabi",6804 "libc",6767 "libc",6805 "redox_syscall 0.1.56",6768 "redox_syscall 0.1.56",6806 "smallvec 1.6.1",6769 "smallvec 1.6.1",680967726810[[package]]6773[[package]]6811name = "parking_lot_core"6774name = "parking_lot_core"6812version = "0.8.0"6775version = "0.8.5"6813source = "registry+https://github.com/rust-lang/crates.io-index"6776source = "registry+https://github.com/rust-lang/crates.io-index"6814checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"6777checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"6815dependencies = [6778dependencies = [6816 "cfg-if 0.1.10",6779 "cfg-if 1.0.0",6817 "cloudabi 0.1.0",6818 "instant",6780 "instant",6819 "libc",6781 "libc",6820 "redox_syscall 0.1.56",6782 "redox_syscall 0.2.10",6821 "smallvec 1.6.1",6783 "smallvec 1.6.1",6822 "winapi 0.3.9",6784 "winapi 0.3.9",6823]6785]699669586997[[package]]6959[[package]]6998name = "polkadot-approval-distribution"6960name = "polkadot-approval-distribution"6999version = "0.9.9-1"6961version = "0.9.10"7000source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"6962source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7001dependencies = [6963dependencies = [7002 "futures 0.3.16",6964 "futures 0.3.17",7003 "polkadot-node-network-protocol",6965 "polkadot-node-network-protocol",7004 "polkadot-node-primitives",6966 "polkadot-node-primitives",7005 "polkadot-node-subsystem",6967 "polkadot-node-subsystem",701069727011[[package]]6973[[package]]7012name = "polkadot-availability-bitfield-distribution"6974name = "polkadot-availability-bitfield-distribution"7013version = "0.9.9-1"6975version = "0.9.10"7014source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"6976source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7015dependencies = [6977dependencies = [7016 "futures 0.3.16",6978 "futures 0.3.17",7017 "polkadot-node-network-protocol",6979 "polkadot-node-network-protocol",7018 "polkadot-node-subsystem",6980 "polkadot-node-subsystem",7019 "polkadot-node-subsystem-util",6981 "polkadot-node-subsystem-util",702369857024[[package]]6986[[package]]7025name = "polkadot-availability-distribution"6987name = "polkadot-availability-distribution"7026version = "0.9.9-1"6988version = "0.9.10"7027source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"6989source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7028dependencies = [6990dependencies = [7029 "futures 0.3.16",6991 "derive_more",6992 "futures 0.3.17",7030 "lru",6993 "lru",7031 "parity-scale-codec",6994 "parity-scale-codec",7032 "polkadot-erasure-coding",6995 "polkadot-erasure-coding",704670097047[[package]]7010[[package]]7048name = "polkadot-availability-recovery"7011name = "polkadot-availability-recovery"7049version = "0.9.9-1"7012version = "0.9.10"7050source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7013source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7051dependencies = [7014dependencies = [7052 "futures 0.3.16",7015 "futures 0.3.17",7053 "lru",7016 "lru",7054 "parity-scale-codec",7017 "parity-scale-codec",7055 "polkadot-erasure-coding",7018 "polkadot-erasure-coding",706570287066[[package]]7029[[package]]7067name = "polkadot-cli"7030name = "polkadot-cli"7068version = "0.9.9-1"7031version = "0.9.10"7069source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7032source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7070dependencies = [7033dependencies = [7071 "frame-benchmarking-cli",7034 "frame-benchmarking-cli",7072 "futures 0.3.16",7035 "futures 0.3.17",7073 "log",7036 "log",7074 "polkadot-node-core-pvf",7037 "polkadot-node-core-pvf",7075 "polkadot-service",7038 "polkadot-service",708570487086[[package]]7049[[package]]7087name = "polkadot-client"7050name = "polkadot-client"7088version = "0.9.9-1"7051version = "0.9.10"7089source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7052source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7090dependencies = [7053dependencies = [7091 "beefy-primitives",7054 "beefy-primitives",7092 "frame-benchmarking",7055 "frame-benchmarking",711570787116[[package]]7079[[package]]7117name = "polkadot-collator-protocol"7080name = "polkadot-collator-protocol"7118version = "0.9.9-1"7081version = "0.9.10"7119source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7082source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7120dependencies = [7083dependencies = [7121 "always-assert",7084 "always-assert",7122 "futures 0.3.16",7085 "derive_more",7086 "futures 0.3.17",7123 "futures-timer 3.0.2",7087 "futures-timer 3.0.2",7124 "polkadot-node-network-protocol",7088 "polkadot-node-network-protocol",7125 "polkadot-node-primitives",7089 "polkadot-node-primitives",713570997136[[package]]7100[[package]]7137name = "polkadot-core-primitives"7101name = "polkadot-core-primitives"7138version = "0.9.9-1"7102version = "0.9.10"7139source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7103source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7140dependencies = [7104dependencies = [7141 "parity-scale-codec",7105 "parity-scale-codec",7142 "parity-util-mem",7106 "parity-util-mem",714771117148[[package]]7112[[package]]7149name = "polkadot-dispute-distribution"7113name = "polkadot-dispute-distribution"7150version = "0.9.9-1"7114version = "0.9.10"7151source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7115source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7152dependencies = [7116dependencies = [7153 "futures 0.3.16",7117 "derive_more",7118 "futures 0.3.17",7154 "lru",7119 "lru",7155 "parity-scale-codec",7120 "parity-scale-codec",7156 "polkadot-erasure-coding",7121 "polkadot-erasure-coding",717171367172[[package]]7137[[package]]7173name = "polkadot-erasure-coding"7138name = "polkadot-erasure-coding"7174version = "0.9.9-1"7139version = "0.9.10"7175source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7140source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7176dependencies = [7141dependencies = [7177 "parity-scale-codec",7142 "parity-scale-codec",7178 "polkadot-node-primitives",7143 "polkadot-node-primitives",718571507186[[package]]7151[[package]]7187name = "polkadot-gossip-support"7152name = "polkadot-gossip-support"7188version = "0.9.9-1"7153version = "0.9.10"7189source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7154source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7190dependencies = [7155dependencies = [7191 "futures 0.3.16",7156 "futures 0.3.17",7192 "polkadot-node-network-protocol",7157 "polkadot-node-network-protocol",7193 "polkadot-node-subsystem",7158 "polkadot-node-subsystem",7194 "polkadot-node-subsystem-util",7159 "polkadot-node-subsystem-util",720371687204[[package]]7169[[package]]7205name = "polkadot-network-bridge"7170name = "polkadot-network-bridge"7206version = "0.9.9-1"7171version = "0.9.10"7207source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7172source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7208dependencies = [7173dependencies = [7209 "async-trait",7174 "async-trait",7210 "futures 0.3.16",7175 "futures 0.3.17",7211 "parity-scale-codec",7176 "parity-scale-codec",7212 "parking_lot 0.11.1",7177 "parking_lot 0.11.2",7213 "polkadot-node-network-protocol",7178 "polkadot-node-network-protocol",7214 "polkadot-node-subsystem",7179 "polkadot-node-subsystem",7215 "polkadot-node-subsystem-util",7180 "polkadot-node-subsystem-util",7216 "polkadot-overseer",7181 "polkadot-overseer",7217 "polkadot-primitives",7182 "polkadot-primitives",7218 "sc-network",7183 "sc-network",7219 "sp-consensus",7184 "sp-consensus",7220 "strum",7221 "tracing",7185 "tracing",7222]7186]722371877224[[package]]7188[[package]]7225name = "polkadot-node-collation-generation"7189name = "polkadot-node-collation-generation"7226version = "0.9.9-1"7190version = "0.9.10"7227source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7191source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7228dependencies = [7192dependencies = [7229 "futures 0.3.16",7193 "futures 0.3.17",7230 "parity-scale-codec",7194 "parity-scale-codec",7231 "polkadot-erasure-coding",7195 "polkadot-erasure-coding",7232 "polkadot-node-primitives",7196 "polkadot-node-primitives",724172057242[[package]]7206[[package]]7243name = "polkadot-node-core-approval-voting"7207name = "polkadot-node-core-approval-voting"7244version = "0.9.9-1"7208version = "0.9.10"7245source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7209source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7246dependencies = [7210dependencies = [7247 "bitvec 0.20.1",7211 "bitvec 0.20.1",7248 "derive_more",7212 "derive_more",7249 "futures 0.3.16",7213 "futures 0.3.17",7250 "futures-timer 3.0.2",7214 "futures-timer 3.0.2",7251 "kvdb",7215 "kvdb",7252 "lru",7216 "lru",727172357272[[package]]7236[[package]]7273name = "polkadot-node-core-av-store"7237name = "polkadot-node-core-av-store"7274version = "0.9.9-1"7238version = "0.9.10"7275source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7239source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7276dependencies = [7240dependencies = [7277 "bitvec 0.20.1",7241 "bitvec 0.20.1",7278 "futures 0.3.16",7242 "futures 0.3.17",7279 "futures-timer 3.0.2",7243 "futures-timer 3.0.2",7280 "kvdb",7244 "kvdb",7281 "parity-scale-codec",7245 "parity-scale-codec",729172557292[[package]]7256[[package]]7293name = "polkadot-node-core-backing"7257name = "polkadot-node-core-backing"7294version = "0.9.9-1"7258version = "0.9.10"7295source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7259source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7296dependencies = [7260dependencies = [7297 "bitvec 0.20.1",7261 "bitvec 0.20.1",7298 "futures 0.3.16",7262 "futures 0.3.17",7299 "polkadot-erasure-coding",7263 "polkadot-erasure-coding",7300 "polkadot-node-primitives",7264 "polkadot-node-primitives",7301 "polkadot-node-subsystem",7265 "polkadot-node-subsystem",730972737310[[package]]7274[[package]]7311name = "polkadot-node-core-bitfield-signing"7275name = "polkadot-node-core-bitfield-signing"7312version = "0.9.9-1"7276version = "0.9.10"7313source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7277source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7314dependencies = [7278dependencies = [7315 "futures 0.3.16",7279 "futures 0.3.17",7316 "polkadot-node-subsystem",7280 "polkadot-node-subsystem",7317 "polkadot-node-subsystem-util",7281 "polkadot-node-subsystem-util",7318 "polkadot-primitives",7282 "polkadot-primitives",732472887325[[package]]7289[[package]]7326name = "polkadot-node-core-candidate-validation"7290name = "polkadot-node-core-candidate-validation"7327version = "0.9.9-1"7291version = "0.9.10"7328source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7292source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7329dependencies = [7293dependencies = [7330 "async-trait",7294 "async-trait",7331 "futures 0.3.16",7295 "futures 0.3.17",7332 "parity-scale-codec",7296 "parity-scale-codec",7333 "polkadot-node-core-pvf",7297 "polkadot-node-core-pvf",7334 "polkadot-node-primitives",7298 "polkadot-node-primitives",734273067343[[package]]7307[[package]]7344name = "polkadot-node-core-chain-api"7308name = "polkadot-node-core-chain-api"7345version = "0.9.9-1"7309version = "0.9.10"7346source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7310source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7347dependencies = [7311dependencies = [7348 "futures 0.3.16",7312 "futures 0.3.17",7349 "polkadot-node-subsystem",7313 "polkadot-node-subsystem",7350 "polkadot-node-subsystem-util",7314 "polkadot-node-subsystem-util",7351 "polkadot-primitives",7315 "polkadot-primitives",735773217358[[package]]7322[[package]]7359name = "polkadot-node-core-chain-selection"7323name = "polkadot-node-core-chain-selection"7360version = "0.9.9-1"7324version = "0.9.10"7361source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7325source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7362dependencies = [7326dependencies = [7363 "futures 0.3.16",7327 "futures 0.3.17",7364 "futures-timer 3.0.2",7328 "futures-timer 3.0.2",7365 "kvdb",7329 "kvdb",7366 "parity-scale-codec",7330 "parity-scale-codec",737473387375[[package]]7339[[package]]7376name = "polkadot-node-core-dispute-coordinator"7340name = "polkadot-node-core-dispute-coordinator"7377version = "0.9.9-1"7341version = "0.9.10"7378source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7342source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7379dependencies = [7343dependencies = [7380 "bitvec 0.20.1",7344 "bitvec 0.20.1",7381 "derive_more",7345 "derive_more",7382 "futures 0.3.16",7346 "futures 0.3.17",7383 "kvdb",7347 "kvdb",7384 "parity-scale-codec",7348 "parity-scale-codec",7385 "polkadot-node-primitives",7349 "polkadot-node-primitives",739373577394[[package]]7358[[package]]7395name = "polkadot-node-core-dispute-participation"7359name = "polkadot-node-core-dispute-participation"7396version = "0.9.9-1"7360version = "0.9.10"7397source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7361source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7398dependencies = [7362dependencies = [7399 "futures 0.3.16",7363 "futures 0.3.17",7400 "polkadot-node-primitives",7364 "polkadot-node-primitives",7401 "polkadot-node-subsystem",7365 "polkadot-node-subsystem",7402 "polkadot-primitives",7366 "polkadot-primitives",740673707407[[package]]7371[[package]]7408name = "polkadot-node-core-parachains-inherent"7372name = "polkadot-node-core-parachains-inherent"7409version = "0.9.9-1"7373version = "0.9.10"7410source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7374source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7411dependencies = [7375dependencies = [7412 "async-trait",7376 "async-trait",7413 "futures 0.3.16",7377 "futures 0.3.17",7414 "futures-timer 3.0.2",7378 "futures-timer 3.0.2",7415 "polkadot-node-subsystem",7379 "polkadot-node-subsystem",7416 "polkadot-primitives",7380 "polkadot-primitives",742373877424[[package]]7388[[package]]7425name = "polkadot-node-core-provisioner"7389name = "polkadot-node-core-provisioner"7426version = "0.9.9-1"7390version = "0.9.10"7427source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7391source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7428dependencies = [7392dependencies = [7429 "bitvec 0.20.1",7393 "bitvec 0.20.1",7430 "futures 0.3.16",7394 "futures 0.3.17",7431 "futures-timer 3.0.2",7395 "futures-timer 3.0.2",7432 "polkadot-node-subsystem",7396 "polkadot-node-subsystem",7433 "polkadot-node-subsystem-util",7397 "polkadot-node-subsystem-util",743874027439[[package]]7403[[package]]7440name = "polkadot-node-core-pvf"7404name = "polkadot-node-core-pvf"7441version = "0.9.9-1"7405version = "0.9.10"7442source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7406source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7443dependencies = [7407dependencies = [7444 "always-assert",7408 "always-assert",7445 "assert_matches",7409 "assert_matches",7446 "async-process",7410 "async-process",7447 "async-std",7411 "async-std",7448 "futures 0.3.16",7412 "futures 0.3.17",7449 "futures-timer 3.0.2",7413 "futures-timer 3.0.2",7450 "libc",7414 "libc",7451 "parity-scale-codec",7415 "parity-scale-codec",746874327469[[package]]7433[[package]]7470name = "polkadot-node-core-runtime-api"7434name = "polkadot-node-core-runtime-api"7471version = "0.9.9-1"7435version = "0.9.10"7472source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7436source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7473dependencies = [7437dependencies = [7474 "futures 0.3.16",7438 "futures 0.3.17",7475 "memory-lru",7439 "memory-lru",7476 "parity-util-mem",7440 "parity-util-mem",7477 "polkadot-node-subsystem",7441 "polkadot-node-subsystem",748674507487[[package]]7451[[package]]7488name = "polkadot-node-jaeger"7452name = "polkadot-node-jaeger"7489version = "0.9.9-1"7453version = "0.9.10"7490source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7454source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7491dependencies = [7455dependencies = [7492 "async-std",7456 "async-std",7493 "lazy_static",7457 "lazy_static",7494 "log",7458 "log",7495 "mick-jaeger",7459 "mick-jaeger",7496 "parity-scale-codec",7460 "parity-scale-codec",7497 "parking_lot 0.11.1",7461 "parking_lot 0.11.2",7498 "polkadot-node-primitives",7462 "polkadot-node-primitives",7499 "polkadot-primitives",7463 "polkadot-primitives",7500 "sc-network",7464 "sc-network",750474687505[[package]]7469[[package]]7506name = "polkadot-node-metrics"7470name = "polkadot-node-metrics"7507version = "0.9.9-1"7471version = "0.9.10"7508source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7472source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7509dependencies = [7473dependencies = [7510 "async-trait",7474 "async-trait",7511 "futures 0.3.16",7475 "futures 0.3.17",7512 "futures-timer 3.0.2",7476 "futures-timer 3.0.2",7513 "metered-channel",7477 "metered-channel",7514 "sc-network",7478 "sc-network",752074847521[[package]]7485[[package]]7522name = "polkadot-node-network-protocol"7486name = "polkadot-node-network-protocol"7523version = "0.9.9-1"7487version = "0.9.10"7524source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7488source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7525dependencies = [7489dependencies = [7526 "async-trait",7490 "async-trait",7527 "futures 0.3.16",7491 "derive_more",7492 "futures 0.3.17",7528 "parity-scale-codec",7493 "parity-scale-codec",7529 "polkadot-node-jaeger",7494 "polkadot-node-jaeger",7530 "polkadot-node-primitives",7495 "polkadot-node-primitives",753775027538[[package]]7503[[package]]7539name = "polkadot-node-primitives"7504name = "polkadot-node-primitives"7540version = "0.9.9-1"7505version = "0.9.10"7541source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7506source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7542dependencies = [7507dependencies = [7543 "futures 0.3.16",7508 "futures 0.3.17",7544 "parity-scale-codec",7509 "parity-scale-codec",7545 "polkadot-parachain",7510 "polkadot-parachain",7546 "polkadot-primitives",7511 "polkadot-primitives",756175267562[[package]]7527[[package]]7563name = "polkadot-node-subsystem"7528name = "polkadot-node-subsystem"7564version = "0.9.9-1"7529version = "0.9.10"7565source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7530source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7566dependencies = [7531dependencies = [7567 "polkadot-node-jaeger",7532 "polkadot-node-jaeger",7568 "polkadot-node-subsystem-types",7533 "polkadot-node-subsystem-types",757175367572[[package]]7537[[package]]7573name = "polkadot-node-subsystem-types"7538name = "polkadot-node-subsystem-types"7574version = "0.9.9-1"7539version = "0.9.10"7575source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7540source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7576dependencies = [7541dependencies = [7577 "async-std",7542 "async-std",7578 "async-trait",7543 "async-trait",7579 "derive_more",7544 "derive_more",7580 "futures 0.3.16",7545 "futures 0.3.17",7581 "futures-timer 3.0.2",7546 "futures-timer 3.0.2",7582 "lazy_static",7547 "lazy_static",7583 "log",7548 "log",7584 "mick-jaeger",7549 "mick-jaeger",7585 "parity-scale-codec",7550 "parity-scale-codec",7586 "parking_lot 0.11.1",7551 "parking_lot 0.11.2",7587 "pin-project 1.0.7",7552 "pin-project 1.0.7",7588 "polkadot-node-jaeger",7553 "polkadot-node-jaeger",7589 "polkadot-node-network-protocol",7554 "polkadot-node-network-protocol",760175667602[[package]]7567[[package]]7603name = "polkadot-node-subsystem-util"7568name = "polkadot-node-subsystem-util"7604version = "0.9.9-1"7569version = "0.9.10"7605source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7570source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7606dependencies = [7571dependencies = [7607 "async-trait",7572 "async-trait",7608 "futures 0.3.16",7573 "derive_more",7574 "futures 0.3.17",7609 "futures-timer 3.0.2",7575 "futures-timer 3.0.2",7610 "itertools 0.10.0",7576 "itertools",7611 "lru",7577 "lru",7612 "metered-channel",7578 "metered-channel",7613 "parity-scale-codec",7579 "parity-scale-codec",763175977632[[package]]7598[[package]]7633name = "polkadot-overseer"7599name = "polkadot-overseer"7634version = "0.9.9-1"7600version = "0.9.10"7635source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7601source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7636dependencies = [7602dependencies = [7637 "async-trait",7603 "async-trait",7638 "futures 0.3.16",7604 "futures 0.3.17",7639 "futures-timer 3.0.2",7605 "futures-timer 3.0.2",7640 "lru",7606 "lru",7641 "parking_lot 0.11.1",7607 "parking_lot 0.11.2",7642 "polkadot-node-metrics",7608 "polkadot-node-metrics",7643 "polkadot-node-network-protocol",7609 "polkadot-node-network-protocol",7644 "polkadot-node-primitives",7610 "polkadot-node-primitives",765376197654[[package]]7620[[package]]7655name = "polkadot-overseer-all-subsystems-gen"7621name = "polkadot-overseer-all-subsystems-gen"7656version = "0.9.9-1"7622version = "0.9.10"7657source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7623source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7658dependencies = [7624dependencies = [7659 "assert_matches",7625 "assert_matches",7660 "proc-macro2",7626 "proc-macro2",766476307665[[package]]7631[[package]]7666name = "polkadot-overseer-gen"7632name = "polkadot-overseer-gen"7667version = "0.9.9-1"7633version = "0.9.10"7668source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7634source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7669dependencies = [7635dependencies = [7670 "async-trait",7636 "async-trait",7671 "futures 0.3.16",7637 "futures 0.3.17",7672 "futures-timer 3.0.2",7638 "futures-timer 3.0.2",7673 "metered-channel",7639 "metered-channel",7674 "pin-project 1.0.7",7640 "pin-project 1.0.7",768176477682[[package]]7648[[package]]7683name = "polkadot-overseer-gen-proc-macro"7649name = "polkadot-overseer-gen-proc-macro"7684version = "0.9.9-1"7650version = "0.9.10"7685source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7651source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7686dependencies = [7652dependencies = [7687 "proc-macro-crate 1.0.0",7653 "proc-macro-crate 1.0.0",7688 "proc-macro2",7654 "proc-macro2",769276587693[[package]]7659[[package]]7694name = "polkadot-parachain"7660name = "polkadot-parachain"7695version = "0.9.9-1"7661version = "0.9.10"7696source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7662source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7697dependencies = [7663dependencies = [7698 "derive_more",7664 "derive_more",7699 "frame-support",7665 "frame-support",770876747709[[package]]7675[[package]]7710name = "polkadot-primitives"7676name = "polkadot-primitives"7711version = "0.9.9-1"7677version = "0.9.10"7712source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7678source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7713dependencies = [7679dependencies = [7714 "bitvec 0.20.1",7680 "bitvec 0.20.1",7715 "frame-system",7681 "frame-system",773877047739[[package]]7705[[package]]7740name = "polkadot-rpc"7706name = "polkadot-rpc"7741version = "0.9.9-1"7707version = "0.9.10"7742source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7708source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7743dependencies = [7709dependencies = [7744 "beefy-gadget",7710 "beefy-gadget",7745 "beefy-gadget-rpc",7711 "beefy-gadget-rpc",777177377772[[package]]7738[[package]]7773name = "polkadot-runtime"7739name = "polkadot-runtime"7774version = "0.9.9-1"7740version = "0.9.10"7775source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7741source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7776dependencies = [7742dependencies = [7777 "beefy-primitives",7743 "beefy-primitives",7778 "bitvec 0.20.1",7744 "bitvec 0.20.1",7841 "sp-transaction-pool",7807 "sp-transaction-pool",7842 "sp-version",7808 "sp-version",7843 "static_assertions",7809 "static_assertions",7844 "substrate-wasm-builder 5.0.0-dev",7810 "substrate-wasm-builder",7845]7811]784678127847[[package]]7813[[package]]7848name = "polkadot-runtime-common"7814name = "polkadot-runtime-common"7849version = "0.9.9-1"7815version = "0.9.10"7850source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7816source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7851dependencies = [7817dependencies = [7852 "bitvec 0.20.1",7818 "bitvec 0.20.1",7853 "frame-benchmarking",7819 "frame-benchmarking",788978557890[[package]]7856[[package]]7891name = "polkadot-runtime-parachains"7857name = "polkadot-runtime-parachains"7892version = "0.9.9-1"7858version = "0.9.10"7893source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7859source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7894dependencies = [7860dependencies = [7895 "bitflags",7861 "bitflags",7896 "bitvec 0.20.1",7862 "bitvec 0.20.1",792878947929[[package]]7895[[package]]7930name = "polkadot-service"7896name = "polkadot-service"7931version = "0.9.9-1"7897version = "0.9.10"7932source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7898source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7933dependencies = [7899dependencies = [7934 "async-trait",7900 "async-trait",7935 "beefy-gadget",7901 "beefy-gadget",7936 "beefy-primitives",7902 "beefy-primitives",7937 "frame-system-rpc-runtime-api",7903 "frame-system-rpc-runtime-api",7938 "futures 0.3.16",7904 "futures 0.3.17",7939 "hex-literal",7905 "hex-literal",7940 "kusama-runtime",7906 "kusama-runtime",7941 "kvdb",7907 "kvdb",7967 "polkadot-node-core-parachains-inherent",7933 "polkadot-node-core-parachains-inherent",7968 "polkadot-node-core-provisioner",7934 "polkadot-node-core-provisioner",7969 "polkadot-node-core-runtime-api",7935 "polkadot-node-core-runtime-api",7936 "polkadot-node-network-protocol",7970 "polkadot-node-primitives",7937 "polkadot-node-primitives",7971 "polkadot-node-subsystem",7938 "polkadot-node-subsystem",7972 "polkadot-node-subsystem-util",7939 "polkadot-node-subsystem-util",802479918025[[package]]7992[[package]]8026name = "polkadot-statement-distribution"7993name = "polkadot-statement-distribution"8027version = "0.9.9-1"7994version = "0.9.10"8028source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"7995source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"8029dependencies = [7996dependencies = [8030 "arrayvec 0.5.2",7997 "arrayvec 0.5.2",8031 "futures 0.3.16",7998 "derive_more",7999 "futures 0.3.17",8032 "indexmap",8000 "indexmap",8033 "parity-scale-codec",8001 "parity-scale-codec",8034 "polkadot-node-network-protocol",8002 "polkadot-node-network-protocol",8035 "polkadot-node-primitives",8003 "polkadot-node-primitives",8036 "polkadot-node-subsystem",8004 "polkadot-node-subsystem",8037 "polkadot-node-subsystem-util",8005 "polkadot-node-subsystem-util",8038 "polkadot-primitives",8006 "polkadot-primitives",8039 "sc-network",8040 "sp-keystore",8007 "sp-keystore",8041 "sp-staking",8008 "sp-staking",8042 "thiserror",8009 "thiserror",804580128046[[package]]8013[[package]]8047name = "polkadot-statement-table"8014name = "polkadot-statement-table"8048version = "0.9.9-1"8015version = "0.9.10"8049source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"8016source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"8050dependencies = [8017dependencies = [8051 "parity-scale-codec",8018 "parity-scale-codec",8052 "polkadot-primitives",8019 "polkadot-primitives",805580228056[[package]]8023[[package]]8057name = "polkadot-test-runtime"8024name = "polkadot-test-runtime"8058version = "0.9.9-1"8025version = "0.9.10"8059source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"8026source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"8060dependencies = [8027dependencies = [8061 "beefy-primitives",8028 "beefy-primitives",8062 "bitvec 0.20.1",8029 "bitvec 0.20.1",8107 "sp-std",8074 "sp-std",8108 "sp-transaction-pool",8075 "sp-transaction-pool",8109 "sp-version",8076 "sp-version",8110 "substrate-wasm-builder 5.0.0-dev",8077 "substrate-wasm-builder",8111 "xcm",8078 "xcm",8112 "xcm-builder",8079 "xcm-builder",8113 "xcm-executor",8080 "xcm-executor",8114]8081]811580828116[[package]]8083[[package]]8117name = "polkadot-test-service"8084name = "polkadot-test-service"8118version = "0.9.9-1"8085version = "0.9.10"8119source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"8086source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"8120dependencies = [8087dependencies = [8121 "frame-benchmarking",8088 "frame-benchmarking",8122 "frame-system",8089 "frame-system",8123 "futures 0.1.29",8090 "futures 0.1.29",8124 "futures 0.3.16",8091 "futures 0.3.17",8125 "hex",8092 "hex",8126 "pallet-balances",8093 "pallet-balances",8127 "pallet-staking",8094 "pallet-staking",818081478181[[package]]8148[[package]]8182name = "poly1305"8149name = "poly1305"8183version = "0.6.0"8150version = "0.7.2"8184source = "registry+https://github.com/rust-lang/crates.io-index"8151source = "registry+https://github.com/rust-lang/crates.io-index"8185checksum = "d9b42192ab143ed7619bf888a7f9c6733a9a2153b218e2cd557cfdb52fbf9bb1"8152checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8186dependencies = [8153dependencies = [8154 "cpufeatures 0.2.1",8155 "opaque-debug 0.3.0",8187 "universal-hash",8156 "universal-hash",8188]8157]818981588190[[package]]8159[[package]]8191name = "polyval"8160name = "polyval"8192version = "0.4.0"8161version = "0.5.3"8193source = "registry+https://github.com/rust-lang/crates.io-index"8162source = "registry+https://github.com/rust-lang/crates.io-index"8194checksum = "d9a50142b55ab3ed0e9f68dfb3709f1d90d29da24e91033f28b96330643107dc"8163checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8195dependencies = [8164dependencies = [8196 "cfg-if 0.1.10",8165 "cfg-if 1.0.0",8166 "cpufeatures 0.2.1",8167 "opaque-debug 0.3.0",8197 "universal-hash",8168 "universal-hash",8198]8169]819981708327 "cfg-if 1.0.0",8298 "cfg-if 1.0.0",8328 "fnv",8299 "fnv",8329 "lazy_static",8300 "lazy_static",8330 "parking_lot 0.11.1",8301 "parking_lot 0.11.2",8331 "regex",8302 "regex",8332 "thiserror",8303 "thiserror",8333]8304]833483058335[[package]]8306[[package]]8336name = "prost"8307name = "prost"8337version = "0.7.0"8308version = "0.8.0"8338source = "registry+https://github.com/rust-lang/crates.io-index"8309source = "registry+https://github.com/rust-lang/crates.io-index"8339checksum = "9e6984d2f1a23009bd270b8bb56d0926810a3d483f59c987d77969e9d8e840b2"8310checksum = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020"8340dependencies = [8311dependencies = [8341 "bytes 1.0.1",8312 "bytes 1.0.1",8342 "prost-derive",8313 "prost-derive",8343]8314]834483158345[[package]]8316[[package]]8346name = "prost-build"8317name = "prost-build"8347version = "0.7.0"8318version = "0.8.0"8348source = "registry+https://github.com/rust-lang/crates.io-index"8319source = "registry+https://github.com/rust-lang/crates.io-index"8349checksum = "32d3ebd75ac2679c2af3a92246639f9fcc8a442ee420719cc4fe195b98dd5fa3"8320checksum = "355f634b43cdd80724ee7848f95770e7e70eefa6dcf14fea676216573b8fd603"8350dependencies = [8321dependencies = [8351 "bytes 1.0.1",8322 "bytes 1.0.1",8352 "heck",8323 "heck",8353 "itertools 0.9.0",8324 "itertools",8354 "log",8325 "log",8355 "multimap",8326 "multimap",8356 "petgraph",8327 "petgraph",836283338363[[package]]8334[[package]]8364name = "prost-derive"8335name = "prost-derive"8365version = "0.7.0"8336version = "0.8.0"8366source = "registry+https://github.com/rust-lang/crates.io-index"8337source = "registry+https://github.com/rust-lang/crates.io-index"8367checksum = "169a15f3008ecb5160cba7d37bcd690a7601b6d30cfb87a117d45e59d52af5d4"8338checksum = "600d2f334aa05acb02a755e217ef1ab6dea4d51b58b7846588b747edec04efba"8368dependencies = [8339dependencies = [8369 "anyhow",8340 "anyhow",8370 "itertools 0.9.0",8341 "itertools",8371 "proc-macro2",8342 "proc-macro2",8372 "quote",8343 "quote",8373 "syn",8344 "syn",8374]8345]837583468376[[package]]8347[[package]]8377name = "prost-types"8348name = "prost-types"8378version = "0.7.0"8349version = "0.8.0"8379source = "registry+https://github.com/rust-lang/crates.io-index"8350source = "registry+https://github.com/rust-lang/crates.io-index"8380checksum = "b518d7cdd93dab1d1122cf07fa9a60771836c668dde9d9e2a139f957f0d9f1bb"8351checksum = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b"8381dependencies = [8352dependencies = [8382 "bytes 1.0.1",8353 "bytes 1.0.1",8383 "prost",8354 "prost",863486058635[[package]]8606[[package]]8636name = "redox_syscall"8607name = "redox_syscall"8637version = "0.2.4"8608version = "0.2.10"8638source = "registry+https://github.com/rust-lang/crates.io-index"8609source = "registry+https://github.com/rust-lang/crates.io-index"8639checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570"8610checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"8640dependencies = [8611dependencies = [8641 "bitflags",8612 "bitflags",8642]8613]8659checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"8630checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"8660dependencies = [8631dependencies = [8661 "getrandom 0.2.1",8632 "getrandom 0.2.1",8662 "redox_syscall 0.2.4",8633 "redox_syscall 0.2.10",8663]8634]866486358665[[package]]8636[[package]]8670dependencies = [8641dependencies = [8671 "derive_more",8642 "derive_more",8672 "fs-err",8643 "fs-err",8673 "itertools 0.10.0",8644 "itertools",8674 "static_init",8645 "static_init",8675 "thiserror",8646 "thiserror",8676]8647]8750[[package]]8721[[package]]8751name = "remote-externalities"8722name = "remote-externalities"8752version = "0.10.0-dev"8723version = "0.10.0-dev"8753source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"8724source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8754dependencies = [8725dependencies = [8755 "env_logger 0.8.4",8726 "env_logger 0.8.4",8756 "hex",8727 "hex",884888198849[[package]]8820[[package]]8850name = "rococo-runtime"8821name = "rococo-runtime"8851version = "0.9.9-1"8822version = "0.9.10"8852source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"8823source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"8853dependencies = [8824dependencies = [8854 "beefy-primitives",8825 "beefy-primitives",8855 "bp-messages",8826 "bp-messages",8912 "sp-std",8883 "sp-std",8913 "sp-transaction-pool",8884 "sp-transaction-pool",8914 "sp-version",8885 "sp-version",8915 "substrate-wasm-builder 5.0.0-dev",8886 "substrate-wasm-builder",8916 "xcm",8887 "xcm",8917 "xcm-builder",8888 "xcm-builder",8918 "xcm-executor",8889 "xcm-executor",8968]8939]896989408970[[package]]8941[[package]]8942name = "rustc_version"8943version = "0.3.3"8944source = "registry+https://github.com/rust-lang/crates.io-index"8945checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"8946dependencies = [8947 "semver 0.11.0",8948]89498950[[package]]8971name = "rustls"8951name = "rustls"8972version = "0.18.0"8952version = "0.18.0"8973source = "registry+https://github.com/rust-lang/crates.io-index"8953source = "registry+https://github.com/rust-lang/crates.io-index"9033source = "registry+https://github.com/rust-lang/crates.io-index"9013source = "registry+https://github.com/rust-lang/crates.io-index"9034checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9014checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9035dependencies = [9015dependencies = [9036 "futures 0.3.16",9016 "futures 0.3.17",9037 "pin-project 0.4.23",9017 "pin-project 0.4.23",9038 "static_assertions",9018 "static_assertions",9039]9019]9050source = "registry+https://github.com/rust-lang/crates.io-index"9030source = "registry+https://github.com/rust-lang/crates.io-index"9051checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9031checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9052dependencies = [9032dependencies = [9053 "rustc_version",9033 "rustc_version 0.2.3",9054]9034]905590359056[[package]]9036[[package]]9057name = "salsa20"9037name = "salsa20"9058version = "0.7.2"9038version = "0.8.1"9059source = "registry+https://github.com/rust-lang/crates.io-index"9039source = "registry+https://github.com/rust-lang/crates.io-index"9060checksum = "399f290ffc409596022fce5ea5d4138184be4784f2b28c62c59f0d8389059a15"9040checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"9061dependencies = [9041dependencies = [9062 "cipher",9042 "cipher",9063]9043]9074[[package]]9054[[package]]9075name = "sc-allocator"9055name = "sc-allocator"9076version = "4.0.0-dev"9056version = "4.0.0-dev"9077source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9057source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9078dependencies = [9058dependencies = [9079 "log",9059 "log",9080 "sp-core",9060 "sp-core",9085[[package]]9065[[package]]9086name = "sc-authority-discovery"9066name = "sc-authority-discovery"9087version = "0.10.0-dev"9067version = "0.10.0-dev"9088source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9068source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9089dependencies = [9069dependencies = [9090 "async-trait",9070 "async-trait",9091 "derive_more",9071 "derive_more",9092 "either",9072 "either",9093 "futures 0.3.16",9073 "futures 0.3.17",9094 "futures-timer 3.0.2",9074 "futures-timer 3.0.2",9095 "ip_network",9075 "ip_network",9096 "libp2p",9076 "libp2p",9114[[package]]9094[[package]]9115name = "sc-basic-authorship"9095name = "sc-basic-authorship"9116version = "0.10.0-dev"9096version = "0.10.0-dev"9117source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9097source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9118dependencies = [9098dependencies = [9119 "futures 0.3.16",9099 "futures 0.3.17",9120 "futures-timer 3.0.2",9100 "futures-timer 3.0.2",9121 "log",9101 "log",9122 "parity-scale-codec",9102 "parity-scale-codec",9137[[package]]9117[[package]]9138name = "sc-block-builder"9118name = "sc-block-builder"9139version = "0.10.0-dev"9119version = "0.10.0-dev"9140source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9120source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9141dependencies = [9121dependencies = [9142 "parity-scale-codec",9122 "parity-scale-codec",9143 "sc-client-api",9123 "sc-client-api",9153[[package]]9133[[package]]9154name = "sc-chain-spec"9134name = "sc-chain-spec"9155version = "4.0.0-dev"9135version = "4.0.0-dev"9156source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9136source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9157dependencies = [9137dependencies = [9158 "impl-trait-for-tuples 0.2.1",9138 "impl-trait-for-tuples 0.2.1",9159 "parity-scale-codec",9139 "parity-scale-codec",9169[[package]]9149[[package]]9170name = "sc-chain-spec-derive"9150name = "sc-chain-spec-derive"9171version = "4.0.0-dev"9151version = "4.0.0-dev"9172source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9152source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9173dependencies = [9153dependencies = [9174 "proc-macro-crate 1.0.0",9154 "proc-macro-crate 1.0.0",9175 "proc-macro2",9155 "proc-macro2",9180[[package]]9160[[package]]9181name = "sc-cli"9161name = "sc-cli"9182version = "0.10.0-dev"9162version = "0.10.0-dev"9183source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9163source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9184dependencies = [9164dependencies = [9185 "chrono",9165 "chrono",9186 "fdlimit",9166 "fdlimit",9187 "futures 0.3.16",9167 "futures 0.3.17",9188 "hex",9168 "hex",9189 "libp2p",9169 "libp2p",9190 "log",9170 "log",9212 "structopt",9192 "structopt",9213 "thiserror",9193 "thiserror",9214 "tiny-bip39",9194 "tiny-bip39",9215 "tokio 0.2.21",9195 "tokio 0.2.25",9216]9196]921791979218[[package]]9198[[package]]9219name = "sc-client-api"9199name = "sc-client-api"9220version = "4.0.0-dev"9200version = "4.0.0-dev"9221source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9201source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9222dependencies = [9202dependencies = [9223 "derive_more",9203 "derive_more",9224 "fnv",9204 "fnv",9225 "futures 0.3.16",9205 "futures 0.3.17",9226 "hash-db",9206 "hash-db",9227 "kvdb",9207 "kvdb",9228 "lazy_static",9208 "lazy_static",9229 "log",9209 "log",9230 "parity-scale-codec",9210 "parity-scale-codec",9231 "parking_lot 0.11.1",9211 "parking_lot 0.11.2",9232 "sc-executor",9212 "sc-executor",9233 "sc-transaction-pool-api",9213 "sc-transaction-pool-api",9234 "sp-api",9214 "sp-api",9252[[package]]9232[[package]]9253name = "sc-client-db"9233name = "sc-client-db"9254version = "0.10.0-dev"9234version = "0.10.0-dev"9255source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9235source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9256dependencies = [9236dependencies = [9257 "blake2-rfc",9237 "blake2-rfc",9258 "hash-db",9238 "hash-db",9264 "parity-db",9244 "parity-db",9265 "parity-scale-codec",9245 "parity-scale-codec",9266 "parity-util-mem",9246 "parity-util-mem",9267 "parking_lot 0.11.1",9247 "parking_lot 0.11.2",9268 "sc-client-api",9248 "sc-client-api",9269 "sc-executor",9249 "sc-executor",9270 "sc-state-db",9250 "sc-state-db",9281[[package]]9261[[package]]9282name = "sc-consensus"9262name = "sc-consensus"9283version = "0.10.0-dev"9263version = "0.10.0-dev"9284source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9264source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9285dependencies = [9265dependencies = [9286 "async-trait",9266 "async-trait",9287 "futures 0.3.16",9267 "futures 0.3.17",9288 "futures-timer 3.0.2",9268 "futures-timer 3.0.2",9289 "libp2p",9269 "libp2p",9290 "log",9270 "log",9291 "parking_lot 0.11.1",9271 "parking_lot 0.11.2",9292 "sc-client-api",9272 "sc-client-api",9293 "serde",9273 "serde",9294 "sp-api",9274 "sp-api",9306[[package]]9286[[package]]9307name = "sc-consensus-aura"9287name = "sc-consensus-aura"9308version = "0.10.0-dev"9288version = "0.10.0-dev"9309source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9289source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9310dependencies = [9290dependencies = [9311 "async-trait",9291 "async-trait",9312 "derive_more",9292 "derive_more",9313 "futures 0.3.16",9293 "futures 0.3.17",9314 "futures-timer 3.0.2",9294 "futures-timer 3.0.2",9315 "log",9295 "log",9316 "parity-scale-codec",9296 "parity-scale-codec",9338[[package]]9318[[package]]9339name = "sc-consensus-babe"9319name = "sc-consensus-babe"9340version = "0.10.0-dev"9320version = "0.10.0-dev"9341source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9321source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9342dependencies = [9322dependencies = [9343 "async-trait",9323 "async-trait",9344 "derive_more",9324 "derive_more",9345 "fork-tree",9325 "fork-tree",9346 "futures 0.3.16",9326 "futures 0.3.17",9347 "futures-timer 3.0.2",9327 "futures-timer 3.0.2",9348 "log",9328 "log",9349 "merlin",9329 "merlin",9350 "num-bigint",9330 "num-bigint",9351 "num-rational 0.2.4",9331 "num-rational 0.2.4",9352 "num-traits",9332 "num-traits",9353 "parity-scale-codec",9333 "parity-scale-codec",9354 "parking_lot 0.11.1",9334 "parking_lot 0.11.2",9355 "pdqselect",9335 "pdqselect",9356 "rand 0.7.3",9336 "rand 0.7.3",9357 "retain_mut",9337 "retain_mut",9385[[package]]9365[[package]]9386name = "sc-consensus-babe-rpc"9366name = "sc-consensus-babe-rpc"9387version = "0.10.0-dev"9367version = "0.10.0-dev"9388source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9368source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9389dependencies = [9369dependencies = [9390 "derive_more",9370 "derive_more",9391 "futures 0.3.16",9371 "futures 0.3.17",9392 "jsonrpc-core 15.1.0",9372 "jsonrpc-core 15.1.0",9393 "jsonrpc-core-client 15.1.0",9373 "jsonrpc-core-client 15.1.0",9394 "jsonrpc-derive 15.1.0",9374 "jsonrpc-derive 15.1.0",9409[[package]]9389[[package]]9410name = "sc-consensus-epochs"9390name = "sc-consensus-epochs"9411version = "0.10.0-dev"9391version = "0.10.0-dev"9412source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9392source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9413dependencies = [9393dependencies = [9414 "fork-tree",9394 "fork-tree",9415 "parity-scale-codec",9395 "parity-scale-codec",9422[[package]]9402[[package]]9423name = "sc-consensus-slots"9403name = "sc-consensus-slots"9424version = "0.10.0-dev"9404version = "0.10.0-dev"9425source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9405source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9426dependencies = [9406dependencies = [9427 "async-trait",9407 "async-trait",9428 "futures 0.3.16",9408 "futures 0.3.17",9429 "futures-timer 3.0.2",9409 "futures-timer 3.0.2",9430 "impl-trait-for-tuples 0.2.1",9410 "impl-trait-for-tuples 0.2.1",9431 "log",9411 "log",9451[[package]]9431[[package]]9452name = "sc-consensus-uncles"9432name = "sc-consensus-uncles"9453version = "0.10.0-dev"9433version = "0.10.0-dev"9454source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9434source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9455dependencies = [9435dependencies = [9456 "sc-client-api",9436 "sc-client-api",9457 "sp-authorship",9437 "sp-authorship",9462[[package]]9442[[package]]9463name = "sc-executor"9443name = "sc-executor"9464version = "0.10.0-dev"9444version = "0.10.0-dev"9465source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9445source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9466dependencies = [9446dependencies = [9467 "derive_more",9447 "derive_more",9468 "lazy_static",9448 "lazy_static",9469 "libsecp256k1 0.3.5",9449 "libsecp256k1 0.6.0",9470 "log",9450 "log",9471 "parity-scale-codec",9451 "parity-scale-codec",9472 "parity-wasm 0.42.2",9452 "parity-wasm 0.42.2",9473 "parking_lot 0.11.1",9453 "parking_lot 0.11.2",9474 "sc-executor-common",9454 "sc-executor-common",9475 "sc-executor-wasmi",9455 "sc-executor-wasmi",9476 "sc-executor-wasmtime",9456 "sc-executor-wasmtime",9491[[package]]9471[[package]]9492name = "sc-executor-common"9472name = "sc-executor-common"9493version = "0.10.0-dev"9473version = "0.10.0-dev"9494source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9474source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9495dependencies = [9475dependencies = [9496 "derive_more",9476 "derive_more",9497 "parity-scale-codec",9477 "parity-scale-codec",9508[[package]]9488[[package]]9509name = "sc-executor-wasmi"9489name = "sc-executor-wasmi"9510version = "0.10.0-dev"9490version = "0.10.0-dev"9511source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9491source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9512dependencies = [9492dependencies = [9513 "log",9493 "log",9514 "parity-scale-codec",9494 "parity-scale-codec",9523[[package]]9503[[package]]9524name = "sc-executor-wasmtime"9504name = "sc-executor-wasmtime"9525version = "0.10.0-dev"9505version = "0.10.0-dev"9526source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9506source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9527dependencies = [9507dependencies = [9528 "cfg-if 1.0.0",9508 "cfg-if 1.0.0",9529 "libc",9509 "libc",9543[[package]]9523[[package]]9544name = "sc-finality-grandpa"9524name = "sc-finality-grandpa"9545version = "0.10.0-dev"9525version = "0.10.0-dev"9546source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9526source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9547dependencies = [9527dependencies = [9548 "async-trait",9528 "async-trait",9549 "derive_more",9529 "derive_more",9550 "dyn-clone",9530 "dyn-clone",9551 "finality-grandpa",9531 "finality-grandpa",9552 "fork-tree",9532 "fork-tree",9553 "futures 0.3.16",9533 "futures 0.3.17",9554 "futures-timer 3.0.2",9534 "futures-timer 3.0.2",9555 "linked-hash-map",9535 "linked-hash-map",9556 "log",9536 "log",9557 "parity-scale-codec",9537 "parity-scale-codec",9558 "parking_lot 0.11.1",9538 "parking_lot 0.11.2",9559 "pin-project 1.0.7",9539 "pin-project 1.0.7",9560 "rand 0.8.4",9540 "rand 0.8.4",9561 "sc-block-builder",9541 "sc-block-builder",9584[[package]]9564[[package]]9585name = "sc-finality-grandpa-rpc"9565name = "sc-finality-grandpa-rpc"9586version = "0.10.0-dev"9566version = "0.10.0-dev"9587source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9567source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9588dependencies = [9568dependencies = [9589 "derive_more",9569 "derive_more",9590 "finality-grandpa",9570 "finality-grandpa",9591 "futures 0.3.16",9571 "futures 0.3.17",9592 "jsonrpc-core 15.1.0",9572 "jsonrpc-core 15.1.0",9593 "jsonrpc-core-client 15.1.0",9573 "jsonrpc-core-client 15.1.0",9594 "jsonrpc-derive 15.1.0",9574 "jsonrpc-derive 15.1.0",9608[[package]]9588[[package]]9609name = "sc-informant"9589name = "sc-informant"9610version = "0.10.0-dev"9590version = "0.10.0-dev"9611source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9591source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9612dependencies = [9592dependencies = [9613 "ansi_term 0.12.1",9593 "ansi_term 0.12.1",9614 "futures 0.3.16",9594 "futures 0.3.17",9615 "futures-timer 3.0.2",9595 "futures-timer 3.0.2",9616 "log",9596 "log",9617 "parity-util-mem",9597 "parity-util-mem",9626[[package]]9606[[package]]9627name = "sc-keystore"9607name = "sc-keystore"9628version = "4.0.0-dev"9608version = "4.0.0-dev"9629source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9609source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9630dependencies = [9610dependencies = [9631 "async-trait",9611 "async-trait",9632 "derive_more",9612 "derive_more",9633 "futures 0.3.16",9613 "futures 0.3.17",9634 "futures-util",9614 "futures-util",9635 "hex",9615 "hex",9636 "merlin",9616 "merlin",9637 "parking_lot 0.11.1",9617 "parking_lot 0.11.2",9638 "rand 0.7.3",9618 "rand 0.7.3",9639 "serde_json",9619 "serde_json",9640 "sp-application-crypto",9620 "sp-application-crypto",9641 "sp-core",9621 "sp-core",9642 "sp-keystore",9622 "sp-keystore",9643 "subtle 2.2.3",9623 "subtle 2.4.1",9644]9624]964596259646[[package]]9626[[package]]9647name = "sc-light"9627name = "sc-light"9648version = "4.0.0-dev"9628version = "4.0.0-dev"9649source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9629source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9650dependencies = [9630dependencies = [9651 "hash-db",9631 "hash-db",9652 "lazy_static",9632 "lazy_static",9653 "parity-scale-codec",9633 "parity-scale-codec",9654 "parking_lot 0.11.1",9634 "parking_lot 0.11.2",9655 "sc-client-api",9635 "sc-client-api",9656 "sc-executor",9636 "sc-executor",9657 "sp-api",9637 "sp-api",9665[[package]]9645[[package]]9666name = "sc-network"9646name = "sc-network"9667version = "0.10.0-dev"9647version = "0.10.0-dev"9668source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9648source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9669dependencies = [9649dependencies = [9670 "async-std",9650 "async-std",9671 "async-trait",9651 "async-trait",9679 "erased-serde",9659 "erased-serde",9680 "fnv",9660 "fnv",9681 "fork-tree",9661 "fork-tree",9682 "futures 0.3.16",9662 "futures 0.3.17",9683 "futures-timer 3.0.2",9663 "futures-timer 3.0.2",9684 "hex",9664 "hex",9685 "ip_network",9665 "ip_network",9690 "lru",9670 "lru",9691 "nohash-hasher",9671 "nohash-hasher",9692 "parity-scale-codec",9672 "parity-scale-codec",9693 "parking_lot 0.11.1",9673 "parking_lot 0.11.2",9694 "pin-project 1.0.7",9674 "pin-project 1.0.7",9695 "prost",9675 "prost",9696 "prost-build",9676 "prost-build",9720[[package]]9700[[package]]9721name = "sc-network-gossip"9701name = "sc-network-gossip"9722version = "0.10.0-dev"9702version = "0.10.0-dev"9723source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9703source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9724dependencies = [9704dependencies = [9725 "futures 0.3.16",9705 "futures 0.3.17",9726 "futures-timer 3.0.2",9706 "futures-timer 3.0.2",9727 "libp2p",9707 "libp2p",9728 "log",9708 "log",9737[[package]]9717[[package]]9738name = "sc-offchain"9718name = "sc-offchain"9739version = "4.0.0-dev"9719version = "4.0.0-dev"9740source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9720source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9741dependencies = [9721dependencies = [9742 "bytes 0.5.6",9722 "bytes 0.5.6",9743 "fnv",9723 "fnv",9744 "futures 0.3.16",9724 "futures 0.3.17",9745 "futures-timer 3.0.2",9725 "futures-timer 3.0.2",9746 "hex",9726 "hex",9747 "hyper 0.13.9",9727 "hyper 0.13.9",9748 "hyper-rustls",9728 "hyper-rustls",9749 "log",9729 "log",9750 "num_cpus",9730 "num_cpus",9751 "parity-scale-codec",9731 "parity-scale-codec",9752 "parking_lot 0.11.1",9732 "parking_lot 0.11.2",9753 "rand 0.7.3",9733 "rand 0.7.3",9754 "sc-client-api",9734 "sc-client-api",9755 "sc-keystore",9735 "sc-keystore",9765[[package]]9745[[package]]9766name = "sc-peerset"9746name = "sc-peerset"9767version = "4.0.0-dev"9747version = "4.0.0-dev"9768source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9748source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9769dependencies = [9749dependencies = [9770 "futures 0.3.16",9750 "futures 0.3.17",9771 "libp2p",9751 "libp2p",9772 "log",9752 "log",9773 "serde_json",9753 "serde_json",9778[[package]]9758[[package]]9779name = "sc-proposer-metrics"9759name = "sc-proposer-metrics"9780version = "0.9.0"9760version = "0.9.0"9781source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9761source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9782dependencies = [9762dependencies = [9783 "log",9763 "log",9784 "substrate-prometheus-endpoint",9764 "substrate-prometheus-endpoint",9787[[package]]9767[[package]]9788name = "sc-rpc"9768name = "sc-rpc"9789version = "4.0.0-dev"9769version = "4.0.0-dev"9790source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9770source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9791dependencies = [9771dependencies = [9792 "futures 0.3.16",9772 "futures 0.3.17",9793 "hash-db",9773 "hash-db",9794 "jsonrpc-core 15.1.0",9774 "jsonrpc-core 15.1.0",9795 "jsonrpc-pubsub 15.1.0",9775 "jsonrpc-pubsub 15.1.0",9796 "log",9776 "log",9797 "parity-scale-codec",9777 "parity-scale-codec",9798 "parking_lot 0.11.1",9778 "parking_lot 0.11.2",9799 "sc-block-builder",9779 "sc-block-builder",9800 "sc-chain-spec",9780 "sc-chain-spec",9801 "sc-client-api",9781 "sc-client-api",9822[[package]]9802[[package]]9823name = "sc-rpc-api"9803name = "sc-rpc-api"9824version = "0.10.0-dev"9804version = "0.10.0-dev"9825source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9805source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9826dependencies = [9806dependencies = [9827 "derive_more",9807 "derive_more",9828 "futures 0.3.16",9808 "futures 0.3.17",9829 "jsonrpc-core 15.1.0",9809 "jsonrpc-core 15.1.0",9830 "jsonrpc-core-client 15.1.0",9810 "jsonrpc-core-client 15.1.0",9831 "jsonrpc-derive 15.1.0",9811 "jsonrpc-derive 15.1.0",9832 "jsonrpc-pubsub 15.1.0",9812 "jsonrpc-pubsub 15.1.0",9833 "log",9813 "log",9834 "parity-scale-codec",9814 "parity-scale-codec",9835 "parking_lot 0.11.1",9815 "parking_lot 0.11.2",9836 "sc-chain-spec",9816 "sc-chain-spec",9837 "sc-transaction-pool-api",9817 "sc-transaction-pool-api",9838 "serde",9818 "serde",9847[[package]]9827[[package]]9848name = "sc-rpc-server"9828name = "sc-rpc-server"9849version = "4.0.0-dev"9829version = "4.0.0-dev"9850source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9830source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9851dependencies = [9831dependencies = [9852 "futures 0.1.29",9832 "futures 0.1.29",9853 "jsonrpc-core 15.1.0",9833 "jsonrpc-core 15.1.0",9865[[package]]9845[[package]]9866name = "sc-service"9846name = "sc-service"9867version = "0.10.0-dev"9847version = "0.10.0-dev"9868source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9848source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9869dependencies = [9849dependencies = [9870 "async-trait",9850 "async-trait",9871 "directories",9851 "directories",9872 "exit-future",9852 "exit-future",9873 "futures 0.1.29",9853 "futures 0.1.29",9874 "futures 0.3.16",9854 "futures 0.3.17",9875 "futures-timer 3.0.2",9855 "futures-timer 3.0.2",9876 "hash-db",9856 "hash-db",9877 "jsonrpc-core 15.1.0",9857 "jsonrpc-core 15.1.0",9880 "log",9860 "log",9881 "parity-scale-codec",9861 "parity-scale-codec",9882 "parity-util-mem",9862 "parity-util-mem",9883 "parking_lot 0.11.1",9863 "parking_lot 0.11.2",9884 "pin-project 1.0.7",9864 "pin-project 1.0.7",9885 "rand 0.7.3",9865 "rand 0.7.3",9886 "sc-block-builder",9866 "sc-block-builder",9933[[package]]9913[[package]]9934name = "sc-state-db"9914name = "sc-state-db"9935version = "0.10.0-dev"9915version = "0.10.0-dev"9936source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9916source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9937dependencies = [9917dependencies = [9938 "log",9918 "log",9939 "parity-scale-codec",9919 "parity-scale-codec",9940 "parity-util-mem",9920 "parity-util-mem",9941 "parity-util-mem-derive",9921 "parity-util-mem-derive",9942 "parking_lot 0.11.1",9922 "parking_lot 0.11.2",9943 "sc-client-api",9923 "sc-client-api",9944 "sp-core",9924 "sp-core",9945 "thiserror",9925 "thiserror",9948[[package]]9928[[package]]9949name = "sc-sync-state-rpc"9929name = "sc-sync-state-rpc"9950version = "0.10.0-dev"9930version = "0.10.0-dev"9951source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9931source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9952dependencies = [9932dependencies = [9953 "jsonrpc-core 15.1.0",9933 "jsonrpc-core 15.1.0",9954 "jsonrpc-core-client 15.1.0",9934 "jsonrpc-core-client 15.1.0",9970[[package]]9950[[package]]9971name = "sc-telemetry"9951name = "sc-telemetry"9972version = "4.0.0-dev"9952version = "4.0.0-dev"9973source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9953source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9974dependencies = [9954dependencies = [9975 "chrono",9955 "chrono",9976 "futures 0.3.16",9956 "futures 0.3.17",9977 "libp2p",9957 "libp2p",9978 "log",9958 "log",9979 "parking_lot 0.11.1",9959 "parking_lot 0.11.2",9980 "pin-project 1.0.7",9960 "pin-project 1.0.7",9981 "rand 0.7.3",9961 "rand 0.7.3",9982 "serde",9962 "serde",9990[[package]]9970[[package]]9991name = "sc-tracing"9971name = "sc-tracing"9992version = "4.0.0-dev"9972version = "4.0.0-dev"9993source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"9973source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9994dependencies = [9974dependencies = [9995 "ansi_term 0.12.1",9975 "ansi_term 0.12.1",9996 "atty",9976 "atty",9997 "erased-serde",9977 "erased-serde",9998 "lazy_static",9978 "lazy_static",9999 "log",9979 "log",10000 "once_cell",9980 "once_cell",10001 "parking_lot 0.11.1",9981 "parking_lot 0.11.2",10002 "regex",9982 "regex",10003 "rustc-hash",9983 "rustc-hash",10004 "sc-client-api",9984 "sc-client-api",10027[[package]]10007[[package]]10028name = "sc-tracing-proc-macro"10008name = "sc-tracing-proc-macro"10029version = "4.0.0-dev"10009version = "4.0.0-dev"10030source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10010source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10031dependencies = [10011dependencies = [10032 "proc-macro-crate 1.0.0",10012 "proc-macro-crate 1.0.0",10033 "proc-macro2",10013 "proc-macro2",10038[[package]]10018[[package]]10039name = "sc-transaction-pool"10019name = "sc-transaction-pool"10040version = "4.0.0-dev"10020version = "4.0.0-dev"10041source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10021source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10042dependencies = [10022dependencies = [10043 "derive_more",10023 "derive_more",10044 "futures 0.3.16",10024 "futures 0.3.17",10045 "intervalier",10025 "intervalier",10046 "linked-hash-map",10026 "linked-hash-map",10047 "log",10027 "log",10048 "parity-scale-codec",10028 "parity-scale-codec",10049 "parity-util-mem",10029 "parity-util-mem",10050 "parking_lot 0.11.1",10030 "parking_lot 0.11.2",10051 "retain_mut",10031 "retain_mut",10052 "sc-client-api",10032 "sc-client-api",10053 "sc-transaction-pool-api",10033 "sc-transaction-pool-api",10067[[package]]10047[[package]]10068name = "sc-transaction-pool-api"10048name = "sc-transaction-pool-api"10069version = "4.0.0-dev"10049version = "4.0.0-dev"10070source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10050source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10071dependencies = [10051dependencies = [10072 "derive_more",10052 "derive_more",10073 "futures 0.3.16",10053 "futures 0.3.17",10074 "log",10054 "log",10075 "parity-scale-codec",10055 "parity-scale-codec",10076 "serde",10056 "serde",10128 "rand 0.7.3",10108 "rand 0.7.3",10129 "rand_core 0.5.1",10109 "rand_core 0.5.1",10130 "sha2 0.8.2",10110 "sha2 0.8.2",10131 "subtle 2.2.3",10111 "subtle 2.4.1",10132 "zeroize",10112 "zeroize",10133]10113]1013410114102541023410255[[package]]10235[[package]]10256name = "serde"10236name = "serde"10257version = "1.0.127"10237version = "1.0.130"10258source = "registry+https://github.com/rust-lang/crates.io-index"10238source = "registry+https://github.com/rust-lang/crates.io-index"10259checksum = "f03b9878abf6d14e6779d3f24f07b2cfa90352cfec4acc5aab8f1ac7f146fae8"10239checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"10260dependencies = [10240dependencies = [10261 "serde_derive",10241 "serde_derive",10262]10242]102631024310264[[package]]10244[[package]]10265name = "serde_derive"10245name = "serde_derive"10266version = "1.0.127"10246version = "1.0.130"10267source = "registry+https://github.com/rust-lang/crates.io-index"10247source = "registry+https://github.com/rust-lang/crates.io-index"10268checksum = "a024926d3432516606328597e0f224a51355a493b49fdd67e9209187cbe55ecc"10248checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"10269dependencies = [10249dependencies = [10270 "proc-macro2",10250 "proc-macro2",10271 "quote",10251 "quote",102741025410275[[package]]10255[[package]]10276name = "serde_json"10256name = "serde_json"10277version = "1.0.64"10257version = "1.0.68"10278source = "registry+https://github.com/rust-lang/crates.io-index"10258source = "registry+https://github.com/rust-lang/crates.io-index"10279checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"10259checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8"10280dependencies = [10260dependencies = [10281 "itoa",10261 "itoa",10282 "ryu",10262 "ryu",10303dependencies = [10283dependencies = [10304 "block-buffer 0.9.0",10284 "block-buffer 0.9.0",10305 "cfg-if 1.0.0",10285 "cfg-if 1.0.0",10306 "cpufeatures",10286 "cpufeatures 0.1.4",10307 "digest 0.9.0",10287 "digest 0.9.0",10308 "opaque-debug 0.3.0",10288 "opaque-debug 0.3.0",10309]10289]104281040810429[[package]]10409[[package]]10430name = "slot-range-helper"10410name = "slot-range-helper"10431version = "0.9.9-1"10411version = "0.9.10"10432source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"10412source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"10433dependencies = [10413dependencies = [10434 "enumn",10414 "enumn",10435 "parity-scale-codec",10415 "parity-scale-codec",104641044410465[[package]]10445[[package]]10466name = "snow"10446name = "snow"10467version = "0.7.1"10447version = "0.8.0"10468source = "registry+https://github.com/rust-lang/crates.io-index"10448source = "registry+https://github.com/rust-lang/crates.io-index"10469checksum = "32bf8474159a95551661246cda4976e89356999e3cbfef36f493dacc3fae1e8e"10449checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10470dependencies = [10450dependencies = [10471 "aes-gcm",10451 "aes-gcm",10472 "blake2",10452 "blake2",10473 "chacha20poly1305",10453 "chacha20poly1305",10474 "rand 0.7.3",10454 "rand 0.8.4",10475 "rand_core 0.5.1",10455 "rand_core 0.6.1",10476 "ring",10456 "ring",10477 "rustc_version",10457 "rustc_version 0.3.3",10478 "sha2 0.9.2",10458 "sha2 0.9.2",10479 "subtle 2.2.3",10459 "subtle 2.4.1",10480 "x25519-dalek 0.6.0",10460 "x25519-dalek",10481]10461]104821046210483[[package]]10463[[package]]10511 "base64 0.12.3",10491 "base64 0.12.3",10512 "bytes 0.5.6",10492 "bytes 0.5.6",10513 "flate2",10493 "flate2",10514 "futures 0.3.16",10494 "futures 0.3.17",10515 "httparse",10495 "httparse",10516 "log",10496 "log",10517 "rand 0.7.3",10497 "rand 0.7.3",10526dependencies = [10506dependencies = [10527 "base64 0.13.0",10507 "base64 0.13.0",10528 "bytes 1.0.1",10508 "bytes 1.0.1",10529 "futures 0.3.16",10509 "futures 0.3.17",10530 "httparse",10510 "httparse",10531 "log",10511 "log",10532 "rand 0.8.4",10512 "rand 0.8.4",10536[[package]]10516[[package]]10537name = "sp-api"10517name = "sp-api"10538version = "4.0.0-dev"10518version = "4.0.0-dev"10539source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10519source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10540dependencies = [10520dependencies = [10541 "hash-db",10521 "hash-db",10542 "log",10522 "log",10553[[package]]10533[[package]]10554name = "sp-api-proc-macro"10534name = "sp-api-proc-macro"10555version = "4.0.0-dev"10535version = "4.0.0-dev"10556source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10536source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10557dependencies = [10537dependencies = [10558 "blake2-rfc",10538 "blake2-rfc",10559 "proc-macro-crate 1.0.0",10539 "proc-macro-crate 1.0.0",10565[[package]]10545[[package]]10566name = "sp-application-crypto"10546name = "sp-application-crypto"10567version = "4.0.0-dev"10547version = "4.0.0-dev"10568source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10548source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10569dependencies = [10549dependencies = [10570 "parity-scale-codec",10550 "parity-scale-codec",10571 "serde",10551 "serde",10577[[package]]10557[[package]]10578name = "sp-arithmetic"10558name = "sp-arithmetic"10579version = "4.0.0-dev"10559version = "4.0.0-dev"10580source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10560source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10581dependencies = [10561dependencies = [10582 "integer-sqrt",10562 "integer-sqrt",10583 "num-traits",10563 "num-traits",10591[[package]]10571[[package]]10592name = "sp-authority-discovery"10572name = "sp-authority-discovery"10593version = "4.0.0-dev"10573version = "4.0.0-dev"10594source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10574source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10595dependencies = [10575dependencies = [10596 "parity-scale-codec",10576 "parity-scale-codec",10597 "sp-api",10577 "sp-api",10603[[package]]10583[[package]]10604name = "sp-authorship"10584name = "sp-authorship"10605version = "4.0.0-dev"10585version = "4.0.0-dev"10606source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10586source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10607dependencies = [10587dependencies = [10608 "async-trait",10588 "async-trait",10609 "parity-scale-codec",10589 "parity-scale-codec",10615[[package]]10595[[package]]10616name = "sp-block-builder"10596name = "sp-block-builder"10617version = "4.0.0-dev"10597version = "4.0.0-dev"10618source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10598source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10619dependencies = [10599dependencies = [10620 "parity-scale-codec",10600 "parity-scale-codec",10621 "sp-api",10601 "sp-api",10627[[package]]10607[[package]]10628name = "sp-blockchain"10608name = "sp-blockchain"10629version = "4.0.0-dev"10609version = "4.0.0-dev"10630source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10610source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10631dependencies = [10611dependencies = [10632 "futures 0.3.16",10612 "futures 0.3.17",10633 "log",10613 "log",10634 "lru",10614 "lru",10635 "parity-scale-codec",10615 "parity-scale-codec",10636 "parking_lot 0.11.1",10616 "parking_lot 0.11.2",10637 "sp-api",10617 "sp-api",10638 "sp-consensus",10618 "sp-consensus",10639 "sp-database",10619 "sp-database",10645[[package]]10625[[package]]10646name = "sp-consensus"10626name = "sp-consensus"10647version = "0.10.0-dev"10627version = "0.10.0-dev"10648source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10628source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10649dependencies = [10629dependencies = [10650 "async-trait",10630 "async-trait",10651 "futures 0.3.16",10631 "futures 0.3.17",10652 "futures-timer 3.0.2",10632 "futures-timer 3.0.2",10653 "log",10633 "log",10654 "parity-scale-codec",10634 "parity-scale-codec",10655 "parking_lot 0.11.1",10635 "parking_lot 0.11.2",10656 "serde",10636 "serde",10657 "sp-api",10637 "sp-api",10658 "sp-core",10638 "sp-core",10671[[package]]10651[[package]]10672name = "sp-consensus-aura"10652name = "sp-consensus-aura"10673version = "0.10.0-dev"10653version = "0.10.0-dev"10674source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10654source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10675dependencies = [10655dependencies = [10676 "async-trait",10656 "async-trait",10677 "parity-scale-codec",10657 "parity-scale-codec",10688[[package]]10668[[package]]10689name = "sp-consensus-babe"10669name = "sp-consensus-babe"10690version = "0.10.0-dev"10670version = "0.10.0-dev"10691source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10671source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10692dependencies = [10672dependencies = [10693 "async-trait",10673 "async-trait",10694 "merlin",10674 "merlin",10710[[package]]10690[[package]]10711name = "sp-consensus-slots"10691name = "sp-consensus-slots"10712version = "0.10.0-dev"10692version = "0.10.0-dev"10713source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10693source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10714dependencies = [10694dependencies = [10715 "parity-scale-codec",10695 "parity-scale-codec",10716 "sp-arithmetic",10696 "sp-arithmetic",10720[[package]]10700[[package]]10721name = "sp-consensus-vrf"10701name = "sp-consensus-vrf"10722version = "0.10.0-dev"10702version = "0.10.0-dev"10723source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10703source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10724dependencies = [10704dependencies = [10725 "parity-scale-codec",10705 "parity-scale-codec",10726 "schnorrkel",10706 "schnorrkel",10732[[package]]10712[[package]]10733name = "sp-core"10713name = "sp-core"10734version = "4.0.0-dev"10714version = "4.0.0-dev"10735source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10715source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10736dependencies = [10716dependencies = [10737 "base58",10717 "base58",10738 "blake2-rfc",10718 "blake2-rfc",10739 "byteorder",10719 "byteorder",10740 "dyn-clonable",10720 "dyn-clonable",10741 "ed25519-dalek",10721 "ed25519-dalek",10742 "futures 0.3.16",10722 "futures 0.3.17",10743 "hash-db",10723 "hash-db",10744 "hash256-std-hasher",10724 "hash256-std-hasher",10745 "hex",10725 "hex",10746 "impl-serde",10726 "impl-serde",10747 "lazy_static",10727 "lazy_static",10748 "libsecp256k1 0.3.5",10728 "libsecp256k1 0.6.0",10749 "log",10729 "log",10750 "merlin",10730 "merlin",10751 "num-traits",10731 "num-traits",10752 "parity-scale-codec",10732 "parity-scale-codec",10753 "parity-util-mem",10733 "parity-util-mem",10754 "parking_lot 0.11.1",10734 "parking_lot 0.11.2",10755 "primitive-types 0.10.1",10735 "primitive-types 0.10.1",10756 "rand 0.7.3",10736 "rand 0.7.3",10757 "regex",10737 "regex",10776[[package]]10756[[package]]10777name = "sp-database"10757name = "sp-database"10778version = "4.0.0-dev"10758version = "4.0.0-dev"10779source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10759source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10780dependencies = [10760dependencies = [10781 "kvdb",10761 "kvdb",10782 "parking_lot 0.11.1",10762 "parking_lot 0.11.2",10783]10763]107841076410785[[package]]10765[[package]]10786name = "sp-debug-derive"10766name = "sp-debug-derive"10787version = "3.0.0"10767version = "3.0.0"10788source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10768source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10789dependencies = [10769dependencies = [10790 "proc-macro2",10770 "proc-macro2",10791 "quote",10771 "quote",10795[[package]]10775[[package]]10796name = "sp-externalities"10776name = "sp-externalities"10797version = "0.10.0-dev"10777version = "0.10.0-dev"10798source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10778source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10799dependencies = [10779dependencies = [10800 "environmental",10780 "environmental",10801 "parity-scale-codec",10781 "parity-scale-codec",10806[[package]]10786[[package]]10807name = "sp-finality-grandpa"10787name = "sp-finality-grandpa"10808version = "4.0.0-dev"10788version = "4.0.0-dev"10809source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10789source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10810dependencies = [10790dependencies = [10811 "finality-grandpa",10791 "finality-grandpa",10812 "log",10792 "log",10823[[package]]10803[[package]]10824name = "sp-inherents"10804name = "sp-inherents"10825version = "4.0.0-dev"10805version = "4.0.0-dev"10826source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10806source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10827dependencies = [10807dependencies = [10828 "async-trait",10808 "async-trait",10829 "impl-trait-for-tuples 0.2.1",10809 "impl-trait-for-tuples 0.2.1",10837[[package]]10817[[package]]10838name = "sp-io"10818name = "sp-io"10839version = "4.0.0-dev"10819version = "4.0.0-dev"10840source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10820source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10841dependencies = [10821dependencies = [10842 "futures 0.3.16",10822 "futures 0.3.17",10843 "hash-db",10823 "hash-db",10844 "libsecp256k1 0.3.5",10824 "libsecp256k1 0.6.0",10845 "log",10825 "log",10846 "parity-scale-codec",10826 "parity-scale-codec",10847 "parking_lot 0.11.1",10827 "parking_lot 0.11.2",10848 "sp-core",10828 "sp-core",10849 "sp-externalities",10829 "sp-externalities",10850 "sp-keystore",10830 "sp-keystore",10862[[package]]10842[[package]]10863name = "sp-keyring"10843name = "sp-keyring"10864version = "4.0.0-dev"10844version = "4.0.0-dev"10865source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10845source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10866dependencies = [10846dependencies = [10867 "lazy_static",10847 "lazy_static",10868 "sp-core",10848 "sp-core",10873[[package]]10853[[package]]10874name = "sp-keystore"10854name = "sp-keystore"10875version = "0.10.0-dev"10855version = "0.10.0-dev"10876source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10856source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10877dependencies = [10857dependencies = [10878 "async-trait",10858 "async-trait",10879 "derive_more",10859 "derive_more",10880 "futures 0.3.16",10860 "futures 0.3.17",10881 "merlin",10861 "merlin",10882 "parity-scale-codec",10862 "parity-scale-codec",10883 "parking_lot 0.11.1",10863 "parking_lot 0.11.2",10884 "schnorrkel",10864 "schnorrkel",10885 "serde",10865 "serde",10886 "sp-core",10866 "sp-core",10890[[package]]10870[[package]]10891name = "sp-maybe-compressed-blob"10871name = "sp-maybe-compressed-blob"10892version = "4.0.0-dev"10872version = "4.0.0-dev"10893source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10873source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10894dependencies = [10874dependencies = [10895 "ruzstd",10875 "ruzstd",10896 "zstd",10876 "zstd",10899[[package]]10879[[package]]10900name = "sp-npos-elections"10880name = "sp-npos-elections"10901version = "4.0.0-dev"10881version = "4.0.0-dev"10902source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10882source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10903dependencies = [10883dependencies = [10904 "parity-scale-codec",10884 "parity-scale-codec",10905 "serde",10885 "serde",10906 "sp-arithmetic",10886 "sp-arithmetic",10907 "sp-core",10887 "sp-core",10908 "sp-npos-elections-compact",10888 "sp-npos-elections-solution-type",10909 "sp-std",10889 "sp-std",10910]10890]109111089110912[[package]]10892[[package]]10913name = "sp-npos-elections-compact"10893name = "sp-npos-elections-solution-type"10914version = "4.0.0-dev"10894version = "4.0.0-dev"10915source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10895source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10916dependencies = [10896dependencies = [10917 "proc-macro-crate 1.0.0",10897 "proc-macro-crate 1.0.0",10918 "proc-macro2",10898 "proc-macro2",10923[[package]]10903[[package]]10924name = "sp-offchain"10904name = "sp-offchain"10925version = "4.0.0-dev"10905version = "4.0.0-dev"10926source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10906source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10927dependencies = [10907dependencies = [10928 "sp-api",10908 "sp-api",10929 "sp-core",10909 "sp-core",10933[[package]]10913[[package]]10934name = "sp-panic-handler"10914name = "sp-panic-handler"10935version = "3.0.0"10915version = "3.0.0"10936source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10916source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10937dependencies = [10917dependencies = [10938 "backtrace",10918 "backtrace",10939]10919]109401092010941[[package]]10921[[package]]10942name = "sp-rpc"10922name = "sp-rpc"10943version = "4.0.0-dev"10923version = "4.0.0-dev"10944source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10924source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10945dependencies = [10925dependencies = [10946 "rustc-hash",10926 "rustc-hash",10947 "serde",10927 "serde",10952[[package]]10932[[package]]10953name = "sp-runtime"10933name = "sp-runtime"10954version = "4.0.0-dev"10934version = "4.0.0-dev"10955source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10935source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10956dependencies = [10936dependencies = [10957 "either",10937 "either",10958 "hash256-std-hasher",10938 "hash256-std-hasher",10973[[package]]10953[[package]]10974name = "sp-runtime-interface"10954name = "sp-runtime-interface"10975version = "4.0.0-dev"10955version = "4.0.0-dev"10976source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10956source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10977dependencies = [10957dependencies = [10978 "impl-trait-for-tuples 0.2.1",10958 "impl-trait-for-tuples 0.2.1",10979 "parity-scale-codec",10959 "parity-scale-codec",10990[[package]]10970[[package]]10991name = "sp-runtime-interface-proc-macro"10971name = "sp-runtime-interface-proc-macro"10992version = "4.0.0-dev"10972version = "4.0.0-dev"10993source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10973source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10994dependencies = [10974dependencies = [10995 "Inflector",10975 "Inflector",10996 "proc-macro-crate 1.0.0",10976 "proc-macro-crate 1.0.0",11002[[package]]10982[[package]]11003name = "sp-sandbox"10983name = "sp-sandbox"11004version = "0.10.0-dev"10984version = "0.10.0-dev"11005source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10985source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11006dependencies = [10986dependencies = [11007 "parity-scale-codec",10987 "parity-scale-codec",11008 "sp-core",10988 "sp-core",11015[[package]]10995[[package]]11016name = "sp-serializer"10996name = "sp-serializer"11017version = "3.0.0"10997version = "3.0.0"11018source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"10998source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11019dependencies = [10999dependencies = [11020 "serde",11000 "serde",11021 "serde_json",11001 "serde_json",11024[[package]]11004[[package]]11025name = "sp-session"11005name = "sp-session"11026version = "4.0.0-dev"11006version = "4.0.0-dev"11027source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"11007source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11028dependencies = [11008dependencies = [11029 "parity-scale-codec",11009 "parity-scale-codec",11030 "sp-api",11010 "sp-api",11037[[package]]11017[[package]]11038name = "sp-staking"11018name = "sp-staking"11039version = "4.0.0-dev"11019version = "4.0.0-dev"11040source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"11020source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11041dependencies = [11021dependencies = [11042 "parity-scale-codec",11022 "parity-scale-codec",11043 "sp-runtime",11023 "sp-runtime",11047[[package]]11027[[package]]11048name = "sp-state-machine"11028name = "sp-state-machine"11049version = "0.10.0-dev"11029version = "0.10.0-dev"11050source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"11030source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11051dependencies = [11031dependencies = [11052 "hash-db",11032 "hash-db",11053 "log",11033 "log",11054 "num-traits",11034 "num-traits",11055 "parity-scale-codec",11035 "parity-scale-codec",11056 "parking_lot 0.11.1",11036 "parking_lot 0.11.2",11057 "rand 0.7.3",11037 "rand 0.7.3",11058 "smallvec 1.6.1",11038 "smallvec 1.6.1",11059 "sp-core",11039 "sp-core",11070[[package]]11050[[package]]11071name = "sp-std"11051name = "sp-std"11072version = "4.0.0-dev"11052version = "4.0.0-dev"11073source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"11053source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"110741105411075[[package]]11055[[package]]11076name = "sp-storage"11056name = "sp-storage"11077version = "4.0.0-dev"11057version = "4.0.0-dev"11078source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"11058source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11079dependencies = [11059dependencies = [11080 "impl-serde",11060 "impl-serde",11081 "parity-scale-codec",11061 "parity-scale-codec",11088[[package]]11068[[package]]11089name = "sp-tasks"11069name = "sp-tasks"11090version = "4.0.0-dev"11070version = "4.0.0-dev"11091source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"11071source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11092dependencies = [11072dependencies = [11093 "log",11073 "log",11094 "sp-core",11074 "sp-core",11101[[package]]11081[[package]]11102name = "sp-timestamp"11082name = "sp-timestamp"11103version = "4.0.0-dev"11083version = "4.0.0-dev"11104source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"11084source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11105dependencies = [11085dependencies = [11106 "async-trait",11086 "async-trait",11107 "futures-timer 3.0.2",11087 "futures-timer 3.0.2",11118[[package]]11098[[package]]11119name = "sp-tracing"11099name = "sp-tracing"11120version = "4.0.0-dev"11100version = "4.0.0-dev"11121source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"11101source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11122dependencies = [11102dependencies = [11123 "erased-serde",11103 "erased-serde",11124 "log",11104 "log",11136[[package]]11116[[package]]11137name = "sp-transaction-pool"11117name = "sp-transaction-pool"11138version = "4.0.0-dev"11118version = "4.0.0-dev"11139source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"11119source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11140dependencies = [11120dependencies = [11141 "sp-api",11121 "sp-api",11142 "sp-runtime",11122 "sp-runtime",11145[[package]]11125[[package]]11146name = "sp-transaction-storage-proof"11126name = "sp-transaction-storage-proof"11147version = "4.0.0-dev"11127version = "4.0.0-dev"11148source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"11128source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11149dependencies = [11129dependencies = [11150 "async-trait",11130 "async-trait",11151 "log",11131 "log",11160[[package]]11140[[package]]11161name = "sp-trie"11141name = "sp-trie"11162version = "4.0.0-dev"11142version = "4.0.0-dev"11163source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"11143source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11164dependencies = [11144dependencies = [11165 "hash-db",11145 "hash-db",11166 "memory-db",11146 "memory-db",11174[[package]]11154[[package]]11175name = "sp-utils"11155name = "sp-utils"11176version = "4.0.0-dev"11156version = "4.0.0-dev"11177source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"11157source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11178dependencies = [11158dependencies = [11179 "futures 0.3.16",11159 "futures 0.3.17",11180 "futures-core",11160 "futures-core",11181 "futures-timer 3.0.2",11161 "futures-timer 3.0.2",11182 "lazy_static",11162 "lazy_static",11186[[package]]11166[[package]]11187name = "sp-version"11167name = "sp-version"11188version = "4.0.0-dev"11168version = "4.0.0-dev"11189source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"11169source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11190dependencies = [11170dependencies = [11191 "impl-serde",11171 "impl-serde",11192 "parity-scale-codec",11172 "parity-scale-codec",11201[[package]]11181[[package]]11202name = "sp-version-proc-macro"11182name = "sp-version-proc-macro"11203version = "4.0.0-dev"11183version = "4.0.0-dev"11204source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"11184source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11205dependencies = [11185dependencies = [11206 "parity-scale-codec",11186 "parity-scale-codec",11207 "proc-macro-crate 1.0.0",11187 "proc-macro-crate 1.0.0",11213[[package]]11193[[package]]11214name = "sp-wasm-interface"11194name = "sp-wasm-interface"11215version = "4.0.0-dev"11195version = "4.0.0-dev"11216source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"11196source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11217dependencies = [11197dependencies = [11218 "impl-trait-for-tuples 0.2.1",11198 "impl-trait-for-tuples 0.2.1",11219 "parity-scale-codec",11199 "parity-scale-codec",11247dependencies = [11227dependencies = [11248 "cfg_aliases",11228 "cfg_aliases",11249 "libc",11229 "libc",11250 "parking_lot 0.11.1",11230 "parking_lot 0.11.2",11251 "static_init_macro",11231 "static_init_macro",11252]11232]112531123311278]11258]112791125911280[[package]]11260[[package]]11281name = "stream-cipher"11282version = "0.4.1"11283source = "registry+https://github.com/rust-lang/crates.io-index"11284checksum = "09f8ed9974042b8c3672ff3030a69fcc03b74c47c3d1ecb7755e8a3626011e88"11285dependencies = [11286 "generic-array 0.14.4",11287]1128811289[[package]]11290name = "string"11261name = "string"11291version = "0.2.1"11262version = "0.2.1"11292source = "registry+https://github.com/rust-lang/crates.io-index"11263source = "registry+https://github.com/rust-lang/crates.io-index"113091128011310[[package]]11281[[package]]11311name = "structopt"11282name = "structopt"11312version = "0.3.22"11283version = "0.3.23"11313source = "registry+https://github.com/rust-lang/crates.io-index"11284source = "registry+https://github.com/rust-lang/crates.io-index"11314checksum = "69b041cdcb67226aca307e6e7be44c8806423d83e018bd662360a93dabce4d71"11285checksum = "bf9d950ef167e25e0bdb073cf1d68e9ad2795ac826f2f3f59647817cf23c0bfa"11315dependencies = [11286dependencies = [11316 "clap",11287 "clap",11317 "lazy_static",11288 "lazy_static",113201129111321[[package]]11292[[package]]11322name = "structopt-derive"11293name = "structopt-derive"11323version = "0.4.15"11294version = "0.4.16"11324source = "registry+https://github.com/rust-lang/crates.io-index"11295source = "registry+https://github.com/rust-lang/crates.io-index"11325checksum = "7813934aecf5f51a54775e00068c237de98489463968231a51746bbbc03f9c10"11296checksum = "134d838a2c9943ac3125cf6df165eda53493451b719f3255b2a26b85f772d0ba"11326dependencies = [11297dependencies = [11327 "heck",11298 "heck",11328 "proc-macro-error 1.0.4",11299 "proc-macro-error 1.0.4",11368[[package]]11339[[package]]11369name = "substrate-build-script-utils"11340name = "substrate-build-script-utils"11370version = "3.0.0"11341version = "3.0.0"11371source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"11342source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11372dependencies = [11343dependencies = [11373 "platforms",11344 "platforms",11374]11345]113751134611376[[package]]11347[[package]]11377name = "substrate-frame-rpc-system"11348name = "substrate-frame-rpc-system"11378version = "4.0.0-dev"11349version = "4.0.0-dev"11379source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"11350source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11380dependencies = [11351dependencies = [11381 "frame-system-rpc-runtime-api",11352 "frame-system-rpc-runtime-api",11382 "futures 0.3.16",11353 "futures 0.3.17",11383 "jsonrpc-core 15.1.0",11354 "jsonrpc-core 15.1.0",11384 "jsonrpc-core-client 15.1.0",11355 "jsonrpc-core-client 15.1.0",11385 "jsonrpc-derive 15.1.0",11356 "jsonrpc-derive 15.1.0",11399[[package]]11370[[package]]11400name = "substrate-prometheus-endpoint"11371name = "substrate-prometheus-endpoint"11401version = "0.9.0"11372version = "0.9.0"11402source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"11373source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11403dependencies = [11374dependencies = [11404 "async-std",11375 "async-std",11405 "derive_more",11376 "derive_more",11406 "futures-util",11377 "futures-util",11407 "hyper 0.13.9",11378 "hyper 0.13.9",11408 "log",11379 "log",11409 "prometheus",11380 "prometheus",11410 "tokio 0.2.21",11381 "tokio 0.2.25",11411]11382]114121138311413[[package]]11384[[package]]11414name = "substrate-test-client"11385name = "substrate-test-client"11415version = "2.0.1"11386version = "2.0.1"11416source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"11387source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11417dependencies = [11388dependencies = [11418 "async-trait",11389 "async-trait",11419 "futures 0.1.29",11390 "futures 0.1.29",11420 "futures 0.3.16",11391 "futures 0.3.17",11421 "hash-db",11392 "hash-db",11422 "hex",11393 "hex",11423 "parity-scale-codec",11394 "parity-scale-codec",11442[[package]]11413[[package]]11443name = "substrate-test-utils"11414name = "substrate-test-utils"11444version = "4.0.0-dev"11415version = "4.0.0-dev"11445source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"11416source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11446dependencies = [11417dependencies = [11447 "futures 0.3.16",11418 "futures 0.3.17",11448 "substrate-test-utils-derive",11419 "substrate-test-utils-derive",11449 "tokio 0.2.21",11420 "tokio 0.2.25",11450]11421]114511142211452[[package]]11423[[package]]11453name = "substrate-test-utils-derive"11424name = "substrate-test-utils-derive"11454version = "0.10.0-dev"11425version = "0.10.0-dev"11455source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"11426source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11456dependencies = [11427dependencies = [11457 "proc-macro-crate 1.0.0",11428 "proc-macro-crate 1.0.0",11458 "quote",11429 "quote",114611143211462[[package]]11433[[package]]11463name = "substrate-wasm-builder"11434name = "substrate-wasm-builder"11464version = "4.0.0"11465source = "registry+https://github.com/rust-lang/crates.io-index"11466checksum = "93a3d51ad6abbc408b03ea962062bfcc959b438a318d7d4bedd181e1effd0610"11467dependencies = [11468 "ansi_term 0.12.1",11469 "atty",11470 "build-helper",11471 "cargo_metadata 0.12.3",11472 "tempfile",11473 "toml",11474 "walkdir",11475 "wasm-gc-api",11476]1147711478[[package]]11479name = "substrate-wasm-builder"11480version = "5.0.0-dev"11435version = "5.0.0-dev"11481source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"11436source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11482dependencies = [11437dependencies = [11483 "ansi_term 0.12.1",11438 "ansi_term 0.12.1",11484 "atty",11439 "atty",11485 "build-helper",11440 "build-helper",11486 "cargo_metadata 0.13.1",11441 "cargo_metadata",11487 "sp-maybe-compressed-blob",11442 "sp-maybe-compressed-blob",11488 "tempfile",11443 "tempfile",11489 "toml",11444 "toml",114991145411500[[package]]11455[[package]]11501name = "subtle"11456name = "subtle"11502version = "2.2.3"11457version = "2.4.1"11503source = "registry+https://github.com/rust-lang/crates.io-index"11458source = "registry+https://github.com/rust-lang/crates.io-index"11504checksum = "502d53007c02d7605a05df1c1a73ee436952781653da5d0bf57ad608f66932c1"11459checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"115051146011506[[package]]11461[[package]]11507name = "syn"11462name = "syn"11564 "cfg-if 1.0.0",11519 "cfg-if 1.0.0",11565 "libc",11520 "libc",11566 "rand 0.8.4",11521 "rand 0.8.4",11567 "redox_syscall 0.2.4",11522 "redox_syscall 0.2.10",11568 "remove_dir_all",11523 "remove_dir_all",11569 "winapi 0.3.9",11524 "winapi 0.3.9",11570]11525]117221167711723[[package]]11678[[package]]11724name = "tokio"11679name = "tokio"11725version = "0.2.21"11680version = "0.2.25"11726source = "registry+https://github.com/rust-lang/crates.io-index"11681source = "registry+https://github.com/rust-lang/crates.io-index"11727checksum = "d099fa27b9702bed751524694adbe393e18b36b204da91eb1cbbbbb4a5ee2d58"11682checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"11728dependencies = [11683dependencies = [11729 "bytes 0.5.6",11684 "bytes 0.5.6",11730 "fnv",11685 "fnv",118191177411820[[package]]11775[[package]]11821name = "tokio-macros"11776name = "tokio-macros"11822version = "0.2.5"11777version = "0.2.6"11823source = "registry+https://github.com/rust-lang/crates.io-index"11778source = "registry+https://github.com/rust-lang/crates.io-index"11824checksum = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389"11779checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"11825dependencies = [11780dependencies = [11826 "proc-macro2",11781 "proc-macro2",11827 "quote",11782 "quote",11868dependencies = [11823dependencies = [11869 "futures-core",11824 "futures-core",11870 "rustls 0.18.0",11825 "rustls 0.18.0",11871 "tokio 0.2.21",11826 "tokio 0.2.25",11872 "webpki",11827 "webpki",11873]11828]118741182911880dependencies = [11835dependencies = [11881 "futures-core",11836 "futures-core",11882 "rustls 0.19.1",11837 "rustls 0.19.1",11883 "tokio 0.2.21",11838 "tokio 0.2.25",11884 "webpki",11839 "webpki",11885]11840]118861184111991 "futures-sink",11946 "futures-sink",11992 "log",11947 "log",11993 "pin-project-lite 0.1.7",11948 "pin-project-lite 0.1.7",11994 "tokio 0.2.21",11949 "tokio 0.2.25",11995]11950]119961195111997[[package]]11952[[package]]12102checksum = "9eac131e334e81b6b3be07399482042838adcd7957aa0010231d0813e39e02fa"12057checksum = "9eac131e334e81b6b3be07399482042838adcd7957aa0010231d0813e39e02fa"12103dependencies = [12058dependencies = [12104 "hash-db",12059 "hash-db",12105 "hashbrown 0.11.2",12060 "hashbrown",12106 "log",12061 "log",12107 "rustc-hex",12062 "rustc-hex",12108 "smallvec 1.6.1",12063 "smallvec 1.6.1",12163 "lazy_static",12118 "lazy_static",12164 "log",12119 "log",12165 "lru-cache",12120 "lru-cache",12166 "parking_lot 0.11.1",12121 "parking_lot 0.11.2",12167 "resolv-conf",12122 "resolv-conf",12168 "smallvec 1.6.1",12123 "smallvec 1.6.1",12169 "thiserror",12124 "thiserror",12179[[package]]12134[[package]]12180name = "try-runtime-cli"12135name = "try-runtime-cli"12181version = "0.10.0-dev"12136version = "0.10.0-dev"12182source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"12137source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"12183dependencies = [12138dependencies = [12184 "frame-try-runtime",12139 "frame-try-runtime",12185 "log",12140 "log",12288checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402"12243checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402"12289dependencies = [12244dependencies = [12290 "generic-array 0.14.4",12245 "generic-array 0.14.4",12291 "subtle 2.2.3",12246 "subtle 2.4.1",12292]12247]122931224812294[[package]]12249[[package]]12529source = "registry+https://github.com/rust-lang/crates.io-index"12484source = "registry+https://github.com/rust-lang/crates.io-index"12530checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12485checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12531dependencies = [12486dependencies = [12532 "futures 0.3.16",12487 "futures 0.3.17",12533 "js-sys",12488 "js-sys",12534 "parking_lot 0.11.1",12489 "parking_lot 0.11.2",12535 "pin-utils",12490 "pin-utils",12536 "wasm-bindgen",12491 "wasm-bindgen",12537 "wasm-bindgen-futures",12492 "wasm-bindgen-futures",127971275212798[[package]]12753[[package]]12799name = "westend-runtime"12754name = "westend-runtime"12800version = "0.9.9-1"12755version = "0.9.10"12801source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"12756source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"12802dependencies = [12757dependencies = [12803 "beefy-primitives",12758 "beefy-primitives",12804 "bitvec 0.20.1",12759 "bitvec 0.20.1",12871 "sp-transaction-pool",12826 "sp-transaction-pool",12872 "sp-version",12827 "sp-version",12873 "static_assertions",12828 "static_assertions",12874 "substrate-wasm-builder 5.0.0-dev",12829 "substrate-wasm-builder",12875 "xcm",12830 "xcm",12876 "xcm-builder",12831 "xcm-builder",12877 "xcm-executor",12832 "xcm-executor",129631291812964[[package]]12919[[package]]12965name = "x25519-dalek"12920name = "x25519-dalek"12966version = "0.6.0"12967source = "registry+https://github.com/rust-lang/crates.io-index"12968checksum = "637ff90c9540fa3073bb577e65033069e4bae7c79d49d74aa3ffdf5342a53217"12969dependencies = [12970 "curve25519-dalek 2.1.0",12971 "rand_core 0.5.1",12972 "zeroize",12973]1297412975[[package]]12976name = "x25519-dalek"12977version = "1.1.0"12921version = "1.1.0"12978source = "registry+https://github.com/rust-lang/crates.io-index"12922source = "registry+https://github.com/rust-lang/crates.io-index"12979checksum = "bc614d95359fd7afc321b66d2107ede58b246b844cf5d8a0adcca413e439f088"12923checksum = "bc614d95359fd7afc321b66d2107ede58b246b844cf5d8a0adcca413e439f088"129851292912986[[package]]12930[[package]]12987name = "xcm"12931name = "xcm"12988version = "0.9.9-1"12932version = "0.9.10"12989source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"12933source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"12990dependencies = [12934dependencies = [12991 "derivative",12935 "derivative",12992 "impl-trait-for-tuples 0.2.1",12936 "impl-trait-for-tuples 0.2.1",12993 "log",12937 "log",12994 "parity-scale-codec",12938 "parity-scale-codec",12939 "xcm-procedural",12995]12940]129961294112997[[package]]12942[[package]]12998name = "xcm-builder"12943name = "xcm-builder"12999version = "0.9.9-1"12944version = "0.9.10"13000source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"12945source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"13001dependencies = [12946dependencies = [13002 "frame-support",12947 "frame-support",13003 "frame-system",12948 "frame-system",130151296013016[[package]]12961[[package]]13017name = "xcm-executor"12962name = "xcm-executor"13018version = "0.9.9-1"12963version = "0.9.10"13019source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"12964source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"13020dependencies = [12965dependencies = [13021 "frame-support",12966 "frame-support",13022 "impl-trait-for-tuples 0.2.1",12967 "impl-trait-for-tuples 0.2.1",13028 "sp-runtime",12973 "sp-runtime",13029 "sp-std",12974 "sp-std",13030 "xcm",12975 "xcm",12976]1297712978[[package]]12979name = "xcm-procedural"12980version = "0.1.0"12981source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"12982dependencies = [12983 "proc-macro2",12984 "quote",12985 "syn",13031]12986]130321298713033[[package]]12988[[package]]13036source = "registry+https://github.com/rust-lang/crates.io-index"12991source = "registry+https://github.com/rust-lang/crates.io-index"13037checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"12992checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"13038dependencies = [12993dependencies = [13039 "futures 0.3.16",12994 "futures 0.3.17",13040 "log",12995 "log",13041 "nohash-hasher",12996 "nohash-hasher",13042 "parking_lot 0.11.1",12997 "parking_lot 0.11.2",13043 "rand 0.8.4",12998 "rand 0.8.4",13044 "static_assertions",12999 "static_assertions",13045]13000]Dockerfile-parachaindiffbeforeafterbothno changes
Dockerfile-testnetdiffbeforeafterbothno changes
Dockerfile-testsdiffbeforeafterboth1# ===== Integration Tests ======1# ===== Integration Tests ======22334FROM ubuntu:18.044FROM ubuntu:20.045LABEL maintainer="UniqueNetwork.io"5LABEL maintainer="UniqueNetwork.io"667RUN apt-get -y update; apt-get -y upgrade; apt-get -y install curl7RUN apt -y update; apt -y upgrade; apt -y install curl889910RUN mkdir nft_parachain10RUN mkdir nft_parachain18 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash && \18 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash && \19 export NVM_DIR="$HOME/.nvm" && \19 export NVM_DIR="$HOME/.nvm" && \20 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \20 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \21 nvm install v15.0.1 && \21 nvm install v15.5.0 && \22 nvm use v15.0.1 && \22 nvm use v15.5.0 && \23 npm install --save @polkadot/api && \ 23 npm install --save @polkadot/api && \ 24 npm install --save-dev mochawesome24 npm install --save-dev mochawesome252526CMD sleep 602726CMD export NVM_DIR="$HOME/.nvm" && \28CMD export NVM_DIR="$HOME/.nvm" && \27 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \29 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \28 cd tests && \30 cd tests && \29 npm install --global yarn && \ 31 npm install --global yarn && \ 30 yarn add mochawesome && \32 yarn add mochawesome && \31 yarn install && \33 yarn install && \32 yarn test --reporter mochawesome34 sleep 120 && \33 # yarn test35 NOW=$(date +%s) && yarn test --reporter mochawesome --reporter-options reportFilename=test-${NOW}3436ci_node.shdiffbeforeafterbothno changes
deploy-testnet.shdiffbeforeafterbothno changes
deploy/dev/host_vars/chain-specs/nft-rococo-local-v0.9.10-source.jsondiffbeforeafterbothno changes
deploy/dev/host_vars/chain-specs/rococo-local-v0.9.10-source.jsondiffbeforeafterbothno changes
deploy/dev/host_vars/services/parachain-rococo-alice.servicediffbeforeafterboth8 --force-authoring \8 --force-authoring \9 --base-path /var/local/nft-parachain/rococo/alice \9 --base-path /var/local/nft-parachain/rococo/alice \10# --parachain-id 2000 \10# --parachain-id 2000 \11 --chain /opt/usetech/chain-specs/nft-rococo-local-v0.9.9.json \11 --chain /opt/usetech/chain-specs/nft-rococo-local.json \12 --node-key-file /opt/usetech/keys/nft-rococo-alice-node-key \12 --node-key-file /opt/usetech/keys/nft-rococo-alice-node-key \13 --port 40330 \13 --port 40330 \14 --rpc-port 9933 \14 --rpc-port 9933 \26 /ip4/127.0.0.1/tcp/40335/p2p/12D3KooWNASZWo1RJacaiaB7XLZDKnKkYxK8deQx7cwoqAH3GCYq \26 /ip4/127.0.0.1/tcp/40335/p2p/12D3KooWNASZWo1RJacaiaB7XLZDKnKkYxK8deQx7cwoqAH3GCYq \27 /ip4/127.0.0.1/tcp/40336/p2p/12D3KooWBBoQSsMQkDurje3WdjRAbCReGCXrytJp81TjkSnVk5pz \27 /ip4/127.0.0.1/tcp/40336/p2p/12D3KooWBBoQSsMQkDurje3WdjRAbCReGCXrytJp81TjkSnVk5pz \28 -- --execution wasm \28 -- --execution wasm \29 --chain /opt/parity/chain-specs/rococo-local-v0.9.9.json \29 --chain /opt/parity/chain-specs/rococo-local.json \30 --port 31200 \30 --port 31200 \31 --rpc-port 9743 \31 --rpc-port 9743 \32 --ws-port 9744 \32 --ws-port 9744 \deploy/dev/host_vars/services/parachain-rococo-bob.servicediffbeforeafterboth8 --force-authoring \8 --force-authoring \9 --base-path /var/local/nft-parachain/rococo/bob \9 --base-path /var/local/nft-parachain/rococo/bob \10# --parachain-id 2000 \10# --parachain-id 2000 \11 --chain /opt/usetech/chain-specs/nft-rococo-local-v0.9.9.json \11 --chain /opt/usetech/chain-specs/nft-rococo-local.json \12 --node-key-file /opt/usetech/keys/nft-rococo-bob-node-key \12 --node-key-file /opt/usetech/keys/nft-rococo-bob-node-key \13 --port 40331 \13 --port 40331 \14 --rpc-port 9953 \14 --rpc-port 9953 \25 /ip4/127.0.0.1/tcp/40335/p2p/12D3KooWNASZWo1RJacaiaB7XLZDKnKkYxK8deQx7cwoqAH3GCYq \25 /ip4/127.0.0.1/tcp/40335/p2p/12D3KooWNASZWo1RJacaiaB7XLZDKnKkYxK8deQx7cwoqAH3GCYq \26 /ip4/127.0.0.1/tcp/40336/p2p/12D3KooWBBoQSsMQkDurje3WdjRAbCReGCXrytJp81TjkSnVk5pz \26 /ip4/127.0.0.1/tcp/40336/p2p/12D3KooWBBoQSsMQkDurje3WdjRAbCReGCXrytJp81TjkSnVk5pz \27 -- --execution wasm \27 -- --execution wasm \28 --chain /opt/parity/chain-specs/rococo-local-v0.9.9.json \28 --chain /opt/parity/chain-specs/rococo-local.json \29 --port 31201 \29 --port 31201 \30 --rpc-port 9753 \30 --rpc-port 9753 \31 --ws-port 9754 \31 --ws-port 9754 \deploy/dev/host_vars/services/parachain-rococo-charlie.servicediffbeforeafterboth8 --force-authoring \8 --force-authoring \9 --base-path /var/local/nft-parachain/rococo/charlie \9 --base-path /var/local/nft-parachain/rococo/charlie \10# --parachain-id 2000 \10# --parachain-id 2000 \11 --chain /opt/usetech/chain-specs/nft-rococo-local-v0.9.9.json \11 --chain /opt/usetech/chain-specs/nft-rococo-local.json \12 --node-key-file /opt/usetech/keys/nft-rococo-charlie-node-key \12 --node-key-file /opt/usetech/keys/nft-rococo-charlie-node-key \13 --port 40332 \13 --port 40332 \14 --rpc-port 9963 \14 --rpc-port 9963 \25 /ip4/127.0.0.1/tcp/40335/p2p/12D3KooWNASZWo1RJacaiaB7XLZDKnKkYxK8deQx7cwoqAH3GCYq \25 /ip4/127.0.0.1/tcp/40335/p2p/12D3KooWNASZWo1RJacaiaB7XLZDKnKkYxK8deQx7cwoqAH3GCYq \26 /ip4/127.0.0.1/tcp/40336/p2p/12D3KooWBBoQSsMQkDurje3WdjRAbCReGCXrytJp81TjkSnVk5pz \26 /ip4/127.0.0.1/tcp/40336/p2p/12D3KooWBBoQSsMQkDurje3WdjRAbCReGCXrytJp81TjkSnVk5pz \27 -- --execution wasm \27 -- --execution wasm \28 --chain /opt/parity/chain-specs/rococo-local-v0.9.9.json \28 --chain /opt/parity/chain-specs/rococo-local.json \29 --port 31202 \29 --port 31202 \30 --rpc-port 9763 \30 --rpc-port 9763 \31 --ws-port 9764 \31 --ws-port 9764 \deploy/dev/host_vars/services/parachain-rococo-dave.servicediffbeforeafterboth8 --force-authoring \8 --force-authoring \9 --base-path /var/local/nft-parachain/rococo/dave \9 --base-path /var/local/nft-parachain/rococo/dave \10# --parachain-id 2000 \10# --parachain-id 2000 \11 --chain /opt/usetech/chain-specs/nft-rococo-local-v0.9.9.json \11 --chain /opt/usetech/chain-specs/nft-rococo-local.json \12 --node-key-file /opt/usetech/keys/nft-rococo-dave-node-key \12 --node-key-file /opt/usetech/keys/nft-rococo-dave-node-key \13 --port 40333 \13 --port 40333 \14 --rpc-port 9973 \14 --rpc-port 9973 \25 /ip4/127.0.0.1/tcp/40335/p2p/12D3KooWNASZWo1RJacaiaB7XLZDKnKkYxK8deQx7cwoqAH3GCYq \25 /ip4/127.0.0.1/tcp/40335/p2p/12D3KooWNASZWo1RJacaiaB7XLZDKnKkYxK8deQx7cwoqAH3GCYq \26 /ip4/127.0.0.1/tcp/40336/p2p/12D3KooWBBoQSsMQkDurje3WdjRAbCReGCXrytJp81TjkSnVk5pz \26 /ip4/127.0.0.1/tcp/40336/p2p/12D3KooWBBoQSsMQkDurje3WdjRAbCReGCXrytJp81TjkSnVk5pz \27 -- --execution wasm \27 -- --execution wasm \28 --chain /opt/parity/chain-specs/rococo-local-v0.9.9.json \28 --chain /opt/parity/chain-specs/rococo-local.json \29 --port 31203 \29 --port 31203 \30 --rpc-port 9773 \30 --rpc-port 9773 \31 --ws-port 9774 \31 --ws-port 9774 \deploy/dev/host_vars/services/parachain-rococo-eve.servicediffbeforeafterboth8 --force-authoring \8 --force-authoring \9 --base-path /var/local/nft-parachain/rococo/eve \9 --base-path /var/local/nft-parachain/rococo/eve \10# --parachain-id 2000 \10# --parachain-id 2000 \11 --chain /opt/usetech/chain-specs/nft-rococo-local-v0.9.9.json \11 --chain /opt/usetech/chain-specs/nft-rococo-local.json \12 --node-key-file /opt/usetech/keys/nft-rococo-eve-node-key \12 --node-key-file /opt/usetech/keys/nft-rococo-eve-node-key \13 --port 40334 \13 --port 40334 \14 --rpc-port 9983 \14 --rpc-port 9983 \25 /ip4/127.0.0.1/tcp/40335/p2p/12D3KooWNASZWo1RJacaiaB7XLZDKnKkYxK8deQx7cwoqAH3GCYq \25 /ip4/127.0.0.1/tcp/40335/p2p/12D3KooWNASZWo1RJacaiaB7XLZDKnKkYxK8deQx7cwoqAH3GCYq \26 /ip4/127.0.0.1/tcp/40336/p2p/12D3KooWBBoQSsMQkDurje3WdjRAbCReGCXrytJp81TjkSnVk5pz \26 /ip4/127.0.0.1/tcp/40336/p2p/12D3KooWBBoQSsMQkDurje3WdjRAbCReGCXrytJp81TjkSnVk5pz \27 -- --execution wasm \27 -- --execution wasm \28 --chain /opt/parity/chain-specs/rococo-local-v0.9.9.json \28 --chain /opt/parity/chain-specs/rococo-local.json \29 --port 31204 \29 --port 31204 \30 --rpc-port 9783 \30 --rpc-port 9783 \31 --ws-port 9784 \31 --ws-port 9784 \deploy/dev/host_vars/services/parachain-rococo-ferdie.servicediffbeforeafterboth8 --force-authoring \8 --force-authoring \9 --base-path /var/local/nft-parachain/rococo/ferdie \9 --base-path /var/local/nft-parachain/rococo/ferdie \10# --parachain-id 2000 \10# --parachain-id 2000 \11 --chain /opt/usetech/chain-specs/nft-rococo-local-v0.9.9.json \11 --chain /opt/usetech/chain-specs/nft-rococo-local.json \12 --node-key-file /opt/usetech/keys/nft-rococo-ferdie-node-key \12 --node-key-file /opt/usetech/keys/nft-rococo-ferdie-node-key \13 --port 40335 \13 --port 40335 \14 --rpc-port 9993 \14 --rpc-port 9993 \25 /ip4/127.0.0.1/tcp/40334/p2p/12D3KooWLHqtH7BUBby4mf8hgYXALggZqwRkLMUyRAoCkf1vyoD7 \25 /ip4/127.0.0.1/tcp/40334/p2p/12D3KooWLHqtH7BUBby4mf8hgYXALggZqwRkLMUyRAoCkf1vyoD7 \26 /ip4/127.0.0.1/tcp/40336/p2p/12D3KooWBBoQSsMQkDurje3WdjRAbCReGCXrytJp81TjkSnVk5pz \26 /ip4/127.0.0.1/tcp/40336/p2p/12D3KooWBBoQSsMQkDurje3WdjRAbCReGCXrytJp81TjkSnVk5pz \27 -- --execution wasm \27 -- --execution wasm \28 --chain /opt/parity/chain-specs/rococo-local-v0.9.9.json \28 --chain /opt/parity/chain-specs/rococo-local.json \29 --port 31205 \29 --port 31205 \30 --rpc-port 9793 \30 --rpc-port 9793 \31 --ws-port 9794 \31 --ws-port 9794 \deploy/dev/host_vars/services/parachain-rococo-greg.servicediffbeforeafterboth8 --force-authoring \8 --force-authoring \9 --base-path /var/local/nft-parachain/rococo/greg \9 --base-path /var/local/nft-parachain/rococo/greg \10# --parachain-id 2000 \10# --parachain-id 2000 \11 --chain /opt/usetech/chain-specs/nft-rococo-local-v0.9.9.json \11 --chain /opt/usetech/chain-specs/nft-rococo-local.json \12 --node-key-file /opt/usetech/keys/nft-rococo-greg-node-key \12 --node-key-file /opt/usetech/keys/nft-rococo-greg-node-key \13 --port 40336 \13 --port 40336 \14 --rpc-port 9903 \14 --rpc-port 9903 \25 /ip4/127.0.0.1/tcp/40334/p2p/12D3KooWLHqtH7BUBby4mf8hgYXALggZqwRkLMUyRAoCkf1vyoD7 \25 /ip4/127.0.0.1/tcp/40334/p2p/12D3KooWLHqtH7BUBby4mf8hgYXALggZqwRkLMUyRAoCkf1vyoD7 \26 /ip4/127.0.0.1/tcp/40335/p2p/12D3KooWNASZWo1RJacaiaB7XLZDKnKkYxK8deQx7cwoqAH3GCYq \26 /ip4/127.0.0.1/tcp/40335/p2p/12D3KooWNASZWo1RJacaiaB7XLZDKnKkYxK8deQx7cwoqAH3GCYq \27 -- --execution wasm \27 -- --execution wasm \28 --chain /opt/parity/chain-specs/rococo-local-v0.9.9.json \28 --chain /opt/parity/chain-specs/rococo-local.json \29 --port 31206 \29 --port 31206 \30 --rpc-port 9703 \30 --rpc-port 9703 \31 --ws-port 9704 \31 --ws-port 9704 \deploy/dev/host_vars/services/relay-rococo-alice.servicediffbeforeafterboth6 --alice \6 --alice \7 --validator \7 --validator \8 --base-path /var/local/rococo/alice \8 --base-path /var/local/rococo/alice \9 --chain /opt/parity/chain-specs/rococo-local-v0.9.9.json \9 --chain /opt/parity/chain-specs/rococo-local.json \10 --node-key-file /opt/parity/keys/relay-rococo-alice-node-key \10 --node-key-file /opt/parity/keys/relay-rococo-alice-node-key \11 --execution Wasm \11 --execution Wasm \12 --no-prometheus \12 --no-prometheus \deploy/dev/host_vars/services/relay-rococo-bob.servicediffbeforeafterboth6 --bob \6 --bob \7 --validator \7 --validator \8 --base-path /var/local/rococo/bob \8 --base-path /var/local/rococo/bob \9 --chain /opt/parity/chain-specs/rococo-local-v0.9.9.json \9 --chain /opt/parity/chain-specs/rococo-local.json \10 --node-key-file /opt/parity/keys/relay-rococo-bob-node-key \10 --node-key-file /opt/parity/keys/relay-rococo-bob-node-key \11 --execution Wasm \11 --execution Wasm \12 --no-prometheus \12 --no-prometheus \deploy/dev/host_vars/services/relay-rococo-charlie.servicediffbeforeafterboth6 --charlie \6 --charlie \7 --validator \7 --validator \8 --base-path /var/local/rococo/charlie \8 --base-path /var/local/rococo/charlie \9 --chain /opt/parity/chain-specs/rococo-local-v0.9.9.json \9 --chain /opt/parity/chain-specs/rococo-local.json \10 --node-key-file /opt/parity/keys/relay-rococo-charlie-node-key \10 --node-key-file /opt/parity/keys/relay-rococo-charlie-node-key \11 --execution Wasm \11 --execution Wasm \12 --no-prometheus \12 --no-prometheus \deploy/dev/host_vars/services/relay-rococo-dave.servicediffbeforeafterboth6 --dave \6 --dave \7 --validator \7 --validator \8 --base-path /var/local/rococo/dave \8 --base-path /var/local/rococo/dave \9 --chain /opt/parity/chain-specs/rococo-local-v0.9.9.json \9 --chain /opt/parity/chain-specs/rococo-local.json \10 --node-key-file /opt/parity/keys/relay-rococo-dave-node-key \10 --node-key-file /opt/parity/keys/relay-rococo-dave-node-key \11 --execution Wasm \11 --execution Wasm \12 --no-prometheus \12 --no-prometheus \deploy/dev/host_vars/services/relay-rococo-eve.servicediffbeforeafterboth6 --eve \6 --eve \7 --validator \7 --validator \8 --base-path /var/local/rococo/eve \8 --base-path /var/local/rococo/eve \9 --chain /opt/parity/chain-specs/rococo-local-v0.9.9.json \9 --chain /opt/parity/chain-specs/rococo-local.json \10 --node-key-file /opt/parity/keys/relay-rococo-eve-node-key \10 --node-key-file /opt/parity/keys/relay-rococo-eve-node-key \11 --execution Wasm \11 --execution Wasm \12 --no-prometheus \12 --no-prometheus \deploy/dev/host_vars/services/relay-rococo-ferdie.servicediffbeforeafterboth6 --ferdie \6 --ferdie \7 --validator \7 --validator \8 --base-path /var/local/rococo/ferdie \8 --base-path /var/local/rococo/ferdie \9 --chain /opt/parity/chain-specs/rococo-local-v0.9.9.json \9 --chain /opt/parity/chain-specs/rococo-local.json \10 --node-key-file /opt/parity/keys/relay-rococo-ferdie-node-key \10 --node-key-file /opt/parity/keys/relay-rococo-ferdie-node-key \11 --execution Wasm \11 --execution Wasm \12 --no-prometheus \12 --no-prometheus \deploy/dev/start-parachain-rococo.shdiffbeforeafterboth1#!/bin/bash1#!/bin/bash22#/opt/usetech/nft build-spec --disable-default-bootnode > /opt/usetech/chain-specs/nft-rococo-local-v0.9.10-source.json3/opt/usetech/nft build-spec --chain=/opt/usetech/chain-specs/nft-rococo-local-v0.9.9-source.json --raw --disable-default-bootnode > /opt/usetech/chain-specs/nft-rococo-local-v0.9.9.json3/opt/usetech/nft build-spec --chain /opt/usetech/chain-specs/nft-rococo-local-v0.9.10-source.json --raw --disable-default-bootnode > /opt/usetech/chain-specs/nft-rococo-local-v0.9.10.json4/opt/usetech/nft export-genesis-state --chain /opt/usetech/chain-specs/nft-rococo-local-v0.9.9.json > /opt/usetech/nft-parachain-2000-genesis4/opt/usetech/nft export-genesis-state --chain /opt/usetech/chain-specs/nft-rococo-local-v0.9.10.json > /opt/usetech/nft-parachain-2000-genesis5/opt/usetech/nft export-genesis-wasm --chain /opt/usetech/chain-specs/nft-rococo-local-v0.9.9.json > /opt/usetech/nft-parachain-2000-wasm5/opt/usetech/nft export-genesis-wasm --chain /opt/usetech/chain-specs/nft-rococo-local-v0.9.10.json > /opt/usetech/nft-parachain-2000-wasm6768service parachain-rococo-alice start7service parachain-rococo-alice startdeploy/dev/start-relay-rococo.shdiffbeforeafterboth1#!/bin/bash1#!/bin/bash2#/opt/parity/polkadot build-spec --chain rococo-local --disable-default-bootnode --raw > /opt/parity/rococo-local.json2#/opt/parity/polkadot build-spec --chain rococo-local --disable-default-bootnode > /opt/parity/chain-specs/rococo-local-v0.9.10-source.json3/opt/parity/polkadot build-spec --chain /opt/parity/chain-specs/rococo-local-v0.9.10-source.json --disable-default-bootnode --raw > /opt/parity/chain-specs/rococo-local-v0.9.10.json344service relay-rococo-alice start5service relay-rococo-alice start5sleep 56sleep 5deploy/docker-compose-tests.ymldiffbeforeafterbothno changes
deploy/node_build_test.ymldiffbeforeafterbothno changes
deploy/old/Dockerfile-testnetdiffbeforeafterbothno changes
deploy/old/ci_node.shdiffbeforeafterbothno changes
deploy/old/deploy-testnet.shdiffbeforeafterbothno changes
deploy/old/docker-compose-testnet.ymldiffbeforeafterbothno changes
deploy/old/purge-running-node.shdiffbeforeafterbothno changes
deploy/old/run-testnet-local-node.shdiffbeforeafterbothno changes
deploy/old/run-testnet.shdiffbeforeafterbothno changes
deploy/old/upload_secrets.shdiffbeforeafterbothno changes
deploy/westend/host_vars/chain-specs/nft-westend-v0.9.9-source.jsondiffbeforeafterboth1{1{2 "name": "Unique Testnet 3.0",2 "name": "OPAL by UNIQUE",3 "id": "unique_testnet",3 "id": "unique_testnet",4 "chainType": "Live",4 "chainType": "Live",5 "bootNodes": [],5 "bootNodes": [],deploy/westend/host_vars/chain-specs/nft-westend-v0.9.9.jsondiffbeforeafterbothno changes
docker-compose-testnet.ymldiffbeforeafterbothno changes
docker-compose-tests-parachain.ymldiffbeforeafterbothno changes
docker-compose-tests.ymldiffbeforeafterbothno changes
launch-config.jsondiffbeforeafterboth66 "name": "alice",66 "name": "alice",67 "flags": [67 "flags": [68 "--rpc-cors=all",68 "--rpc-cors=all",69 "--rpc-port=9933"69 "--rpc-port=9933", "--unsafe-ws-external"70 ]70 ]71 },71 },72 {72 {node/cli/Cargo.tomldiffbeforeafterboth334[build-dependencies.substrate-build-script-utils]4[build-dependencies.substrate-build-script-utils]5git = 'https://github.com/paritytech/substrate.git'5git = 'https://github.com/paritytech/substrate.git'6branch = 'polkadot-v0.9.9'6branch = 'polkadot-v0.9.10'7version = '3.0.0'7version = '3.0.0'889################################################################################9################################################################################13default-features = false13default-features = false14features = ['derive']14features = ['derive']15package = 'parity-scale-codec'15package = 'parity-scale-codec'16version = '2.0.0'16version = '2.3.0'171718[dependencies.frame-benchmarking]18[dependencies.frame-benchmarking]19git = 'https://github.com/paritytech/substrate.git'19git = 'https://github.com/paritytech/substrate.git'20branch = 'polkadot-v0.9.9'20branch = 'polkadot-v0.9.10'21version = '4.0.0-dev'21version = '4.0.0-dev'222223[dependencies.frame-benchmarking-cli]23[dependencies.frame-benchmarking-cli]24git = 'https://github.com/paritytech/substrate.git'24git = 'https://github.com/paritytech/substrate.git'25branch = 'polkadot-v0.9.9'25branch = 'polkadot-v0.9.10'26version = '4.0.0-dev'26version = '4.0.0-dev'272728[dependencies.pallet-transaction-payment-rpc]28[dependencies.pallet-transaction-payment-rpc]29git = 'https://github.com/paritytech/substrate.git'29git = 'https://github.com/paritytech/substrate.git'30branch = 'polkadot-v0.9.9'30branch = 'polkadot-v0.9.10'31version = '4.0.0-dev'31version = '4.0.0-dev'323233[dependencies.substrate-prometheus-endpoint]33[dependencies.substrate-prometheus-endpoint]34git = 'https://github.com/paritytech/substrate.git'34git = 'https://github.com/paritytech/substrate.git'35branch = 'polkadot-v0.9.9'35branch = 'polkadot-v0.9.10'36version = '0.9.0'36version = '0.9.0'373738[dependencies.sc-basic-authorship]38[dependencies.sc-basic-authorship]39git = 'https://github.com/paritytech/substrate.git'39git = 'https://github.com/paritytech/substrate.git'40branch = 'polkadot-v0.9.9'40branch = 'polkadot-v0.9.10'41version = '0.10.0-dev'41version = '0.10.0-dev'424243[dependencies.sc-chain-spec]43[dependencies.sc-chain-spec]44git = 'https://github.com/paritytech/substrate.git'44git = 'https://github.com/paritytech/substrate.git'45branch = 'polkadot-v0.9.9'45branch = 'polkadot-v0.9.10'46version = '4.0.0-dev'46version = '4.0.0-dev'474748[dependencies.sc-cli]48[dependencies.sc-cli]49features = ['wasmtime']49features = ['wasmtime']50git = 'https://github.com/paritytech/substrate.git'50git = 'https://github.com/paritytech/substrate.git'51branch = 'polkadot-v0.9.9'51branch = 'polkadot-v0.9.10'52version = '0.10.0-dev'52version = '0.10.0-dev'535354[dependencies.sc-client-api]54[dependencies.sc-client-api]55git = 'https://github.com/paritytech/substrate.git'55git = 'https://github.com/paritytech/substrate.git'56branch = 'polkadot-v0.9.9'56branch = 'polkadot-v0.9.10'57version = '4.0.0-dev'57version = '4.0.0-dev'585859[dependencies.sc-consensus]59[dependencies.sc-consensus]60git = 'https://github.com/paritytech/substrate.git'60git = 'https://github.com/paritytech/substrate.git'61branch = 'polkadot-v0.9.9'61branch = 'polkadot-v0.9.10'62version = '0.10.0-dev'62version = '0.10.0-dev'636364[dependencies.sc-consensus-aura]64[dependencies.sc-consensus-aura]65git = 'https://github.com/paritytech/substrate.git'65git = 'https://github.com/paritytech/substrate.git'66branch = 'polkadot-v0.9.9'66branch = 'polkadot-v0.9.10'67version = '0.10.0-dev'67version = '0.10.0-dev'686869[dependencies.sc-executor]69[dependencies.sc-executor]70features = ['wasmtime']70features = ['wasmtime']71git = 'https://github.com/paritytech/substrate.git'71git = 'https://github.com/paritytech/substrate.git'72branch = 'polkadot-v0.9.9'72branch = 'polkadot-v0.9.10'73version = '0.10.0-dev'73version = '0.10.0-dev'747475[dependencies.sc-finality-grandpa]75[dependencies.sc-finality-grandpa]76git = 'https://github.com/paritytech/substrate.git'76git = 'https://github.com/paritytech/substrate.git'77branch = 'polkadot-v0.9.9'77branch = 'polkadot-v0.9.10'78version = '0.10.0-dev'78version = '0.10.0-dev'797980[dependencies.sc-keystore]80[dependencies.sc-keystore]81git = 'https://github.com/paritytech/substrate.git'81git = 'https://github.com/paritytech/substrate.git'82branch = 'polkadot-v0.9.9'82branch = 'polkadot-v0.9.10'83version = '4.0.0-dev'83version = '4.0.0-dev'848485[dependencies.sc-rpc]85[dependencies.sc-rpc]86git = 'https://github.com/paritytech/substrate.git'86git = 'https://github.com/paritytech/substrate.git'87branch = 'polkadot-v0.9.9'87branch = 'polkadot-v0.9.10'88version = '4.0.0-dev'88version = '4.0.0-dev'898990[dependencies.sc-rpc-api]90[dependencies.sc-rpc-api]91git = 'https://github.com/paritytech/substrate.git'91git = 'https://github.com/paritytech/substrate.git'92branch = 'polkadot-v0.9.9'92branch = 'polkadot-v0.9.10'93version = '0.10.0-dev'93version = '0.10.0-dev'949495[dependencies.sc-service]95[dependencies.sc-service]96features = ['wasmtime']96features = ['wasmtime']97git = 'https://github.com/paritytech/substrate.git'97git = 'https://github.com/paritytech/substrate.git'98branch = 'polkadot-v0.9.9'98branch = 'polkadot-v0.9.10'99version = '0.10.0-dev'99version = '0.10.0-dev'100100101[dependencies.sc-telemetry]101[dependencies.sc-telemetry]102git = 'https://github.com/paritytech/substrate.git'102git = 'https://github.com/paritytech/substrate.git'103branch = 'polkadot-v0.9.9'103branch = 'polkadot-v0.9.10'104version = '4.0.0-dev'104version = '4.0.0-dev'105105106[dependencies.sc-transaction-pool]106[dependencies.sc-transaction-pool]107git = 'https://github.com/paritytech/substrate.git'107git = 'https://github.com/paritytech/substrate.git'108branch = 'polkadot-v0.9.9'108branch = 'polkadot-v0.9.10'109version = '4.0.0-dev'109version = '4.0.0-dev'110110111[dependencies.sc-tracing]111[dependencies.sc-tracing]112git = 'https://github.com/paritytech/substrate.git'112git = 'https://github.com/paritytech/substrate.git'113branch = 'polkadot-v0.9.9'113branch = 'polkadot-v0.9.10'114version = '4.0.0-dev'114version = '4.0.0-dev'115115116[dependencies.sp-block-builder]116[dependencies.sp-block-builder]117git = 'https://github.com/paritytech/substrate.git'117git = 'https://github.com/paritytech/substrate.git'118branch = 'polkadot-v0.9.9'118branch = 'polkadot-v0.9.10'119version = '4.0.0-dev'119version = '4.0.0-dev'120120121[dependencies.sp-api]121[dependencies.sp-api]122git = 'https://github.com/paritytech/substrate.git'122git = 'https://github.com/paritytech/substrate.git'123branch = 'polkadot-v0.9.9'123branch = 'polkadot-v0.9.10'124version = '4.0.0-dev'124version = '4.0.0-dev'125125126[dependencies.sp-blockchain]126[dependencies.sp-blockchain]127git = 'https://github.com/paritytech/substrate.git'127git = 'https://github.com/paritytech/substrate.git'128branch = 'polkadot-v0.9.9'128branch = 'polkadot-v0.9.10'129version = '4.0.0-dev'129version = '4.0.0-dev'130130131[dependencies.sp-consensus]131[dependencies.sp-consensus]132git = 'https://github.com/paritytech/substrate.git'132git = 'https://github.com/paritytech/substrate.git'133branch = 'polkadot-v0.9.9'133branch = 'polkadot-v0.9.10'134version = '0.10.0-dev'134version = '0.10.0-dev'135135136[dependencies.sp-consensus-aura]136[dependencies.sp-consensus-aura]137git = 'https://github.com/paritytech/substrate.git'137git = 'https://github.com/paritytech/substrate.git'138branch = 'polkadot-v0.9.9'138branch = 'polkadot-v0.9.10'139version = '0.10.0-dev'139version = '0.10.0-dev'140140141[dependencies.sp-core]141[dependencies.sp-core]142git = 'https://github.com/paritytech/substrate.git'142git = 'https://github.com/paritytech/substrate.git'143branch = 'polkadot-v0.9.9'143branch = 'polkadot-v0.9.10'144version = '4.0.0-dev'144version = '4.0.0-dev'145145146[dependencies.sp-finality-grandpa]146[dependencies.sp-finality-grandpa]147git = 'https://github.com/paritytech/substrate.git'147git = 'https://github.com/paritytech/substrate.git'148branch = 'polkadot-v0.9.9'148branch = 'polkadot-v0.9.10'149version = '4.0.0-dev'149version = '4.0.0-dev'150150151[dependencies.sp-inherents]151[dependencies.sp-inherents]152git = 'https://github.com/paritytech/substrate.git'152git = 'https://github.com/paritytech/substrate.git'153branch = 'polkadot-v0.9.9'153branch = 'polkadot-v0.9.10'154version = '4.0.0-dev'154version = '4.0.0-dev'155155156[dependencies.sp-keystore]156[dependencies.sp-keystore]157git = 'https://github.com/paritytech/substrate.git'157git = 'https://github.com/paritytech/substrate.git'158branch = 'polkadot-v0.9.9'158branch = 'polkadot-v0.9.10'159version = '0.10.0-dev'159version = '0.10.0-dev'160160161[dependencies.sp-offchain]161[dependencies.sp-offchain]162git = 'https://github.com/paritytech/substrate.git'162git = 'https://github.com/paritytech/substrate.git'163branch = 'polkadot-v0.9.9'163branch = 'polkadot-v0.9.10'164version = '4.0.0-dev'164version = '4.0.0-dev'165165166[dependencies.sp-runtime]166[dependencies.sp-runtime]167git = 'https://github.com/paritytech/substrate.git'167git = 'https://github.com/paritytech/substrate.git'168branch = 'polkadot-v0.9.9'168branch = 'polkadot-v0.9.10'169version = '4.0.0-dev'169version = '4.0.0-dev'170170171[dependencies.sp-session]171[dependencies.sp-session]172git = 'https://github.com/paritytech/substrate.git'172git = 'https://github.com/paritytech/substrate.git'173branch = 'polkadot-v0.9.9'173branch = 'polkadot-v0.9.10'174version = '4.0.0-dev'174version = '4.0.0-dev'175175176[dependencies.sp-timestamp]176[dependencies.sp-timestamp]177git = 'https://github.com/paritytech/substrate.git'177git = 'https://github.com/paritytech/substrate.git'178branch = 'polkadot-v0.9.9'178branch = 'polkadot-v0.9.10'179version = '4.0.0-dev'179version = '4.0.0-dev'180180181[dependencies.sp-transaction-pool]181[dependencies.sp-transaction-pool]182git = 'https://github.com/paritytech/substrate.git'182git = 'https://github.com/paritytech/substrate.git'183branch = 'polkadot-v0.9.9'183branch = 'polkadot-v0.9.10'184version = '4.0.0-dev'184version = '4.0.0-dev'185185186[dependencies.sp-trie]186[dependencies.sp-trie]187git = 'https://github.com/paritytech/substrate.git'187git = 'https://github.com/paritytech/substrate.git'188branch = 'polkadot-v0.9.9'188branch = 'polkadot-v0.9.10'189version = '4.0.0-dev'189version = '4.0.0-dev'190190191[dependencies.substrate-frame-rpc-system]191[dependencies.substrate-frame-rpc-system]192git = 'https://github.com/paritytech/substrate.git'192git = 'https://github.com/paritytech/substrate.git'193branch = 'polkadot-v0.9.9'193branch = 'polkadot-v0.9.10'194version = '4.0.0-dev'194version = '4.0.0-dev'195195196[dependencies.sc-network]196[dependencies.sc-network]197git = 'https://github.com/paritytech/substrate.git'197git = 'https://github.com/paritytech/substrate.git'198branch = 'polkadot-v0.9.9'198branch = 'polkadot-v0.9.10'199version = '0.10.0-dev'199version = '0.10.0-dev'200200201[dependencies.serde]201[dependencies.serde]202features = ['derive']202features = ['derive']203version = '1.0.119'203version = '1.0.130'204204205[dependencies.serde_json]205[dependencies.serde_json]206version = '1.0.41'206version = '1.0.68'207207208208209################################################################################209################################################################################210# Cumulus dependencies210# Cumulus dependencies211211212[dependencies.cumulus-client-consensus-aura]212[dependencies.cumulus-client-consensus-aura]213git = 'https://github.com/paritytech/cumulus.git'213git = 'https://github.com/paritytech/cumulus.git'214branch = 'polkadot-v0.9.9'214branch = 'polkadot-v0.9.10'215215216[dependencies.cumulus-client-consensus-common]216[dependencies.cumulus-client-consensus-common]217git = 'https://github.com/paritytech/cumulus.git'217git = 'https://github.com/paritytech/cumulus.git'218branch = 'polkadot-v0.9.9'218branch = 'polkadot-v0.9.10'219219220[dependencies.cumulus-client-collator]220[dependencies.cumulus-client-collator]221git = 'https://github.com/paritytech/cumulus.git'221git = 'https://github.com/paritytech/cumulus.git'222branch = 'polkadot-v0.9.9'222branch = 'polkadot-v0.9.10'223223224[dependencies.cumulus-client-cli]224[dependencies.cumulus-client-cli]225git = 'https://github.com/paritytech/cumulus.git'225git = 'https://github.com/paritytech/cumulus.git'226branch = 'polkadot-v0.9.9'226branch = 'polkadot-v0.9.10'227227228[dependencies.cumulus-client-network]228[dependencies.cumulus-client-network]229git = 'https://github.com/paritytech/cumulus.git'229git = 'https://github.com/paritytech/cumulus.git'230branch = 'polkadot-v0.9.9'230branch = 'polkadot-v0.9.10'231231232[dependencies.cumulus-primitives-core]232[dependencies.cumulus-primitives-core]233git = 'https://github.com/paritytech/cumulus.git'233git = 'https://github.com/paritytech/cumulus.git'234branch = 'polkadot-v0.9.9'234branch = 'polkadot-v0.9.10'235235236[dependencies.cumulus-primitives-parachain-inherent]236[dependencies.cumulus-primitives-parachain-inherent]237git = 'https://github.com/paritytech/cumulus.git'237git = 'https://github.com/paritytech/cumulus.git'238branch = 'polkadot-v0.9.9'238branch = 'polkadot-v0.9.10'239239240[dependencies.cumulus-client-service]240[dependencies.cumulus-client-service]241git = 'https://github.com/paritytech/cumulus.git'241git = 'https://github.com/paritytech/cumulus.git'242branch = 'polkadot-v0.9.9'242branch = 'polkadot-v0.9.10'243243244244245################################################################################245################################################################################246# Polkadot dependencies246# Polkadot dependencies247[dependencies.polkadot-primitives]247[dependencies.polkadot-primitives]248git = "https://github.com/paritytech/polkadot"248git = "https://github.com/paritytech/polkadot"249branch = 'release-v0.9.9'249branch = 'release-v0.9.10'250250251[dependencies.polkadot-service]251[dependencies.polkadot-service]252git = "https://github.com/paritytech/polkadot"252git = "https://github.com/paritytech/polkadot"253branch = 'release-v0.9.9'253branch = 'release-v0.9.10'254254255[dependencies.polkadot-cli]255[dependencies.polkadot-cli]256git = "https://github.com/paritytech/polkadot"256git = "https://github.com/paritytech/polkadot"257branch = 'release-v0.9.9'257branch = 'release-v0.9.10'258258259[dependencies.polkadot-test-service]259[dependencies.polkadot-test-service]260git = "https://github.com/paritytech/polkadot"260git = "https://github.com/paritytech/polkadot"261branch = 'release-v0.9.9'261branch = 'release-v0.9.10'262262263[dependencies.polkadot-parachain]263[dependencies.polkadot-parachain]264git = "https://github.com/paritytech/polkadot"264git = "https://github.com/paritytech/polkadot"265branch = 'release-v0.9.9'265branch = 'release-v0.9.10'266266267267268################################################################################268################################################################################297targets = ['x86_64-unknown-linux-gnu']297targets = ['x86_64-unknown-linux-gnu']298298299[dependencies]299[dependencies]300futures = '0.3.4'300futures = '0.3.17'301log = '0.4.8'301log = '0.4.14'302flexi_logger = "0.15.7"302flexi_logger = "0.15.7"303parking_lot = '0.10.0'303parking_lot = '0.11.2'304structopt = '0.3.8'304structopt = '0.3.23'305jsonrpc-core = '15.0.0'305jsonrpc-core = '15.1.0'306jsonrpc-pubsub = "15.0.0"306jsonrpc-pubsub = "15.1.0"307307308fc-rpc-core = { version = "1.1.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }308fc-rpc-core = { version = "1.1.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }309fc-consensus = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }309fc-consensus = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }310fc-mapping-sync = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }310fc-mapping-sync = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }311fc-rpc = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }311fc-rpc = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }312fc-db = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }312fc-db = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }313fp-rpc = { version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }313fp-rpc = { version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }314pallet-ethereum = { version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }314pallet-ethereum = { version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }315315316nft-rpc = { path = "../rpc" }316nft-rpc = { path = "../rpc" }317317node/cli/src/command.rsdiffbeforeafterboth51}51}525253impl SubstrateCli for Cli {53impl SubstrateCli for Cli {54 // TODO use args54 fn impl_name() -> String {55 fn impl_name() -> String {55 "Parachain Collator Template".into()56 "Opal Node".into()56 }57 }575858 fn impl_version() -> String {59 fn impl_version() -> String {59 env!("SUBSTRATE_CLI_IMPL_VERSION").into()60 env!("SUBSTRATE_CLI_IMPL_VERSION").into()60 }61 }6162 // TODO use args62 fn description() -> String {63 fn description() -> String {63 format!(64 format!(64 "Parachain Collator Template\n\nThe command-line arguments provided first will be \65 "Opal Node\n\nThe command-line arguments provided first will be \65 passed to the parachain node, while the arguments provided after -- will be passed \66 passed to the parachain node, while the arguments provided after -- will be passed \66 to the relaychain node.\n\n\67 to the relaychain node.\n\n\67 {} [parachain-args] -- [relaychain-args]",68 {} [parachain-args] -- [relaychain-args]",68 Self::executable_name()69 Self::executable_name()69 )70 )70 }71 }73 env!("CARGO_PKG_AUTHORS").into()74 env!("CARGO_PKG_AUTHORS").into()74 }75 }757677 //TODO use args76 fn support_url() -> String {78 fn support_url() -> String {77 "https://github.com/substrate-developer-hub/substrate-parachain-template/issues/new".into()79 "mailto:support@unique.network".into()78 }80 }798180 fn copyright_start_year() -> i32 {82 fn copyright_start_year() -> i32 {81 201783 202182 }84 }838584 fn load_spec(&self, id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, String> {86 fn load_spec(&self, id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, String> {91}93}929493impl SubstrateCli for RelayChainCli {95impl SubstrateCli for RelayChainCli {96 // TODO use args94 fn impl_name() -> String {97 fn impl_name() -> String {95 "Parachain Collator Template".into()98 "Opal Node".into()96 }99 }9710098 fn impl_version() -> String {101 fn impl_version() -> String {99 env!("SUBSTRATE_CLI_IMPL_VERSION").into()102 env!("SUBSTRATE_CLI_IMPL_VERSION").into()100 }103 }101104 // TODO use args102 fn description() -> String {105 fn description() -> String {103 "Parachain Collator Template\n\nThe command-line arguments provided first will be \106 "Opal Node\n\nThe command-line arguments provided first will be \104 passed to the parachain node, while the arguments provided after -- will be passed \107 passed to the parachain node, while the arguments provided after -- will be passed \105 to the relaychain node.\n\n\108 to the relaychain node.\n\n\106 parachain-collator [parachain-args] -- [relaychain-args]"109 parachain-collator [parachain-args] -- [relaychain-args]"107 .into()110 .into()108 }111 }109112110 fn author() -> String {113 fn author() -> String {111 env!("CARGO_PKG_AUTHORS").into()114 env!("CARGO_PKG_AUTHORS").into()112 }115 }113116 // TODO use args114 fn support_url() -> String {117 fn support_url() -> String {115 "https://github.com/substrate-developer-hub/substrate-parachain-template/issues/new".into()118 "mailto:support@unique.network".into()116 }119 }117120118 fn copyright_start_year() -> i32 {121 fn copyright_start_year() -> i32 {119 2017122 2021120 }123 }121124122 fn load_spec(&self, id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, String> {125 fn load_spec(&self, id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, String> {node/rpc/Cargo.tomldiffbeforeafterboth10targets = ["x86_64-unknown-linux-gnu"]10targets = ["x86_64-unknown-linux-gnu"]111112[dependencies]12[dependencies]13futures = { version = "0.3.1", features = ["compat"] }13futures = { version = "0.3.17", features = ["compat"] }14jsonrpc-core = "15.0.0"14jsonrpc-core = "15.1.0"15jsonrpc-pubsub = "15.0.0"15jsonrpc-pubsub = "15.1.0"16# pallet-contracts-rpc = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }16# pallet-contracts-rpc = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }17pallet-transaction-payment-rpc = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }17pallet-transaction-payment-rpc = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }18pallet-transaction-payment-rpc-runtime-api = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }18pallet-transaction-payment-rpc-runtime-api = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }19sc-client-api = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }19sc-client-api = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }20sc-consensus-aura = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }20sc-consensus-aura = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }21sc-consensus-epochs = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }21sc-consensus-epochs = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }22sc-finality-grandpa = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }22sc-finality-grandpa = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }23sc-finality-grandpa-rpc = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }23sc-finality-grandpa-rpc = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }24sc-keystore = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }24sc-keystore = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }25sc-network = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }25sc-network = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }26sc-rpc-api = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }26sc-rpc-api = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }27sc-rpc = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }27sc-rpc = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }28sc-service = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }28sc-service = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }29sp-api = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }29sp-api = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }30sp-block-builder = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }30sp-block-builder = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }31sp-blockchain = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }31sp-blockchain = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }32sp-consensus = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }32sp-consensus = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }33sp-consensus-aura = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }33sp-consensus-aura = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }34sp-core = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }34sp-core = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }35sp-offchain = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }35sp-offchain = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }36sp-runtime = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }36sp-runtime = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }37sp-storage = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }37sp-storage = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }38sp-session = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }38sp-session = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }39sp-transaction-pool = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }39sp-transaction-pool = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }40sc-transaction-pool = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }40sc-transaction-pool = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }41substrate-frame-rpc-system = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }41substrate-frame-rpc-system = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }42tokio = { version = "0.2.13", features = ["macros", "sync"] }42tokio = { version = "0.2.25", features = ["macros", "sync"] }434344pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }44pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }45fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }45fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }46fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }46fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }47fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }47fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }48fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }48fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }49fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }49fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }505051pallet-nft = { path = "../../pallets/nft" }51pallet-nft = { path = "../../pallets/nft" }52nft-runtime = { path = "../../runtime" }52nft-runtime = { path = "../../runtime" }node_build_test.ymldiffbeforeafterbothno changes
pallets/contract-helpers/Cargo.tomldiffbeforeafterboth7default-features = false7default-features = false8features = ['derive']8features = ['derive']9package = 'parity-scale-codec'9package = 'parity-scale-codec'10version = '2.0.0'10version = '2.3.0'111112[dependencies.up-sponsorship]12[dependencies.up-sponsorship]13default-features = false13default-features = false14path = '../../primitives/sponsorship'14path = '../../primitives/sponsorship'15version = '0.1.0'15version = '0.1.0'161617[dependencies]17[dependencies]18frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }18frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }19frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }19frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }20pallet-contracts = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }20pallet-contracts = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }21sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }21sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }22sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }22sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }232324[features]24[features]25default = ["std"]25default = ["std"]pallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth4edition = "2018"4edition = "2018"556[dependencies]6[dependencies]7sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }7sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }8sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }8sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }9ethereum = { default-features = false, version = "0.9.0" }9ethereum = { default-features = false, version = "0.9.0" }10evm-coder = { default-features = false, path = "../../crates/evm-coder" }10evm-coder = { default-features = false, path = "../../crates/evm-coder" }11pallet-ethereum = { default-features = false, version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }11pallet-ethereum = { default-features = false, version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }12pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }12pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }13frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }13frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }14frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }14frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }151516[dependencies.codec]16[dependencies.codec]17default-features = false17default-features = false18features = ['derive']18features = ['derive']19package = 'parity-scale-codec'19package = 'parity-scale-codec'20version = '2.0.0'20version = '2.3.0'212122[features]22[features]23default = ["std"]23default = ["std"]pallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth4edition = "2018"4edition = "2018"556[dependencies]6[dependencies]7frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }7frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }8frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }8frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }9sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }9sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }10sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }10sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }11sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }11sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }12evm-coder = { default-features = false, path = '../../crates/evm-coder' }12evm-coder = { default-features = false, path = '../../crates/evm-coder' }13pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }13pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }14pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }14pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }15up-sponsorship = { default-features = false, path = '../../primitives/sponsorship' }15up-sponsorship = { default-features = false, path = '../../primitives/sponsorship' }16log = "0.4.14"16log = "0.4.14"171718[dependencies.codec]18[dependencies.codec]19default-features = false19default-features = false20features = ['derive']20features = ['derive']21package = 'parity-scale-codec'21package = 'parity-scale-codec'22version = '2.0.0'22version = '2.3.0'232324[features]24[features]25default = ["std"]25default = ["std"]pallets/evm-migration/Cargo.tomldiffbeforeafterboth4edition = "2018"4edition = "2018"556[dependencies]6[dependencies]7frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }7frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }8frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }8frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }9frame-benchmarking = { default-features = false, version = '4.0.0-dev', optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }9frame-benchmarking = { default-features = false, version = '4.0.0-dev', optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }10sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }10sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }11sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }11sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }12sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }12sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }13sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }13sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }14pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }14pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }15fp-evm = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }15fp-evm = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }161617[dependencies.codec]17[dependencies.codec]18default-features = false18default-features = false19features = ['derive']19features = ['derive']20package = 'parity-scale-codec'20package = 'parity-scale-codec'21version = '2.0.0'21version = '2.3.0'222223[features]23[features]24default = ["std", "runtime-benchmarks"]24default = ["std", "runtime-benchmarks"]pallets/evm-transaction-payment/Cargo.tomldiffbeforeafterboth4edition = "2018"4edition = "2018"556[dependencies]6[dependencies]7frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }7frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }8frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }8frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }9sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }9sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }10sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }10sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }11sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }11sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }12sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }12sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }13pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }13pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }14fp-evm = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }14fp-evm = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }15pallet-ethereum = { default-features = false, version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }15pallet-ethereum = { default-features = false, version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }16up-sponsorship = { default-features = false, path = '../../primitives/sponsorship' }16up-sponsorship = { default-features = false, path = '../../primitives/sponsorship' }171718[dependencies.codec]18[dependencies.codec]19default-features = false19default-features = false20features = ['derive']20features = ['derive']21package = 'parity-scale-codec'21package = 'parity-scale-codec'22version = '2.0.0'22version = '2.3.0'232324[features]24[features]25default = ["std"]25default = ["std"]pallets/inflation/Cargo.tomldiffbeforeafterboth37default-features = false37default-features = false38features = ['derive']38features = ['derive']39package = 'parity-scale-codec'39package = 'parity-scale-codec'40version = '2.0.0'40version = '2.3.0'414142[dependencies.frame-benchmarking]42[dependencies.frame-benchmarking]43default-features = false43default-features = false44optional = true44optional = true45git = 'https://github.com/paritytech/substrate.git'45git = 'https://github.com/paritytech/substrate.git'46branch = 'polkadot-v0.9.9'46branch = 'polkadot-v0.9.10'47version = '4.0.0-dev'47version = '4.0.0-dev'484849[dependencies.frame-support]49[dependencies.frame-support]50default-features = false50default-features = false51git = 'https://github.com/paritytech/substrate.git'51git = 'https://github.com/paritytech/substrate.git'52branch = 'polkadot-v0.9.9'52branch = 'polkadot-v0.9.10'53version = '4.0.0-dev'53version = '4.0.0-dev'545455[dependencies.frame-system]55[dependencies.frame-system]56default-features = false56default-features = false57git = 'https://github.com/paritytech/substrate.git'57git = 'https://github.com/paritytech/substrate.git'58branch = 'polkadot-v0.9.9'58branch = 'polkadot-v0.9.10'59version = '4.0.0-dev'59version = '4.0.0-dev'606061[dependencies.pallet-balances]61[dependencies.pallet-balances]62default-features = false62default-features = false63git = 'https://github.com/paritytech/substrate.git'63git = 'https://github.com/paritytech/substrate.git'64branch = 'polkadot-v0.9.9'64branch = 'polkadot-v0.9.10'65version = '4.0.0-dev'65version = '4.0.0-dev'666667[dependencies.pallet-timestamp]67[dependencies.pallet-timestamp]68default-features = false68default-features = false69git = 'https://github.com/paritytech/substrate.git'69git = 'https://github.com/paritytech/substrate.git'70branch = 'polkadot-v0.9.9'70branch = 'polkadot-v0.9.10'71version = '4.0.0-dev'71version = '4.0.0-dev'727273[dependencies.pallet-randomness-collective-flip]73[dependencies.pallet-randomness-collective-flip]74default-features = false74default-features = false75git = 'https://github.com/paritytech/substrate.git'75git = 'https://github.com/paritytech/substrate.git'76branch = 'polkadot-v0.9.9'76branch = 'polkadot-v0.9.10'77version = '4.0.0-dev'77version = '4.0.0-dev'787879[dependencies.sp-std]79[dependencies.sp-std]80default-features = false80default-features = false81git = 'https://github.com/paritytech/substrate.git'81git = 'https://github.com/paritytech/substrate.git'82branch = 'polkadot-v0.9.9'82branch = 'polkadot-v0.9.10'83version = '4.0.0-dev'83version = '4.0.0-dev'848485[dependencies.serde]85[dependencies.serde]86default-features = false86default-features = false87features = ['derive']87features = ['derive']88version = '1.0.119'88version = '1.0.130'898990[dependencies.sp-runtime]90[dependencies.sp-runtime]91default-features = false91default-features = false92git = 'https://github.com/paritytech/substrate.git'92git = 'https://github.com/paritytech/substrate.git'93branch = 'polkadot-v0.9.9'93branch = 'polkadot-v0.9.10'94version = '4.0.0-dev'94version = '4.0.0-dev'959596[dependencies.sp-core]96[dependencies.sp-core]97default-features = false97default-features = false98git = 'https://github.com/paritytech/substrate.git'98git = 'https://github.com/paritytech/substrate.git'99branch = 'polkadot-v0.9.9'99branch = 'polkadot-v0.9.10'100version = '4.0.0-dev'100version = '4.0.0-dev'101101102[dependencies.sp-io]102[dependencies.sp-io]103default-features = false103default-features = false104git = 'https://github.com/paritytech/substrate.git'104git = 'https://github.com/paritytech/substrate.git'105branch = 'polkadot-v0.9.9'105branch = 'polkadot-v0.9.10'106version = '4.0.0-dev'106version = '4.0.0-dev'107107pallets/nft-charge-transaction/Cargo.tomldiffbeforeafterboth16default-features = false16default-features = false17features = ['derive']17features = ['derive']18package = 'parity-scale-codec'18package = 'parity-scale-codec'19version = '2.0.0'19version = '2.3.0'202021[dependencies]21[dependencies]22serde = { version = "1.0.119", default-features = false }22serde = { version = "1.0.130", default-features = false }23frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }23frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }24frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }24frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }25pallet-balances = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }25pallet-balances = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }26pallet-transaction-payment = { default-features = false, version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }26pallet-transaction-payment = { default-features = false, version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }27sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }27sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }28frame-benchmarking = { default-features = false, version = "4.0.0-dev", optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }28frame-benchmarking = { default-features = false, version = "4.0.0-dev", optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }29sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }29sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }30sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }30sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }31sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }31sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }323233pallet-nft-transaction-payment = { default-features = false, path = "../nft-transaction-payment" }33pallet-nft-transaction-payment = { default-features = false, path = "../nft-transaction-payment" }3434pallets/nft-transaction-payment/Cargo.tomldiffbeforeafterboth16default-features = false16default-features = false17features = ['derive']17features = ['derive']18package = 'parity-scale-codec'18package = 'parity-scale-codec'19version = '2.0.0'19version = '2.3.0'202021[dependencies]21[dependencies]22serde = { version = "1.0.119", default-features = false }22serde = { version = "1.0.130", default-features = false }23frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }23frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }24frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }24frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }25pallet-transaction-payment = { default-features = false, version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }25pallet-transaction-payment = { default-features = false, version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }26sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }26sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }27frame-benchmarking = { default-features = false, version = "4.0.0-dev", optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }27frame-benchmarking = { default-features = false, version = "4.0.0-dev", optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }28sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }28sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }29sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }29sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }30sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }30sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }313132up-sponsorship = { default-features = false, path = "../../primitives/sponsorship", version = "0.1.0" }32up-sponsorship = { default-features = false, path = "../../primitives/sponsorship", version = "0.1.0" }3333pallets/nft/Cargo.tomldiffbeforeafterboth50default-features = false50default-features = false51features = ['derive']51features = ['derive']52package = 'parity-scale-codec'52package = 'parity-scale-codec'53version = '2.0.0'53version = '2.3.0'545455[dependencies.frame-benchmarking]55[dependencies.frame-benchmarking]56default-features = false56default-features = false57optional = true57optional = true58git = 'https://github.com/paritytech/substrate.git'58git = 'https://github.com/paritytech/substrate.git'59branch = 'polkadot-v0.9.9'59branch = 'polkadot-v0.9.10'60version = '4.0.0-dev'60version = '4.0.0-dev'616162[dependencies.frame-support]62[dependencies.frame-support]63default-features = false63default-features = false64git = 'https://github.com/paritytech/substrate.git'64git = 'https://github.com/paritytech/substrate.git'65branch = 'polkadot-v0.9.9'65branch = 'polkadot-v0.9.10'66version = '4.0.0-dev'66version = '4.0.0-dev'676768[dependencies.frame-system]68[dependencies.frame-system]69default-features = false69default-features = false70git = 'https://github.com/paritytech/substrate.git'70git = 'https://github.com/paritytech/substrate.git'71branch = 'polkadot-v0.9.9'71branch = 'polkadot-v0.9.10'72version = '4.0.0-dev'72version = '4.0.0-dev'737374[dependencies.pallet-balances]74[dependencies.pallet-balances]75default-features = false75default-features = false76git = 'https://github.com/paritytech/substrate.git'76git = 'https://github.com/paritytech/substrate.git'77branch = 'polkadot-v0.9.9'77branch = 'polkadot-v0.9.10'78version = '4.0.0-dev'78version = '4.0.0-dev'797980[dependencies.pallet-timestamp]80[dependencies.pallet-timestamp]81default-features = false81default-features = false82git = 'https://github.com/paritytech/substrate.git'82git = 'https://github.com/paritytech/substrate.git'83branch = 'polkadot-v0.9.9'83branch = 'polkadot-v0.9.10'84version = '4.0.0-dev'84version = '4.0.0-dev'858586[dependencies.pallet-randomness-collective-flip]86[dependencies.pallet-randomness-collective-flip]87default-features = false87default-features = false88git = 'https://github.com/paritytech/substrate.git'88git = 'https://github.com/paritytech/substrate.git'89branch = 'polkadot-v0.9.9'89branch = 'polkadot-v0.9.10'90version = '4.0.0-dev'90version = '4.0.0-dev'919192[dependencies.sp-std]92[dependencies.sp-std]93default-features = false93default-features = false94git = 'https://github.com/paritytech/substrate.git'94git = 'https://github.com/paritytech/substrate.git'95branch = 'polkadot-v0.9.9'95branch = 'polkadot-v0.9.10'96version = '4.0.0-dev'96version = '4.0.0-dev'979798[dependencies.pallet-transaction-payment]98[dependencies.pallet-transaction-payment]99default-features = false99default-features = false100git = 'https://github.com/paritytech/substrate.git'100git = 'https://github.com/paritytech/substrate.git'101branch = 'polkadot-v0.9.9'101branch = 'polkadot-v0.9.10'102version = '4.0.0-dev'102version = '4.0.0-dev'103103104[dependencies.serde]104[dependencies.serde]105default-features = false105default-features = false106features = ['derive']106features = ['derive']107version = '1.0.119'107version = '1.0.130'108108109[dependencies.sp-runtime]109[dependencies.sp-runtime]110default-features = false110default-features = false111git = 'https://github.com/paritytech/substrate.git'111git = 'https://github.com/paritytech/substrate.git'112branch = 'polkadot-v0.9.9'112branch = 'polkadot-v0.9.10'113version = '4.0.0-dev'113version = '4.0.0-dev'114114115[dependencies.sp-core]115[dependencies.sp-core]116default-features = false116default-features = false117git = 'https://github.com/paritytech/substrate.git'117git = 'https://github.com/paritytech/substrate.git'118branch = 'polkadot-v0.9.9'118branch = 'polkadot-v0.9.10'119version = '4.0.0-dev'119version = '4.0.0-dev'120120121[dependencies.sp-io]121[dependencies.sp-io]122default-features = false122default-features = false123git = 'https://github.com/paritytech/substrate.git'123git = 'https://github.com/paritytech/substrate.git'124branch = 'polkadot-v0.9.9'124branch = 'polkadot-v0.9.10'125version = '4.0.0-dev'125version = '4.0.0-dev'126126127127142[dependencies]142[dependencies]143ethereum = { default-features = false, version = "0.9.0" }143ethereum = { default-features = false, version = "0.9.0" }144rlp = { default-features = false, version = "0.5.0" }144rlp = { default-features = false, version = "0.5.0" }145sp-api = { default-features = false, version = '4.0.0-dev', git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.9" }145sp-api = { default-features = false, version = '4.0.0-dev', git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.10" }146146147evm-coder = { default-features = false, path = "../../crates/evm-coder" }147evm-coder = { default-features = false, path = "../../crates/evm-coder" }148pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }148pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }149primitive-types = { version = "0.10.1", default-features = false, features = [149primitive-types = { version = "0.10.1", default-features = false, features = [150 "serde_no_std",150 "serde_no_std",151] }151] }152152153pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }153pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }154pallet-ethereum = { default-features = false, version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }154pallet-ethereum = { default-features = false, version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }155fp-evm = { default-features = false, version = '3.0.0-dev', git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }155fp-evm = { default-features = false, version = '3.0.0-dev', git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }156hex-literal = "0.3.1"156hex-literal = "0.3.3"157157pallets/scheduler/Cargo.tomldiffbeforeafterboth10readme = "README.md"10readme = "README.md"111112[dependencies]12[dependencies]13serde = { version = "1.0.119", default-features = false }13serde = { version = "1.0.130", default-features = false }14codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }14codec = { package = "parity-scale-codec", version = "2.3.0", default-features = false }15frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }15frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }16frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }16frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }17sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }17sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }18sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }18sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }19sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }19sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }20frame-benchmarking = { default-features = false, version = '4.0.0-dev', optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }20frame-benchmarking = { default-features = false, version = '4.0.0-dev', optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }212122up-sponsorship = { default-features = false, path = "../../primitives/sponsorship", version = "0.1.0" }22up-sponsorship = { default-features = false, path = "../../primitives/sponsorship", version = "0.1.0" }23log = { version = "0.4.14", default-features = false }23log = { version = "0.4.14", default-features = false }242425[dev-dependencies]25[dev-dependencies]26sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }26sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }27substrate-test-utils = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }27substrate-test-utils = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }282829[features]29[features]30default = ["std"]30default = ["std"]primitives/nft/Cargo.tomldiffbeforeafterboth9version = '0.9.0'9version = '0.9.0'101011[dependencies]11[dependencies]12codec = { package = "parity-scale-codec", version = "2.2.0", default-features = false, features = [12codec = { package = "parity-scale-codec", version = "2.3.0", default-features = false, features = [13 'derive',13 'derive',14] }14] }15serde = { version = "1.0.119", features = [15serde = { version = "1.0.130", features = [16 'derive',16 'derive',17], default-features = false, optional = true }17], default-features = false, optional = true }18frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }18frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }19frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }19frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }20sp-core = { version = "4.0.0-dev", default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }20sp-core = { version = "4.0.0-dev", default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }21sp-std = { version = "4.0.0-dev", default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }21sp-std = { version = "4.0.0-dev", default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }22sp-runtime = { version = "4.0.0-dev", default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }22sp-runtime = { version = "4.0.0-dev", default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }23derivative = "2.2.0"23derivative = "2.2.0"242425[features]25[features]purge-running-node.shdiffbeforeafterbothno changes
run-testnet-local-node.shdiffbeforeafterbothno changes
run-testnet.shdiffbeforeafterbothno changes
runtime/Cargo.tomldiffbeforeafterboth97default-features = false97default-features = false98features = ['derive']98features = ['derive']99package = 'parity-scale-codec'99package = 'parity-scale-codec'100version = '2.0.0'100version = '2.3.0'101101102[dependencies.frame-benchmarking]102[dependencies.frame-benchmarking]103default-features = false103default-features = false104git = 'https://github.com/paritytech/substrate.git'104git = 'https://github.com/paritytech/substrate.git'105optional = true105optional = true106branch = 'polkadot-v0.9.9'106branch = 'polkadot-v0.9.10'107version = '4.0.0-dev'107version = '4.0.0-dev'108108109[dependencies.frame-executive]109[dependencies.frame-executive]110default-features = false110default-features = false111git = 'https://github.com/paritytech/substrate.git'111git = 'https://github.com/paritytech/substrate.git'112branch = 'polkadot-v0.9.9'112branch = 'polkadot-v0.9.10'113version = '4.0.0-dev'113version = '4.0.0-dev'114114115[dependencies.frame-support]115[dependencies.frame-support]116default-features = false116default-features = false117git = 'https://github.com/paritytech/substrate.git'117git = 'https://github.com/paritytech/substrate.git'118branch = 'polkadot-v0.9.9'118branch = 'polkadot-v0.9.10'119version = '4.0.0-dev'119version = '4.0.0-dev'120120121[dependencies.frame-system]121[dependencies.frame-system]122default-features = false122default-features = false123git = 'https://github.com/paritytech/substrate.git'123git = 'https://github.com/paritytech/substrate.git'124branch = 'polkadot-v0.9.9'124branch = 'polkadot-v0.9.10'125version = '4.0.0-dev'125version = '4.0.0-dev'126126127[dependencies.frame-system-benchmarking]127[dependencies.frame-system-benchmarking]128default-features = false128default-features = false129git = 'https://github.com/paritytech/substrate.git'129git = 'https://github.com/paritytech/substrate.git'130optional = true130optional = true131branch = 'polkadot-v0.9.9'131branch = 'polkadot-v0.9.10'132version = '4.0.0-dev'132version = '4.0.0-dev'133133134[dependencies.frame-system-rpc-runtime-api]134[dependencies.frame-system-rpc-runtime-api]135default-features = false135default-features = false136git = 'https://github.com/paritytech/substrate.git'136git = 'https://github.com/paritytech/substrate.git'137branch = 'polkadot-v0.9.9'137branch = 'polkadot-v0.9.10'138version = '4.0.0-dev'138version = '4.0.0-dev'139139140[dependencies.hex-literal]140[dependencies.hex-literal]141optional = true141optional = true142version = '0.3.1'142version = '0.3.3'143143144[dependencies.serde]144[dependencies.serde]145default-features = false145default-features = false146features = ['derive']146features = ['derive']147optional = true147optional = true148version = '1.0.119'148version = '1.0.130'149149150[dependencies.pallet-aura]150[dependencies.pallet-aura]151default-features = false151default-features = false152git = 'https://github.com/paritytech/substrate.git'152git = 'https://github.com/paritytech/substrate.git'153branch = 'polkadot-v0.9.9'153branch = 'polkadot-v0.9.10'154version = '4.0.0-dev'154version = '4.0.0-dev'155155156[dependencies.pallet-balances]156[dependencies.pallet-balances]157default-features = false157default-features = false158git = 'https://github.com/paritytech/substrate.git'158git = 'https://github.com/paritytech/substrate.git'159branch = 'polkadot-v0.9.9'159branch = 'polkadot-v0.9.10'160version = '4.0.0-dev'160version = '4.0.0-dev'161161162# Contracts specific packages162# Contracts specific packages181[dependencies.pallet-randomness-collective-flip]181[dependencies.pallet-randomness-collective-flip]182default-features = false182default-features = false183git = 'https://github.com/paritytech/substrate.git'183git = 'https://github.com/paritytech/substrate.git'184branch = 'polkadot-v0.9.9'184branch = 'polkadot-v0.9.10'185version = '4.0.0-dev'185version = '4.0.0-dev'186186187[dependencies.pallet-sudo]187[dependencies.pallet-sudo]188default-features = false188default-features = false189git = 'https://github.com/paritytech/substrate.git'189git = 'https://github.com/paritytech/substrate.git'190branch = 'polkadot-v0.9.9'190branch = 'polkadot-v0.9.10'191version = '4.0.0-dev'191version = '4.0.0-dev'192192193[dependencies.pallet-timestamp]193[dependencies.pallet-timestamp]194default-features = false194default-features = false195git = 'https://github.com/paritytech/substrate.git'195git = 'https://github.com/paritytech/substrate.git'196branch = 'polkadot-v0.9.9'196branch = 'polkadot-v0.9.10'197version = '4.0.0-dev'197version = '4.0.0-dev'198198199[dependencies.pallet-transaction-payment]199[dependencies.pallet-transaction-payment]200default-features = false200default-features = false201git = 'https://github.com/paritytech/substrate.git'201git = 'https://github.com/paritytech/substrate.git'202branch = 'polkadot-v0.9.9'202branch = 'polkadot-v0.9.10'203version = '4.0.0-dev'203version = '4.0.0-dev'204204205[dependencies.pallet-transaction-payment-rpc-runtime-api]205[dependencies.pallet-transaction-payment-rpc-runtime-api]206default-features = false206default-features = false207git = 'https://github.com/paritytech/substrate.git'207git = 'https://github.com/paritytech/substrate.git'208branch = 'polkadot-v0.9.9'208branch = 'polkadot-v0.9.10'209version = '4.0.0-dev'209version = '4.0.0-dev'210210211[dependencies.pallet-treasury]211[dependencies.pallet-treasury]212default-features = false212default-features = false213git = 'https://github.com/paritytech/substrate.git'213git = 'https://github.com/paritytech/substrate.git'214branch = 'polkadot-v0.9.9'214branch = 'polkadot-v0.9.10'215version = '4.0.0-dev'215version = '4.0.0-dev'216216217[dependencies.pallet-vesting]217[dependencies.pallet-vesting]218default-features = false218default-features = false219git = 'https://github.com/paritytech/substrate.git'219git = 'https://github.com/paritytech/substrate.git'220branch = 'polkadot-v0.9.9'220branch = 'polkadot-v0.9.10'221version = '4.0.0-dev'221version = '4.0.0-dev'222222223[dependencies.sp-arithmetic]223[dependencies.sp-arithmetic]224default-features = false224default-features = false225git = 'https://github.com/paritytech/substrate.git'225git = 'https://github.com/paritytech/substrate.git'226branch = 'polkadot-v0.9.9'226branch = 'polkadot-v0.9.10'227version = '4.0.0-dev'227version = '4.0.0-dev'228228229[dependencies.sp-api]229[dependencies.sp-api]230default-features = false230default-features = false231git = 'https://github.com/paritytech/substrate.git'231git = 'https://github.com/paritytech/substrate.git'232branch = 'polkadot-v0.9.9'232branch = 'polkadot-v0.9.10'233version = '4.0.0-dev'233version = '4.0.0-dev'234234235[dependencies.sp-block-builder]235[dependencies.sp-block-builder]236default-features = false236default-features = false237git = 'https://github.com/paritytech/substrate.git'237git = 'https://github.com/paritytech/substrate.git'238branch = 'polkadot-v0.9.9'238branch = 'polkadot-v0.9.10'239version = '4.0.0-dev'239version = '4.0.0-dev'240240241[dependencies.sp-core]241[dependencies.sp-core]242default-features = false242default-features = false243git = 'https://github.com/paritytech/substrate.git'243git = 'https://github.com/paritytech/substrate.git'244branch = 'polkadot-v0.9.9'244branch = 'polkadot-v0.9.10'245version = '4.0.0-dev'245version = '4.0.0-dev'246246247[dependencies.sp-consensus-aura]247[dependencies.sp-consensus-aura]248default-features = false248default-features = false249git = 'https://github.com/paritytech/substrate.git'249git = 'https://github.com/paritytech/substrate.git'250branch = 'polkadot-v0.9.9'250branch = 'polkadot-v0.9.10'251version = '0.10.0-dev'251version = '0.10.0-dev'252252253[dependencies.sp-inherents]253[dependencies.sp-inherents]254default-features = false254default-features = false255git = 'https://github.com/paritytech/substrate.git'255git = 'https://github.com/paritytech/substrate.git'256branch = 'polkadot-v0.9.9'256branch = 'polkadot-v0.9.10'257version = '4.0.0-dev'257version = '4.0.0-dev'258258259[dependencies.sp-io]259[dependencies.sp-io]260default-features = false260default-features = false261git = 'https://github.com/paritytech/substrate.git'261git = 'https://github.com/paritytech/substrate.git'262branch = 'polkadot-v0.9.9'262branch = 'polkadot-v0.9.10'263version = '4.0.0-dev'263version = '4.0.0-dev'264264265[dependencies.sp-offchain]265[dependencies.sp-offchain]266default-features = false266default-features = false267git = 'https://github.com/paritytech/substrate.git'267git = 'https://github.com/paritytech/substrate.git'268branch = 'polkadot-v0.9.9'268branch = 'polkadot-v0.9.10'269version = '4.0.0-dev'269version = '4.0.0-dev'270270271[dependencies.sp-runtime]271[dependencies.sp-runtime]272default-features = false272default-features = false273git = 'https://github.com/paritytech/substrate.git'273git = 'https://github.com/paritytech/substrate.git'274branch = 'polkadot-v0.9.9'274branch = 'polkadot-v0.9.10'275version = '4.0.0-dev'275version = '4.0.0-dev'276276277[dependencies.sp-session]277[dependencies.sp-session]278default-features = false278default-features = false279git = 'https://github.com/paritytech/substrate.git'279git = 'https://github.com/paritytech/substrate.git'280branch = 'polkadot-v0.9.9'280branch = 'polkadot-v0.9.10'281version = '4.0.0-dev'281version = '4.0.0-dev'282282283[dependencies.sp-std]283[dependencies.sp-std]284default-features = false284default-features = false285git = 'https://github.com/paritytech/substrate.git'285git = 'https://github.com/paritytech/substrate.git'286branch = 'polkadot-v0.9.9'286branch = 'polkadot-v0.9.10'287version = '4.0.0-dev'287version = '4.0.0-dev'288288289[dependencies.sp-transaction-pool]289[dependencies.sp-transaction-pool]290default-features = false290default-features = false291git = 'https://github.com/paritytech/substrate.git'291git = 'https://github.com/paritytech/substrate.git'292branch = 'polkadot-v0.9.9'292branch = 'polkadot-v0.9.10'293version = '4.0.0-dev'293version = '4.0.0-dev'294294295[dependencies.sp-version]295[dependencies.sp-version]296default-features = false296default-features = false297git = 'https://github.com/paritytech/substrate.git'297git = 'https://github.com/paritytech/substrate.git'298branch = 'polkadot-v0.9.9'298branch = 'polkadot-v0.9.10'299version = '4.0.0-dev'299version = '4.0.0-dev'300300301[dependencies.smallvec]301[dependencies.smallvec]302version = '1.4.1'302version = '1.6.1'303303304################################################################################304################################################################################305# Cumulus dependencies305# Cumulus dependencies306306307[dependencies.parachain-info]307[dependencies.parachain-info]308default-features = false308default-features = false309git = 'https://github.com/paritytech/cumulus.git'309git = 'https://github.com/paritytech/cumulus.git'310branch = 'polkadot-v0.9.9'310branch = 'polkadot-v0.9.10'311version = '0.1.0'311version = '0.1.0'312312313[dependencies.cumulus-pallet-aura-ext]313[dependencies.cumulus-pallet-aura-ext]314git = 'https://github.com/paritytech/cumulus.git'314git = 'https://github.com/paritytech/cumulus.git'315branch = 'polkadot-v0.9.9'315branch = 'polkadot-v0.9.10'316default-features = false316default-features = false317317318[dependencies.cumulus-pallet-parachain-system]318[dependencies.cumulus-pallet-parachain-system]319git = 'https://github.com/paritytech/cumulus.git'319git = 'https://github.com/paritytech/cumulus.git'320branch = 'polkadot-v0.9.9'320branch = 'polkadot-v0.9.10'321default-features = false321default-features = false322322323[dependencies.cumulus-primitives-core]323[dependencies.cumulus-primitives-core]324git = 'https://github.com/paritytech/cumulus.git'324git = 'https://github.com/paritytech/cumulus.git'325branch = 'polkadot-v0.9.9'325branch = 'polkadot-v0.9.10'326default-features = false326default-features = false327327328[dependencies.cumulus-pallet-xcm]328[dependencies.cumulus-pallet-xcm]329git = 'https://github.com/paritytech/cumulus.git'329git = 'https://github.com/paritytech/cumulus.git'330branch = 'polkadot-v0.9.9'330branch = 'polkadot-v0.9.10'331default-features = false331default-features = false332332333[dependencies.cumulus-pallet-dmp-queue]333[dependencies.cumulus-pallet-dmp-queue]334git = 'https://github.com/paritytech/cumulus.git'334git = 'https://github.com/paritytech/cumulus.git'335branch = 'polkadot-v0.9.9'335branch = 'polkadot-v0.9.10'336default-features = false336default-features = false337337338[dependencies.cumulus-pallet-xcmp-queue]338[dependencies.cumulus-pallet-xcmp-queue]339git = 'https://github.com/paritytech/cumulus.git'339git = 'https://github.com/paritytech/cumulus.git'340branch = 'polkadot-v0.9.9'340branch = 'polkadot-v0.9.10'341default-features = false341default-features = false342342343[dependencies.cumulus-primitives-utility]343[dependencies.cumulus-primitives-utility]344git = 'https://github.com/paritytech/cumulus.git'344git = 'https://github.com/paritytech/cumulus.git'345branch = 'polkadot-v0.9.9'345branch = 'polkadot-v0.9.10'346default-features = false346default-features = false347347348[dependencies.cumulus-primitives-timestamp]348[dependencies.cumulus-primitives-timestamp]349git = 'https://github.com/paritytech/cumulus.git'349git = 'https://github.com/paritytech/cumulus.git'350branch = 'polkadot-v0.9.9'350branch = 'polkadot-v0.9.10'351default-features = false351default-features = false352352353################################################################################353################################################################################354# Polkadot dependencies354# Polkadot dependencies355355356[dependencies.polkadot-parachain]356[dependencies.polkadot-parachain]357git = 'https://github.com/paritytech/polkadot'357git = 'https://github.com/paritytech/polkadot'358branch = 'release-v0.9.9'358branch = 'release-v0.9.10'359default-features = false359default-features = false360360361[dependencies.xcm]361[dependencies.xcm]362git = 'https://github.com/paritytech/polkadot'362git = 'https://github.com/paritytech/polkadot'363branch = 'release-v0.9.9'363branch = 'release-v0.9.10'364default-features = false364default-features = false365365366[dependencies.xcm-builder]366[dependencies.xcm-builder]367git = 'https://github.com/paritytech/polkadot'367git = 'https://github.com/paritytech/polkadot'368branch = 'release-v0.9.9'368branch = 'release-v0.9.10'369default-features = false369default-features = false370370371[dependencies.xcm-executor]371[dependencies.xcm-executor]372git = 'https://github.com/paritytech/polkadot'372git = 'https://github.com/paritytech/polkadot'373branch = 'release-v0.9.9'373branch = 'release-v0.9.10'374default-features = false374default-features = false375375376[dependencies.pallet-xcm]376[dependencies.pallet-xcm]377git = 'https://github.com/paritytech/polkadot'377git = 'https://github.com/paritytech/polkadot'378branch = 'release-v0.9.9'378branch = 'release-v0.9.10'379default-features = false379default-features = false380380381381396pallet-evm-transaction-payment = { path = '../pallets/evm-transaction-payment', default-features = false }396pallet-evm-transaction-payment = { path = '../pallets/evm-transaction-payment', default-features = false }397pallet-evm-coder-substrate = { default-features = false, path = "../pallets/evm-coder-substrate" }397pallet-evm-coder-substrate = { default-features = false, path = "../pallets/evm-coder-substrate" }398398399pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }399pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }400pallet-ethereum = { default-features = false, version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }400pallet-ethereum = { default-features = false, version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }401fp-rpc = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }401fp-rpc = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }402402403################################################################################403################################################################################404# Build Dependencies404# Build Dependencies405405406[build-dependencies]406[build-dependencies.substrate-wasm-builder]407git = 'https://github.com/paritytech/substrate.git'408branch = 'polkadot-v0.9.10'407substrate-wasm-builder = '4.0.0'409version = '5.0.0-dev'408410runtime/src/lib.rsdiffbeforeafterboth79// Polkadot imports79// Polkadot imports80use pallet_xcm::XcmPassthrough;80use pallet_xcm::XcmPassthrough;81use polkadot_parachain::primitives::Sibling;81use polkadot_parachain::primitives::Sibling;82use xcm::v0::{BodyId, Junction::*, MultiLocation, MultiLocation::*, NetworkId};82use xcm::v1::{BodyId, Junction::*, MultiLocation, NetworkId, Junctions::*};83use xcm_builder::{83use xcm_builder::{84 AccountId32Aliases, AllowTopLevelPaidExecutionFrom, AllowUnpaidExecutionFrom, CurrencyAdapter,84 AccountId32Aliases, AllowTopLevelPaidExecutionFrom, AllowUnpaidExecutionFrom, CurrencyAdapter,85 EnsureXcmOrigin, FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset,85 EnsureXcmOrigin, FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset,141141142/// This runtime version.142/// This runtime version.143pub const VERSION: RuntimeVersion = RuntimeVersion {143pub const VERSION: RuntimeVersion = RuntimeVersion {144 spec_name: create_runtime_str!("nft"),144 spec_name: create_runtime_str!("opal"),145 impl_name: create_runtime_str!("nft"),145 impl_name: create_runtime_str!("opal"),146 authoring_version: 1,146 authoring_version: 1,147 spec_version: 3,147 spec_version: 910000,148 impl_version: 1,148 impl_version: 1,149 apis: RUNTIME_API_VERSIONS,149 apis: RUNTIME_API_VERSIONS,150 transaction_version: 1,150 transaction_version: 1,237 pub const ChainId: u64 = 8888;237 pub const ChainId: u64 = 8888;238}238}239240pub struct FixedFee;241impl FeeCalculator for FixedFee {242 fn min_gas_price() -> U256 {243 1.into()244 }245}239246240impl pallet_evm::Config for Runtime {247impl pallet_evm::Config for Runtime {241 type BlockGasLimit = BlockGasLimit;248 type BlockGasLimit = BlockGasLimit;242 type FeeCalculator = ();249 type FeeCalculator = FixedFee;243 type GasWeightMapping = ();250 type GasWeightMapping = ();244 type BlockHashMapping = pallet_ethereum::EthereumBlockHashMapping<Self>;251 type BlockHashMapping = pallet_ethereum::EthereumBlockHashMapping<Self>;245 type CallOrigin = EnsureAddressTruncated;252 type CallOrigin = EnsureAddressTruncated;539impl cumulus_pallet_aura_ext::Config for Runtime {}546impl cumulus_pallet_aura_ext::Config for Runtime {}540547541parameter_types! {548parameter_types! {542 pub const RelayLocation: MultiLocation = X1(Parent);549 pub const RelayLocation: MultiLocation = MultiLocation::parent();543 pub const RelayNetwork: NetworkId = NetworkId::Polkadot;550 pub const RelayNetwork: NetworkId = NetworkId::Polkadot;544 pub RelayOrigin: Origin = cumulus_pallet_xcm::Origin::Relay.into();551 pub RelayOrigin: Origin = cumulus_pallet_xcm::Origin::Relay.into();545 pub Ancestry: MultiLocation = X1(Parachain(ParachainInfo::parachain_id().into()));552 pub Ancestry: MultiLocation = Parachain(ParachainInfo::parachain_id().into()).into();546}553}547554548/// Type for specifying how a `MultiLocation` can be converted into an `AccountId`. This is used555/// Type for specifying how a `MultiLocation` can be converted into an `AccountId`. This is used599 // One XCM operation is 1_000_000 weight - almost certainly a conservative estimate.606 // One XCM operation is 1_000_000 weight - almost certainly a conservative estimate.600 pub UnitWeightCost: Weight = 1_000_000;607 pub UnitWeightCost: Weight = 1_000_000;601 // 1200 UNIQUEs buy 1 second of weight.608 // 1200 UNIQUEs buy 1 second of weight.602 pub const WeightPrice: (MultiLocation, u128) = (X1(Parent), 1_200 * UNIQUE);609 pub const WeightPrice: (MultiLocation, u128) = (MultiLocation::parent(), 1_200 * UNIQUE);603}610}604611605match_type! {612match_type! {606 pub type ParentOrParentsUnitPlurality: impl Contains<MultiLocation> = {613 pub type ParentOrParentsUnitPlurality: impl Contains<MultiLocation> = {607 X1(Parent) | X2(Parent, Plurality { id: BodyId::Unit, .. })614 MultiLocation { parents: 1, interior: Here } |615 MultiLocation { parents: 1, interior: X1(Plurality { id: BodyId::Unit, .. }) }608 };616 };609}617}610618629 type Weigher = FixedWeightBounds<UnitWeightCost, Call>;637 type Weigher = FixedWeightBounds<UnitWeightCost, Call>;630 type Trader = UsingComponents<IdentityFee<Balance>, RelayLocation, AccountId, Balances, ()>;638 type Trader = UsingComponents<IdentityFee<Balance>, RelayLocation, AccountId, Balances, ()>;631 type ResponseHandler = (); // Don't handle responses for now.639 type ResponseHandler = (); // Don't handle responses for now.640 type SubscriptionService = PolkadotXcm;632}641}633642634// parameter_types! {643// parameter_types! {642/// queues.651/// queues.643pub type XcmRouter = (652pub type XcmRouter = (644 // Two routers - use UMP to communicate with the relay chain:653 // Two routers - use UMP to communicate with the relay chain:645 cumulus_primitives_utility::ParentAsUmp<ParachainSystem>,654 cumulus_primitives_utility::ParentAsUmp<ParachainSystem, ()>,646 // ..and XCMP to communicate with the sibling chains.655 // ..and XCMP to communicate with the sibling chains.647 XcmpQueue,656 XcmpQueue,648);657);673 type Event = Event;682 type Event = Event;674 type XcmExecutor = XcmExecutor<XcmConfig>;683 type XcmExecutor = XcmExecutor<XcmConfig>;675 type ChannelInfo = ParachainSystem;684 type ChannelInfo = ParachainSystem;685 type VersionWrapper = ();676}686}677687678impl cumulus_pallet_dmp_queue::Config for Runtime {688impl cumulus_pallet_dmp_queue::Config for Runtime {smart_contracs/transfer/Cargo.tomldiffbeforeafterboth13ink_storage = { default-features = false }13ink_storage = { default-features = false }14ink_lang = { default-features = false }14ink_lang = { default-features = false }151516scale = { package = "parity-scale-codec", version = "2.1.1", default-features = false, features = ["derive"] }16scale = { package = "parity-scale-codec", version = "2.3.0", default-features = false, features = ["derive"] }17scale-info = { version = "0.6.0", default-features = false, features = ["derive"] }17scale-info = { version = "0.6.0", default-features = false, features = ["derive"] }181819[lib]19[lib]tests/package-lock.jsondiffbeforeafterbothno changes
tests/src/config_docker.tsdiffbeforeafterboth778const config = {8const config = {9 substrateUrl: process.env.substrateUrl || 'ws://172.17.0.1:9944',9 substrateUrl: process.env.substrateUrl || 'ws://172.17.0.1:9944',10 frontierUrl: process.env.frontierUrl || 'http://172.17.0.1:9933',10};11};111212export default config;13export default config;tests/src/eth/nonFungible.test.tsdiffbeforeafterboth4//4//556import privateKey from '../substrate/privateKey';6import privateKey from '../substrate/privateKey';7import { approveExpectSuccess, burnItemExpectSuccess, createCollectionExpectSuccess, createItemExpectSuccess, setVariableMetaDataExpectSuccess, transferExpectSuccess, transferFromExpectSuccess, UNIQUE } from '../util/helpers';7import { approveExpectSuccess, burnItemExpectSuccess, createCollectionExpectSuccess, createItemExpectSuccess, setVariableMetaDataExpectSuccess, transferExpectSuccess, transferFromExpectSuccess, UNIQUE, setMetadataUpdatePermissionFlagExpectSuccess } from '../util/helpers';8import { collectionIdToAddress, createEthAccount, createEthAccountWithBalance, GAS_ARGS, itWeb3, normalizeEvents, recordEthFee, recordEvents, subToEth, transferBalanceToEth } from './util/helpers';8import { collectionIdToAddress, createEthAccount, createEthAccountWithBalance, GAS_ARGS, itWeb3, normalizeEvents, recordEthFee, recordEvents, subToEth, transferBalanceToEth } from './util/helpers';9import nonFungibleAbi from './nonFungibleAbi.json';9import nonFungibleAbi from './nonFungibleAbi.json';10import { expect } from 'chai';10import { expect } from 'chai';336 const owner = await createEthAccountWithBalance(api, web3);336 const owner = await createEthAccountWithBalance(api, web3);337337338 const item = await createItemExpectSuccess(alice, collection, 'NFT', { ethereum: owner });338 const item = await createItemExpectSuccess(alice, collection, 'NFT', { ethereum: owner });339 await setMetadataUpdatePermissionFlagExpectSuccess(alice, collection, 'Admin');339 await setVariableMetaDataExpectSuccess(alice, collection, item, [1, 2, 3]);340 await setVariableMetaDataExpectSuccess(alice, collection, item, [1, 2, 3]);340341341 const address = collectionIdToAddress(collection);342 const address = collectionIdToAddress(collection);tests/src/eth/proxy/nonFungibleProxy.test.tsdiffbeforeafterboth4//4//556import privateKey from '../../substrate/privateKey';6import privateKey from '../../substrate/privateKey';7import { createCollectionExpectSuccess, createItemExpectSuccess, setVariableMetaDataExpectSuccess } from '../../util/helpers';7import { createCollectionExpectSuccess, createItemExpectSuccess, setVariableMetaDataExpectSuccess, setMetadataUpdatePermissionFlagExpectSuccess } from '../../util/helpers';8import { collectionIdToAddress, createEthAccount, createEthAccountWithBalance, GAS_ARGS, itWeb3, normalizeEvents } from '../util/helpers';8import { collectionIdToAddress, createEthAccount, createEthAccountWithBalance, GAS_ARGS, itWeb3, normalizeEvents } from '../util/helpers';9import nonFungibleAbi from '../nonFungibleAbi.json';9import nonFungibleAbi from '../nonFungibleAbi.json';10import { expect } from 'chai';10import { expect } from 'chai';339 const address = collectionIdToAddress(collection);339 const address = collectionIdToAddress(collection);340 const contract = await proxyWrap(api, web3, new web3.eth.Contract(nonFungibleAbi as any, address, { from: caller, ...GAS_ARGS }));340 const contract = await proxyWrap(api, web3, new web3.eth.Contract(nonFungibleAbi as any, address, { from: caller, ...GAS_ARGS }));341 const item = await createItemExpectSuccess(alice, collection, 'NFT', { ethereum: contract.options.address });341 const item = await createItemExpectSuccess(alice, collection, 'NFT', { ethereum: contract.options.address });342 await setMetadataUpdatePermissionFlagExpectSuccess(alice, collection, 'Admin');342 await setVariableMetaDataExpectSuccess(alice, collection, item, [1, 2, 3]);343 await setVariableMetaDataExpectSuccess(alice, collection, item, [1, 2, 3]);343 344 344 expect(await contract.methods.getVariableMetadata(item).call()).to.be.equal('0x010203');345 expect(await contract.methods.getVariableMetadata(item).call()).to.be.equal('0x010203');upload_secrets.shdiffbeforeafterbothno changes