difftreelog
build upgrade to polkadot-v0.9.33
in: master
44 files changed
Cargo.lockdiffbeforeafterboth42source = "registry+https://github.com/rust-lang/crates.io-index"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"43checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"44dependencies = [44dependencies = [45 "cfg-if 1.0.0",45 "cfg-if",46 "cipher 0.3.0",46 "cipher",47 "cpufeatures",47 "cpufeatures",48 "opaque-debug 0.3.0",48 "opaque-debug 0.3.0",49]49]56dependencies = [56dependencies = [57 "aead",57 "aead",58 "aes",58 "aes",59 "cipher 0.3.0",59 "cipher",60 "ctr",60 "ctr",61 "ghash",61 "ghash",62 "subtle",62 "subtle",192192193[[package]]193[[package]]194name = "async-channel"194name = "async-channel"195version = "1.7.1"195version = "1.8.0"196source = "registry+https://github.com/rust-lang/crates.io-index"196source = "registry+https://github.com/rust-lang/crates.io-index"197checksum = "e14485364214912d3b19cc3435dde4df66065127f05fa0d75c712f36f12c2f28"197checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"198dependencies = [198dependencies = [199 "concurrent-queue 1.2.4",199 "concurrent-queue",200 "event-listener",200 "event-listener",201 "futures-core",201 "futures-core",202]202]209dependencies = [209dependencies = [210 "async-lock",210 "async-lock",211 "async-task",211 "async-task",212 "concurrent-queue 2.0.0",212 "concurrent-queue",213 "fastrand",213 "fastrand",214 "futures-lite",214 "futures-lite",215 "slab",215 "slab",232232233[[package]]233[[package]]234name = "async-io"234name = "async-io"235version = "1.10.0"235version = "1.12.0"236source = "registry+https://github.com/rust-lang/crates.io-index"236source = "registry+https://github.com/rust-lang/crates.io-index"237checksum = "e8121296a9f05be7f34aa4196b1747243b3b62e048bb7906f644f3fbfc490cf7"237checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"238dependencies = [238dependencies = [239 "async-lock",239 "async-lock",240 "autocfg",240 "autocfg",241 "concurrent-queue 1.2.4",241 "concurrent-queue",242 "futures-lite",242 "futures-lite",243 "libc",243 "libc",244 "log",244 "log",247 "slab",247 "slab",248 "socket2",248 "socket2",249 "waker-fn",249 "waker-fn",250 "winapi",250 "windows-sys 0.42.0",251]251]252252253[[package]]253[[package]]262262263[[package]]263[[package]]264name = "async-process"264name = "async-process"265version = "1.5.0"265version = "1.6.0"266source = "registry+https://github.com/rust-lang/crates.io-index"266source = "registry+https://github.com/rust-lang/crates.io-index"267checksum = "02111fd8655a613c25069ea89fc8d9bb89331fa77486eb3bc059ee757cfa481c"267checksum = "6381ead98388605d0d9ff86371043b5aa922a3905824244de40dc263a14fcba4"268dependencies = [268dependencies = [269 "async-io",269 "async-io",270 "async-lock",270 "autocfg",271 "autocfg",271 "blocking",272 "blocking",272 "cfg-if 1.0.0",273 "cfg-if",273 "event-listener",274 "event-listener",274 "futures-lite",275 "futures-lite",275 "libc",276 "libc",276 "once_cell",277 "signal-hook",277 "signal-hook",278 "winapi",278 "windows-sys 0.42.0",279]279]280280281[[package]]281[[package]]308308309[[package]]309[[package]]310name = "async-std-resolver"310name = "async-std-resolver"311version = "0.21.2"311version = "0.22.0"312source = "registry+https://github.com/rust-lang/crates.io-index"312source = "registry+https://github.com/rust-lang/crates.io-index"313checksum = "0f2f8a4a203be3325981310ab243a28e6e4ea55b6519bffce05d41ab60e09ad8"313checksum = "6ba50e24d9ee0a8950d3d03fc6d0dd10aa14b5de3b101949b4e160f7fee7c723"314dependencies = [314dependencies = [315 "async-std",315 "async-std",316 "async-trait",316 "async-trait",329329330[[package]]330[[package]]331name = "async-trait"331name = "async-trait"332version = "0.1.58"332version = "0.1.59"333source = "registry+https://github.com/rust-lang/crates.io-index"333source = "registry+https://github.com/rust-lang/crates.io-index"334checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c"334checksum = "31e6e93155431f3931513b243d371981bb2770112b370c82745a1d19d2f99364"335dependencies = [335dependencies = [336 "proc-macro2",336 "proc-macro2",337 "quote",337 "quote",363source = "registry+https://github.com/rust-lang/crates.io-index"363source = "registry+https://github.com/rust-lang/crates.io-index"364checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"364checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"365dependencies = [365dependencies = [366 "hermit-abi",366 "hermit-abi 0.1.19",367 "libc",367 "libc",368 "winapi",368 "winapi",369]369]408dependencies = [408dependencies = [409 "addr2line",409 "addr2line",410 "cc",410 "cc",411 "cfg-if 1.0.0",411 "cfg-if",412 "libc",412 "libc",413 "miniz_oxide",413 "miniz_oxide 0.5.4",414 "object",414 "object",415 "rustc-demangle",415 "rustc-demangle",416]416]457[[package]]457[[package]]458name = "beefy-gadget"458name = "beefy-gadget"459version = "4.0.0-dev"459version = "4.0.0-dev"460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"461dependencies = [461dependencies = [462 "array-bytes",462 "array-bytes",463 "async-trait",463 "async-trait",494[[package]]494[[package]]495name = "beefy-gadget-rpc"495name = "beefy-gadget-rpc"496version = "4.0.0-dev"496version = "4.0.0-dev"497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"498dependencies = [498dependencies = [499 "beefy-gadget",499 "beefy-gadget",500 "beefy-primitives",500 "beefy-primitives",514[[package]]514[[package]]515name = "beefy-merkle-tree"515name = "beefy-merkle-tree"516version = "4.0.0-dev"516version = "4.0.0-dev"517source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"517source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"518dependencies = [518dependencies = [519 "beefy-primitives",519 "beefy-primitives",520 "sp-api",520 "sp-api",521 "sp-runtime",521]522]522523523[[package]]524[[package]]524name = "beefy-primitives"525name = "beefy-primitives"525version = "4.0.0-dev"526version = "4.0.0-dev"526source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"527source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"527dependencies = [528dependencies = [528 "parity-scale-codec 3.2.1",529 "parity-scale-codec 3.2.1",529 "scale-info",530 "scale-info",531 "serde",530 "sp-api",532 "sp-api",531 "sp-application-crypto",533 "sp-application-crypto",532 "sp-core",534 "sp-core",535 "sp-io",536 "sp-mmr-primitives",533 "sp-runtime",537 "sp-runtime",534 "sp-std",538 "sp-std",535]539]536537[[package]]538name = "bimap"539version = "0.6.2"540source = "registry+https://github.com/rust-lang/crates.io-index"541checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"542540543[[package]]541[[package]]544name = "bincode"542name = "bincode"551549552[[package]]550[[package]]553name = "bindgen"551name = "bindgen"554version = "0.59.2"552version = "0.60.1"555source = "registry+https://github.com/rust-lang/crates.io-index"553source = "registry+https://github.com/rust-lang/crates.io-index"556checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"554checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6"557dependencies = [555dependencies = [558 "bitflags",556 "bitflags",559 "cexpr",557 "cexpr",641639642[[package]]640[[package]]643name = "blake3"641name = "blake3"644version = "1.3.2"642version = "1.3.3"645source = "registry+https://github.com/rust-lang/crates.io-index"643source = "registry+https://github.com/rust-lang/crates.io-index"646checksum = "895adc16c8b3273fbbc32685a7d55227705eda08c01e77704020f3491924b44b"644checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef"647dependencies = [645dependencies = [648 "arrayref",646 "arrayref",649 "arrayvec 0.7.2",647 "arrayvec 0.7.2",650 "cc",648 "cc",651 "cfg-if 1.0.0",649 "cfg-if",652 "constant_time_eq 0.2.4",650 "constant_time_eq 0.2.4",653 "digest 0.10.6",651 "digest 0.10.6",654]652]694692695[[package]]693[[package]]696name = "blocking"694name = "blocking"697version = "1.2.0"695version = "1.3.0"698source = "registry+https://github.com/rust-lang/crates.io-index"696source = "registry+https://github.com/rust-lang/crates.io-index"699checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"697checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"700dependencies = [698dependencies = [701 "async-channel",699 "async-channel",700 "async-lock",702 "async-task",701 "async-task",703 "atomic-waker",702 "atomic-waker",704 "fastrand",703 "fastrand",705 "futures-lite",704 "futures-lite",706 "once_cell",707]705]708706709[[package]]707[[package]]802 "pkg-config",800 "pkg-config",803]801]804805[[package]]806name = "cache-padded"807version = "1.2.0"808source = "registry+https://github.com/rust-lang/crates.io-index"809checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"810802811[[package]]803[[package]]812name = "camino"804name = "camino"866 "smallvec",858 "smallvec",867]859]868869[[package]]870name = "cfg-if"871version = "0.1.10"872source = "registry+https://github.com/rust-lang/crates.io-index"873checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"874860875[[package]]861[[package]]876name = "cfg-if"862name = "cfg-if"890source = "registry+https://github.com/rust-lang/crates.io-index"876source = "registry+https://github.com/rust-lang/crates.io-index"891checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"877checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"892dependencies = [878dependencies = [893 "cfg-if 1.0.0",879 "cfg-if",894 "cipher 0.3.0",880 "cipher",895 "cpufeatures",881 "cpufeatures",896 "zeroize",882 "zeroize",897]883]904dependencies = [890dependencies = [905 "aead",891 "aead",906 "chacha20",892 "chacha20",907 "cipher 0.3.0",893 "cipher",908 "poly1305",894 "poly1305",909 "zeroize",895 "zeroize",910]896]919 "js-sys",905 "js-sys",920 "num-integer",906 "num-integer",921 "num-traits",907 "num-traits",922 "time 0.1.44",908 "time 0.1.45",923 "wasm-bindgen",909 "wasm-bindgen",924 "winapi",910 "winapi",925]911]946 "generic-array 0.14.6",932 "generic-array 0.14.6",947]933]948949[[package]]950name = "cipher"951version = "0.4.3"952source = "registry+https://github.com/rust-lang/crates.io-index"953checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e"954dependencies = [955 "crypto-common",956 "inout",957]958934959[[package]]935[[package]]960name = "ckb-merkle-mountain-range"936name = "ckb-merkle-mountain-range"961version = "0.3.2"937version = "0.5.2"962source = "registry+https://github.com/rust-lang/crates.io-index"938source = "registry+https://github.com/rust-lang/crates.io-index"963checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"939checksum = "56ccb671c5921be8a84686e6212ca184cb1d7c51cadcdbfcbd1cc3f042f5dfb8"964dependencies = [940dependencies = [965 "cfg-if 0.1.10",941 "cfg-if",966]942]967943968[[package]]944[[package]]973dependencies = [949dependencies = [974 "glob",950 "glob",975 "libc",951 "libc",976 "libloading 0.7.4",952 "libloading",977]953]978954979[[package]]955[[package]]980name = "clap"956name = "clap"981version = "3.2.23"957version = "4.0.29"982source = "registry+https://github.com/rust-lang/crates.io-index"958source = "registry+https://github.com/rust-lang/crates.io-index"983checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"959checksum = "4d63b9e9c07271b9957ad22c173bae2a4d9a81127680962039296abcd2f8251d"984dependencies = [960dependencies = [985 "atty",986 "bitflags",961 "bitflags",987 "clap_derive",962 "clap_derive",988 "clap_lex",963 "clap_lex",989 "indexmap",964 "is-terminal",990 "once_cell",965 "once_cell",991 "strsim",966 "strsim",992 "termcolor",967 "termcolor",993 "textwrap",994]968]995969996[[package]]970[[package]]997name = "clap_derive"971name = "clap_derive"998version = "3.2.18"972version = "4.0.21"999source = "registry+https://github.com/rust-lang/crates.io-index"973source = "registry+https://github.com/rust-lang/crates.io-index"1000checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"974checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014"1001dependencies = [975dependencies = [1002 "heck",976 "heck",1003 "proc-macro-error",977 "proc-macro-error",10089821009[[package]]983[[package]]1010name = "clap_lex"984name = "clap_lex"1011version = "0.2.4"985version = "0.3.0"1012source = "registry+https://github.com/rust-lang/crates.io-index"986source = "registry+https://github.com/rust-lang/crates.io-index"1013checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"987checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"1014dependencies = [988dependencies = [1015 "os_str_bytes",989 "os_str_bytes",1016]990]10171018[[package]]1019name = "cmake"1020version = "0.1.49"1021source = "registry+https://github.com/rust-lang/crates.io-index"1022checksum = "db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c"1023dependencies = [1024 "cc",1025]10269911027[[package]]992[[package]]1028name = "coarsetime"993name = "coarsetime"1057 "unicode-width",1022 "unicode-width",1058]1023]10591060[[package]]1061name = "concurrent-queue"1062version = "1.2.4"1063source = "registry+https://github.com/rust-lang/crates.io-index"1064checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c"1065dependencies = [1066 "cache-padded",1067]106810241069[[package]]1025[[package]]1070name = "concurrent-queue"1026name = "concurrent-queue"109010461091[[package]]1047[[package]]1092name = "const-oid"1048name = "const-oid"1093version = "0.7.1"1049version = "0.9.1"1094source = "registry+https://github.com/rust-lang/crates.io-index"1050source = "registry+https://github.com/rust-lang/crates.io-index"1095checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"1051checksum = "cec318a675afcb6a1ea1d4340e2d377e56e47c266f28043ceccbf4412ddfdd3b"109610521097[[package]]1053[[package]]1098name = "constant_time_eq"1054name = "constant_time_eq"1143source = "registry+https://github.com/rust-lang/crates.io-index"1099source = "registry+https://github.com/rust-lang/crates.io-index"1144checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1100checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1145dependencies = [1101dependencies = [1146 "cfg-if 1.0.0",1102 "cfg-if",1147]1103]114811041149[[package]]1105[[package]]1259source = "registry+https://github.com/rust-lang/crates.io-index"1215source = "registry+https://github.com/rust-lang/crates.io-index"1260checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1216checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1261dependencies = [1217dependencies = [1262 "cfg-if 1.0.0",1218 "cfg-if",1263]1219]126412201265[[package]]1221[[package]]1268source = "registry+https://github.com/rust-lang/crates.io-index"1224source = "registry+https://github.com/rust-lang/crates.io-index"1269checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"1225checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"1270dependencies = [1226dependencies = [1271 "cfg-if 1.0.0",1227 "cfg-if",1272 "crossbeam-utils",1228 "crossbeam-utils",1273]1229]127412301278source = "registry+https://github.com/rust-lang/crates.io-index"1234source = "registry+https://github.com/rust-lang/crates.io-index"1279checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"1235checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"1280dependencies = [1236dependencies = [1281 "cfg-if 1.0.0",1237 "cfg-if",1282 "crossbeam-epoch",1238 "crossbeam-epoch",1283 "crossbeam-utils",1239 "crossbeam-utils",1284]1240]1290checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"1246checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"1291dependencies = [1247dependencies = [1292 "autocfg",1248 "autocfg",1293 "cfg-if 1.0.0",1249 "cfg-if",1294 "crossbeam-utils",1250 "crossbeam-utils",1295 "memoffset 0.7.1",1251 "memoffset 0.7.1",1296 "scopeguard",1252 "scopeguard",1302source = "registry+https://github.com/rust-lang/crates.io-index"1258source = "registry+https://github.com/rust-lang/crates.io-index"1303checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"1259checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"1304dependencies = [1260dependencies = [1305 "cfg-if 1.0.0",1261 "cfg-if",1306 "crossbeam-utils",1262 "crossbeam-utils",1307]1263]130812641312source = "registry+https://github.com/rust-lang/crates.io-index"1268source = "registry+https://github.com/rust-lang/crates.io-index"1313checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"1269checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"1314dependencies = [1270dependencies = [1315 "cfg-if 1.0.0",1271 "cfg-if",1316]1272]131712731318[[package]]1274[[package]]132312791324[[package]]1280[[package]]1325name = "crypto-bigint"1281name = "crypto-bigint"1326version = "0.3.2"1282version = "0.4.9"1327source = "registry+https://github.com/rust-lang/crates.io-index"1283source = "registry+https://github.com/rust-lang/crates.io-index"1328checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1284checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"1329dependencies = [1285dependencies = [1330 "generic-array 0.14.6",1286 "generic-array 0.14.6",1331 "rand_core 0.6.4",1287 "rand_core 0.6.4",1379source = "registry+https://github.com/rust-lang/crates.io-index"1335source = "registry+https://github.com/rust-lang/crates.io-index"1380checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1336checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1381dependencies = [1337dependencies = [1382 "cipher 0.3.0",1338 "cipher",1383]1339]13841385[[package]]1386name = "cuckoofilter"1387version = "0.5.0"1388source = "registry+https://github.com/rust-lang/crates.io-index"1389checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1390dependencies = [1391 "byteorder",1392 "fnv",1393 "rand 0.7.3",1394]139513401396[[package]]1341[[package]]1397name = "cumulus-client-cli"1342name = "cumulus-client-cli"1398version = "0.1.0"1343version = "0.1.0"1399source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1344source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1400dependencies = [1345dependencies = [1401 "clap",1346 "clap",1402 "parity-scale-codec 3.2.1",1347 "parity-scale-codec 3.2.1",1411[[package]]1356[[package]]1412name = "cumulus-client-collator"1357name = "cumulus-client-collator"1413version = "0.1.0"1358version = "0.1.0"1414source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1359source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1415dependencies = [1360dependencies = [1416 "cumulus-client-consensus-common",1361 "cumulus-client-consensus-common",1417 "cumulus-client-network",1362 "cumulus-client-network",1418 "cumulus-primitives-core",1363 "cumulus-primitives-core",1419 "cumulus-relay-chain-interface",1420 "futures 0.3.25",1364 "futures 0.3.25",1421 "parity-scale-codec 3.2.1",1365 "parity-scale-codec 3.2.1",1422 "parking_lot 0.12.1",1366 "parking_lot 0.12.1",1435[[package]]1379[[package]]1436name = "cumulus-client-consensus-aura"1380name = "cumulus-client-consensus-aura"1437version = "0.1.0"1381version = "0.1.0"1438source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1382source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1439dependencies = [1383dependencies = [1440 "async-trait",1384 "async-trait",1441 "cumulus-client-consensus-common",1385 "cumulus-client-consensus-common",1464[[package]]1408[[package]]1465name = "cumulus-client-consensus-common"1409name = "cumulus-client-consensus-common"1466version = "0.1.0"1410version = "0.1.0"1467source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1411source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1468dependencies = [1412dependencies = [1469 "async-trait",1413 "async-trait",1470 "cumulus-relay-chain-interface",1414 "cumulus-relay-chain-interface",1474 "polkadot-primitives",1418 "polkadot-primitives",1475 "sc-client-api",1419 "sc-client-api",1476 "sc-consensus",1420 "sc-consensus",1477 "sp-api",1478 "sp-blockchain",1421 "sp-blockchain",1479 "sp-consensus",1422 "sp-consensus",1480 "sp-runtime",1423 "sp-runtime",1485[[package]]1428[[package]]1486name = "cumulus-client-network"1429name = "cumulus-client-network"1487version = "0.1.0"1430version = "0.1.0"1488source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1431source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1489dependencies = [1432dependencies = [1490 "async-trait",1433 "async-trait",1491 "cumulus-relay-chain-interface",1434 "cumulus-relay-chain-interface",1492 "derive_more",1493 "futures 0.3.25",1435 "futures 0.3.25",1494 "futures-timer",1436 "futures-timer",1495 "parity-scale-codec 3.2.1",1437 "parity-scale-codec 3.2.1",1498 "polkadot-parachain",1440 "polkadot-parachain",1499 "polkadot-primitives",1441 "polkadot-primitives",1500 "sc-client-api",1442 "sc-client-api",1501 "sp-api",1502 "sp-blockchain",1443 "sp-blockchain",1503 "sp-consensus",1444 "sp-consensus",1504 "sp-core",1445 "sp-core",1510[[package]]1451[[package]]1511name = "cumulus-client-pov-recovery"1452name = "cumulus-client-pov-recovery"1512version = "0.1.0"1453version = "0.1.0"1513source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1454source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1514dependencies = [1455dependencies = [1515 "cumulus-primitives-core",1456 "cumulus-primitives-core",1516 "cumulus-relay-chain-interface",1457 "cumulus-relay-chain-interface",1524 "rand 0.8.5",1465 "rand 0.8.5",1525 "sc-client-api",1466 "sc-client-api",1526 "sc-consensus",1467 "sc-consensus",1527 "sp-api",1528 "sp-consensus",1468 "sp-consensus",1529 "sp-maybe-compressed-blob",1469 "sp-maybe-compressed-blob",1530 "sp-runtime",1470 "sp-runtime",1534[[package]]1474[[package]]1535name = "cumulus-client-service"1475name = "cumulus-client-service"1536version = "0.1.0"1476version = "0.1.0"1537source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1477source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1538dependencies = [1478dependencies = [1539 "cumulus-client-cli",1479 "cumulus-client-cli",1540 "cumulus-client-collator",1480 "cumulus-client-collator",1543 "cumulus-primitives-core",1483 "cumulus-primitives-core",1544 "cumulus-relay-chain-interface",1484 "cumulus-relay-chain-interface",1545 "parking_lot 0.12.1",1485 "parking_lot 0.12.1",1546 "polkadot-overseer",1547 "polkadot-primitives",1486 "polkadot-primitives",1548 "sc-client-api",1487 "sc-client-api",1549 "sc-consensus",1488 "sc-consensus",1550 "sc-consensus-babe",1551 "sc-service",1489 "sc-service",1552 "sc-telemetry",1553 "sc-tracing",1554 "sp-api",1490 "sp-api",1555 "sp-blockchain",1491 "sp-blockchain",1556 "sp-consensus",1492 "sp-consensus",1557 "sp-core",1493 "sp-core",1558 "sp-runtime",1494 "sp-runtime",1559 "tracing",1560]1495]156114961562[[package]]1497[[package]]1563name = "cumulus-pallet-aura-ext"1498name = "cumulus-pallet-aura-ext"1564version = "0.1.0"1499version = "0.1.0"1565source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1500source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1566dependencies = [1501dependencies = [1567 "frame-executive",1568 "frame-support",1502 "frame-support",1569 "frame-system",1503 "frame-system",1570 "pallet-aura",1504 "pallet-aura",1571 "parity-scale-codec 3.2.1",1505 "parity-scale-codec 3.2.1",1572 "scale-info",1506 "scale-info",1573 "serde",1574 "sp-application-crypto",1507 "sp-application-crypto",1575 "sp-consensus-aura",1508 "sp-consensus-aura",1576 "sp-runtime",1509 "sp-runtime",1580[[package]]1513[[package]]1581name = "cumulus-pallet-dmp-queue"1514name = "cumulus-pallet-dmp-queue"1582version = "0.1.0"1515version = "0.1.0"1583source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1516source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1584dependencies = [1517dependencies = [1585 "cumulus-primitives-core",1518 "cumulus-primitives-core",1586 "frame-support",1519 "frame-support",1592 "sp-runtime",1525 "sp-runtime",1593 "sp-std",1526 "sp-std",1594 "xcm",1527 "xcm",1595 "xcm-executor",1596]1528]159715291598[[package]]1530[[package]]1599name = "cumulus-pallet-parachain-system"1531name = "cumulus-pallet-parachain-system"1600version = "0.1.0"1532version = "0.1.0"1601source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1533source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1602dependencies = [1534dependencies = [1603 "bytes",1535 "bytes",1604 "cumulus-pallet-parachain-system-proc-macro",1536 "cumulus-pallet-parachain-system-proc-macro",1609 "frame-system",1541 "frame-system",1610 "impl-trait-for-tuples",1542 "impl-trait-for-tuples",1611 "log",1543 "log",1612 "pallet-balances",1613 "parity-scale-codec 3.2.1",1544 "parity-scale-codec 3.2.1",1614 "polkadot-parachain",1545 "polkadot-parachain",1615 "scale-info",1546 "scale-info",1616 "serde",1617 "sp-core",1547 "sp-core",1618 "sp-externalities",1548 "sp-externalities",1619 "sp-inherents",1549 "sp-inherents",1623 "sp-std",1553 "sp-std",1624 "sp-trie",1554 "sp-trie",1625 "sp-version",1555 "sp-version",1626 "xcm",1627]1556]162815571629[[package]]1558[[package]]1630name = "cumulus-pallet-parachain-system-proc-macro"1559name = "cumulus-pallet-parachain-system-proc-macro"1631version = "0.1.0"1560version = "0.1.0"1632source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1561source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1633dependencies = [1562dependencies = [1634 "proc-macro-crate",1563 "proc-macro-crate",1635 "proc-macro2",1564 "proc-macro2",1640[[package]]1569[[package]]1641name = "cumulus-pallet-xcm"1570name = "cumulus-pallet-xcm"1642version = "0.1.0"1571version = "0.1.0"1643source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1572source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1644dependencies = [1573dependencies = [1645 "cumulus-primitives-core",1574 "cumulus-primitives-core",1646 "frame-support",1575 "frame-support",1647 "frame-system",1576 "frame-system",1648 "parity-scale-codec 3.2.1",1577 "parity-scale-codec 3.2.1",1649 "scale-info",1578 "scale-info",1650 "serde",1651 "sp-io",1579 "sp-io",1652 "sp-runtime",1580 "sp-runtime",1653 "sp-std",1581 "sp-std",1657[[package]]1585[[package]]1658name = "cumulus-pallet-xcmp-queue"1586name = "cumulus-pallet-xcmp-queue"1659version = "0.1.0"1587version = "0.1.0"1660source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1588source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1661dependencies = [1589dependencies = [1662 "cumulus-primitives-core",1590 "cumulus-primitives-core",1663 "frame-support",1591 "frame-support",1675[[package]]1603[[package]]1676name = "cumulus-primitives-core"1604name = "cumulus-primitives-core"1677version = "0.1.0"1605version = "0.1.0"1678source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1606source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1679dependencies = [1607dependencies = [1680 "frame-support",1681 "parity-scale-codec 3.2.1",1608 "parity-scale-codec 3.2.1",1682 "polkadot-core-primitives",1609 "polkadot-core-primitives",1683 "polkadot-parachain",1610 "polkadot-parachain",1691[[package]]1618[[package]]1692name = "cumulus-primitives-parachain-inherent"1619name = "cumulus-primitives-parachain-inherent"1693version = "0.1.0"1620version = "0.1.0"1694source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1621source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1695dependencies = [1622dependencies = [1696 "async-trait",1623 "async-trait",1697 "cumulus-primitives-core",1624 "cumulus-primitives-core",1714[[package]]1641[[package]]1715name = "cumulus-primitives-timestamp"1642name = "cumulus-primitives-timestamp"1716version = "0.1.0"1643version = "0.1.0"1717source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1644source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1718dependencies = [1645dependencies = [1719 "cumulus-primitives-core",1646 "cumulus-primitives-core",1720 "futures 0.3.25",1647 "futures 0.3.25",1727[[package]]1654[[package]]1728name = "cumulus-primitives-utility"1655name = "cumulus-primitives-utility"1729version = "0.1.0"1656version = "0.1.0"1730source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1657source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1731dependencies = [1658dependencies = [1732 "cumulus-primitives-core",1659 "cumulus-primitives-core",1733 "frame-support",1660 "frame-support",1734 "log",1661 "log",1735 "parity-scale-codec 3.2.1",1662 "parity-scale-codec 3.2.1",1736 "polkadot-core-primitives",1737 "polkadot-parachain",1738 "polkadot-primitives",1739 "sp-runtime",1663 "sp-runtime",1740 "sp-std",1664 "sp-std",1741 "sp-trie",1742 "xcm",1665 "xcm",1743 "xcm-builder",1666 "xcm-builder",1744 "xcm-executor",1667 "xcm-executor",1747[[package]]1670[[package]]1748name = "cumulus-relay-chain-inprocess-interface"1671name = "cumulus-relay-chain-inprocess-interface"1749version = "0.1.0"1672version = "0.1.0"1750source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1673source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1751dependencies = [1674dependencies = [1752 "async-trait",1675 "async-trait",1753 "cumulus-primitives-core",1676 "cumulus-primitives-core",1759 "polkadot-service",1682 "polkadot-service",1760 "sc-cli",1683 "sc-cli",1761 "sc-client-api",1684 "sc-client-api",1762 "sc-consensus-babe",1763 "sc-network",1764 "sc-sysinfo",1685 "sc-sysinfo",1765 "sc-telemetry",1686 "sc-telemetry",1766 "sc-tracing",1687 "sc-tracing",1767 "sp-api",1688 "sp-api",1768 "sp-blockchain",1769 "sp-consensus",1689 "sp-consensus",1770 "sp-core",1690 "sp-core",1771 "sp-runtime",1691 "sp-runtime",1772 "sp-state-machine",1692 "sp-state-machine",1773 "tracing",1774]1693]177516941776[[package]]1695[[package]]1777name = "cumulus-relay-chain-interface"1696name = "cumulus-relay-chain-interface"1778version = "0.1.0"1697version = "0.1.0"1779source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1698source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1780dependencies = [1699dependencies = [1781 "async-trait",1700 "async-trait",1782 "cumulus-primitives-core",1701 "cumulus-primitives-core",1783 "derive_more",1784 "futures 0.3.25",1702 "futures 0.3.25",1785 "jsonrpsee-core",1703 "jsonrpsee-core",1786 "parity-scale-codec 3.2.1",1704 "parity-scale-codec 3.2.1",1787 "parking_lot 0.12.1",1788 "polkadot-overseer",1705 "polkadot-overseer",1789 "polkadot-service",1706 "polkadot-service",1790 "sc-client-api",1707 "sc-client-api",1791 "sp-api",1708 "sp-api",1792 "sp-blockchain",1709 "sp-blockchain",1793 "sp-core",1794 "sp-runtime",1795 "sp-state-machine",1710 "sp-state-machine",1796 "thiserror",1711 "thiserror",1797]1712]17131714[[package]]1715name = "cumulus-relay-chain-minimal-node"1716version = "0.1.0"1717source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1718dependencies = [1719 "array-bytes",1720 "async-trait",1721 "cumulus-primitives-core",1722 "cumulus-relay-chain-interface",1723 "cumulus-relay-chain-rpc-interface",1724 "futures 0.3.25",1725 "lru",1726 "polkadot-availability-distribution",1727 "polkadot-core-primitives",1728 "polkadot-network-bridge",1729 "polkadot-node-core-av-store",1730 "polkadot-node-network-protocol",1731 "polkadot-node-subsystem-util",1732 "polkadot-overseer",1733 "polkadot-primitives",1734 "polkadot-service",1735 "sc-authority-discovery",1736 "sc-client-api",1737 "sc-consensus",1738 "sc-keystore",1739 "sc-network",1740 "sc-network-common",1741 "sc-network-light",1742 "sc-network-sync",1743 "sc-service",1744 "sc-telemetry",1745 "sc-tracing",1746 "sc-transaction-pool",1747 "sc-transaction-pool-api",1748 "sp-api",1749 "sp-blockchain",1750 "sp-consensus",1751 "sp-consensus-babe",1752 "sp-runtime",1753 "tokio",1754 "tracing",1755 "url",1756]179817571799[[package]]1758[[package]]1800name = "cumulus-relay-chain-rpc-interface"1759name = "cumulus-relay-chain-rpc-interface"1801version = "0.1.0"1760version = "0.1.0"1802source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1761source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1803dependencies = [1762dependencies = [1804 "async-trait",1763 "async-trait",1805 "backoff",1764 "backoff",1809 "futures-timer",1768 "futures-timer",1810 "jsonrpsee",1769 "jsonrpsee",1811 "parity-scale-codec 3.2.1",1770 "parity-scale-codec 3.2.1",1812 "parking_lot 0.12.1",1813 "polkadot-service",1771 "polkadot-service",1814 "sc-client-api",1772 "sc-client-api",1815 "sc-rpc-api",1773 "sc-rpc-api",1816 "sp-api",1774 "sp-api",1775 "sp-authority-discovery",1776 "sp-consensus-babe",1817 "sp-core",1777 "sp-core",1818 "sp-runtime",1778 "sp-runtime",1819 "sp-state-machine",1779 "sp-state-machine",1826[[package]]1786[[package]]1827name = "cumulus-test-relay-sproof-builder"1787name = "cumulus-test-relay-sproof-builder"1828version = "0.1.0"1788version = "0.1.0"1829source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1789source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"1830dependencies = [1790dependencies = [1831 "cumulus-primitives-core",1791 "cumulus-primitives-core",1832 "parity-scale-codec 3.2.1",1792 "parity-scale-codec 3.2.1",187718371878[[package]]1838[[package]]1879name = "cxx"1839name = "cxx"1880version = "1.0.82"1840version = "1.0.83"1881source = "registry+https://github.com/rust-lang/crates.io-index"1841source = "registry+https://github.com/rust-lang/crates.io-index"1882checksum = "d4a41a86530d0fe7f5d9ea779916b7cadd2d4f9add748b99c2c029cbbdfaf453"1842checksum = "bdf07d07d6531bfcdbe9b8b739b104610c6508dcc4d63b410585faf338241daf"1883dependencies = [1843dependencies = [1884 "cc",1844 "cc",1885 "cxxbridge-flags",1845 "cxxbridge-flags",188918491890[[package]]1850[[package]]1891name = "cxx-build"1851name = "cxx-build"1892version = "1.0.82"1852version = "1.0.83"1893source = "registry+https://github.com/rust-lang/crates.io-index"1853source = "registry+https://github.com/rust-lang/crates.io-index"1894checksum = "06416d667ff3e3ad2df1cd8cd8afae5da26cf9cec4d0825040f88b5ca659a2f0"1854checksum = "d2eb5b96ecdc99f72657332953d4d9c50135af1bac34277801cc3937906ebd39"1895dependencies = [1855dependencies = [1896 "cc",1856 "cc",1897 "codespan-reporting",1857 "codespan-reporting",190418641905[[package]]1865[[package]]1906name = "cxxbridge-flags"1866name = "cxxbridge-flags"1907version = "1.0.82"1867version = "1.0.83"1908source = "registry+https://github.com/rust-lang/crates.io-index"1868source = "registry+https://github.com/rust-lang/crates.io-index"1909checksum = "820a9a2af1669deeef27cb271f476ffd196a2c4b6731336011e0ba63e2c7cf71"1869checksum = "ac040a39517fd1674e0f32177648334b0f4074625b5588a64519804ba0553b12"191018701911[[package]]1871[[package]]1912name = "cxxbridge-macro"1872name = "cxxbridge-macro"1913version = "1.0.82"1873version = "1.0.83"1914source = "registry+https://github.com/rust-lang/crates.io-index"1874source = "registry+https://github.com/rust-lang/crates.io-index"1915checksum = "a08a6e2fcc370a089ad3b4aaf54db3b1b4cee38ddabce5896b33eb693275f470"1875checksum = "1362b0ddcfc4eb0a1f57b68bd77dd99f0e826958a96abd0ae9bd092e114ffed6"1916dependencies = [1876dependencies = [1917 "proc-macro2",1877 "proc-macro2",1918 "quote",1878 "quote",192118811922[[package]]1882[[package]]1923name = "data-encoding"1883name = "data-encoding"1924version = "2.3.2"1884version = "2.3.3"1925source = "registry+https://github.com/rust-lang/crates.io-index"1885source = "registry+https://github.com/rust-lang/crates.io-index"1926checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"1886checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"192718871928[[package]]1888[[package]]1929name = "data-encoding-macro"1889name = "data-encoding-macro"194719071948[[package]]1908[[package]]1949name = "der"1909name = "der"1950version = "0.5.1"1910version = "0.6.0"1951source = "registry+https://github.com/rust-lang/crates.io-index"1911source = "registry+https://github.com/rust-lang/crates.io-index"1952checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"1912checksum = "13dd2ae565c0a381dde7fade45fce95984c568bdcb4700a4fdbe3175e0380b2f"1953dependencies = [1913dependencies = [1954 "const-oid",1914 "const-oid",1915 "zeroize",1955]1916]195619171957[[package]]1918[[package]]1978 "syn",1939 "syn",1979]1940]19411942[[package]]1943name = "difflib"1944version = "0.4.0"1945source = "registry+https://github.com/rust-lang/crates.io-index"1946checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"198019471981[[package]]1948[[package]]1982name = "digest"1949name = "digest"2022source = "registry+https://github.com/rust-lang/crates.io-index"1989source = "registry+https://github.com/rust-lang/crates.io-index"2023checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"1990checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2024dependencies = [1991dependencies = [2025 "cfg-if 1.0.0",1992 "cfg-if",2026 "dirs-sys-next",1993 "dirs-sys-next",2027]1994]202819952058 "quick-error",2025 "quick-error",2059]2026]20272028[[package]]2029name = "downcast"2030version = "0.11.0"2031source = "registry+https://github.com/rust-lang/crates.io-index"2032checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"206020332061[[package]]2034[[package]]2062name = "downcast-rs"2035name = "downcast-rs"209920722100[[package]]2073[[package]]2101name = "ecdsa"2074name = "ecdsa"2102version = "0.13.4"2075version = "0.14.8"2103source = "registry+https://github.com/rust-lang/crates.io-index"2076source = "registry+https://github.com/rust-lang/crates.io-index"2104checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2077checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"2105dependencies = [2078dependencies = [2106 "der",2079 "der",2107 "elliptic-curve",2080 "elliptic-curve",215421272155[[package]]2128[[package]]2156name = "elliptic-curve"2129name = "elliptic-curve"2157version = "0.11.12"2130version = "0.12.3"2158source = "registry+https://github.com/rust-lang/crates.io-index"2131source = "registry+https://github.com/rust-lang/crates.io-index"2159checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2132checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"2160dependencies = [2133dependencies = [2161 "base16ct",2134 "base16ct",2162 "crypto-bigint",2135 "crypto-bigint",2163 "der",2136 "der",2137 "digest 0.10.6",2164 "ff",2138 "ff",2165 "generic-array 0.14.6",2139 "generic-array 0.14.6",2166 "group",2140 "group",217821522179[[package]]2153[[package]]2180name = "enum-as-inner"2154name = "enum-as-inner"2181version = "0.4.0"2155version = "0.5.1"2182source = "registry+https://github.com/rust-lang/crates.io-index"2156source = "registry+https://github.com/rust-lang/crates.io-index"2183checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"2157checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"2184dependencies = [2158dependencies = [2185 "heck",2159 "heck",2186 "proc-macro2",2160 "proc-macro2",223422082235[[package]]2209[[package]]2236name = "environmental"2210name = "environmental"2237version = "1.1.3"2211version = "1.1.4"2238source = "registry+https://github.com/rust-lang/crates.io-index"2212source = "registry+https://github.com/rust-lang/crates.io-index"2239checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"2213checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b"224022142241[[package]]2215[[package]]2242name = "errno"2216name = "errno"2264version = "0.12.1"2238version = "0.12.1"2265source = "registry+https://github.com/rust-lang/crates.io-index"2239source = "registry+https://github.com/rust-lang/crates.io-index"2266checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2240checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2241dependencies = [2242 "crunchy",2243 "fixed-hash 0.7.0",2244 "impl-codec",2245 "impl-rlp",2246 "scale-info",2247 "tiny-keccak",2248]22492250[[package]]2251name = "ethbloom"2252version = "0.13.0"2253source = "registry+https://github.com/rust-lang/crates.io-index"2254checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60"2267dependencies = [2255dependencies = [2268 "crunchy",2256 "crunchy",2269 "fixed-hash",2257 "fixed-hash 0.8.0",2270 "impl-codec",2258 "impl-codec",2271 "impl-rlp",2259 "impl-rlp",2272 "impl-serde",2260 "impl-serde",2279version = "0.12.0"2267version = "0.12.0"2280source = "registry+https://github.com/rust-lang/crates.io-index"2268source = "registry+https://github.com/rust-lang/crates.io-index"2281checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2269checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2270dependencies = [2271 "bytes",2272 "ethereum-types 0.13.1",2273 "hash-db",2274 "hash256-std-hasher",2275 "rlp",2276 "rlp-derive",2277 "sha3",2278 "triehash",2279]22802281[[package]]2282name = "ethereum"2283version = "0.14.0"2284source = "registry+https://github.com/rust-lang/crates.io-index"2285checksum = "6a89fb87a9e103f71b903b80b670200b54cc67a07578f070681f1fffb7396fb7"2282dependencies = [2286dependencies = [2283 "bytes",2287 "bytes",2284 "ethereum-types",2288 "ethereum-types 0.14.1",2285 "hash-db",2289 "hash-db",2286 "hash256-std-hasher",2290 "hash256-std-hasher",2287 "parity-scale-codec 3.2.1",2291 "parity-scale-codec 3.2.1",2288 "rlp",2292 "rlp",2289 "rlp-derive",2290 "scale-info",2293 "scale-info",2291 "serde",2294 "serde",2292 "sha3",2295 "sha3",2298version = "0.13.1"2301version = "0.13.1"2299source = "registry+https://github.com/rust-lang/crates.io-index"2302source = "registry+https://github.com/rust-lang/crates.io-index"2300checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2303checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2304dependencies = [2305 "ethbloom 0.12.1",2306 "fixed-hash 0.7.0",2307 "impl-codec",2308 "impl-rlp",2309 "primitive-types 0.11.1",2310 "scale-info",2311 "uint",2312]23132314[[package]]2315name = "ethereum-types"2316version = "0.14.1"2317source = "registry+https://github.com/rust-lang/crates.io-index"2318checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee"2301dependencies = [2319dependencies = [2302 "ethbloom",2320 "ethbloom 0.13.0",2303 "fixed-hash",2321 "fixed-hash 0.8.0",2304 "impl-codec",2322 "impl-codec",2305 "impl-rlp",2323 "impl-rlp",2306 "impl-serde",2324 "impl-serde",2307 "primitive-types",2325 "primitive-types 0.12.1",2308 "scale-info",2326 "scale-info",2309 "uint",2327 "uint",2310]2328]2318[[package]]2336[[package]]2319name = "evm"2337name = "evm"2320version = "0.35.0"2338version = "0.35.0"2321source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2339source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.33#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2322dependencies = [2340dependencies = [2323 "auto_impl",2341 "auto_impl",2324 "environmental",2342 "environmental",2325 "ethereum",2343 "ethereum 0.14.0",2326 "evm-core",2344 "evm-core",2327 "evm-gasometer",2345 "evm-gasometer",2328 "evm-runtime",2346 "evm-runtime",2329 "log",2347 "log",2330 "parity-scale-codec 3.2.1",2348 "parity-scale-codec 3.2.1",2331 "primitive-types",2349 "primitive-types 0.12.1",2332 "rlp",2350 "rlp",2333 "scale-info",2351 "scale-info",2334 "serde",2352 "serde",2339name = "evm-coder"2357name = "evm-coder"2340version = "0.1.5"2358version = "0.1.5"2341dependencies = [2359dependencies = [2342 "ethereum",2360 "ethereum 0.14.0",2343 "evm-coder-procedural",2361 "evm-coder-procedural",2344 "evm-core",2362 "evm-core",2345 "frame-support",2363 "frame-support",2346 "hex",2364 "hex",2347 "hex-literal",2365 "hex-literal",2348 "impl-trait-for-tuples",2366 "impl-trait-for-tuples",2349 "pallet-evm",2367 "pallet-evm",2350 "primitive-types",2368 "primitive-types 0.12.1",2351 "sha3-const",2369 "sha3-const",2352 "similar-asserts",2370 "similar-asserts",2353 "sp-std",2371 "sp-std",2369[[package]]2387[[package]]2370name = "evm-core"2388name = "evm-core"2371version = "0.35.0"2389version = "0.35.0"2372source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2390source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.33#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2373dependencies = [2391dependencies = [2374 "parity-scale-codec 3.2.1",2392 "parity-scale-codec 3.2.1",2375 "primitive-types",2393 "primitive-types 0.12.1",2376 "scale-info",2394 "scale-info",2377 "serde",2395 "serde",2378]2396]237923972380[[package]]2398[[package]]2381name = "evm-gasometer"2399name = "evm-gasometer"2382version = "0.35.0"2400version = "0.35.0"2383source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2401source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.33#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2384dependencies = [2402dependencies = [2385 "environmental",2403 "environmental",2386 "evm-core",2404 "evm-core",2387 "evm-runtime",2405 "evm-runtime",2388 "primitive-types",2406 "primitive-types 0.12.1",2389]2407]239024082391[[package]]2409[[package]]2392name = "evm-runtime"2410name = "evm-runtime"2393version = "0.35.0"2411version = "0.35.0"2394source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2412source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.33#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"2395dependencies = [2413dependencies = [2396 "auto_impl",2414 "auto_impl",2397 "environmental",2415 "environmental",2398 "evm-core",2416 "evm-core",2399 "primitive-types",2417 "primitive-types 0.12.1",2400 "sha3",2418 "sha3",2401]2419]240224202483[[package]]2501[[package]]2484name = "fc-consensus"2502name = "fc-consensus"2485version = "2.0.0-dev"2503version = "2.0.0-dev"2486source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"2504source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2487dependencies = [2505dependencies = [2488 "async-trait",2506 "async-trait",2489 "fc-db",2507 "fc-db",2502[[package]]2520[[package]]2503name = "fc-db"2521name = "fc-db"2504version = "2.0.0-dev"2522version = "2.0.0-dev"2505source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"2523source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2506dependencies = [2524dependencies = [2507 "fp-storage",2525 "fp-storage",2508 "kvdb-rocksdb",2526 "kvdb-rocksdb",2509 "log",2527 "log",2510 "parity-db",2528 "parity-db 0.3.17",2511 "parity-scale-codec 3.2.1",2529 "parity-scale-codec 3.2.1",2512 "parking_lot 0.12.1",2530 "parking_lot 0.12.1",2513 "sc-client-db",2531 "sc-client-db",2520[[package]]2538[[package]]2521name = "fc-mapping-sync"2539name = "fc-mapping-sync"2522version = "2.0.0-dev"2540version = "2.0.0-dev"2523source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"2541source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2524dependencies = [2542dependencies = [2525 "fc-db",2543 "fc-db",2526 "fp-consensus",2544 "fp-consensus",2537[[package]]2555[[package]]2538name = "fc-rpc"2556name = "fc-rpc"2539version = "2.0.0-dev"2557version = "2.0.0-dev"2540source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"2558source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2541dependencies = [2559dependencies = [2542 "ethereum",2560 "ethereum 0.14.0",2543 "ethereum-types",2561 "ethereum-types 0.14.1",2544 "evm",2562 "evm",2545 "fc-db",2563 "fc-db",2546 "fc-rpc-core",2564 "fc-rpc-core",2553 "jsonrpsee",2571 "jsonrpsee",2554 "libsecp256k1",2572 "libsecp256k1",2555 "log",2573 "log",2556 "lru 0.8.1",2574 "lru",2557 "parity-scale-codec 3.2.1",2575 "parity-scale-codec 3.2.1",2558 "prometheus",2576 "prometheus",2559 "rand 0.8.5",2577 "rand 0.8.5",2580[[package]]2598[[package]]2581name = "fc-rpc-core"2599name = "fc-rpc-core"2582version = "1.1.0-dev"2600version = "1.1.0-dev"2583source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"2601source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2584dependencies = [2602dependencies = [2585 "ethereum",2603 "ethereum 0.14.0",2586 "ethereum-types",2604 "ethereum-types 0.14.1",2587 "jsonrpsee",2605 "jsonrpsee",2588 "rlp",2606 "rlp",2589 "rustc-hex",2607 "rustc-hex",260226202603[[package]]2621[[package]]2604name = "ff"2622name = "ff"2605version = "0.11.1"2623version = "0.12.1"2606source = "registry+https://github.com/rust-lang/crates.io-index"2624source = "registry+https://github.com/rust-lang/crates.io-index"2607checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"2625checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"2608dependencies = [2626dependencies = [2609 "rand_core 0.6.4",2627 "rand_core 0.6.4",2610 "subtle",2628 "subtle",2626source = "registry+https://github.com/rust-lang/crates.io-index"2644source = "registry+https://github.com/rust-lang/crates.io-index"2627checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"2645checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"2628dependencies = [2646dependencies = [2629 "cfg-if 1.0.0",2647 "cfg-if",2630 "libc",2648 "libc",2631 "redox_syscall",2649 "redox_syscall",2632 "windows-sys 0.42.0",2650 "windows-sys 0.42.0",2653version = "0.7.0"2671version = "0.7.0"2654source = "registry+https://github.com/rust-lang/crates.io-index"2672source = "registry+https://github.com/rust-lang/crates.io-index"2655checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2673checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2674dependencies = [2675 "byteorder",2676 "rustc-hex",2677 "static_assertions",2678]26792680[[package]]2681name = "fixed-hash"2682version = "0.8.0"2683source = "registry+https://github.com/rust-lang/crates.io-index"2684checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534"2656dependencies = [2685dependencies = [2657 "byteorder",2686 "byteorder",2658 "rand 0.8.5",2687 "rand 0.8.5",266826972669[[package]]2698[[package]]2670name = "flate2"2699name = "flate2"2671version = "1.0.24"2700version = "1.0.25"2672source = "registry+https://github.com/rust-lang/crates.io-index"2701source = "registry+https://github.com/rust-lang/crates.io-index"2673checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"2702checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"2674dependencies = [2703dependencies = [2675 "crc32fast",2704 "crc32fast",2676 "libz-sys",2705 "libz-sys",2677 "miniz_oxide",2706 "miniz_oxide 0.6.2",2678]2707]267927082680[[package]]2709[[package]]2694 "time 0.3.9",2723 "time 0.3.9",2695]2724]27252726[[package]]2727name = "float-cmp"2728version = "0.9.0"2729source = "registry+https://github.com/rust-lang/crates.io-index"2730checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"2731dependencies = [2732 "num-traits",2733]269627342697[[package]]2735[[package]]2698name = "fnv"2736name = "fnv"2703[[package]]2741[[package]]2704name = "fork-tree"2742name = "fork-tree"2705version = "3.0.0"2743version = "3.0.0"2706source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2744source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2707dependencies = [2745dependencies = [2708 "parity-scale-codec 3.2.1",2746 "parity-scale-codec 3.2.1",2709]2747]2720[[package]]2758[[package]]2721name = "fp-consensus"2759name = "fp-consensus"2722version = "2.0.0-dev"2760version = "2.0.0-dev"2723source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"2761source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2724dependencies = [2762dependencies = [2725 "ethereum",2763 "ethereum 0.14.0",2726 "parity-scale-codec 3.2.1",2764 "parity-scale-codec 3.2.1",2727 "sp-core",2765 "sp-core",2728 "sp-runtime",2766 "sp-runtime",2732[[package]]2770[[package]]2733name = "fp-ethereum"2771name = "fp-ethereum"2734version = "1.0.0-dev"2772version = "1.0.0-dev"2735source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"2773source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2736dependencies = [2774dependencies = [2737 "ethereum",2775 "ethereum 0.14.0",2738 "ethereum-types",2776 "ethereum-types 0.14.1",2739 "fp-evm",2777 "fp-evm",2740 "frame-support",2778 "frame-support",2741 "num_enum",2779 "num_enum",2747[[package]]2785[[package]]2748name = "fp-evm"2786name = "fp-evm"2749version = "3.0.0-dev"2787version = "3.0.0-dev"2750source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"2788source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2751dependencies = [2789dependencies = [2752 "evm",2790 "evm",2753 "frame-support",2791 "frame-support",2761[[package]]2799[[package]]2762name = "fp-evm-mapping"2800name = "fp-evm-mapping"2763version = "0.1.0"2801version = "0.1.0"2764source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"2802source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2765dependencies = [2803dependencies = [2766 "frame-support",2804 "frame-support",2767 "sp-core",2805 "sp-core",2770[[package]]2808[[package]]2771name = "fp-rpc"2809name = "fp-rpc"2772version = "3.0.0-dev"2810version = "3.0.0-dev"2773source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"2811source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2774dependencies = [2812dependencies = [2775 "ethereum",2813 "ethereum 0.14.0",2776 "ethereum-types",2814 "ethereum-types 0.14.1",2777 "fp-evm",2815 "fp-evm",2778 "parity-scale-codec 3.2.1",2816 "parity-scale-codec 3.2.1",2779 "scale-info",2817 "scale-info",2787[[package]]2825[[package]]2788name = "fp-self-contained"2826name = "fp-self-contained"2789version = "1.0.0-dev"2827version = "1.0.0-dev"2790source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"2828source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2791dependencies = [2829dependencies = [2792 "ethereum",2830 "ethereum 0.14.0",2793 "frame-support",2831 "frame-support",2794 "parity-scale-codec 3.2.1",2832 "parity-scale-codec 3.2.1",2795 "parity-util-mem",2833 "parity-util-mem",2801[[package]]2839[[package]]2802name = "fp-storage"2840name = "fp-storage"2803version = "2.0.0"2841version = "2.0.0"2804source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"2842source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"2805dependencies = [2843dependencies = [2806 "parity-scale-codec 3.2.1",2844 "parity-scale-codec 3.2.1",2807 "serde",2845 "serde",2808]2846]28472848[[package]]2849name = "fragile"2850version = "2.0.0"2851source = "registry+https://github.com/rust-lang/crates.io-index"2852checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"280928532810[[package]]2854[[package]]2811name = "frame-benchmarking"2855name = "frame-benchmarking"2812version = "4.0.0-dev"2856version = "4.0.0-dev"2813source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2857source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2814dependencies = [2858dependencies = [2815 "frame-support",2859 "frame-support",2816 "frame-system",2860 "frame-system",2833[[package]]2877[[package]]2834name = "frame-benchmarking-cli"2878name = "frame-benchmarking-cli"2835version = "4.0.0-dev"2879version = "4.0.0-dev"2836source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2880source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2837dependencies = [2881dependencies = [2838 "Inflector",2882 "Inflector",2839 "array-bytes",2883 "array-bytes",2874 "sp-keystore",2918 "sp-keystore",2875 "sp-runtime",2919 "sp-runtime",2876 "sp-state-machine",2920 "sp-state-machine",2921 "sp-std",2877 "sp-storage",2922 "sp-storage",2878 "sp-trie",2923 "sp-trie",2879 "tempfile",2924 "tempfile",2884[[package]]2929[[package]]2885name = "frame-election-provider-solution-type"2930name = "frame-election-provider-solution-type"2886version = "4.0.0-dev"2931version = "4.0.0-dev"2887source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2932source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2888dependencies = [2933dependencies = [2889 "proc-macro-crate",2934 "proc-macro-crate",2890 "proc-macro2",2935 "proc-macro2",2895[[package]]2940[[package]]2896name = "frame-election-provider-support"2941name = "frame-election-provider-support"2897version = "4.0.0-dev"2942version = "4.0.0-dev"2898source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2943source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2899dependencies = [2944dependencies = [2900 "frame-election-provider-solution-type",2945 "frame-election-provider-solution-type",2901 "frame-support",2946 "frame-support",2911[[package]]2956[[package]]2912name = "frame-executive"2957name = "frame-executive"2913version = "4.0.0-dev"2958version = "4.0.0-dev"2914source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2959source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2915dependencies = [2960dependencies = [2916 "frame-support",2961 "frame-support",2917 "frame-system",2962 "frame-system",2931source = "registry+https://github.com/rust-lang/crates.io-index"2976source = "registry+https://github.com/rust-lang/crates.io-index"2932checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2977checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2933dependencies = [2978dependencies = [2934 "cfg-if 1.0.0",2979 "cfg-if",2935 "parity-scale-codec 3.2.1",2980 "parity-scale-codec 3.2.1",2936 "scale-info",2981 "scale-info",2937 "serde",2982 "serde",2940[[package]]2985[[package]]2941name = "frame-support"2986name = "frame-support"2942version = "4.0.0-dev"2987version = "4.0.0-dev"2943source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2988source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2944dependencies = [2989dependencies = [2945 "bitflags",2990 "bitflags",2946 "frame-metadata",2991 "frame-metadata",2972[[package]]3017[[package]]2973name = "frame-support-procedural"3018name = "frame-support-procedural"2974version = "4.0.0-dev"3019version = "4.0.0-dev"2975source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3020source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2976dependencies = [3021dependencies = [2977 "Inflector",3022 "Inflector",2978 "cfg-expr",3023 "cfg-expr",2986[[package]]3031[[package]]2987name = "frame-support-procedural-tools"3032name = "frame-support-procedural-tools"2988version = "4.0.0-dev"3033version = "4.0.0-dev"2989source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3034source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"2990dependencies = [3035dependencies = [2991 "frame-support-procedural-tools-derive",3036 "frame-support-procedural-tools-derive",2992 "proc-macro-crate",3037 "proc-macro-crate",2998[[package]]3043[[package]]2999name = "frame-support-procedural-tools-derive"3044name = "frame-support-procedural-tools-derive"3000version = "3.0.0"3045version = "3.0.0"3001source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3046source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3002dependencies = [3047dependencies = [3003 "proc-macro2",3048 "proc-macro2",3004 "quote",3049 "quote",3008[[package]]3053[[package]]3009name = "frame-system"3054name = "frame-system"3010version = "4.0.0-dev"3055version = "4.0.0-dev"3011source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3056source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3012dependencies = [3057dependencies = [3013 "frame-support",3058 "frame-support",3014 "log",3059 "log",3026[[package]]3071[[package]]3027name = "frame-system-benchmarking"3072name = "frame-system-benchmarking"3028version = "4.0.0-dev"3073version = "4.0.0-dev"3029source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3074source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3030dependencies = [3075dependencies = [3031 "frame-benchmarking",3076 "frame-benchmarking",3032 "frame-support",3077 "frame-support",3041[[package]]3086[[package]]3042name = "frame-system-rpc-runtime-api"3087name = "frame-system-rpc-runtime-api"3043version = "4.0.0-dev"3088version = "4.0.0-dev"3044source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3089source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3045dependencies = [3090dependencies = [3046 "parity-scale-codec 3.2.1",3091 "parity-scale-codec 3.2.1",3047 "sp-api",3092 "sp-api",3050[[package]]3095[[package]]3051name = "frame-try-runtime"3096name = "frame-try-runtime"3052version = "0.10.0-dev"3097version = "0.10.0-dev"3053source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3098source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"3054dependencies = [3099dependencies = [3055 "frame-support",3100 "frame-support",3056 "parity-scale-codec 3.2.1",3101 "parity-scale-codec 3.2.1",3065source = "registry+https://github.com/rust-lang/crates.io-index"3110source = "registry+https://github.com/rust-lang/crates.io-index"3066checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"3111checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"30673068[[package]]3069name = "fs-swap"3070version = "0.2.6"3071source = "registry+https://github.com/rust-lang/crates.io-index"3072checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3073dependencies = [3074 "lazy_static",3075 "libc",3076 "libloading 0.5.2",3077 "winapi",3078]307931123080[[package]]3113[[package]]3081name = "fs2"3114name = "fs2"3278source = "registry+https://github.com/rust-lang/crates.io-index"3311source = "registry+https://github.com/rust-lang/crates.io-index"3279checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3312checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3280dependencies = [3313dependencies = [3281 "cfg-if 1.0.0",3314 "cfg-if",3282 "js-sys",3315 "js-sys",3283 "libc",3316 "libc",3284 "wasi 0.9.0+wasi-snapshot-preview1",3317 "wasi 0.9.0+wasi-snapshot-preview1",3291source = "registry+https://github.com/rust-lang/crates.io-index"3324source = "registry+https://github.com/rust-lang/crates.io-index"3292checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"3325checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"3293dependencies = [3326dependencies = [3294 "cfg-if 1.0.0",3327 "cfg-if",3295 "libc",3328 "libc",3296 "wasi 0.11.0+wasi-snapshot-preview1",3329 "wasi 0.11.0+wasi-snapshot-preview1",3297]3330]333833713339[[package]]3372[[package]]3340name = "gloo-timers"3373name = "gloo-timers"3341version = "0.2.4"3374version = "0.2.5"3342source = "registry+https://github.com/rust-lang/crates.io-index"3375source = "registry+https://github.com/rust-lang/crates.io-index"3343checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3376checksum = "98c4a8d6391675c6b2ee1a6c8d06e8e2d03605c44cec1270675985a4c2a5500b"3344dependencies = [3377dependencies = [3345 "futures-channel",3378 "futures-channel",3346 "futures-core",3379 "futures-core",335033833351[[package]]3384[[package]]3352name = "group"3385name = "group"3353version = "0.11.0"3386version = "0.12.1"3354source = "registry+https://github.com/rust-lang/crates.io-index"3387source = "registry+https://github.com/rust-lang/crates.io-index"3355checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3388checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"3356dependencies = [3389dependencies = [3357 "ff",3390 "ff",3358 "rand_core 0.6.4",3391 "rand_core 0.6.4",3431 "libc",3464 "libc",3432]3465]34663467[[package]]3468name = "hermit-abi"3469version = "0.2.6"3470source = "registry+https://github.com/rust-lang/crates.io-index"3471checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"3472dependencies = [3473 "libc",3474]343334753434[[package]]3476[[package]]3435name = "hex"3477name = "hex"3443source = "registry+https://github.com/rust-lang/crates.io-index"3485source = "registry+https://github.com/rust-lang/crates.io-index"3444checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"3486checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34453446[[package]]3447name = "hex_fmt"3448version = "0.3.0"3449source = "registry+https://github.com/rust-lang/crates.io-index"3450checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"345134873452[[package]]3488[[package]]3453name = "hmac"3489name = "hmac"3469 "digest 0.9.0",3505 "digest 0.9.0",3470]3506]35073508[[package]]3509name = "hmac"3510version = "0.12.1"3511source = "registry+https://github.com/rust-lang/crates.io-index"3512checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"3513dependencies = [3514 "digest 0.10.6",3515]347135163472[[package]]3517[[package]]3473name = "hmac-drbg"3518name = "hmac-drbg"362736723628[[package]]3673[[package]]3629name = "if-watch"3674name = "if-watch"3630version = "1.1.1"3675version = "2.0.0"3631source = "registry+https://github.com/rust-lang/crates.io-index"3676source = "registry+https://github.com/rust-lang/crates.io-index"3632checksum = "015a7df1eb6dda30df37f34b63ada9b7b352984b0e84de2a20ed526345000791"3677checksum = "065c008e570a43c00de6aed9714035e5ea6a498c255323db9091722af6ee67dd"3633dependencies = [3678dependencies = [3634 "async-io",3679 "async-io",3635 "core-foundation",3680 "core-foundation",366337083664[[package]]3709[[package]]3665name = "impl-serde"3710name = "impl-serde"3666version = "0.3.2"3711version = "0.4.0"3667source = "registry+https://github.com/rust-lang/crates.io-index"3712source = "registry+https://github.com/rust-lang/crates.io-index"3668checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3713checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd"3669dependencies = [3714dependencies = [3670 "serde",3715 "serde",3671]3716]3692 "serde",3737 "serde",3693]3738]36943695[[package]]3696name = "inout"3697version = "0.1.3"3698source = "registry+https://github.com/rust-lang/crates.io-index"3699checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"3700dependencies = [3701 "generic-array 0.14.6",3702]370337393704[[package]]3740[[package]]3705name = "instant"3741name = "instant"3706version = "0.1.12"3742version = "0.1.12"3707source = "registry+https://github.com/rust-lang/crates.io-index"3743source = "registry+https://github.com/rust-lang/crates.io-index"3708checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3744checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3709dependencies = [3745dependencies = [3710 "cfg-if 1.0.0",3746 "cfg-if",3711]3747]371237483713[[package]]3749[[package]]373337693734[[package]]3770[[package]]3735name = "io-lifetimes"3771name = "io-lifetimes"3736version = "1.0.1"3772version = "1.0.3"3737source = "registry+https://github.com/rust-lang/crates.io-index"3773source = "registry+https://github.com/rust-lang/crates.io-index"3738checksum = "a7d367024b3f3414d8e01f437f704f41a9f64ab36f9067fa73e526ad4c763c87"3774checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"3739dependencies = [3775dependencies = [3740 "libc",3776 "libc",3741 "windows-sys 0.42.0",3777 "windows-sys 0.42.0",3765source = "registry+https://github.com/rust-lang/crates.io-index"3801source = "registry+https://github.com/rust-lang/crates.io-index"3766checksum = "f88c5561171189e69df9d98bcf18fd5f9558300f7ea7b801eb8a0fd748bd8745"3802checksum = "f88c5561171189e69df9d98bcf18fd5f9558300f7ea7b801eb8a0fd748bd8745"38033804[[package]]3805name = "is-terminal"3806version = "0.4.1"3807source = "registry+https://github.com/rust-lang/crates.io-index"3808checksum = "927609f78c2913a6f6ac3c27a4fe87f43e2a35367c0c4b0f8265e8f49a104330"3809dependencies = [3810 "hermit-abi 0.2.6",3811 "io-lifetimes 1.0.3",3812 "rustix 0.36.5",3813 "windows-sys 0.42.0",3814]376738153768[[package]]3816[[package]]3769name = "itertools"3817name = "itertools"394439923945[[package]]3993[[package]]3946name = "k256"3994name = "k256"3947version = "0.10.4"3995version = "0.11.6"3948source = "registry+https://github.com/rust-lang/crates.io-index"3996source = "registry+https://github.com/rust-lang/crates.io-index"3949checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"3997checksum = "72c1e0b51e7ec0a97369623508396067a486bd0cbed95a2659a4b863d28cfc8b"3950dependencies = [3998dependencies = [3951 "cfg-if 1.0.0",3999 "cfg-if",3952 "ecdsa",4000 "ecdsa",3953 "elliptic-curve",4001 "elliptic-curve",3954 "sec1",4002 "sha2 0.10.6",3955]4003]395640043957[[package]]4005[[package]]396540133966[[package]]4014[[package]]3967name = "kusama-runtime"4015name = "kusama-runtime"3968version = "0.9.30"4016version = "0.9.33"3969source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"4017source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"3970dependencies = [4018dependencies = [3971 "beefy-primitives",4019 "beefy-primitives",3972 "bitvec 1.0.1",4020 "bitvec 1.0.1",3989 "pallet-bounties",4037 "pallet-bounties",3990 "pallet-child-bounties",4038 "pallet-child-bounties",3991 "pallet-collective",4039 "pallet-collective",4040 "pallet-conviction-voting",3992 "pallet-democracy",4041 "pallet-democracy",3993 "pallet-election-provider-multi-phase",4042 "pallet-election-provider-multi-phase",3994 "pallet-election-provider-support-benchmarking",4043 "pallet-election-provider-support-benchmarking",4008 "pallet-offences-benchmarking",4057 "pallet-offences-benchmarking",4009 "pallet-preimage",4058 "pallet-preimage",4010 "pallet-proxy",4059 "pallet-proxy",4060 "pallet-ranked-collective",4011 "pallet-recovery",4061 "pallet-recovery",4062 "pallet-referenda",4012 "pallet-scheduler",4063 "pallet-scheduler",4013 "pallet-session",4064 "pallet-session",4014 "pallet-session-benchmarking",4065 "pallet-session-benchmarking",4015 "pallet-society",4066 "pallet-society",4016 "pallet-staking",4067 "pallet-staking",4017 "pallet-staking-reward-fn",4018 "pallet-timestamp",4068 "pallet-timestamp",4019 "pallet-tips",4069 "pallet-tips",4020 "pallet-transaction-payment",4070 "pallet-transaction-payment",4021 "pallet-transaction-payment-rpc-runtime-api",4071 "pallet-transaction-payment-rpc-runtime-api",4022 "pallet-treasury",4072 "pallet-treasury",4023 "pallet-utility",4073 "pallet-utility",4024 "pallet-vesting",4074 "pallet-vesting",4075 "pallet-whitelist",4025 "pallet-xcm",4076 "pallet-xcm",4026 "pallet-xcm-benchmarks",4077 "pallet-xcm-benchmarks",4027 "parity-scale-codec 3.2.1",4078 "parity-scale-codec 3.2.1",405941104060[[package]]4111[[package]]4061name = "kusama-runtime-constants"4112name = "kusama-runtime-constants"4062version = "0.9.30"4113version = "0.9.33"4063source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"4114source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"4064dependencies = [4115dependencies = [4065 "frame-support",4116 "frame-support",4066 "polkadot-primitives",4117 "polkadot-primitives",4067 "polkadot-runtime-common",4118 "polkadot-runtime-common",4068 "smallvec",4119 "smallvec",4120 "sp-core",4069 "sp-runtime",4121 "sp-runtime",4122 "sp-weights",4070]4123]407141244072[[package]]4125[[package]]408041334081[[package]]4134[[package]]4082name = "kvdb"4135name = "kvdb"4083version = "0.11.0"4136version = "0.12.0"4084source = "registry+https://github.com/rust-lang/crates.io-index"4137source = "registry+https://github.com/rust-lang/crates.io-index"4085checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4138checksum = "585089ceadba0197ffe9af6740ab350b325e3c1f5fccfbc3522e0250c750409b"4086dependencies = [4139dependencies = [4087 "parity-util-mem",4140 "parity-util-mem",4088 "smallvec",4141 "smallvec",4089]4142]409041434091[[package]]4144[[package]]4092name = "kvdb-memorydb"4145name = "kvdb-memorydb"4093version = "0.11.0"4146version = "0.12.0"4094source = "registry+https://github.com/rust-lang/crates.io-index"4147source = "registry+https://github.com/rust-lang/crates.io-index"4095checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4148checksum = "40d109c87bfb7759edd2a49b2649c1afe25af785d930ad6a38479b4dc70dd873"4096dependencies = [4149dependencies = [4097 "kvdb",4150 "kvdb",4098 "parity-util-mem",4151 "parity-util-mem",410141544102[[package]]4155[[package]]4103name = "kvdb-rocksdb"4156name = "kvdb-rocksdb"4104version = "0.15.2"4157version = "0.16.0"4105source = "registry+https://github.com/rust-lang/crates.io-index"4158source = "registry+https://github.com/rust-lang/crates.io-index"4106checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4159checksum = "c076cc2cdbac89b9910c853a36c957d3862a779f31c2661174222cefb49ee597"4107dependencies = [4160dependencies = [4108 "fs-swap",4109 "kvdb",4161 "kvdb",4110 "log",4162 "log",4111 "num_cpus",4163 "num_cpus",4112 "owning_ref",4113 "parity-util-mem",4164 "parity-util-mem",4114 "parking_lot 0.12.1",4165 "parking_lot 0.12.1",4115 "regex",4166 "regex",413141824132[[package]]4183[[package]]4133name = "libc"4184name = "libc"4134version = "0.2.137"4185version = "0.2.138"4135source = "registry+https://github.com/rust-lang/crates.io-index"4186source = "registry+https://github.com/rust-lang/crates.io-index"4136checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"4187checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"41374138[[package]]4139name = "libloading"4140version = "0.5.2"4141source = "registry+https://github.com/rust-lang/crates.io-index"4142checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4143dependencies = [4144 "cc",4145 "winapi",4146]414741884148[[package]]4189[[package]]4149name = "libloading"4190name = "libloading"4150version = "0.7.4"4191version = "0.7.4"4151source = "registry+https://github.com/rust-lang/crates.io-index"4192source = "registry+https://github.com/rust-lang/crates.io-index"4152checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"4193checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"4153dependencies = [4194dependencies = [4154 "cfg-if 1.0.0",4195 "cfg-if",4155 "winapi",4196 "winapi",4156]4197]41574198416342044164[[package]]4205[[package]]4165name = "libp2p"4206name = "libp2p"4166version = "0.46.1"4207version = "0.49.0"4167source = "registry+https://github.com/rust-lang/crates.io-index"4208source = "registry+https://github.com/rust-lang/crates.io-index"4168checksum = "81327106887e42d004fbdab1fef93675be2e2e07c1b95fce45e2cc813485611d"4209checksum = "ec878fda12ebec479186b3914ebc48ff180fa4c51847e11a1a68bf65249e02c1"4169dependencies = [4210dependencies = [4170 "bytes",4211 "bytes",4171 "futures 0.3.25",4212 "futures 0.3.25",4172 "futures-timer",4213 "futures-timer",4173 "getrandom 0.2.8",4214 "getrandom 0.2.8",4174 "instant",4215 "instant",4175 "lazy_static",4216 "lazy_static",4176 "libp2p-autonat",4177 "libp2p-core",4217 "libp2p-core",4178 "libp2p-deflate",4179 "libp2p-dns",4218 "libp2p-dns",4180 "libp2p-floodsub",4181 "libp2p-gossipsub",4182 "libp2p-identify",4219 "libp2p-identify",4183 "libp2p-kad",4220 "libp2p-kad",4184 "libp2p-mdns",4221 "libp2p-mdns",4185 "libp2p-metrics",4222 "libp2p-metrics",4186 "libp2p-mplex",4223 "libp2p-mplex",4187 "libp2p-noise",4224 "libp2p-noise",4188 "libp2p-ping",4225 "libp2p-ping",4189 "libp2p-plaintext",4190 "libp2p-pnet",4191 "libp2p-relay",4192 "libp2p-rendezvous",4193 "libp2p-request-response",4226 "libp2p-request-response",4194 "libp2p-swarm",4227 "libp2p-swarm",4195 "libp2p-swarm-derive",4228 "libp2p-swarm-derive",4196 "libp2p-tcp",4229 "libp2p-tcp",4197 "libp2p-uds",4198 "libp2p-wasm-ext",4230 "libp2p-wasm-ext",4199 "libp2p-websocket",4231 "libp2p-websocket",4200 "libp2p-yamux",4232 "libp2p-yamux",4201 "multiaddr",4233 "multiaddr",4202 "parking_lot 0.12.1",4234 "parking_lot 0.12.1",4203 "pin-project",4235 "pin-project",4204 "rand 0.7.3",4205 "smallvec",4236 "smallvec",4206]4237]42074208[[package]]4209name = "libp2p-autonat"4210version = "0.5.0"4211source = "registry+https://github.com/rust-lang/crates.io-index"4212checksum = "4decc51f3573653a9f4ecacb31b1b922dd20c25a6322bb15318ec04287ec46f9"4213dependencies = [4214 "async-trait",4215 "futures 0.3.25",4216 "futures-timer",4217 "instant",4218 "libp2p-core",4219 "libp2p-request-response",4220 "libp2p-swarm",4221 "log",4222 "prost 0.10.4",4223 "prost-build 0.10.4",4224 "rand 0.8.5",4225]422642384227[[package]]4239[[package]]4228name = "libp2p-core"4240name = "libp2p-core"4229version = "0.34.0"4241version = "0.37.0"4230source = "registry+https://github.com/rust-lang/crates.io-index"4242source = "registry+https://github.com/rust-lang/crates.io-index"4231checksum = "fbf9b94cefab7599b2d3dff2f93bee218c6621d68590b23ede4485813cbcece6"4243checksum = "799676bb0807c788065e57551c6527d461ad572162b0519d1958946ff9e0539d"4232dependencies = [4244dependencies = [4233 "asn1_der",4245 "asn1_der",4234 "bs58",4246 "bs58",4239 "futures-timer",4251 "futures-timer",4240 "instant",4252 "instant",4241 "lazy_static",4253 "lazy_static",4242 "libsecp256k1",4243 "log",4254 "log",4244 "multiaddr",4255 "multiaddr",4245 "multihash",4256 "multihash",4246 "multistream-select",4257 "multistream-select",4247 "parking_lot 0.12.1",4258 "parking_lot 0.12.1",4248 "pin-project",4259 "pin-project",4249 "prost 0.10.4",4260 "prost",4250 "prost-build 0.10.4",4261 "prost-build",4251 "rand 0.8.5",4262 "rand 0.8.5",4252 "ring",4253 "rw-stream-sink",4263 "rw-stream-sink",4254 "sha2 0.10.6",4264 "sha2 0.10.6",4255 "smallvec",4265 "smallvec",4259 "zeroize",4269 "zeroize",4260]4270]42614262[[package]]4263name = "libp2p-deflate"4264version = "0.34.0"4265source = "registry+https://github.com/rust-lang/crates.io-index"4266checksum = "d0183dc2a3da1fbbf85e5b6cf51217f55b14f5daea0c455a9536eef646bfec71"4267dependencies = [4268 "flate2",4269 "futures 0.3.25",4270 "libp2p-core",4271]427242714273[[package]]4272[[package]]4274name = "libp2p-dns"4273name = "libp2p-dns"4275version = "0.34.0"4274version = "0.37.0"4276source = "registry+https://github.com/rust-lang/crates.io-index"4275source = "registry+https://github.com/rust-lang/crates.io-index"4277checksum = "6cbf54723250fa5d521383be789bf60efdabe6bacfb443f87da261019a49b4b5"4276checksum = "2322c9fb40d99101def6a01612ee30500c89abbbecb6297b3cd252903a4c1720"4278dependencies = [4277dependencies = [4279 "async-std-resolver",4278 "async-std-resolver",4280 "futures 0.3.25",4279 "futures 0.3.25",4285 "trust-dns-resolver",4284 "trust-dns-resolver",4286]4285]42874288[[package]]4289name = "libp2p-floodsub"4290version = "0.37.0"4291source = "registry+https://github.com/rust-lang/crates.io-index"4292checksum = "98a4b6ffd53e355775d24b76f583fdda54b3284806f678499b57913adb94f231"4293dependencies = [4294 "cuckoofilter",4295 "fnv",4296 "futures 0.3.25",4297 "libp2p-core",4298 "libp2p-swarm",4299 "log",4300 "prost 0.10.4",4301 "prost-build 0.10.4",4302 "rand 0.7.3",4303 "smallvec",4304]43054306[[package]]4307name = "libp2p-gossipsub"4308version = "0.39.0"4309source = "registry+https://github.com/rust-lang/crates.io-index"4310checksum = "74b4b888cfbeb1f5551acd3aa1366e01bf88ede26cc3c4645d0d2d004d5ca7b0"4311dependencies = [4312 "asynchronous-codec",4313 "base64",4314 "byteorder",4315 "bytes",4316 "fnv",4317 "futures 0.3.25",4318 "hex_fmt",4319 "instant",4320 "libp2p-core",4321 "libp2p-swarm",4322 "log",4323 "prometheus-client",4324 "prost 0.10.4",4325 "prost-build 0.10.4",4326 "rand 0.7.3",4327 "regex",4328 "sha2 0.10.6",4329 "smallvec",4330 "unsigned-varint",4331 "wasm-timer",4332]433342864334[[package]]4287[[package]]4335name = "libp2p-identify"4288name = "libp2p-identify"4336version = "0.37.0"4289version = "0.40.0"4337source = "registry+https://github.com/rust-lang/crates.io-index"4290source = "registry+https://github.com/rust-lang/crates.io-index"4338checksum = "c50b585518f8efd06f93ac2f976bd672e17cdac794644b3117edd078e96bda06"4291checksum = "dcf9a121f699e8719bda2e6e9e9b6ddafc6cff4602471d6481c1067930ccb29b"4339dependencies = [4292dependencies = [4340 "asynchronous-codec",4293 "asynchronous-codec",4341 "futures 0.3.25",4294 "futures 0.3.25",4342 "futures-timer",4295 "futures-timer",4343 "libp2p-core",4296 "libp2p-core",4344 "libp2p-swarm",4297 "libp2p-swarm",4345 "log",4298 "log",4346 "lru 0.7.8",4299 "lru",4347 "prost 0.10.4",4300 "prost",4348 "prost-build 0.10.4",4301 "prost-build",4349 "prost-codec",4302 "prost-codec",4350 "smallvec",4303 "smallvec",4351 "thiserror",4304 "thiserror",435443074355[[package]]4308[[package]]4356name = "libp2p-kad"4309name = "libp2p-kad"4357version = "0.38.0"4310version = "0.41.0"4358source = "registry+https://github.com/rust-lang/crates.io-index"4311source = "registry+https://github.com/rust-lang/crates.io-index"4359checksum = "740862893bb5f06ac24acc9d49bdeadc3a5e52e51818a30a25c1f3519da2c851"4312checksum = "6721c200e2021f6c3fab8b6cf0272ead8912d871610ee194ebd628cecf428f22"4360dependencies = [4313dependencies = [4361 "arrayvec 0.7.2",4314 "arrayvec 0.7.2",4362 "asynchronous-codec",4315 "asynchronous-codec",4369 "libp2p-core",4322 "libp2p-core",4370 "libp2p-swarm",4323 "libp2p-swarm",4371 "log",4324 "log",4372 "prost 0.10.4",4325 "prost",4373 "prost-build 0.10.4",4326 "prost-build",4374 "rand 0.7.3",4327 "rand 0.8.5",4375 "sha2 0.10.6",4328 "sha2 0.10.6",4376 "smallvec",4329 "smallvec",4377 "thiserror",4330 "thiserror",438243354383[[package]]4336[[package]]4384name = "libp2p-mdns"4337name = "libp2p-mdns"4385version = "0.38.0"4338version = "0.41.0"4386source = "registry+https://github.com/rust-lang/crates.io-index"4339source = "registry+https://github.com/rust-lang/crates.io-index"4387checksum = "66e5e5919509603281033fd16306c61df7a4428ce274b67af5e14b07de5cdcb2"4340checksum = "761704e727f7d68d58d7bc2231eafae5fc1b9814de24290f126df09d4bd37a15"4388dependencies = [4341dependencies = [4389 "async-io",4342 "async-io",4390 "data-encoding",4343 "data-encoding",4391 "dns-parser",4344 "dns-parser",4392 "futures 0.3.25",4345 "futures 0.3.25",4393 "if-watch",4346 "if-watch",4394 "lazy_static",4395 "libp2p-core",4347 "libp2p-core",4396 "libp2p-swarm",4348 "libp2p-swarm",4397 "log",4349 "log",440343554404[[package]]4356[[package]]4405name = "libp2p-metrics"4357name = "libp2p-metrics"4406version = "0.7.0"4358version = "0.10.0"4407source = "registry+https://github.com/rust-lang/crates.io-index"4359source = "registry+https://github.com/rust-lang/crates.io-index"4408checksum = "ef8aff4a1abef42328fbb30b17c853fff9be986dc39af17ee39f9c5f755c5e0c"4360checksum = "9ee31b08e78b7b8bfd1c4204a9dd8a87b4fcdf6dafc57eb51701c1c264a81cb9"4409dependencies = [4361dependencies = [4410 "libp2p-core",4362 "libp2p-core",4411 "libp2p-gossipsub",4412 "libp2p-identify",4363 "libp2p-identify",4413 "libp2p-kad",4364 "libp2p-kad",4414 "libp2p-ping",4365 "libp2p-ping",4415 "libp2p-relay",4416 "libp2p-swarm",4366 "libp2p-swarm",4417 "prometheus-client",4367 "prometheus-client",4418]4368]441943694420[[package]]4370[[package]]4421name = "libp2p-mplex"4371name = "libp2p-mplex"4422version = "0.34.0"4372version = "0.37.0"4423source = "registry+https://github.com/rust-lang/crates.io-index"4373source = "registry+https://github.com/rust-lang/crates.io-index"4424checksum = "61fd1b20638ec209c5075dfb2e8ce6a7ea4ec3cd3ad7b77f7a477c06d53322e2"4374checksum = "692664acfd98652de739a8acbb0a0d670f1d67190a49be6b4395e22c37337d89"4425dependencies = [4375dependencies = [4426 "asynchronous-codec",4376 "asynchronous-codec",4427 "bytes",4377 "bytes",4430 "log",4380 "log",4431 "nohash-hasher",4381 "nohash-hasher",4432 "parking_lot 0.12.1",4382 "parking_lot 0.12.1",4433 "rand 0.7.3",4383 "rand 0.8.5",4434 "smallvec",4384 "smallvec",4435 "unsigned-varint",4385 "unsigned-varint",4436]4386]443743874438[[package]]4388[[package]]4439name = "libp2p-noise"4389name = "libp2p-noise"4440version = "0.37.0"4390version = "0.40.0"4441source = "registry+https://github.com/rust-lang/crates.io-index"4391source = "registry+https://github.com/rust-lang/crates.io-index"4442checksum = "762408cb5d84b49a600422d7f9a42c18012d8da6ebcd570f9a4a4290ba41fb6f"4392checksum = "048155686bd81fe6cb5efdef0c6290f25ad32a0a42e8f4f72625cf6a505a206f"4443dependencies = [4393dependencies = [4444 "bytes",4394 "bytes",4445 "curve25519-dalek 3.2.0",4395 "curve25519-dalek 3.2.0",4446 "futures 0.3.25",4396 "futures 0.3.25",4447 "lazy_static",4397 "lazy_static",4448 "libp2p-core",4398 "libp2p-core",4449 "log",4399 "log",4450 "prost 0.10.4",4400 "prost",4451 "prost-build 0.10.4",4401 "prost-build",4452 "rand 0.8.5",4402 "rand 0.8.5",4453 "sha2 0.10.6",4403 "sha2 0.10.6",4454 "snow",4404 "snow",445944094460[[package]]4410[[package]]4461name = "libp2p-ping"4411name = "libp2p-ping"4462version = "0.37.0"4463source = "registry+https://github.com/rust-lang/crates.io-index"4464checksum = "100a6934ae1dbf8a693a4e7dd1d730fd60b774dafc45688ed63b554497c6c925"4465dependencies = [4466 "futures 0.3.25",4467 "futures-timer",4468 "instant",4469 "libp2p-core",4470 "libp2p-swarm",4471 "log",4472 "rand 0.7.3",4473 "void",4474]44754476[[package]]4477name = "libp2p-plaintext"4478version = "0.34.0"4479source = "registry+https://github.com/rust-lang/crates.io-index"4480checksum = "be27bf0820a6238a4e06365b096d428271cce85a129cf16f2fe9eb1610c4df86"4481dependencies = [4482 "asynchronous-codec",4483 "bytes",4484 "futures 0.3.25",4485 "libp2p-core",4486 "log",4487 "prost 0.10.4",4488 "prost-build 0.10.4",4489 "unsigned-varint",4490 "void",4491]44924493[[package]]4494name = "libp2p-pnet"4495version = "0.22.1"4412version = "0.40.1"4496source = "registry+https://github.com/rust-lang/crates.io-index"4413source = "registry+https://github.com/rust-lang/crates.io-index"4497checksum = "1a5a702574223aa55d8878bdc8bf55c84a6086f87ddaddc28ce730b4caa81538"4498dependencies = [4499 "futures 0.3.25",4500 "log",4501 "pin-project",4502 "rand 0.8.5",4503 "salsa20",4504 "sha3",4505]45064507[[package]]4508name = "libp2p-relay"4509version = "0.10.0"4510source = "registry+https://github.com/rust-lang/crates.io-index"4511checksum = "4931547ee0cce03971ccc1733ff05bb0c4349fd89120a39e9861e2bbe18843c3"4512dependencies = [4513 "asynchronous-codec",4514 "bytes",4515 "either",4516 "futures 0.3.25",4517 "futures-timer",4518 "instant",4519 "libp2p-core",4520 "libp2p-swarm",4521 "log",4522 "pin-project",4523 "prost 0.10.4",4524 "prost-build 0.10.4",4525 "prost-codec",4526 "rand 0.8.5",4527 "smallvec",4528 "static_assertions",4529 "thiserror",4530 "void",4531]45324533[[package]]4534name = "libp2p-rendezvous"4535version = "0.7.0"4536source = "registry+https://github.com/rust-lang/crates.io-index"4537checksum = "9511c9672ba33284838e349623319c8cad2d18cfad243ae46c6b7e8a2982ea4e"4414checksum = "7228b9318d34689521349a86eb39a3c3a802c9efc99a0568062ffb80913e3f91"4538dependencies = [4415dependencies = [4539 "asynchronous-codec",4540 "bimap",4541 "futures 0.3.25",4416 "futures 0.3.25",4542 "futures-timer",4417 "futures-timer",4543 "instant",4418 "instant",4544 "libp2p-core",4419 "libp2p-core",4545 "libp2p-swarm",4420 "libp2p-swarm",4546 "log",4421 "log",4547 "prost 0.10.4",4548 "prost-build 0.10.4",4549 "rand 0.8.5",4422 "rand 0.8.5",4550 "sha2 0.10.6",4551 "thiserror",4552 "unsigned-varint",4553 "void",4423 "void",4554]4424]455544254556[[package]]4426[[package]]4557name = "libp2p-request-response"4427name = "libp2p-request-response"4558version = "0.19.0"4428version = "0.22.1"4559source = "registry+https://github.com/rust-lang/crates.io-index"4429source = "registry+https://github.com/rust-lang/crates.io-index"4560checksum = "508a189e2795d892c8f5c1fa1e9e0b1845d32d7b0b249dbf7b05b18811361843"4430checksum = "8827af16a017b65311a410bb626205a9ad92ec0473967618425039fa5231adc1"4561dependencies = [4431dependencies = [4562 "async-trait",4432 "async-trait",4563 "bytes",4433 "bytes",4566 "libp2p-core",4436 "libp2p-core",4567 "libp2p-swarm",4437 "libp2p-swarm",4568 "log",4438 "log",4569 "rand 0.7.3",4439 "rand 0.8.5",4570 "smallvec",4440 "smallvec",4571 "unsigned-varint",4441 "unsigned-varint",4572]4442]457344434574[[package]]4444[[package]]4575name = "libp2p-swarm"4445name = "libp2p-swarm"4576version = "0.37.0"4446version = "0.40.1"4577source = "registry+https://github.com/rust-lang/crates.io-index"4447source = "registry+https://github.com/rust-lang/crates.io-index"4578checksum = "95ac5be6c2de2d1ff3f7693fda6faf8a827b1f3e808202277783fea9f527d114"4448checksum = "46d13df7c37807965d82930c0e4b04a659efcb6cca237373b206043db5398ecf"4579dependencies = [4449dependencies = [4580 "either",4450 "either",4581 "fnv",4451 "fnv",4585 "libp2p-core",4455 "libp2p-core",4586 "log",4456 "log",4587 "pin-project",4457 "pin-project",4588 "rand 0.7.3",4458 "rand 0.8.5",4589 "smallvec",4459 "smallvec",4590 "thiserror",4460 "thiserror",4591 "void",4461 "void",4592]4462]459344634594[[package]]4464[[package]]4595name = "libp2p-swarm-derive"4465name = "libp2p-swarm-derive"4596version = "0.28.0"4466version = "0.30.1"4597source = "registry+https://github.com/rust-lang/crates.io-index"4467source = "registry+https://github.com/rust-lang/crates.io-index"4598checksum = "9f54a64b6957249e0ce782f8abf41d97f69330d02bf229f0672d864f0650cc76"4468checksum = "a0eddc4497a8b5a506013c40e8189864f9c3a00db2b25671f428ae9007f3ba32"4599dependencies = [4469dependencies = [4470 "heck",4600 "quote",4471 "quote",4601 "syn",4472 "syn",4602]4473]460344744604[[package]]4475[[package]]4605name = "libp2p-tcp"4476name = "libp2p-tcp"4606version = "0.34.0"4477version = "0.37.0"4607source = "registry+https://github.com/rust-lang/crates.io-index"4478source = "registry+https://github.com/rust-lang/crates.io-index"4608checksum = "8a6771dc19aa3c65d6af9a8c65222bfc8fcd446630ddca487acd161fa6096f3b"4479checksum = "9839d96761491c6d3e238e70554b856956fca0ab60feb9de2cd08eed4473fa92"4609dependencies = [4480dependencies = [4610 "async-io",4481 "async-io",4611 "futures 0.3.25",4482 "futures 0.3.25",4612 "futures-timer",4483 "futures-timer",4613 "if-watch",4484 "if-watch",4614 "ipnet",4615 "libc",4485 "libc",4616 "libp2p-core",4486 "libp2p-core",4617 "log",4487 "log",4618 "socket2",4488 "socket2",4619]4489]46204621[[package]]4622name = "libp2p-uds"4623version = "0.33.0"4624source = "registry+https://github.com/rust-lang/crates.io-index"4625checksum = "d125e3e5f0d58f3c6ac21815b20cf4b6a88b8db9dc26368ea821838f4161fd4d"4626dependencies = [4627 "async-std",4628 "futures 0.3.25",4629 "libp2p-core",4630 "log",4631]463244904633[[package]]4491[[package]]4634name = "libp2p-wasm-ext"4492name = "libp2p-wasm-ext"4635version = "0.34.0"4493version = "0.37.0"4636source = "registry+https://github.com/rust-lang/crates.io-index"4494source = "registry+https://github.com/rust-lang/crates.io-index"4637checksum = "ec894790eec3c1608f8d1a8a0bdf0dbeb79ed4de2dce964222011c2896dfa05a"4495checksum = "a17b5b8e7a73e379e47b1b77f8a82c4721e97eca01abcd18e9cd91a23ca6ce97"4638dependencies = [4496dependencies = [4639 "futures 0.3.25",4497 "futures 0.3.25",4640 "js-sys",4498 "js-sys",464645044647[[package]]4505[[package]]4648name = "libp2p-websocket"4506name = "libp2p-websocket"4649version = "0.36.0"4507version = "0.39.0"4650source = "registry+https://github.com/rust-lang/crates.io-index"4508source = "registry+https://github.com/rust-lang/crates.io-index"4651checksum = "9808e57e81be76ff841c106b4c5974fb4d41a233a7bdd2afbf1687ac6def3818"4509checksum = "3758ae6f89b2531a24b6d9f5776bda6a626b60a57600d7185d43dfa75ca5ecc4"4652dependencies = [4510dependencies = [4653 "either",4511 "either",4654 "futures 0.3.25",4512 "futures 0.3.25",466545234666[[package]]4524[[package]]4667name = "libp2p-yamux"4525name = "libp2p-yamux"4668version = "0.38.0"4526version = "0.41.1"4669source = "registry+https://github.com/rust-lang/crates.io-index"4527source = "registry+https://github.com/rust-lang/crates.io-index"4670checksum = "c6dea686217a06072033dc025631932810e2f6ad784e4fafa42e27d311c7a81c"4528checksum = "0d6874d66543c4f7e26e3b8ca9a6bead351563a13ab4fafd43c7927f7c0d6c12"4671dependencies = [4529dependencies = [4672 "futures 0.3.25",4530 "futures 0.3.25",4673 "libp2p-core",4531 "libp2p-core",4532 "log",4674 "parking_lot 0.12.1",4533 "parking_lot 0.12.1",4675 "thiserror",4534 "thiserror",4676 "yamux",4535 "yamux",4677]4536]467845374679[[package]]4538[[package]]4680name = "librocksdb-sys"4539name = "librocksdb-sys"4681version = "0.6.1+6.28.2"4540version = "0.8.0+7.4.4"4682source = "registry+https://github.com/rust-lang/crates.io-index"4541source = "registry+https://github.com/rust-lang/crates.io-index"4683checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4542checksum = "611804e4666a25136fcc5f8cf425ab4d26c7f74ea245ffe92ea23b85b6420b5d"4684dependencies = [4543dependencies = [4685 "bindgen",4544 "bindgen",4686 "bzip2-sys",4545 "bzip2-sys",479246514793[[package]]4652[[package]]4794name = "linux-raw-sys"4653name = "linux-raw-sys"4795version = "0.1.2"4654version = "0.1.3"4796source = "registry+https://github.com/rust-lang/crates.io-index"4655source = "registry+https://github.com/rust-lang/crates.io-index"4797checksum = "bb68f22743a3fb35785f1e7f844ca5a3de2dde5bd0c0ef5b372065814699b121"4656checksum = "8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f"479846574799[[package]]4658[[package]]4800name = "lock_api"4659name = "lock_api"4812source = "registry+https://github.com/rust-lang/crates.io-index"4671source = "registry+https://github.com/rust-lang/crates.io-index"4813checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4672checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4814dependencies = [4673dependencies = [4815 "cfg-if 1.0.0",4674 "cfg-if",4816 "value-bag",4675 "value-bag",4817]4676]481846774826 "log",4685 "log",4827]4686]48284829[[package]]4830name = "lru"4831version = "0.7.8"4832source = "registry+https://github.com/rust-lang/crates.io-index"4833checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"4834dependencies = [4835 "hashbrown",4836]483746874838[[package]]4688[[package]]4839name = "lru"4689name = "lru"4924source = "registry+https://github.com/rust-lang/crates.io-index"4774source = "registry+https://github.com/rust-lang/crates.io-index"4925checksum = "b20a59d985586e4a5aef64564ac77299f8586d8be6cf9106a5a40207e8908efb"4775checksum = "b20a59d985586e4a5aef64564ac77299f8586d8be6cf9106a5a40207e8908efb"4926dependencies = [4776dependencies = [4927 "rustix 0.36.2",4777 "rustix 0.36.5",4928]4778]492947794930[[package]]4780[[package]]495648064957[[package]]4807[[package]]4958name = "memory-db"4808name = "memory-db"4959version = "0.29.0"4809version = "0.30.0"4960source = "registry+https://github.com/rust-lang/crates.io-index"4810source = "registry+https://github.com/rust-lang/crates.io-index"4961checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"4811checksum = "34ac11bb793c28fa095b7554466f53b3a60a2cd002afdac01bcf135cbd73a269"4962dependencies = [4812dependencies = [4963 "hash-db",4813 "hash-db",4964 "hashbrown",4814 "hashbrown",4971source = "registry+https://github.com/rust-lang/crates.io-index"4821source = "registry+https://github.com/rust-lang/crates.io-index"4972checksum = "ce95ae042940bad7e312857b929ee3d11b8f799a80cb7b9c7ec5125516906395"4822checksum = "ce95ae042940bad7e312857b929ee3d11b8f799a80cb7b9c7ec5125516906395"4973dependencies = [4823dependencies = [4974 "lru 0.8.1",4824 "lru",4975]4825]497648264977[[package]]4827[[package]]5018 "adler",4868 "adler",5019]4869]48704871[[package]]4872name = "miniz_oxide"4873version = "0.6.2"4874source = "registry+https://github.com/rust-lang/crates.io-index"4875checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"4876dependencies = [4877 "adler",4878]502048795021[[package]]4880[[package]]5022name = "mio"4881name = "mio"5030 "windows-sys 0.42.0",4889 "windows-sys 0.42.0",5031]4890]48914892[[package]]4893name = "mockall"4894version = "0.11.3"4895source = "registry+https://github.com/rust-lang/crates.io-index"4896checksum = "50e4a1c770583dac7ab5e2f6c139153b783a53a1bbee9729613f193e59828326"4897dependencies = [4898 "cfg-if",4899 "downcast",4900 "fragile",4901 "lazy_static",4902 "mockall_derive",4903 "predicates",4904 "predicates-tree",4905]49064907[[package]]4908name = "mockall_derive"4909version = "0.11.3"4910source = "registry+https://github.com/rust-lang/crates.io-index"4911checksum = "832663583d5fa284ca8810bf7015e46c9fff9622d3cf34bd1eea5003fec06dd0"4912dependencies = [4913 "cfg-if",4914 "proc-macro2",4915 "quote",4916 "syn",4917]503249185033[[package]]4919[[package]]5034name = "multiaddr"4920name = "multiaddr"509849845099[[package]]4985[[package]]5100name = "multistream-select"4986name = "multistream-select"5101version = "0.11.0"4987version = "0.12.1"5102source = "registry+https://github.com/rust-lang/crates.io-index"4988source = "registry+https://github.com/rust-lang/crates.io-index"5103checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"4989checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a"5104dependencies = [4990dependencies = [5105 "bytes",4991 "bytes",5106 "futures 0.3.25",4992 "futures 0.3.25",5120 "matrixmultiply",5006 "matrixmultiply",5121 "nalgebra-macros",5007 "nalgebra-macros",5122 "num-complex",5008 "num-complex",5123 "num-rational 0.4.1",5009 "num-rational",5124 "num-traits",5010 "num-traits",5125 "rand 0.8.5",5011 "rand 0.8.5",5126 "rand_distr",5012 "rand_distr",522251085223[[package]]5109[[package]]5224name = "nix"5110name = "nix"5225version = "0.24.2"5111version = "0.24.3"5226source = "registry+https://github.com/rust-lang/crates.io-index"5112source = "registry+https://github.com/rust-lang/crates.io-index"5227checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"5113checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"5228dependencies = [5114dependencies = [5229 "bitflags",5115 "bitflags",5230 "cfg-if 1.0.0",5116 "cfg-if",5231 "libc",5117 "libc",5232]5118]523351195254]5140]525551415256[[package]]5142[[package]]5257name = "num-bigint"5143name = "normalize-line-endings"5258version = "0.2.6"5144version = "0.3.0"5259source = "registry+https://github.com/rust-lang/crates.io-index"5145source = "registry+https://github.com/rust-lang/crates.io-index"5260checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5146checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"5261dependencies = [5262 "autocfg",5263 "num-integer",5264 "num-traits",5265]526651475267[[package]]5148[[package]]5268name = "num-bigint"5149name = "num-bigint"528651675287[[package]]5168[[package]]5288name = "num-format"5169name = "num-format"5289version = "0.4.3"5170version = "0.4.4"5290source = "registry+https://github.com/rust-lang/crates.io-index"5171source = "registry+https://github.com/rust-lang/crates.io-index"5291checksum = "54b862ff8df690cf089058c98b183676a7ed0f974cc08b426800093227cbff3b"5172checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"5292dependencies = [5173dependencies = [5293 "arrayvec 0.7.2",5174 "arrayvec 0.7.2",5294 "itoa",5175 "itoa",5304 "num-traits",5185 "num-traits",5305]5186]53065307[[package]]5308name = "num-rational"5309version = "0.2.4"5310source = "registry+https://github.com/rust-lang/crates.io-index"5311checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5312dependencies = [5313 "autocfg",5314 "num-bigint 0.2.6",5315 "num-integer",5316 "num-traits",5317]531851875319[[package]]5188[[package]]5320name = "num-rational"5189name = "num-rational"5323checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"5192checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"5324dependencies = [5193dependencies = [5325 "autocfg",5194 "autocfg",5326 "num-bigint 0.4.3",5195 "num-bigint",5327 "num-integer",5196 "num-integer",5328 "num-traits",5197 "num-traits",5329]5198]5344source = "registry+https://github.com/rust-lang/crates.io-index"5213source = "registry+https://github.com/rust-lang/crates.io-index"5345checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"5214checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"5346dependencies = [5215dependencies = [5347 "hermit-abi",5216 "hermit-abi 0.1.19",5348 "libc",5217 "libc",5349]5218]53505219539852675399[[package]]5268[[package]]5400name = "opal-runtime"5269name = "opal-runtime"5401version = "0.9.30"5270version = "0.9.33"5402dependencies = [5271dependencies = [5403 "app-promotion-rpc",5272 "app-promotion-rpc",5404 "cumulus-pallet-aura-ext",5273 "cumulus-pallet-aura-ext",551153805512[[package]]5381[[package]]5513name = "orchestra"5382name = "orchestra"5514version = "0.0.1"5383version = "0.0.2"5515source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5384source = "registry+https://github.com/rust-lang/crates.io-index"5385checksum = "0aab54694ddaa8a9b703724c6ef04272b2d27bc32d2c855aae5cdd1857216b43"5516dependencies = [5386dependencies = [5517 "async-trait",5387 "async-trait",5518 "dyn-clonable",5388 "dyn-clonable",552753975528[[package]]5398[[package]]5529name = "orchestra-proc-macro"5399name = "orchestra-proc-macro"5530version = "0.0.1"5400version = "0.0.2"5531source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5401source = "registry+https://github.com/rust-lang/crates.io-index"5402checksum = "a702b2f6bf592b3eb06c00d80d05afaf7a8eff6b41bb361e397d799acc21b45a"5532dependencies = [5403dependencies = [5533 "expander 0.0.6",5404 "expander 0.0.6",5534 "itertools",5405 "itertools",5551[[package]]5422[[package]]5552name = "orml-tokens"5423name = "orml-tokens"5553version = "0.4.1-dev"5424version = "0.4.1-dev"5554source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5425source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"5555dependencies = [5426dependencies = [5556 "frame-support",5427 "frame-support",5557 "frame-system",5428 "frame-system",5566[[package]]5437[[package]]5567name = "orml-traits"5438name = "orml-traits"5568version = "0.4.1-dev"5439version = "0.4.1-dev"5569source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5440source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"5570dependencies = [5441dependencies = [5571 "frame-support",5442 "frame-support",5572 "impl-trait-for-tuples",5443 "impl-trait-for-tuples",5584[[package]]5455[[package]]5585name = "orml-utilities"5456name = "orml-utilities"5586version = "0.4.1-dev"5457version = "0.4.1-dev"5587source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5458source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"5588dependencies = [5459dependencies = [5589 "frame-support",5460 "frame-support",5590 "parity-scale-codec 3.2.1",5461 "parity-scale-codec 3.2.1",5598[[package]]5469[[package]]5599name = "orml-vesting"5470name = "orml-vesting"5600version = "0.4.1-dev"5471version = "0.4.1-dev"5601source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5472source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"5602dependencies = [5473dependencies = [5603 "frame-support",5474 "frame-support",5604 "frame-system",5475 "frame-system",5613[[package]]5484[[package]]5614name = "orml-xcm-support"5485name = "orml-xcm-support"5615version = "0.4.1-dev"5486version = "0.4.1-dev"5616source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5487source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"5617dependencies = [5488dependencies = [5618 "frame-support",5489 "frame-support",5619 "orml-traits",5490 "orml-traits",5627[[package]]5498[[package]]5628name = "orml-xtokens"5499name = "orml-xtokens"5629version = "0.4.1-dev"5500version = "0.4.1-dev"5630source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5501source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"5631dependencies = [5502dependencies = [5632 "cumulus-primitives-core",5503 "cumulus-primitives-core",5633 "frame-support",5504 "frame-support",5651source = "registry+https://github.com/rust-lang/crates.io-index"5522source = "registry+https://github.com/rust-lang/crates.io-index"5652checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"5523checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"56535654[[package]]5655name = "owning_ref"5656version = "0.4.1"5657source = "registry+https://github.com/rust-lang/crates.io-index"5658checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5659dependencies = [5660 "stable_deref_trait",5661]566255245663[[package]]5525[[package]]5664name = "pallet-app-promotion"5526name = "pallet-app-promotion"5688[[package]]5550[[package]]5689name = "pallet-aura"5551name = "pallet-aura"5690version = "4.0.0-dev"5552version = "4.0.0-dev"5691source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5553source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5692dependencies = [5554dependencies = [5693 "frame-support",5555 "frame-support",5694 "frame-system",5556 "frame-system",5704[[package]]5566[[package]]5705name = "pallet-authority-discovery"5567name = "pallet-authority-discovery"5706version = "4.0.0-dev"5568version = "4.0.0-dev"5707source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5569source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5708dependencies = [5570dependencies = [5709 "frame-support",5571 "frame-support",5710 "frame-system",5572 "frame-system",5720[[package]]5582[[package]]5721name = "pallet-authorship"5583name = "pallet-authorship"5722version = "4.0.0-dev"5584version = "4.0.0-dev"5723source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5585source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5724dependencies = [5586dependencies = [5725 "frame-support",5587 "frame-support",5726 "frame-system",5588 "frame-system",5735[[package]]5597[[package]]5736name = "pallet-babe"5598name = "pallet-babe"5737version = "4.0.0-dev"5599version = "4.0.0-dev"5738source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5600source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5739dependencies = [5601dependencies = [5740 "frame-benchmarking",5602 "frame-benchmarking",5741 "frame-support",5603 "frame-support",5759[[package]]5621[[package]]5760name = "pallet-bags-list"5622name = "pallet-bags-list"5761version = "4.0.0-dev"5623version = "4.0.0-dev"5762source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5624source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5763dependencies = [5625dependencies = [5764 "frame-benchmarking",5626 "frame-benchmarking",5765 "frame-election-provider-support",5627 "frame-election-provider-support",5779[[package]]5641[[package]]5780name = "pallet-balances"5642name = "pallet-balances"5781version = "4.0.0-dev"5643version = "4.0.0-dev"5782source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5644source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5783dependencies = [5645dependencies = [5784 "frame-benchmarking",5646 "frame-benchmarking",5785 "frame-support",5647 "frame-support",5794[[package]]5656[[package]]5795name = "pallet-base-fee"5657name = "pallet-base-fee"5796version = "1.0.0"5658version = "1.0.0"5797source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"5659source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"5798dependencies = [5660dependencies = [5799 "fp-evm",5661 "fp-evm",5800 "frame-support",5662 "frame-support",5809[[package]]5671[[package]]5810name = "pallet-beefy"5672name = "pallet-beefy"5811version = "4.0.0-dev"5673version = "4.0.0-dev"5812source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5674source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5813dependencies = [5675dependencies = [5814 "beefy-primitives",5676 "beefy-primitives",5815 "frame-support",5677 "frame-support",5825[[package]]5687[[package]]5826name = "pallet-beefy-mmr"5688name = "pallet-beefy-mmr"5827version = "4.0.0-dev"5689version = "4.0.0-dev"5828source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5690source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5829dependencies = [5691dependencies = [5830 "array-bytes",5692 "array-bytes",5831 "beefy-merkle-tree",5693 "beefy-merkle-tree",5848[[package]]5710[[package]]5849name = "pallet-bounties"5711name = "pallet-bounties"5850version = "4.0.0-dev"5712version = "4.0.0-dev"5851source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5713source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5852dependencies = [5714dependencies = [5853 "frame-benchmarking",5715 "frame-benchmarking",5854 "frame-support",5716 "frame-support",5866[[package]]5728[[package]]5867name = "pallet-child-bounties"5729name = "pallet-child-bounties"5868version = "4.0.0-dev"5730version = "4.0.0-dev"5869source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5731source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5870dependencies = [5732dependencies = [5871 "frame-benchmarking",5733 "frame-benchmarking",5872 "frame-support",5734 "frame-support",5885[[package]]5747[[package]]5886name = "pallet-collective"5748name = "pallet-collective"5887version = "4.0.0-dev"5749version = "4.0.0-dev"5888source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5750source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5889dependencies = [5751dependencies = [5890 "frame-benchmarking",5752 "frame-benchmarking",5891 "frame-support",5753 "frame-support",5903name = "pallet-common"5765name = "pallet-common"5904version = "0.1.12"5766version = "0.1.12"5905dependencies = [5767dependencies = [5906 "ethereum",5768 "ethereum 0.14.0",5907 "evm-coder",5769 "evm-coder",5908 "fp-evm-mapping",5770 "fp-evm-mapping",5909 "frame-benchmarking",5771 "frame-benchmarking",5936 "sp-std",5798 "sp-std",5937]5799]58005801[[package]]5802name = "pallet-conviction-voting"5803version = "4.0.0-dev"5804source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5805dependencies = [5806 "assert_matches",5807 "frame-benchmarking",5808 "frame-support",5809 "frame-system",5810 "parity-scale-codec 3.2.1",5811 "scale-info",5812 "serde",5813 "sp-io",5814 "sp-runtime",5815 "sp-std",5816]593858175939[[package]]5818[[package]]5940name = "pallet-democracy"5819name = "pallet-democracy"5941version = "4.0.0-dev"5820version = "4.0.0-dev"5942source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5821source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5943dependencies = [5822dependencies = [5944 "frame-benchmarking",5823 "frame-benchmarking",5945 "frame-support",5824 "frame-support",5946 "frame-system",5825 "frame-system",5826 "log",5947 "parity-scale-codec 3.2.1",5827 "parity-scale-codec 3.2.1",5948 "scale-info",5828 "scale-info",5949 "serde",5829 "serde",5830 "sp-core",5950 "sp-io",5831 "sp-io",5951 "sp-runtime",5832 "sp-runtime",5952 "sp-std",5833 "sp-std",5955[[package]]5836[[package]]5956name = "pallet-election-provider-multi-phase"5837name = "pallet-election-provider-multi-phase"5957version = "4.0.0-dev"5838version = "4.0.0-dev"5958source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5839source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5959dependencies = [5840dependencies = [5960 "frame-benchmarking",5841 "frame-benchmarking",5961 "frame-election-provider-support",5842 "frame-election-provider-support",5979[[package]]5860[[package]]5980name = "pallet-election-provider-support-benchmarking"5861name = "pallet-election-provider-support-benchmarking"5981version = "4.0.0-dev"5862version = "4.0.0-dev"5982source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5863source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5983dependencies = [5864dependencies = [5984 "frame-benchmarking",5865 "frame-benchmarking",5985 "frame-election-provider-support",5866 "frame-election-provider-support",5992[[package]]5873[[package]]5993name = "pallet-elections-phragmen"5874name = "pallet-elections-phragmen"5994version = "5.0.0-dev"5875version = "5.0.0-dev"5995source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5876source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"5996dependencies = [5877dependencies = [5997 "frame-benchmarking",5878 "frame-benchmarking",5998 "frame-support",5879 "frame-support",6010[[package]]5891[[package]]6011name = "pallet-ethereum"5892name = "pallet-ethereum"6012version = "4.0.0-dev"5893version = "4.0.0-dev"6013source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"5894source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"6014dependencies = [5895dependencies = [6015 "ethereum",5896 "ethereum 0.14.0",6016 "ethereum-types",5897 "ethereum-types 0.14.1",6017 "evm",5898 "evm",6018 "fp-consensus",5899 "fp-consensus",6019 "fp-ethereum",5900 "fp-ethereum",6038[[package]]5919[[package]]6039name = "pallet-evm"5920name = "pallet-evm"6040version = "6.0.0-dev"5921version = "6.0.0-dev"6041source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"5922source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"6042dependencies = [5923dependencies = [6043 "environmental",5924 "environmental",6044 "evm",5925 "evm",6052 "log",5933 "log",6053 "pallet-timestamp",5934 "pallet-timestamp",6054 "parity-scale-codec 3.2.1",5935 "parity-scale-codec 3.2.1",6055 "primitive-types",5936 "primitive-types 0.12.1",6056 "rlp",5937 "rlp",6057 "scale-info",5938 "scale-info",6058 "serde",5939 "serde",6066name = "pallet-evm-coder-substrate"5947name = "pallet-evm-coder-substrate"6067version = "0.1.3"5948version = "0.1.3"6068dependencies = [5949dependencies = [6069 "ethereum",5950 "ethereum 0.14.0",6070 "evm-coder",5951 "evm-coder",6071 "frame-benchmarking",5952 "frame-benchmarking",6072 "frame-support",5953 "frame-support",6084name = "pallet-evm-contract-helpers"5965name = "pallet-evm-contract-helpers"6085version = "0.3.0"5966version = "0.3.0"6086dependencies = [5967dependencies = [6087 "ethereum",5968 "ethereum 0.14.0",6088 "evm-coder",5969 "evm-coder",6089 "fp-evm-mapping",5970 "fp-evm-mapping",6090 "frame-support",5971 "frame-support",6107name = "pallet-evm-migration"5988name = "pallet-evm-migration"6108version = "0.1.1"5989version = "0.1.1"6109dependencies = [5990dependencies = [6110 "ethereum",5991 "ethereum 0.14.0",6111 "fp-evm",5992 "fp-evm",6112 "frame-benchmarking",5993 "frame-benchmarking",6113 "frame-support",5994 "frame-support",6143[[package]]6024[[package]]6144name = "pallet-fast-unstake"6025name = "pallet-fast-unstake"6145version = "4.0.0-dev"6026version = "4.0.0-dev"6146source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6027source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6147dependencies = [6028dependencies = [6148 "frame-benchmarking",6029 "frame-benchmarking",6149 "frame-election-provider-support",6030 "frame-election-provider-support",6150 "frame-support",6031 "frame-support",6151 "frame-system",6032 "frame-system",6152 "log",6033 "log",6153 "pallet-balances",6154 "pallet-staking",6155 "pallet-timestamp",6156 "parity-scale-codec 3.2.1",6034 "parity-scale-codec 3.2.1",6157 "scale-info",6035 "scale-info",6158 "sp-io",6036 "sp-io",6193name = "pallet-fungible"6071name = "pallet-fungible"6194version = "0.1.7"6072version = "0.1.7"6195dependencies = [6073dependencies = [6196 "ethereum",6074 "ethereum 0.14.0",6197 "evm-coder",6075 "evm-coder",6198 "frame-benchmarking",6076 "frame-benchmarking",6199 "frame-support",6077 "frame-support",6213[[package]]6091[[package]]6214name = "pallet-gilt"6092name = "pallet-gilt"6215version = "4.0.0-dev"6093version = "4.0.0-dev"6216source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6094source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6217dependencies = [6095dependencies = [6218 "frame-benchmarking",6096 "frame-benchmarking",6219 "frame-support",6097 "frame-support",6228[[package]]6106[[package]]6229name = "pallet-grandpa"6107name = "pallet-grandpa"6230version = "4.0.0-dev"6108version = "4.0.0-dev"6231source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6109source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6232dependencies = [6110dependencies = [6233 "frame-benchmarking",6111 "frame-benchmarking",6234 "frame-support",6112 "frame-support",6251[[package]]6129[[package]]6252name = "pallet-identity"6130name = "pallet-identity"6253version = "4.0.0-dev"6131version = "4.0.0-dev"6254source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6132source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6255dependencies = [6133dependencies = [6256 "enumflags2",6134 "enumflags2",6257 "frame-benchmarking",6135 "frame-benchmarking",6267[[package]]6145[[package]]6268name = "pallet-im-online"6146name = "pallet-im-online"6269version = "4.0.0-dev"6147version = "4.0.0-dev"6270source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6148source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6271dependencies = [6149dependencies = [6272 "frame-benchmarking",6150 "frame-benchmarking",6273 "frame-support",6151 "frame-support",6287[[package]]6165[[package]]6288name = "pallet-indices"6166name = "pallet-indices"6289version = "4.0.0-dev"6167version = "4.0.0-dev"6290source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6168source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6291dependencies = [6169dependencies = [6292 "frame-benchmarking",6170 "frame-benchmarking",6293 "frame-support",6171 "frame-support",6335[[package]]6213[[package]]6336name = "pallet-membership"6214name = "pallet-membership"6337version = "4.0.0-dev"6215version = "4.0.0-dev"6338source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6216source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6339dependencies = [6217dependencies = [6340 "frame-benchmarking",6218 "frame-benchmarking",6341 "frame-support",6219 "frame-support",6352[[package]]6230[[package]]6353name = "pallet-mmr"6231name = "pallet-mmr"6354version = "4.0.0-dev"6232version = "4.0.0-dev"6355source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6233source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6356dependencies = [6234dependencies = [6357 "ckb-merkle-mountain-range",6235 "ckb-merkle-mountain-range",6358 "frame-benchmarking",6236 "frame-benchmarking",6370[[package]]6248[[package]]6371name = "pallet-mmr-rpc"6249name = "pallet-mmr-rpc"6372version = "3.0.0"6250version = "3.0.0"6373source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6251source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6374dependencies = [6252dependencies = [6253 "anyhow",6375 "jsonrpsee",6254 "jsonrpsee",6376 "parity-scale-codec 3.2.1",6255 "parity-scale-codec 3.2.1",6377 "serde",6256 "serde",6385[[package]]6264[[package]]6386name = "pallet-multisig"6265name = "pallet-multisig"6387version = "4.0.0-dev"6266version = "4.0.0-dev"6388source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6267source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6389dependencies = [6268dependencies = [6390 "frame-benchmarking",6269 "frame-benchmarking",6391 "frame-support",6270 "frame-support",6392 "frame-system",6271 "frame-system",6272 "log",6393 "parity-scale-codec 3.2.1",6273 "parity-scale-codec 3.2.1",6394 "scale-info",6274 "scale-info",6395 "sp-io",6275 "sp-io",6400[[package]]6280[[package]]6401name = "pallet-nomination-pools"6281name = "pallet-nomination-pools"6402version = "1.0.0"6282version = "1.0.0"6403source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6283source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6404dependencies = [6284dependencies = [6405 "frame-support",6285 "frame-support",6406 "frame-system",6286 "frame-system",6417[[package]]6297[[package]]6418name = "pallet-nomination-pools-benchmarking"6298name = "pallet-nomination-pools-benchmarking"6419version = "1.0.0"6299version = "1.0.0"6420source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6300source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6421dependencies = [6301dependencies = [6422 "frame-benchmarking",6302 "frame-benchmarking",6423 "frame-election-provider-support",6303 "frame-election-provider-support",6437[[package]]6317[[package]]6438name = "pallet-nomination-pools-runtime-api"6318name = "pallet-nomination-pools-runtime-api"6439version = "1.0.0-dev"6319version = "1.0.0-dev"6440source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6320source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6441dependencies = [6321dependencies = [6442 "parity-scale-codec 3.2.1",6322 "parity-scale-codec 3.2.1",6443 "sp-api",6323 "sp-api",6448name = "pallet-nonfungible"6328name = "pallet-nonfungible"6449version = "0.1.9"6329version = "0.1.9"6450dependencies = [6330dependencies = [6451 "ethereum",6331 "ethereum 0.14.0",6452 "evm-coder",6332 "evm-coder",6453 "frame-benchmarking",6333 "frame-benchmarking",6454 "frame-support",6334 "frame-support",6469[[package]]6349[[package]]6470name = "pallet-offences"6350name = "pallet-offences"6471version = "4.0.0-dev"6351version = "4.0.0-dev"6472source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6352source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6473dependencies = [6353dependencies = [6474 "frame-support",6354 "frame-support",6475 "frame-system",6355 "frame-system",6486[[package]]6366[[package]]6487name = "pallet-offences-benchmarking"6367name = "pallet-offences-benchmarking"6488version = "4.0.0-dev"6368version = "4.0.0-dev"6489source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6369source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6490dependencies = [6370dependencies = [6491 "frame-benchmarking",6371 "frame-benchmarking",6492 "frame-election-provider-support",6372 "frame-election-provider-support",6509[[package]]6389[[package]]6510name = "pallet-preimage"6390name = "pallet-preimage"6511version = "4.0.0-dev"6391version = "4.0.0-dev"6512source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6392source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6513dependencies = [6393dependencies = [6514 "frame-benchmarking",6394 "frame-benchmarking",6515 "frame-support",6395 "frame-support",6516 "frame-system",6396 "frame-system",6397 "log",6517 "parity-scale-codec 3.2.1",6398 "parity-scale-codec 3.2.1",6518 "scale-info",6399 "scale-info",6519 "sp-core",6400 "sp-core",6525[[package]]6406[[package]]6526name = "pallet-proxy"6407name = "pallet-proxy"6527version = "4.0.0-dev"6408version = "4.0.0-dev"6528source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6409source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6529dependencies = [6410dependencies = [6530 "frame-benchmarking",6411 "frame-benchmarking",6531 "frame-support",6412 "frame-support",6540[[package]]6421[[package]]6541name = "pallet-randomness-collective-flip"6422name = "pallet-randomness-collective-flip"6542version = "4.0.0-dev"6423version = "4.0.0-dev"6543source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6424source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6544dependencies = [6425dependencies = [6545 "frame-support",6426 "frame-support",6546 "frame-system",6427 "frame-system",6551 "sp-std",6432 "sp-std",6552]6433]64346435[[package]]6436name = "pallet-ranked-collective"6437version = "4.0.0-dev"6438source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6439dependencies = [6440 "frame-benchmarking",6441 "frame-support",6442 "frame-system",6443 "log",6444 "parity-scale-codec 3.2.1",6445 "scale-info",6446 "sp-arithmetic",6447 "sp-core",6448 "sp-io",6449 "sp-runtime",6450 "sp-std",6451]655364526554[[package]]6453[[package]]6555name = "pallet-recovery"6454name = "pallet-recovery"6556version = "4.0.0-dev"6455version = "4.0.0-dev"6557source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6456source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6558dependencies = [6457dependencies = [6559 "frame-benchmarking",6458 "frame-benchmarking",6560 "frame-support",6459 "frame-support",6566 "sp-std",6465 "sp-std",6567]6466]64676468[[package]]6469name = "pallet-referenda"6470version = "4.0.0-dev"6471source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6472dependencies = [6473 "assert_matches",6474 "frame-benchmarking",6475 "frame-support",6476 "frame-system",6477 "parity-scale-codec 3.2.1",6478 "scale-info",6479 "serde",6480 "sp-arithmetic",6481 "sp-io",6482 "sp-runtime",6483 "sp-std",6484]656864856569[[package]]6486[[package]]6570name = "pallet-refungible"6487name = "pallet-refungible"6571version = "0.2.8"6488version = "0.2.8"6572dependencies = [6489dependencies = [6573 "derivative",6490 "derivative",6574 "ethereum",6491 "ethereum 0.14.0",6575 "evm-coder",6492 "evm-coder",6576 "frame-benchmarking",6493 "frame-benchmarking",6577 "frame-support",6494 "frame-support",6633[[package]]6550[[package]]6634name = "pallet-scheduler"6551name = "pallet-scheduler"6635version = "4.0.0-dev"6552version = "4.0.0-dev"6636source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6553source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6637dependencies = [6554dependencies = [6638 "frame-benchmarking",6555 "frame-benchmarking",6639 "frame-support",6556 "frame-support",6649[[package]]6566[[package]]6650name = "pallet-session"6567name = "pallet-session"6651version = "4.0.0-dev"6568version = "4.0.0-dev"6652source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6569source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6653dependencies = [6570dependencies = [6654 "frame-support",6571 "frame-support",6655 "frame-system",6572 "frame-system",6670[[package]]6587[[package]]6671name = "pallet-session-benchmarking"6588name = "pallet-session-benchmarking"6672version = "4.0.0-dev"6589version = "4.0.0-dev"6673source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6590source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6674dependencies = [6591dependencies = [6675 "frame-benchmarking",6592 "frame-benchmarking",6676 "frame-support",6593 "frame-support",6686[[package]]6603[[package]]6687name = "pallet-society"6604name = "pallet-society"6688version = "4.0.0-dev"6605version = "4.0.0-dev"6689source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6606source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6690dependencies = [6607dependencies = [6691 "frame-support",6608 "frame-support",6692 "frame-system",6609 "frame-system",6700[[package]]6617[[package]]6701name = "pallet-staking"6618name = "pallet-staking"6702version = "4.0.0-dev"6619version = "4.0.0-dev"6703source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6620source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6704dependencies = [6621dependencies = [6705 "frame-benchmarking",6622 "frame-benchmarking",6706 "frame-election-provider-support",6623 "frame-election-provider-support",6723[[package]]6640[[package]]6724name = "pallet-staking-reward-curve"6641name = "pallet-staking-reward-curve"6725version = "4.0.0-dev"6642version = "4.0.0-dev"6726source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6643source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6727dependencies = [6644dependencies = [6728 "proc-macro-crate",6645 "proc-macro-crate",6729 "proc-macro2",6646 "proc-macro2",6734[[package]]6651[[package]]6735name = "pallet-staking-reward-fn"6652name = "pallet-staking-reward-fn"6736version = "4.0.0-dev"6653version = "4.0.0-dev"6737source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6654source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6738dependencies = [6655dependencies = [6739 "log",6656 "log",6740 "sp-arithmetic",6657 "sp-arithmetic",6741]6658]66596660[[package]]6661name = "pallet-state-trie-migration"6662version = "4.0.0-dev"6663source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6664dependencies = [6665 "frame-benchmarking",6666 "frame-support",6667 "frame-system",6668 "log",6669 "parity-scale-codec 3.2.1",6670 "scale-info",6671 "sp-core",6672 "sp-io",6673 "sp-runtime",6674 "sp-std",6675]674266766743[[package]]6677[[package]]6744name = "pallet-structure"6678name = "pallet-structure"6758[[package]]6692[[package]]6759name = "pallet-sudo"6693name = "pallet-sudo"6760version = "4.0.0-dev"6694version = "4.0.0-dev"6761source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6695source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6762dependencies = [6696dependencies = [6763 "frame-support",6697 "frame-support",6764 "frame-system",6698 "frame-system",6772[[package]]6706[[package]]6773name = "pallet-template-transaction-payment"6707name = "pallet-template-transaction-payment"6774version = "3.0.0"6708version = "3.0.0"6775source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"6709source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.33#994d4a8dc6cc630b73d19f97315272a8795317e7"6776dependencies = [6710dependencies = [6777 "frame-benchmarking",6711 "frame-benchmarking",6778 "frame-support",6712 "frame-support",6804[[package]]6738[[package]]6805name = "pallet-timestamp"6739name = "pallet-timestamp"6806version = "4.0.0-dev"6740version = "4.0.0-dev"6807source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6741source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6808dependencies = [6742dependencies = [6809 "frame-benchmarking",6743 "frame-benchmarking",6810 "frame-support",6744 "frame-support",6822[[package]]6756[[package]]6823name = "pallet-tips"6757name = "pallet-tips"6824version = "4.0.0-dev"6758version = "4.0.0-dev"6825source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6759source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6826dependencies = [6760dependencies = [6827 "frame-benchmarking",6761 "frame-benchmarking",6828 "frame-support",6762 "frame-support",6841[[package]]6775[[package]]6842name = "pallet-transaction-payment"6776name = "pallet-transaction-payment"6843version = "4.0.0-dev"6777version = "4.0.0-dev"6844source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6778source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6845dependencies = [6779dependencies = [6846 "frame-support",6780 "frame-support",6847 "frame-system",6781 "frame-system",6857[[package]]6791[[package]]6858name = "pallet-transaction-payment-rpc"6792name = "pallet-transaction-payment-rpc"6859version = "4.0.0-dev"6793version = "4.0.0-dev"6860source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6794source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6861dependencies = [6795dependencies = [6862 "jsonrpsee",6796 "jsonrpsee",6863 "pallet-transaction-payment-rpc-runtime-api",6797 "pallet-transaction-payment-rpc-runtime-api",6867 "sp-core",6801 "sp-core",6868 "sp-rpc",6802 "sp-rpc",6869 "sp-runtime",6803 "sp-runtime",6804 "sp-weights",6870]6805]687168066872[[package]]6807[[package]]6873name = "pallet-transaction-payment-rpc-runtime-api"6808name = "pallet-transaction-payment-rpc-runtime-api"6874version = "4.0.0-dev"6809version = "4.0.0-dev"6875source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6810source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6876dependencies = [6811dependencies = [6877 "pallet-transaction-payment",6812 "pallet-transaction-payment",6878 "parity-scale-codec 3.2.1",6813 "parity-scale-codec 3.2.1",6879 "sp-api",6814 "sp-api",6880 "sp-runtime",6815 "sp-runtime",6816 "sp-weights",6881]6817]688268186883[[package]]6819[[package]]6884name = "pallet-treasury"6820name = "pallet-treasury"6885version = "4.0.0-dev"6821version = "4.0.0-dev"6886source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6822source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6887dependencies = [6823dependencies = [6888 "frame-benchmarking",6824 "frame-benchmarking",6889 "frame-support",6825 "frame-support",6901name = "pallet-unique"6837name = "pallet-unique"6902version = "0.2.1"6838version = "0.2.1"6903dependencies = [6839dependencies = [6904 "ethereum",6840 "ethereum 0.12.0",6905 "evm-coder",6841 "evm-coder",6906 "frame-benchmarking",6842 "frame-benchmarking",6907 "frame-support",6843 "frame-support",6942[[package]]6878[[package]]6943name = "pallet-utility"6879name = "pallet-utility"6944version = "4.0.0-dev"6880version = "4.0.0-dev"6945source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6881source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6946dependencies = [6882dependencies = [6947 "frame-benchmarking",6883 "frame-benchmarking",6948 "frame-support",6884 "frame-support",6958[[package]]6894[[package]]6959name = "pallet-vesting"6895name = "pallet-vesting"6960version = "4.0.0-dev"6896version = "4.0.0-dev"6961source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6897source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6962dependencies = [6898dependencies = [6963 "frame-benchmarking",6899 "frame-benchmarking",6964 "frame-support",6900 "frame-support",6970 "sp-std",6906 "sp-std",6971]6907]69086909[[package]]6910name = "pallet-whitelist"6911version = "4.0.0-dev"6912source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"6913dependencies = [6914 "frame-benchmarking",6915 "frame-support",6916 "frame-system",6917 "parity-scale-codec 3.2.1",6918 "scale-info",6919 "sp-api",6920 "sp-runtime",6921 "sp-std",6922]697269236973[[package]]6924[[package]]6974name = "pallet-xcm"6925name = "pallet-xcm"6975version = "0.9.30"6926version = "0.9.33"6976source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"6927source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"6977dependencies = [6928dependencies = [6978 "frame-support",6929 "frame-support",6979 "frame-system",6930 "frame-system",699069416991[[package]]6942[[package]]6992name = "pallet-xcm-benchmarks"6943name = "pallet-xcm-benchmarks"6993version = "0.9.30"6944version = "0.9.33"6994source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"6945source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"6995dependencies = [6946dependencies = [6996 "frame-benchmarking",6947 "frame-benchmarking",6997 "frame-support",6948 "frame-support",7008[[package]]6959[[package]]7009name = "parachain-info"6960name = "parachain-info"7010version = "0.1.0"6961version = "0.1.0"7011source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"6962source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"7012dependencies = [6963dependencies = [7013 "cumulus-primitives-core",6964 "cumulus-primitives-core",7014 "frame-support",6965 "frame-support",7015 "frame-system",6966 "frame-system",7016 "parity-scale-codec 3.2.1",6967 "parity-scale-codec 3.2.1",7017 "scale-info",6968 "scale-info",7018 "serde",7019]6969]702069707021[[package]]6971[[package]]7037 "snap",6987 "snap",7038]6988]69896990[[package]]6991name = "parity-db"6992version = "0.4.2"6993source = "registry+https://github.com/rust-lang/crates.io-index"6994checksum = "3a7511a0bec4a336b5929999d02b560d2439c993cccf98c26481484e811adc43"6995dependencies = [6996 "blake2",6997 "crc32fast",6998 "fs2",6999 "hex",7000 "libc",7001 "log",7002 "lz4",7003 "memmap2",7004 "parking_lot 0.12.1",7005 "rand 0.8.5",7006 "snap",7007]703970087040[[package]]7009[[package]]7041name = "parity-scale-codec"7010name = "parity-scale-codec"709870677099[[package]]7068[[package]]7100name = "parity-util-mem"7069name = "parity-util-mem"7101version = "0.11.0"7070version = "0.12.0"7102source = "registry+https://github.com/rust-lang/crates.io-index"7071source = "registry+https://github.com/rust-lang/crates.io-index"7103checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7072checksum = "0d32c34f4f5ca7f9196001c0aba5a1f9a5a12382c8944b8b0f90233282d1e8f8"7104dependencies = [7073dependencies = [7105 "cfg-if 1.0.0",7074 "cfg-if",7106 "ethereum-types",7075 "ethereum-types 0.14.1",7107 "hashbrown",7076 "hashbrown",7108 "impl-trait-for-tuples",7077 "impl-trait-for-tuples",7109 "lru 0.7.8",7078 "lru",7110 "parity-util-mem-derive",7079 "parity-util-mem-derive",7111 "parking_lot 0.12.1",7080 "parking_lot 0.12.1",7112 "primitive-types",7081 "primitive-types 0.12.1",7113 "smallvec",7082 "smallvec",7114 "winapi",7083 "winapi",7115]7084]7125 "synstructure",7094 "synstructure",7126]7095]71277128[[package]]7129name = "parity-wasm"7130version = "0.32.0"7131source = "registry+https://github.com/rust-lang/crates.io-index"7132checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7133dependencies = [7134 "byteorder",7135]713670967137[[package]]7097[[package]]7138name = "parity-wasm"7098name = "parity-wasm"7164checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7124checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7165dependencies = [7125dependencies = [7166 "lock_api",7126 "lock_api",7167 "parking_lot_core 0.9.4",7127 "parking_lot_core 0.9.5",7168]7128]716971297170[[package]]7130[[package]]7173source = "registry+https://github.com/rust-lang/crates.io-index"7133source = "registry+https://github.com/rust-lang/crates.io-index"7174checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7134checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7175dependencies = [7135dependencies = [7176 "cfg-if 1.0.0",7136 "cfg-if",7177 "instant",7137 "instant",7178 "libc",7138 "libc",7179 "redox_syscall",7139 "redox_syscall",718371437184[[package]]7144[[package]]7185name = "parking_lot_core"7145name = "parking_lot_core"7186version = "0.9.4"7146version = "0.9.5"7187source = "registry+https://github.com/rust-lang/crates.io-index"7147source = "registry+https://github.com/rust-lang/crates.io-index"7188checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"7148checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba"7189dependencies = [7149dependencies = [7190 "cfg-if 1.0.0",7150 "cfg-if",7191 "libc",7151 "libc",7192 "redox_syscall",7152 "redox_syscall",7193 "smallvec",7153 "smallvec",723271927233[[package]]7193[[package]]7234name = "pest"7194name = "pest"7235version = "2.4.1"7195version = "2.5.1"7236source = "registry+https://github.com/rust-lang/crates.io-index"7196source = "registry+https://github.com/rust-lang/crates.io-index"7237checksum = "a528564cc62c19a7acac4d81e01f39e53e25e17b934878f4c6d25cc2836e62f8"7197checksum = "cc8bed3549e0f9b0a2a78bf7c0018237a2cdf085eecbbc048e52612438e4e9d0"7238dependencies = [7198dependencies = [7239 "thiserror",7199 "thiserror",7240 "ucd-trie",7200 "ucd-trie",7241]7201]724272027243[[package]]7203[[package]]7244name = "pest_derive"7204name = "pest_derive"7245version = "2.4.1"7205version = "2.5.1"7246source = "registry+https://github.com/rust-lang/crates.io-index"7206source = "registry+https://github.com/rust-lang/crates.io-index"7247checksum = "d5fd9bc6500181952d34bd0b2b0163a54d794227b498be0b7afa7698d0a7b18f"7207checksum = "cdc078600d06ff90d4ed238f0119d84ab5d43dbaad278b0e33a8820293b32344"7248dependencies = [7208dependencies = [7249 "pest",7209 "pest",7250 "pest_generator",7210 "pest_generator",7251]7211]725272127253[[package]]7213[[package]]7254name = "pest_generator"7214name = "pest_generator"7255version = "2.4.1"7215version = "2.5.1"7256source = "registry+https://github.com/rust-lang/crates.io-index"7216source = "registry+https://github.com/rust-lang/crates.io-index"7257checksum = "d2610d5ac5156217b4ff8e46ddcef7cdf44b273da2ac5bca2ecbfa86a330e7c4"7217checksum = "28a1af60b1c4148bb269006a750cff8e2ea36aff34d2d96cf7be0b14d1bed23c"7258dependencies = [7218dependencies = [7259 "pest",7219 "pest",7260 "pest_meta",7220 "pest_meta",726572257266[[package]]7226[[package]]7267name = "pest_meta"7227name = "pest_meta"7268version = "2.4.1"7228version = "2.5.1"7269source = "registry+https://github.com/rust-lang/crates.io-index"7229source = "registry+https://github.com/rust-lang/crates.io-index"7270checksum = "824749bf7e21dd66b36fbe26b3f45c713879cccd4a009a917ab8e045ca8246fe"7230checksum = "fec8605d59fc2ae0c6c1aefc0c7c7a9769732017c0ce07f7a9cfffa7b4404f20"7271dependencies = [7231dependencies = [7272 "once_cell",7232 "once_cell",7273 "pest",7233 "pest",732472847325[[package]]7285[[package]]7326name = "pkcs8"7286name = "pkcs8"7327version = "0.8.0"7287version = "0.9.0"7328source = "registry+https://github.com/rust-lang/crates.io-index"7288source = "registry+https://github.com/rust-lang/crates.io-index"7329checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7289checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"7330dependencies = [7290dependencies = [7331 "der",7291 "der",7332 "spki",7292 "spki",7333 "zeroize",7334]7293]733572947336[[package]]7295[[package]]734773067348[[package]]7307[[package]]7349name = "polkadot-approval-distribution"7308name = "polkadot-approval-distribution"7350version = "0.9.30"7309version = "0.9.33"7351source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7310source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7352dependencies = [7311dependencies = [7353 "futures 0.3.25",7312 "futures 0.3.25",7354 "polkadot-node-network-protocol",7313 "polkadot-node-network-protocol",736273217363[[package]]7322[[package]]7364name = "polkadot-availability-bitfield-distribution"7323name = "polkadot-availability-bitfield-distribution"7365version = "0.9.30"7324version = "0.9.33"7366source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7325source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7367dependencies = [7326dependencies = [7368 "futures 0.3.25",7327 "futures 0.3.25",7369 "polkadot-node-network-protocol",7328 "polkadot-node-network-protocol",737673357377[[package]]7336[[package]]7378name = "polkadot-availability-distribution"7337name = "polkadot-availability-distribution"7379version = "0.9.30"7338version = "0.9.33"7380source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7339source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7381dependencies = [7340dependencies = [7382 "derive_more",7341 "derive_more",7383 "fatality",7342 "fatality",7384 "futures 0.3.25",7343 "futures 0.3.25",7385 "lru 0.7.8",7344 "lru",7386 "parity-scale-codec 3.2.1",7345 "parity-scale-codec 3.2.1",7387 "polkadot-erasure-coding",7346 "polkadot-erasure-coding",7388 "polkadot-node-network-protocol",7347 "polkadot-node-network-protocol",739973587400[[package]]7359[[package]]7401name = "polkadot-availability-recovery"7360name = "polkadot-availability-recovery"7402version = "0.9.30"7361version = "0.9.33"7403source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7362source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7404dependencies = [7363dependencies = [7405 "fatality",7364 "fatality",7406 "futures 0.3.25",7365 "futures 0.3.25",7407 "lru 0.7.8",7366 "lru",7408 "parity-scale-codec 3.2.1",7367 "parity-scale-codec 3.2.1",7409 "polkadot-erasure-coding",7368 "polkadot-erasure-coding",7410 "polkadot-node-network-protocol",7369 "polkadot-node-network-protocol",742073797421[[package]]7380[[package]]7422name = "polkadot-cli"7381name = "polkadot-cli"7423version = "0.9.30"7382version = "0.9.33"7424source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7383source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7425dependencies = [7384dependencies = [7426 "clap",7385 "clap",7427 "frame-benchmarking-cli",7386 "frame-benchmarking-cli",744674057447[[package]]7406[[package]]7448name = "polkadot-client"7407name = "polkadot-client"7449version = "0.9.30"7408version = "0.9.33"7450source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7409source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7451dependencies = [7410dependencies = [7452 "beefy-primitives",7411 "beefy-primitives",7453 "frame-benchmarking",7412 "frame-benchmarking",748674457487[[package]]7446[[package]]7488name = "polkadot-collator-protocol"7447name = "polkadot-collator-protocol"7489version = "0.9.30"7448version = "0.9.33"7490source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7449source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7491dependencies = [7450dependencies = [7492 "always-assert",7451 "always-assert",7452 "bitvec 1.0.1",7493 "fatality",7453 "fatality",7494 "futures 0.3.25",7454 "futures 0.3.25",7495 "futures-timer",7455 "futures-timer",750774677508[[package]]7468[[package]]7509name = "polkadot-core-primitives"7469name = "polkadot-core-primitives"7510version = "0.9.30"7470version = "0.9.33"7511source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7471source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7512dependencies = [7472dependencies = [7513 "parity-scale-codec 3.2.1",7473 "parity-scale-codec 3.2.1",7514 "parity-util-mem",7474 "parity-util-mem",752074807521[[package]]7481[[package]]7522name = "polkadot-dispute-distribution"7482name = "polkadot-dispute-distribution"7523version = "0.9.30"7483version = "0.9.33"7524source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7484source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7525dependencies = [7485dependencies = [7526 "derive_more",7486 "derive_more",7527 "fatality",7487 "fatality",7528 "futures 0.3.25",7488 "futures 0.3.25",7489 "futures-timer",7490 "indexmap",7529 "lru 0.7.8",7491 "lru",7530 "parity-scale-codec 3.2.1",7492 "parity-scale-codec 3.2.1",7531 "polkadot-erasure-coding",7493 "polkadot-erasure-coding",7532 "polkadot-node-network-protocol",7494 "polkadot-node-network-protocol",754375057544[[package]]7506[[package]]7545name = "polkadot-erasure-coding"7507name = "polkadot-erasure-coding"7546version = "0.9.30"7508version = "0.9.33"7547source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7509source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7548dependencies = [7510dependencies = [7549 "parity-scale-codec 3.2.1",7511 "parity-scale-codec 3.2.1",7550 "polkadot-node-primitives",7512 "polkadot-node-primitives",755775197558[[package]]7520[[package]]7559name = "polkadot-gossip-support"7521name = "polkadot-gossip-support"7560version = "0.9.30"7522version = "0.9.33"7561source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7523source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7562dependencies = [7524dependencies = [7563 "futures 0.3.25",7525 "futures 0.3.25",7564 "futures-timer",7526 "futures-timer",757775397578[[package]]7540[[package]]7579name = "polkadot-network-bridge"7541name = "polkadot-network-bridge"7580version = "0.9.30"7542version = "0.9.33"7581source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7543source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7582dependencies = [7544dependencies = [7583 "always-assert",7545 "always-assert",7584 "async-trait",7546 "async-trait",760175637602[[package]]7564[[package]]7603name = "polkadot-node-collation-generation"7565name = "polkadot-node-collation-generation"7604version = "0.9.30"7566version = "0.9.33"7605source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7567source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7606dependencies = [7568dependencies = [7607 "futures 0.3.25",7569 "futures 0.3.25",7608 "parity-scale-codec 3.2.1",7570 "parity-scale-codec 3.2.1",761975817620[[package]]7582[[package]]7621name = "polkadot-node-core-approval-voting"7583name = "polkadot-node-core-approval-voting"7622version = "0.9.30"7584version = "0.9.33"7623source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7585source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7624dependencies = [7586dependencies = [7625 "bitvec 1.0.1",7587 "bitvec 1.0.1",7626 "derive_more",7588 "derive_more",7627 "futures 0.3.25",7589 "futures 0.3.25",7628 "futures-timer",7590 "futures-timer",7629 "kvdb",7591 "kvdb",7630 "lru 0.7.8",7592 "lru",7631 "merlin",7593 "merlin",7632 "parity-scale-codec 3.2.1",7594 "parity-scale-codec 3.2.1",7633 "polkadot-node-jaeger",7595 "polkadot-node-jaeger",764876107649[[package]]7611[[package]]7650name = "polkadot-node-core-av-store"7612name = "polkadot-node-core-av-store"7651version = "0.9.30"7613version = "0.9.33"7652source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7614source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7653dependencies = [7615dependencies = [7654 "bitvec 1.0.1",7616 "bitvec 1.0.1",7655 "futures 0.3.25",7617 "futures 0.3.25",766876307669[[package]]7631[[package]]7670name = "polkadot-node-core-backing"7632name = "polkadot-node-core-backing"7671version = "0.9.30"7633version = "0.9.33"7672source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7634source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7673dependencies = [7635dependencies = [7674 "bitvec 1.0.1",7636 "bitvec 1.0.1",7675 "fatality",7637 "fatality",768776497688[[package]]7650[[package]]7689name = "polkadot-node-core-bitfield-signing"7651name = "polkadot-node-core-bitfield-signing"7690version = "0.9.30"7652version = "0.9.33"7691source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7653source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7692dependencies = [7654dependencies = [7693 "futures 0.3.25",7655 "futures 0.3.25",7694 "polkadot-node-subsystem",7656 "polkadot-node-subsystem",770276647703[[package]]7665[[package]]7704name = "polkadot-node-core-candidate-validation"7666name = "polkadot-node-core-candidate-validation"7705version = "0.9.30"7667version = "0.9.33"7706source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7668source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7707dependencies = [7669dependencies = [7708 "async-trait",7670 "async-trait",7709 "futures 0.3.25",7671 "futures 0.3.25",7672 "futures-timer",7710 "parity-scale-codec 3.2.1",7673 "parity-scale-codec 3.2.1",7711 "polkadot-node-core-pvf",7674 "polkadot-node-core-pvf",7712 "polkadot-node-primitives",7675 "polkadot-node-primitives",772076837721[[package]]7684[[package]]7722name = "polkadot-node-core-chain-api"7685name = "polkadot-node-core-chain-api"7723version = "0.9.30"7686version = "0.9.33"7724source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7687source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7725dependencies = [7688dependencies = [7726 "futures 0.3.25",7689 "futures 0.3.25",7727 "polkadot-node-subsystem",7690 "polkadot-node-subsystem",773576987736[[package]]7699[[package]]7737name = "polkadot-node-core-chain-selection"7700name = "polkadot-node-core-chain-selection"7738version = "0.9.30"7701version = "0.9.33"7739source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7702source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7740dependencies = [7703dependencies = [7741 "futures 0.3.25",7704 "futures 0.3.25",7742 "futures-timer",7705 "futures-timer",775277157753[[package]]7716[[package]]7754name = "polkadot-node-core-dispute-coordinator"7717name = "polkadot-node-core-dispute-coordinator"7755version = "0.9.30"7718version = "0.9.33"7756source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7719source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7757dependencies = [7720dependencies = [7758 "fatality",7721 "fatality",7759 "futures 0.3.25",7722 "futures 0.3.25",7760 "kvdb",7723 "kvdb",7761 "lru 0.7.8",7724 "lru",7762 "parity-scale-codec 3.2.1",7725 "parity-scale-codec 3.2.1",7763 "polkadot-node-primitives",7726 "polkadot-node-primitives",7764 "polkadot-node-subsystem",7727 "polkadot-node-subsystem",777177347772[[package]]7735[[package]]7773name = "polkadot-node-core-parachains-inherent"7736name = "polkadot-node-core-parachains-inherent"7774version = "0.9.30"7737version = "0.9.33"7775source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7738source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7776dependencies = [7739dependencies = [7777 "async-trait",7740 "async-trait",7778 "futures 0.3.25",7741 "futures 0.3.25",778877517789[[package]]7752[[package]]7790name = "polkadot-node-core-provisioner"7753name = "polkadot-node-core-provisioner"7791version = "0.9.30"7754version = "0.9.33"7792source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7755source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7793dependencies = [7756dependencies = [7794 "bitvec 1.0.1",7757 "bitvec 1.0.1",7795 "fatality",7758 "fatality",780677697807[[package]]7770[[package]]7808name = "polkadot-node-core-pvf"7771name = "polkadot-node-core-pvf"7809version = "0.9.30"7772version = "0.9.33"7810source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7773source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7811dependencies = [7774dependencies = [7812 "always-assert",7775 "always-assert",7813 "assert_matches",7776 "assert_matches",783878017839[[package]]7802[[package]]7840name = "polkadot-node-core-pvf-checker"7803name = "polkadot-node-core-pvf-checker"7841version = "0.9.30"7804version = "0.9.33"7842source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7805source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7843dependencies = [7806dependencies = [7844 "futures 0.3.25",7807 "futures 0.3.25",7845 "polkadot-node-primitives",7808 "polkadot-node-primitives",785478177855[[package]]7818[[package]]7856name = "polkadot-node-core-runtime-api"7819name = "polkadot-node-core-runtime-api"7857version = "0.9.30"7820version = "0.9.33"7858source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7821source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7859dependencies = [7822dependencies = [7860 "futures 0.3.25",7823 "futures 0.3.25",7861 "memory-lru",7824 "memory-lru",787078337871[[package]]7834[[package]]7872name = "polkadot-node-jaeger"7835name = "polkadot-node-jaeger"7873version = "0.9.30"7836version = "0.9.33"7874source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7837source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7875dependencies = [7838dependencies = [7876 "async-std",7839 "async-std",7877 "lazy_static",7840 "lazy_static",788878517889[[package]]7852[[package]]7890name = "polkadot-node-metrics"7853name = "polkadot-node-metrics"7891version = "0.9.30"7854version = "0.9.33"7892source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7855source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7893dependencies = [7856dependencies = [7894 "bs58",7857 "bs58",7895 "futures 0.3.25",7858 "futures 0.3.25",790778707908[[package]]7871[[package]]7909name = "polkadot-node-network-protocol"7872name = "polkadot-node-network-protocol"7910version = "0.9.30"7873version = "0.9.33"7911source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7874source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7912dependencies = [7875dependencies = [7913 "async-trait",7876 "async-trait",7914 "derive_more",7877 "derive_more",793078937931[[package]]7894[[package]]7932name = "polkadot-node-primitives"7895name = "polkadot-node-primitives"7933version = "0.9.30"7896version = "0.9.33"7934source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7897source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7935dependencies = [7898dependencies = [7936 "bounded-vec",7899 "bounded-vec",7937 "futures 0.3.25",7900 "futures 0.3.25",795279157953[[package]]7916[[package]]7954name = "polkadot-node-subsystem"7917name = "polkadot-node-subsystem"7955version = "0.9.30"7918version = "0.9.33"7956source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7919source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7957dependencies = [7920dependencies = [7958 "polkadot-node-jaeger",7921 "polkadot-node-jaeger",7959 "polkadot-node-subsystem-types",7922 "polkadot-node-subsystem-types",796279257963[[package]]7926[[package]]7964name = "polkadot-node-subsystem-types"7927name = "polkadot-node-subsystem-types"7965version = "0.9.30"7928version = "0.9.33"7966source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7929source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7967dependencies = [7930dependencies = [7968 "async-trait",7931 "async-trait",7969 "derive_more",7932 "derive_more",798579487986[[package]]7949[[package]]7987name = "polkadot-node-subsystem-util"7950name = "polkadot-node-subsystem-util"7988version = "0.9.30"7951version = "0.9.33"7989source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7952source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"7990dependencies = [7953dependencies = [7991 "async-trait",7954 "async-trait",7992 "derive_more",7955 "derive_more",7993 "fatality",7956 "fatality",7994 "futures 0.3.25",7957 "futures 0.3.25",7995 "itertools",7958 "itertools",7996 "kvdb",7959 "kvdb",7997 "lru 0.7.8",7960 "lru",7998 "parity-db",7961 "parity-db 0.4.2",7999 "parity-scale-codec 3.2.1",7962 "parity-scale-codec 3.2.1",8000 "parity-util-mem",7963 "parity-util-mem",8001 "parking_lot 0.11.2",7964 "parking_lot 0.11.2",801879818019[[package]]7982[[package]]8020name = "polkadot-overseer"7983name = "polkadot-overseer"8021version = "0.9.30"7984version = "0.9.33"8022source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7985source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8023dependencies = [7986dependencies = [8024 "async-trait",7987 "async-trait",8025 "futures 0.3.25",7988 "futures 0.3.25",8026 "futures-timer",7989 "futures-timer",8027 "lru 0.7.8",7990 "lru",8028 "orchestra",7991 "orchestra",8029 "parity-util-mem",7992 "parity-util-mem",8030 "parking_lot 0.12.1",7993 "parking_lot 0.12.1",804180048042[[package]]8005[[package]]8043name = "polkadot-parachain"8006name = "polkadot-parachain"8044version = "0.9.30"8007version = "0.9.33"8045source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8008source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8046dependencies = [8009dependencies = [8047 "derive_more",8010 "derive_more",8048 "frame-support",8011 "frame-support",805880218059[[package]]8022[[package]]8060name = "polkadot-performance-test"8023name = "polkadot-performance-test"8061version = "0.9.30"8024version = "0.9.33"8062source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8025source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8063dependencies = [8026dependencies = [8064 "env_logger",8027 "env_logger",8065 "kusama-runtime",8028 "kusama-runtime",807380368074[[package]]8037[[package]]8075name = "polkadot-primitives"8038name = "polkadot-primitives"8076version = "0.9.30"8039version = "0.9.33"8077source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8040source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8078dependencies = [8041dependencies = [8079 "bitvec 1.0.1",8042 "bitvec 1.0.1",8080 "frame-system",8081 "hex-literal",8043 "hex-literal",8082 "parity-scale-codec 3.2.1",8044 "parity-scale-codec 3.2.1",8083 "parity-util-mem",8045 "parity-util-mem",8097 "sp-runtime",8059 "sp-runtime",8098 "sp-staking",8060 "sp-staking",8099 "sp-std",8061 "sp-std",8100 "sp-trie",8101 "sp-version",8102]8062]810380638104[[package]]8064[[package]]8105name = "polkadot-rpc"8065name = "polkadot-rpc"8106version = "0.9.30"8066version = "0.9.33"8107source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8067source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8108dependencies = [8068dependencies = [8109 "beefy-gadget",8069 "beefy-gadget",8110 "beefy-gadget-rpc",8070 "beefy-gadget-rpc",813580958136[[package]]8096[[package]]8137name = "polkadot-runtime"8097name = "polkadot-runtime"8138version = "0.9.30"8098version = "0.9.33"8139source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8099source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8140dependencies = [8100dependencies = [8141 "beefy-primitives",8101 "beefy-primitives",8142 "bitvec 1.0.1",8102 "bitvec 1.0.1",822481848225[[package]]8185[[package]]8226name = "polkadot-runtime-common"8186name = "polkadot-runtime-common"8227version = "0.9.30"8187version = "0.9.33"8228source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8188source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8229dependencies = [8189dependencies = [8230 "beefy-primitives",8190 "beefy-primitives",8231 "bitvec 1.0.1",8191 "bitvec 1.0.1",8244 "pallet-election-provider-multi-phase",8204 "pallet-election-provider-multi-phase",8245 "pallet-session",8205 "pallet-session",8246 "pallet-staking",8206 "pallet-staking",8207 "pallet-staking-reward-fn",8247 "pallet-timestamp",8208 "pallet-timestamp",8248 "pallet-transaction-payment",8209 "pallet-transaction-payment",8249 "pallet-treasury",8210 "pallet-treasury",827182328272[[package]]8233[[package]]8273name = "polkadot-runtime-constants"8234name = "polkadot-runtime-constants"8274version = "0.9.30"8235version = "0.9.33"8275source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8236source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8276dependencies = [8237dependencies = [8277 "frame-support",8238 "frame-support",8278 "polkadot-primitives",8239 "polkadot-primitives",8279 "polkadot-runtime-common",8240 "polkadot-runtime-common",8280 "smallvec",8241 "smallvec",8242 "sp-core",8281 "sp-runtime",8243 "sp-runtime",8244 "sp-weights",8282]8245]828382468284[[package]]8247[[package]]8285name = "polkadot-runtime-metrics"8248name = "polkadot-runtime-metrics"8286version = "0.9.30"8249version = "0.9.33"8287source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8250source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8288dependencies = [8251dependencies = [8289 "bs58",8252 "bs58",8290 "parity-scale-codec 3.2.1",8253 "parity-scale-codec 3.2.1",829582588296[[package]]8259[[package]]8297name = "polkadot-runtime-parachains"8260name = "polkadot-runtime-parachains"8298version = "0.9.30"8261version = "0.9.33"8299source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8262source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8300dependencies = [8263dependencies = [8301 "bitflags",8264 "bitflags",8302 "bitvec 1.0.1",8265 "bitvec 1.0.1",833883018339[[package]]8302[[package]]8340name = "polkadot-service"8303name = "polkadot-service"8341version = "0.9.30"8304version = "0.9.33"8342source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8305source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8343dependencies = [8306dependencies = [8344 "async-trait",8307 "async-trait",8345 "beefy-gadget",8308 "beefy-gadget",8351 "kusama-runtime",8314 "kusama-runtime",8352 "kvdb",8315 "kvdb",8353 "kvdb-rocksdb",8316 "kvdb-rocksdb",8354 "lru 0.7.8",8317 "lru",8355 "pallet-babe",8318 "pallet-babe",8356 "pallet-im-online",8319 "pallet-im-online",8357 "pallet-staking",8320 "pallet-staking",8358 "pallet-transaction-payment-rpc-runtime-api",8321 "pallet-transaction-payment-rpc-runtime-api",8359 "parity-db",8322 "parity-db 0.4.2",8360 "polkadot-approval-distribution",8323 "polkadot-approval-distribution",8361 "polkadot-availability-bitfield-distribution",8324 "polkadot-availability-bitfield-distribution",8362 "polkadot-availability-distribution",8325 "polkadot-availability-distribution",844284058443[[package]]8406[[package]]8444name = "polkadot-statement-distribution"8407name = "polkadot-statement-distribution"8445version = "0.9.30"8408version = "0.9.33"8446source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8409source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8447dependencies = [8410dependencies = [8448 "arrayvec 0.5.2",8411 "arrayvec 0.5.2",8449 "fatality",8412 "fatality",846384268464[[package]]8427[[package]]8465name = "polkadot-statement-table"8428name = "polkadot-statement-table"8466version = "0.9.30"8429version = "0.9.33"8467source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8430source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8468dependencies = [8431dependencies = [8469 "parity-scale-codec 3.2.1",8432 "parity-scale-codec 3.2.1",8470 "polkadot-primitives",8433 "polkadot-primitives",847384368474[[package]]8437[[package]]8475name = "polkadot-test-runtime"8438name = "polkadot-test-runtime"8476version = "0.9.30"8439version = "0.9.33"8477source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8440source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8478dependencies = [8441dependencies = [8479 "beefy-primitives",8442 "beefy-primitives",8480 "bitvec 1.0.1",8443 "bitvec 1.0.1",853484978535[[package]]8498[[package]]8536name = "polkadot-test-service"8499name = "polkadot-test-service"8537version = "0.9.30"8500version = "0.9.33"8538source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8501source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"8539dependencies = [8502dependencies = [8540 "frame-benchmarking",8503 "frame-benchmarking",8541 "frame-system",8504 "frame-system",858885518589[[package]]8552[[package]]8590name = "polling"8553name = "polling"8591version = "2.4.0"8554version = "2.5.1"8592source = "registry+https://github.com/rust-lang/crates.io-index"8555source = "registry+https://github.com/rust-lang/crates.io-index"8593checksum = "ab4609a838d88b73d8238967b60dd115cc08d38e2bbaf51ee1e4b695f89122e2"8556checksum = "166ca89eb77fd403230b9c156612965a81e094ec6ec3aa13663d4c8b113fa748"8594dependencies = [8557dependencies = [8595 "autocfg",8558 "autocfg",8596 "cfg-if 1.0.0",8559 "cfg-if",8597 "libc",8560 "libc",8598 "log",8561 "log",8599 "wepoll-ffi",8562 "wepoll-ffi",8600 "winapi",8563 "windows-sys 0.42.0",8601]8564]860285658603[[package]]8566[[package]]8617source = "registry+https://github.com/rust-lang/crates.io-index"8580source = "registry+https://github.com/rust-lang/crates.io-index"8618checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8581checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8619dependencies = [8582dependencies = [8620 "cfg-if 1.0.0",8583 "cfg-if",8621 "cpufeatures",8584 "cpufeatures",8622 "opaque-debug 0.3.0",8585 "opaque-debug 0.3.0",8623 "universal-hash",8586 "universal-hash",8629source = "registry+https://github.com/rust-lang/crates.io-index"8592source = "registry+https://github.com/rust-lang/crates.io-index"8630checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"8593checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"85948595[[package]]8596name = "predicates"8597version = "2.1.4"8598source = "registry+https://github.com/rust-lang/crates.io-index"8599checksum = "f54fc5dc63ed3bbf19494623db4f3af16842c0d975818e469022d09e53f0aa05"8600dependencies = [8601 "difflib",8602 "float-cmp",8603 "itertools",8604 "normalize-line-endings",8605 "predicates-core",8606 "regex",8607]86088609[[package]]8610name = "predicates-core"8611version = "1.0.5"8612source = "registry+https://github.com/rust-lang/crates.io-index"8613checksum = "72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2"86148615[[package]]8616name = "predicates-tree"8617version = "1.0.7"8618source = "registry+https://github.com/rust-lang/crates.io-index"8619checksum = "54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d"8620dependencies = [8621 "predicates-core",8622 "termtree",8623]863186248632[[package]]8625[[package]]8633name = "prettyplease"8626name = "prettyplease"8644version = "0.11.1"8637version = "0.11.1"8645source = "registry+https://github.com/rust-lang/crates.io-index"8638source = "registry+https://github.com/rust-lang/crates.io-index"8646checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8639checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8640dependencies = [8641 "fixed-hash 0.7.0",8642 "impl-codec",8643 "impl-rlp",8644 "scale-info",8645 "uint",8646]86478648[[package]]8649name = "primitive-types"8650version = "0.12.1"8651source = "registry+https://github.com/rust-lang/crates.io-index"8652checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66"8647dependencies = [8653dependencies = [8648 "fixed-hash",8654 "fixed-hash 0.8.0",8649 "impl-codec",8655 "impl-codec",8650 "impl-rlp",8656 "impl-rlp",8651 "impl-serde",8657 "impl-serde",8656[[package]]8662[[package]]8657name = "prioritized-metered-channel"8663name = "prioritized-metered-channel"8658version = "0.2.0"8664version = "0.2.0"8659source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8665source = "registry+https://github.com/rust-lang/crates.io-index"8666checksum = "382698e48a268c832d0b181ed438374a6bb708a82a8ca273bb0f61c74cf209c4"8660dependencies = [8667dependencies = [8661 "coarsetime",8668 "coarsetime",8662 "crossbeam-queue",8669 "crossbeam-queue",8718source = "registry+https://github.com/rust-lang/crates.io-index"8725source = "registry+https://github.com/rust-lang/crates.io-index"8719checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"8726checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"8720dependencies = [8727dependencies = [8721 "cfg-if 1.0.0",8728 "cfg-if",8722 "fnv",8729 "fnv",8723 "lazy_static",8730 "lazy_static",8724 "memchr",8731 "memchr",872887358729[[package]]8736[[package]]8730name = "prometheus-client"8737name = "prometheus-client"8731version = "0.16.0"8738version = "0.18.1"8732source = "registry+https://github.com/rust-lang/crates.io-index"8739source = "registry+https://github.com/rust-lang/crates.io-index"8733checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"8740checksum = "83cd1b99916654a69008fd66b4f9397fbe08e6e51dfe23d4417acf5d3b8cb87c"8734dependencies = [8741dependencies = [8735 "dtoa",8742 "dtoa",8736 "itoa",8743 "itoa",8737 "owning_ref",8744 "parking_lot 0.12.1",8738 "prometheus-client-derive-text-encode",8745 "prometheus-client-derive-text-encode",8739]8746]874087478741[[package]]8748[[package]]8742name = "prometheus-client-derive-text-encode"8749name = "prometheus-client-derive-text-encode"8743version = "0.2.0"8750version = "0.3.0"8744source = "registry+https://github.com/rust-lang/crates.io-index"8751source = "registry+https://github.com/rust-lang/crates.io-index"8745checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8752checksum = "66a455fbcb954c1a7decf3c586e860fd7889cddf4b8e164be736dbac95a953cd"8746dependencies = [8753dependencies = [8747 "proc-macro2",8754 "proc-macro2",8748 "quote",8755 "quote",8749 "syn",8756 "syn",8750]8757]87518752[[package]]8753name = "prost"8754version = "0.10.4"8755source = "registry+https://github.com/rust-lang/crates.io-index"8756checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"8757dependencies = [8758 "bytes",8759 "prost-derive 0.10.1",8760]876187588762[[package]]8759[[package]]8763name = "prost"8760name = "prost"8764version = "0.11.2"8761version = "0.11.3"8765source = "registry+https://github.com/rust-lang/crates.io-index"8762source = "registry+https://github.com/rust-lang/crates.io-index"8766checksum = "a0841812012b2d4a6145fae9a6af1534873c32aa67fff26bd09f8fa42c83f95a"8763checksum = "c0b18e655c21ff5ac2084a5ad0611e827b3f92badf79f4910b5a5c58f4d87ff0"8767dependencies = [8764dependencies = [8768 "bytes",8765 "bytes",8769 "prost-derive 0.11.2",8766 "prost-derive",8770]8767]87718772[[package]]8773name = "prost-build"8774version = "0.10.4"8775source = "registry+https://github.com/rust-lang/crates.io-index"8776checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"8777dependencies = [8778 "bytes",8779 "cfg-if 1.0.0",8780 "cmake",8781 "heck",8782 "itertools",8783 "lazy_static",8784 "log",8785 "multimap",8786 "petgraph",8787 "prost 0.10.4",8788 "prost-types 0.10.1",8789 "regex",8790 "tempfile",8791 "which",8792]879387688794[[package]]8769[[package]]8795name = "prost-build"8770name = "prost-build"8796version = "0.11.2"8771version = "0.11.3"8797source = "registry+https://github.com/rust-lang/crates.io-index"8772source = "registry+https://github.com/rust-lang/crates.io-index"8798checksum = "1d8b442418ea0822409d9e7d047cbf1e7e9e1760b172bf9982cf29d517c93511"8773checksum = "e330bf1316db56b12c2bcfa399e8edddd4821965ea25ddb2c134b610b1c1c604"8799dependencies = [8774dependencies = [8800 "bytes",8775 "bytes",8801 "heck",8776 "heck",8805 "multimap",8780 "multimap",8806 "petgraph",8781 "petgraph",8807 "prettyplease",8782 "prettyplease",8808 "prost 0.11.2",8783 "prost",8809 "prost-types 0.11.2",8784 "prost-types",8810 "regex",8785 "regex",8811 "syn",8786 "syn",8812 "tempfile",8787 "tempfile",881587908816[[package]]8791[[package]]8817name = "prost-codec"8792name = "prost-codec"8818version = "0.1.0"8793version = "0.2.0"8819source = "registry+https://github.com/rust-lang/crates.io-index"8794source = "registry+https://github.com/rust-lang/crates.io-index"8820checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"8795checksum = "011ae9ff8359df7915f97302d591cdd9e0e27fbd5a4ddc5bd13b71079bb20987"8821dependencies = [8796dependencies = [8822 "asynchronous-codec",8797 "asynchronous-codec",8823 "bytes",8798 "bytes",8824 "prost 0.10.4",8799 "prost",8825 "thiserror",8800 "thiserror",8826 "unsigned-varint",8801 "unsigned-varint",8827]8802]88288829[[package]]8830name = "prost-derive"8831version = "0.10.1"8832source = "registry+https://github.com/rust-lang/crates.io-index"8833checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"8834dependencies = [8835 "anyhow",8836 "itertools",8837 "proc-macro2",8838 "quote",8839 "syn",8840]884188038842[[package]]8804[[package]]8843name = "prost-derive"8805name = "prost-derive"8852 "syn",8814 "syn",8853]8815]88548855[[package]]8856name = "prost-types"8857version = "0.10.1"8858source = "registry+https://github.com/rust-lang/crates.io-index"8859checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"8860dependencies = [8861 "bytes",8862 "prost 0.10.4",8863]886488168865[[package]]8817[[package]]8866name = "prost-types"8818name = "prost-types"8869checksum = "747761bc3dc48f9a34553bf65605cf6cb6288ba219f3450b4275dbd81539551a"8821checksum = "747761bc3dc48f9a34553bf65605cf6cb6288ba219f3450b4275dbd81539551a"8870dependencies = [8822dependencies = [8871 "bytes",8823 "bytes",8872 "prost 0.11.2",8824 "prost",8873]8825]887488268875[[package]]8827[[package]]888388358884[[package]]8836[[package]]8885name = "quartz-runtime"8837name = "quartz-runtime"8886version = "0.9.30"8838version = "0.9.33"8887dependencies = [8839dependencies = [8888 "app-promotion-rpc",8840 "app-promotion-rpc",8889 "cumulus-pallet-aura-ext",8841 "cumulus-pallet-aura-ext",9235[[package]]9187[[package]]9236name = "remote-externalities"9188name = "remote-externalities"9237version = "0.10.0-dev"9189version = "0.10.0-dev"9238source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9190source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9239dependencies = [9191dependencies = [9240 "env_logger",9192 "env_logger",9241 "jsonrpsee",9242 "log",9193 "log",9243 "parity-scale-codec 3.2.1",9194 "parity-scale-codec 3.2.1",9244 "serde",9195 "serde",9247 "sp-io",9198 "sp-io",9248 "sp-runtime",9199 "sp-runtime",9249 "sp-version",9200 "sp-version",9201 "substrate-rpc-client",9250]9202]925192039252[[package]]9204[[package]]927092229271[[package]]9223[[package]]9272name = "rfc6979"9224name = "rfc6979"9273version = "0.1.0"9225version = "0.3.1"9274source = "registry+https://github.com/rust-lang/crates.io-index"9226source = "registry+https://github.com/rust-lang/crates.io-index"9275checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"9227checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"9276dependencies = [9228dependencies = [9277 "crypto-bigint",9229 "crypto-bigint",9278 "hmac 0.11.0",9230 "hmac 0.12.1",9279 "zeroize",9231 "zeroize",9280]9232]928192339301checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9253checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9302dependencies = [9254dependencies = [9303 "bytes",9255 "bytes",9256 "rlp-derive",9304 "rustc-hex",9257 "rustc-hex",9305]9258]93069259933992929340[[package]]9293[[package]]9341name = "rocksdb"9294name = "rocksdb"9342version = "0.18.0"9295version = "0.19.0"9343source = "registry+https://github.com/rust-lang/crates.io-index"9296source = "registry+https://github.com/rust-lang/crates.io-index"9344checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9297checksum = "7e9562ea1d70c0cc63a34a22d977753b50cca91cc6b6527750463bd5dd8697bc"9345dependencies = [9298dependencies = [9346 "libc",9299 "libc",9347 "librocksdb-sys",9300 "librocksdb-sys",9348]9301]934993029350[[package]]9303[[package]]9351name = "rococo-runtime"9304name = "rococo-runtime"9352version = "0.9.30"9305version = "0.9.33"9353source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9306source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"9354dependencies = [9307dependencies = [9355 "beefy-merkle-tree",9308 "beefy-merkle-tree",9356 "beefy-primitives",9309 "beefy-primitives",9389 "pallet-session",9342 "pallet-session",9390 "pallet-society",9343 "pallet-society",9391 "pallet-staking",9344 "pallet-staking",9345 "pallet-state-trie-migration",9392 "pallet-sudo",9346 "pallet-sudo",9393 "pallet-timestamp",9347 "pallet-timestamp",9394 "pallet-tips",9348 "pallet-tips",943393879434[[package]]9388[[package]]9435name = "rococo-runtime-constants"9389name = "rococo-runtime-constants"9436version = "0.9.30"9390version = "0.9.33"9437source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9391source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"9438dependencies = [9392dependencies = [9439 "frame-support",9393 "frame-support",9440 "polkadot-primitives",9394 "polkadot-primitives",9441 "polkadot-runtime-common",9395 "polkadot-runtime-common",9442 "smallvec",9396 "smallvec",9397 "sp-core",9443 "sp-runtime",9398 "sp-runtime",9399 "sp-weights",9444]9400]944594019446[[package]]9402[[package]]9447name = "rpassword"9403name = "rpassword"9448version = "7.1.0"9404version = "7.2.0"9449source = "registry+https://github.com/rust-lang/crates.io-index"9405source = "registry+https://github.com/rust-lang/crates.io-index"9450checksum = "20c9f5d2a0c3e2ea729ab3706d22217177770654c3ef5056b68b69d07332d3f5"9406checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"9451dependencies = [9407dependencies = [9452 "libc",9408 "libc",9409 "rtoolbox",9453 "winapi",9410 "winapi",9454]9411]945594129468 "thiserror",9425 "thiserror",9469]9426]94279428[[package]]9429name = "rtoolbox"9430version = "0.0.1"9431source = "registry+https://github.com/rust-lang/crates.io-index"9432checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"9433dependencies = [9434 "libc",9435 "winapi",9436]947094379471[[package]]9438[[package]]9472name = "rustc-demangle"9439name = "rustc-demangle"952094879521[[package]]9488[[package]]9522name = "rustix"9489name = "rustix"9523version = "0.36.2"9490version = "0.36.5"9524source = "registry+https://github.com/rust-lang/crates.io-index"9491source = "registry+https://github.com/rust-lang/crates.io-index"9525checksum = "203974af07ea769452490ee8de3e5947971efc3a090dca8a779dd432d3fa46a7"9492checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588"9526dependencies = [9493dependencies = [9527 "bitflags",9494 "bitflags",9528 "errno",9495 "errno",9529 "io-lifetimes 1.0.1",9496 "io-lifetimes 1.0.3",9530 "libc",9497 "libc",9531 "linux-raw-sys 0.1.2",9498 "linux-raw-sys 0.1.3",9532 "windows-sys 0.42.0",9499 "windows-sys 0.42.0",9533]9500]953495019597 "rustc_version 0.2.3",9564 "rustc_version 0.2.3",9598]9565]95999600[[package]]9601name = "salsa20"9602version = "0.10.2"9603source = "registry+https://github.com/rust-lang/crates.io-index"9604checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"9605dependencies = [9606 "cipher 0.4.3",9607]960895669609[[package]]9567[[package]]9610name = "same-file"9568name = "same-file"9618[[package]]9576[[package]]9619name = "sc-allocator"9577name = "sc-allocator"9620version = "4.1.0-dev"9578version = "4.1.0-dev"9621source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9579source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9622dependencies = [9580dependencies = [9623 "log",9581 "log",9624 "sp-core",9582 "sp-core",9629[[package]]9587[[package]]9630name = "sc-authority-discovery"9588name = "sc-authority-discovery"9631version = "0.10.0-dev"9589version = "0.10.0-dev"9632source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9590source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9633dependencies = [9591dependencies = [9634 "async-trait",9592 "async-trait",9635 "futures 0.3.25",9593 "futures 0.3.25",9638 "libp2p",9596 "libp2p",9639 "log",9597 "log",9640 "parity-scale-codec 3.2.1",9598 "parity-scale-codec 3.2.1",9641 "prost 0.10.4",9599 "prost",9642 "prost-build 0.10.4",9600 "prost-build",9643 "rand 0.7.3",9601 "rand 0.7.3",9644 "sc-client-api",9602 "sc-client-api",9645 "sc-network-common",9603 "sc-network-common",9656[[package]]9614[[package]]9657name = "sc-basic-authorship"9615name = "sc-basic-authorship"9658version = "0.10.0-dev"9616version = "0.10.0-dev"9659source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9617source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9660dependencies = [9618dependencies = [9661 "futures 0.3.25",9619 "futures 0.3.25",9662 "futures-timer",9620 "futures-timer",9679[[package]]9637[[package]]9680name = "sc-block-builder"9638name = "sc-block-builder"9681version = "0.10.0-dev"9639version = "0.10.0-dev"9682source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9640source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9683dependencies = [9641dependencies = [9684 "parity-scale-codec 3.2.1",9642 "parity-scale-codec 3.2.1",9685 "sc-client-api",9643 "sc-client-api",9695[[package]]9653[[package]]9696name = "sc-chain-spec"9654name = "sc-chain-spec"9697version = "4.0.0-dev"9655version = "4.0.0-dev"9698source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9656source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9699dependencies = [9657dependencies = [9700 "impl-trait-for-tuples",9658 "impl-trait-for-tuples",9701 "memmap2",9659 "memmap2",9712[[package]]9670[[package]]9713name = "sc-chain-spec-derive"9671name = "sc-chain-spec-derive"9714version = "4.0.0-dev"9672version = "4.0.0-dev"9715source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9673source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9716dependencies = [9674dependencies = [9717 "proc-macro-crate",9675 "proc-macro-crate",9718 "proc-macro2",9676 "proc-macro2",9723[[package]]9681[[package]]9724name = "sc-cli"9682name = "sc-cli"9725version = "0.10.0-dev"9683version = "0.10.0-dev"9726source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9684source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9727dependencies = [9685dependencies = [9728 "array-bytes",9686 "array-bytes",9729 "chrono",9687 "chrono",9763[[package]]9721[[package]]9764name = "sc-client-api"9722name = "sc-client-api"9765version = "4.0.0-dev"9723version = "4.0.0-dev"9766source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9724source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9767dependencies = [9725dependencies = [9768 "fnv",9726 "fnv",9769 "futures 0.3.25",9727 "futures 0.3.25",9791[[package]]9749[[package]]9792name = "sc-client-db"9750name = "sc-client-db"9793version = "0.10.0-dev"9751version = "0.10.0-dev"9794source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9752source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9795dependencies = [9753dependencies = [9796 "hash-db",9754 "hash-db",9797 "kvdb",9755 "kvdb",9798 "kvdb-memorydb",9756 "kvdb-memorydb",9799 "kvdb-rocksdb",9757 "kvdb-rocksdb",9800 "linked-hash-map",9758 "linked-hash-map",9801 "log",9759 "log",9802 "parity-db",9760 "parity-db 0.4.2",9803 "parity-scale-codec 3.2.1",9761 "parity-scale-codec 3.2.1",9804 "parking_lot 0.12.1",9762 "parking_lot 0.12.1",9805 "sc-client-api",9763 "sc-client-api",9816[[package]]9774[[package]]9817name = "sc-consensus"9775name = "sc-consensus"9818version = "0.10.0-dev"9776version = "0.10.0-dev"9819source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9777source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9820dependencies = [9778dependencies = [9821 "async-trait",9779 "async-trait",9822 "futures 0.3.25",9780 "futures 0.3.25",9840[[package]]9798[[package]]9841name = "sc-consensus-aura"9799name = "sc-consensus-aura"9842version = "0.10.0-dev"9800version = "0.10.0-dev"9843source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9801source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9844dependencies = [9802dependencies = [9845 "async-trait",9803 "async-trait",9846 "futures 0.3.25",9804 "futures 0.3.25",9869[[package]]9827[[package]]9870name = "sc-consensus-babe"9828name = "sc-consensus-babe"9871version = "0.10.0-dev"9829version = "0.10.0-dev"9872source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9830source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9873dependencies = [9831dependencies = [9874 "async-trait",9832 "async-trait",9875 "fork-tree",9833 "fork-tree",9876 "futures 0.3.25",9834 "futures 0.3.25",9877 "log",9835 "log",9878 "merlin",9836 "merlin",9879 "num-bigint 0.2.6",9837 "num-bigint",9880 "num-rational 0.2.4",9838 "num-rational",9881 "num-traits",9839 "num-traits",9882 "parity-scale-codec 3.2.1",9840 "parity-scale-codec 3.2.1",9883 "parking_lot 0.12.1",9841 "parking_lot 0.12.1",9884 "rand 0.7.3",9885 "sc-client-api",9842 "sc-client-api",9886 "sc-consensus",9843 "sc-consensus",9887 "sc-consensus-epochs",9844 "sc-consensus-epochs",9911[[package]]9868[[package]]9912name = "sc-consensus-babe-rpc"9869name = "sc-consensus-babe-rpc"9913version = "0.10.0-dev"9870version = "0.10.0-dev"9914source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9871source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9915dependencies = [9872dependencies = [9916 "futures 0.3.25",9873 "futures 0.3.25",9917 "jsonrpsee",9874 "jsonrpsee",9933[[package]]9890[[package]]9934name = "sc-consensus-epochs"9891name = "sc-consensus-epochs"9935version = "0.10.0-dev"9892version = "0.10.0-dev"9936source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9893source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9937dependencies = [9894dependencies = [9938 "fork-tree",9895 "fork-tree",9939 "parity-scale-codec 3.2.1",9896 "parity-scale-codec 3.2.1",9946[[package]]9903[[package]]9947name = "sc-consensus-manual-seal"9904name = "sc-consensus-manual-seal"9948version = "0.10.0-dev"9905version = "0.10.0-dev"9949source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9906source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9950dependencies = [9907dependencies = [9951 "assert_matches",9908 "assert_matches",9952 "async-trait",9909 "async-trait",9980[[package]]9937[[package]]9981name = "sc-consensus-slots"9938name = "sc-consensus-slots"9982version = "0.10.0-dev"9939version = "0.10.0-dev"9983source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9940source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"9984dependencies = [9941dependencies = [9985 "async-trait",9942 "async-trait",9986 "futures 0.3.25",9943 "futures 0.3.25",10004[[package]]9961[[package]]10005name = "sc-executor"9962name = "sc-executor"10006version = "0.10.0-dev"9963version = "0.10.0-dev"10007source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9964source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10008dependencies = [9965dependencies = [10009 "lazy_static",9966 "lazy_static",10010 "lru 0.7.8",9967 "lru",10011 "parity-scale-codec 3.2.1",9968 "parity-scale-codec 3.2.1",10012 "parking_lot 0.12.1",9969 "parking_lot 0.12.1",10013 "sc-executor-common",9970 "sc-executor-common",10020 "sp-io",9977 "sp-io",10021 "sp-panic-handler",9978 "sp-panic-handler",10022 "sp-runtime-interface",9979 "sp-runtime-interface",10023 "sp-tasks",10024 "sp-trie",9980 "sp-trie",10025 "sp-version",9981 "sp-version",10026 "sp-wasm-interface",9982 "sp-wasm-interface",10031[[package]]9987[[package]]10032name = "sc-executor-common"9988name = "sc-executor-common"10033version = "0.10.0-dev"9989version = "0.10.0-dev"10034source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9990source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10035dependencies = [9991dependencies = [10036 "environmental",9992 "environmental",10037 "parity-scale-codec 3.2.1",9993 "parity-scale-codec 3.2.1",10047[[package]]10003[[package]]10048name = "sc-executor-wasmi"10004name = "sc-executor-wasmi"10049version = "0.10.0-dev"10005version = "0.10.0-dev"10050source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10006source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10051dependencies = [10007dependencies = [10052 "log",10008 "log",10053 "parity-scale-codec 3.2.1",10009 "parity-scale-codec 3.2.1",10062[[package]]10018[[package]]10063name = "sc-executor-wasmtime"10019name = "sc-executor-wasmtime"10064version = "0.10.0-dev"10020version = "0.10.0-dev"10065source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10021source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10066dependencies = [10022dependencies = [10067 "cfg-if 1.0.0",10023 "cfg-if",10068 "libc",10024 "libc",10069 "log",10025 "log",10070 "once_cell",10026 "once_cell",10071 "parity-scale-codec 3.2.1",10027 "parity-scale-codec 3.2.1",10072 "parity-wasm 0.45.0",10028 "parity-wasm",10073 "rustix 0.35.13",10029 "rustix 0.35.13",10074 "sc-allocator",10030 "sc-allocator",10075 "sc-executor-common",10031 "sc-executor-common",10082[[package]]10038[[package]]10083name = "sc-finality-grandpa"10039name = "sc-finality-grandpa"10084version = "0.10.0-dev"10040version = "0.10.0-dev"10085source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10041source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10086dependencies = [10042dependencies = [10087 "ahash",10043 "ahash",10088 "array-bytes",10044 "array-bytes",10123[[package]]10079[[package]]10124name = "sc-finality-grandpa-rpc"10080name = "sc-finality-grandpa-rpc"10125version = "0.10.0-dev"10081version = "0.10.0-dev"10126source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10082source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10127dependencies = [10083dependencies = [10128 "finality-grandpa",10084 "finality-grandpa",10129 "futures 0.3.25",10085 "futures 0.3.25",10144[[package]]10100[[package]]10145name = "sc-informant"10101name = "sc-informant"10146version = "0.10.0-dev"10102version = "0.10.0-dev"10147source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10103source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10148dependencies = [10104dependencies = [10149 "ansi_term",10105 "ansi_term",10150 "futures 0.3.25",10106 "futures 0.3.25",10161[[package]]10117[[package]]10162name = "sc-keystore"10118name = "sc-keystore"10163version = "4.0.0-dev"10119version = "4.0.0-dev"10164source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10120source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10165dependencies = [10121dependencies = [10166 "array-bytes",10122 "array-bytes",10167 "async-trait",10123 "async-trait",10176[[package]]10132[[package]]10177name = "sc-network"10133name = "sc-network"10178version = "0.10.0-dev"10134version = "0.10.0-dev"10179source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10135source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10180dependencies = [10136dependencies = [10181 "array-bytes",10137 "array-bytes",10182 "async-trait",10138 "async-trait",10194 "linked-hash-map",10150 "linked-hash-map",10195 "linked_hash_set",10151 "linked_hash_set",10196 "log",10152 "log",10197 "lru 0.7.8",10153 "lru",10198 "parity-scale-codec 3.2.1",10154 "parity-scale-codec 3.2.1",10199 "parking_lot 0.12.1",10155 "parking_lot 0.12.1",10200 "pin-project",10156 "pin-project",10201 "prost 0.10.4",10157 "prost",10202 "rand 0.7.3",10158 "rand 0.7.3",10203 "sc-block-builder",10159 "sc-block-builder",10204 "sc-client-api",10160 "sc-client-api",10223[[package]]10179[[package]]10224name = "sc-network-bitswap"10180name = "sc-network-bitswap"10225version = "0.10.0-dev"10181version = "0.10.0-dev"10226source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10182source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10227dependencies = [10183dependencies = [10228 "cid",10184 "cid",10229 "futures 0.3.25",10185 "futures 0.3.25",10230 "libp2p",10186 "libp2p",10231 "log",10187 "log",10232 "prost 0.11.2",10188 "prost",10233 "prost-build 0.11.2",10189 "prost-build",10234 "sc-client-api",10190 "sc-client-api",10235 "sc-network-common",10191 "sc-network-common",10236 "sp-blockchain",10192 "sp-blockchain",10243[[package]]10199[[package]]10244name = "sc-network-common"10200name = "sc-network-common"10245version = "0.10.0-dev"10201version = "0.10.0-dev"10246source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10202source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10247dependencies = [10203dependencies = [10248 "async-trait",10204 "async-trait",10249 "bitflags",10205 "bitflags",10253 "libp2p",10209 "libp2p",10254 "linked_hash_set",10210 "linked_hash_set",10255 "parity-scale-codec 3.2.1",10211 "parity-scale-codec 3.2.1",10256 "prost-build 0.10.4",10212 "prost-build",10257 "sc-consensus",10213 "sc-consensus",10258 "sc-peerset",10214 "sc-peerset",10259 "serde",10215 "serde",10269[[package]]10225[[package]]10270name = "sc-network-gossip"10226name = "sc-network-gossip"10271version = "0.10.0-dev"10227version = "0.10.0-dev"10272source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10228source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10273dependencies = [10229dependencies = [10274 "ahash",10230 "ahash",10275 "futures 0.3.25",10231 "futures 0.3.25",10276 "futures-timer",10232 "futures-timer",10277 "libp2p",10233 "libp2p",10278 "log",10234 "log",10279 "lru 0.7.8",10235 "lru",10280 "sc-network-common",10236 "sc-network-common",10281 "sc-peerset",10237 "sc-peerset",10282 "sp-runtime",10238 "sp-runtime",10287[[package]]10243[[package]]10288name = "sc-network-light"10244name = "sc-network-light"10289version = "0.10.0-dev"10245version = "0.10.0-dev"10290source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10246source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10291dependencies = [10247dependencies = [10292 "array-bytes",10248 "array-bytes",10293 "futures 0.3.25",10249 "futures 0.3.25",10294 "libp2p",10250 "libp2p",10295 "log",10251 "log",10296 "parity-scale-codec 3.2.1",10252 "parity-scale-codec 3.2.1",10297 "prost 0.10.4",10253 "prost",10298 "prost-build 0.10.4",10254 "prost-build",10299 "sc-client-api",10255 "sc-client-api",10300 "sc-network-common",10256 "sc-network-common",10301 "sc-peerset",10257 "sc-peerset",10308[[package]]10264[[package]]10309name = "sc-network-sync"10265name = "sc-network-sync"10310version = "0.10.0-dev"10266version = "0.10.0-dev"10311source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10267source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10312dependencies = [10268dependencies = [10313 "array-bytes",10269 "array-bytes",10314 "fork-tree",10270 "fork-tree",10315 "futures 0.3.25",10271 "futures 0.3.25",10316 "libp2p",10272 "libp2p",10317 "log",10273 "log",10318 "lru 0.7.8",10274 "lru",10275 "mockall",10319 "parity-scale-codec 3.2.1",10276 "parity-scale-codec 3.2.1",10320 "prost 0.10.4",10277 "prost",10321 "prost-build 0.10.4",10278 "prost-build",10322 "sc-client-api",10279 "sc-client-api",10323 "sc-consensus",10280 "sc-consensus",10324 "sc-network-common",10281 "sc-network-common",10325 "sc-peerset",10282 "sc-peerset",10283 "sc-utils",10326 "smallvec",10284 "smallvec",10327 "sp-arithmetic",10285 "sp-arithmetic",10328 "sp-blockchain",10286 "sp-blockchain",10336[[package]]10294[[package]]10337name = "sc-network-transactions"10295name = "sc-network-transactions"10338version = "0.10.0-dev"10296version = "0.10.0-dev"10339source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10297source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10340dependencies = [10298dependencies = [10341 "array-bytes",10299 "array-bytes",10342 "futures 0.3.25",10300 "futures 0.3.25",10355[[package]]10313[[package]]10356name = "sc-offchain"10314name = "sc-offchain"10357version = "4.0.0-dev"10315version = "4.0.0-dev"10358source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10316source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10359dependencies = [10317dependencies = [10360 "array-bytes",10318 "array-bytes",10361 "bytes",10319 "bytes",10385[[package]]10343[[package]]10386name = "sc-peerset"10344name = "sc-peerset"10387version = "4.0.0-dev"10345version = "4.0.0-dev"10388source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10346source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10389dependencies = [10347dependencies = [10390 "futures 0.3.25",10348 "futures 0.3.25",10391 "libp2p",10349 "libp2p",10398[[package]]10356[[package]]10399name = "sc-proposer-metrics"10357name = "sc-proposer-metrics"10400version = "0.10.0-dev"10358version = "0.10.0-dev"10401source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10359source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10402dependencies = [10360dependencies = [10403 "log",10361 "log",10404 "substrate-prometheus-endpoint",10362 "substrate-prometheus-endpoint",10407[[package]]10365[[package]]10408name = "sc-rpc"10366name = "sc-rpc"10409version = "4.0.0-dev"10367version = "4.0.0-dev"10410source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10368source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10411dependencies = [10369dependencies = [10412 "futures 0.3.25",10370 "futures 0.3.25",10413 "hash-db",10371 "hash-db",10437[[package]]10395[[package]]10438name = "sc-rpc-api"10396name = "sc-rpc-api"10439version = "0.10.0-dev"10397version = "0.10.0-dev"10440source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10398source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10441dependencies = [10399dependencies = [10442 "futures 0.3.25",10400 "futures 0.3.25",10443 "jsonrpsee",10401 "jsonrpsee",10460[[package]]10418[[package]]10461name = "sc-rpc-server"10419name = "sc-rpc-server"10462version = "4.0.0-dev"10420version = "4.0.0-dev"10463source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10421source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10464dependencies = [10422dependencies = [10465 "futures 0.3.25",10423 "futures 0.3.25",10466 "jsonrpsee",10424 "jsonrpsee",10470 "tokio",10428 "tokio",10471]10429]1043010431[[package]]10432name = "sc-rpc-spec-v2"10433version = "0.10.0-dev"10434source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10435dependencies = [10436 "futures 0.3.25",10437 "hex",10438 "jsonrpsee",10439 "parity-scale-codec 3.2.1",10440 "sc-chain-spec",10441 "sc-transaction-pool-api",10442 "serde",10443 "sp-api",10444 "sp-blockchain",10445 "sp-core",10446 "sp-runtime",10447 "thiserror",10448]104721044910473[[package]]10450[[package]]10474name = "sc-service"10451name = "sc-service"10475version = "0.10.0-dev"10452version = "0.10.0-dev"10476source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10453source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10477dependencies = [10454dependencies = [10478 "async-trait",10455 "async-trait",10479 "directories",10456 "directories",10505 "sc-offchain",10482 "sc-offchain",10506 "sc-rpc",10483 "sc-rpc",10507 "sc-rpc-server",10484 "sc-rpc-server",10485 "sc-rpc-spec-v2",10508 "sc-sysinfo",10486 "sc-sysinfo",10509 "sc-telemetry",10487 "sc-telemetry",10510 "sc-tracing",10488 "sc-tracing",10543[[package]]10521[[package]]10544name = "sc-state-db"10522name = "sc-state-db"10545version = "0.10.0-dev"10523version = "0.10.0-dev"10546source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10524source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10547dependencies = [10525dependencies = [10548 "log",10526 "log",10549 "parity-scale-codec 3.2.1",10527 "parity-scale-codec 3.2.1",10557[[package]]10535[[package]]10558name = "sc-sync-state-rpc"10536name = "sc-sync-state-rpc"10559version = "0.10.0-dev"10537version = "0.10.0-dev"10560source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10538source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10561dependencies = [10539dependencies = [10562 "jsonrpsee",10540 "jsonrpsee",10563 "parity-scale-codec 3.2.1",10541 "parity-scale-codec 3.2.1",10576[[package]]10554[[package]]10577name = "sc-sysinfo"10555name = "sc-sysinfo"10578version = "6.0.0-dev"10556version = "6.0.0-dev"10579source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10557source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10580dependencies = [10558dependencies = [10581 "futures 0.3.25",10559 "futures 0.3.25",10582 "libc",10560 "libc",10595[[package]]10573[[package]]10596name = "sc-telemetry"10574name = "sc-telemetry"10597version = "4.0.0-dev"10575version = "4.0.0-dev"10598source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10576source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10599dependencies = [10577dependencies = [10600 "chrono",10578 "chrono",10601 "futures 0.3.25",10579 "futures 0.3.25",10613[[package]]10591[[package]]10614name = "sc-tracing"10592name = "sc-tracing"10615version = "4.0.0-dev"10593version = "4.0.0-dev"10616source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10594source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10617dependencies = [10595dependencies = [10618 "ansi_term",10596 "ansi_term",10619 "atty",10597 "atty",10644[[package]]10622[[package]]10645name = "sc-tracing-proc-macro"10623name = "sc-tracing-proc-macro"10646version = "4.0.0-dev"10624version = "4.0.0-dev"10647source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10625source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10648dependencies = [10626dependencies = [10649 "proc-macro-crate",10627 "proc-macro-crate",10650 "proc-macro2",10628 "proc-macro2",10655[[package]]10633[[package]]10656name = "sc-transaction-pool"10634name = "sc-transaction-pool"10657version = "4.0.0-dev"10635version = "4.0.0-dev"10658source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10636source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10659dependencies = [10637dependencies = [10638 "async-trait",10660 "futures 0.3.25",10639 "futures 0.3.25",10661 "futures-timer",10640 "futures-timer",10662 "linked-hash-map",10641 "linked-hash-map",10681[[package]]10660[[package]]10682name = "sc-transaction-pool-api"10661name = "sc-transaction-pool-api"10683version = "4.0.0-dev"10662version = "4.0.0-dev"10684source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10663source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10685dependencies = [10664dependencies = [10665 "async-trait",10686 "futures 0.3.25",10666 "futures 0.3.25",10687 "log",10667 "log",10688 "serde",10668 "serde",10694[[package]]10674[[package]]10695name = "sc-utils"10675name = "sc-utils"10696version = "4.0.0-dev"10676version = "4.0.0-dev"10697source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10677source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"10698dependencies = [10678dependencies = [10699 "futures 0.3.25",10679 "futures 0.3.25",10700 "futures-timer",10680 "futures-timer",10711checksum = "88d8a765117b237ef233705cc2cc4c6a27fccd46eea6ef0c8c6dae5f3ef407f8"10691checksum = "88d8a765117b237ef233705cc2cc4c6a27fccd46eea6ef0c8c6dae5f3ef407f8"10712dependencies = [10692dependencies = [10713 "bitvec 1.0.1",10693 "bitvec 1.0.1",10714 "cfg-if 1.0.0",10694 "cfg-if",10715 "derive_more",10695 "derive_more",10716 "parity-scale-codec 3.2.1",10696 "parity-scale-codec 3.2.1",10717 "scale-info-derive",10697 "scale-info-derive",107821076210783[[package]]10763[[package]]10784name = "sec1"10764name = "sec1"10785version = "0.2.1"10765version = "0.3.0"10786source = "registry+https://github.com/rust-lang/crates.io-index"10766source = "registry+https://github.com/rust-lang/crates.io-index"10787checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10767checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"10788dependencies = [10768dependencies = [10769 "base16ct",10789 "der",10770 "der",10790 "generic-array 0.14.6",10771 "generic-array 0.14.6",10791 "pkcs8",10772 "pkcs8",108781085910879[[package]]10860[[package]]10880name = "serde"10861name = "serde"10881version = "1.0.147"10862version = "1.0.149"10882source = "registry+https://github.com/rust-lang/crates.io-index"10863source = "registry+https://github.com/rust-lang/crates.io-index"10883checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"10864checksum = "256b9932320c590e707b94576e3cc1f7c9024d0ee6612dfbcf1cb106cbe8e055"10884dependencies = [10865dependencies = [10885 "serde_derive",10866 "serde_derive",10886]10867]108871086810888[[package]]10869[[package]]10889name = "serde_derive"10870name = "serde_derive"10890version = "1.0.147"10871version = "1.0.149"10891source = "registry+https://github.com/rust-lang/crates.io-index"10872source = "registry+https://github.com/rust-lang/crates.io-index"10892checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"10873checksum = "b4eae9b04cbffdfd550eb462ed33bc6a1b68c935127d008b27444d08380f94e4"10893dependencies = [10874dependencies = [10894 "proc-macro2",10875 "proc-macro2",10895 "quote",10876 "quote",10923checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10904checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10924dependencies = [10905dependencies = [10925 "block-buffer 0.9.0",10906 "block-buffer 0.9.0",10926 "cfg-if 1.0.0",10907 "cfg-if",10927 "cpufeatures",10908 "cpufeatures",10928 "digest 0.9.0",10909 "digest 0.9.0",10929 "opaque-debug 0.3.0",10910 "opaque-debug 0.3.0",10935source = "registry+https://github.com/rust-lang/crates.io-index"10916source = "registry+https://github.com/rust-lang/crates.io-index"10936checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"10917checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"10937dependencies = [10918dependencies = [10938 "cfg-if 1.0.0",10919 "cfg-if",10939 "cpufeatures",10920 "cpufeatures",10940 "digest 0.10.6",10921 "digest 0.10.6",10941]10922]10959checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10940checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10960dependencies = [10941dependencies = [10961 "block-buffer 0.9.0",10942 "block-buffer 0.9.0",10962 "cfg-if 1.0.0",10943 "cfg-if",10963 "cpufeatures",10944 "cpufeatures",10964 "digest 0.9.0",10945 "digest 0.9.0",10965 "opaque-debug 0.3.0",10946 "opaque-debug 0.3.0",10971source = "registry+https://github.com/rust-lang/crates.io-index"10952source = "registry+https://github.com/rust-lang/crates.io-index"10972checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"10953checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"10973dependencies = [10954dependencies = [10974 "cfg-if 1.0.0",10955 "cfg-if",10975 "cpufeatures",10956 "cpufeatures",10976 "digest 0.10.6",10957 "digest 0.10.6",10977]10958]110281100911029[[package]]11010[[package]]11030name = "signature"11011name = "signature"11031version = "1.4.0"11012version = "1.6.4"11032source = "registry+https://github.com/rust-lang/crates.io-index"11013source = "registry+https://github.com/rust-lang/crates.io-index"11033checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"11014checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"11034dependencies = [11015dependencies = [11035 "digest 0.9.0",11016 "digest 0.10.6",11036 "rand_core 0.6.4",11017 "rand_core 0.6.4",11037]11018]1103811019110851106611086[[package]]11067[[package]]11087name = "slot-range-helper"11068name = "slot-range-helper"11088version = "0.9.30"11069version = "0.9.33"11089source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"11070source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"11090dependencies = [11071dependencies = [11091 "enumn",11072 "enumn",11092 "parity-scale-codec 3.2.1",11073 "parity-scale-codec 3.2.1",11162[[package]]11143[[package]]11163name = "sp-api"11144name = "sp-api"11164version = "4.0.0-dev"11145version = "4.0.0-dev"11165source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11146source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11166dependencies = [11147dependencies = [11167 "hash-db",11148 "hash-db",11168 "log",11149 "log",11180[[package]]11161[[package]]11181name = "sp-api-proc-macro"11162name = "sp-api-proc-macro"11182version = "4.0.0-dev"11163version = "4.0.0-dev"11183source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11164source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11184dependencies = [11165dependencies = [11185 "blake2",11166 "blake2",11186 "proc-macro-crate",11167 "proc-macro-crate",11192[[package]]11173[[package]]11193name = "sp-application-crypto"11174name = "sp-application-crypto"11194version = "6.0.0"11175version = "6.0.0"11195source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11176source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11196dependencies = [11177dependencies = [11197 "parity-scale-codec 3.2.1",11178 "parity-scale-codec 3.2.1",11198 "scale-info",11179 "scale-info",11205[[package]]11186[[package]]11206name = "sp-arithmetic"11187name = "sp-arithmetic"11207version = "5.0.0"11188version = "5.0.0"11208source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11189source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11209dependencies = [11190dependencies = [11210 "integer-sqrt",11191 "integer-sqrt",11211 "num-traits",11192 "num-traits",11220[[package]]11201[[package]]11221name = "sp-authority-discovery"11202name = "sp-authority-discovery"11222version = "4.0.0-dev"11203version = "4.0.0-dev"11223source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11204source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11224dependencies = [11205dependencies = [11225 "parity-scale-codec 3.2.1",11206 "parity-scale-codec 3.2.1",11226 "scale-info",11207 "scale-info",11233[[package]]11214[[package]]11234name = "sp-authorship"11215name = "sp-authorship"11235version = "4.0.0-dev"11216version = "4.0.0-dev"11236source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11237dependencies = [11218dependencies = [11238 "async-trait",11219 "async-trait",11239 "parity-scale-codec 3.2.1",11220 "parity-scale-codec 3.2.1",11245[[package]]11226[[package]]11246name = "sp-block-builder"11227name = "sp-block-builder"11247version = "4.0.0-dev"11228version = "4.0.0-dev"11248source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11229source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11249dependencies = [11230dependencies = [11250 "parity-scale-codec 3.2.1",11231 "parity-scale-codec 3.2.1",11251 "sp-api",11232 "sp-api",11257[[package]]11238[[package]]11258name = "sp-blockchain"11239name = "sp-blockchain"11259version = "4.0.0-dev"11240version = "4.0.0-dev"11260source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11241source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11261dependencies = [11242dependencies = [11262 "futures 0.3.25",11243 "futures 0.3.25",11263 "log",11244 "log",11264 "lru 0.7.8",11245 "lru",11265 "parity-scale-codec 3.2.1",11246 "parity-scale-codec 3.2.1",11266 "parking_lot 0.12.1",11247 "parking_lot 0.12.1",11267 "sp-api",11248 "sp-api",11275[[package]]11256[[package]]11276name = "sp-consensus"11257name = "sp-consensus"11277version = "0.10.0-dev"11258version = "0.10.0-dev"11278source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11259source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11279dependencies = [11260dependencies = [11280 "async-trait",11261 "async-trait",11281 "futures 0.3.25",11262 "futures 0.3.25",11294[[package]]11275[[package]]11295name = "sp-consensus-aura"11276name = "sp-consensus-aura"11296version = "0.10.0-dev"11277version = "0.10.0-dev"11297source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11278source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11298dependencies = [11279dependencies = [11299 "async-trait",11280 "async-trait",11300 "parity-scale-codec 3.2.1",11281 "parity-scale-codec 3.2.1",11312[[package]]11293[[package]]11313name = "sp-consensus-babe"11294name = "sp-consensus-babe"11314version = "0.10.0-dev"11295version = "0.10.0-dev"11315source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11296source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11316dependencies = [11297dependencies = [11317 "async-trait",11298 "async-trait",11318 "merlin",11299 "merlin",11335[[package]]11316[[package]]11336name = "sp-consensus-slots"11317name = "sp-consensus-slots"11337version = "0.10.0-dev"11318version = "0.10.0-dev"11338source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11319source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11339dependencies = [11320dependencies = [11340 "parity-scale-codec 3.2.1",11321 "parity-scale-codec 3.2.1",11341 "scale-info",11322 "scale-info",11349[[package]]11330[[package]]11350name = "sp-consensus-vrf"11331name = "sp-consensus-vrf"11351version = "0.10.0-dev"11332version = "0.10.0-dev"11352source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11333source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11353dependencies = [11334dependencies = [11354 "parity-scale-codec 3.2.1",11335 "parity-scale-codec 3.2.1",11355 "scale-info",11336 "scale-info",11362[[package]]11343[[package]]11363name = "sp-core"11344name = "sp-core"11364version = "6.0.0"11345version = "6.0.0"11365source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11346source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11366dependencies = [11347dependencies = [11367 "array-bytes",11348 "array-bytes",11368 "base58",11349 "base58",11381 "merlin",11362 "merlin",11382 "num-traits",11363 "num-traits",11383 "parity-scale-codec 3.2.1",11364 "parity-scale-codec 3.2.1",11384 "parity-util-mem",11385 "parking_lot 0.12.1",11365 "parking_lot 0.12.1",11386 "primitive-types",11366 "primitive-types 0.12.1",11387 "rand 0.7.3",11367 "rand 0.7.3",11388 "regex",11368 "regex",11389 "scale-info",11369 "scale-info",11408[[package]]11388[[package]]11409name = "sp-core-hashing"11389name = "sp-core-hashing"11410version = "4.0.0"11390version = "4.0.0"11411source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11391source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11412dependencies = [11392dependencies = [11413 "blake2",11393 "blake2",11414 "byteorder",11394 "byteorder",11422[[package]]11402[[package]]11423name = "sp-core-hashing-proc-macro"11403name = "sp-core-hashing-proc-macro"11424version = "5.0.0"11404version = "5.0.0"11425source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11405source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11426dependencies = [11406dependencies = [11427 "proc-macro2",11407 "proc-macro2",11428 "quote",11408 "quote",11433[[package]]11413[[package]]11434name = "sp-database"11414name = "sp-database"11435version = "4.0.0-dev"11415version = "4.0.0-dev"11436source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11416source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11437dependencies = [11417dependencies = [11438 "kvdb",11418 "kvdb",11439 "parking_lot 0.12.1",11419 "parking_lot 0.12.1",11442[[package]]11422[[package]]11443name = "sp-debug-derive"11423name = "sp-debug-derive"11444version = "4.0.0"11424version = "4.0.0"11445source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11425source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11446dependencies = [11426dependencies = [11447 "proc-macro2",11427 "proc-macro2",11448 "quote",11428 "quote",11452[[package]]11432[[package]]11453name = "sp-externalities"11433name = "sp-externalities"11454version = "0.12.0"11434version = "0.12.0"11455source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11435source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11456dependencies = [11436dependencies = [11457 "environmental",11437 "environmental",11458 "parity-scale-codec 3.2.1",11438 "parity-scale-codec 3.2.1",11463[[package]]11443[[package]]11464name = "sp-finality-grandpa"11444name = "sp-finality-grandpa"11465version = "4.0.0-dev"11445version = "4.0.0-dev"11466source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11446source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11467dependencies = [11447dependencies = [11468 "finality-grandpa",11448 "finality-grandpa",11469 "log",11449 "log",11481[[package]]11461[[package]]11482name = "sp-inherents"11462name = "sp-inherents"11483version = "4.0.0-dev"11463version = "4.0.0-dev"11484source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11464source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11485dependencies = [11465dependencies = [11486 "async-trait",11466 "async-trait",11487 "impl-trait-for-tuples",11467 "impl-trait-for-tuples",11495[[package]]11475[[package]]11496name = "sp-io"11476name = "sp-io"11497version = "6.0.0"11477version = "6.0.0"11498source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11478source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11499dependencies = [11479dependencies = [11500 "bytes",11480 "bytes",11501 "futures 0.3.25",11481 "futures 0.3.25",11521[[package]]11501[[package]]11522name = "sp-keyring"11502name = "sp-keyring"11523version = "6.0.0"11503version = "6.0.0"11524source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11504source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11525dependencies = [11505dependencies = [11526 "lazy_static",11506 "lazy_static",11527 "sp-core",11507 "sp-core",11532[[package]]11512[[package]]11533name = "sp-keystore"11513name = "sp-keystore"11534version = "0.12.0"11514version = "0.12.0"11535source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11515source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11536dependencies = [11516dependencies = [11537 "async-trait",11517 "async-trait",11538 "futures 0.3.25",11518 "futures 0.3.25",11549[[package]]11529[[package]]11550name = "sp-maybe-compressed-blob"11530name = "sp-maybe-compressed-blob"11551version = "4.1.0-dev"11531version = "4.1.0-dev"11552source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11532source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11553dependencies = [11533dependencies = [11554 "thiserror",11534 "thiserror",11555 "zstd",11535 "zstd",11558[[package]]11538[[package]]11559name = "sp-mmr-primitives"11539name = "sp-mmr-primitives"11560version = "4.0.0-dev"11540version = "4.0.0-dev"11561source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11541source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11562dependencies = [11542dependencies = [11563 "log",11543 "log",11564 "parity-scale-codec 3.2.1",11544 "parity-scale-codec 3.2.1",11545 "scale-info",11565 "serde",11546 "serde",11566 "sp-api",11547 "sp-api",11567 "sp-core",11548 "sp-core",11568 "sp-debug-derive",11549 "sp-debug-derive",11569 "sp-runtime",11550 "sp-runtime",11570 "sp-std",11551 "sp-std",11552 "thiserror",11571]11553]115721155411573[[package]]11555[[package]]11574name = "sp-npos-elections"11556name = "sp-npos-elections"11575version = "4.0.0-dev"11557version = "4.0.0-dev"11576source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11558source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11577dependencies = [11559dependencies = [11578 "parity-scale-codec 3.2.1",11560 "parity-scale-codec 3.2.1",11579 "scale-info",11561 "scale-info",11587[[package]]11569[[package]]11588name = "sp-offchain"11570name = "sp-offchain"11589version = "4.0.0-dev"11571version = "4.0.0-dev"11590source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11572source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11591dependencies = [11573dependencies = [11592 "sp-api",11574 "sp-api",11593 "sp-core",11575 "sp-core",11597[[package]]11579[[package]]11598name = "sp-panic-handler"11580name = "sp-panic-handler"11599version = "4.0.0"11581version = "4.0.0"11600source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11582source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11601dependencies = [11583dependencies = [11602 "backtrace",11584 "backtrace",11603 "lazy_static",11585 "lazy_static",11607[[package]]11589[[package]]11608name = "sp-rpc"11590name = "sp-rpc"11609version = "6.0.0"11591version = "6.0.0"11610source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11592source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11611dependencies = [11593dependencies = [11612 "rustc-hash",11594 "rustc-hash",11613 "serde",11595 "serde",11617[[package]]11599[[package]]11618name = "sp-runtime"11600name = "sp-runtime"11619version = "6.0.0"11601version = "6.0.0"11620source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11602source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11621dependencies = [11603dependencies = [11622 "either",11604 "either",11623 "hash256-std-hasher",11605 "hash256-std-hasher",11640[[package]]11622[[package]]11641name = "sp-runtime-interface"11623name = "sp-runtime-interface"11642version = "6.0.0"11624version = "6.0.0"11643source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11625source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11644dependencies = [11626dependencies = [11645 "bytes",11627 "bytes",11646 "impl-trait-for-tuples",11628 "impl-trait-for-tuples",11647 "parity-scale-codec 3.2.1",11629 "parity-scale-codec 3.2.1",11648 "primitive-types",11630 "primitive-types 0.12.1",11649 "sp-externalities",11631 "sp-externalities",11650 "sp-runtime-interface-proc-macro",11632 "sp-runtime-interface-proc-macro",11651 "sp-std",11633 "sp-std",11658[[package]]11640[[package]]11659name = "sp-runtime-interface-proc-macro"11641name = "sp-runtime-interface-proc-macro"11660version = "5.0.0"11642version = "5.0.0"11661source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11643source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11662dependencies = [11644dependencies = [11663 "Inflector",11645 "Inflector",11664 "proc-macro-crate",11646 "proc-macro-crate",11670[[package]]11652[[package]]11671name = "sp-sandbox"11653name = "sp-sandbox"11672version = "0.10.0-dev"11654version = "0.10.0-dev"11673source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11655source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11674dependencies = [11656dependencies = [11675 "log",11657 "log",11676 "parity-scale-codec 3.2.1",11658 "parity-scale-codec 3.2.1",11684[[package]]11666[[package]]11685name = "sp-session"11667name = "sp-session"11686version = "4.0.0-dev"11668version = "4.0.0-dev"11687source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11669source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11688dependencies = [11670dependencies = [11689 "parity-scale-codec 3.2.1",11671 "parity-scale-codec 3.2.1",11690 "scale-info",11672 "scale-info",11698[[package]]11680[[package]]11699name = "sp-staking"11681name = "sp-staking"11700version = "4.0.0-dev"11682version = "4.0.0-dev"11701source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11683source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11702dependencies = [11684dependencies = [11703 "parity-scale-codec 3.2.1",11685 "parity-scale-codec 3.2.1",11704 "scale-info",11686 "scale-info",11709[[package]]11691[[package]]11710name = "sp-state-machine"11692name = "sp-state-machine"11711version = "0.12.0"11693version = "0.12.0"11712source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11694source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11713dependencies = [11695dependencies = [11714 "hash-db",11696 "hash-db",11715 "log",11697 "log",11731[[package]]11713[[package]]11732name = "sp-std"11714name = "sp-std"11733version = "4.0.0"11715version = "4.0.0"11734source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11716source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"117351171711736[[package]]11718[[package]]11737name = "sp-storage"11719name = "sp-storage"11738version = "6.0.0"11720version = "6.0.0"11739source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11721source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11740dependencies = [11722dependencies = [11741 "impl-serde",11723 "impl-serde",11742 "parity-scale-codec 3.2.1",11724 "parity-scale-codec 3.2.1",11746 "sp-std",11728 "sp-std",11747]11729]1174811749[[package]]11750name = "sp-tasks"11751version = "4.0.0-dev"11752source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11753dependencies = [11754 "log",11755 "sp-core",11756 "sp-externalities",11757 "sp-io",11758 "sp-runtime-interface",11759 "sp-std",11760]117611173011762[[package]]11731[[package]]11763name = "sp-timestamp"11732name = "sp-timestamp"11764version = "4.0.0-dev"11733version = "4.0.0-dev"11765source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11734source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11766dependencies = [11735dependencies = [11767 "async-trait",11736 "async-trait",11768 "futures-timer",11737 "futures-timer",11778[[package]]11747[[package]]11779name = "sp-tracing"11748name = "sp-tracing"11780version = "5.0.0"11749version = "5.0.0"11781source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11750source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11782dependencies = [11751dependencies = [11783 "parity-scale-codec 3.2.1",11752 "parity-scale-codec 3.2.1",11784 "sp-std",11753 "sp-std",11790[[package]]11759[[package]]11791name = "sp-transaction-pool"11760name = "sp-transaction-pool"11792version = "4.0.0-dev"11761version = "4.0.0-dev"11793source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11762source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11794dependencies = [11763dependencies = [11795 "sp-api",11764 "sp-api",11796 "sp-runtime",11765 "sp-runtime",11799[[package]]11768[[package]]11800name = "sp-transaction-storage-proof"11769name = "sp-transaction-storage-proof"11801version = "4.0.0-dev"11770version = "4.0.0-dev"11802source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11771source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11803dependencies = [11772dependencies = [11804 "async-trait",11773 "async-trait",11805 "log",11774 "log",11815[[package]]11784[[package]]11816name = "sp-trie"11785name = "sp-trie"11817version = "6.0.0"11786version = "6.0.0"11818source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11787source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11819dependencies = [11788dependencies = [11820 "ahash",11789 "ahash",11821 "hash-db",11790 "hash-db",11822 "hashbrown",11791 "hashbrown",11823 "lazy_static",11792 "lazy_static",11824 "lru 0.7.8",11793 "lru",11825 "memory-db",11794 "memory-db",11826 "nohash-hasher",11795 "nohash-hasher",11827 "parity-scale-codec 3.2.1",11796 "parity-scale-codec 3.2.1",11838[[package]]11807[[package]]11839name = "sp-version"11808name = "sp-version"11840version = "5.0.0"11809version = "5.0.0"11841source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11810source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11842dependencies = [11811dependencies = [11843 "impl-serde",11812 "impl-serde",11844 "parity-scale-codec 3.2.1",11813 "parity-scale-codec 3.2.1",11845 "parity-wasm 0.45.0",11814 "parity-wasm",11846 "scale-info",11815 "scale-info",11847 "serde",11816 "serde",11848 "sp-core-hashing-proc-macro",11817 "sp-core-hashing-proc-macro",11855[[package]]11824[[package]]11856name = "sp-version-proc-macro"11825name = "sp-version-proc-macro"11857version = "4.0.0-dev"11826version = "4.0.0-dev"11858source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11827source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11859dependencies = [11828dependencies = [11860 "parity-scale-codec 3.2.1",11829 "parity-scale-codec 3.2.1",11861 "proc-macro2",11830 "proc-macro2",11866[[package]]11835[[package]]11867name = "sp-wasm-interface"11836name = "sp-wasm-interface"11868version = "6.0.0"11837version = "6.0.0"11869source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11838source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11870dependencies = [11839dependencies = [11871 "impl-trait-for-tuples",11840 "impl-trait-for-tuples",11872 "log",11841 "log",11879[[package]]11848[[package]]11880name = "sp-weights"11849name = "sp-weights"11881version = "4.0.0"11850version = "4.0.0"11882source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11851source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"11883dependencies = [11852dependencies = [11884 "impl-trait-for-tuples",11853 "impl-trait-for-tuples",11885 "parity-scale-codec 3.2.1",11854 "parity-scale-codec 3.2.1",119001186911901[[package]]11870[[package]]11902name = "spki"11871name = "spki"11903version = "0.5.4"11872version = "0.6.0"11904source = "registry+https://github.com/rust-lang/crates.io-index"11873source = "registry+https://github.com/rust-lang/crates.io-index"11905checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11874checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"11906dependencies = [11875dependencies = [11907 "base64ct",11876 "base64ct",11908 "der",11877 "der",12053[[package]]12022[[package]]12054name = "substrate-build-script-utils"12023name = "substrate-build-script-utils"12055version = "3.0.0"12024version = "3.0.0"12056source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12025source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12057dependencies = [12026dependencies = [12058 "platforms",12027 "platforms",12059]12028]120601202912061[[package]]12030[[package]]12062name = "substrate-frame-rpc-system"12031name = "substrate-frame-rpc-system"12063version = "4.0.0-dev"12032version = "4.0.0-dev"12064source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12033source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12065dependencies = [12034dependencies = [12066 "frame-system-rpc-runtime-api",12035 "frame-system-rpc-runtime-api",12067 "futures 0.3.25",12036 "futures 0.3.25",12082[[package]]12051[[package]]12083name = "substrate-prometheus-endpoint"12052name = "substrate-prometheus-endpoint"12084version = "0.10.0-dev"12053version = "0.10.0-dev"12085source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12054source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12086dependencies = [12055dependencies = [12087 "futures-util",12056 "futures-util",12088 "hyper",12057 "hyper",12092 "tokio",12061 "tokio",12093]12062]1206312064[[package]]12065name = "substrate-rpc-client"12066version = "0.10.0-dev"12067source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12068dependencies = [12069 "async-trait",12070 "jsonrpsee",12071 "log",12072 "sc-rpc-api",12073 "serde",12074 "sp-runtime",12075]120941207612095[[package]]12077[[package]]12096name = "substrate-state-trie-migration-rpc"12078name = "substrate-state-trie-migration-rpc"12097version = "4.0.0-dev"12079version = "4.0.0-dev"12098source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12080source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12099dependencies = [12081dependencies = [12100 "jsonrpsee",12082 "jsonrpsee",12101 "log",12083 "log",12116[[package]]12098[[package]]12117name = "substrate-test-client"12099name = "substrate-test-client"12118version = "2.0.1"12100version = "2.0.1"12119source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12101source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12120dependencies = [12102dependencies = [12121 "array-bytes",12103 "array-bytes",12122 "async-trait",12104 "async-trait",12142[[package]]12124[[package]]12143name = "substrate-test-utils"12125name = "substrate-test-utils"12144version = "4.0.0-dev"12126version = "4.0.0-dev"12145source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12127source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12146dependencies = [12128dependencies = [12147 "futures 0.3.25",12129 "futures 0.3.25",12148 "substrate-test-utils-derive",12130 "substrate-test-utils-derive",12152[[package]]12134[[package]]12153name = "substrate-test-utils-derive"12135name = "substrate-test-utils-derive"12154version = "0.10.0-dev"12136version = "0.10.0-dev"12155source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12137source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12156dependencies = [12138dependencies = [12157 "proc-macro-crate",12139 "proc-macro-crate",12158 "proc-macro2",12140 "proc-macro2",12163[[package]]12145[[package]]12164name = "substrate-wasm-builder"12146name = "substrate-wasm-builder"12165version = "5.0.0-dev"12147version = "5.0.0-dev"12166source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12148source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12167dependencies = [12149dependencies = [12168 "ansi_term",12150 "ansi_term",12169 "build-helper",12151 "build-helper",12174 "tempfile",12156 "tempfile",12175 "toml",12157 "toml",12176 "walkdir",12158 "walkdir",12177 "wasm-gc-api",12159 "wasm-opt",12178]12160]121791216112180[[package]]12162[[package]]121851216712186[[package]]12168[[package]]12187name = "syn"12169name = "syn"12188version = "1.0.103"12170version = "1.0.105"12189source = "registry+https://github.com/rust-lang/crates.io-index"12171source = "registry+https://github.com/rust-lang/crates.io-index"12190checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"12172checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908"12191dependencies = [12173dependencies = [12192 "proc-macro2",12174 "proc-macro2",12193 "quote",12175 "quote",12245source = "registry+https://github.com/rust-lang/crates.io-index"12227source = "registry+https://github.com/rust-lang/crates.io-index"12246checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12228checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12247dependencies = [12229dependencies = [12248 "cfg-if 1.0.0",12230 "cfg-if",12249 "fastrand",12231 "fastrand",12250 "libc",12232 "libc",12251 "redox_syscall",12233 "redox_syscall",12272 "winapi",12254 "winapi",12273]12255]1225612257[[package]]12258name = "termtree"12259version = "0.4.0"12260source = "registry+https://github.com/rust-lang/crates.io-index"12261checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8"122741226212275[[package]]12263[[package]]12276name = "test-runtime-constants"12264name = "test-runtime-constants"12277version = "0.9.30"12265version = "0.9.33"12278source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12266source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"12279dependencies = [12267dependencies = [12280 "frame-support",12268 "frame-support",12281 "polkadot-primitives",12269 "polkadot-primitives",12282 "polkadot-runtime-common",12270 "polkadot-runtime-common",12283 "smallvec",12271 "smallvec",12272 "sp-core",12284 "sp-runtime",12273 "sp-runtime",12274 "sp-weights",12285]12275]122861227612287[[package]]12277[[package]]12314 "up-sponsorship",12304 "up-sponsorship",12315]12305]1231612317[[package]]12318name = "textwrap"12319version = "0.16.0"12320source = "registry+https://github.com/rust-lang/crates.io-index"12321checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"123221230612323[[package]]12307[[package]]12324name = "thiserror"12308name = "thiserror"123791236312380[[package]]12364[[package]]12381name = "tikv-jemalloc-sys"12365name = "tikv-jemalloc-sys"12382version = "0.4.3+5.2.1-patched.2"12366version = "0.5.2+5.3.0-patched"12383source = "registry+https://github.com/rust-lang/crates.io-index"12367source = "registry+https://github.com/rust-lang/crates.io-index"12384checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"12368checksum = "ec45c14da997d0925c7835883e4d5c181f196fa142f8c19d7643d1e9af2592c3"12385dependencies = [12369dependencies = [12386 "cc",12370 "cc",12387 "fs_extra",12371 "fs_extra",123901237412391[[package]]12375[[package]]12392name = "time"12376name = "time"12393version = "0.1.44"12377version = "0.1.45"12394source = "registry+https://github.com/rust-lang/crates.io-index"12378source = "registry+https://github.com/rust-lang/crates.io-index"12395checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12379checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"12396dependencies = [12380dependencies = [12397 "libc",12381 "libc",12398 "wasi 0.10.0+wasi-snapshot-preview1",12382 "wasi 0.10.0+wasi-snapshot-preview1",124621244612463[[package]]12447[[package]]12464name = "tokio"12448name = "tokio"12465version = "1.22.0"12449version = "1.23.0"12466source = "registry+https://github.com/rust-lang/crates.io-index"12450source = "registry+https://github.com/rust-lang/crates.io-index"12467checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3"12451checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46"12468dependencies = [12452dependencies = [12469 "autocfg",12453 "autocfg",12470 "bytes",12454 "bytes",12477 "signal-hook-registry",12461 "signal-hook-registry",12478 "socket2",12462 "socket2",12479 "tokio-macros",12463 "tokio-macros",12480 "winapi",12464 "windows-sys 0.42.0",12481]12465]124821246612483[[package]]12467[[package]]12484name = "tokio-macros"12468name = "tokio-macros"12485version = "1.8.0"12469version = "1.8.2"12486source = "registry+https://github.com/rust-lang/crates.io-index"12470source = "registry+https://github.com/rust-lang/crates.io-index"12487checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"12471checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"12488dependencies = [12472dependencies = [12489 "proc-macro2",12473 "proc-macro2",12490 "quote",12474 "quote",12549source = "registry+https://github.com/rust-lang/crates.io-index"12533source = "registry+https://github.com/rust-lang/crates.io-index"12550checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"12534checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"12551dependencies = [12535dependencies = [12552 "cfg-if 1.0.0",12536 "cfg-if",12553 "pin-project-lite 0.2.9",12537 "pin-project-lite 0.2.9",12554 "tracing-attributes",12538 "tracing-attributes",12555 "tracing-core",12539 "tracing-core",125881257212589[[package]]12573[[package]]12590name = "tracing-gum"12574name = "tracing-gum"12591version = "0.9.30"12575version = "0.9.33"12592source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12576source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"12593dependencies = [12577dependencies = [12594 "polkadot-node-jaeger",12578 "polkadot-node-jaeger",12595 "polkadot-primitives",12579 "polkadot-primitives",125991258312600[[package]]12584[[package]]12601name = "tracing-gum-proc-macro"12585name = "tracing-gum-proc-macro"12602version = "0.9.30"12586version = "0.9.33"12603source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12587source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"12604dependencies = [12588dependencies = [12605 "expander 0.0.6",12589 "expander 0.0.6",12606 "proc-macro-crate",12590 "proc-macro-crate",126871267112688[[package]]12672[[package]]12689name = "trust-dns-proto"12673name = "trust-dns-proto"12690version = "0.21.2"12674version = "0.22.0"12691source = "registry+https://github.com/rust-lang/crates.io-index"12675source = "registry+https://github.com/rust-lang/crates.io-index"12692checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12676checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"12693dependencies = [12677dependencies = [12694 "async-trait",12678 "async-trait",12695 "cfg-if 1.0.0",12679 "cfg-if",12696 "data-encoding",12680 "data-encoding",12697 "enum-as-inner",12681 "enum-as-inner",12698 "futures-channel",12682 "futures-channel",12701 "idna 0.2.3",12685 "idna 0.2.3",12702 "ipnet",12686 "ipnet",12703 "lazy_static",12687 "lazy_static",12704 "log",12705 "rand 0.8.5",12688 "rand 0.8.5",12706 "smallvec",12689 "smallvec",12707 "thiserror",12690 "thiserror",12708 "tinyvec",12691 "tinyvec",12692 "tracing",12709 "url",12693 "url",12710]12694]127111269512712[[package]]12696[[package]]12713name = "trust-dns-resolver"12697name = "trust-dns-resolver"12714version = "0.21.2"12698version = "0.22.0"12715source = "registry+https://github.com/rust-lang/crates.io-index"12699source = "registry+https://github.com/rust-lang/crates.io-index"12716checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12700checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"12717dependencies = [12701dependencies = [12718 "cfg-if 1.0.0",12702 "cfg-if",12719 "futures-util",12703 "futures-util",12720 "ipconfig",12704 "ipconfig",12721 "lazy_static",12705 "lazy_static",12722 "log",12723 "lru-cache",12706 "lru-cache",12724 "parking_lot 0.12.1",12707 "parking_lot 0.12.1",12725 "resolv-conf",12708 "resolv-conf",12726 "smallvec",12709 "smallvec",12727 "thiserror",12710 "thiserror",12711 "tracing",12728 "trust-dns-proto",12712 "trust-dns-proto",12729]12713]127301271412737[[package]]12721[[package]]12738name = "try-runtime-cli"12722name = "try-runtime-cli"12739version = "0.10.0-dev"12723version = "0.10.0-dev"12740source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12724source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"12741dependencies = [12725dependencies = [12742 "clap",12726 "clap",12743 "frame-try-runtime",12727 "frame-try-runtime",12744 "jsonrpsee",12745 "log",12728 "log",12746 "parity-scale-codec 3.2.1",12729 "parity-scale-codec 3.2.1",12747 "remote-externalities",12730 "remote-externalities",12757 "sp-runtime",12740 "sp-runtime",12758 "sp-state-machine",12741 "sp-state-machine",12759 "sp-version",12742 "sp-version",12743 "sp-weights",12744 "substrate-rpc-client",12760 "zstd",12745 "zstd",12761]12746]127621274712763[[package]]12748[[package]]12764name = "trybuild"12749name = "trybuild"12765version = "1.0.71"12750version = "1.0.72"12766source = "registry+https://github.com/rust-lang/crates.io-index"12751source = "registry+https://github.com/rust-lang/crates.io-index"12767checksum = "ea496675d71016e9bc76aa42d87f16aefd95447cc5818e671e12b2d7e269075d"12752checksum = "db29f438342820400f2d9acfec0d363e987a38b2950bdb50a7069ed17b2148ee"12768dependencies = [12753dependencies = [12769 "glob",12754 "glob",12770 "once_cell",12755 "once_cell",12787source = "registry+https://github.com/rust-lang/crates.io-index"12772source = "registry+https://github.com/rust-lang/crates.io-index"12788checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12773checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12789dependencies = [12774dependencies = [12790 "cfg-if 1.0.0",12775 "cfg-if",12791 "digest 0.10.6",12776 "digest 0.10.6",12792 "rand 0.8.5",12777 "rand 0.8.5",12793 "static_assertions",12778 "static_assertions",12794]12779]127951278012796[[package]]12781[[package]]12797name = "typenum"12782name = "typenum"12798version = "1.15.0"12783version = "1.16.0"12799source = "registry+https://github.com/rust-lang/crates.io-index"12784source = "registry+https://github.com/rust-lang/crates.io-index"12800checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"12785checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"128011278612802[[package]]12787[[package]]12803name = "uc-rpc"12788name = "uc-rpc"128271281212828[[package]]12813[[package]]12829name = "uint"12814name = "uint"12830version = "0.9.4"12815version = "0.9.5"12831source = "registry+https://github.com/rust-lang/crates.io-index"12816source = "registry+https://github.com/rust-lang/crates.io-index"12832checksum = "a45526d29728d135c2900b0d30573fe3ee79fceb12ef534c7bb30e810a91b601"12817checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"12833dependencies = [12818dependencies = [12834 "byteorder",12819 "byteorder",12835 "crunchy",12820 "crunchy",128871287212888[[package]]12873[[package]]12889name = "unique-node"12874name = "unique-node"12890version = "0.9.30"12875version = "0.9.33"12891dependencies = [12876dependencies = [12892 "app-promotion-rpc",12877 "app-promotion-rpc",12893 "clap",12878 "clap",12901 "cumulus-primitives-parachain-inherent",12886 "cumulus-primitives-parachain-inherent",12902 "cumulus-relay-chain-inprocess-interface",12887 "cumulus-relay-chain-inprocess-interface",12903 "cumulus-relay-chain-interface",12888 "cumulus-relay-chain-interface",12904 "cumulus-relay-chain-rpc-interface",12889 "cumulus-relay-chain-minimal-node",12905 "fc-consensus",12890 "fc-consensus",12906 "fc-db",12891 "fc-db",12907 "fc-mapping-sync",12892 "fc-mapping-sync",130261301113027[[package]]13012[[package]]13028name = "unique-runtime"13013name = "unique-runtime"13029version = "0.9.30"13014version = "0.9.33"13030dependencies = [13015dependencies = [13031 "app-promotion-rpc",13016 "app-promotion-rpc",13032 "cumulus-pallet-aura-ext",13017 "cumulus-pallet-aura-ext",131471313213148[[package]]13133[[package]]13149name = "up-common"13134name = "up-common"13150version = "0.9.30"13135version = "0.9.33"13151dependencies = [13136dependencies = [13137 "cumulus-primitives-core",13152 "fp-rpc",13138 "fp-rpc",13153 "frame-support",13139 "frame-support",13154 "pallet-evm",13140 "pallet-evm",13194[[package]]13180[[package]]13195name = "up-sponsorship"13181name = "up-sponsorship"13196version = "0.1.0"13182version = "0.1.0"13197source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"13183source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.33#994d4a8dc6cc630b73d19f97315272a8795317e7"13198dependencies = [13184dependencies = [13199 "impl-trait-for-tuples",13185 "impl-trait-for-tuples",13200]13186]13295source = "registry+https://github.com/rust-lang/crates.io-index"13281source = "registry+https://github.com/rust-lang/crates.io-index"13296checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"13282checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"13297dependencies = [13283dependencies = [13298 "cfg-if 1.0.0",13284 "cfg-if",13299 "wasm-bindgen-macro",13285 "wasm-bindgen-macro",13300]13286]133011328713320source = "registry+https://github.com/rust-lang/crates.io-index"13306source = "registry+https://github.com/rust-lang/crates.io-index"13321checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"13307checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"13322dependencies = [13308dependencies = [13323 "cfg-if 1.0.0",13309 "cfg-if",13324 "js-sys",13310 "js-sys",13325 "wasm-bindgen",13311 "wasm-bindgen",13326 "web-sys",13312 "web-sys",13355source = "registry+https://github.com/rust-lang/crates.io-index"13341source = "registry+https://github.com/rust-lang/crates.io-index"13356checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"13342checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"1334313344[[package]]13345name = "wasm-instrument"13346version = "0.3.0"13347source = "registry+https://github.com/rust-lang/crates.io-index"13348checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"13349dependencies = [13350 "parity-wasm",13351]133571335213358[[package]]13353[[package]]13359name = "wasm-gc-api"13354name = "wasm-opt"13360version = "0.1.11"13355version = "0.110.2"13361source = "registry+https://github.com/rust-lang/crates.io-index"13356source = "registry+https://github.com/rust-lang/crates.io-index"13362checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"13357checksum = "b68e8037b4daf711393f4be2056246d12d975651b14d581520ad5d1f19219cec"13363dependencies = [13358dependencies = [13359 "anyhow",13364 "log",13360 "libc",13365 "parity-wasm 0.32.0",13361 "strum",13362 "strum_macros",13366 "rustc-demangle",13363 "tempfile",13364 "thiserror",13365 "wasm-opt-cxx-sys",13366 "wasm-opt-sys",13367]13367]1336813369[[package]]13370name = "wasm-opt-cxx-sys"13371version = "0.110.2"13372source = "registry+https://github.com/rust-lang/crates.io-index"13373checksum = "91adbad477e97bba3fbd21dd7bfb594e7ad5ceb9169ab1c93ab9cb0ada636b6f"13374dependencies = [13375 "anyhow",13376 "cxx",13377 "cxx-build",13378 "wasm-opt-sys",13379]133681338013369[[package]]13381[[package]]13370name = "wasm-instrument"13382name = "wasm-opt-sys"13371version = "0.3.0"13383version = "0.110.2"13372source = "registry+https://github.com/rust-lang/crates.io-index"13384source = "registry+https://github.com/rust-lang/crates.io-index"13373checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"13385checksum = "ec4fa5a322a4e6ac22fd141f498d56afbdbf9df5debeac32380d2dcaa3e06941"13374dependencies = [13386dependencies = [13375 "parity-wasm 0.45.0",13387 "anyhow",13388 "cc",13389 "cxx",13390 "cxx-build",13391 "regex",13376]13392]133771339313378[[package]]13394[[package]]13396source = "registry+https://github.com/rust-lang/crates.io-index"13412source = "registry+https://github.com/rust-lang/crates.io-index"13397checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"13413checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"13398dependencies = [13414dependencies = [13399 "parity-wasm 0.45.0",13415 "parity-wasm",13400 "wasmi-validation",13416 "wasmi-validation",13401 "wasmi_core",13417 "wasmi_core",13402]13418]13407source = "registry+https://github.com/rust-lang/crates.io-index"13423source = "registry+https://github.com/rust-lang/crates.io-index"13408checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"13424checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"13409dependencies = [13425dependencies = [13410 "parity-wasm 0.45.0",13426 "parity-wasm",13411]13427]134121342813413[[package]]13429[[package]]13419 "downcast-rs",13435 "downcast-rs",13420 "libm",13436 "libm",13421 "memory_units",13437 "memory_units",13422 "num-rational 0.4.1",13438 "num-rational",13423 "num-traits",13439 "num-traits",13424]13440]134251344113440dependencies = [13456dependencies = [13441 "anyhow",13457 "anyhow",13442 "bincode",13458 "bincode",13443 "cfg-if 1.0.0",13459 "cfg-if",13444 "indexmap",13460 "indexmap",13445 "libc",13461 "libc",13446 "log",13462 "log",13466source = "registry+https://github.com/rust-lang/crates.io-index"13482source = "registry+https://github.com/rust-lang/crates.io-index"13467checksum = "45de63ddfc8b9223d1adc8f7b2ee5f35d1f6d112833934ad7ea66e4f4339e597"13483checksum = "45de63ddfc8b9223d1adc8f7b2ee5f35d1f6d112833934ad7ea66e4f4339e597"13468dependencies = [13484dependencies = [13469 "cfg-if 1.0.0",13485 "cfg-if",13470]13486]134711348713472[[package]]13488[[package]]13538 "addr2line",13554 "addr2line",13539 "anyhow",13555 "anyhow",13540 "bincode",13556 "bincode",13541 "cfg-if 1.0.0",13557 "cfg-if",13542 "cpp_demangle",13558 "cpp_demangle",13543 "gimli",13559 "gimli",13544 "log",13560 "log",13573dependencies = [13589dependencies = [13574 "anyhow",13590 "anyhow",13575 "cc",13591 "cc",13576 "cfg-if 1.0.0",13592 "cfg-if",13577 "indexmap",13593 "indexmap",13578 "libc",13594 "libc",13579 "log",13595 "log",136421365813643[[package]]13659[[package]]13644name = "westend-runtime"13660name = "westend-runtime"13645version = "0.9.30"13661version = "0.9.33"13646source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13662source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"13647dependencies = [13663dependencies = [13648 "beefy-primitives",13664 "beefy-primitives",13649 "bitvec 1.0.1",13665 "bitvec 1.0.1",137321374813733[[package]]13749[[package]]13734name = "westend-runtime-constants"13750name = "westend-runtime-constants"13735version = "0.9.30"13751version = "0.9.33"13736source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13752source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"13737dependencies = [13753dependencies = [13738 "frame-support",13754 "frame-support",13739 "polkadot-primitives",13755 "polkadot-primitives",13740 "polkadot-runtime-common",13756 "polkadot-runtime-common",13741 "smallvec",13757 "smallvec",13758 "sp-core",13742 "sp-runtime",13759 "sp-runtime",13760 "sp-weights",13743]13761]137441376213745[[package]]13763[[package]]139701398813971[[package]]13989[[package]]13972name = "xcm"13990name = "xcm"13973version = "0.9.30"13991version = "0.9.33"13974source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13992source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"13975dependencies = [13993dependencies = [13976 "derivative",13994 "derivative",13977 "impl-trait-for-tuples",13995 "impl-trait-for-tuples",139841400213985[[package]]14003[[package]]13986name = "xcm-builder"14004name = "xcm-builder"13987version = "0.9.30"14005version = "0.9.33"13988source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"14006source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"13989dependencies = [14007dependencies = [13990 "frame-support",14008 "frame-support",13991 "frame-system",14009 "frame-system",140041402214005[[package]]14023[[package]]14006name = "xcm-executor"14024name = "xcm-executor"14007version = "0.9.30"14025version = "0.9.33"14008source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"14026source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"14009dependencies = [14027dependencies = [14010 "frame-benchmarking",14028 "frame-benchmarking",14011 "frame-support",14029 "frame-support",140221404014023[[package]]14041[[package]]14024name = "xcm-procedural"14042name = "xcm-procedural"14025version = "0.9.30"14043version = "0.9.33"14026source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"14044source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"14027dependencies = [14045dependencies = [14028 "Inflector",14046 "Inflector",14029 "proc-macro2",14047 "proc-macro2",140561407414057[[package]]14075[[package]]14058name = "zeroize_derive"14076name = "zeroize_derive"14059version = "1.3.2"14077version = "1.3.3"14060source = "registry+https://github.com/rust-lang/crates.io-index"14078source = "registry+https://github.com/rust-lang/crates.io-index"14061checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"14079checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c"14062dependencies = [14080dependencies = [14063 "proc-macro2",14081 "proc-macro2",14064 "quote",14082 "quote",140871410514088[[package]]14106[[package]]14089name = "zstd-sys"14107name = "zstd-sys"14090version = "2.0.1+zstd.1.5.2"14108version = "2.0.4+zstd.1.5.2"14091source = "registry+https://github.com/rust-lang/crates.io-index"14109source = "registry+https://github.com/rust-lang/crates.io-index"14092checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"14110checksum = "4fa202f2ef00074143e219d15b62ffc317d17cc33909feac471c044087cad7b0"14093dependencies = [14111dependencies = [14094 "cc",14112 "cc",14095 "libc",14113 "libc",Cargo.tomldiffbeforeafterboth202021[workspace.dependencies.orml-vesting]21[workspace.dependencies.orml-vesting]22git = "https://github.com/uniquenetwork/open-runtime-module-library"22git = "https://github.com/uniquenetwork/open-runtime-module-library"23branch = "polkadot-v0.9.30"23branch = "polkadot-v0.9.33"24default-features = false24default-features = false252526[workspace.dependencies.orml-xtokens]26[workspace.dependencies.orml-xtokens]27git = "https://github.com/uniquenetwork/open-runtime-module-library"27git = "https://github.com/uniquenetwork/open-runtime-module-library"28branch = "polkadot-v0.9.30"28branch = "polkadot-v0.9.33"29default-features = false29default-features = false303031[workspace.dependencies.orml-tokens]31[workspace.dependencies.orml-tokens]32git = "https://github.com/uniquenetwork/open-runtime-module-library"32git = "https://github.com/uniquenetwork/open-runtime-module-library"33branch = "polkadot-v0.9.30"33branch = "polkadot-v0.9.33"34default-features = false34default-features = false353536[workspace.dependencies.orml-traits]36[workspace.dependencies.orml-traits]37git = "https://github.com/uniquenetwork/open-runtime-module-library"37git = "https://github.com/uniquenetwork/open-runtime-module-library"38branch = "polkadot-v0.9.30"38branch = "polkadot-v0.9.33"39default-features = false39default-features = false4040README.mddiffbeforeafterboth90```90```91git clone https://github.com/paritytech/polkadot.git91git clone https://github.com/paritytech/polkadot.git92cd polkadot92cd polkadot93git checkout release-v0.9.3093git checkout release-v0.9.3394cargo build --release94cargo build --release95```95```9696client/rpc/Cargo.tomldiffbeforeafterboth14jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }14jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }15anyhow = "1.0.57"15anyhow = "1.0.57"161617sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }19sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }19sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }20sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }20sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }21sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }21sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }2323crates/evm-coder/Cargo.tomldiffbeforeafterboth9# evm-coder reexports those proc-macro9# evm-coder reexports those proc-macro10evm-coder-procedural = { path = "./procedural" }10evm-coder-procedural = { path = "./procedural" }11# Evm uses primitive-types for H160, H256 and others11# Evm uses primitive-types for H160, H256 and others12primitive-types = { version = "0.11.1", default-features = false }12primitive-types = { version = "0.12.1", default-features = false }13# Evm doesn't have reexports for log and others13# Evm doesn't have reexports for log and others14ethereum = { version = "0.12.0", default-features = false }14ethereum = { version = "0.14.0", default-features = false }15sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17# Error types for execution17# Error types for execution18evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.30" }18evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.33" }19# We have tuple-heavy code in solidity.rs19# We have tuple-heavy code in solidity.rs20impl-trait-for-tuples = "0.2.2"20impl-trait-for-tuples = "0.2.2"212122pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }232324[dev-dependencies]24[dev-dependencies]25# We want to assert some large binary blobs equality in tests25# We want to assert some large binary blobs equality in testsnode/cli/Cargo.tomldiffbeforeafterboth334[build-dependencies.substrate-build-script-utils]4[build-dependencies.substrate-build-script-utils]5git = "https://github.com/paritytech/substrate"5git = "https://github.com/paritytech/substrate"6branch = "polkadot-v0.9.30"6branch = "polkadot-v0.9.33"778################################################################################8################################################################################9# Substrate Dependecies9# Substrate Dependecies161617[dependencies.frame-benchmarking]17[dependencies.frame-benchmarking]18git = "https://github.com/paritytech/substrate"18git = "https://github.com/paritytech/substrate"19branch = "polkadot-v0.9.30"19branch = "polkadot-v0.9.33"202021[dependencies.frame-benchmarking-cli]21[dependencies.frame-benchmarking-cli]22git = "https://github.com/paritytech/substrate"22git = "https://github.com/paritytech/substrate"23branch = "polkadot-v0.9.30"23branch = "polkadot-v0.9.33"242425[dependencies.try-runtime-cli]25[dependencies.try-runtime-cli]26git = "https://github.com/paritytech/substrate"26git = "https://github.com/paritytech/substrate"27branch = "polkadot-v0.9.30"27branch = "polkadot-v0.9.33"282829[dependencies.pallet-transaction-payment-rpc]29[dependencies.pallet-transaction-payment-rpc]30git = "https://github.com/paritytech/substrate"30git = "https://github.com/paritytech/substrate"31branch = "polkadot-v0.9.30"31branch = "polkadot-v0.9.33"323233[dependencies.substrate-prometheus-endpoint]33[dependencies.substrate-prometheus-endpoint]34git = "https://github.com/paritytech/substrate"34git = "https://github.com/paritytech/substrate"35branch = "polkadot-v0.9.30"35branch = "polkadot-v0.9.33"363637[dependencies.sc-basic-authorship]37[dependencies.sc-basic-authorship]38git = "https://github.com/paritytech/substrate"38git = "https://github.com/paritytech/substrate"39branch = "polkadot-v0.9.30"39branch = "polkadot-v0.9.33"404041[dependencies.sc-chain-spec]41[dependencies.sc-chain-spec]42git = "https://github.com/paritytech/substrate"42git = "https://github.com/paritytech/substrate"43branch = "polkadot-v0.9.30"43branch = "polkadot-v0.9.33"444445[dependencies.sc-cli]45[dependencies.sc-cli]46features = ['wasmtime']46features = ['wasmtime']47git = "https://github.com/paritytech/substrate"47git = "https://github.com/paritytech/substrate"48branch = "polkadot-v0.9.30"48branch = "polkadot-v0.9.33"494950[dependencies.sc-client-api]50[dependencies.sc-client-api]51git = "https://github.com/paritytech/substrate"51git = "https://github.com/paritytech/substrate"52branch = "polkadot-v0.9.30"52branch = "polkadot-v0.9.33"535354[dependencies.sc-consensus]54[dependencies.sc-consensus]55git = "https://github.com/paritytech/substrate"55git = "https://github.com/paritytech/substrate"56branch = "polkadot-v0.9.30"56branch = "polkadot-v0.9.33"575758[dependencies.sc-consensus-aura]58[dependencies.sc-consensus-aura]59git = "https://github.com/paritytech/substrate"59git = "https://github.com/paritytech/substrate"60branch = "polkadot-v0.9.30"60branch = "polkadot-v0.9.33"616162[dependencies.sc-executor]62[dependencies.sc-executor]63features = ['wasmtime']63features = ['wasmtime']64git = "https://github.com/paritytech/substrate"64git = "https://github.com/paritytech/substrate"65branch = "polkadot-v0.9.30"65branch = "polkadot-v0.9.33"666667[dependencies.sc-finality-grandpa]67[dependencies.sc-finality-grandpa]68git = "https://github.com/paritytech/substrate"68git = "https://github.com/paritytech/substrate"69branch = "polkadot-v0.9.30"69branch = "polkadot-v0.9.33"707071[dependencies.sc-keystore]71[dependencies.sc-keystore]72git = "https://github.com/paritytech/substrate"72git = "https://github.com/paritytech/substrate"73branch = "polkadot-v0.9.30"73branch = "polkadot-v0.9.33"747475[dependencies.sc-rpc]75[dependencies.sc-rpc]76git = "https://github.com/paritytech/substrate"76git = "https://github.com/paritytech/substrate"77branch = "polkadot-v0.9.30"77branch = "polkadot-v0.9.33"787879[dependencies.sc-rpc-api]79[dependencies.sc-rpc-api]80git = "https://github.com/paritytech/substrate"80git = "https://github.com/paritytech/substrate"81branch = "polkadot-v0.9.30"81branch = "polkadot-v0.9.33"828283[dependencies.sc-service]83[dependencies.sc-service]84features = ['wasmtime']84features = ['wasmtime']85git = "https://github.com/paritytech/substrate"85git = "https://github.com/paritytech/substrate"86branch = "polkadot-v0.9.30"86branch = "polkadot-v0.9.33"878788[dependencies.sc-telemetry]88[dependencies.sc-telemetry]89git = "https://github.com/paritytech/substrate"89git = "https://github.com/paritytech/substrate"90branch = "polkadot-v0.9.30"90branch = "polkadot-v0.9.33"919192[dependencies.sc-transaction-pool]92[dependencies.sc-transaction-pool]93git = "https://github.com/paritytech/substrate"93git = "https://github.com/paritytech/substrate"94branch = "polkadot-v0.9.30"94branch = "polkadot-v0.9.33"959596[dependencies.sc-tracing]96[dependencies.sc-tracing]97git = "https://github.com/paritytech/substrate"97git = "https://github.com/paritytech/substrate"98branch = "polkadot-v0.9.30"98branch = "polkadot-v0.9.33"9999100[dependencies.sc-sysinfo]100[dependencies.sc-sysinfo]101git = "https://github.com/paritytech/substrate"101git = "https://github.com/paritytech/substrate"102branch = "polkadot-v0.9.30"102branch = "polkadot-v0.9.33"103103104[dependencies.sp-block-builder]104[dependencies.sp-block-builder]105git = "https://github.com/paritytech/substrate"105git = "https://github.com/paritytech/substrate"106branch = "polkadot-v0.9.30"106branch = "polkadot-v0.9.33"107107108[dependencies.sp-api]108[dependencies.sp-api]109git = "https://github.com/paritytech/substrate"109git = "https://github.com/paritytech/substrate"110branch = "polkadot-v0.9.30"110branch = "polkadot-v0.9.33"111111112[dependencies.sp-blockchain]112[dependencies.sp-blockchain]113git = "https://github.com/paritytech/substrate"113git = "https://github.com/paritytech/substrate"114branch = "polkadot-v0.9.30"114branch = "polkadot-v0.9.33"115115116[dependencies.sp-consensus]116[dependencies.sp-consensus]117git = "https://github.com/paritytech/substrate"117git = "https://github.com/paritytech/substrate"118branch = "polkadot-v0.9.30"118branch = "polkadot-v0.9.33"119119120[dependencies.sp-consensus-aura]120[dependencies.sp-consensus-aura]121git = "https://github.com/paritytech/substrate"121git = "https://github.com/paritytech/substrate"122branch = "polkadot-v0.9.30"122branch = "polkadot-v0.9.33"123123124[dependencies.sp-core]124[dependencies.sp-core]125git = "https://github.com/paritytech/substrate"125git = "https://github.com/paritytech/substrate"126branch = "polkadot-v0.9.30"126branch = "polkadot-v0.9.33"127127128[dependencies.sp-finality-grandpa]128[dependencies.sp-finality-grandpa]129git = "https://github.com/paritytech/substrate"129git = "https://github.com/paritytech/substrate"130branch = "polkadot-v0.9.30"130branch = "polkadot-v0.9.33"131131132[dependencies.sp-inherents]132[dependencies.sp-inherents]133git = "https://github.com/paritytech/substrate"133git = "https://github.com/paritytech/substrate"134branch = "polkadot-v0.9.30"134branch = "polkadot-v0.9.33"135135136[dependencies.sp-keystore]136[dependencies.sp-keystore]137git = "https://github.com/paritytech/substrate"137git = "https://github.com/paritytech/substrate"138branch = "polkadot-v0.9.30"138branch = "polkadot-v0.9.33"139139140[dependencies.sp-offchain]140[dependencies.sp-offchain]141git = "https://github.com/paritytech/substrate"141git = "https://github.com/paritytech/substrate"142branch = "polkadot-v0.9.30"142branch = "polkadot-v0.9.33"143143144[dependencies.sp-runtime]144[dependencies.sp-runtime]145git = "https://github.com/paritytech/substrate"145git = "https://github.com/paritytech/substrate"146branch = "polkadot-v0.9.30"146branch = "polkadot-v0.9.33"147147148[dependencies.sp-session]148[dependencies.sp-session]149git = "https://github.com/paritytech/substrate"149git = "https://github.com/paritytech/substrate"150branch = "polkadot-v0.9.30"150branch = "polkadot-v0.9.33"151151152[dependencies.sp-timestamp]152[dependencies.sp-timestamp]153git = "https://github.com/paritytech/substrate"153git = "https://github.com/paritytech/substrate"154branch = "polkadot-v0.9.30"154branch = "polkadot-v0.9.33"155155156[dependencies.sp-transaction-pool]156[dependencies.sp-transaction-pool]157git = "https://github.com/paritytech/substrate"157git = "https://github.com/paritytech/substrate"158branch = "polkadot-v0.9.30"158branch = "polkadot-v0.9.33"159159160[dependencies.sp-trie]160[dependencies.sp-trie]161git = "https://github.com/paritytech/substrate"161git = "https://github.com/paritytech/substrate"162branch = "polkadot-v0.9.30"162branch = "polkadot-v0.9.33"163163164[dependencies.substrate-frame-rpc-system]164[dependencies.substrate-frame-rpc-system]165git = "https://github.com/paritytech/substrate"165git = "https://github.com/paritytech/substrate"166branch = "polkadot-v0.9.30"166branch = "polkadot-v0.9.33"167167168[dependencies.sc-network]168[dependencies.sc-network]169git = "https://github.com/paritytech/substrate"169git = "https://github.com/paritytech/substrate"170branch = "polkadot-v0.9.30"170branch = "polkadot-v0.9.33"171171172[dependencies.serde]172[dependencies.serde]173features = ['derive']173features = ['derive']178178179[dependencies.sc-consensus-manual-seal]179[dependencies.sc-consensus-manual-seal]180git = "https://github.com/paritytech/substrate"180git = "https://github.com/paritytech/substrate"181branch = "polkadot-v0.9.30"181branch = "polkadot-v0.9.33"182182183################################################################################183################################################################################184# Cumulus dependencies184# Cumulus dependencies185185186[dependencies.cumulus-client-consensus-aura]186[dependencies.cumulus-client-consensus-aura]187git = "https://github.com/paritytech/cumulus"187git = "https://github.com/paritytech/cumulus"188branch = "polkadot-v0.9.30"188branch = "polkadot-v0.9.33"189189190[dependencies.cumulus-client-consensus-common]190[dependencies.cumulus-client-consensus-common]191git = "https://github.com/paritytech/cumulus"191git = "https://github.com/paritytech/cumulus"192branch = "polkadot-v0.9.30"192branch = "polkadot-v0.9.33"193193194[dependencies.cumulus-client-collator]194[dependencies.cumulus-client-collator]195git = "https://github.com/paritytech/cumulus"195git = "https://github.com/paritytech/cumulus"196branch = "polkadot-v0.9.30"196branch = "polkadot-v0.9.33"197197198[dependencies.cumulus-client-cli]198[dependencies.cumulus-client-cli]199git = "https://github.com/paritytech/cumulus"199git = "https://github.com/paritytech/cumulus"200branch = "polkadot-v0.9.30"200branch = "polkadot-v0.9.33"201201202[dependencies.cumulus-client-network]202[dependencies.cumulus-client-network]203git = "https://github.com/paritytech/cumulus"203git = "https://github.com/paritytech/cumulus"204branch = "polkadot-v0.9.30"204branch = "polkadot-v0.9.33"205205206[dependencies.cumulus-primitives-core]206[dependencies.cumulus-primitives-core]207git = "https://github.com/paritytech/cumulus"207git = "https://github.com/paritytech/cumulus"208branch = "polkadot-v0.9.30"208branch = "polkadot-v0.9.33"209209210[dependencies.cumulus-primitives-parachain-inherent]210[dependencies.cumulus-primitives-parachain-inherent]211git = "https://github.com/paritytech/cumulus"211git = "https://github.com/paritytech/cumulus"212branch = "polkadot-v0.9.30"212branch = "polkadot-v0.9.33"213213214[dependencies.cumulus-client-service]214[dependencies.cumulus-client-service]215git = "https://github.com/paritytech/cumulus"215git = "https://github.com/paritytech/cumulus"216branch = "polkadot-v0.9.30"216branch = "polkadot-v0.9.33"217217218[dependencies.cumulus-relay-chain-interface]218[dependencies.cumulus-relay-chain-interface]219git = "https://github.com/paritytech/cumulus"219git = "https://github.com/paritytech/cumulus"220branch = "polkadot-v0.9.30"220branch = "polkadot-v0.9.33"221221222[dependencies.cumulus-relay-chain-inprocess-interface]222[dependencies.cumulus-relay-chain-inprocess-interface]223git = "https://github.com/paritytech/cumulus"223git = "https://github.com/paritytech/cumulus"224branch = "polkadot-v0.9.30"224branch = "polkadot-v0.9.33"225225226[dependencies.cumulus-relay-chain-rpc-interface]226[dependencies.cumulus-relay-chain-minimal-node]227git = "https://github.com/paritytech/cumulus"227git = "https://github.com/paritytech/cumulus"228branch = "polkadot-v0.9.30"228branch = "polkadot-v0.9.33"229229230################################################################################230################################################################################231# Polkadot dependencies231# Polkadot dependencies232[dependencies.polkadot-primitives]232[dependencies.polkadot-primitives]233git = "https://github.com/paritytech/polkadot"233git = "https://github.com/paritytech/polkadot"234branch = "release-v0.9.30"234branch = "release-v0.9.33"235235236[dependencies.polkadot-service]236[dependencies.polkadot-service]237git = "https://github.com/paritytech/polkadot"237git = "https://github.com/paritytech/polkadot"238branch = "release-v0.9.30"238branch = "release-v0.9.33"239239240[dependencies.polkadot-cli]240[dependencies.polkadot-cli]241git = "https://github.com/paritytech/polkadot"241git = "https://github.com/paritytech/polkadot"242branch = "release-v0.9.30"242branch = "release-v0.9.33"243243244[dependencies.polkadot-test-service]244[dependencies.polkadot-test-service]245git = "https://github.com/paritytech/polkadot"245git = "https://github.com/paritytech/polkadot"246branch = "release-v0.9.30"246branch = "release-v0.9.33"247247248[dependencies.polkadot-parachain]248[dependencies.polkadot-parachain]249git = "https://github.com/paritytech/polkadot"249git = "https://github.com/paritytech/polkadot"250branch = "release-v0.9.30"250branch = "release-v0.9.33"251251252252253################################################################################253################################################################################277277278[dependencies.pallet-transaction-payment-rpc-runtime-api]278[dependencies.pallet-transaction-payment-rpc-runtime-api]279git = "https://github.com/paritytech/substrate"279git = "https://github.com/paritytech/substrate"280branch = "polkadot-v0.9.30"280branch = "polkadot-v0.9.33"281281282################################################################################282################################################################################283# Package283# Package291license = 'GPLv3'291license = 'GPLv3'292name = 'unique-node'292name = 'unique-node'293repository = 'https://github.com/UniqueNetwork/unique-chain'293repository = 'https://github.com/UniqueNetwork/unique-chain'294version = "0.9.30"294version = "0.9.33"295295296[[bin]]296[[bin]]297name = 'unique-collator'297name = 'unique-collator'305log = '0.4.16'305log = '0.4.16'306flexi_logger = "0.22.5"306flexi_logger = "0.22.5"307parking_lot = '0.12.1'307parking_lot = '0.12.1'308clap = "3.1.2"308clap = "4.0.9"309jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }309jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }310tokio = { version = "1.19.2", features = ["time"] }310tokio = { version = "1.19.2", features = ["time"] }311311312fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }312fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }313fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }313fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }314fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }314fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }315fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }315fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }316fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }316fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }317fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }317fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }318pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }318pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }319319320unique-rpc = { default-features = false, path = "../rpc" }320unique-rpc = { default-features = false, path = "../rpc" }321app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }321app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }328 'quartz-runtime?/runtime-benchmarks',328 'quartz-runtime?/runtime-benchmarks',329 'opal-runtime/runtime-benchmarks',329 'opal-runtime/runtime-benchmarks',330 'polkadot-service/runtime-benchmarks',330 'polkadot-service/runtime-benchmarks',331 'polkadot-cli/runtime-benchmarks',331 'sc-service/runtime-benchmarks',332 'sc-service/runtime-benchmarks',332]333]333try-runtime = [334try-runtime = [334 'unique-runtime?/try-runtime',335 'unique-runtime?/try-runtime',335 'quartz-runtime?/try-runtime',336 'quartz-runtime?/try-runtime',336 'opal-runtime?/try-runtime',337 'opal-runtime?/try-runtime',338 'try-runtime-cli/try-runtime',337]339]338sapphire-runtime = [340sapphire-runtime = [339 'opal-runtime',341 'opal-runtime',node/cli/src/cli.rsdiffbeforeafterboth56 Benchmark(frame_benchmarking_cli::BenchmarkCmd),56 Benchmark(frame_benchmarking_cli::BenchmarkCmd),575758 /// Try runtime58 /// Try runtime59 #[cfg(feature = "try-runtime")]59 TryRuntime(try_runtime_cli::TryRuntimeCmd),60 TryRuntime(try_runtime_cli::TryRuntimeCmd),6162 /// Try runtime. Note: `try-runtime` feature must be enabled.63 #[cfg(not(feature = "try-runtime"))]64 TryRuntime,60}65}616662#[derive(Debug, Parser)]67#[derive(Debug, Parser)]node/cli/src/command.rsdiffbeforeafterboth54use codec::Encode;54use codec::Encode;55use cumulus_primitives_core::ParaId;55use cumulus_primitives_core::ParaId;56use cumulus_client_cli::generate_genesis_block;56use cumulus_client_cli::generate_genesis_block;57use std::{future::Future, pin::Pin};58use log::info;57use log::info;59use sc_cli::{58use sc_cli::{60 ChainSpec, CliConfiguration, DefaultConfigurationValues, ImportParams, KeystoreParams,59 ChainSpec, CliConfiguration, DefaultConfigurationValues, ImportParams, KeystoreParams,410 }409 }411 }410 }412 }411 }412 #[cfg(feature = "try-runtime")]413 Some(Subcommand::TryRuntime(cmd)) => {413 Some(Subcommand::TryRuntime(cmd)) => {414 if cfg!(feature = "try-runtime") {414 use std::{future::Future, pin::Pin};415415 let runner = cli.create_runner(cmd)?;416 let runner = cli.create_runner(cmd)?;416417441 task_manager,442 task_manager,442 ))443 ))443 })444 })444 } else {445 Err("Try-runtime must be enabled by `--features try-runtime`.".into())446 }447 }445 },446 #[cfg(not(feature = "try-runtime"))]447 Some(Subcommand::TryRuntime) => {448 Err("Try-runtime must be enabled by `--features try-runtime`.".into())449 }448 None => {450 None => {449 let runner = cli.create_runner(&cli.run.normalize())?;451 let runner = cli.create_runner(&cli.run.normalize())?;450 let collator_options = cli.run.collator_options();452 let collator_options = cli.run.collator_options();node/cli/src/service.rsdiffbeforeafterboth343435// Cumulus Imports35// Cumulus Imports36use cumulus_client_consensus_aura::{AuraConsensus, BuildAuraConsensusParams, SlotProportion};36use cumulus_client_consensus_aura::{AuraConsensus, BuildAuraConsensusParams, SlotProportion};37use cumulus_client_consensus_common::ParachainConsensus;37use cumulus_client_consensus_common::{ParachainConsensus, ParachainBlockImport as TParachainBlockImport};38use cumulus_client_service::{38use cumulus_client_service::{39 prepare_node_config, start_collator, start_full_node, StartCollatorParams, StartFullNodeParams,39 prepare_node_config, start_collator, start_full_node, StartCollatorParams, StartFullNodeParams,40};40};43use cumulus_primitives_core::ParaId;43use cumulus_primitives_core::ParaId;44use cumulus_relay_chain_inprocess_interface::build_inprocess_relay_chain;44use cumulus_relay_chain_inprocess_interface::build_inprocess_relay_chain;45use cumulus_relay_chain_interface::{RelayChainError, RelayChainInterface, RelayChainResult};45use cumulus_relay_chain_interface::{RelayChainError, RelayChainInterface, RelayChainResult};46use cumulus_relay_chain_rpc_interface::{RelayChainRpcInterface, create_client_and_start_worker};46use cumulus_relay_chain_minimal_node::build_minimal_relay_chain_node;474748// Substrate Imports48// Substrate Imports49use sp_api::BlockT;49use sp_api::BlockT;188 sc_service::TFullClient<Block, RuntimeApi, NativeElseWasmExecutor<ExecutorDispatch>>;188 sc_service::TFullClient<Block, RuntimeApi, NativeElseWasmExecutor<ExecutorDispatch>>;189type FullBackend = sc_service::TFullBackend<Block>;189type FullBackend = sc_service::TFullBackend<Block>;190type FullSelectChain = sc_consensus::LongestChain<FullBackend, Block>;190type FullSelectChain = sc_consensus::LongestChain<FullBackend, Block>;191type ParachainBlockImport<RuntimeApi, ExecutorDispatch> = TParachainBlockImport<Arc<FullClient<RuntimeApi, ExecutorDispatch>>>;191192192/// Starts a `ServiceBuilder` for a full service.193/// Starts a `ServiceBuilder` for a full service.193///194///332 Option<CollatorPair>,333 Option<CollatorPair>,333)> {334)> {334 match collator_options.relay_chain_rpc_url {335 match collator_options.relay_chain_rpc_url {335 Some(relay_chain_url) => {336 Some(relay_chain_url) => build_minimal_relay_chain_node(337 polkadot_config,338 task_manager,336 let rpc_client = create_client_and_start_worker(relay_chain_url, task_manager).await?;339 relay_chain_url,337338 Ok((339 Arc::new(RelayChainRpcInterface::new(rpc_client)) as Arc<_>,340 ).await,340 None,341 ))342 }343 None => build_inprocess_relay_chain(341 None => build_inprocess_relay_chain(344 polkadot_config,342 polkadot_config,345 parachain_config,343 parachain_config,597 import_queue,595 import_queue,598 relay_chain_interface,596 relay_chain_interface,599 relay_chain_slot_duration,597 relay_chain_slot_duration,600 collator_options,601 };598 };602599603 start_full_node(params)?;600 start_full_node(params)?;631{628{632 let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?;629 let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?;630631 let block_import = ParachainBlockImport::new(client.clone());633632634 cumulus_client_consensus_aura::import_queue::<633 cumulus_client_consensus_aura::import_queue::<635 sp_consensus_aura::sr25519::AuthorityPair,634 sp_consensus_aura::sr25519::AuthorityPair,639 _,638 _,640 _,639 _,641 >(cumulus_client_consensus_aura::ImportQueueParams {640 >(cumulus_client_consensus_aura::ImportQueueParams {642 block_import: client.clone(),641 block_import,643 client: client.clone(),642 client: client.clone(),644 create_inherent_data_providers: move |_, _| async move {643 create_inherent_data_providers: move |_, _| async move {645 let time = sp_timestamp::InherentDataProvider::from_system_time();644 let time = sp_timestamp::InherentDataProvider::from_system_time();726 telemetry.clone(),725 telemetry.clone(),727 );726 );727728 let block_import = ParachainBlockImport::new(client.clone());728729729 Ok(AuraConsensus::build::<730 Ok(AuraConsensus::build::<730 sp_consensus_aura::sr25519::AuthorityPair,731 sp_consensus_aura::sr25519::AuthorityPair,763 Ok((slot, time, parachain_inherent))764 Ok((slot, time, parachain_inherent))764 }765 }765 },766 },766 block_import: client.clone(),767 block_import,767 para_client: client,768 para_client: client,768 backoff_authoring_blocks: Option::<()>::None,769 backoff_authoring_blocks: Option::<()>::None,769 sync_oracle,770 sync_oracle,node/rpc/Cargo.tomldiffbeforeafterboth13futures = { version = "0.3.17", features = ["compat"] }13futures = { version = "0.3.17", features = ["compat"] }14jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }14jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }15# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }15# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }16pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }19sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }19sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }20sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }20sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }21sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }21sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }22sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }22sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }23sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }23sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }24sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }24sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }25sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }25sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }26sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }26sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }27sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }27sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }28sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }28sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }29sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }29sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }30sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }30sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }31sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }31sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }32sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }32sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }33sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }33sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }34sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }34sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }35sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }35sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }36sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }36sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }37sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }37sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }38sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }38sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }39sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }39sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }40substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }40substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }41tokio = { version = "1.19.2", features = ["macros", "sync"] }41tokio = { version = "1.19.2", features = ["macros", "sync"] }424243pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }43pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }44fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }44fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }45fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }45fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }46fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }46fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }47fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }47fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }48fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }48fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }49fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }49fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }505051pallet-common = { default-features = false, path = "../../pallets/common" }51pallet-common = { default-features = false, path = "../../pallets/common" }52up-common = { path = "../../primitives/common" }52up-common = { path = "../../primitives/common" }pallets/app-promotion/Cargo.tomldiffbeforeafterboth50codec = { default-features = false, features = [50codec = { default-features = false, features = [51 'derive',51 'derive',52], package = 'parity-scale-codec', version = '3.1.2' }52], package = 'parity-scale-codec', version = '3.1.2' }53frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }53frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }54frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }54frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }55frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }55frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }56pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }56pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }57pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }57pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }58pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }58pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }59pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }59pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }60sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }60sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }61sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }61sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }62sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }62sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }63sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }63sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }64serde = { default-features = false, features = ['derive'], version = '1.0.130' }64serde = { default-features = false, features = ['derive'], version = '1.0.130' }656566################################################################################66################################################################################pallets/common/Cargo.tomldiffbeforeafterboth11version = '3.1.2'11version = '3.1.2'121213[dependencies]13[dependencies]14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }20fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }20fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }22pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }22pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }23evm-coder = { default-features = false, path = '../../crates/evm-coder' }23evm-coder = { default-features = false, path = '../../crates/evm-coder' }24ethereum = { version = "0.12.0", default-features = false }24ethereum = { version = "0.14.0", default-features = false }25pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }25pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }262627serde = { version = "1.0.130", default-features = false }27serde = { version = "1.0.130", default-features = false }28scale-info = { version = "2.0.1", default-features = false, features = [28scale-info = { version = "2.0.1", default-features = false, features = [pallets/configuration/Cargo.tomldiffbeforeafterboth10scale-info = { version = "2.0.1", default-features = false, features = [10scale-info = { version = "2.0.1", default-features = false, features = [11 "derive",11 "derive",12] }12] }13frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }13frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }14frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }19fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }19fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }20smallvec = "1.6.1"20smallvec = "1.6.1"212122[features]22[features]pallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth8scale-info = { version = "2.0.1", default-features = false, features = [8scale-info = { version = "2.0.1", default-features = false, features = [9 "derive",9 "derive",10] }10] }11sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }11sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }12sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }12sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }13ethereum = { version = "0.12.0", default-features = false }13ethereum = { version = "0.14.0", default-features = false }14evm-coder = { default-features = false, path = "../../crates/evm-coder" }14evm-coder = { default-features = false, path = "../../crates/evm-coder" }15pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }15pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }16pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }16pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }17frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }20up-data-structs = { default-features = false, path = "../../primitives/data-structs" }20up-data-structs = { default-features = false, path = "../../primitives/data-structs" }212122[dependencies.codec]22[dependencies.codec]pallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth9 "derive",9 "derive",10] }10] }11log = { default-features = false, version = "0.4.14" }11log = { default-features = false, version = "0.4.14" }12ethereum = { version = "0.12.0", default-features = false }12ethereum = { version = "0.14.0", default-features = false }131314# Substrate14# Substrate15frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }19sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }19sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }202021# Unique21# Unique22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }23fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }23fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }24up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.30" }24up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33" }252526# Locals26# Locals27evm-coder = { default-features = false, path = '../../crates/evm-coder' }27evm-coder = { default-features = false, path = '../../crates/evm-coder' }pallets/evm-migration/Cargo.tomldiffbeforeafterboth8scale-info = { version = "2.0.1", default-features = false, features = [8scale-info = { version = "2.0.1", default-features = false, features = [9 "derive",9 "derive",10] }10] }11ethereum = { version = "0.12.0", default-features = false }11ethereum = { version = "0.14.0", default-features = false }12frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }12frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }13frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }13frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }14frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }20fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }20fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }212122[dependencies.codec]22[dependencies.codec]23default-features = false23default-features = falsepallets/evm-transaction-payment/Cargo.tomldiffbeforeafterboth8scale-info = { version = "2.0.1", default-features = false, features = [8scale-info = { version = "2.0.1", default-features = false, features = [9 "derive",9 "derive",10] }10] }11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }13sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }13sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }18fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }18fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }19pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }19pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }20up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.30" }20up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33" }21fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }21fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }222223[dependencies.codec]23[dependencies.codec]24default-features = false24default-features = falsepallets/foreign-assets/Cargo.tomldiffbeforeafterboth13 "derive",13 "derive",14] }14] }15codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }15codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }16sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30", default-features = false }16sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }17sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30", default-features = false }17sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }18frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30", default-features = false }18frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }19frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30", default-features = false }19frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }20up-data-structs = { default-features = false, path = '../../primitives/data-structs' }20up-data-structs = { default-features = false, path = '../../primitives/data-structs' }21pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30", default-features = false }21pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }22pallet-common = { default-features = false, path = '../common' }22pallet-common = { default-features = false, path = '../common' }23pallet-fungible = { default-features = false, path = '../fungible' }23pallet-fungible = { default-features = false, path = '../fungible' }24xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.30", default-features = false }24xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.33", default-features = false }25xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.30", default-features = false }25xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.33", default-features = false }26xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.30", default-features = false }26xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.33", default-features = false }27orml-tokens.workspace = true27orml-tokens.workspace = true28frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }28frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }292930[dev-dependencies]30[dev-dependencies]31serde_json = "1.0.68"31serde_json = "1.0.68"32hex = { version = "0.4" }32hex = { version = "0.4" }33sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }33sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }34sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }34sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }35pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }35pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }36pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }36pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }373738[features]38[features]39default = ["std"]39default = ["std"]pallets/fungible/Cargo.tomldiffbeforeafterboth11version = '3.1.2'11version = '3.1.2'121213[dependencies]13[dependencies]14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }19pallet-common = { default-features = false, path = '../common' }19pallet-common = { default-features = false, path = '../common' }20pallet-structure = { default-features = false, path = '../structure' }20pallet-structure = { default-features = false, path = '../structure' }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }22evm-coder = { default-features = false, path = '../../crates/evm-coder' }22evm-coder = { default-features = false, path = '../../crates/evm-coder' }23pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }23pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }24ethereum = { version = "0.12.0", default-features = false }24ethereum = { version = "0.14.0", default-features = false }25frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }25frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }26pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }26pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }27scale-info = { version = "2.0.1", default-features = false, features = [27scale-info = { version = "2.0.1", default-features = false, features = [28 "derive",28 "derive",29] }29] }pallets/inflation/Cargo.tomldiffbeforeafterboth44default-features = false44default-features = false45optional = true45optional = true46git = "https://github.com/paritytech/substrate"46git = "https://github.com/paritytech/substrate"47branch = "polkadot-v0.9.30"47branch = "polkadot-v0.9.33"484849[dependencies.frame-support]49[dependencies.frame-support]50default-features = false50default-features = false51git = "https://github.com/paritytech/substrate"51git = "https://github.com/paritytech/substrate"52branch = "polkadot-v0.9.30"52branch = "polkadot-v0.9.33"535354[dependencies.frame-system]54[dependencies.frame-system]55default-features = false55default-features = false56git = "https://github.com/paritytech/substrate"56git = "https://github.com/paritytech/substrate"57branch = "polkadot-v0.9.30"57branch = "polkadot-v0.9.33"585859[dependencies.pallet-balances]59[dependencies.pallet-balances]60default-features = false60default-features = false61git = "https://github.com/paritytech/substrate"61git = "https://github.com/paritytech/substrate"62branch = "polkadot-v0.9.30"62branch = "polkadot-v0.9.33"636364[dependencies.pallet-timestamp]64[dependencies.pallet-timestamp]65default-features = false65default-features = false66git = "https://github.com/paritytech/substrate"66git = "https://github.com/paritytech/substrate"67branch = "polkadot-v0.9.30"67branch = "polkadot-v0.9.33"686869[dependencies.pallet-randomness-collective-flip]69[dependencies.pallet-randomness-collective-flip]70default-features = false70default-features = false71git = "https://github.com/paritytech/substrate"71git = "https://github.com/paritytech/substrate"72branch = "polkadot-v0.9.30"72branch = "polkadot-v0.9.33"737374[dependencies.sp-std]74[dependencies.sp-std]75default-features = false75default-features = false76git = "https://github.com/paritytech/substrate"76git = "https://github.com/paritytech/substrate"77branch = "polkadot-v0.9.30"77branch = "polkadot-v0.9.33"787879[dependencies.serde]79[dependencies.serde]80default-features = false80default-features = false84[dependencies.sp-runtime]84[dependencies.sp-runtime]85default-features = false85default-features = false86git = "https://github.com/paritytech/substrate"86git = "https://github.com/paritytech/substrate"87branch = "polkadot-v0.9.30"87branch = "polkadot-v0.9.33"888889[dependencies.sp-core]89[dependencies.sp-core]90default-features = false90default-features = false91git = "https://github.com/paritytech/substrate"91git = "https://github.com/paritytech/substrate"92branch = "polkadot-v0.9.30"92branch = "polkadot-v0.9.33"939394[dependencies.sp-io]94[dependencies.sp-io]95default-features = false95default-features = false96git = "https://github.com/paritytech/substrate"96git = "https://github.com/paritytech/substrate"97branch = "polkadot-v0.9.30"97branch = "polkadot-v0.9.33"989899[dependencies]99[dependencies]100scale-info = { version = "2.0.1", default-features = false, features = [100scale-info = { version = "2.0.1", default-features = false, features = [pallets/maintenance/Cargo.tomldiffbeforeafterboth12[dependencies]12[dependencies]13codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }13codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }14scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }14scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }15frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }191920[features]20[features]21default = ["std"]21default = ["std"]pallets/nonfungible/Cargo.tomldiffbeforeafterboth11version = '3.1.2'11version = '3.1.2'121213[dependencies]13[dependencies]14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }20pallet-common = { default-features = false, path = '../common' }20pallet-common = { default-features = false, path = '../common' }21pallet-structure = { default-features = false, path = '../structure' }21pallet-structure = { default-features = false, path = '../structure' }22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }23evm-coder = { default-features = false, path = '../../crates/evm-coder' }23evm-coder = { default-features = false, path = '../../crates/evm-coder' }24pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }24pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }25ethereum = { version = "0.12.0", default-features = false }25ethereum = { version = "0.14.0", default-features = false }26frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }26frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }27scale-info = { version = "2.0.1", default-features = false, features = [27scale-info = { version = "2.0.1", default-features = false, features = [28 "derive",28 "derive",29] }29] }pallets/proxy-rmrk-core/Cargo.tomldiffbeforeafterboth11version = '3.1.2'11version = '3.1.2'121213[dependencies]13[dependencies]14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }19pallet-common = { default-features = false, path = '../common' }19pallet-common = { default-features = false, path = '../common' }20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }21pallet-structure = { default-features = false, path = "../../pallets/structure" }21pallet-structure = { default-features = false, path = "../../pallets/structure" }22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }23pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }23pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }24frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }24frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }25rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }25rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }26scale-info = { version = "2.0.1", default-features = false, features = [26scale-info = { version = "2.0.1", default-features = false, features = [27 "derive",27 "derive",pallets/proxy-rmrk-equip/Cargo.tomldiffbeforeafterboth11version = '3.1.2'11version = '3.1.2'121213[dependencies]13[dependencies]14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }19pallet-common = { default-features = false, path = '../common' }19pallet-common = { default-features = false, path = '../common' }20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }23frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }23frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }24rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }24rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }25scale-info = { version = "2.0.1", default-features = false, features = [25scale-info = { version = "2.0.1", default-features = false, features = [26 "derive",26 "derive",pallets/refungible/Cargo.tomldiffbeforeafterboth11version = '3.1.2'11version = '3.1.2'121213[dependencies]13[dependencies]14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }20evm-coder = { default-features = false, path = '../../crates/evm-coder' }20evm-coder = { default-features = false, path = '../../crates/evm-coder' }21pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }21pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }22pallet-common = { default-features = false, path = '../common' }22pallet-common = { default-features = false, path = '../common' }23pallet-structure = { default-features = false, path = '../structure' }23pallet-structure = { default-features = false, path = '../structure' }24frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }24frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }252526struct-versioning = { path = "../../crates/struct-versioning" }26struct-versioning = { path = "../../crates/struct-versioning" }27up-data-structs = { default-features = false, path = '../../primitives/data-structs' }27up-data-structs = { default-features = false, path = '../../primitives/data-structs' }28ethereum = { version = "0.12.0", default-features = false }28ethereum = { version = "0.14.0", default-features = false }29scale-info = { version = "2.0.1", default-features = false, features = [29scale-info = { version = "2.0.1", default-features = false, features = [30 "derive",30 "derive",31] }31] }pallets/scheduler-v2/Cargo.tomldiffbeforeafterboth13codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }13codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }14log = { version = "0.4.17", default-features = false }14log = { version = "0.4.17", default-features = false }15scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }15scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }16frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }19sp-io = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }19sp-io = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }20sp-runtime = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }20sp-runtime = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }21sp-std = { version = "4.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }21sp-std = { version = "4.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }22sp-core = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }22sp-core = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }232324[dev-dependencies]24[dev-dependencies]25pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }25pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }26sp-core = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }26sp-core = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }27substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }27substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }282829[features]29[features]30default = ["std"]30default = ["std"]pallets/structure/Cargo.tomldiffbeforeafterboth4edition = "2021"4edition = "2021"556[dependencies]6[dependencies]7frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }7frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }8frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }8frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }9frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }9frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }10sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }10sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }11pallet-common = { path = "../common", default-features = false }11pallet-common = { path = "../common", default-features = false }12parity-scale-codec = { version = "3.1.2", default-features = false, features = [12parity-scale-codec = { version = "3.1.2", default-features = false, features = [13 "derive",13 "derive",16 "derive",16 "derive",17] }17] }18up-data-structs = { path = "../../primitives/data-structs", default-features = false }18up-data-structs = { path = "../../primitives/data-structs", default-features = false }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }202021[features]21[features]22default = ["std"]22default = ["std"]pallets/unique/Cargo.tomldiffbeforeafterboth61default-features = false61default-features = false62optional = true62optional = true63git = "https://github.com/paritytech/substrate"63git = "https://github.com/paritytech/substrate"64branch = "polkadot-v0.9.30"64branch = "polkadot-v0.9.33"656566[dependencies.frame-support]66[dependencies.frame-support]67default-features = false67default-features = false68git = "https://github.com/paritytech/substrate"68git = "https://github.com/paritytech/substrate"69branch = "polkadot-v0.9.30"69branch = "polkadot-v0.9.33"707071[dependencies.frame-system]71[dependencies.frame-system]72default-features = false72default-features = false73git = "https://github.com/paritytech/substrate"73git = "https://github.com/paritytech/substrate"74branch = "polkadot-v0.9.30"74branch = "polkadot-v0.9.33"757576[dependencies.sp-std]76[dependencies.sp-std]77default-features = false77default-features = false78git = "https://github.com/paritytech/substrate"78git = "https://github.com/paritytech/substrate"79branch = "polkadot-v0.9.30"79branch = "polkadot-v0.9.33"808081[dependencies.sp-runtime]81[dependencies.sp-runtime]82default-features = false82default-features = false83git = "https://github.com/paritytech/substrate"83git = "https://github.com/paritytech/substrate"84branch = "polkadot-v0.9.30"84branch = "polkadot-v0.9.33"858586[dependencies.sp-core]86[dependencies.sp-core]87default-features = false87default-features = false88git = "https://github.com/paritytech/substrate"88git = "https://github.com/paritytech/substrate"89branch = "polkadot-v0.9.30"89branch = "polkadot-v0.9.33"909091[dependencies.sp-io]91[dependencies.sp-io]92default-features = false92default-features = false93git = "https://github.com/paritytech/substrate"93git = "https://github.com/paritytech/substrate"94branch = "polkadot-v0.9.30"94branch = "polkadot-v0.9.33"959596################################################################################96################################################################################97# Local Dependencies97# Local Dependencies100scale-info = { version = "2.0.1", default-features = false, features = [100scale-info = { version = "2.0.1", default-features = false, features = [101 "derive",101 "derive",102] }102] }103pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }103pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }104pallet-common = { default-features = false, path = "../common" }104pallet-common = { default-features = false, path = "../common" }105evm-coder = { default-features = false, path = '../../crates/evm-coder' }105evm-coder = { default-features = false, path = '../../crates/evm-coder' }106pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }106pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }primitives/app_promotion_rpc/Cargo.tomldiffbeforeafterboth10codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [10codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [11 "derive",11 "derive",12] }12] }13sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }13sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }181819[features]19[features]20default = ["std"]20default = ["std"]primitives/common/Cargo.tomldiffbeforeafterboth6license = 'All Rights Reserved'6license = 'All Rights Reserved'7name = 'up-common'7name = 'up-common'8repository = 'https://github.com/UniqueNetwork/unique-chain'8repository = 'https://github.com/UniqueNetwork/unique-chain'9version = "0.9.30"9version = "0.9.33"101011[features]11[features]12default = ['std']12default = ['std']17 'sp-core/std',17 'sp-core/std',18 'sp-consensus-aura/std',18 'sp-consensus-aura/std',19 'fp-rpc/std',19 'fp-rpc/std',20 'cumulus-primitives-core/std',20 'pallet-evm/std',21 'pallet-evm/std',21]22]222323[dependencies.sp-std]24[dependencies.sp-std]24default-features = false25default-features = false25git = "https://github.com/paritytech/substrate"26git = "https://github.com/paritytech/substrate"26branch = "polkadot-v0.9.30"27branch = "polkadot-v0.9.33"272828[dependencies.frame-support]29[dependencies.frame-support]29default-features = false30default-features = false30git = "https://github.com/paritytech/substrate"31git = "https://github.com/paritytech/substrate"31branch = "polkadot-v0.9.30"32branch = "polkadot-v0.9.33"323333[dependencies.sp-runtime]34[dependencies.sp-runtime]34default-features = false35default-features = false35git = "https://github.com/paritytech/substrate"36git = "https://github.com/paritytech/substrate"36branch = "polkadot-v0.9.30"37branch = "polkadot-v0.9.33"373838[dependencies.sp-core]39[dependencies.sp-core]39default-features = false40default-features = false40git = "https://github.com/paritytech/substrate"41git = "https://github.com/paritytech/substrate"41branch = "polkadot-v0.9.30"42branch = "polkadot-v0.9.33"424343[dependencies.sp-consensus-aura]44[dependencies.sp-consensus-aura]44default-features = false45default-features = false45git = "https://github.com/paritytech/substrate"46git = "https://github.com/paritytech/substrate"46branch = "polkadot-v0.9.30"47branch = "polkadot-v0.9.33"474848[dependencies.fp-rpc]49[dependencies.fp-rpc]49default-features = false50default-features = false50git = "https://github.com/uniquenetwork/frontier"51git = "https://github.com/uniquenetwork/frontier"51branch = "unique-polkadot-v0.9.30-2"52branch = "unique-polkadot-v0.9.33"5354[dependencies.cumulus-primitives-core]55default-features = false56git = "https://github.com/paritytech/cumulus"57branch = "polkadot-v0.9.33"525853[dependencies.pallet-evm]59[dependencies.pallet-evm]54default-features = false60default-features = false55git = "https://github.com/uniquenetwork/frontier"61git = "https://github.com/uniquenetwork/frontier"56branch = "unique-polkadot-v0.9.30-2"62branch = "unique-polkadot-v0.9.33"5763primitives/common/src/constants.rsdiffbeforeafterboth19 parameter_types,19 parameter_types,20 weights::{Weight, constants::WEIGHT_PER_SECOND},20 weights::{Weight, constants::WEIGHT_PER_SECOND},21};21};22use cumulus_primitives_core::relay_chain::v2::MAX_POV_SIZE;22use crate::types::{BlockNumber, Balance};23use crate::types::{BlockNumber, Balance};232424pub const MILLISECS_PER_BLOCK: u64 = 12000;25pub const MILLISECS_PER_BLOCK: u64 = 12000;42pub const UNIQUE: Balance = 100 * CENTIUNIQUE;43pub const UNIQUE: Balance = 100 * CENTIUNIQUE;434444// Targeting 0.1 UNQ per transfer45// Targeting 0.1 UNQ per transfer45pub const WEIGHT_TO_FEE_COEFF: u32 = /*<weight2fee>*/207_163_598/*</weight2fee>*/;46pub const WEIGHT_TO_FEE_COEFF: u32 = /*<weight2fee>*/175_199_920/*</weight2fee>*/;464747// Targeting 0.15 UNQ per transfer via ETH48// Targeting 0.15 UNQ per transfer via ETH48pub const MIN_GAS_PRICE: u64 = /*<mingasprice>*/1_019_483_274_941/*</mingasprice>*/;49pub const MIN_GAS_PRICE: u64 = /*<mingasprice>*/1_014_919_410_810/*</mingasprice>*/;495050/// We assume that ~10% of the block weight is consumed by `on_initalize` handlers.51/// We assume that ~10% of the block weight is consumed by `on_initalize` handlers.51/// This is used to limit the maximal weight of a single extrinsic.52/// This is used to limit the maximal weight of a single extrinsic.56/// We allow for 2 seconds of compute with a 6 second average block time.57/// We allow for 2 seconds of compute with a 6 second average block time.57pub const MAXIMUM_BLOCK_WEIGHT: Weight = WEIGHT_PER_SECOND.saturating_div(2);58pub const MAXIMUM_BLOCK_WEIGHT: Weight = WEIGHT_PER_SECOND59 .saturating_div(2)60 .set_proof_size(MAX_POV_SIZE as u64);586159parameter_types! {62parameter_types! {60 pub const TransactionByteFee: Balance = 501 * MICROUNIQUE;63 pub const TransactionByteFee: Balance = 501 * MICROUNIQUE;primitives/data-structs/Cargo.tomldiffbeforeafterboth18serde = { version = "1.0.130", features = [18serde = { version = "1.0.130", features = [19 'derive',19 'derive',20], default-features = false, optional = true }20], default-features = false, optional = true }21frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }21frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }22frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }22frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }23sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }23sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }24sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }24sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }25sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }25sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }26derivative = { version = "2.2.0", features = ["use_core"] }26derivative = { version = "2.2.0", features = ["use_core"] }27struct-versioning = { path = "../../crates/struct-versioning" }27struct-versioning = { path = "../../crates/struct-versioning" }28pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }28pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }29rmrk-traits = { default-features = false, path = "../rmrk-traits" }29rmrk-traits = { default-features = false, path = "../rmrk-traits" }30bondrewd = { version = "0.1.14", features = [30bondrewd = { version = "0.1.14", features = [31 "derive",31 "derive",primitives/rmrk-rpc/Cargo.tomldiffbeforeafterboth8codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = [8codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = [9 "derive",9 "derive",10] }10] }11sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }11sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }12sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }12sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }13sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }13sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }14sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15serde = { version = "1.0.130", default-features = false, features = ["derive"] }15serde = { version = "1.0.130", default-features = false, features = ["derive"] }16rmrk-traits = { default-features = false, path = "../rmrk-traits" }16rmrk-traits = { default-features = false, path = "../rmrk-traits" }1717primitives/rpc/Cargo.tomldiffbeforeafterboth10codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [10codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [11 "derive",11 "derive",12] }12] }13sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }13sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }181819[features]19[features]20default = ["std"]20default = ["std"]runtime/common/config/orml.rsdiffbeforeafterboth95 }95 }96}96}9798pub struct CurrencyHooks;99impl orml_traits::currency::MutationHooks<AccountId, CurrencyId, Balance> for CurrencyHooks {100 type OnDust = orml_tokens::TransferDust<Runtime, TreasuryAccountId>;101 type OnSlash = ();102 type PreTransfer = ();103 type PostTransfer = ();104 type PreDeposit = ();105 type PostDeposit = ();106 type OnNewTokenAccount = ();107 type OnKilledTokenAccount = ();108}9710998impl orml_vesting::Config for Runtime {110impl orml_vesting::Config for Runtime {99 type RuntimeEvent = RuntimeEvent;111 type RuntimeEvent = RuntimeEvent;112 type CurrencyId = CurrencyId;124 type CurrencyId = CurrencyId;113 type WeightInfo = ();125 type WeightInfo = ();114 type ExistentialDeposits = ExistentialDeposits;126 type ExistentialDeposits = ExistentialDeposits;115 type OnDust = orml_tokens::TransferDust<Runtime, TreasuryAccountId>;127 type CurrencyHooks = CurrencyHooks;116 type OnSlash = ();117 type OnTransfer = ();118 type OnDeposit = ();119 type MaxLocks = MaxLocks;128 type MaxLocks = MaxLocks;120 type MaxReserves = MaxReserves;129 type MaxReserves = MaxReserves;121 // TODO: Add all module accounts130 // TODO: Add all module accounts122 type DustRemovalWhitelist = DustRemovalWhitelist;131 type DustRemovalWhitelist = DustRemovalWhitelist;123 /// The id type for named reserves.132 /// The id type for named reserves.124 type ReserveIdentifier = ();133 type ReserveIdentifier = ();125 type OnNewTokenAccount = ();126 type OnKilledTokenAccount = ();127}134}128135129impl orml_xtokens::Config for Runtime {136impl orml_xtokens::Config for Runtime {runtime/opal/Cargo.tomldiffbeforeafterboth12license = 'GPLv3'12license = 'GPLv3'13name = 'opal-runtime'13name = 'opal-runtime'14repository = 'https://github.com/UniqueNetwork/unique-chain'14repository = 'https://github.com/UniqueNetwork/unique-chain'15version = "0.9.30"15version = "0.9.33"161617[package.metadata.docs.rs]17[package.metadata.docs.rs]18targets = ['x86_64-unknown-linux-gnu']18targets = ['x86_64-unknown-linux-gnu']49]49]50try-runtime = [50try-runtime = [51 'frame-try-runtime',51 'frame-try-runtime',52 'frame-try-runtime?/try-runtime',52 'frame-executive/try-runtime',53 'frame-executive/try-runtime',53 'frame-support/try-runtime',54 'frame-support/try-runtime',54 'frame-system/try-runtime',55 'frame-system/try-runtime',83 'pallet-app-promotion/try-runtime',84 'pallet-app-promotion/try-runtime',84 'pallet-foreign-assets/try-runtime',85 'pallet-foreign-assets/try-runtime',85 'pallet-ethereum/try-runtime',86 'pallet-ethereum/try-runtime',87 'pallet-evm/try-runtime',86 'pallet-evm-coder-substrate/try-runtime',88 'pallet-evm-coder-substrate/try-runtime',87 'pallet-evm-contract-helpers/try-runtime',89 'pallet-evm-contract-helpers/try-runtime',88 'pallet-evm-transaction-payment/try-runtime',90 'pallet-evm-transaction-payment/try-runtime',89 'pallet-evm-migration/try-runtime',91 'pallet-evm-migration/try-runtime',92 'pallet-base-fee/try-runtime',93 'pallet-unique-scheduler-v2/try-runtime',90 'pallet-maintenance/try-runtime',94 'pallet-maintenance/try-runtime',91 'pallet-test-utils?/try-runtime',95 'pallet-test-utils?/try-runtime',92]96]202default-features = false206default-features = false203git = "https://github.com/paritytech/substrate"207git = "https://github.com/paritytech/substrate"204optional = true208optional = true205branch = "polkadot-v0.9.30"209branch = "polkadot-v0.9.33"206210207[dependencies.frame-try-runtime]211[dependencies.frame-try-runtime]208default-features = false212default-features = false209git = "https://github.com/paritytech/substrate"213git = "https://github.com/paritytech/substrate"210optional = true214optional = true211branch = "polkadot-v0.9.30"215branch = "polkadot-v0.9.33"212216213[dependencies.frame-executive]217[dependencies.frame-executive]214default-features = false218default-features = false215git = "https://github.com/paritytech/substrate"219git = "https://github.com/paritytech/substrate"216branch = "polkadot-v0.9.30"220branch = "polkadot-v0.9.33"217221218[dependencies.frame-support]222[dependencies.frame-support]219default-features = false223default-features = false220git = "https://github.com/paritytech/substrate"224git = "https://github.com/paritytech/substrate"221branch = "polkadot-v0.9.30"225branch = "polkadot-v0.9.33"222226223[dependencies.frame-system]227[dependencies.frame-system]224default-features = false228default-features = false225git = "https://github.com/paritytech/substrate"229git = "https://github.com/paritytech/substrate"226branch = "polkadot-v0.9.30"230branch = "polkadot-v0.9.33"227231228[dependencies.frame-system-benchmarking]232[dependencies.frame-system-benchmarking]229default-features = false233default-features = false230git = "https://github.com/paritytech/substrate"234git = "https://github.com/paritytech/substrate"231optional = true235optional = true232branch = "polkadot-v0.9.30"236branch = "polkadot-v0.9.33"233237234[dependencies.frame-system-rpc-runtime-api]238[dependencies.frame-system-rpc-runtime-api]235default-features = false239default-features = false236git = "https://github.com/paritytech/substrate"240git = "https://github.com/paritytech/substrate"237branch = "polkadot-v0.9.30"241branch = "polkadot-v0.9.33"238242239[dependencies.hex-literal]243[dependencies.hex-literal]240optional = true244optional = true249[dependencies.pallet-aura]253[dependencies.pallet-aura]250default-features = false254default-features = false251git = "https://github.com/paritytech/substrate"255git = "https://github.com/paritytech/substrate"252branch = "polkadot-v0.9.30"256branch = "polkadot-v0.9.33"253257254[dependencies.pallet-balances]258[dependencies.pallet-balances]255default-features = false259default-features = false256git = "https://github.com/paritytech/substrate"260git = "https://github.com/paritytech/substrate"257branch = "polkadot-v0.9.30"261branch = "polkadot-v0.9.33"258262259# Contracts specific packages263# Contracts specific packages260# [dependencies.pallet-contracts]264# [dependencies.pallet-contracts]278[dependencies.pallet-randomness-collective-flip]282[dependencies.pallet-randomness-collective-flip]279default-features = false283default-features = false280git = "https://github.com/paritytech/substrate"284git = "https://github.com/paritytech/substrate"281branch = "polkadot-v0.9.30"285branch = "polkadot-v0.9.33"282286283[dependencies.pallet-sudo]287[dependencies.pallet-sudo]284default-features = false288default-features = false285git = "https://github.com/paritytech/substrate"289git = "https://github.com/paritytech/substrate"286branch = "polkadot-v0.9.30"290branch = "polkadot-v0.9.33"287291288[dependencies.pallet-timestamp]292[dependencies.pallet-timestamp]289default-features = false293default-features = false290git = "https://github.com/paritytech/substrate"294git = "https://github.com/paritytech/substrate"291branch = "polkadot-v0.9.30"295branch = "polkadot-v0.9.33"292296293[dependencies.pallet-transaction-payment]297[dependencies.pallet-transaction-payment]294default-features = false298default-features = false295git = "https://github.com/paritytech/substrate"299git = "https://github.com/paritytech/substrate"296branch = "polkadot-v0.9.30"300branch = "polkadot-v0.9.33"297301298[dependencies.pallet-transaction-payment-rpc-runtime-api]302[dependencies.pallet-transaction-payment-rpc-runtime-api]299default-features = false303default-features = false300git = "https://github.com/paritytech/substrate"304git = "https://github.com/paritytech/substrate"301branch = "polkadot-v0.9.30"305branch = "polkadot-v0.9.33"302306303[dependencies.pallet-treasury]307[dependencies.pallet-treasury]304default-features = false308default-features = false305git = "https://github.com/paritytech/substrate"309git = "https://github.com/paritytech/substrate"306branch = "polkadot-v0.9.30"310branch = "polkadot-v0.9.33"307311308[dependencies.sp-arithmetic]312[dependencies.sp-arithmetic]309default-features = false313default-features = false310git = "https://github.com/paritytech/substrate"314git = "https://github.com/paritytech/substrate"311branch = "polkadot-v0.9.30"315branch = "polkadot-v0.9.33"312316313[dependencies.sp-api]317[dependencies.sp-api]314default-features = false318default-features = false315git = "https://github.com/paritytech/substrate"319git = "https://github.com/paritytech/substrate"316branch = "polkadot-v0.9.30"320branch = "polkadot-v0.9.33"317321318[dependencies.sp-block-builder]322[dependencies.sp-block-builder]319default-features = false323default-features = false320git = "https://github.com/paritytech/substrate"324git = "https://github.com/paritytech/substrate"321branch = "polkadot-v0.9.30"325branch = "polkadot-v0.9.33"322326323[dependencies.sp-core]327[dependencies.sp-core]324default-features = false328default-features = false325git = "https://github.com/paritytech/substrate"329git = "https://github.com/paritytech/substrate"326branch = "polkadot-v0.9.30"330branch = "polkadot-v0.9.33"327331328[dependencies.sp-consensus-aura]332[dependencies.sp-consensus-aura]329default-features = false333default-features = false330git = "https://github.com/paritytech/substrate"334git = "https://github.com/paritytech/substrate"331branch = "polkadot-v0.9.30"335branch = "polkadot-v0.9.33"332336333[dependencies.sp-inherents]337[dependencies.sp-inherents]334default-features = false338default-features = false335git = "https://github.com/paritytech/substrate"339git = "https://github.com/paritytech/substrate"336branch = "polkadot-v0.9.30"340branch = "polkadot-v0.9.33"337341338[dependencies.sp-io]342[dependencies.sp-io]339default-features = false343default-features = false340git = "https://github.com/paritytech/substrate"344git = "https://github.com/paritytech/substrate"341branch = "polkadot-v0.9.30"345branch = "polkadot-v0.9.33"342346343[dependencies.sp-offchain]347[dependencies.sp-offchain]344default-features = false348default-features = false345git = "https://github.com/paritytech/substrate"349git = "https://github.com/paritytech/substrate"346branch = "polkadot-v0.9.30"350branch = "polkadot-v0.9.33"347351348[dependencies.sp-runtime]352[dependencies.sp-runtime]349default-features = false353default-features = false350git = "https://github.com/paritytech/substrate"354git = "https://github.com/paritytech/substrate"351branch = "polkadot-v0.9.30"355branch = "polkadot-v0.9.33"352356353[dependencies.sp-session]357[dependencies.sp-session]354default-features = false358default-features = false355git = "https://github.com/paritytech/substrate"359git = "https://github.com/paritytech/substrate"356branch = "polkadot-v0.9.30"360branch = "polkadot-v0.9.33"357361358[dependencies.sp-std]362[dependencies.sp-std]359default-features = false363default-features = false360git = "https://github.com/paritytech/substrate"364git = "https://github.com/paritytech/substrate"361branch = "polkadot-v0.9.30"365branch = "polkadot-v0.9.33"362366363[dependencies.sp-transaction-pool]367[dependencies.sp-transaction-pool]364default-features = false368default-features = false365git = "https://github.com/paritytech/substrate"369git = "https://github.com/paritytech/substrate"366branch = "polkadot-v0.9.30"370branch = "polkadot-v0.9.33"367371368[dependencies.sp-version]372[dependencies.sp-version]369default-features = false373default-features = false370git = "https://github.com/paritytech/substrate"374git = "https://github.com/paritytech/substrate"371branch = "polkadot-v0.9.30"375branch = "polkadot-v0.9.33"372376373[dependencies.smallvec]377[dependencies.smallvec]374version = '1.6.1'378version = '1.6.1'379[dependencies.parachain-info]383[dependencies.parachain-info]380default-features = false384default-features = false381git = "https://github.com/paritytech/cumulus"385git = "https://github.com/paritytech/cumulus"382branch = "polkadot-v0.9.30"386branch = "polkadot-v0.9.33"383387384[dependencies.cumulus-pallet-aura-ext]388[dependencies.cumulus-pallet-aura-ext]385git = "https://github.com/paritytech/cumulus"389git = "https://github.com/paritytech/cumulus"386branch = "polkadot-v0.9.30"390branch = "polkadot-v0.9.33"387default-features = false391default-features = false388392389[dependencies.cumulus-pallet-parachain-system]393[dependencies.cumulus-pallet-parachain-system]390git = "https://github.com/paritytech/cumulus"394git = "https://github.com/paritytech/cumulus"391branch = "polkadot-v0.9.30"395branch = "polkadot-v0.9.33"392default-features = false396default-features = false393397394[dependencies.cumulus-primitives-core]398[dependencies.cumulus-primitives-core]395git = "https://github.com/paritytech/cumulus"399git = "https://github.com/paritytech/cumulus"396branch = "polkadot-v0.9.30"400branch = "polkadot-v0.9.33"397default-features = false401default-features = false398402399[dependencies.cumulus-pallet-xcm]403[dependencies.cumulus-pallet-xcm]400git = "https://github.com/paritytech/cumulus"404git = "https://github.com/paritytech/cumulus"401branch = "polkadot-v0.9.30"405branch = "polkadot-v0.9.33"402default-features = false406default-features = false403407404[dependencies.cumulus-pallet-dmp-queue]408[dependencies.cumulus-pallet-dmp-queue]405git = "https://github.com/paritytech/cumulus"409git = "https://github.com/paritytech/cumulus"406branch = "polkadot-v0.9.30"410branch = "polkadot-v0.9.33"407default-features = false411default-features = false408412409[dependencies.cumulus-pallet-xcmp-queue]413[dependencies.cumulus-pallet-xcmp-queue]410git = "https://github.com/paritytech/cumulus"414git = "https://github.com/paritytech/cumulus"411branch = "polkadot-v0.9.30"415branch = "polkadot-v0.9.33"412default-features = false416default-features = false413417414[dependencies.cumulus-primitives-utility]418[dependencies.cumulus-primitives-utility]415git = "https://github.com/paritytech/cumulus"419git = "https://github.com/paritytech/cumulus"416branch = "polkadot-v0.9.30"420branch = "polkadot-v0.9.33"417default-features = false421default-features = false418422419[dependencies.cumulus-primitives-timestamp]423[dependencies.cumulus-primitives-timestamp]420git = "https://github.com/paritytech/cumulus"424git = "https://github.com/paritytech/cumulus"421branch = "polkadot-v0.9.30"425branch = "polkadot-v0.9.33"422default-features = false426default-features = false423427424################################################################################428################################################################################425# Polkadot dependencies429# Polkadot dependencies426430427[dependencies.polkadot-parachain]431[dependencies.polkadot-parachain]428git = "https://github.com/paritytech/polkadot"432git = "https://github.com/paritytech/polkadot"429branch = "release-v0.9.30"433branch = "release-v0.9.33"430default-features = false434default-features = false431435432[dependencies.xcm]436[dependencies.xcm]433git = "https://github.com/paritytech/polkadot"437git = "https://github.com/paritytech/polkadot"434branch = "release-v0.9.30"438branch = "release-v0.9.33"435default-features = false439default-features = false436440437[dependencies.xcm-builder]441[dependencies.xcm-builder]438git = "https://github.com/paritytech/polkadot"442git = "https://github.com/paritytech/polkadot"439branch = "release-v0.9.30"443branch = "release-v0.9.33"440default-features = false444default-features = false441445442[dependencies.xcm-executor]446[dependencies.xcm-executor]443git = "https://github.com/paritytech/polkadot"447git = "https://github.com/paritytech/polkadot"444branch = "release-v0.9.30"448branch = "release-v0.9.33"445default-features = false449default-features = false446450447[dependencies.pallet-xcm]451[dependencies.pallet-xcm]448git = "https://github.com/paritytech/polkadot"452git = "https://github.com/paritytech/polkadot"449branch = "release-v0.9.30"453branch = "release-v0.9.33"450default-features = false454default-features = false451455452################################################################################456################################################################################468up-rpc = { path = "../../primitives/rpc", default-features = false }472up-rpc = { path = "../../primitives/rpc", default-features = false }469app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }473app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }470rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }474rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }471fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }475fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }472pallet-inflation = { path = '../../pallets/inflation', default-features = false }476pallet-inflation = { path = '../../pallets/inflation', default-features = false }473pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }477pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }474up-data-structs = { path = '../../primitives/data-structs', default-features = false }478up-data-structs = { path = '../../primitives/data-structs', default-features = false }480pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }484pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }481pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }485pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }482pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }486pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }483pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.30", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }487pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }484pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }488pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }485pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }489pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }486pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }490pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }487pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }491pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }488pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }492pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }489pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }493pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }490pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }494pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }491pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }495pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }492fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }496fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }493fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }497fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }494evm-coder = { default-features = false, path = '../../crates/evm-coder' }498evm-coder = { default-features = false, path = '../../crates/evm-coder' }495up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.30' }499up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.33' }496pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }500pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }497pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }501pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }498502517521518[build-dependencies.substrate-wasm-builder]522[build-dependencies.substrate-wasm-builder]519git = "https://github.com/paritytech/substrate"523git = "https://github.com/paritytech/substrate"520branch = "polkadot-v0.9.30"524branch = "polkadot-v0.9.33"521525runtime/opal/src/lib.rsdiffbeforeafterboth57 spec_name: create_runtime_str!(RUNTIME_NAME),57 spec_name: create_runtime_str!(RUNTIME_NAME),58 impl_name: create_runtime_str!(RUNTIME_NAME),58 impl_name: create_runtime_str!(RUNTIME_NAME),59 authoring_version: 1,59 authoring_version: 1,60 spec_version: 930032,60 spec_version: 933032,61 impl_version: 0,61 impl_version: 0,62 apis: RUNTIME_API_VERSIONS,62 apis: RUNTIME_API_VERSIONS,63 transaction_version: 2,63 transaction_version: 2,runtime/quartz/Cargo.tomldiffbeforeafterboth12license = 'GPLv3'12license = 'GPLv3'13name = 'quartz-runtime'13name = 'quartz-runtime'14repository = 'https://github.com/UniqueNetwork/unique-chain'14repository = 'https://github.com/UniqueNetwork/unique-chain'15version = '0.9.30'15version = '0.9.33'161617[package.metadata.docs.rs]17[package.metadata.docs.rs]18targets = ['x86_64-unknown-linux-gnu']18targets = ['x86_64-unknown-linux-gnu']186default-features = false186default-features = false187git = "https://github.com/paritytech/substrate"187git = "https://github.com/paritytech/substrate"188optional = true188optional = true189branch = "polkadot-v0.9.30"189branch = "polkadot-v0.9.33"190190191[dependencies.frame-try-runtime]191[dependencies.frame-try-runtime]192default-features = false192default-features = false193git = "https://github.com/paritytech/substrate"193git = "https://github.com/paritytech/substrate"194optional = true194optional = true195branch = "polkadot-v0.9.30"195branch = "polkadot-v0.9.33"196196197[dependencies.frame-executive]197[dependencies.frame-executive]198default-features = false198default-features = false199git = "https://github.com/paritytech/substrate"199git = "https://github.com/paritytech/substrate"200branch = "polkadot-v0.9.30"200branch = "polkadot-v0.9.33"201201202[dependencies.frame-support]202[dependencies.frame-support]203default-features = false203default-features = false204git = "https://github.com/paritytech/substrate"204git = "https://github.com/paritytech/substrate"205branch = "polkadot-v0.9.30"205branch = "polkadot-v0.9.33"206206207[dependencies.frame-system]207[dependencies.frame-system]208default-features = false208default-features = false209git = "https://github.com/paritytech/substrate"209git = "https://github.com/paritytech/substrate"210branch = "polkadot-v0.9.30"210branch = "polkadot-v0.9.33"211211212[dependencies.frame-system-benchmarking]212[dependencies.frame-system-benchmarking]213default-features = false213default-features = false214git = "https://github.com/paritytech/substrate"214git = "https://github.com/paritytech/substrate"215optional = true215optional = true216branch = "polkadot-v0.9.30"216branch = "polkadot-v0.9.33"217217218[dependencies.frame-system-rpc-runtime-api]218[dependencies.frame-system-rpc-runtime-api]219default-features = false219default-features = false220git = "https://github.com/paritytech/substrate"220git = "https://github.com/paritytech/substrate"221branch = "polkadot-v0.9.30"221branch = "polkadot-v0.9.33"222222223[dependencies.hex-literal]223[dependencies.hex-literal]224optional = true224optional = true233[dependencies.pallet-aura]233[dependencies.pallet-aura]234default-features = false234default-features = false235git = "https://github.com/paritytech/substrate"235git = "https://github.com/paritytech/substrate"236branch = "polkadot-v0.9.30"236branch = "polkadot-v0.9.33"237237238[dependencies.pallet-balances]238[dependencies.pallet-balances]239default-features = false239default-features = false240git = "https://github.com/paritytech/substrate"240git = "https://github.com/paritytech/substrate"241branch = "polkadot-v0.9.30"241branch = "polkadot-v0.9.33"242242243# Contracts specific packages243# Contracts specific packages244# [dependencies.pallet-contracts]244# [dependencies.pallet-contracts]262[dependencies.pallet-randomness-collective-flip]262[dependencies.pallet-randomness-collective-flip]263default-features = false263default-features = false264git = "https://github.com/paritytech/substrate"264git = "https://github.com/paritytech/substrate"265branch = "polkadot-v0.9.30"265branch = "polkadot-v0.9.33"266266267[dependencies.pallet-sudo]267[dependencies.pallet-sudo]268default-features = false268default-features = false269git = "https://github.com/paritytech/substrate"269git = "https://github.com/paritytech/substrate"270branch = "polkadot-v0.9.30"270branch = "polkadot-v0.9.33"271271272[dependencies.pallet-timestamp]272[dependencies.pallet-timestamp]273default-features = false273default-features = false274git = "https://github.com/paritytech/substrate"274git = "https://github.com/paritytech/substrate"275branch = "polkadot-v0.9.30"275branch = "polkadot-v0.9.33"276276277[dependencies.pallet-transaction-payment]277[dependencies.pallet-transaction-payment]278default-features = false278default-features = false279git = "https://github.com/paritytech/substrate"279git = "https://github.com/paritytech/substrate"280branch = "polkadot-v0.9.30"280branch = "polkadot-v0.9.33"281281282[dependencies.pallet-transaction-payment-rpc-runtime-api]282[dependencies.pallet-transaction-payment-rpc-runtime-api]283default-features = false283default-features = false284git = "https://github.com/paritytech/substrate"284git = "https://github.com/paritytech/substrate"285branch = "polkadot-v0.9.30"285branch = "polkadot-v0.9.33"286286287[dependencies.pallet-treasury]287[dependencies.pallet-treasury]288default-features = false288default-features = false289git = "https://github.com/paritytech/substrate"289git = "https://github.com/paritytech/substrate"290branch = "polkadot-v0.9.30"290branch = "polkadot-v0.9.33"291291292[dependencies.sp-arithmetic]292[dependencies.sp-arithmetic]293default-features = false293default-features = false294git = "https://github.com/paritytech/substrate"294git = "https://github.com/paritytech/substrate"295branch = "polkadot-v0.9.30"295branch = "polkadot-v0.9.33"296296297[dependencies.sp-api]297[dependencies.sp-api]298default-features = false298default-features = false299git = "https://github.com/paritytech/substrate"299git = "https://github.com/paritytech/substrate"300branch = "polkadot-v0.9.30"300branch = "polkadot-v0.9.33"301301302[dependencies.sp-block-builder]302[dependencies.sp-block-builder]303default-features = false303default-features = false304git = "https://github.com/paritytech/substrate"304git = "https://github.com/paritytech/substrate"305branch = "polkadot-v0.9.30"305branch = "polkadot-v0.9.33"306306307[dependencies.sp-core]307[dependencies.sp-core]308default-features = false308default-features = false309git = "https://github.com/paritytech/substrate"309git = "https://github.com/paritytech/substrate"310branch = "polkadot-v0.9.30"310branch = "polkadot-v0.9.33"311311312[dependencies.sp-consensus-aura]312[dependencies.sp-consensus-aura]313default-features = false313default-features = false314git = "https://github.com/paritytech/substrate"314git = "https://github.com/paritytech/substrate"315branch = "polkadot-v0.9.30"315branch = "polkadot-v0.9.33"316316317[dependencies.sp-inherents]317[dependencies.sp-inherents]318default-features = false318default-features = false319git = "https://github.com/paritytech/substrate"319git = "https://github.com/paritytech/substrate"320branch = "polkadot-v0.9.30"320branch = "polkadot-v0.9.33"321321322[dependencies.sp-io]322[dependencies.sp-io]323default-features = false323default-features = false324git = "https://github.com/paritytech/substrate"324git = "https://github.com/paritytech/substrate"325branch = "polkadot-v0.9.30"325branch = "polkadot-v0.9.33"326326327[dependencies.sp-offchain]327[dependencies.sp-offchain]328default-features = false328default-features = false329git = "https://github.com/paritytech/substrate"329git = "https://github.com/paritytech/substrate"330branch = "polkadot-v0.9.30"330branch = "polkadot-v0.9.33"331331332[dependencies.sp-runtime]332[dependencies.sp-runtime]333default-features = false333default-features = false334git = "https://github.com/paritytech/substrate"334git = "https://github.com/paritytech/substrate"335branch = "polkadot-v0.9.30"335branch = "polkadot-v0.9.33"336336337[dependencies.sp-session]337[dependencies.sp-session]338default-features = false338default-features = false339git = "https://github.com/paritytech/substrate"339git = "https://github.com/paritytech/substrate"340branch = "polkadot-v0.9.30"340branch = "polkadot-v0.9.33"341341342[dependencies.sp-std]342[dependencies.sp-std]343default-features = false343default-features = false344git = "https://github.com/paritytech/substrate"344git = "https://github.com/paritytech/substrate"345branch = "polkadot-v0.9.30"345branch = "polkadot-v0.9.33"346346347[dependencies.sp-transaction-pool]347[dependencies.sp-transaction-pool]348default-features = false348default-features = false349git = "https://github.com/paritytech/substrate"349git = "https://github.com/paritytech/substrate"350branch = "polkadot-v0.9.30"350branch = "polkadot-v0.9.33"351351352[dependencies.sp-version]352[dependencies.sp-version]353default-features = false353default-features = false354git = "https://github.com/paritytech/substrate"354git = "https://github.com/paritytech/substrate"355branch = "polkadot-v0.9.30"355branch = "polkadot-v0.9.33"356356357[dependencies.smallvec]357[dependencies.smallvec]358version = '1.6.1'358version = '1.6.1'363[dependencies.parachain-info]363[dependencies.parachain-info]364default-features = false364default-features = false365git = "https://github.com/paritytech/cumulus"365git = "https://github.com/paritytech/cumulus"366branch = "polkadot-v0.9.30"366branch = "polkadot-v0.9.33"367367368[dependencies.cumulus-pallet-aura-ext]368[dependencies.cumulus-pallet-aura-ext]369git = "https://github.com/paritytech/cumulus"369git = "https://github.com/paritytech/cumulus"370branch = "polkadot-v0.9.30"370branch = "polkadot-v0.9.33"371default-features = false371default-features = false372372373[dependencies.cumulus-pallet-parachain-system]373[dependencies.cumulus-pallet-parachain-system]374git = "https://github.com/paritytech/cumulus"374git = "https://github.com/paritytech/cumulus"375branch = "polkadot-v0.9.30"375branch = "polkadot-v0.9.33"376default-features = false376default-features = false377377378[dependencies.cumulus-primitives-core]378[dependencies.cumulus-primitives-core]379git = "https://github.com/paritytech/cumulus"379git = "https://github.com/paritytech/cumulus"380branch = "polkadot-v0.9.30"380branch = "polkadot-v0.9.33"381default-features = false381default-features = false382382383[dependencies.cumulus-pallet-xcm]383[dependencies.cumulus-pallet-xcm]384git = "https://github.com/paritytech/cumulus"384git = "https://github.com/paritytech/cumulus"385branch = "polkadot-v0.9.30"385branch = "polkadot-v0.9.33"386default-features = false386default-features = false387387388[dependencies.cumulus-pallet-dmp-queue]388[dependencies.cumulus-pallet-dmp-queue]389git = "https://github.com/paritytech/cumulus"389git = "https://github.com/paritytech/cumulus"390branch = "polkadot-v0.9.30"390branch = "polkadot-v0.9.33"391default-features = false391default-features = false392392393[dependencies.cumulus-pallet-xcmp-queue]393[dependencies.cumulus-pallet-xcmp-queue]394git = "https://github.com/paritytech/cumulus"394git = "https://github.com/paritytech/cumulus"395branch = "polkadot-v0.9.30"395branch = "polkadot-v0.9.33"396default-features = false396default-features = false397397398[dependencies.cumulus-primitives-utility]398[dependencies.cumulus-primitives-utility]399git = "https://github.com/paritytech/cumulus"399git = "https://github.com/paritytech/cumulus"400branch = "polkadot-v0.9.30"400branch = "polkadot-v0.9.33"401default-features = false401default-features = false402402403[dependencies.cumulus-primitives-timestamp]403[dependencies.cumulus-primitives-timestamp]404git = "https://github.com/paritytech/cumulus"404git = "https://github.com/paritytech/cumulus"405branch = "polkadot-v0.9.30"405branch = "polkadot-v0.9.33"406default-features = false406default-features = false407407408################################################################################408################################################################################409# Polkadot dependencies409# Polkadot dependencies410410411[dependencies.polkadot-parachain]411[dependencies.polkadot-parachain]412git = "https://github.com/paritytech/polkadot"412git = "https://github.com/paritytech/polkadot"413branch = "release-v0.9.30"413branch = "release-v0.9.33"414default-features = false414default-features = false415415416[dependencies.xcm]416[dependencies.xcm]417git = "https://github.com/paritytech/polkadot"417git = "https://github.com/paritytech/polkadot"418branch = "release-v0.9.30"418branch = "release-v0.9.33"419default-features = false419default-features = false420420421[dependencies.xcm-builder]421[dependencies.xcm-builder]422git = "https://github.com/paritytech/polkadot"422git = "https://github.com/paritytech/polkadot"423branch = "release-v0.9.30"423branch = "release-v0.9.33"424default-features = false424default-features = false425425426[dependencies.xcm-executor]426[dependencies.xcm-executor]427git = "https://github.com/paritytech/polkadot"427git = "https://github.com/paritytech/polkadot"428branch = "release-v0.9.30"428branch = "release-v0.9.33"429default-features = false429default-features = false430430431[dependencies.pallet-xcm]431[dependencies.pallet-xcm]432git = "https://github.com/paritytech/polkadot"432git = "https://github.com/paritytech/polkadot"433branch = "release-v0.9.30"433branch = "release-v0.9.33"434default-features = false434default-features = false435435436################################################################################436################################################################################459pallet-unique = { path = '../../pallets/unique', default-features = false }459pallet-unique = { path = '../../pallets/unique', default-features = false }460up-rpc = { path = "../../primitives/rpc", default-features = false }460up-rpc = { path = "../../primitives/rpc", default-features = false }461app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }461app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }462fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }462fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }463pallet-inflation = { path = '../../pallets/inflation', default-features = false }463pallet-inflation = { path = '../../pallets/inflation', default-features = false }464pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }464pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }465up-data-structs = { path = '../../primitives/data-structs', default-features = false }465up-data-structs = { path = '../../primitives/data-structs', default-features = false }472pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }472pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }473pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }473pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }474# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }474# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }475pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.30", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }475pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }476pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }476pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }477pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }477pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }478pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }478pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }479pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }479pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }480pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }480pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }481pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }481pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }482pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }482pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }483fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }483fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }484fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }484fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }485evm-coder = { default-features = false, path = '../../crates/evm-coder' }485evm-coder = { default-features = false, path = '../../crates/evm-coder' }486up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.30' }486up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.33' }487pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }487pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }488pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }488pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }489489503503504[build-dependencies.substrate-wasm-builder]504[build-dependencies.substrate-wasm-builder]505git = "https://github.com/paritytech/substrate"505git = "https://github.com/paritytech/substrate"506branch = "polkadot-v0.9.30"506branch = "polkadot-v0.9.33"507507runtime/quartz/src/lib.rsdiffbeforeafterboth50 spec_name: create_runtime_str!(RUNTIME_NAME),50 spec_name: create_runtime_str!(RUNTIME_NAME),51 impl_name: create_runtime_str!(RUNTIME_NAME),51 impl_name: create_runtime_str!(RUNTIME_NAME),52 authoring_version: 1,52 authoring_version: 1,53 spec_version: 930032,53 spec_version: 933032,54 impl_version: 0,54 impl_version: 0,55 apis: RUNTIME_API_VERSIONS,55 apis: RUNTIME_API_VERSIONS,56 transaction_version: 2,56 transaction_version: 2,runtime/tests/Cargo.tomldiffbeforeafterboth11[dependencies]11[dependencies]12up-data-structs = { default-features = false, path = '../../primitives/data-structs' }12up-data-structs = { default-features = false, path = '../../primitives/data-structs' }131314sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }15sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }16sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }17sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }181819fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }19fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }202021frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }21frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }22frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }22frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }232324pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }24pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }25pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }25pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }26pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }26pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }272728pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }28pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }29pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }29pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }303031pallet-common = { path = '../../pallets/common' }31pallet-common = { path = '../../pallets/common' }32pallet-structure = { path = '../../pallets/structure' }32pallet-structure = { path = '../../pallets/structure' }43scale-info = "*"43scale-info = "*"444445evm-coder = { default-features = false, path = '../../crates/evm-coder' }45evm-coder = { default-features = false, path = '../../crates/evm-coder' }46up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.30" }46up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33" }4747runtime/unique/Cargo.tomldiffbeforeafterboth12license = 'GPLv3'12license = 'GPLv3'13name = 'unique-runtime'13name = 'unique-runtime'14repository = 'https://github.com/UniqueNetwork/unique-chain'14repository = 'https://github.com/UniqueNetwork/unique-chain'15version = '0.9.30'15version = '0.9.33'161617[package.metadata.docs.rs]17[package.metadata.docs.rs]18targets = ['x86_64-unknown-linux-gnu']18targets = ['x86_64-unknown-linux-gnu']188default-features = false188default-features = false189git = "https://github.com/paritytech/substrate"189git = "https://github.com/paritytech/substrate"190optional = true190optional = true191branch = "polkadot-v0.9.30"191branch = "polkadot-v0.9.33"192192193[dependencies.frame-try-runtime]193[dependencies.frame-try-runtime]194default-features = false194default-features = false195git = "https://github.com/paritytech/substrate"195git = "https://github.com/paritytech/substrate"196optional = true196optional = true197branch = "polkadot-v0.9.30"197branch = "polkadot-v0.9.33"198198199[dependencies.frame-executive]199[dependencies.frame-executive]200default-features = false200default-features = false201git = "https://github.com/paritytech/substrate"201git = "https://github.com/paritytech/substrate"202branch = "polkadot-v0.9.30"202branch = "polkadot-v0.9.33"203203204[dependencies.frame-support]204[dependencies.frame-support]205default-features = false205default-features = false206git = "https://github.com/paritytech/substrate"206git = "https://github.com/paritytech/substrate"207branch = "polkadot-v0.9.30"207branch = "polkadot-v0.9.33"208208209[dependencies.frame-system]209[dependencies.frame-system]210default-features = false210default-features = false211git = "https://github.com/paritytech/substrate"211git = "https://github.com/paritytech/substrate"212branch = "polkadot-v0.9.30"212branch = "polkadot-v0.9.33"213213214[dependencies.frame-system-benchmarking]214[dependencies.frame-system-benchmarking]215default-features = false215default-features = false216git = "https://github.com/paritytech/substrate"216git = "https://github.com/paritytech/substrate"217optional = true217optional = true218branch = "polkadot-v0.9.30"218branch = "polkadot-v0.9.33"219219220[dependencies.frame-system-rpc-runtime-api]220[dependencies.frame-system-rpc-runtime-api]221default-features = false221default-features = false222git = "https://github.com/paritytech/substrate"222git = "https://github.com/paritytech/substrate"223branch = "polkadot-v0.9.30"223branch = "polkadot-v0.9.33"224224225[dependencies.hex-literal]225[dependencies.hex-literal]226optional = true226optional = true235[dependencies.pallet-aura]235[dependencies.pallet-aura]236default-features = false236default-features = false237git = "https://github.com/paritytech/substrate"237git = "https://github.com/paritytech/substrate"238branch = "polkadot-v0.9.30"238branch = "polkadot-v0.9.33"239239240[dependencies.pallet-balances]240[dependencies.pallet-balances]241default-features = false241default-features = false242git = "https://github.com/paritytech/substrate"242git = "https://github.com/paritytech/substrate"243branch = "polkadot-v0.9.30"243branch = "polkadot-v0.9.33"244244245# Contracts specific packages245# Contracts specific packages246# [dependencies.pallet-contracts]246# [dependencies.pallet-contracts]264[dependencies.pallet-randomness-collective-flip]264[dependencies.pallet-randomness-collective-flip]265default-features = false265default-features = false266git = "https://github.com/paritytech/substrate"266git = "https://github.com/paritytech/substrate"267branch = "polkadot-v0.9.30"267branch = "polkadot-v0.9.33"268268269[dependencies.pallet-sudo]269[dependencies.pallet-sudo]270default-features = false270default-features = false271git = "https://github.com/paritytech/substrate"271git = "https://github.com/paritytech/substrate"272branch = "polkadot-v0.9.30"272branch = "polkadot-v0.9.33"273273274[dependencies.pallet-timestamp]274[dependencies.pallet-timestamp]275default-features = false275default-features = false276git = "https://github.com/paritytech/substrate"276git = "https://github.com/paritytech/substrate"277branch = "polkadot-v0.9.30"277branch = "polkadot-v0.9.33"278278279[dependencies.pallet-transaction-payment]279[dependencies.pallet-transaction-payment]280default-features = false280default-features = false281git = "https://github.com/paritytech/substrate"281git = "https://github.com/paritytech/substrate"282branch = "polkadot-v0.9.30"282branch = "polkadot-v0.9.33"283283284[dependencies.pallet-transaction-payment-rpc-runtime-api]284[dependencies.pallet-transaction-payment-rpc-runtime-api]285default-features = false285default-features = false286git = "https://github.com/paritytech/substrate"286git = "https://github.com/paritytech/substrate"287branch = "polkadot-v0.9.30"287branch = "polkadot-v0.9.33"288288289[dependencies.pallet-treasury]289[dependencies.pallet-treasury]290default-features = false290default-features = false291git = "https://github.com/paritytech/substrate"291git = "https://github.com/paritytech/substrate"292branch = "polkadot-v0.9.30"292branch = "polkadot-v0.9.33"293293294[dependencies.sp-arithmetic]294[dependencies.sp-arithmetic]295default-features = false295default-features = false296git = "https://github.com/paritytech/substrate"296git = "https://github.com/paritytech/substrate"297branch = "polkadot-v0.9.30"297branch = "polkadot-v0.9.33"298298299[dependencies.sp-api]299[dependencies.sp-api]300default-features = false300default-features = false301git = "https://github.com/paritytech/substrate"301git = "https://github.com/paritytech/substrate"302branch = "polkadot-v0.9.30"302branch = "polkadot-v0.9.33"303303304[dependencies.sp-block-builder]304[dependencies.sp-block-builder]305default-features = false305default-features = false306git = "https://github.com/paritytech/substrate"306git = "https://github.com/paritytech/substrate"307branch = "polkadot-v0.9.30"307branch = "polkadot-v0.9.33"308308309[dependencies.sp-core]309[dependencies.sp-core]310default-features = false310default-features = false311git = "https://github.com/paritytech/substrate"311git = "https://github.com/paritytech/substrate"312branch = "polkadot-v0.9.30"312branch = "polkadot-v0.9.33"313313314[dependencies.sp-consensus-aura]314[dependencies.sp-consensus-aura]315default-features = false315default-features = false316git = "https://github.com/paritytech/substrate"316git = "https://github.com/paritytech/substrate"317branch = "polkadot-v0.9.30"317branch = "polkadot-v0.9.33"318318319[dependencies.sp-inherents]319[dependencies.sp-inherents]320default-features = false320default-features = false321git = "https://github.com/paritytech/substrate"321git = "https://github.com/paritytech/substrate"322branch = "polkadot-v0.9.30"322branch = "polkadot-v0.9.33"323323324[dependencies.sp-io]324[dependencies.sp-io]325default-features = false325default-features = false326git = "https://github.com/paritytech/substrate"326git = "https://github.com/paritytech/substrate"327branch = "polkadot-v0.9.30"327branch = "polkadot-v0.9.33"328328329[dependencies.sp-offchain]329[dependencies.sp-offchain]330default-features = false330default-features = false331git = "https://github.com/paritytech/substrate"331git = "https://github.com/paritytech/substrate"332branch = "polkadot-v0.9.30"332branch = "polkadot-v0.9.33"333333334[dependencies.sp-runtime]334[dependencies.sp-runtime]335default-features = false335default-features = false336git = "https://github.com/paritytech/substrate"336git = "https://github.com/paritytech/substrate"337branch = "polkadot-v0.9.30"337branch = "polkadot-v0.9.33"338338339[dependencies.sp-session]339[dependencies.sp-session]340default-features = false340default-features = false341git = "https://github.com/paritytech/substrate"341git = "https://github.com/paritytech/substrate"342branch = "polkadot-v0.9.30"342branch = "polkadot-v0.9.33"343343344[dependencies.sp-std]344[dependencies.sp-std]345default-features = false345default-features = false346git = "https://github.com/paritytech/substrate"346git = "https://github.com/paritytech/substrate"347branch = "polkadot-v0.9.30"347branch = "polkadot-v0.9.33"348348349[dependencies.sp-transaction-pool]349[dependencies.sp-transaction-pool]350default-features = false350default-features = false351git = "https://github.com/paritytech/substrate"351git = "https://github.com/paritytech/substrate"352branch = "polkadot-v0.9.30"352branch = "polkadot-v0.9.33"353353354[dependencies.sp-version]354[dependencies.sp-version]355default-features = false355default-features = false356git = "https://github.com/paritytech/substrate"356git = "https://github.com/paritytech/substrate"357branch = "polkadot-v0.9.30"357branch = "polkadot-v0.9.33"358358359[dependencies.smallvec]359[dependencies.smallvec]360version = '1.6.1'360version = '1.6.1'365[dependencies.parachain-info]365[dependencies.parachain-info]366default-features = false366default-features = false367git = "https://github.com/paritytech/cumulus"367git = "https://github.com/paritytech/cumulus"368branch = "polkadot-v0.9.30"368branch = "polkadot-v0.9.33"369369370[dependencies.cumulus-pallet-aura-ext]370[dependencies.cumulus-pallet-aura-ext]371git = "https://github.com/paritytech/cumulus"371git = "https://github.com/paritytech/cumulus"372branch = "polkadot-v0.9.30"372branch = "polkadot-v0.9.33"373default-features = false373default-features = false374374375[dependencies.cumulus-pallet-parachain-system]375[dependencies.cumulus-pallet-parachain-system]376git = "https://github.com/paritytech/cumulus"376git = "https://github.com/paritytech/cumulus"377branch = "polkadot-v0.9.30"377branch = "polkadot-v0.9.33"378default-features = false378default-features = false379379380[dependencies.cumulus-primitives-core]380[dependencies.cumulus-primitives-core]381git = "https://github.com/paritytech/cumulus"381git = "https://github.com/paritytech/cumulus"382branch = "polkadot-v0.9.30"382branch = "polkadot-v0.9.33"383default-features = false383default-features = false384384385[dependencies.cumulus-pallet-xcm]385[dependencies.cumulus-pallet-xcm]386git = "https://github.com/paritytech/cumulus"386git = "https://github.com/paritytech/cumulus"387branch = "polkadot-v0.9.30"387branch = "polkadot-v0.9.33"388default-features = false388default-features = false389389390[dependencies.cumulus-pallet-dmp-queue]390[dependencies.cumulus-pallet-dmp-queue]391git = "https://github.com/paritytech/cumulus"391git = "https://github.com/paritytech/cumulus"392branch = "polkadot-v0.9.30"392branch = "polkadot-v0.9.33"393default-features = false393default-features = false394394395[dependencies.cumulus-pallet-xcmp-queue]395[dependencies.cumulus-pallet-xcmp-queue]396git = "https://github.com/paritytech/cumulus"396git = "https://github.com/paritytech/cumulus"397branch = "polkadot-v0.9.30"397branch = "polkadot-v0.9.33"398default-features = false398default-features = false399399400[dependencies.cumulus-primitives-utility]400[dependencies.cumulus-primitives-utility]401git = "https://github.com/paritytech/cumulus"401git = "https://github.com/paritytech/cumulus"402branch = "polkadot-v0.9.30"402branch = "polkadot-v0.9.33"403default-features = false403default-features = false404404405[dependencies.cumulus-primitives-timestamp]405[dependencies.cumulus-primitives-timestamp]406git = "https://github.com/paritytech/cumulus"406git = "https://github.com/paritytech/cumulus"407branch = "polkadot-v0.9.30"407branch = "polkadot-v0.9.33"408default-features = false408default-features = false409409410################################################################################410################################################################################411# Polkadot dependencies411# Polkadot dependencies412412413[dependencies.polkadot-parachain]413[dependencies.polkadot-parachain]414git = "https://github.com/paritytech/polkadot"414git = "https://github.com/paritytech/polkadot"415branch = "release-v0.9.30"415branch = "release-v0.9.33"416default-features = false416default-features = false417417418[dependencies.xcm]418[dependencies.xcm]419git = "https://github.com/paritytech/polkadot"419git = "https://github.com/paritytech/polkadot"420branch = "release-v0.9.30"420branch = "release-v0.9.33"421default-features = false421default-features = false422422423[dependencies.xcm-builder]423[dependencies.xcm-builder]424git = "https://github.com/paritytech/polkadot"424git = "https://github.com/paritytech/polkadot"425branch = "release-v0.9.30"425branch = "release-v0.9.33"426default-features = false426default-features = false427427428[dependencies.xcm-executor]428[dependencies.xcm-executor]429git = "https://github.com/paritytech/polkadot"429git = "https://github.com/paritytech/polkadot"430branch = "release-v0.9.30"430branch = "release-v0.9.33"431default-features = false431default-features = false432432433[dependencies.pallet-xcm]433[dependencies.pallet-xcm]434git = "https://github.com/paritytech/polkadot"434git = "https://github.com/paritytech/polkadot"435branch = "release-v0.9.30"435branch = "release-v0.9.33"436default-features = false436default-features = false437437438################################################################################438################################################################################466pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }466pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }467pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }467pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }468# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }468# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }469pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.30", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }469pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }470pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }470pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }471pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }471pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }472pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }472pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }473pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }473pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }474pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }474pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }475pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }475pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }476pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }476pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }477fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }477fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }478fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }478fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }479fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }479fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }480evm-coder = { default-features = false, path = '../../crates/evm-coder' }480evm-coder = { default-features = false, path = '../../crates/evm-coder' }481up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.30' }481up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.33' }482pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }482pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }483pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }483pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }484484498498499[build-dependencies.substrate-wasm-builder]499[build-dependencies.substrate-wasm-builder]500git = "https://github.com/paritytech/substrate"500git = "https://github.com/paritytech/substrate"501branch = "polkadot-v0.9.30"501branch = "polkadot-v0.9.33"502502runtime/unique/src/lib.rsdiffbeforeafterboth50 spec_name: create_runtime_str!(RUNTIME_NAME),50 spec_name: create_runtime_str!(RUNTIME_NAME),51 impl_name: create_runtime_str!(RUNTIME_NAME),51 impl_name: create_runtime_str!(RUNTIME_NAME),52 authoring_version: 1,52 authoring_version: 1,53 spec_version: 930032,53 spec_version: 933032,54 impl_version: 0,54 impl_version: 0,55 apis: RUNTIME_API_VERSIONS,55 apis: RUNTIME_API_VERSIONS,56 transaction_version: 2,56 transaction_version: 2,test-pallets/utils/Cargo.tomldiffbeforeafterboth8[dependencies]8[dependencies]9codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }9codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }10scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }10scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }13# pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }13# pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }14pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }14pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }15sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }161617[features]17[features]18default = ["std"]18default = ["std"]tests/package.jsondiffbeforeafterboth4 "description": "Unique Chain Tests",4 "description": "Unique Chain Tests",5 "main": "",5 "main": "",6 "devDependencies": {6 "devDependencies": {7 "@polkadot/typegen": "9.5.2",7 "@polkadot/typegen": "9.9.4",8 "@types/chai": "^4.3.3",8 "@types/chai": "^4.3.3",9 "@types/chai-as-promised": "^7.1.5",9 "@types/chai-as-promised": "^7.1.5",10 "@types/chai-like": "^1.1.1",10 "@types/chai-like": "^1.1.1",114 "license": "SEE LICENSE IN ../LICENSE",114 "license": "SEE LICENSE IN ../LICENSE",115 "homepage": "",115 "homepage": "",116 "dependencies": {116 "dependencies": {117 "@polkadot/api": "9.5.2",117 "@polkadot/api": "9.9.4",118 "@polkadot/util-crypto": "10.1.11",118 "@polkadot/util-crypto": "10.1.14",119 "chai-as-promised": "^7.1.1",119 "chai-as-promised": "^7.1.1",120 "chai-like": "^1.1.1",120 "chai-like": "^1.1.1",121 "csv-writer": "^1.6.0",121 "csv-writer": "^1.6.0",