git.delta.rocks / unique-network / refs/commits / 2c498572636f

difftreelog

build(dep) upgrade polkadot to v0.9.27

Daniel Shiposha2022-08-15parent: #a70d6a8.patch.diff
in: master

32 files changed

modifiedCargo.lockdiffbeforeafterboth
33source = "registry+https://github.com/rust-lang/crates.io-index"33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"34checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
35dependencies = [35dependencies = [
36 "generic-array 0.14.5",36 "generic-array 0.14.6",
37]37]
3838
39[[package]]39[[package]]
88source = "registry+https://github.com/rust-lang/crates.io-index"88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"89checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"
90
91[[package]]
92name = "android_system_properties"
93version = "0.1.4"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "d7ed72e1635e121ca3e79420540282af22da58be50de153d36f81ddc6b83aa9e"
96dependencies = [
97 "libc",
98]
9099
91[[package]]100[[package]]
92name = "ansi_term"101name = "ansi_term"
99108
100[[package]]109[[package]]
101name = "anyhow"110name = "anyhow"
102version = "1.0.58"111version = "1.0.61"
103source = "registry+https://github.com/rust-lang/crates.io-index"112source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"113checksum = "508b352bb5c066aac251f6daf6b36eccd03e8a88e8081cd44959ea277a3af9a8"
105114
106[[package]]115[[package]]
107name = "approx"116name = "approx"
163172
164[[package]]173[[package]]
165name = "async-channel"174name = "async-channel"
166version = "1.6.1"175version = "1.7.1"
167source = "registry+https://github.com/rust-lang/crates.io-index"176source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"177checksum = "e14485364214912d3b19cc3435dde4df66065127f05fa0d75c712f36f12c2f28"
169dependencies = [178dependencies = [
170 "concurrent-queue",179 "concurrent-queue",
171 "event-listener",180 "event-listener",
298307
299[[package]]308[[package]]
300name = "async-trait"309name = "async-trait"
301version = "0.1.56"310version = "0.1.57"
302source = "registry+https://github.com/rust-lang/crates.io-index"311source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716"312checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f"
304dependencies = [313dependencies = [
305 "proc-macro2",314 "proc-macro2",
306 "quote",315 "quote",
420[[package]]429[[package]]
421name = "beefy-gadget"430name = "beefy-gadget"
422version = "4.0.0-dev"431version = "4.0.0-dev"
423source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"432source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
424dependencies = [433dependencies = [
425 "beefy-primitives",434 "beefy-primitives",
426 "fnv",435 "fnv",
427 "futures 0.3.21",436 "futures 0.3.23",
428 "futures-timer",437 "futures-timer",
429 "hex",438 "hex",
430 "log",439 "log",
454[[package]]463[[package]]
455name = "beefy-gadget-rpc"464name = "beefy-gadget-rpc"
456version = "4.0.0-dev"465version = "4.0.0-dev"
457source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"466source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
458dependencies = [467dependencies = [
459 "beefy-gadget",468 "beefy-gadget",
460 "beefy-primitives",469 "beefy-primitives",
461 "futures 0.3.21",470 "futures 0.3.23",
462 "jsonrpsee",471 "jsonrpsee",
463 "log",472 "log",
464 "parity-scale-codec 3.1.5",473 "parity-scale-codec 3.1.5",
474[[package]]483[[package]]
475name = "beefy-merkle-tree"484name = "beefy-merkle-tree"
476version = "4.0.0-dev"485version = "4.0.0-dev"
477source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"486source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
478dependencies = [487dependencies = [
479 "beefy-primitives",488 "beefy-primitives",
480 "sp-api",489 "sp-api",
483[[package]]492[[package]]
484name = "beefy-primitives"493name = "beefy-primitives"
485version = "4.0.0-dev"494version = "4.0.0-dev"
486source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"495source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
487dependencies = [496dependencies = [
488 "parity-scale-codec 3.1.5",497 "parity-scale-codec 3.1.5",
489 "scale-info",498 "scale-info",
632checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"641checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
633dependencies = [642dependencies = [
634 "block-padding 0.2.1",643 "block-padding 0.2.1",
635 "generic-array 0.14.5",644 "generic-array 0.14.6",
636]645]
637646
638[[package]]647[[package]]
641source = "registry+https://github.com/rust-lang/crates.io-index"650source = "registry+https://github.com/rust-lang/crates.io-index"
642checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"651checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
643dependencies = [652dependencies = [
644 "generic-array 0.14.5",653 "generic-array 0.14.6",
645]654]
646655
647[[package]]656[[package]]
732741
733[[package]]742[[package]]
734name = "bytes"743name = "bytes"
735version = "1.2.0"744version = "1.2.1"
736source = "registry+https://github.com/rust-lang/crates.io-index"745source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e"746checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
738747
739[[package]]748[[package]]
740name = "bzip2-sys"749name = "bzip2-sys"
755764
756[[package]]765[[package]]
757name = "camino"766name = "camino"
758version = "1.0.9"767version = "1.1.1"
759source = "registry+https://github.com/rust-lang/crates.io-index"768source = "registry+https://github.com/rust-lang/crates.io-index"
760checksum = "869119e97797867fd90f5e22af7d0bd274bd4635ebb9eb68c04f3f513ae6c412"769checksum = "88ad0e1e3e88dd237a156ab9f571021b8a158caa0ae44b1968a241efb5144c1e"
761dependencies = [770dependencies = [
762 "serde",771 "serde",
763]772]
779dependencies = [788dependencies = [
780 "camino",789 "camino",
781 "cargo-platform",790 "cargo-platform",
782 "semver 1.0.12",791 "semver 1.0.13",
783 "serde",792 "serde",
784 "serde_json",793 "serde_json",
785]794]
847856
848[[package]]857[[package]]
849name = "chrono"858name = "chrono"
850version = "0.4.19"859version = "0.4.22"
851source = "registry+https://github.com/rust-lang/crates.io-index"860source = "registry+https://github.com/rust-lang/crates.io-index"
852checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"861checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
853dependencies = [862dependencies = [
863 "iana-time-zone",
854 "libc",864 "js-sys",
855 "num-integer",865 "num-integer",
856 "num-traits",866 "num-traits",
857 "time 0.1.44",867 "time 0.1.44",
868 "wasm-bindgen",
858 "winapi",869 "winapi",
859]870]
860871
861[[package]]872[[package]]
862name = "cid"873name = "cid"
863version = "0.8.5"874version = "0.8.6"
864source = "registry+https://github.com/rust-lang/crates.io-index"875source = "registry+https://github.com/rust-lang/crates.io-index"
865checksum = "fc949bff6704880faf064c42a4854032ab07bfcf3a4fcb82a57470acededb69c"876checksum = "f6ed9c8b2d17acb8110c46f1da5bf4a696d745e1474a16db0cd2b49cd0249bf2"
866dependencies = [877dependencies = [
867 "core2",878 "core2",
868 "multibase",879 "multibase",
877source = "registry+https://github.com/rust-lang/crates.io-index"888source = "registry+https://github.com/rust-lang/crates.io-index"
878checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"889checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
879dependencies = [890dependencies = [
880 "generic-array 0.14.5",891 "generic-array 0.14.6",
881]892]
882893
883[[package]]894[[package]]
902913
903[[package]]914[[package]]
904name = "clap"915name = "clap"
905version = "3.2.15"916version = "3.2.17"
906source = "registry+https://github.com/rust-lang/crates.io-index"917source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "44bbe24bbd31a185bc2c4f7c2abe80bea13a20d57ee4e55be70ac512bdc76417"918checksum = "29e724a68d9319343bb3328c9cc2dfde263f4b3142ee1059a9980580171c954b"
908dependencies = [919dependencies = [
909 "atty",920 "atty",
910 "bitflags",921 "bitflags",
919930
920[[package]]931[[package]]
921name = "clap_derive"932name = "clap_derive"
922version = "3.2.15"933version = "3.2.17"
923source = "registry+https://github.com/rust-lang/crates.io-index"934source = "registry+https://github.com/rust-lang/crates.io-index"
924checksum = "9ba52acd3b0a5c33aeada5cdaa3267cdc7c594a98731d4268cdc1532f4264cb4"935checksum = "13547f7012c01ab4a0e8f8967730ada8f9fdf419e8b6c792788f39cf4e46eefa"
925dependencies = [936dependencies = [
926 "heck 0.4.0",937 "heck",
927 "proc-macro-error",938 "proc-macro-error",
928 "proc-macro2",939 "proc-macro2",
929 "quote",940 "quote",
962973
963[[package]]974[[package]]
964name = "comfy-table"975name = "comfy-table"
965version = "5.0.1"976version = "6.0.0"
966source = "registry+https://github.com/rust-lang/crates.io-index"977source = "registry+https://github.com/rust-lang/crates.io-index"
967checksum = "b103d85ca6e209388771bfb7aa6b68a7aeec4afbf6f0a0264bfbf50360e5212e"978checksum = "121d8a5b0346092c18a4b2fd6f620d7a06f0eb7ac0a45860939a0884bc579c56"
968dependencies = [979dependencies = [
969 "strum 0.23.0",980 "strum",
970 "strum_macros 0.23.1",981 "strum_macros",
971 "unicode-width",982 "unicode-width",
972]983]
973984
974[[package]]985[[package]]
975name = "concurrent-queue"986name = "concurrent-queue"
976version = "1.2.2"987version = "1.2.4"
977source = "registry+https://github.com/rust-lang/crates.io-index"988source = "registry+https://github.com/rust-lang/crates.io-index"
978checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"989checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c"
979dependencies = [990dependencies = [
980 "cache-padded",991 "cache-padded",
981]992]
1213source = "registry+https://github.com/rust-lang/crates.io-index"1224source = "registry+https://github.com/rust-lang/crates.io-index"
1214checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1225checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"
1215dependencies = [1226dependencies = [
1216 "generic-array 0.14.5",1227 "generic-array 0.14.6",
1217 "rand_core 0.6.3",1228 "rand_core 0.6.3",
1218 "subtle",1229 "subtle",
1219 "zeroize",1230 "zeroize",
1225source = "registry+https://github.com/rust-lang/crates.io-index"1236source = "registry+https://github.com/rust-lang/crates.io-index"
1226checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"1237checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1227dependencies = [1238dependencies = [
1228 "generic-array 0.14.5",1239 "generic-array 0.14.6",
1229 "typenum",1240 "typenum",
1230]1241]
12311242
1235source = "registry+https://github.com/rust-lang/crates.io-index"1246source = "registry+https://github.com/rust-lang/crates.io-index"
1236checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1247checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
1237dependencies = [1248dependencies = [
1238 "generic-array 0.14.5",1249 "generic-array 0.14.6",
1239 "subtle",1250 "subtle",
1240]1251]
12411252
1245source = "registry+https://github.com/rust-lang/crates.io-index"1256source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1257checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
1247dependencies = [1258dependencies = [
1248 "generic-array 0.14.5",1259 "generic-array 0.14.6",
1249 "subtle",1260 "subtle",
1250]1261]
12511262
1252[[package]]1263[[package]]
1253name = "ctor"1264name = "ctor"
1254version = "0.1.22"1265version = "0.1.23"
1255source = "registry+https://github.com/rust-lang/crates.io-index"1266source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"1267checksum = "cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb"
1257dependencies = [1268dependencies = [
1258 "quote",1269 "quote",
1259 "syn",1270 "syn",
1282[[package]]1293[[package]]
1283name = "cumulus-client-cli"1294name = "cumulus-client-cli"
1284version = "0.1.0"1295version = "0.1.0"
1285source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1296source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f88eba6c755651b8c47dccad2c2d9ac3db"
1286dependencies = [1297dependencies = [
1287 "clap",1298 "clap",
1288 "parity-scale-codec 3.1.5",1299 "parity-scale-codec 3.1.5",
1297[[package]]1308[[package]]
1298name = "cumulus-client-collator"1309name = "cumulus-client-collator"
1299version = "0.1.0"1310version = "0.1.0"
1300source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1311source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f88eba6c755651b8c47dccad2c2d9ac3db"
1301dependencies = [1312dependencies = [
1302 "cumulus-client-consensus-common",1313 "cumulus-client-consensus-common",
1303 "cumulus-client-network",1314 "cumulus-client-network",
1304 "cumulus-primitives-core",1315 "cumulus-primitives-core",
1305 "cumulus-relay-chain-interface",1316 "cumulus-relay-chain-interface",
1306 "futures 0.3.21",1317 "futures 0.3.23",
1307 "parity-scale-codec 3.1.5",1318 "parity-scale-codec 3.1.5",
1308 "parking_lot 0.12.1",1319 "parking_lot 0.12.1",
1309 "polkadot-node-primitives",1320 "polkadot-node-primitives",
1321[[package]]1332[[package]]
1322name = "cumulus-client-consensus-aura"1333name = "cumulus-client-consensus-aura"
1323version = "0.1.0"1334version = "0.1.0"
1324source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1335source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f88eba6c755651b8c47dccad2c2d9ac3db"
1325dependencies = [1336dependencies = [
1326 "async-trait",1337 "async-trait",
1327 "cumulus-client-consensus-common",1338 "cumulus-client-consensus-common",
1328 "cumulus-primitives-core",1339 "cumulus-primitives-core",
1329 "futures 0.3.21",1340 "futures 0.3.23",
1330 "parity-scale-codec 3.1.5",1341 "parity-scale-codec 3.1.5",
1331 "sc-client-api",1342 "sc-client-api",
1332 "sc-consensus",1343 "sc-consensus",
1350[[package]]1361[[package]]
1351name = "cumulus-client-consensus-common"1362name = "cumulus-client-consensus-common"
1352version = "0.1.0"1363version = "0.1.0"
1353source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1364source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f88eba6c755651b8c47dccad2c2d9ac3db"
1354dependencies = [1365dependencies = [
1355 "async-trait",1366 "async-trait",
1356 "cumulus-relay-chain-interface",1367 "cumulus-relay-chain-interface",
1357 "dyn-clone",1368 "dyn-clone",
1358 "futures 0.3.21",1369 "futures 0.3.23",
1359 "parity-scale-codec 3.1.5",1370 "parity-scale-codec 3.1.5",
1360 "polkadot-primitives",1371 "polkadot-primitives",
1361 "sc-client-api",1372 "sc-client-api",
1371[[package]]1382[[package]]
1372name = "cumulus-client-network"1383name = "cumulus-client-network"
1373version = "0.1.0"1384version = "0.1.0"
1374source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1385source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f88eba6c755651b8c47dccad2c2d9ac3db"
1375dependencies = [1386dependencies = [
1376 "async-trait",1387 "async-trait",
1377 "cumulus-relay-chain-interface",1388 "cumulus-relay-chain-interface",
1378 "derive_more",1389 "derive_more",
1379 "futures 0.3.21",1390 "futures 0.3.23",
1380 "futures-timer",1391 "futures-timer",
1381 "parity-scale-codec 3.1.5",1392 "parity-scale-codec 3.1.5",
1382 "parking_lot 0.12.1",1393 "parking_lot 0.12.1",
1396[[package]]1407[[package]]
1397name = "cumulus-client-pov-recovery"1408name = "cumulus-client-pov-recovery"
1398version = "0.1.0"1409version = "0.1.0"
1399source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1410source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f88eba6c755651b8c47dccad2c2d9ac3db"
1400dependencies = [1411dependencies = [
1401 "cumulus-primitives-core",1412 "cumulus-primitives-core",
1402 "cumulus-relay-chain-interface",1413 "cumulus-relay-chain-interface",
1403 "futures 0.3.21",1414 "futures 0.3.23",
1404 "futures-timer",1415 "futures-timer",
1405 "parity-scale-codec 3.1.5",1416 "parity-scale-codec 3.1.5",
1406 "polkadot-node-primitives",1417 "polkadot-node-primitives",
1420[[package]]1431[[package]]
1421name = "cumulus-client-service"1432name = "cumulus-client-service"
1422version = "0.1.0"1433version = "0.1.0"
1423source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1434source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f88eba6c755651b8c47dccad2c2d9ac3db"
1424dependencies = [1435dependencies = [
1425 "cumulus-client-cli",1436 "cumulus-client-cli",
1426 "cumulus-client-collator",1437 "cumulus-client-collator",
1448[[package]]1459[[package]]
1449name = "cumulus-pallet-aura-ext"1460name = "cumulus-pallet-aura-ext"
1450version = "0.1.0"1461version = "0.1.0"
1451source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1462source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f88eba6c755651b8c47dccad2c2d9ac3db"
1452dependencies = [1463dependencies = [
1453 "frame-executive",1464 "frame-executive",
1454 "frame-support",1465 "frame-support",
1466[[package]]1477[[package]]
1467name = "cumulus-pallet-dmp-queue"1478name = "cumulus-pallet-dmp-queue"
1468version = "0.1.0"1479version = "0.1.0"
1469source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1480source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f88eba6c755651b8c47dccad2c2d9ac3db"
1470dependencies = [1481dependencies = [
1471 "cumulus-primitives-core",1482 "cumulus-primitives-core",
1472 "frame-support",1483 "frame-support",
1484[[package]]1495[[package]]
1485name = "cumulus-pallet-parachain-system"1496name = "cumulus-pallet-parachain-system"
1486version = "0.1.0"1497version = "0.1.0"
1487source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1498source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f88eba6c755651b8c47dccad2c2d9ac3db"
1488dependencies = [1499dependencies = [
1489 "cumulus-pallet-parachain-system-proc-macro",1500 "cumulus-pallet-parachain-system-proc-macro",
1490 "cumulus-primitives-core",1501 "cumulus-primitives-core",
1514[[package]]1525[[package]]
1515name = "cumulus-pallet-parachain-system-proc-macro"1526name = "cumulus-pallet-parachain-system-proc-macro"
1516version = "0.1.0"1527version = "0.1.0"
1517source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1528source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f88eba6c755651b8c47dccad2c2d9ac3db"
1518dependencies = [1529dependencies = [
1519 "proc-macro-crate",1530 "proc-macro-crate",
1520 "proc-macro2",1531 "proc-macro2",
1525[[package]]1536[[package]]
1526name = "cumulus-pallet-xcm"1537name = "cumulus-pallet-xcm"
1527version = "0.1.0"1538version = "0.1.0"
1528source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1539source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f88eba6c755651b8c47dccad2c2d9ac3db"
1529dependencies = [1540dependencies = [
1530 "cumulus-primitives-core",1541 "cumulus-primitives-core",
1531 "frame-support",1542 "frame-support",
1542[[package]]1553[[package]]
1543name = "cumulus-pallet-xcmp-queue"1554name = "cumulus-pallet-xcmp-queue"
1544version = "0.1.0"1555version = "0.1.0"
1545source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1556source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f88eba6c755651b8c47dccad2c2d9ac3db"
1546dependencies = [1557dependencies = [
1547 "cumulus-primitives-core",1558 "cumulus-primitives-core",
1548 "frame-support",1559 "frame-support",
1560[[package]]1571[[package]]
1561name = "cumulus-primitives-core"1572name = "cumulus-primitives-core"
1562version = "0.1.0"1573version = "0.1.0"
1563source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1574source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f88eba6c755651b8c47dccad2c2d9ac3db"
1564dependencies = [1575dependencies = [
1565 "frame-support",1576 "frame-support",
1566 "parity-scale-codec 3.1.5",1577 "parity-scale-codec 3.1.5",
1576[[package]]1587[[package]]
1577name = "cumulus-primitives-parachain-inherent"1588name = "cumulus-primitives-parachain-inherent"
1578version = "0.1.0"1589version = "0.1.0"
1579source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1590source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f88eba6c755651b8c47dccad2c2d9ac3db"
1580dependencies = [1591dependencies = [
1581 "async-trait",1592 "async-trait",
1582 "cumulus-primitives-core",1593 "cumulus-primitives-core",
1599[[package]]1610[[package]]
1600name = "cumulus-primitives-timestamp"1611name = "cumulus-primitives-timestamp"
1601version = "0.1.0"1612version = "0.1.0"
1602source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1613source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f88eba6c755651b8c47dccad2c2d9ac3db"
1603dependencies = [1614dependencies = [
1604 "cumulus-primitives-core",1615 "cumulus-primitives-core",
1605 "futures 0.3.21",1616 "futures 0.3.23",
1606 "parity-scale-codec 3.1.5",1617 "parity-scale-codec 3.1.5",
1607 "sp-inherents",1618 "sp-inherents",
1608 "sp-std",1619 "sp-std",
1612[[package]]1623[[package]]
1613name = "cumulus-primitives-utility"1624name = "cumulus-primitives-utility"
1614version = "0.1.0"1625version = "0.1.0"
1615source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1626source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f88eba6c755651b8c47dccad2c2d9ac3db"
1616dependencies = [1627dependencies = [
1617 "cumulus-primitives-core",1628 "cumulus-primitives-core",
1618 "frame-support",1629 "frame-support",
1624 "sp-std",1635 "sp-std",
1625 "sp-trie",1636 "sp-trie",
1626 "xcm",1637 "xcm",
1638 "xcm-builder",
1639 "xcm-executor",
1627]1640]
16281641
1629[[package]]1642[[package]]
1630name = "cumulus-relay-chain-inprocess-interface"1643name = "cumulus-relay-chain-inprocess-interface"
1631version = "0.1.0"1644version = "0.1.0"
1632source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1645source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f88eba6c755651b8c47dccad2c2d9ac3db"
1633dependencies = [1646dependencies = [
1634 "async-trait",1647 "async-trait",
1635 "cumulus-primitives-core",1648 "cumulus-primitives-core",
1636 "cumulus-relay-chain-interface",1649 "cumulus-relay-chain-interface",
1637 "futures 0.3.21",1650 "futures 0.3.23",
1638 "futures-timer",1651 "futures-timer",
1639 "parking_lot 0.12.1",1652 "parking_lot 0.12.1",
1640 "polkadot-cli",1653 "polkadot-cli",
1659[[package]]1672[[package]]
1660name = "cumulus-relay-chain-interface"1673name = "cumulus-relay-chain-interface"
1661version = "0.1.0"1674version = "0.1.0"
1662source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1675source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f88eba6c755651b8c47dccad2c2d9ac3db"
1663dependencies = [1676dependencies = [
1664 "async-trait",1677 "async-trait",
1665 "cumulus-primitives-core",1678 "cumulus-primitives-core",
1666 "derive_more",1679 "derive_more",
1667 "futures 0.3.21",1680 "futures 0.3.23",
1668 "jsonrpsee-core",1681 "jsonrpsee-core",
1669 "parity-scale-codec 3.1.5",1682 "parity-scale-codec 3.1.5",
1670 "parking_lot 0.12.1",1683 "parking_lot 0.12.1",
1682[[package]]1695[[package]]
1683name = "cumulus-relay-chain-rpc-interface"1696name = "cumulus-relay-chain-rpc-interface"
1684version = "0.1.0"1697version = "0.1.0"
1685source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1698source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f88eba6c755651b8c47dccad2c2d9ac3db"
1686dependencies = [1699dependencies = [
1687 "async-trait",1700 "async-trait",
1688 "backoff",1701 "backoff",
1689 "cumulus-primitives-core",1702 "cumulus-primitives-core",
1690 "cumulus-relay-chain-interface",1703 "cumulus-relay-chain-interface",
1691 "futures 0.3.21",1704 "futures 0.3.23",
1692 "futures-timer",1705 "futures-timer",
1693 "jsonrpsee",1706 "jsonrpsee",
1694 "parity-scale-codec 3.1.5",1707 "parity-scale-codec 3.1.5",
1701 "sp-runtime",1714 "sp-runtime",
1702 "sp-state-machine",1715 "sp-state-machine",
1703 "sp-storage",1716 "sp-storage",
1717 "tokio",
1704 "tracing",1718 "tracing",
1705 "url",1719 "url",
1706]1720]
17071721
1708[[package]]1722[[package]]
1709name = "cumulus-test-relay-sproof-builder"1723name = "cumulus-test-relay-sproof-builder"
1710version = "0.1.0"1724version = "0.1.0"
1711source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1725source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f88eba6c755651b8c47dccad2c2d9ac3db"
1712dependencies = [1726dependencies = [
1713 "cumulus-primitives-core",1727 "cumulus-primitives-core",
1714 "parity-scale-codec 3.1.5",1728 "parity-scale-codec 3.1.5",
1866source = "registry+https://github.com/rust-lang/crates.io-index"1880source = "registry+https://github.com/rust-lang/crates.io-index"
1867checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"1881checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
1868dependencies = [1882dependencies = [
1869 "generic-array 0.14.5",1883 "generic-array 0.14.6",
1870]1884]
18711885
1872[[package]]1886[[package]]
19391953
1940[[package]]1954[[package]]
1941name = "dtoa"1955name = "dtoa"
1942version = "1.0.2"1956version = "1.0.3"
1943source = "registry+https://github.com/rust-lang/crates.io-index"1957source = "registry+https://github.com/rust-lang/crates.io-index"
1944checksum = "5caaa75cbd2b960ff1e5392d2cfb1f44717fffe12fc1f32b7b5d1267f99732a6"1958checksum = "c6053ff46b5639ceb91756a85a4c8914668393a03170efd79c8884a529d80656"
19451959
1946[[package]]1960[[package]]
1947name = "dyn-clonable"1961name = "dyn-clonable"
19661980
1967[[package]]1981[[package]]
1968name = "dyn-clone"1982name = "dyn-clone"
1969version = "1.0.8"1983version = "1.0.9"
1970source = "registry+https://github.com/rust-lang/crates.io-index"1984source = "registry+https://github.com/rust-lang/crates.io-index"
1971checksum = "9d07a982d1fb29db01e5a59b1918e03da4df7297eaeee7686ac45542fd4e59c8"1985checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2"
19721986
1973[[package]]1987[[package]]
1974name = "ecdsa"1988name = "ecdsa"
2021 "crypto-bigint",2035 "crypto-bigint",
2022 "der",2036 "der",
2023 "ff",2037 "ff",
2024 "generic-array 0.14.5",2038 "generic-array 0.14.6",
2025 "group",2039 "group",
2026 "rand_core 0.6.3",2040 "rand_core 0.6.3",
2027 "sec1",2041 "sec1",
2035source = "registry+https://github.com/rust-lang/crates.io-index"2049source = "registry+https://github.com/rust-lang/crates.io-index"
2036checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"2050checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"
2037dependencies = [2051dependencies = [
2038 "heck 0.4.0",2052 "heck",
2039 "proc-macro2",2053 "proc-macro2",
2040 "quote",2054 "quote",
2041 "syn",2055 "syn",
20632077
2064[[package]]2078[[package]]
2065name = "enumn"2079name = "enumn"
2066version = "0.1.4"2080version = "0.1.5"
2067source = "registry+https://github.com/rust-lang/crates.io-index"2081source = "registry+https://github.com/rust-lang/crates.io-index"
2068checksum = "052bc8773a98bd051ff37db74a8a25f00e6bfa2cbd03373390c72e9f7afbf344"2082checksum = "038b1afa59052df211f9efd58f8b1d84c242935ede1c3dbaed26b018a9e06ae2"
2069dependencies = [2083dependencies = [
2070 "proc-macro2",2084 "proc-macro2",
2071 "quote",2085 "quote",
2142 "rlp-derive",2156 "rlp-derive",
2143 "scale-info",2157 "scale-info",
2144 "serde",2158 "serde",
2145 "sha3 0.10.1",2159 "sha3 0.10.2",
2146 "triehash",2160 "triehash",
2147]2161]
21482162
21642178
2165[[package]]2179[[package]]
2166name = "event-listener"2180name = "event-listener"
2167version = "2.5.2"2181version = "2.5.3"
2168source = "registry+https://github.com/rust-lang/crates.io-index"2182source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"2183checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
21702184
2171[[package]]2185[[package]]
2172name = "evm"2186name = "evm"
2173version = "0.35.0"2187version = "0.35.0"
2174source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.26#e9252ed42dc26fc85b6703b1ba50660a08209e55"2188source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27#e9252ed42dc26fc85b6703b1ba50660a08209e55"
2175dependencies = [2189dependencies = [
2176 "auto_impl",2190 "auto_impl",
2177 "environmental",2191 "environmental",
2185 "rlp",2199 "rlp",
2186 "scale-info",2200 "scale-info",
2187 "serde",2201 "serde",
2188 "sha3 0.10.1",2202 "sha3 0.10.2",
2189]2203]
21902204
2191[[package]]2205[[package]]
2217[[package]]2231[[package]]
2218name = "evm-core"2232name = "evm-core"
2219version = "0.35.0"2233version = "0.35.0"
2220source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.26#e9252ed42dc26fc85b6703b1ba50660a08209e55"2234source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27#e9252ed42dc26fc85b6703b1ba50660a08209e55"
2221dependencies = [2235dependencies = [
2222 "parity-scale-codec 3.1.5",2236 "parity-scale-codec 3.1.5",
2223 "primitive-types",2237 "primitive-types",
2228[[package]]2242[[package]]
2229name = "evm-gasometer"2243name = "evm-gasometer"
2230version = "0.35.0"2244version = "0.35.0"
2231source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.26#e9252ed42dc26fc85b6703b1ba50660a08209e55"2245source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27#e9252ed42dc26fc85b6703b1ba50660a08209e55"
2232dependencies = [2246dependencies = [
2233 "environmental",2247 "environmental",
2234 "evm-core",2248 "evm-core",
2239[[package]]2253[[package]]
2240name = "evm-runtime"2254name = "evm-runtime"
2241version = "0.35.0"2255version = "0.35.0"
2242source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.26#e9252ed42dc26fc85b6703b1ba50660a08209e55"2256source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27#e9252ed42dc26fc85b6703b1ba50660a08209e55"
2243dependencies = [2257dependencies = [
2244 "auto_impl",2258 "auto_impl",
2245 "environmental",2259 "environmental",
2246 "evm-core",2260 "evm-core",
2247 "primitive-types",2261 "primitive-types",
2248 "sha3 0.10.1",2262 "sha3 0.10.2",
2249]2263]
22502264
2251[[package]]2265[[package]]
2254source = "registry+https://github.com/rust-lang/crates.io-index"2268source = "registry+https://github.com/rust-lang/crates.io-index"
2255checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2269checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"
2256dependencies = [2270dependencies = [
2257 "futures 0.3.21",2271 "futures 0.3.23",
2258]2272]
22592273
2260[[package]]2274[[package]]
2331[[package]]2345[[package]]
2332name = "fc-consensus"2346name = "fc-consensus"
2333version = "2.0.0-dev"2347version = "2.0.0-dev"
2334source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2348source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
2335dependencies = [2349dependencies = [
2336 "async-trait",2350 "async-trait",
2337 "fc-db",2351 "fc-db",
2350[[package]]2364[[package]]
2351name = "fc-db"2365name = "fc-db"
2352version = "2.0.0-dev"2366version = "2.0.0-dev"
2353source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2367source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
2354dependencies = [2368dependencies = [
2355 "fp-storage",2369 "fp-storage",
2356 "kvdb-rocksdb",2370 "kvdb-rocksdb",
2366[[package]]2380[[package]]
2367name = "fc-mapping-sync"2381name = "fc-mapping-sync"
2368version = "2.0.0-dev"2382version = "2.0.0-dev"
2369source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2383source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
2370dependencies = [2384dependencies = [
2371 "fc-db",2385 "fc-db",
2372 "fp-consensus",2386 "fp-consensus",
2373 "fp-rpc",2387 "fp-rpc",
2374 "futures 0.3.21",2388 "futures 0.3.23",
2375 "futures-timer",2389 "futures-timer",
2376 "log",2390 "log",
2377 "sc-client-api",2391 "sc-client-api",
2383[[package]]2397[[package]]
2384name = "fc-rpc"2398name = "fc-rpc"
2385version = "2.0.0-dev"2399version = "2.0.0-dev"
2386source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2400source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
2387dependencies = [2401dependencies = [
2388 "ethereum",2402 "ethereum",
2389 "ethereum-types",2403 "ethereum-types",
2392 "fc-rpc-core",2406 "fc-rpc-core",
2393 "fp-rpc",2407 "fp-rpc",
2394 "fp-storage",2408 "fp-storage",
2395 "futures 0.3.21",2409 "futures 0.3.23",
2396 "hex",2410 "hex",
2397 "jsonrpsee",2411 "jsonrpsee",
2398 "libsecp256k1",2412 "libsecp256k1",
2423[[package]]2437[[package]]
2424name = "fc-rpc-core"2438name = "fc-rpc-core"
2425version = "1.1.0-dev"2439version = "1.1.0-dev"
2426source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2440source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
2427dependencies = [2441dependencies = [
2428 "ethereum",2442 "ethereum",
2429 "ethereum-types",2443 "ethereum-types",
2482checksum = "b22349c6a11563a202d95772a68e0fcf56119e74ea8a2a19cf2301460fcd0df5"2496checksum = "b22349c6a11563a202d95772a68e0fcf56119e74ea8a2a19cf2301460fcd0df5"
2483dependencies = [2497dependencies = [
2484 "either",2498 "either",
2485 "futures 0.3.21",2499 "futures 0.3.23",
2486 "futures-timer",2500 "futures-timer",
2487 "log",2501 "log",
2488 "num-traits",2502 "num-traits",
2546[[package]]2560[[package]]
2547name = "fork-tree"2561name = "fork-tree"
2548version = "3.0.0"2562version = "3.0.0"
2549source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2563source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
2550dependencies = [2564dependencies = [
2551 "parity-scale-codec 3.1.5",2565 "parity-scale-codec 3.1.5",
2552]2566]
2564[[package]]2578[[package]]
2565name = "fp-consensus"2579name = "fp-consensus"
2566version = "2.0.0-dev"2580version = "2.0.0-dev"
2567source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2581source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
2568dependencies = [2582dependencies = [
2569 "ethereum",2583 "ethereum",
2570 "parity-scale-codec 3.1.5",2584 "parity-scale-codec 3.1.5",
2576[[package]]2590[[package]]
2577name = "fp-evm"2591name = "fp-evm"
2578version = "3.0.0-dev"2592version = "3.0.0-dev"
2579source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2593source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
2580dependencies = [2594dependencies = [
2581 "evm",2595 "evm",
2582 "frame-support",2596 "frame-support",
2590[[package]]2604[[package]]
2591name = "fp-evm-mapping"2605name = "fp-evm-mapping"
2592version = "0.1.0"2606version = "0.1.0"
2593source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2607source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
2594dependencies = [2608dependencies = [
2595 "frame-support",2609 "frame-support",
2596 "sp-core",2610 "sp-core",
2599[[package]]2613[[package]]
2600name = "fp-rpc"2614name = "fp-rpc"
2601version = "3.0.0-dev"2615version = "3.0.0-dev"
2602source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2616source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
2603dependencies = [2617dependencies = [
2604 "ethereum",2618 "ethereum",
2605 "ethereum-types",2619 "ethereum-types",
2616[[package]]2630[[package]]
2617name = "fp-self-contained"2631name = "fp-self-contained"
2618version = "1.0.0-dev"2632version = "1.0.0-dev"
2619source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2633source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
2620dependencies = [2634dependencies = [
2621 "ethereum",2635 "ethereum",
2622 "frame-support",2636 "frame-support",
2632[[package]]2646[[package]]
2633name = "fp-storage"2647name = "fp-storage"
2634version = "2.0.0"2648version = "2.0.0"
2635source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2649source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
2636dependencies = [2650dependencies = [
2637 "parity-scale-codec 3.1.5",2651 "parity-scale-codec 3.1.5",
2638]2652]
26392653
2640[[package]]2654[[package]]
2641name = "frame-benchmarking"2655name = "frame-benchmarking"
2642version = "4.0.0-dev"2656version = "4.0.0-dev"
2643source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2657source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
2644dependencies = [2658dependencies = [
2645 "frame-support",2659 "frame-support",
2646 "frame-system",2660 "frame-system",
2662[[package]]2676[[package]]
2663name = "frame-benchmarking-cli"2677name = "frame-benchmarking-cli"
2664version = "4.0.0-dev"2678version = "4.0.0-dev"
2665source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2679source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
2666dependencies = [2680dependencies = [
2667 "Inflector",2681 "Inflector",
2668 "chrono",2682 "chrono",
2713[[package]]2727[[package]]
2714name = "frame-election-provider-solution-type"2728name = "frame-election-provider-solution-type"
2715version = "4.0.0-dev"2729version = "4.0.0-dev"
2716source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2730source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
2717dependencies = [2731dependencies = [
2718 "proc-macro-crate",2732 "proc-macro-crate",
2719 "proc-macro2",2733 "proc-macro2",
2724[[package]]2738[[package]]
2725name = "frame-election-provider-support"2739name = "frame-election-provider-support"
2726version = "4.0.0-dev"2740version = "4.0.0-dev"
2727source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2741source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
2728dependencies = [2742dependencies = [
2729 "frame-election-provider-solution-type",2743 "frame-election-provider-solution-type",
2730 "frame-support",2744 "frame-support",
2740[[package]]2754[[package]]
2741name = "frame-executive"2755name = "frame-executive"
2742version = "4.0.0-dev"2756version = "4.0.0-dev"
2743source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2757source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
2744dependencies = [2758dependencies = [
2745 "frame-support",2759 "frame-support",
2746 "frame-system",2760 "frame-system",
2768[[package]]2782[[package]]
2769name = "frame-support"2783name = "frame-support"
2770version = "4.0.0-dev"2784version = "4.0.0-dev"
2771source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2785source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
2772dependencies = [2786dependencies = [
2773 "bitflags",2787 "bitflags",
2774 "frame-metadata",2788 "frame-metadata",
2798[[package]]2812[[package]]
2799name = "frame-support-procedural"2813name = "frame-support-procedural"
2800version = "4.0.0-dev"2814version = "4.0.0-dev"
2801source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2815source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
2802dependencies = [2816dependencies = [
2803 "Inflector",2817 "Inflector",
2804 "frame-support-procedural-tools",2818 "frame-support-procedural-tools",
2810[[package]]2824[[package]]
2811name = "frame-support-procedural-tools"2825name = "frame-support-procedural-tools"
2812version = "4.0.0-dev"2826version = "4.0.0-dev"
2813source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2827source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
2814dependencies = [2828dependencies = [
2815 "frame-support-procedural-tools-derive",2829 "frame-support-procedural-tools-derive",
2816 "proc-macro-crate",2830 "proc-macro-crate",
2822[[package]]2836[[package]]
2823name = "frame-support-procedural-tools-derive"2837name = "frame-support-procedural-tools-derive"
2824version = "3.0.0"2838version = "3.0.0"
2825source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2839source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
2826dependencies = [2840dependencies = [
2827 "proc-macro2",2841 "proc-macro2",
2828 "quote",2842 "quote",
2832[[package]]2846[[package]]
2833name = "frame-system"2847name = "frame-system"
2834version = "4.0.0-dev"2848version = "4.0.0-dev"
2835source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2849source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
2836dependencies = [2850dependencies = [
2837 "frame-support",2851 "frame-support",
2838 "log",2852 "log",
2849[[package]]2863[[package]]
2850name = "frame-system-benchmarking"2864name = "frame-system-benchmarking"
2851version = "4.0.0-dev"2865version = "4.0.0-dev"
2852source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2866source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
2853dependencies = [2867dependencies = [
2854 "frame-benchmarking",2868 "frame-benchmarking",
2855 "frame-support",2869 "frame-support",
2864[[package]]2878[[package]]
2865name = "frame-system-rpc-runtime-api"2879name = "frame-system-rpc-runtime-api"
2866version = "4.0.0-dev"2880version = "4.0.0-dev"
2867source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2881source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
2868dependencies = [2882dependencies = [
2869 "parity-scale-codec 3.1.5",2883 "parity-scale-codec 3.1.5",
2870 "sp-api",2884 "sp-api",
2873[[package]]2887[[package]]
2874name = "frame-try-runtime"2888name = "frame-try-runtime"
2875version = "0.10.0-dev"2889version = "0.10.0-dev"
2876source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2890source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
2877dependencies = [2891dependencies = [
2878 "frame-support",2892 "frame-support",
2879 "sp-api",2893 "sp-api",
29352949
2936[[package]]2950[[package]]
2937name = "futures"2951name = "futures"
2938version = "0.3.21"2952version = "0.3.23"
2939source = "registry+https://github.com/rust-lang/crates.io-index"2953source = "registry+https://github.com/rust-lang/crates.io-index"
2940checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"2954checksum = "ab30e97ab6aacfe635fad58f22c2bb06c8b685f7421eb1e064a729e2a5f481fa"
2941dependencies = [2955dependencies = [
2942 "futures-channel",2956 "futures-channel",
2943 "futures-core",2957 "futures-core",
29502964
2951[[package]]2965[[package]]
2952name = "futures-channel"2966name = "futures-channel"
2953version = "0.3.21"2967version = "0.3.23"
2954source = "registry+https://github.com/rust-lang/crates.io-index"2968source = "registry+https://github.com/rust-lang/crates.io-index"
2955checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"2969checksum = "2bfc52cbddcfd745bf1740338492bb0bd83d76c67b445f91c5fb29fae29ecaa1"
2956dependencies = [2970dependencies = [
2957 "futures-core",2971 "futures-core",
2958 "futures-sink",2972 "futures-sink",
2959]2973]
29602974
2961[[package]]2975[[package]]
2962name = "futures-core"2976name = "futures-core"
2963version = "0.3.21"2977version = "0.3.23"
2964source = "registry+https://github.com/rust-lang/crates.io-index"2978source = "registry+https://github.com/rust-lang/crates.io-index"
2965checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"2979checksum = "d2acedae88d38235936c3922476b10fced7b2b68136f5e3c03c2d5be348a1115"
29662980
2967[[package]]2981[[package]]
2968name = "futures-executor"2982name = "futures-executor"
2969version = "0.3.21"2983version = "0.3.23"
2970source = "registry+https://github.com/rust-lang/crates.io-index"2984source = "registry+https://github.com/rust-lang/crates.io-index"
2971checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"2985checksum = "1d11aa21b5b587a64682c0094c2bdd4df0076c5324961a40cc3abd7f37930528"
2972dependencies = [2986dependencies = [
2973 "futures-core",2987 "futures-core",
2974 "futures-task",2988 "futures-task",
29782992
2979[[package]]2993[[package]]
2980name = "futures-io"2994name = "futures-io"
2981version = "0.3.21"2995version = "0.3.23"
2982source = "registry+https://github.com/rust-lang/crates.io-index"2996source = "registry+https://github.com/rust-lang/crates.io-index"
2983checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"2997checksum = "93a66fc6d035a26a3ae255a6d2bca35eda63ae4c5512bef54449113f7a1228e5"
29842998
2985[[package]]2999[[package]]
2986name = "futures-lite"3000name = "futures-lite"
29993013
3000[[package]]3014[[package]]
3001name = "futures-macro"3015name = "futures-macro"
3002version = "0.3.21"3016version = "0.3.23"
3003source = "registry+https://github.com/rust-lang/crates.io-index"3017source = "registry+https://github.com/rust-lang/crates.io-index"
3004checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"3018checksum = "0db9cce532b0eae2ccf2766ab246f114b56b9cf6d445e00c2549fbc100ca045d"
3005dependencies = [3019dependencies = [
3006 "proc-macro2",3020 "proc-macro2",
3007 "quote",3021 "quote",
30103024
3011[[package]]3025[[package]]
3012name = "futures-rustls"3026name = "futures-rustls"
3013version = "0.22.1"3027version = "0.22.2"
3014source = "registry+https://github.com/rust-lang/crates.io-index"3028source = "registry+https://github.com/rust-lang/crates.io-index"
3015checksum = "e01fe9932a224b72b45336d96040aa86386d674a31d0af27d800ea7bc8ca97fe"3029checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"
3016dependencies = [3030dependencies = [
3017 "futures-io",3031 "futures-io",
3018 "rustls",3032 "rustls",
30213035
3022[[package]]3036[[package]]
3023name = "futures-sink"3037name = "futures-sink"
3024version = "0.3.21"3038version = "0.3.23"
3025source = "registry+https://github.com/rust-lang/crates.io-index"3039source = "registry+https://github.com/rust-lang/crates.io-index"
3026checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"3040checksum = "ca0bae1fe9752cf7fd9b0064c674ae63f97b37bc714d745cbde0afb7ec4e6765"
30273041
3028[[package]]3042[[package]]
3029name = "futures-task"3043name = "futures-task"
3030version = "0.3.21"3044version = "0.3.23"
3031source = "registry+https://github.com/rust-lang/crates.io-index"3045source = "registry+https://github.com/rust-lang/crates.io-index"
3032checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"3046checksum = "842fc63b931f4056a24d59de13fb1272134ce261816e063e634ad0c15cdc5306"
30333047
3034[[package]]3048[[package]]
3035name = "futures-timer"3049name = "futures-timer"
30393053
3040[[package]]3054[[package]]
3041name = "futures-util"3055name = "futures-util"
3042version = "0.3.21"3056version = "0.3.23"
3043source = "registry+https://github.com/rust-lang/crates.io-index"3057source = "registry+https://github.com/rust-lang/crates.io-index"
3044checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"3058checksum = "f0828a5471e340229c11c77ca80017937ce3c58cb788a17e5f1c2d5c485a9577"
3045dependencies = [3059dependencies = [
3046 "futures 0.1.31",3060 "futures 0.1.31",
3047 "futures-channel",3061 "futures-channel",
30763090
3077[[package]]3091[[package]]
3078name = "generic-array"3092name = "generic-array"
3079version = "0.14.5"3093version = "0.14.6"
3080source = "registry+https://github.com/rust-lang/crates.io-index"3094source = "registry+https://github.com/rust-lang/crates.io-index"
3081checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"3095checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
3082dependencies = [3096dependencies = [
3083 "typenum",3097 "typenum",
3084 "version_check",3098 "version_check",
3247 "ahash",3261 "ahash",
3248]3262]
3249
3250[[package]]
3251name = "heck"
3252version = "0.3.3"
3253source = "registry+https://github.com/rust-lang/crates.io-index"
3254checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
3255dependencies = [
3256 "unicode-segmentation",
3257]
32583263
3259[[package]]3264[[package]]
3260name = "heck"3265name = "heck"
3316checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3321checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"
3317dependencies = [3322dependencies = [
3318 "digest 0.9.0",3323 "digest 0.9.0",
3319 "generic-array 0.14.5",3324 "generic-array 0.14.6",
3320 "hmac 0.8.1",3325 "hmac 0.8.1",
3321]3326]
33223327
3339dependencies = [3344dependencies = [
3340 "bytes",3345 "bytes",
3341 "fnv",3346 "fnv",
3342 "itoa 1.0.2",3347 "itoa 1.0.3",
3343]3348]
33443349
3345[[package]]3350[[package]]
3386 "http-body",3391 "http-body",
3387 "httparse",3392 "httparse",
3388 "httpdate",3393 "httpdate",
3389 "itoa 1.0.2",3394 "itoa 1.0.3",
3390 "pin-project-lite 0.2.9",3395 "pin-project-lite 0.2.9",
3391 "socket2",3396 "socket2",
3392 "tokio",3397 "tokio",
3410 "tokio-rustls",3415 "tokio-rustls",
3411]3416]
3417
3418[[package]]
3419name = "iana-time-zone"
3420version = "0.1.45"
3421source = "registry+https://github.com/rust-lang/crates.io-index"
3422checksum = "ef5528d9c2817db4e10cc78f8d4c8228906e5854f389ff6b076cee3572a09d35"
3423dependencies = [
3424 "android_system_properties",
3425 "core-foundation-sys",
3426 "js-sys",
3427 "wasm-bindgen",
3428 "winapi",
3429]
34123430
3413[[package]]3431[[package]]
3414name = "ident_case"3432name = "ident_case"
3446 "async-io",3464 "async-io",
3447 "core-foundation",3465 "core-foundation",
3448 "fnv",3466 "fnv",
3449 "futures 0.3.21",3467 "futures 0.3.23",
3450 "if-addrs",3468 "if-addrs",
3451 "ipnet",3469 "ipnet",
3452 "log",3470 "log",
35813599
3582[[package]]3600[[package]]
3583name = "itoa"3601name = "itoa"
3584version = "1.0.2"3602version = "1.0.3"
3585source = "registry+https://github.com/rust-lang/crates.io-index"3603source = "registry+https://github.com/rust-lang/crates.io-index"
3586checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"3604checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754"
35873605
3588[[package]]3606[[package]]
3589name = "jobserver"3607name = "jobserver"
37533771
3754[[package]]3772[[package]]
3755name = "kusama-runtime"3773name = "kusama-runtime"
3756version = "0.9.26"3774version = "0.9.27"
3757source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"3775source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
3758dependencies = [3776dependencies = [
3759 "beefy-primitives",3777 "beefy-primitives",
3760 "bitvec 1.0.1",3778 "bitvec 1.0.1",
3790 "pallet-multisig",3808 "pallet-multisig",
3791 "pallet-nomination-pools",3809 "pallet-nomination-pools",
3792 "pallet-nomination-pools-benchmarking",3810 "pallet-nomination-pools-benchmarking",
3811 "pallet-nomination-pools-runtime-api",
3793 "pallet-offences",3812 "pallet-offences",
3794 "pallet-offences-benchmarking",3813 "pallet-offences-benchmarking",
3795 "pallet-preimage",3814 "pallet-preimage",
38453864
3846[[package]]3865[[package]]
3847name = "kusama-runtime-constants"3866name = "kusama-runtime-constants"
3848version = "0.9.26"3867version = "0.9.27"
3849source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"3868source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
3850dependencies = [3869dependencies = [
3851 "frame-support",3870 "frame-support",
3852 "polkadot-primitives",3871 "polkadot-primitives",
39173936
3918[[package]]3937[[package]]
3919name = "libc"3938name = "libc"
3920version = "0.2.126"3939version = "0.2.131"
3921source = "registry+https://github.com/rust-lang/crates.io-index"3940source = "registry+https://github.com/rust-lang/crates.io-index"
3922checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"3941checksum = "04c3b4822ccebfa39c02fc03d1534441b22ead323fa0f48bb7ddd8e6ba076a40"
39233942
3924[[package]]3943[[package]]
3925name = "libloading"3944name = "libloading"
39433962
3944[[package]]3963[[package]]
3945name = "libm"3964name = "libm"
3946version = "0.2.2"3965version = "0.2.5"
3947source = "registry+https://github.com/rust-lang/crates.io-index"3966source = "registry+https://github.com/rust-lang/crates.io-index"
3948checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"3967checksum = "292a948cd991e376cf75541fe5b97a1081d713c618b4f1b9500f8844e49eb565"
39493968
3950[[package]]3969[[package]]
3951name = "libp2p"3970name = "libp2p"
3954checksum = "81327106887e42d004fbdab1fef93675be2e2e07c1b95fce45e2cc813485611d"3973checksum = "81327106887e42d004fbdab1fef93675be2e2e07c1b95fce45e2cc813485611d"
3955dependencies = [3974dependencies = [
3956 "bytes",3975 "bytes",
3957 "futures 0.3.21",3976 "futures 0.3.23",
3958 "futures-timer",3977 "futures-timer",
3959 "getrandom 0.2.7",3978 "getrandom 0.2.7",
3960 "instant",3979 "instant",
3998checksum = "4decc51f3573653a9f4ecacb31b1b922dd20c25a6322bb15318ec04287ec46f9"4017checksum = "4decc51f3573653a9f4ecacb31b1b922dd20c25a6322bb15318ec04287ec46f9"
3999dependencies = [4018dependencies = [
4000 "async-trait",4019 "async-trait",
4001 "futures 0.3.21",4020 "futures 0.3.23",
4002 "futures-timer",4021 "futures-timer",
4003 "instant",4022 "instant",
4004 "libp2p-core",4023 "libp2p-core",
4021 "ed25519-dalek",4040 "ed25519-dalek",
4022 "either",4041 "either",
4023 "fnv",4042 "fnv",
4024 "futures 0.3.21",4043 "futures 0.3.23",
4025 "futures-timer",4044 "futures-timer",
4026 "instant",4045 "instant",
4027 "lazy_static",4046 "lazy_static",
4052checksum = "d0183dc2a3da1fbbf85e5b6cf51217f55b14f5daea0c455a9536eef646bfec71"4071checksum = "d0183dc2a3da1fbbf85e5b6cf51217f55b14f5daea0c455a9536eef646bfec71"
4053dependencies = [4072dependencies = [
4054 "flate2",4073 "flate2",
4055 "futures 0.3.21",4074 "futures 0.3.23",
4056 "libp2p-core",4075 "libp2p-core",
4057]4076]
40584077
4063checksum = "6cbf54723250fa5d521383be789bf60efdabe6bacfb443f87da261019a49b4b5"4082checksum = "6cbf54723250fa5d521383be789bf60efdabe6bacfb443f87da261019a49b4b5"
4064dependencies = [4083dependencies = [
4065 "async-std-resolver",4084 "async-std-resolver",
4066 "futures 0.3.21",4085 "futures 0.3.23",
4067 "libp2p-core",4086 "libp2p-core",
4068 "log",4087 "log",
4069 "parking_lot 0.12.1",4088 "parking_lot 0.12.1",
4079dependencies = [4098dependencies = [
4080 "cuckoofilter",4099 "cuckoofilter",
4081 "fnv",4100 "fnv",
4082 "futures 0.3.21",4101 "futures 0.3.23",
4083 "libp2p-core",4102 "libp2p-core",
4084 "libp2p-swarm",4103 "libp2p-swarm",
4085 "log",4104 "log",
4100 "byteorder",4119 "byteorder",
4101 "bytes",4120 "bytes",
4102 "fnv",4121 "fnv",
4103 "futures 0.3.21",4122 "futures 0.3.23",
4104 "hex_fmt",4123 "hex_fmt",
4105 "instant",4124 "instant",
4106 "libp2p-core",4125 "libp2p-core",
4124checksum = "c50b585518f8efd06f93ac2f976bd672e17cdac794644b3117edd078e96bda06"4143checksum = "c50b585518f8efd06f93ac2f976bd672e17cdac794644b3117edd078e96bda06"
4125dependencies = [4144dependencies = [
4126 "asynchronous-codec",4145 "asynchronous-codec",
4127 "futures 0.3.21",4146 "futures 0.3.23",
4128 "futures-timer",4147 "futures-timer",
4129 "libp2p-core",4148 "libp2p-core",
4130 "libp2p-swarm",4149 "libp2p-swarm",
4149 "bytes",4168 "bytes",
4150 "either",4169 "either",
4151 "fnv",4170 "fnv",
4152 "futures 0.3.21",4171 "futures 0.3.23",
4153 "futures-timer",4172 "futures-timer",
4154 "instant",4173 "instant",
4155 "libp2p-core",4174 "libp2p-core",
4175 "async-io",4194 "async-io",
4176 "data-encoding",4195 "data-encoding",
4177 "dns-parser",4196 "dns-parser",
4178 "futures 0.3.21",4197 "futures 0.3.23",
4179 "if-watch",4198 "if-watch",
4180 "lazy_static",4199 "lazy_static",
4181 "libp2p-core",4200 "libp2p-core",
4211dependencies = [4230dependencies = [
4212 "asynchronous-codec",4231 "asynchronous-codec",
4213 "bytes",4232 "bytes",
4214 "futures 0.3.21",4233 "futures 0.3.23",
4215 "libp2p-core",4234 "libp2p-core",
4216 "log",4235 "log",
4217 "nohash-hasher",4236 "nohash-hasher",
4229dependencies = [4248dependencies = [
4230 "bytes",4249 "bytes",
4231 "curve25519-dalek 3.2.0",4250 "curve25519-dalek 3.2.0",
4232 "futures 0.3.21",4251 "futures 0.3.23",
4233 "lazy_static",4252 "lazy_static",
4234 "libp2p-core",4253 "libp2p-core",
4235 "log",4254 "log",
4249source = "registry+https://github.com/rust-lang/crates.io-index"4268source = "registry+https://github.com/rust-lang/crates.io-index"
4250checksum = "100a6934ae1dbf8a693a4e7dd1d730fd60b774dafc45688ed63b554497c6c925"4269checksum = "100a6934ae1dbf8a693a4e7dd1d730fd60b774dafc45688ed63b554497c6c925"
4251dependencies = [4270dependencies = [
4252 "futures 0.3.21",4271 "futures 0.3.23",
4253 "futures-timer",4272 "futures-timer",
4254 "instant",4273 "instant",
4255 "libp2p-core",4274 "libp2p-core",
4267dependencies = [4286dependencies = [
4268 "asynchronous-codec",4287 "asynchronous-codec",
4269 "bytes",4288 "bytes",
4270 "futures 0.3.21",4289 "futures 0.3.23",
4271 "libp2p-core",4290 "libp2p-core",
4272 "log",4291 "log",
4273 "prost",4292 "prost",
4282source = "registry+https://github.com/rust-lang/crates.io-index"4301source = "registry+https://github.com/rust-lang/crates.io-index"
4283checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4302checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"
4284dependencies = [4303dependencies = [
4285 "futures 0.3.21",4304 "futures 0.3.23",
4286 "log",4305 "log",
4287 "pin-project",4306 "pin-project",
4288 "rand 0.7.3",4307 "rand 0.7.3",
4299 "asynchronous-codec",4318 "asynchronous-codec",
4300 "bytes",4319 "bytes",
4301 "either",4320 "either",
4302 "futures 0.3.21",4321 "futures 0.3.23",
4303 "futures-timer",4322 "futures-timer",
4304 "instant",4323 "instant",
4305 "libp2p-core",4324 "libp2p-core",
4324dependencies = [4343dependencies = [
4325 "asynchronous-codec",4344 "asynchronous-codec",
4326 "bimap",4345 "bimap",
4327 "futures 0.3.21",4346 "futures 0.3.23",
4328 "futures-timer",4347 "futures-timer",
4329 "instant",4348 "instant",
4330 "libp2p-core",4349 "libp2p-core",
4347dependencies = [4366dependencies = [
4348 "async-trait",4367 "async-trait",
4349 "bytes",4368 "bytes",
4350 "futures 0.3.21",4369 "futures 0.3.23",
4351 "instant",4370 "instant",
4352 "libp2p-core",4371 "libp2p-core",
4353 "libp2p-swarm",4372 "libp2p-swarm",
4365dependencies = [4384dependencies = [
4366 "either",4385 "either",
4367 "fnv",4386 "fnv",
4368 "futures 0.3.21",4387 "futures 0.3.23",
4369 "futures-timer",4388 "futures-timer",
4370 "instant",4389 "instant",
4371 "libp2p-core",4390 "libp2p-core",
4394checksum = "8a6771dc19aa3c65d6af9a8c65222bfc8fcd446630ddca487acd161fa6096f3b"4413checksum = "8a6771dc19aa3c65d6af9a8c65222bfc8fcd446630ddca487acd161fa6096f3b"
4395dependencies = [4414dependencies = [
4396 "async-io",4415 "async-io",
4397 "futures 0.3.21",4416 "futures 0.3.23",
4398 "futures-timer",4417 "futures-timer",
4399 "if-watch",4418 "if-watch",
4400 "ipnet",4419 "ipnet",
4411checksum = "d125e3e5f0d58f3c6ac21815b20cf4b6a88b8db9dc26368ea821838f4161fd4d"4430checksum = "d125e3e5f0d58f3c6ac21815b20cf4b6a88b8db9dc26368ea821838f4161fd4d"
4412dependencies = [4431dependencies = [
4413 "async-std",4432 "async-std",
4414 "futures 0.3.21",4433 "futures 0.3.23",
4415 "libp2p-core",4434 "libp2p-core",
4416 "log",4435 "log",
4417]4436]
4422source = "registry+https://github.com/rust-lang/crates.io-index"4441source = "registry+https://github.com/rust-lang/crates.io-index"
4423checksum = "ec894790eec3c1608f8d1a8a0bdf0dbeb79ed4de2dce964222011c2896dfa05a"4442checksum = "ec894790eec3c1608f8d1a8a0bdf0dbeb79ed4de2dce964222011c2896dfa05a"
4424dependencies = [4443dependencies = [
4425 "futures 0.3.21",4444 "futures 0.3.23",
4426 "js-sys",4445 "js-sys",
4427 "libp2p-core",4446 "libp2p-core",
4428 "parity-send-wrapper",4447 "parity-send-wrapper",
4437checksum = "9808e57e81be76ff841c106b4c5974fb4d41a233a7bdd2afbf1687ac6def3818"4456checksum = "9808e57e81be76ff841c106b4c5974fb4d41a233a7bdd2afbf1687ac6def3818"
4438dependencies = [4457dependencies = [
4439 "either",4458 "either",
4440 "futures 0.3.21",4459 "futures 0.3.23",
4441 "futures-rustls",4460 "futures-rustls",
4442 "libp2p-core",4461 "libp2p-core",
4443 "log",4462 "log",
4455source = "registry+https://github.com/rust-lang/crates.io-index"4474source = "registry+https://github.com/rust-lang/crates.io-index"
4456checksum = "c6dea686217a06072033dc025631932810e2f6ad784e4fafa42e27d311c7a81c"4475checksum = "c6dea686217a06072033dc025631932810e2f6ad784e4fafa42e27d311c7a81c"
4457dependencies = [4476dependencies = [
4458 "futures 0.3.21",4477 "futures 0.3.23",
4459 "libp2p-core",4478 "libp2p-core",
4460 "parking_lot 0.12.1",4479 "parking_lot 0.12.1",
4461 "thiserror",4480 "thiserror",
4649 "libc",4668 "libc",
4650]4669]
4651
4652[[package]]
4653name = "maplit"
4654version = "1.0.2"
4655source = "registry+https://github.com/rust-lang/crates.io-index"
4656checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
46574670
4658[[package]]4671[[package]]
4659name = "match_cfg"4672name = "match_cfg"
47114724
4712[[package]]4725[[package]]
4713name = "memmap2"4726name = "memmap2"
4714version = "0.5.5"4727version = "0.5.7"
4715source = "registry+https://github.com/rust-lang/crates.io-index"4728source = "registry+https://github.com/rust-lang/crates.io-index"
4716checksum = "3a79b39c93a7a5a27eeaf9a23b5ff43f1b9e0ad6b1cdd441140ae53c35613fc7"4729checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498"
4717dependencies = [4730dependencies = [
4718 "libc",4731 "libc",
4719]4732]
4771source = "registry+https://github.com/rust-lang/crates.io-index"4784source = "registry+https://github.com/rust-lang/crates.io-index"
4772checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"4785checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"
4773dependencies = [4786dependencies = [
4774 "futures 0.3.21",4787 "futures 0.3.23",
4775 "rand 0.8.5",4788 "rand 0.8.5",
4776 "thrift",4789 "thrift",
4777]4790]
48404853
4841[[package]]4854[[package]]
4842name = "multihash"4855name = "multihash"
4843version = "0.16.2"4856version = "0.16.3"
4844source = "registry+https://github.com/rust-lang/crates.io-index"4857source = "registry+https://github.com/rust-lang/crates.io-index"
4845checksum = "e3db354f401db558759dfc1e568d010a5d4146f4d3f637be1275ec4a3cf09689"4858checksum = "1c346cf9999c631f002d8f977c4eaeaa0e6386f16007202308d0b3757522c2cc"
4846dependencies = [4859dependencies = [
4847 "blake2b_simd",4860 "blake2b_simd",
4848 "blake2s_simd",4861 "blake2s_simd",
4851 "digest 0.10.3",4864 "digest 0.10.3",
4852 "multihash-derive",4865 "multihash-derive",
4853 "sha2 0.10.2",4866 "sha2 0.10.2",
4854 "sha3 0.10.1",4867 "sha3 0.10.2",
4855 "unsigned-varint",4868 "unsigned-varint",
4856]4869]
48574870
4882checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"4895checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"
4883dependencies = [4896dependencies = [
4884 "bytes",4897 "bytes",
4885 "futures 0.3.21",4898 "futures 0.3.23",
4886 "log",4899 "log",
4887 "pin-project",4900 "pin-project",
4888 "smallvec",4901 "smallvec",
4978checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"4991checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"
4979dependencies = [4992dependencies = [
4980 "bytes",4993 "bytes",
4981 "futures 0.3.21",4994 "futures 0.3.23",
4982 "log",4995 "log",
4983 "netlink-packet-core",4996 "netlink-packet-core",
4984 "netlink-sys",4997 "netlink-sys",
4994dependencies = [5007dependencies = [
4995 "async-io",5008 "async-io",
4996 "bytes",5009 "bytes",
4997 "futures 0.3.21",5010 "futures 0.3.23",
4998 "libc",5011 "libc",
4999 "log",5012 "log",
5000]5013]
5257[[package]]5270[[package]]
5258name = "orchestra"5271name = "orchestra"
5259version = "0.0.1"5272version = "0.0.1"
5260source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"5273source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
5261dependencies = [5274dependencies = [
5262 "async-trait",5275 "async-trait",
5263 "dyn-clonable",5276 "dyn-clonable",
5264 "futures 0.3.21",5277 "futures 0.3.23",
5265 "futures-timer",5278 "futures-timer",
5266 "orchestra-proc-macro",5279 "orchestra-proc-macro",
5267 "pin-project",5280 "pin-project",
5273[[package]]5286[[package]]
5274name = "orchestra-proc-macro"5287name = "orchestra-proc-macro"
5275version = "0.0.1"5288version = "0.0.1"
5276source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"5289source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
5277dependencies = [5290dependencies = [
5278 "expander 0.0.6",5291 "expander 0.0.6",
5279 "itertools",5292 "itertools",
5296[[package]]5309[[package]]
5297name = "orml-vesting"5310name = "orml-vesting"
5298version = "0.4.1-dev"5311version = "0.4.1-dev"
5299source = "git+https://github.com/open-web3-stack/open-runtime-module-library?rev=8c625a5ab43c1c56cdeed5f8d814a891566d4cf8#8c625a5ab43c1c56cdeed5f8d814a891566d4cf8"5312source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.27#377213f750755cc48e80a3131eaae63b5eda8362"
5300dependencies = [5313dependencies = [
5301 "frame-support",5314 "frame-support",
5302 "frame-system",5315 "frame-system",
53105323
5311[[package]]5324[[package]]
5312name = "os_str_bytes"5325name = "os_str_bytes"
5313version = "6.2.0"5326version = "6.3.0"
5314source = "registry+https://github.com/rust-lang/crates.io-index"5327source = "registry+https://github.com/rust-lang/crates.io-index"
5315checksum = "648001efe5d5c0102d8cea768e348da85d90af8ba91f0bea908f157951493cd4"5328checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"
53165329
5317[[package]]5330[[package]]
5318name = "owning_ref"5331name = "owning_ref"
5326[[package]]5339[[package]]
5327name = "pallet-aura"5340name = "pallet-aura"
5328version = "4.0.0-dev"5341version = "4.0.0-dev"
5329source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5342source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5330dependencies = [5343dependencies = [
5331 "frame-support",5344 "frame-support",
5332 "frame-system",5345 "frame-system",
5342[[package]]5355[[package]]
5343name = "pallet-authority-discovery"5356name = "pallet-authority-discovery"
5344version = "4.0.0-dev"5357version = "4.0.0-dev"
5345source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5358source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5346dependencies = [5359dependencies = [
5347 "frame-support",5360 "frame-support",
5348 "frame-system",5361 "frame-system",
5358[[package]]5371[[package]]
5359name = "pallet-authorship"5372name = "pallet-authorship"
5360version = "4.0.0-dev"5373version = "4.0.0-dev"
5361source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5374source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5362dependencies = [5375dependencies = [
5363 "frame-support",5376 "frame-support",
5364 "frame-system",5377 "frame-system",
5373[[package]]5386[[package]]
5374name = "pallet-babe"5387name = "pallet-babe"
5375version = "4.0.0-dev"5388version = "4.0.0-dev"
5376source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5389source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5377dependencies = [5390dependencies = [
5378 "frame-benchmarking",5391 "frame-benchmarking",
5379 "frame-support",5392 "frame-support",
5397[[package]]5410[[package]]
5398name = "pallet-bags-list"5411name = "pallet-bags-list"
5399version = "4.0.0-dev"5412version = "4.0.0-dev"
5400source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5413source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5401dependencies = [5414dependencies = [
5402 "frame-benchmarking",5415 "frame-benchmarking",
5403 "frame-election-provider-support",5416 "frame-election-provider-support",
5417[[package]]5430[[package]]
5418name = "pallet-balances"5431name = "pallet-balances"
5419version = "4.0.0-dev"5432version = "4.0.0-dev"
5420source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5433source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5421dependencies = [5434dependencies = [
5422 "frame-benchmarking",5435 "frame-benchmarking",
5423 "frame-support",5436 "frame-support",
5432[[package]]5445[[package]]
5433name = "pallet-base-fee"5446name = "pallet-base-fee"
5434version = "1.0.0"5447version = "1.0.0"
5435source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"5448source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
5436dependencies = [5449dependencies = [
5437 "fp-evm",5450 "fp-evm",
5438 "frame-support",5451 "frame-support",
5447[[package]]5460[[package]]
5448name = "pallet-beefy"5461name = "pallet-beefy"
5449version = "4.0.0-dev"5462version = "4.0.0-dev"
5450source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5463source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5451dependencies = [5464dependencies = [
5452 "beefy-primitives",5465 "beefy-primitives",
5453 "frame-support",5466 "frame-support",
5463[[package]]5476[[package]]
5464name = "pallet-beefy-mmr"5477name = "pallet-beefy-mmr"
5465version = "4.0.0-dev"5478version = "4.0.0-dev"
5466source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5479source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5467dependencies = [5480dependencies = [
5468 "beefy-merkle-tree",5481 "beefy-merkle-tree",
5469 "beefy-primitives",5482 "beefy-primitives",
5486[[package]]5499[[package]]
5487name = "pallet-bounties"5500name = "pallet-bounties"
5488version = "4.0.0-dev"5501version = "4.0.0-dev"
5489source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5502source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5490dependencies = [5503dependencies = [
5491 "frame-benchmarking",5504 "frame-benchmarking",
5492 "frame-support",5505 "frame-support",
5504[[package]]5517[[package]]
5505name = "pallet-child-bounties"5518name = "pallet-child-bounties"
5506version = "4.0.0-dev"5519version = "4.0.0-dev"
5507source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5520source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5508dependencies = [5521dependencies = [
5509 "frame-benchmarking",5522 "frame-benchmarking",
5510 "frame-support",5523 "frame-support",
5523[[package]]5536[[package]]
5524name = "pallet-collective"5537name = "pallet-collective"
5525version = "4.0.0-dev"5538version = "4.0.0-dev"
5526source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5539source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5527dependencies = [5540dependencies = [
5528 "frame-benchmarking",5541 "frame-benchmarking",
5529 "frame-support",5542 "frame-support",
5577[[package]]5590[[package]]
5578name = "pallet-democracy"5591name = "pallet-democracy"
5579version = "4.0.0-dev"5592version = "4.0.0-dev"
5580source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5593source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5581dependencies = [5594dependencies = [
5582 "frame-benchmarking",5595 "frame-benchmarking",
5583 "frame-support",5596 "frame-support",
5593[[package]]5606[[package]]
5594name = "pallet-election-provider-multi-phase"5607name = "pallet-election-provider-multi-phase"
5595version = "4.0.0-dev"5608version = "4.0.0-dev"
5596source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5609source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5597dependencies = [5610dependencies = [
5598 "frame-benchmarking",5611 "frame-benchmarking",
5599 "frame-election-provider-support",5612 "frame-election-provider-support",
5610 "sp-runtime",5623 "sp-runtime",
5611 "sp-std",5624 "sp-std",
5612 "static_assertions",5625 "static_assertions",
5613 "strum 0.23.0",5626 "strum",
5614]5627]
56155628
5616[[package]]5629[[package]]
5617name = "pallet-election-provider-support-benchmarking"5630name = "pallet-election-provider-support-benchmarking"
5618version = "4.0.0-dev"5631version = "4.0.0-dev"
5619source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5632source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5620dependencies = [5633dependencies = [
5621 "frame-benchmarking",5634 "frame-benchmarking",
5622 "frame-election-provider-support",5635 "frame-election-provider-support",
5629[[package]]5642[[package]]
5630name = "pallet-elections-phragmen"5643name = "pallet-elections-phragmen"
5631version = "5.0.0-dev"5644version = "5.0.0-dev"
5632source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5645source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5633dependencies = [5646dependencies = [
5634 "frame-benchmarking",5647 "frame-benchmarking",
5635 "frame-support",5648 "frame-support",
5647[[package]]5660[[package]]
5648name = "pallet-ethereum"5661name = "pallet-ethereum"
5649version = "4.0.0-dev"5662version = "4.0.0-dev"
5650source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"5663source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
5651dependencies = [5664dependencies = [
5652 "ethereum",5665 "ethereum",
5653 "ethereum-types",5666 "ethereum-types",
5667 "rlp",5680 "rlp",
5668 "scale-info",5681 "scale-info",
5669 "serde",5682 "serde",
5670 "sha3 0.10.1",5683 "sha3 0.10.2",
5671 "sp-io",5684 "sp-io",
5672 "sp-runtime",5685 "sp-runtime",
5673 "sp-std",5686 "sp-std",
5676[[package]]5689[[package]]
5677name = "pallet-evm"5690name = "pallet-evm"
5678version = "6.0.0-dev"5691version = "6.0.0-dev"
5679source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"5692source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27#64915c0986fcf2bbe942794b838c0cf359c93c21"
5680dependencies = [5693dependencies = [
5681 "evm",5694 "evm",
5682 "fp-evm",5695 "fp-evm",
5693 "rlp",5706 "rlp",
5694 "scale-info",5707 "scale-info",
5695 "serde",5708 "serde",
5696 "sha3 0.10.1",5709 "sha3 0.10.2",
5697 "sp-core",5710 "sp-core",
5698 "sp-io",5711 "sp-io",
5699 "sp-runtime",5712 "sp-runtime",
5799[[package]]5812[[package]]
5800name = "pallet-gilt"5813name = "pallet-gilt"
5801version = "4.0.0-dev"5814version = "4.0.0-dev"
5802source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5815source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5803dependencies = [5816dependencies = [
5804 "frame-benchmarking",5817 "frame-benchmarking",
5805 "frame-support",5818 "frame-support",
5814[[package]]5827[[package]]
5815name = "pallet-grandpa"5828name = "pallet-grandpa"
5816version = "4.0.0-dev"5829version = "4.0.0-dev"
5817source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5830source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5818dependencies = [5831dependencies = [
5819 "frame-benchmarking",5832 "frame-benchmarking",
5820 "frame-support",5833 "frame-support",
5837[[package]]5850[[package]]
5838name = "pallet-identity"5851name = "pallet-identity"
5839version = "4.0.0-dev"5852version = "4.0.0-dev"
5840source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5853source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5841dependencies = [5854dependencies = [
5842 "enumflags2",5855 "enumflags2",
5843 "frame-benchmarking",5856 "frame-benchmarking",
5853[[package]]5866[[package]]
5854name = "pallet-im-online"5867name = "pallet-im-online"
5855version = "4.0.0-dev"5868version = "4.0.0-dev"
5856source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5869source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5857dependencies = [5870dependencies = [
5858 "frame-benchmarking",5871 "frame-benchmarking",
5859 "frame-support",5872 "frame-support",
5873[[package]]5886[[package]]
5874name = "pallet-indices"5887name = "pallet-indices"
5875version = "4.0.0-dev"5888version = "4.0.0-dev"
5876source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5889source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5877dependencies = [5890dependencies = [
5878 "frame-benchmarking",5891 "frame-benchmarking",
5879 "frame-support",5892 "frame-support",
5909[[package]]5922[[package]]
5910name = "pallet-membership"5923name = "pallet-membership"
5911version = "4.0.0-dev"5924version = "4.0.0-dev"
5912source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5925source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5913dependencies = [5926dependencies = [
5914 "frame-benchmarking",5927 "frame-benchmarking",
5915 "frame-support",5928 "frame-support",
5926[[package]]5939[[package]]
5927name = "pallet-mmr"5940name = "pallet-mmr"
5928version = "4.0.0-dev"5941version = "4.0.0-dev"
5929source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5942source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5930dependencies = [5943dependencies = [
5931 "ckb-merkle-mountain-range",5944 "ckb-merkle-mountain-range",
5932 "frame-benchmarking",5945 "frame-benchmarking",
5944[[package]]5957[[package]]
5945name = "pallet-mmr-rpc"5958name = "pallet-mmr-rpc"
5946version = "3.0.0"5959version = "3.0.0"
5947source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5960source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5948dependencies = [5961dependencies = [
5949 "jsonrpsee",5962 "jsonrpsee",
5950 "parity-scale-codec 3.1.5",5963 "parity-scale-codec 3.1.5",
5959[[package]]5972[[package]]
5960name = "pallet-multisig"5973name = "pallet-multisig"
5961version = "4.0.0-dev"5974version = "4.0.0-dev"
5962source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5975source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5963dependencies = [5976dependencies = [
5964 "frame-benchmarking",5977 "frame-benchmarking",
5965 "frame-support",5978 "frame-support",
5974[[package]]5987[[package]]
5975name = "pallet-nomination-pools"5988name = "pallet-nomination-pools"
5976version = "1.0.0"5989version = "1.0.0"
5977source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5990source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5978dependencies = [5991dependencies = [
5979 "frame-support",5992 "frame-support",
5980 "frame-system",5993 "frame-system",
5991[[package]]6004[[package]]
5992name = "pallet-nomination-pools-benchmarking"6005name = "pallet-nomination-pools-benchmarking"
5993version = "1.0.0"6006version = "1.0.0"
5994source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6007source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
5995dependencies = [6008dependencies = [
5996 "frame-benchmarking",6009 "frame-benchmarking",
5997 "frame-election-provider-support",6010 "frame-election-provider-support",
6007 "sp-std",6020 "sp-std",
6008]6021]
6022
6023[[package]]
6024name = "pallet-nomination-pools-runtime-api"
6025version = "1.0.0-dev"
6026source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
6027dependencies = [
6028 "parity-scale-codec 3.1.5",
6029 "sp-api",
6030 "sp-std",
6031]
60096032
6010[[package]]6033[[package]]
6011name = "pallet-nonfungible"6034name = "pallet-nonfungible"
6032[[package]]6055[[package]]
6033name = "pallet-offences"6056name = "pallet-offences"
6034version = "4.0.0-dev"6057version = "4.0.0-dev"
6035source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6058source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
6036dependencies = [6059dependencies = [
6037 "frame-support",6060 "frame-support",
6038 "frame-system",6061 "frame-system",
6049[[package]]6072[[package]]
6050name = "pallet-offences-benchmarking"6073name = "pallet-offences-benchmarking"
6051version = "4.0.0-dev"6074version = "4.0.0-dev"
6052source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6075source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
6053dependencies = [6076dependencies = [
6054 "frame-benchmarking",6077 "frame-benchmarking",
6055 "frame-election-provider-support",6078 "frame-election-provider-support",
6072[[package]]6095[[package]]
6073name = "pallet-preimage"6096name = "pallet-preimage"
6074version = "4.0.0-dev"6097version = "4.0.0-dev"
6075source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6098source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
6076dependencies = [6099dependencies = [
6077 "frame-benchmarking",6100 "frame-benchmarking",
6078 "frame-support",6101 "frame-support",
6088[[package]]6111[[package]]
6089name = "pallet-proxy"6112name = "pallet-proxy"
6090version = "4.0.0-dev"6113version = "4.0.0-dev"
6091source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6114source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
6092dependencies = [6115dependencies = [
6093 "frame-benchmarking",6116 "frame-benchmarking",
6094 "frame-support",6117 "frame-support",
6103[[package]]6126[[package]]
6104name = "pallet-randomness-collective-flip"6127name = "pallet-randomness-collective-flip"
6105version = "4.0.0-dev"6128version = "4.0.0-dev"
6106source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6129source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
6107dependencies = [6130dependencies = [
6108 "frame-support",6131 "frame-support",
6109 "frame-system",6132 "frame-system",
6117[[package]]6140[[package]]
6118name = "pallet-recovery"6141name = "pallet-recovery"
6119version = "4.0.0-dev"6142version = "4.0.0-dev"
6120source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6143source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
6121dependencies = [6144dependencies = [
6122 "frame-benchmarking",6145 "frame-benchmarking",
6123 "frame-support",6146 "frame-support",
6196[[package]]6219[[package]]
6197name = "pallet-scheduler"6220name = "pallet-scheduler"
6198version = "4.0.0-dev"6221version = "4.0.0-dev"
6199source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6222source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
6200dependencies = [6223dependencies = [
6201 "frame-benchmarking",6224 "frame-benchmarking",
6202 "frame-support",6225 "frame-support",
6212[[package]]6235[[package]]
6213name = "pallet-session"6236name = "pallet-session"
6214version = "4.0.0-dev"6237version = "4.0.0-dev"
6215source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6238source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
6216dependencies = [6239dependencies = [
6217 "frame-support",6240 "frame-support",
6218 "frame-system",6241 "frame-system",
6233[[package]]6256[[package]]
6234name = "pallet-session-benchmarking"6257name = "pallet-session-benchmarking"
6235version = "4.0.0-dev"6258version = "4.0.0-dev"
6236source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6259source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
6237dependencies = [6260dependencies = [
6238 "frame-benchmarking",6261 "frame-benchmarking",
6239 "frame-support",6262 "frame-support",
6249[[package]]6272[[package]]
6250name = "pallet-society"6273name = "pallet-society"
6251version = "4.0.0-dev"6274version = "4.0.0-dev"
6252source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6275source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
6253dependencies = [6276dependencies = [
6254 "frame-support",6277 "frame-support",
6255 "frame-system",6278 "frame-system",
6263[[package]]6286[[package]]
6264name = "pallet-staking"6287name = "pallet-staking"
6265version = "4.0.0-dev"6288version = "4.0.0-dev"
6266source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6289source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
6267dependencies = [6290dependencies = [
6268 "frame-benchmarking",6291 "frame-benchmarking",
6269 "frame-election-provider-support",6292 "frame-election-provider-support",
6286[[package]]6309[[package]]
6287name = "pallet-staking-reward-curve"6310name = "pallet-staking-reward-curve"
6288version = "4.0.0-dev"6311version = "4.0.0-dev"
6289source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6312source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
6290dependencies = [6313dependencies = [
6291 "proc-macro-crate",6314 "proc-macro-crate",
6292 "proc-macro2",6315 "proc-macro2",
6297[[package]]6320[[package]]
6298name = "pallet-staking-reward-fn"6321name = "pallet-staking-reward-fn"
6299version = "4.0.0-dev"6322version = "4.0.0-dev"
6300source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6323source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
6301dependencies = [6324dependencies = [
6302 "log",6325 "log",
6303 "sp-arithmetic",6326 "sp-arithmetic",
6321[[package]]6344[[package]]
6322name = "pallet-sudo"6345name = "pallet-sudo"
6323version = "4.0.0-dev"6346version = "4.0.0-dev"
6324source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6347source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
6325dependencies = [6348dependencies = [
6326 "frame-support",6349 "frame-support",
6327 "frame-system",6350 "frame-system",
6335[[package]]6358[[package]]
6336name = "pallet-template-transaction-payment"6359name = "pallet-template-transaction-payment"
6337version = "3.0.0"6360version = "3.0.0"
6338source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.26#711367a0ba6c495438f6e05e5c28690fc90bfdec"6361source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.27#853766d6033ceb68a2bef196790b962dd0663a04"
6339dependencies = [6362dependencies = [
6340 "frame-benchmarking",6363 "frame-benchmarking",
6341 "frame-support",6364 "frame-support",
6355[[package]]6378[[package]]
6356name = "pallet-timestamp"6379name = "pallet-timestamp"
6357version = "4.0.0-dev"6380version = "4.0.0-dev"
6358source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6381source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
6359dependencies = [6382dependencies = [
6360 "frame-benchmarking",6383 "frame-benchmarking",
6361 "frame-support",6384 "frame-support",
6373[[package]]6396[[package]]
6374name = "pallet-tips"6397name = "pallet-tips"
6375version = "4.0.0-dev"6398version = "4.0.0-dev"
6376source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6399source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
6377dependencies = [6400dependencies = [
6378 "frame-benchmarking",6401 "frame-benchmarking",
6379 "frame-support",6402 "frame-support",
6392[[package]]6415[[package]]
6393name = "pallet-transaction-payment"6416name = "pallet-transaction-payment"
6394version = "4.0.0-dev"6417version = "4.0.0-dev"
6395source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6418source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
6396dependencies = [6419dependencies = [
6397 "frame-support",6420 "frame-support",
6398 "frame-system",6421 "frame-system",
6408[[package]]6431[[package]]
6409name = "pallet-transaction-payment-rpc"6432name = "pallet-transaction-payment-rpc"
6410version = "4.0.0-dev"6433version = "4.0.0-dev"
6411source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6434source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
6412dependencies = [6435dependencies = [
6413 "jsonrpsee",6436 "jsonrpsee",
6414 "pallet-transaction-payment-rpc-runtime-api",6437 "pallet-transaction-payment-rpc-runtime-api",
6423[[package]]6446[[package]]
6424name = "pallet-transaction-payment-rpc-runtime-api"6447name = "pallet-transaction-payment-rpc-runtime-api"
6425version = "4.0.0-dev"6448version = "4.0.0-dev"
6426source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6449source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
6427dependencies = [6450dependencies = [
6428 "pallet-transaction-payment",6451 "pallet-transaction-payment",
6429 "parity-scale-codec 3.1.5",6452 "parity-scale-codec 3.1.5",
6434[[package]]6457[[package]]
6435name = "pallet-treasury"6458name = "pallet-treasury"
6436version = "4.0.0-dev"6459version = "4.0.0-dev"
6437source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
6438dependencies = [6461dependencies = [
6439 "frame-benchmarking",6462 "frame-benchmarking",
6440 "frame-support",6463 "frame-support",
6494[[package]]6517[[package]]
6495name = "pallet-utility"6518name = "pallet-utility"
6496version = "4.0.0-dev"6519version = "4.0.0-dev"
6497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6520source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
6498dependencies = [6521dependencies = [
6499 "frame-benchmarking",6522 "frame-benchmarking",
6500 "frame-support",6523 "frame-support",
6510[[package]]6533[[package]]
6511name = "pallet-vesting"6534name = "pallet-vesting"
6512version = "4.0.0-dev"6535version = "4.0.0-dev"
6513source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6536source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
6514dependencies = [6537dependencies = [
6515 "frame-benchmarking",6538 "frame-benchmarking",
6516 "frame-support",6539 "frame-support",
65246547
6525[[package]]6548[[package]]
6526name = "pallet-xcm"6549name = "pallet-xcm"
6527version = "0.9.26"6550version = "0.9.27"
6528source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"6551source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
6529dependencies = [6552dependencies = [
6530 "frame-support",6553 "frame-support",
6531 "frame-system",6554 "frame-system",
65426565
6543[[package]]6566[[package]]
6544name = "pallet-xcm-benchmarks"6567name = "pallet-xcm-benchmarks"
6545version = "0.9.26"6568version = "0.9.27"
6546source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"6569source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
6547dependencies = [6570dependencies = [
6548 "frame-benchmarking",6571 "frame-benchmarking",
6549 "frame-support",6572 "frame-support",
6560[[package]]6583[[package]]
6561name = "parachain-info"6584name = "parachain-info"
6562version = "0.1.0"6585version = "0.1.0"
6563source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"6586source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.27#66b684f88eba6c755651b8c47dccad2c2d9ac3db"
6564dependencies = [6587dependencies = [
6565 "cumulus-primitives-core",6588 "cumulus-primitives-core",
6566 "frame-support",6589 "frame-support",
67476770
6748[[package]]6771[[package]]
6749name = "paste"6772name = "paste"
6750version = "1.0.7"6773version = "1.0.8"
6751source = "registry+https://github.com/rust-lang/crates.io-index"6774source = "registry+https://github.com/rust-lang/crates.io-index"
6752checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"6775checksum = "9423e2b32f7a043629287a536f21951e8c6a82482d0acb1eeebfc90bc2225b22"
67536776
6754[[package]]6777[[package]]
6755name = "pbkdf2"6778name = "pbkdf2"
67836806
6784[[package]]6807[[package]]
6785name = "pest"6808name = "pest"
6786version = "2.1.3"6809version = "2.2.1"
6787source = "registry+https://github.com/rust-lang/crates.io-index"6810source = "registry+https://github.com/rust-lang/crates.io-index"
6788checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"6811checksum = "69486e2b8c2d2aeb9762db7b4e00b0331156393555cff467f4163ff06821eef8"
6789dependencies = [6812dependencies = [
6813 "thiserror",
6790 "ucd-trie",6814 "ucd-trie",
6791]6815]
67926816
6793[[package]]6817[[package]]
6794name = "pest_derive"6818name = "pest_derive"
6795version = "2.1.0"6819version = "2.2.1"
6796source = "registry+https://github.com/rust-lang/crates.io-index"6820source = "registry+https://github.com/rust-lang/crates.io-index"
6797checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"6821checksum = "b13570633aff33c6d22ce47dd566b10a3b9122c2fe9d8e7501895905be532b91"
6798dependencies = [6822dependencies = [
6799 "pest",6823 "pest",
6800 "pest_generator",6824 "pest_generator",
6801]6825]
68026826
6803[[package]]6827[[package]]
6804name = "pest_generator"6828name = "pest_generator"
6805version = "2.1.3"6829version = "2.2.1"
6806source = "registry+https://github.com/rust-lang/crates.io-index"6830source = "registry+https://github.com/rust-lang/crates.io-index"
6807checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"6831checksum = "b3c567e5702efdc79fb18859ea74c3eb36e14c43da7b8c1f098a4ed6514ec7a0"
6808dependencies = [6832dependencies = [
6809 "pest",6833 "pest",
6810 "pest_meta",6834 "pest_meta",
68156839
6816[[package]]6840[[package]]
6817name = "pest_meta"6841name = "pest_meta"
6818version = "2.1.3"6842version = "2.2.1"
6819source = "registry+https://github.com/rust-lang/crates.io-index"6843source = "registry+https://github.com/rust-lang/crates.io-index"
6820checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"6844checksum = "5eb32be5ee3bbdafa8c7a18b0a8a8d962b66cfa2ceee4037f49267a50ee821fe"
6821dependencies = [6845dependencies = [
6822 "maplit",6846 "once_cell",
6823 "pest",6847 "pest",
6824 "sha-1 0.8.2",6848 "sha-1 0.10.0",
6825]6849]
68266850
6827[[package]]6851[[package]]
68366860
6837[[package]]6861[[package]]
6838name = "pin-project"6862name = "pin-project"
6839version = "1.0.11"6863version = "1.0.12"
6840source = "registry+https://github.com/rust-lang/crates.io-index"6864source = "registry+https://github.com/rust-lang/crates.io-index"
6841checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260"6865checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
6842dependencies = [6866dependencies = [
6843 "pin-project-internal",6867 "pin-project-internal",
6844]6868]
68456869
6846[[package]]6870[[package]]
6847name = "pin-project-internal"6871name = "pin-project-internal"
6848version = "1.0.11"6872version = "1.0.12"
6849source = "registry+https://github.com/rust-lang/crates.io-index"6873source = "registry+https://github.com/rust-lang/crates.io-index"
6850checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74"6874checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
6851dependencies = [6875dependencies = [
6852 "proc-macro2",6876 "proc-macro2",
6853 "quote",6877 "quote",
68866910
6887[[package]]6911[[package]]
6888name = "polkadot-approval-distribution"6912name = "polkadot-approval-distribution"
6889version = "0.9.26"6913version = "0.9.27"
6890source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"6914source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
6891dependencies = [6915dependencies = [
6892 "futures 0.3.21",6916 "futures 0.3.23",
6893 "polkadot-node-network-protocol",6917 "polkadot-node-network-protocol",
6894 "polkadot-node-primitives",6918 "polkadot-node-primitives",
6895 "polkadot-node-subsystem",6919 "polkadot-node-subsystem",
69016925
6902[[package]]6926[[package]]
6903name = "polkadot-availability-bitfield-distribution"6927name = "polkadot-availability-bitfield-distribution"
6904version = "0.9.26"6928version = "0.9.27"
6905source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"6929source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
6906dependencies = [6930dependencies = [
6907 "futures 0.3.21",6931 "futures 0.3.23",
6908 "polkadot-node-network-protocol",6932 "polkadot-node-network-protocol",
6909 "polkadot-node-subsystem",6933 "polkadot-node-subsystem",
6910 "polkadot-node-subsystem-util",6934 "polkadot-node-subsystem-util",
69156939
6916[[package]]6940[[package]]
6917name = "polkadot-availability-distribution"6941name = "polkadot-availability-distribution"
6918version = "0.9.26"6942version = "0.9.27"
6919source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"6943source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
6920dependencies = [6944dependencies = [
6921 "derive_more",6945 "derive_more",
6922 "fatality",6946 "fatality",
6923 "futures 0.3.21",6947 "futures 0.3.23",
6924 "lru 0.7.8",6948 "lru 0.7.8",
6925 "parity-scale-codec 3.1.5",6949 "parity-scale-codec 3.1.5",
6926 "polkadot-erasure-coding",6950 "polkadot-erasure-coding",
69386962
6939[[package]]6963[[package]]
6940name = "polkadot-availability-recovery"6964name = "polkadot-availability-recovery"
6941version = "0.9.26"6965version = "0.9.27"
6942source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"6966source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
6943dependencies = [6967dependencies = [
6944 "fatality",6968 "fatality",
6945 "futures 0.3.21",6969 "futures 0.3.23",
6946 "lru 0.7.8",6970 "lru 0.7.8",
6947 "parity-scale-codec 3.1.5",6971 "parity-scale-codec 3.1.5",
6948 "polkadot-erasure-coding",6972 "polkadot-erasure-coding",
69596983
6960[[package]]6984[[package]]
6961name = "polkadot-cli"6985name = "polkadot-cli"
6962version = "0.9.26"6986version = "0.9.27"
6963source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"6987source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
6964dependencies = [6988dependencies = [
6965 "clap",6989 "clap",
6966 "frame-benchmarking-cli",6990 "frame-benchmarking-cli",
6967 "futures 0.3.21",6991 "futures 0.3.23",
6968 "log",6992 "log",
6969 "polkadot-client",6993 "polkadot-client",
6970 "polkadot-node-core-pvf",6994 "polkadot-node-core-pvf",
6976 "sc-sysinfo",7000 "sc-sysinfo",
6977 "sc-tracing",7001 "sc-tracing",
6978 "sp-core",7002 "sp-core",
7003 "sp-keyring",
6979 "sp-trie",7004 "sp-trie",
6980 "substrate-build-script-utils",7005 "substrate-build-script-utils",
6981 "thiserror",7006 "thiserror",
69847009
6985[[package]]7010[[package]]
6986name = "polkadot-client"7011name = "polkadot-client"
6987version = "0.9.26"7012version = "0.9.27"
6988source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7013source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
6989dependencies = [7014dependencies = [
6990 "beefy-primitives",7015 "beefy-primitives",
6991 "frame-benchmarking",7016 "frame-benchmarking",
70247049
7025[[package]]7050[[package]]
7026name = "polkadot-collator-protocol"7051name = "polkadot-collator-protocol"
7027version = "0.9.26"7052version = "0.9.27"
7028source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7053source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7029dependencies = [7054dependencies = [
7030 "always-assert",7055 "always-assert",
7031 "fatality",7056 "fatality",
7032 "futures 0.3.21",7057 "futures 0.3.23",
7033 "futures-timer",7058 "futures-timer",
7034 "polkadot-node-network-protocol",7059 "polkadot-node-network-protocol",
7035 "polkadot-node-primitives",7060 "polkadot-node-primitives",
70457070
7046[[package]]7071[[package]]
7047name = "polkadot-core-primitives"7072name = "polkadot-core-primitives"
7048version = "0.9.26"7073version = "0.9.27"
7049source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7074source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7050dependencies = [7075dependencies = [
7051 "parity-scale-codec 3.1.5",7076 "parity-scale-codec 3.1.5",
7052 "parity-util-mem",7077 "parity-util-mem",
70587083
7059[[package]]7084[[package]]
7060name = "polkadot-dispute-distribution"7085name = "polkadot-dispute-distribution"
7061version = "0.9.26"7086version = "0.9.27"
7062source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7087source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7063dependencies = [7088dependencies = [
7064 "derive_more",7089 "derive_more",
7065 "fatality",7090 "fatality",
7066 "futures 0.3.21",7091 "futures 0.3.23",
7067 "lru 0.7.8",7092 "lru 0.7.8",
7068 "parity-scale-codec 3.1.5",7093 "parity-scale-codec 3.1.5",
7069 "polkadot-erasure-coding",7094 "polkadot-erasure-coding",
70817106
7082[[package]]7107[[package]]
7083name = "polkadot-erasure-coding"7108name = "polkadot-erasure-coding"
7084version = "0.9.26"7109version = "0.9.27"
7085source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7110source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7086dependencies = [7111dependencies = [
7087 "parity-scale-codec 3.1.5",7112 "parity-scale-codec 3.1.5",
7088 "polkadot-node-primitives",7113 "polkadot-node-primitives",
70957120
7096[[package]]7121[[package]]
7097name = "polkadot-gossip-support"7122name = "polkadot-gossip-support"
7098version = "0.9.26"7123version = "0.9.27"
7099source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7124source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7100dependencies = [7125dependencies = [
7101 "futures 0.3.21",7126 "futures 0.3.23",
7102 "futures-timer",7127 "futures-timer",
7103 "polkadot-node-network-protocol",7128 "polkadot-node-network-protocol",
7104 "polkadot-node-subsystem",7129 "polkadot-node-subsystem",
71157140
7116[[package]]7141[[package]]
7117name = "polkadot-network-bridge"7142name = "polkadot-network-bridge"
7118version = "0.9.26"7143version = "0.9.27"
7119source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7144source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7120dependencies = [7145dependencies = [
7121 "always-assert",7146 "always-assert",
7122 "async-trait",7147 "async-trait",
7123 "bytes",7148 "bytes",
7149 "fatality",
7124 "futures 0.3.21",7150 "futures 0.3.23",
7125 "parity-scale-codec 3.1.5",7151 "parity-scale-codec 3.1.5",
7126 "parking_lot 0.12.1",7152 "parking_lot 0.12.1",
7127 "polkadot-node-network-protocol",7153 "polkadot-node-network-protocol",
7131 "polkadot-primitives",7157 "polkadot-primitives",
7132 "sc-network",7158 "sc-network",
7133 "sp-consensus",7159 "sp-consensus",
7160 "thiserror",
7134 "tracing-gum",7161 "tracing-gum",
7135]7162]
71367163
7137[[package]]7164[[package]]
7138name = "polkadot-node-collation-generation"7165name = "polkadot-node-collation-generation"
7139version = "0.9.26"7166version = "0.9.27"
7140source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7167source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7141dependencies = [7168dependencies = [
7142 "futures 0.3.21",7169 "futures 0.3.23",
7143 "parity-scale-codec 3.1.5",7170 "parity-scale-codec 3.1.5",
7144 "polkadot-erasure-coding",7171 "polkadot-erasure-coding",
7145 "polkadot-node-primitives",7172 "polkadot-node-primitives",
71547181
7155[[package]]7182[[package]]
7156name = "polkadot-node-core-approval-voting"7183name = "polkadot-node-core-approval-voting"
7157version = "0.9.26"7184version = "0.9.27"
7158source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7185source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7159dependencies = [7186dependencies = [
7160 "bitvec 1.0.1",7187 "bitvec 1.0.1",
7161 "derive_more",7188 "derive_more",
7162 "futures 0.3.21",7189 "futures 0.3.23",
7163 "futures-timer",7190 "futures-timer",
7164 "kvdb",7191 "kvdb",
7165 "lru 0.7.8",7192 "lru 0.7.8",
71837210
7184[[package]]7211[[package]]
7185name = "polkadot-node-core-av-store"7212name = "polkadot-node-core-av-store"
7186version = "0.9.26"7213version = "0.9.27"
7187source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7214source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7188dependencies = [7215dependencies = [
7189 "bitvec 1.0.1",7216 "bitvec 1.0.1",
7190 "futures 0.3.21",7217 "futures 0.3.23",
7191 "futures-timer",7218 "futures-timer",
7192 "kvdb",7219 "kvdb",
7193 "parity-scale-codec 3.1.5",7220 "parity-scale-codec 3.1.5",
72037230
7204[[package]]7231[[package]]
7205name = "polkadot-node-core-backing"7232name = "polkadot-node-core-backing"
7206version = "0.9.26"7233version = "0.9.27"
7207source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7234source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7208dependencies = [7235dependencies = [
7209 "bitvec 1.0.1",7236 "bitvec 1.0.1",
7210 "fatality",7237 "fatality",
7211 "futures 0.3.21",7238 "futures 0.3.23",
7212 "polkadot-erasure-coding",7239 "polkadot-erasure-coding",
7213 "polkadot-node-primitives",7240 "polkadot-node-primitives",
7214 "polkadot-node-subsystem",7241 "polkadot-node-subsystem",
72227249
7223[[package]]7250[[package]]
7224name = "polkadot-node-core-bitfield-signing"7251name = "polkadot-node-core-bitfield-signing"
7225version = "0.9.26"7252version = "0.9.27"
7226source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7253source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7227dependencies = [7254dependencies = [
7228 "futures 0.3.21",7255 "futures 0.3.23",
7229 "polkadot-node-subsystem",7256 "polkadot-node-subsystem",
7230 "polkadot-node-subsystem-util",7257 "polkadot-node-subsystem-util",
7231 "polkadot-primitives",7258 "polkadot-primitives",
72377264
7238[[package]]7265[[package]]
7239name = "polkadot-node-core-candidate-validation"7266name = "polkadot-node-core-candidate-validation"
7240version = "0.9.26"7267version = "0.9.27"
7241source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7268source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7242dependencies = [7269dependencies = [
7243 "async-trait",7270 "async-trait",
7244 "futures 0.3.21",7271 "futures 0.3.23",
7245 "parity-scale-codec 3.1.5",7272 "parity-scale-codec 3.1.5",
7246 "polkadot-node-core-pvf",7273 "polkadot-node-core-pvf",
7247 "polkadot-node-primitives",7274 "polkadot-node-primitives",
72557282
7256[[package]]7283[[package]]
7257name = "polkadot-node-core-chain-api"7284name = "polkadot-node-core-chain-api"
7258version = "0.9.26"7285version = "0.9.27"
7259source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7286source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7260dependencies = [7287dependencies = [
7261 "futures 0.3.21",7288 "futures 0.3.23",
7262 "polkadot-node-subsystem",7289 "polkadot-node-subsystem",
7263 "polkadot-node-subsystem-util",7290 "polkadot-node-subsystem-util",
7264 "polkadot-primitives",7291 "polkadot-primitives",
72707297
7271[[package]]7298[[package]]
7272name = "polkadot-node-core-chain-selection"7299name = "polkadot-node-core-chain-selection"
7273version = "0.9.26"7300version = "0.9.27"
7274source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7301source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7275dependencies = [7302dependencies = [
7276 "futures 0.3.21",7303 "futures 0.3.23",
7277 "futures-timer",7304 "futures-timer",
7278 "kvdb",7305 "kvdb",
7279 "parity-scale-codec 3.1.5",7306 "parity-scale-codec 3.1.5",
72877314
7288[[package]]7315[[package]]
7289name = "polkadot-node-core-dispute-coordinator"7316name = "polkadot-node-core-dispute-coordinator"
7290version = "0.9.26"7317version = "0.9.27"
7291source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7318source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7292dependencies = [7319dependencies = [
7293 "fatality",7320 "fatality",
7294 "futures 0.3.21",7321 "futures 0.3.23",
7295 "kvdb",7322 "kvdb",
7296 "lru 0.7.8",7323 "lru 0.7.8",
7297 "parity-scale-codec 3.1.5",7324 "parity-scale-codec 3.1.5",
73067333
7307[[package]]7334[[package]]
7308name = "polkadot-node-core-parachains-inherent"7335name = "polkadot-node-core-parachains-inherent"
7309version = "0.9.26"7336version = "0.9.27"
7310source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7337source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7311dependencies = [7338dependencies = [
7312 "async-trait",7339 "async-trait",
7313 "futures 0.3.21",7340 "futures 0.3.23",
7314 "futures-timer",7341 "futures-timer",
7315 "polkadot-node-subsystem",7342 "polkadot-node-subsystem",
7316 "polkadot-primitives",7343 "polkadot-primitives",
73237350
7324[[package]]7351[[package]]
7325name = "polkadot-node-core-provisioner"7352name = "polkadot-node-core-provisioner"
7326version = "0.9.26"7353version = "0.9.27"
7327source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7354source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7328dependencies = [7355dependencies = [
7329 "bitvec 1.0.1",7356 "bitvec 1.0.1",
7330 "fatality",7357 "fatality",
7331 "futures 0.3.21",7358 "futures 0.3.23",
7332 "futures-timer",7359 "futures-timer",
7333 "polkadot-node-primitives",7360 "polkadot-node-primitives",
7334 "polkadot-node-subsystem",7361 "polkadot-node-subsystem",
73417368
7342[[package]]7369[[package]]
7343name = "polkadot-node-core-pvf"7370name = "polkadot-node-core-pvf"
7344version = "0.9.26"7371version = "0.9.27"
7345source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7372source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7346dependencies = [7373dependencies = [
7347 "always-assert",7374 "always-assert",
7348 "assert_matches",7375 "assert_matches",
7349 "async-process",7376 "async-process",
7350 "async-std",7377 "async-std",
7351 "futures 0.3.21",7378 "futures 0.3.23",
7352 "futures-timer",7379 "futures-timer",
7353 "parity-scale-codec 3.1.5",7380 "parity-scale-codec 3.1.5",
7354 "pin-project",7381 "pin-project",
73737400
7374[[package]]7401[[package]]
7375name = "polkadot-node-core-pvf-checker"7402name = "polkadot-node-core-pvf-checker"
7376version = "0.9.26"7403version = "0.9.27"
7377source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7404source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7378dependencies = [7405dependencies = [
7379 "futures 0.3.21",7406 "futures 0.3.23",
7380 "polkadot-node-primitives",7407 "polkadot-node-primitives",
7381 "polkadot-node-subsystem",7408 "polkadot-node-subsystem",
7382 "polkadot-node-subsystem-util",7409 "polkadot-node-subsystem-util",
73897416
7390[[package]]7417[[package]]
7391name = "polkadot-node-core-runtime-api"7418name = "polkadot-node-core-runtime-api"
7392version = "0.9.26"7419version = "0.9.27"
7393source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7420source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7394dependencies = [7421dependencies = [
7395 "futures 0.3.21",7422 "futures 0.3.23",
7396 "memory-lru",7423 "memory-lru",
7397 "parity-util-mem",7424 "parity-util-mem",
7398 "polkadot-node-subsystem",7425 "polkadot-node-subsystem",
7426 "polkadot-node-subsystem-types",
7399 "polkadot-node-subsystem-util",7427 "polkadot-node-subsystem-util",
7400 "polkadot-primitives",7428 "polkadot-primitives",
7401 "sp-api",
7402 "sp-authority-discovery",
7403 "sp-consensus-babe",7429 "sp-consensus-babe",
7404 "tracing-gum",7430 "tracing-gum",
7405]7431]
74067432
7407[[package]]7433[[package]]
7408name = "polkadot-node-jaeger"7434name = "polkadot-node-jaeger"
7409version = "0.9.26"7435version = "0.9.27"
7410source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7436source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7411dependencies = [7437dependencies = [
7412 "async-std",7438 "async-std",
7413 "lazy_static",7439 "lazy_static",
74247450
7425[[package]]7451[[package]]
7426name = "polkadot-node-metrics"7452name = "polkadot-node-metrics"
7427version = "0.9.26"7453version = "0.9.27"
7428source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7454source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7429dependencies = [7455dependencies = [
7430 "bs58",7456 "bs58",
7431 "futures 0.3.21",7457 "futures 0.3.23",
7432 "futures-timer",7458 "futures-timer",
7433 "log",7459 "log",
7434 "parity-scale-codec 3.1.5",7460 "parity-scale-codec 3.1.5",
74437469
7444[[package]]7470[[package]]
7445name = "polkadot-node-network-protocol"7471name = "polkadot-node-network-protocol"
7446version = "0.9.26"7472version = "0.9.27"
7447source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7473source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7448dependencies = [7474dependencies = [
7449 "async-trait",7475 "async-trait",
7450 "derive_more",7476 "derive_more",
7451 "fatality",7477 "fatality",
7452 "futures 0.3.21",7478 "futures 0.3.23",
7453 "parity-scale-codec 3.1.5",7479 "parity-scale-codec 3.1.5",
7454 "polkadot-node-jaeger",7480 "polkadot-node-jaeger",
7455 "polkadot-node-primitives",7481 "polkadot-node-primitives",
7456 "polkadot-primitives",7482 "polkadot-primitives",
7457 "rand 0.8.5",7483 "rand 0.8.5",
7458 "sc-authority-discovery",7484 "sc-authority-discovery",
7459 "sc-network",7485 "sc-network",
7460 "strum 0.24.1",7486 "strum",
7461 "thiserror",7487 "thiserror",
7462 "tracing-gum",7488 "tracing-gum",
7463]7489]
74647490
7465[[package]]7491[[package]]
7466name = "polkadot-node-primitives"7492name = "polkadot-node-primitives"
7467version = "0.9.26"7493version = "0.9.27"
7468source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7494source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7469dependencies = [7495dependencies = [
7470 "bounded-vec",7496 "bounded-vec",
7471 "futures 0.3.21",7497 "futures 0.3.23",
7472 "parity-scale-codec 3.1.5",7498 "parity-scale-codec 3.1.5",
7473 "polkadot-parachain",7499 "polkadot-parachain",
7474 "polkadot-primitives",7500 "polkadot-primitives",
74867512
7487[[package]]7513[[package]]
7488name = "polkadot-node-subsystem"7514name = "polkadot-node-subsystem"
7489version = "0.9.26"7515version = "0.9.27"
7490source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7516source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7491dependencies = [7517dependencies = [
7492 "polkadot-node-jaeger",7518 "polkadot-node-jaeger",
7493 "polkadot-node-subsystem-types",7519 "polkadot-node-subsystem-types",
74967522
7497[[package]]7523[[package]]
7498name = "polkadot-node-subsystem-types"7524name = "polkadot-node-subsystem-types"
7499version = "0.9.26"7525version = "0.9.27"
7500source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7526source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7501dependencies = [7527dependencies = [
7528 "async-trait",
7502 "derive_more",7529 "derive_more",
7503 "futures 0.3.21",7530 "futures 0.3.23",
7504 "orchestra",7531 "orchestra",
7505 "polkadot-node-jaeger",7532 "polkadot-node-jaeger",
7506 "polkadot-node-network-protocol",7533 "polkadot-node-network-protocol",
7509 "polkadot-statement-table",7536 "polkadot-statement-table",
7510 "sc-network",7537 "sc-network",
7511 "smallvec",7538 "smallvec",
7539 "sp-api",
7540 "sp-authority-discovery",
7541 "sp-consensus-babe",
7512 "substrate-prometheus-endpoint",7542 "substrate-prometheus-endpoint",
7513 "thiserror",7543 "thiserror",
7514]7544]
75157545
7516[[package]]7546[[package]]
7517name = "polkadot-node-subsystem-util"7547name = "polkadot-node-subsystem-util"
7518version = "0.9.26"7548version = "0.9.27"
7519source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7549source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7520dependencies = [7550dependencies = [
7521 "async-trait",7551 "async-trait",
7522 "derive_more",7552 "derive_more",
7523 "fatality",7553 "fatality",
7524 "futures 0.3.21",7554 "futures 0.3.23",
7525 "itertools",7555 "itertools",
7526 "kvdb",7556 "kvdb",
7527 "lru 0.7.8",7557 "lru 0.7.8",
75487578
7549[[package]]7579[[package]]
7550name = "polkadot-overseer"7580name = "polkadot-overseer"
7551version = "0.9.26"7581version = "0.9.27"
7552source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7582source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7553dependencies = [7583dependencies = [
7584 "async-trait",
7554 "futures 0.3.21",7585 "futures 0.3.23",
7555 "futures-timer",7586 "futures-timer",
7556 "lru 0.7.8",7587 "lru 0.7.8",
7557 "orchestra",7588 "orchestra",
75707601
7571[[package]]7602[[package]]
7572name = "polkadot-parachain"7603name = "polkadot-parachain"
7573version = "0.9.26"7604version = "0.9.27"
7574source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7605source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7575dependencies = [7606dependencies = [
7576 "derive_more",7607 "derive_more",
7577 "frame-support",7608 "frame-support",
75877618
7588[[package]]7619[[package]]
7589name = "polkadot-performance-test"7620name = "polkadot-performance-test"
7590version = "0.9.26"7621version = "0.9.27"
7591source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7622source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7592dependencies = [7623dependencies = [
7593 "env_logger",7624 "env_logger",
7594 "kusama-runtime",7625 "kusama-runtime",
76027633
7603[[package]]7634[[package]]
7604name = "polkadot-primitives"7635name = "polkadot-primitives"
7605version = "0.9.26"7636version = "0.9.27"
7606source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7637source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7607dependencies = [7638dependencies = [
7608 "bitvec 1.0.1",7639 "bitvec 1.0.1",
7609 "frame-system",7640 "frame-system",
76327663
7633[[package]]7664[[package]]
7634name = "polkadot-rpc"7665name = "polkadot-rpc"
7635version = "0.9.26"7666version = "0.9.27"
7636source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7667source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7637dependencies = [7668dependencies = [
7638 "beefy-gadget",7669 "beefy-gadget",
7639 "beefy-gadget-rpc",7670 "beefy-gadget-rpc",
76647695
7665[[package]]7696[[package]]
7666name = "polkadot-runtime"7697name = "polkadot-runtime"
7667version = "0.9.26"7698version = "0.9.27"
7668source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7699source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7669dependencies = [7700dependencies = [
7670 "beefy-primitives",7701 "beefy-primitives",
7671 "bitvec 1.0.1",7702 "bitvec 1.0.1",
77497780
7750[[package]]7781[[package]]
7751name = "polkadot-runtime-common"7782name = "polkadot-runtime-common"
7752version = "0.9.26"7783version = "0.9.27"
7753source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7784source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7754dependencies = [7785dependencies = [
7755 "beefy-primitives",7786 "beefy-primitives",
7756 "bitvec 1.0.1",7787 "bitvec 1.0.1",
77967827
7797[[package]]7828[[package]]
7798name = "polkadot-runtime-constants"7829name = "polkadot-runtime-constants"
7799version = "0.9.26"7830version = "0.9.27"
7800source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7831source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7801dependencies = [7832dependencies = [
7802 "frame-support",7833 "frame-support",
7803 "polkadot-primitives",7834 "polkadot-primitives",
78087839
7809[[package]]7840[[package]]
7810name = "polkadot-runtime-metrics"7841name = "polkadot-runtime-metrics"
7811version = "0.9.26"7842version = "0.9.27"
7812source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7843source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7813dependencies = [7844dependencies = [
7814 "bs58",7845 "bs58",
7815 "parity-scale-codec 3.1.5",7846 "parity-scale-codec 3.1.5",
78207851
7821[[package]]7852[[package]]
7822name = "polkadot-runtime-parachains"7853name = "polkadot-runtime-parachains"
7823version = "0.9.26"7854version = "0.9.27"
7824source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7855source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7825dependencies = [7856dependencies = [
7826 "bitflags",7857 "bitflags",
7827 "bitvec 1.0.1",7858 "bitvec 1.0.1",
78637894
7864[[package]]7895[[package]]
7865name = "polkadot-service"7896name = "polkadot-service"
7866version = "0.9.26"7897version = "0.9.27"
7867source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7898source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7868dependencies = [7899dependencies = [
7869 "async-trait",7900 "async-trait",
7870 "beefy-gadget",7901 "beefy-gadget",
7871 "beefy-primitives",7902 "beefy-primitives",
7872 "frame-system-rpc-runtime-api",7903 "frame-system-rpc-runtime-api",
7873 "futures 0.3.21",7904 "futures 0.3.23",
7874 "hex-literal",7905 "hex-literal",
7875 "kusama-runtime",7906 "kusama-runtime",
7876 "kvdb",7907 "kvdb",
79667997
7967[[package]]7998[[package]]
7968name = "polkadot-statement-distribution"7999name = "polkadot-statement-distribution"
7969version = "0.9.26"8000version = "0.9.27"
7970source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"8001source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7971dependencies = [8002dependencies = [
7972 "arrayvec 0.5.2",8003 "arrayvec 0.5.2",
7973 "fatality",8004 "fatality",
7974 "futures 0.3.21",8005 "futures 0.3.23",
7975 "indexmap",8006 "indexmap",
7976 "parity-scale-codec 3.1.5",8007 "parity-scale-codec 3.1.5",
7977 "polkadot-node-network-protocol",8008 "polkadot-node-network-protocol",
79878018
7988[[package]]8019[[package]]
7989name = "polkadot-statement-table"8020name = "polkadot-statement-table"
7990version = "0.9.26"8021version = "0.9.27"
7991source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"8022source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
7992dependencies = [8023dependencies = [
7993 "parity-scale-codec 3.1.5",8024 "parity-scale-codec 3.1.5",
7994 "polkadot-primitives",8025 "polkadot-primitives",
79978028
7998[[package]]8029[[package]]
7999name = "polkadot-test-runtime"8030name = "polkadot-test-runtime"
8000version = "0.9.26"8031version = "0.9.27"
8001source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"8032source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
8002dependencies = [8033dependencies = [
8003 "beefy-primitives",8034 "beefy-primitives",
8004 "bitvec 1.0.1",8035 "bitvec 1.0.1",
80588089
8059[[package]]8090[[package]]
8060name = "polkadot-test-service"8091name = "polkadot-test-service"
8061version = "0.9.26"8092version = "0.9.27"
8062source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"8093source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
8063dependencies = [8094dependencies = [
8064 "frame-benchmarking",8095 "frame-benchmarking",
8065 "frame-system",8096 "frame-system",
8066 "futures 0.3.21",8097 "futures 0.3.23",
8067 "hex",8098 "hex",
8068 "pallet-balances",8099 "pallet-balances",
8069 "pallet-staking",8100 "pallet-staking",
8168[[package]]8199[[package]]
8169name = "prioritized-metered-channel"8200name = "prioritized-metered-channel"
8170version = "0.2.0"8201version = "0.2.0"
8171source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"8202source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
8172dependencies = [8203dependencies = [
8173 "coarsetime",8204 "coarsetime",
8174 "crossbeam-queue",8205 "crossbeam-queue",
8175 "derive_more",8206 "derive_more",
8176 "futures 0.3.21",8207 "futures 0.3.23",
8177 "futures-timer",8208 "futures-timer",
8178 "nanorand",8209 "nanorand",
8179 "thiserror",8210 "thiserror",
81828213
8183[[package]]8214[[package]]
8184name = "proc-macro-crate"8215name = "proc-macro-crate"
8185version = "1.1.3"8216version = "1.2.1"
8186source = "registry+https://github.com/rust-lang/crates.io-index"8217source = "registry+https://github.com/rust-lang/crates.io-index"
8187checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8218checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"
8188dependencies = [8219dependencies = [
8220 "once_cell",
8189 "thiserror",8221 "thiserror",
8190 "toml",8222 "toml",
8191]8223]
82168248
8217[[package]]8249[[package]]
8218name = "proc-macro2"8250name = "proc-macro2"
8219version = "1.0.42"8251version = "1.0.43"
8220source = "registry+https://github.com/rust-lang/crates.io-index"8252source = "registry+https://github.com/rust-lang/crates.io-index"
8221checksum = "c278e965f1d8cf32d6e0e96de3d3e79712178ae67986d9cf9151f51e95aac89b"8253checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
8222dependencies = [8254dependencies = [
8223 "unicode-ident",8255 "unicode-ident",
8224]8256]
8244checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"8276checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"
8245dependencies = [8277dependencies = [
8246 "dtoa",8278 "dtoa",
8247 "itoa 1.0.2",8279 "itoa 1.0.3",
8248 "owning_ref",8280 "owning_ref",
8249 "prometheus-client-derive-text-encode",8281 "prometheus-client-derive-text-encode",
8250]8282]
8279 "bytes",8311 "bytes",
8280 "cfg-if 1.0.0",8312 "cfg-if 1.0.0",
8281 "cmake",8313 "cmake",
8282 "heck 0.4.0",8314 "heck",
8283 "itertools",8315 "itertools",
8284 "lazy_static",8316 "lazy_static",
8285 "log",8317 "log",
84418473
8442[[package]]8474[[package]]
8443name = "quote"8475name = "quote"
8444version = "1.0.20"8476version = "1.0.21"
8445source = "registry+https://github.com/rust-lang/crates.io-index"8477source = "registry+https://github.com/rust-lang/crates.io-index"
8446checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"8478checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
8447dependencies = [8479dependencies = [
8448 "proc-macro2",8480 "proc-macro2",
8449]8481]
85928624
8593[[package]]8625[[package]]
8594name = "redox_syscall"8626name = "redox_syscall"
8595version = "0.2.15"8627version = "0.2.16"
8596source = "registry+https://github.com/rust-lang/crates.io-index"8628source = "registry+https://github.com/rust-lang/crates.io-index"
8597checksum = "534cfe58d6a18cc17120fbf4635d53d14691c1fe4d951064df9bd326178d7d5a"8629checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
8598dependencies = [8630dependencies = [
8599 "bitflags",8631 "bitflags",
8600]8632]
86258657
8626[[package]]8658[[package]]
8627name = "ref-cast"8659name = "ref-cast"
8628version = "1.0.8"8660version = "1.0.9"
8629source = "registry+https://github.com/rust-lang/crates.io-index"8661source = "registry+https://github.com/rust-lang/crates.io-index"
8630checksum = "776c8940430cf563f66a93f9111d1cd39306dc6c68149ecc6b934742a44a828a"8662checksum = "ed13bcd201494ab44900a96490291651d200730904221832b9547d24a87d332b"
8631dependencies = [8663dependencies = [
8632 "ref-cast-impl",8664 "ref-cast-impl",
8633]8665]
86348666
8635[[package]]8667[[package]]
8636name = "ref-cast-impl"8668name = "ref-cast-impl"
8637version = "1.0.8"8669version = "1.0.9"
8638source = "registry+https://github.com/rust-lang/crates.io-index"8670source = "registry+https://github.com/rust-lang/crates.io-index"
8639checksum = "5f26c4704460286103bff62ea1fb78d137febc86aaf76952e6c5a2249af01f54"8671checksum = "5234cd6063258a5e32903b53b1b6ac043a0541c8adc1f610f67b0326c7a578fa"
8640dependencies = [8672dependencies = [
8641 "proc-macro2",8673 "proc-macro2",
8642 "quote",8674 "quote",
8696[[package]]8728[[package]]
8697name = "remote-externalities"8729name = "remote-externalities"
8698version = "0.10.0-dev"8730version = "0.10.0-dev"
8699source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"8731source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
8700dependencies = [8732dependencies = [
8701 "env_logger",8733 "env_logger",
8702 "jsonrpsee",8734 "jsonrpsee",
88168848
8817[[package]]8849[[package]]
8818name = "rococo-runtime"8850name = "rococo-runtime"
8819version = "0.9.26"8851version = "0.9.27"
8820source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"8852source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
8821dependencies = [8853dependencies = [
8822 "beefy-merkle-tree",8854 "beefy-merkle-tree",
8823 "beefy-primitives",8855 "beefy-primitives",
88858917
8886[[package]]8918[[package]]
8887name = "rococo-runtime-constants"8919name = "rococo-runtime-constants"
8888version = "0.9.26"8920version = "0.9.27"
8889source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"8921source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
8890dependencies = [8922dependencies = [
8891 "frame-support",8923 "frame-support",
8892 "polkadot-primitives",8924 "polkadot-primitives",
8912checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"8944checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"
8913dependencies = [8945dependencies = [
8914 "async-global-executor",8946 "async-global-executor",
8915 "futures 0.3.21",8947 "futures 0.3.23",
8916 "log",8948 "log",
8917 "netlink-packet-route",8949 "netlink-packet-route",
8918 "netlink-proto",8950 "netlink-proto",
8953source = "registry+https://github.com/rust-lang/crates.io-index"8985source = "registry+https://github.com/rust-lang/crates.io-index"
8954checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"8986checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
8955dependencies = [8987dependencies = [
8956 "semver 1.0.12",8988 "semver 1.0.13",
8957]8989]
89588990
8959[[package]]8991[[package]]
90109042
9011[[package]]9043[[package]]
9012name = "rustls-pemfile"9044name = "rustls-pemfile"
9013version = "1.0.0"9045version = "1.0.1"
9014source = "registry+https://github.com/rust-lang/crates.io-index"9046source = "registry+https://github.com/rust-lang/crates.io-index"
9015checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"9047checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"
9016dependencies = [9048dependencies = [
9017 "base64",9049 "base64",
9018]9050]
90199051
9020[[package]]9052[[package]]
9021name = "rustversion"9053name = "rustversion"
9022version = "1.0.8"9054version = "1.0.9"
9023source = "registry+https://github.com/rust-lang/crates.io-index"9055source = "registry+https://github.com/rust-lang/crates.io-index"
9024checksum = "24c8ad4f0c00e1eb5bc7614d236a7f1300e3dbd76b68cac8e06fb00b015ad8d8"9056checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"
90259057
9026[[package]]9058[[package]]
9027name = "rw-stream-sink"9059name = "rw-stream-sink"
9028version = "0.3.0"9060version = "0.3.0"
9029source = "registry+https://github.com/rust-lang/crates.io-index"9061source = "registry+https://github.com/rust-lang/crates.io-index"
9030checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9062checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"
9031dependencies = [9063dependencies = [
9032 "futures 0.3.21",9064 "futures 0.3.23",
9033 "pin-project",9065 "pin-project",
9034 "static_assertions",9066 "static_assertions",
9035]9067]
90369068
9037[[package]]9069[[package]]
9038name = "ryu"9070name = "ryu"
9039version = "1.0.10"9071version = "1.0.11"
9040source = "registry+https://github.com/rust-lang/crates.io-index"9072source = "registry+https://github.com/rust-lang/crates.io-index"
9041checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"9073checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
90429074
9043[[package]]9075[[package]]
9044name = "safe-mix"9076name = "safe-mix"
9070[[package]]9102[[package]]
9071name = "sc-allocator"9103name = "sc-allocator"
9072version = "4.1.0-dev"9104version = "4.1.0-dev"
9073source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9105source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9074dependencies = [9106dependencies = [
9075 "log",9107 "log",
9076 "sp-core",9108 "sp-core",
9081[[package]]9113[[package]]
9082name = "sc-authority-discovery"9114name = "sc-authority-discovery"
9083version = "0.10.0-dev"9115version = "0.10.0-dev"
9084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9116source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9085dependencies = [9117dependencies = [
9086 "async-trait",9118 "async-trait",
9087 "futures 0.3.21",9119 "futures 0.3.23",
9088 "futures-timer",9120 "futures-timer",
9089 "ip_network",9121 "ip_network",
9090 "libp2p",9122 "libp2p",
9108[[package]]9140[[package]]
9109name = "sc-basic-authorship"9141name = "sc-basic-authorship"
9110version = "0.10.0-dev"9142version = "0.10.0-dev"
9111source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9143source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9112dependencies = [9144dependencies = [
9113 "futures 0.3.21",9145 "futures 0.3.23",
9114 "futures-timer",9146 "futures-timer",
9115 "log",9147 "log",
9116 "parity-scale-codec 3.1.5",9148 "parity-scale-codec 3.1.5",
9131[[package]]9163[[package]]
9132name = "sc-block-builder"9164name = "sc-block-builder"
9133version = "0.10.0-dev"9165version = "0.10.0-dev"
9134source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9166source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9135dependencies = [9167dependencies = [
9136 "parity-scale-codec 3.1.5",9168 "parity-scale-codec 3.1.5",
9137 "sc-client-api",9169 "sc-client-api",
9147[[package]]9179[[package]]
9148name = "sc-chain-spec"9180name = "sc-chain-spec"
9149version = "4.0.0-dev"9181version = "4.0.0-dev"
9150source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9182source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9151dependencies = [9183dependencies = [
9152 "impl-trait-for-tuples",9184 "impl-trait-for-tuples",
9153 "memmap2 0.5.5",9185 "memmap2 0.5.7",
9154 "parity-scale-codec 3.1.5",9186 "parity-scale-codec 3.1.5",
9155 "sc-chain-spec-derive",9187 "sc-chain-spec-derive",
9156 "sc-network",9188 "sc-network",
9164[[package]]9196[[package]]
9165name = "sc-chain-spec-derive"9197name = "sc-chain-spec-derive"
9166version = "4.0.0-dev"9198version = "4.0.0-dev"
9167source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9199source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9168dependencies = [9200dependencies = [
9169 "proc-macro-crate",9201 "proc-macro-crate",
9170 "proc-macro2",9202 "proc-macro2",
9175[[package]]9207[[package]]
9176name = "sc-cli"9208name = "sc-cli"
9177version = "0.10.0-dev"9209version = "0.10.0-dev"
9178source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9210source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9179dependencies = [9211dependencies = [
9180 "chrono",9212 "chrono",
9181 "clap",9213 "clap",
9182 "fdlimit",9214 "fdlimit",
9183 "futures 0.3.21",9215 "futures 0.3.23",
9184 "hex",9216 "hex",
9185 "libp2p",9217 "libp2p",
9186 "log",9218 "log",
9214[[package]]9246[[package]]
9215name = "sc-client-api"9247name = "sc-client-api"
9216version = "4.0.0-dev"9248version = "4.0.0-dev"
9217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9249source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9218dependencies = [9250dependencies = [
9219 "fnv",9251 "fnv",
9220 "futures 0.3.21",9252 "futures 0.3.23",
9221 "hash-db",9253 "hash-db",
9222 "log",9254 "log",
9223 "parity-scale-codec 3.1.5",9255 "parity-scale-codec 3.1.5",
9242[[package]]9274[[package]]
9243name = "sc-client-db"9275name = "sc-client-db"
9244version = "0.10.0-dev"9276version = "0.10.0-dev"
9245source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9277source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9246dependencies = [9278dependencies = [
9247 "hash-db",9279 "hash-db",
9248 "kvdb",9280 "kvdb",
9267[[package]]9299[[package]]
9268name = "sc-consensus"9300name = "sc-consensus"
9269version = "0.10.0-dev"9301version = "0.10.0-dev"
9270source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9302source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9271dependencies = [9303dependencies = [
9272 "async-trait",9304 "async-trait",
9273 "futures 0.3.21",9305 "futures 0.3.23",
9274 "futures-timer",9306 "futures-timer",
9275 "libp2p",9307 "libp2p",
9276 "log",9308 "log",
9291[[package]]9323[[package]]
9292name = "sc-consensus-aura"9324name = "sc-consensus-aura"
9293version = "0.10.0-dev"9325version = "0.10.0-dev"
9294source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9326source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9295dependencies = [9327dependencies = [
9296 "async-trait",9328 "async-trait",
9297 "futures 0.3.21",9329 "futures 0.3.23",
9298 "log",9330 "log",
9299 "parity-scale-codec 3.1.5",9331 "parity-scale-codec 3.1.5",
9300 "sc-block-builder",9332 "sc-block-builder",
9320[[package]]9352[[package]]
9321name = "sc-consensus-babe"9353name = "sc-consensus-babe"
9322version = "0.10.0-dev"9354version = "0.10.0-dev"
9323source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9355source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9324dependencies = [9356dependencies = [
9325 "async-trait",9357 "async-trait",
9326 "fork-tree",9358 "fork-tree",
9327 "futures 0.3.21",9359 "futures 0.3.23",
9328 "log",9360 "log",
9329 "merlin",9361 "merlin",
9330 "num-bigint",9362 "num-bigint",
9363[[package]]9395[[package]]
9364name = "sc-consensus-babe-rpc"9396name = "sc-consensus-babe-rpc"
9365version = "0.10.0-dev"9397version = "0.10.0-dev"
9366source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9398source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9367dependencies = [9399dependencies = [
9368 "futures 0.3.21",9400 "futures 0.3.23",
9369 "jsonrpsee",9401 "jsonrpsee",
9370 "sc-consensus-babe",9402 "sc-consensus-babe",
9371 "sc-consensus-epochs",9403 "sc-consensus-epochs",
9385[[package]]9417[[package]]
9386name = "sc-consensus-epochs"9418name = "sc-consensus-epochs"
9387version = "0.10.0-dev"9419version = "0.10.0-dev"
9388source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9420source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9389dependencies = [9421dependencies = [
9390 "fork-tree",9422 "fork-tree",
9391 "parity-scale-codec 3.1.5",9423 "parity-scale-codec 3.1.5",
9398[[package]]9430[[package]]
9399name = "sc-consensus-manual-seal"9431name = "sc-consensus-manual-seal"
9400version = "0.10.0-dev"9432version = "0.10.0-dev"
9401source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9433source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9402dependencies = [9434dependencies = [
9403 "assert_matches",9435 "assert_matches",
9404 "async-trait",9436 "async-trait",
9405 "futures 0.3.21",9437 "futures 0.3.23",
9406 "jsonrpsee",9438 "jsonrpsee",
9407 "log",9439 "log",
9408 "parity-scale-codec 3.1.5",9440 "parity-scale-codec 3.1.5",
9432[[package]]9464[[package]]
9433name = "sc-consensus-slots"9465name = "sc-consensus-slots"
9434version = "0.10.0-dev"9466version = "0.10.0-dev"
9435source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9467source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9436dependencies = [9468dependencies = [
9437 "async-trait",9469 "async-trait",
9438 "futures 0.3.21",9470 "futures 0.3.23",
9439 "futures-timer",9471 "futures-timer",
9440 "log",9472 "log",
9441 "parity-scale-codec 3.1.5",9473 "parity-scale-codec 3.1.5",
9457[[package]]9489[[package]]
9458name = "sc-consensus-uncles"9490name = "sc-consensus-uncles"
9459version = "0.10.0-dev"9491version = "0.10.0-dev"
9460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9492source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9461dependencies = [9493dependencies = [
9462 "sc-client-api",9494 "sc-client-api",
9463 "sp-authorship",9495 "sp-authorship",
9468[[package]]9500[[package]]
9469name = "sc-executor"9501name = "sc-executor"
9470version = "0.10.0-dev"9502version = "0.10.0-dev"
9471source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9503source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9472dependencies = [9504dependencies = [
9473 "lazy_static",9505 "lazy_static",
9474 "lru 0.7.8",9506 "lru 0.7.8",
9495[[package]]9527[[package]]
9496name = "sc-executor-common"9528name = "sc-executor-common"
9497version = "0.10.0-dev"9529version = "0.10.0-dev"
9498source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9530source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9499dependencies = [9531dependencies = [
9500 "environmental",9532 "environmental",
9501 "parity-scale-codec 3.1.5",9533 "parity-scale-codec 3.1.5",
9512[[package]]9544[[package]]
9513name = "sc-executor-wasmi"9545name = "sc-executor-wasmi"
9514version = "0.10.0-dev"9546version = "0.10.0-dev"
9515source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9547source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9516dependencies = [9548dependencies = [
9517 "log",9549 "log",
9518 "parity-scale-codec 3.1.5",9550 "parity-scale-codec 3.1.5",
9527[[package]]9559[[package]]
9528name = "sc-executor-wasmtime"9560name = "sc-executor-wasmtime"
9529version = "0.10.0-dev"9561version = "0.10.0-dev"
9530source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9562source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9531dependencies = [9563dependencies = [
9532 "cfg-if 1.0.0",9564 "cfg-if 1.0.0",
9533 "libc",9565 "libc",
9547[[package]]9579[[package]]
9548name = "sc-finality-grandpa"9580name = "sc-finality-grandpa"
9549version = "0.10.0-dev"9581version = "0.10.0-dev"
9550source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9582source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9551dependencies = [9583dependencies = [
9552 "ahash",9584 "ahash",
9553 "async-trait",9585 "async-trait",
9554 "dyn-clone",9586 "dyn-clone",
9555 "finality-grandpa",9587 "finality-grandpa",
9556 "fork-tree",9588 "fork-tree",
9557 "futures 0.3.21",9589 "futures 0.3.23",
9558 "futures-timer",9590 "futures-timer",
9559 "hex",9591 "hex",
9560 "log",9592 "log",
9567 "sc-consensus",9599 "sc-consensus",
9568 "sc-keystore",9600 "sc-keystore",
9569 "sc-network",9601 "sc-network",
9602 "sc-network-common",
9570 "sc-network-gossip",9603 "sc-network-gossip",
9571 "sc-telemetry",9604 "sc-telemetry",
9572 "sc-utils",9605 "sc-utils",
9587[[package]]9620[[package]]
9588name = "sc-finality-grandpa-rpc"9621name = "sc-finality-grandpa-rpc"
9589version = "0.10.0-dev"9622version = "0.10.0-dev"
9590source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9623source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9591dependencies = [9624dependencies = [
9592 "finality-grandpa",9625 "finality-grandpa",
9593 "futures 0.3.21",9626 "futures 0.3.23",
9594 "jsonrpsee",9627 "jsonrpsee",
9595 "log",9628 "log",
9596 "parity-scale-codec 3.1.5",9629 "parity-scale-codec 3.1.5",
9608[[package]]9641[[package]]
9609name = "sc-informant"9642name = "sc-informant"
9610version = "0.10.0-dev"9643version = "0.10.0-dev"
9611source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9644source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9612dependencies = [9645dependencies = [
9613 "ansi_term",9646 "ansi_term",
9614 "futures 0.3.21",9647 "futures 0.3.23",
9615 "futures-timer",9648 "futures-timer",
9616 "log",9649 "log",
9617 "parity-util-mem",9650 "parity-util-mem",
9625[[package]]9658[[package]]
9626name = "sc-keystore"9659name = "sc-keystore"
9627version = "4.0.0-dev"9660version = "4.0.0-dev"
9628source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9661source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9629dependencies = [9662dependencies = [
9630 "async-trait",9663 "async-trait",
9631 "hex",9664 "hex",
9640[[package]]9673[[package]]
9641name = "sc-network"9674name = "sc-network"
9642version = "0.10.0-dev"9675version = "0.10.0-dev"
9643source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9676source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9644dependencies = [9677dependencies = [
9645 "async-trait",9678 "async-trait",
9646 "asynchronous-codec",9679 "asynchronous-codec",
9650 "either",9683 "either",
9651 "fnv",9684 "fnv",
9652 "fork-tree",9685 "fork-tree",
9653 "futures 0.3.21",9686 "futures 0.3.23",
9654 "futures-timer",9687 "futures-timer",
9655 "hex",9688 "hex",
9656 "ip_network",9689 "ip_network",
9669 "sc-client-api",9702 "sc-client-api",
9670 "sc-consensus",9703 "sc-consensus",
9671 "sc-network-common",9704 "sc-network-common",
9672 "sc-network-light",
9673 "sc-network-sync",
9674 "sc-peerset",9705 "sc-peerset",
9675 "sc-utils",9706 "sc-utils",
9676 "serde",9707 "serde",
9680 "sp-blockchain",9711 "sp-blockchain",
9681 "sp-consensus",9712 "sp-consensus",
9682 "sp-core",9713 "sp-core",
9683 "sp-finality-grandpa",
9684 "sp-runtime",9714 "sp-runtime",
9685 "substrate-prometheus-endpoint",9715 "substrate-prometheus-endpoint",
9686 "thiserror",9716 "thiserror",
9692[[package]]9722[[package]]
9693name = "sc-network-common"9723name = "sc-network-common"
9694version = "0.10.0-dev"9724version = "0.10.0-dev"
9695source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9725source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9696dependencies = [9726dependencies = [
9727 "bitflags",
9697 "futures 0.3.21",9728 "futures 0.3.23",
9698 "libp2p",9729 "libp2p",
9699 "parity-scale-codec 3.1.5",9730 "parity-scale-codec 3.1.5",
9700 "prost-build",9731 "prost-build",
9732 "sc-consensus",
9701 "sc-peerset",9733 "sc-peerset",
9702 "smallvec",9734 "smallvec",
9735 "sp-consensus",
9736 "sp-finality-grandpa",
9737 "sp-runtime",
9703]9738]
97049739
9705[[package]]9740[[package]]
9706name = "sc-network-gossip"9741name = "sc-network-gossip"
9707version = "0.10.0-dev"9742version = "0.10.0-dev"
9708source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9743source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9709dependencies = [9744dependencies = [
9710 "ahash",9745 "ahash",
9711 "futures 0.3.21",9746 "futures 0.3.23",
9712 "futures-timer",9747 "futures-timer",
9713 "libp2p",9748 "libp2p",
9714 "log",9749 "log",
9722[[package]]9757[[package]]
9723name = "sc-network-light"9758name = "sc-network-light"
9724version = "0.10.0-dev"9759version = "0.10.0-dev"
9725source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9760source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9726dependencies = [9761dependencies = [
9727 "futures 0.3.21",9762 "futures 0.3.23",
9728 "libp2p",9763 "libp2p",
9729 "log",9764 "log",
9730 "parity-scale-codec 3.1.5",9765 "parity-scale-codec 3.1.5",
9742[[package]]9777[[package]]
9743name = "sc-network-sync"9778name = "sc-network-sync"
9744version = "0.10.0-dev"9779version = "0.10.0-dev"
9745source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9780source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9746dependencies = [9781dependencies = [
9747 "bitflags",
9748 "either",
9749 "fork-tree",9782 "fork-tree",
9750 "futures 0.3.21",9783 "futures 0.3.23",
9751 "libp2p",9784 "libp2p",
9752 "log",9785 "log",
9753 "lru 0.7.8",9786 "lru 0.7.8",
9771[[package]]9804[[package]]
9772name = "sc-offchain"9805name = "sc-offchain"
9773version = "4.0.0-dev"9806version = "4.0.0-dev"
9774source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9807source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9775dependencies = [9808dependencies = [
9776 "bytes",9809 "bytes",
9777 "fnv",9810 "fnv",
9778 "futures 0.3.21",9811 "futures 0.3.23",
9779 "futures-timer",9812 "futures-timer",
9780 "hex",9813 "hex",
9781 "hyper",9814 "hyper",
9799[[package]]9832[[package]]
9800name = "sc-peerset"9833name = "sc-peerset"
9801version = "4.0.0-dev"9834version = "4.0.0-dev"
9802source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9835source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9803dependencies = [9836dependencies = [
9804 "futures 0.3.21",9837 "futures 0.3.23",
9805 "libp2p",9838 "libp2p",
9806 "log",9839 "log",
9807 "sc-utils",9840 "sc-utils",
9812[[package]]9845[[package]]
9813name = "sc-proposer-metrics"9846name = "sc-proposer-metrics"
9814version = "0.10.0-dev"9847version = "0.10.0-dev"
9815source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9848source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9816dependencies = [9849dependencies = [
9817 "log",9850 "log",
9818 "substrate-prometheus-endpoint",9851 "substrate-prometheus-endpoint",
9821[[package]]9854[[package]]
9822name = "sc-rpc"9855name = "sc-rpc"
9823version = "4.0.0-dev"9856version = "4.0.0-dev"
9824source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9857source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9825dependencies = [9858dependencies = [
9826 "futures 0.3.21",9859 "futures 0.3.23",
9827 "hash-db",9860 "hash-db",
9828 "jsonrpsee",9861 "jsonrpsee",
9829 "log",9862 "log",
9851[[package]]9884[[package]]
9852name = "sc-rpc-api"9885name = "sc-rpc-api"
9853version = "0.10.0-dev"9886version = "0.10.0-dev"
9854source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9887source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9855dependencies = [9888dependencies = [
9856 "futures 0.3.21",9889 "futures 0.3.23",
9857 "jsonrpsee",9890 "jsonrpsee",
9858 "log",9891 "log",
9859 "parity-scale-codec 3.1.5",9892 "parity-scale-codec 3.1.5",
9874[[package]]9907[[package]]
9875name = "sc-rpc-server"9908name = "sc-rpc-server"
9876version = "4.0.0-dev"9909version = "4.0.0-dev"
9877source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9910source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9878dependencies = [9911dependencies = [
9879 "futures 0.3.21",9912 "futures 0.3.23",
9880 "jsonrpsee",9913 "jsonrpsee",
9881 "log",9914 "log",
9882 "serde_json",9915 "serde_json",
9887[[package]]9920[[package]]
9888name = "sc-service"9921name = "sc-service"
9889version = "0.10.0-dev"9922version = "0.10.0-dev"
9890source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9923source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9891dependencies = [9924dependencies = [
9892 "async-trait",9925 "async-trait",
9893 "directories",9926 "directories",
9894 "exit-future",9927 "exit-future",
9895 "futures 0.3.21",9928 "futures 0.3.23",
9896 "futures-timer",9929 "futures-timer",
9897 "hash-db",9930 "hash-db",
9898 "jsonrpsee",9931 "jsonrpsee",
9912 "sc-keystore",9945 "sc-keystore",
9913 "sc-network",9946 "sc-network",
9914 "sc-network-common",9947 "sc-network-common",
9948 "sc-network-light",
9949 "sc-network-sync",
9915 "sc-offchain",9950 "sc-offchain",
9916 "sc-rpc",9951 "sc-rpc",
9917 "sc-rpc-server",9952 "sc-rpc-server",
9952[[package]]9987[[package]]
9953name = "sc-state-db"9988name = "sc-state-db"
9954version = "0.10.0-dev"9989version = "0.10.0-dev"
9955source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9990source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9956dependencies = [9991dependencies = [
9957 "log",9992 "log",
9958 "parity-scale-codec 3.1.5",9993 "parity-scale-codec 3.1.5",
9966[[package]]10001[[package]]
9967name = "sc-sync-state-rpc"10002name = "sc-sync-state-rpc"
9968version = "0.10.0-dev"10003version = "0.10.0-dev"
9969source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10004source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9970dependencies = [10005dependencies = [
9971 "jsonrpsee",10006 "jsonrpsee",
9972 "parity-scale-codec 3.1.5",10007 "parity-scale-codec 3.1.5",
9985[[package]]10020[[package]]
9986name = "sc-sysinfo"10021name = "sc-sysinfo"
9987version = "6.0.0-dev"10022version = "6.0.0-dev"
9988source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10023source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
9989dependencies = [10024dependencies = [
9990 "futures 0.3.21",10025 "futures 0.3.23",
9991 "libc",10026 "libc",
9992 "log",10027 "log",
9993 "rand 0.7.3",10028 "rand 0.7.3",
10004[[package]]10039[[package]]
10005name = "sc-telemetry"10040name = "sc-telemetry"
10006version = "4.0.0-dev"10041version = "4.0.0-dev"
10007source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10042source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10008dependencies = [10043dependencies = [
10009 "chrono",10044 "chrono",
10010 "futures 0.3.21",10045 "futures 0.3.23",
10011 "libp2p",10046 "libp2p",
10012 "log",10047 "log",
10013 "parking_lot 0.12.1",10048 "parking_lot 0.12.1",
10022[[package]]10057[[package]]
10023name = "sc-tracing"10058name = "sc-tracing"
10024version = "4.0.0-dev"10059version = "4.0.0-dev"
10025source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10060source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10026dependencies = [10061dependencies = [
10027 "ansi_term",10062 "ansi_term",
10028 "atty",10063 "atty",
10053[[package]]10088[[package]]
10054name = "sc-tracing-proc-macro"10089name = "sc-tracing-proc-macro"
10055version = "4.0.0-dev"10090version = "4.0.0-dev"
10056source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10091source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10057dependencies = [10092dependencies = [
10058 "proc-macro-crate",10093 "proc-macro-crate",
10059 "proc-macro2",10094 "proc-macro2",
10064[[package]]10099[[package]]
10065name = "sc-transaction-pool"10100name = "sc-transaction-pool"
10066version = "4.0.0-dev"10101version = "4.0.0-dev"
10067source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10102source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10068dependencies = [10103dependencies = [
10069 "futures 0.3.21",10104 "futures 0.3.23",
10070 "futures-timer",10105 "futures-timer",
10071 "linked-hash-map",10106 "linked-hash-map",
10072 "log",10107 "log",
10091[[package]]10126[[package]]
10092name = "sc-transaction-pool-api"10127name = "sc-transaction-pool-api"
10093version = "4.0.0-dev"10128version = "4.0.0-dev"
10094source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10129source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10095dependencies = [10130dependencies = [
10096 "futures 0.3.21",10131 "futures 0.3.23",
10097 "log",10132 "log",
10098 "serde",10133 "serde",
10099 "sp-blockchain",10134 "sp-blockchain",
10104[[package]]10139[[package]]
10105name = "sc-utils"10140name = "sc-utils"
10106version = "4.0.0-dev"10141version = "4.0.0-dev"
10107source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10142source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10108dependencies = [10143dependencies = [
10109 "futures 0.3.21",10144 "futures 0.3.23",
10110 "futures-timer",10145 "futures-timer",
10111 "lazy_static",10146 "lazy_static",
10112 "log",10147 "log",
10191checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10226checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"
10192dependencies = [10227dependencies = [
10193 "der",10228 "der",
10194 "generic-array 0.14.5",10229 "generic-array 0.14.6",
10195 "subtle",10230 "subtle",
10196 "zeroize",10231 "zeroize",
10197]10232]
1019810233
10199[[package]]10234[[package]]
10200name = "secp256k1"10235name = "secp256k1"
10201version = "0.21.3"10236version = "0.24.0"
10202source = "registry+https://github.com/rust-lang/crates.io-index"10237source = "registry+https://github.com/rust-lang/crates.io-index"
10203checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10238checksum = "b7649a0b3ffb32636e60c7ce0d70511eda9c52c658cd0634e194d5a19943aeff"
10204dependencies = [10239dependencies = [
10205 "secp256k1-sys",10240 "secp256k1-sys",
10206]10241]
1020710242
10208[[package]]10243[[package]]
10209name = "secp256k1-sys"10244name = "secp256k1-sys"
10210version = "0.4.2"10245version = "0.6.0"
10211source = "registry+https://github.com/rust-lang/crates.io-index"10246source = "registry+https://github.com/rust-lang/crates.io-index"
10212checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10247checksum = "7058dc8eaf3f2810d7828680320acda0b25a288f6d288e19278e249bbf74226b"
10213dependencies = [10248dependencies = [
10214 "cc",10249 "cc",
10215]10250]
1026610301
10267[[package]]10302[[package]]
10268name = "semver"10303name = "semver"
10269version = "1.0.12"10304version = "1.0.13"
10270source = "registry+https://github.com/rust-lang/crates.io-index"10305source = "registry+https://github.com/rust-lang/crates.io-index"
10271checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"10306checksum = "93f6841e709003d68bb2deee8c343572bf446003ec20a583e76f7b15cebf3711"
10272dependencies = [10307dependencies = [
10273 "serde",10308 "serde",
10274]10309]
1028110316
10282[[package]]10317[[package]]
10283name = "serde"10318name = "serde"
10284version = "1.0.140"10319version = "1.0.143"
10285source = "registry+https://github.com/rust-lang/crates.io-index"10320source = "registry+https://github.com/rust-lang/crates.io-index"
10286checksum = "fc855a42c7967b7c369eb5860f7164ef1f6f81c20c7cc1141f2a604e18723b03"10321checksum = "53e8e5d5b70924f74ff5c6d64d9a5acd91422117c60f48c4e07855238a254553"
10287dependencies = [10322dependencies = [
10288 "serde_derive",10323 "serde_derive",
10289]10324]
1029010325
10291[[package]]10326[[package]]
10292name = "serde_derive"10327name = "serde_derive"
10293version = "1.0.140"10328version = "1.0.143"
10294source = "registry+https://github.com/rust-lang/crates.io-index"10329source = "registry+https://github.com/rust-lang/crates.io-index"
10295checksum = "6f2122636b9fe3b81f1cb25099fcf2d3f542cdb1d45940d56c713158884a05da"10330checksum = "d3d8e8de557aee63c26b85b947f5e59b690d0454c753f3adeb5cd7835ab88391"
10296dependencies = [10331dependencies = [
10297 "proc-macro2",10332 "proc-macro2",
10298 "quote",10333 "quote",
1030110336
10302[[package]]10337[[package]]
10303name = "serde_json"10338name = "serde_json"
10304version = "1.0.82"10339version = "1.0.83"
10305source = "registry+https://github.com/rust-lang/crates.io-index"10340source = "registry+https://github.com/rust-lang/crates.io-index"
10306checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"10341checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7"
10307dependencies = [10342dependencies = [
10308 "itoa 1.0.2",10343 "itoa 1.0.3",
10309 "ryu",10344 "ryu",
10310 "serde",10345 "serde",
10311]10346]
10319 "serde",10354 "serde",
10320]10355]
10321
10322[[package]]
10323name = "sha-1"
10324version = "0.8.2"
10325source = "registry+https://github.com/rust-lang/crates.io-index"
10326checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
10327dependencies = [
10328 "block-buffer 0.7.3",
10329 "digest 0.8.1",
10330 "fake-simd",
10331 "opaque-debug 0.2.3",
10332]
1033310356
10334[[package]]10357[[package]]
10335name = "sha-1"10358name = "sha-1"
10344 "opaque-debug 0.3.0",10367 "opaque-debug 0.3.0",
10345]10368]
10369
10370[[package]]
10371name = "sha-1"
10372version = "0.10.0"
10373source = "registry+https://github.com/rust-lang/crates.io-index"
10374checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
10375dependencies = [
10376 "cfg-if 1.0.0",
10377 "cpufeatures",
10378 "digest 0.10.3",
10379]
1034610380
10347[[package]]10381[[package]]
10348name = "sha2"10382name = "sha2"
1039410428
10395[[package]]10429[[package]]
10396name = "sha3"10430name = "sha3"
10397version = "0.10.1"10431version = "0.10.2"
10398source = "registry+https://github.com/rust-lang/crates.io-index"10432source = "registry+https://github.com/rust-lang/crates.io-index"
10399checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10433checksum = "0a31480366ec990f395a61b7c08122d99bd40544fdb5abcfc1b06bb29994312c"
10400dependencies = [10434dependencies = [
10401 "digest 0.10.3",10435 "digest 0.10.3",
10402 "keccak",10436 "keccak",
1047510509
10476[[package]]10510[[package]]
10477name = "slot-range-helper"10511name = "slot-range-helper"
10478version = "0.9.26"10512version = "0.9.27"
10479source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"10513source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
10480dependencies = [10514dependencies = [
10481 "enumn",10515 "enumn",
10482 "parity-scale-codec 3.1.5",10516 "parity-scale-codec 3.1.5",
10542 "base64",10576 "base64",
10543 "bytes",10577 "bytes",
10544 "flate2",10578 "flate2",
10545 "futures 0.3.21",10579 "futures 0.3.23",
10546 "httparse",10580 "httparse",
10547 "log",10581 "log",
10548 "rand 0.8.5",10582 "rand 0.8.5",
10552[[package]]10586[[package]]
10553name = "sp-api"10587name = "sp-api"
10554version = "4.0.0-dev"10588version = "4.0.0-dev"
10555source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10589source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10556dependencies = [10590dependencies = [
10557 "hash-db",10591 "hash-db",
10558 "log",10592 "log",
10569[[package]]10603[[package]]
10570name = "sp-api-proc-macro"10604name = "sp-api-proc-macro"
10571version = "4.0.0-dev"10605version = "4.0.0-dev"
10572source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10606source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10573dependencies = [10607dependencies = [
10574 "blake2",10608 "blake2",
10575 "proc-macro-crate",10609 "proc-macro-crate",
10581[[package]]10615[[package]]
10582name = "sp-application-crypto"10616name = "sp-application-crypto"
10583version = "6.0.0"10617version = "6.0.0"
10584source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10618source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10585dependencies = [10619dependencies = [
10586 "parity-scale-codec 3.1.5",10620 "parity-scale-codec 3.1.5",
10587 "scale-info",10621 "scale-info",
10594[[package]]10628[[package]]
10595name = "sp-arithmetic"10629name = "sp-arithmetic"
10596version = "5.0.0"10630version = "5.0.0"
10597source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10631source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10598dependencies = [10632dependencies = [
10599 "integer-sqrt",10633 "integer-sqrt",
10600 "num-traits",10634 "num-traits",
10609[[package]]10643[[package]]
10610name = "sp-authority-discovery"10644name = "sp-authority-discovery"
10611version = "4.0.0-dev"10645version = "4.0.0-dev"
10612source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10646source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10613dependencies = [10647dependencies = [
10614 "parity-scale-codec 3.1.5",10648 "parity-scale-codec 3.1.5",
10615 "scale-info",10649 "scale-info",
10622[[package]]10656[[package]]
10623name = "sp-authorship"10657name = "sp-authorship"
10624version = "4.0.0-dev"10658version = "4.0.0-dev"
10625source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10659source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10626dependencies = [10660dependencies = [
10627 "async-trait",10661 "async-trait",
10628 "parity-scale-codec 3.1.5",10662 "parity-scale-codec 3.1.5",
10634[[package]]10668[[package]]
10635name = "sp-block-builder"10669name = "sp-block-builder"
10636version = "4.0.0-dev"10670version = "4.0.0-dev"
10637source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10671source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10638dependencies = [10672dependencies = [
10639 "parity-scale-codec 3.1.5",10673 "parity-scale-codec 3.1.5",
10640 "sp-api",10674 "sp-api",
10646[[package]]10680[[package]]
10647name = "sp-blockchain"10681name = "sp-blockchain"
10648version = "4.0.0-dev"10682version = "4.0.0-dev"
10649source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10683source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10650dependencies = [10684dependencies = [
10651 "futures 0.3.21",10685 "futures 0.3.23",
10652 "log",10686 "log",
10653 "lru 0.7.8",10687 "lru 0.7.8",
10654 "parity-scale-codec 3.1.5",10688 "parity-scale-codec 3.1.5",
10664[[package]]10698[[package]]
10665name = "sp-consensus"10699name = "sp-consensus"
10666version = "0.10.0-dev"10700version = "0.10.0-dev"
10667source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10701source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10668dependencies = [10702dependencies = [
10669 "async-trait",10703 "async-trait",
10670 "futures 0.3.21",10704 "futures 0.3.23",
10671 "futures-timer",10705 "futures-timer",
10672 "log",10706 "log",
10673 "parity-scale-codec 3.1.5",10707 "parity-scale-codec 3.1.5",
10683[[package]]10717[[package]]
10684name = "sp-consensus-aura"10718name = "sp-consensus-aura"
10685version = "0.10.0-dev"10719version = "0.10.0-dev"
10686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10720source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10687dependencies = [10721dependencies = [
10688 "async-trait",10722 "async-trait",
10689 "parity-scale-codec 3.1.5",10723 "parity-scale-codec 3.1.5",
10701[[package]]10735[[package]]
10702name = "sp-consensus-babe"10736name = "sp-consensus-babe"
10703version = "0.10.0-dev"10737version = "0.10.0-dev"
10704source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10738source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10705dependencies = [10739dependencies = [
10706 "async-trait",10740 "async-trait",
10707 "merlin",10741 "merlin",
10724[[package]]10758[[package]]
10725name = "sp-consensus-slots"10759name = "sp-consensus-slots"
10726version = "0.10.0-dev"10760version = "0.10.0-dev"
10727source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10761source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10728dependencies = [10762dependencies = [
10729 "parity-scale-codec 3.1.5",10763 "parity-scale-codec 3.1.5",
10730 "scale-info",10764 "scale-info",
10738[[package]]10772[[package]]
10739name = "sp-consensus-vrf"10773name = "sp-consensus-vrf"
10740version = "0.10.0-dev"10774version = "0.10.0-dev"
10741source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10775source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10742dependencies = [10776dependencies = [
10743 "parity-scale-codec 3.1.5",10777 "parity-scale-codec 3.1.5",
10744 "scale-info",10778 "scale-info",
10751[[package]]10785[[package]]
10752name = "sp-core"10786name = "sp-core"
10753version = "6.0.0"10787version = "6.0.0"
10754source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10788source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10755dependencies = [10789dependencies = [
10756 "base58",10790 "base58",
10757 "bitflags",10791 "bitflags",
10758 "blake2-rfc",10792 "blake2-rfc",
10759 "byteorder",10793 "byteorder",
10760 "dyn-clonable",10794 "dyn-clonable",
10761 "ed25519-dalek",10795 "ed25519-dalek",
10762 "futures 0.3.21",10796 "futures 0.3.23",
10763 "hash-db",10797 "hash-db",
10764 "hash256-std-hasher",10798 "hash256-std-hasher",
10765 "hex",10799 "hex",
10797[[package]]10831[[package]]
10798name = "sp-core-hashing"10832name = "sp-core-hashing"
10799version = "4.0.0"10833version = "4.0.0"
10800source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10834source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10801dependencies = [10835dependencies = [
10802 "blake2",10836 "blake2",
10803 "byteorder",10837 "byteorder",
10804 "digest 0.10.3",10838 "digest 0.10.3",
10805 "sha2 0.10.2",10839 "sha2 0.10.2",
10806 "sha3 0.10.1",10840 "sha3 0.10.2",
10807 "sp-std",10841 "sp-std",
10808 "twox-hash",10842 "twox-hash",
10809]10843]
1081010844
10811[[package]]10845[[package]]
10812name = "sp-core-hashing-proc-macro"10846name = "sp-core-hashing-proc-macro"
10813version = "5.0.0"10847version = "5.0.0"
10814source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10848source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10815dependencies = [10849dependencies = [
10816 "proc-macro2",10850 "proc-macro2",
10817 "quote",10851 "quote",
10822[[package]]10856[[package]]
10823name = "sp-database"10857name = "sp-database"
10824version = "4.0.0-dev"10858version = "4.0.0-dev"
10825source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10859source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10826dependencies = [10860dependencies = [
10827 "kvdb",10861 "kvdb",
10828 "parking_lot 0.12.1",10862 "parking_lot 0.12.1",
10831[[package]]10865[[package]]
10832name = "sp-debug-derive"10866name = "sp-debug-derive"
10833version = "4.0.0"10867version = "4.0.0"
10834source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10868source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10835dependencies = [10869dependencies = [
10836 "proc-macro2",10870 "proc-macro2",
10837 "quote",10871 "quote",
10841[[package]]10875[[package]]
10842name = "sp-externalities"10876name = "sp-externalities"
10843version = "0.12.0"10877version = "0.12.0"
10844source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10878source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10845dependencies = [10879dependencies = [
10846 "environmental",10880 "environmental",
10847 "parity-scale-codec 3.1.5",10881 "parity-scale-codec 3.1.5",
10852[[package]]10886[[package]]
10853name = "sp-finality-grandpa"10887name = "sp-finality-grandpa"
10854version = "4.0.0-dev"10888version = "4.0.0-dev"
10855source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10889source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10856dependencies = [10890dependencies = [
10857 "finality-grandpa",10891 "finality-grandpa",
10858 "log",10892 "log",
10870[[package]]10904[[package]]
10871name = "sp-inherents"10905name = "sp-inherents"
10872version = "4.0.0-dev"10906version = "4.0.0-dev"
10873source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10907source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10874dependencies = [10908dependencies = [
10875 "async-trait",10909 "async-trait",
10876 "impl-trait-for-tuples",10910 "impl-trait-for-tuples",
10884[[package]]10918[[package]]
10885name = "sp-io"10919name = "sp-io"
10886version = "6.0.0"10920version = "6.0.0"
10887source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10921source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10888dependencies = [10922dependencies = [
10889 "futures 0.3.21",10923 "futures 0.3.23",
10890 "hash-db",10924 "hash-db",
10891 "libsecp256k1",10925 "libsecp256k1",
10892 "log",10926 "log",
10909[[package]]10943[[package]]
10910name = "sp-keyring"10944name = "sp-keyring"
10911version = "6.0.0"10945version = "6.0.0"
10912source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10946source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10913dependencies = [10947dependencies = [
10914 "lazy_static",10948 "lazy_static",
10915 "sp-core",10949 "sp-core",
10916 "sp-runtime",10950 "sp-runtime",
10917 "strum 0.23.0",10951 "strum",
10918]10952]
1091910953
10920[[package]]10954[[package]]
10921name = "sp-keystore"10955name = "sp-keystore"
10922version = "0.12.0"10956version = "0.12.0"
10923source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10957source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10924dependencies = [10958dependencies = [
10925 "async-trait",10959 "async-trait",
10926 "futures 0.3.21",10960 "futures 0.3.23",
10927 "merlin",10961 "merlin",
10928 "parity-scale-codec 3.1.5",10962 "parity-scale-codec 3.1.5",
10929 "parking_lot 0.12.1",10963 "parking_lot 0.12.1",
10937[[package]]10971[[package]]
10938name = "sp-maybe-compressed-blob"10972name = "sp-maybe-compressed-blob"
10939version = "4.1.0-dev"10973version = "4.1.0-dev"
10940source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10974source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10941dependencies = [10975dependencies = [
10942 "thiserror",10976 "thiserror",
10943 "zstd",10977 "zstd",
10946[[package]]10980[[package]]
10947name = "sp-mmr-primitives"10981name = "sp-mmr-primitives"
10948version = "4.0.0-dev"10982version = "4.0.0-dev"
10949source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10983source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10950dependencies = [10984dependencies = [
10951 "log",10985 "log",
10952 "parity-scale-codec 3.1.5",10986 "parity-scale-codec 3.1.5",
10961[[package]]10995[[package]]
10962name = "sp-npos-elections"10996name = "sp-npos-elections"
10963version = "4.0.0-dev"10997version = "4.0.0-dev"
10964source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10998source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10965dependencies = [10999dependencies = [
10966 "parity-scale-codec 3.1.5",11000 "parity-scale-codec 3.1.5",
10967 "scale-info",11001 "scale-info",
10975[[package]]11009[[package]]
10976name = "sp-offchain"11010name = "sp-offchain"
10977version = "4.0.0-dev"11011version = "4.0.0-dev"
10978source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11012source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10979dependencies = [11013dependencies = [
10980 "sp-api",11014 "sp-api",
10981 "sp-core",11015 "sp-core",
10985[[package]]11019[[package]]
10986name = "sp-panic-handler"11020name = "sp-panic-handler"
10987version = "4.0.0"11021version = "4.0.0"
10988source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11022source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10989dependencies = [11023dependencies = [
10990 "backtrace",11024 "backtrace",
10991 "lazy_static",11025 "lazy_static",
10995[[package]]11029[[package]]
10996name = "sp-rpc"11030name = "sp-rpc"
10997version = "6.0.0"11031version = "6.0.0"
10998source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11032source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
10999dependencies = [11033dependencies = [
11000 "rustc-hash",11034 "rustc-hash",
11001 "serde",11035 "serde",
11005[[package]]11039[[package]]
11006name = "sp-runtime"11040name = "sp-runtime"
11007version = "6.0.0"11041version = "6.0.0"
11008source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11042source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11009dependencies = [11043dependencies = [
11010 "either",11044 "either",
11011 "hash256-std-hasher",11045 "hash256-std-hasher",
11027[[package]]11061[[package]]
11028name = "sp-runtime-interface"11062name = "sp-runtime-interface"
11029version = "6.0.0"11063version = "6.0.0"
11030source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11064source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11031dependencies = [11065dependencies = [
11032 "impl-trait-for-tuples",11066 "impl-trait-for-tuples",
11033 "parity-scale-codec 3.1.5",11067 "parity-scale-codec 3.1.5",
11044[[package]]11078[[package]]
11045name = "sp-runtime-interface-proc-macro"11079name = "sp-runtime-interface-proc-macro"
11046version = "5.0.0"11080version = "5.0.0"
11047source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11081source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11048dependencies = [11082dependencies = [
11049 "Inflector",11083 "Inflector",
11050 "proc-macro-crate",11084 "proc-macro-crate",
11056[[package]]11090[[package]]
11057name = "sp-sandbox"11091name = "sp-sandbox"
11058version = "0.10.0-dev"11092version = "0.10.0-dev"
11059source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11093source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11060dependencies = [11094dependencies = [
11061 "log",11095 "log",
11062 "parity-scale-codec 3.1.5",11096 "parity-scale-codec 3.1.5",
11070[[package]]11104[[package]]
11071name = "sp-serializer"11105name = "sp-serializer"
11072version = "4.0.0-dev"11106version = "4.0.0-dev"
11073source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11107source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11074dependencies = [11108dependencies = [
11075 "serde",11109 "serde",
11076 "serde_json",11110 "serde_json",
11079[[package]]11113[[package]]
11080name = "sp-session"11114name = "sp-session"
11081version = "4.0.0-dev"11115version = "4.0.0-dev"
11082source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11116source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11083dependencies = [11117dependencies = [
11084 "parity-scale-codec 3.1.5",11118 "parity-scale-codec 3.1.5",
11085 "scale-info",11119 "scale-info",
11093[[package]]11127[[package]]
11094name = "sp-staking"11128name = "sp-staking"
11095version = "4.0.0-dev"11129version = "4.0.0-dev"
11096source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11130source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11097dependencies = [11131dependencies = [
11098 "parity-scale-codec 3.1.5",11132 "parity-scale-codec 3.1.5",
11099 "scale-info",11133 "scale-info",
11104[[package]]11138[[package]]
11105name = "sp-state-machine"11139name = "sp-state-machine"
11106version = "0.12.0"11140version = "0.12.0"
11107source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11141source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11108dependencies = [11142dependencies = [
11109 "hash-db",11143 "hash-db",
11110 "log",11144 "log",
11126[[package]]11160[[package]]
11127name = "sp-std"11161name = "sp-std"
11128version = "4.0.0"11162version = "4.0.0"
11129source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11163source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
1113011164
11131[[package]]11165[[package]]
11132name = "sp-storage"11166name = "sp-storage"
11133version = "6.0.0"11167version = "6.0.0"
11134source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11168source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11135dependencies = [11169dependencies = [
11136 "impl-serde",11170 "impl-serde",
11137 "parity-scale-codec 3.1.5",11171 "parity-scale-codec 3.1.5",
11144[[package]]11178[[package]]
11145name = "sp-tasks"11179name = "sp-tasks"
11146version = "4.0.0-dev"11180version = "4.0.0-dev"
11147source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11181source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11148dependencies = [11182dependencies = [
11149 "log",11183 "log",
11150 "sp-core",11184 "sp-core",
11157[[package]]11191[[package]]
11158name = "sp-timestamp"11192name = "sp-timestamp"
11159version = "4.0.0-dev"11193version = "4.0.0-dev"
11160source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11194source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11161dependencies = [11195dependencies = [
11162 "async-trait",11196 "async-trait",
11163 "futures-timer",11197 "futures-timer",
11173[[package]]11207[[package]]
11174name = "sp-tracing"11208name = "sp-tracing"
11175version = "5.0.0"11209version = "5.0.0"
11176source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11210source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11177dependencies = [11211dependencies = [
11178 "parity-scale-codec 3.1.5",11212 "parity-scale-codec 3.1.5",
11179 "sp-std",11213 "sp-std",
11185[[package]]11219[[package]]
11186name = "sp-transaction-pool"11220name = "sp-transaction-pool"
11187version = "4.0.0-dev"11221version = "4.0.0-dev"
11188source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11222source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11189dependencies = [11223dependencies = [
11190 "sp-api",11224 "sp-api",
11191 "sp-runtime",11225 "sp-runtime",
11194[[package]]11228[[package]]
11195name = "sp-transaction-storage-proof"11229name = "sp-transaction-storage-proof"
11196version = "4.0.0-dev"11230version = "4.0.0-dev"
11197source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11231source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11198dependencies = [11232dependencies = [
11199 "async-trait",11233 "async-trait",
11200 "log",11234 "log",
11210[[package]]11244[[package]]
11211name = "sp-trie"11245name = "sp-trie"
11212version = "6.0.0"11246version = "6.0.0"
11213source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11247source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11214dependencies = [11248dependencies = [
11215 "hash-db",11249 "hash-db",
11216 "memory-db",11250 "memory-db",
11226[[package]]11260[[package]]
11227name = "sp-version"11261name = "sp-version"
11228version = "5.0.0"11262version = "5.0.0"
11229source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11263source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11230dependencies = [11264dependencies = [
11231 "impl-serde",11265 "impl-serde",
11232 "parity-scale-codec 3.1.5",11266 "parity-scale-codec 3.1.5",
11243[[package]]11277[[package]]
11244name = "sp-version-proc-macro"11278name = "sp-version-proc-macro"
11245version = "4.0.0-dev"11279version = "4.0.0-dev"
11246source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11280source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11247dependencies = [11281dependencies = [
11248 "parity-scale-codec 3.1.5",11282 "parity-scale-codec 3.1.5",
11249 "proc-macro2",11283 "proc-macro2",
11254[[package]]11288[[package]]
11255name = "sp-wasm-interface"11289name = "sp-wasm-interface"
11256version = "6.0.0"11290version = "6.0.0"
11257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11291source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11258dependencies = [11292dependencies = [
11259 "impl-trait-for-tuples",11293 "impl-trait-for-tuples",
11260 "log",11294 "log",
11349 "syn",11383 "syn",
11350]11384]
11351
11352[[package]]
11353name = "strum"
11354version = "0.23.0"
11355source = "registry+https://github.com/rust-lang/crates.io-index"
11356checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"
11357dependencies = [
11358 "strum_macros 0.23.1",
11359]
1136011385
11361[[package]]11386[[package]]
11362name = "strum"11387name = "strum"
11363version = "0.24.1"11388version = "0.24.1"
11364source = "registry+https://github.com/rust-lang/crates.io-index"11389source = "registry+https://github.com/rust-lang/crates.io-index"
11365checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11390checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
11366dependencies = [11391dependencies = [
11367 "strum_macros 0.24.2",11392 "strum_macros",
11368]11393]
11369
11370[[package]]
11371name = "strum_macros"
11372version = "0.23.1"
11373source = "registry+https://github.com/rust-lang/crates.io-index"
11374checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"
11375dependencies = [
11376 "heck 0.3.3",
11377 "proc-macro2",
11378 "quote",
11379 "rustversion",
11380 "syn",
11381]
1138211394
11383[[package]]11395[[package]]
11384name = "strum_macros"11396name = "strum_macros"
11385version = "0.24.2"11397version = "0.24.3"
11386source = "registry+https://github.com/rust-lang/crates.io-index"11398source = "registry+https://github.com/rust-lang/crates.io-index"
11387checksum = "4faebde00e8ff94316c01800f9054fd2ba77d30d9e922541913051d1d978918b"11399checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
11388dependencies = [11400dependencies = [
11389 "heck 0.4.0",11401 "heck",
11390 "proc-macro2",11402 "proc-macro2",
11391 "quote",11403 "quote",
11392 "rustversion",11404 "rustversion",
11409[[package]]11421[[package]]
11410name = "substrate-build-script-utils"11422name = "substrate-build-script-utils"
11411version = "3.0.0"11423version = "3.0.0"
11412source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11424source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11413dependencies = [11425dependencies = [
11414 "platforms",11426 "platforms",
11415]11427]
1141611428
11417[[package]]11429[[package]]
11418name = "substrate-frame-rpc-system"11430name = "substrate-frame-rpc-system"
11419version = "4.0.0-dev"11431version = "4.0.0-dev"
11420source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11432source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11421dependencies = [11433dependencies = [
11422 "frame-system-rpc-runtime-api",11434 "frame-system-rpc-runtime-api",
11423 "futures 0.3.21",11435 "futures 0.3.23",
11424 "jsonrpsee",11436 "jsonrpsee",
11425 "log",11437 "log",
11426 "parity-scale-codec 3.1.5",11438 "parity-scale-codec 3.1.5",
11438[[package]]11450[[package]]
11439name = "substrate-prometheus-endpoint"11451name = "substrate-prometheus-endpoint"
11440version = "0.10.0-dev"11452version = "0.10.0-dev"
11441source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11453source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11442dependencies = [11454dependencies = [
11443 "futures-util",11455 "futures-util",
11444 "hyper",11456 "hyper",
11451[[package]]11463[[package]]
11452name = "substrate-state-trie-migration-rpc"11464name = "substrate-state-trie-migration-rpc"
11453version = "4.0.0-dev"11465version = "4.0.0-dev"
11454source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11466source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11455dependencies = [11467dependencies = [
11456 "jsonrpsee",11468 "jsonrpsee",
11457 "log",11469 "log",
11472[[package]]11484[[package]]
11473name = "substrate-test-client"11485name = "substrate-test-client"
11474version = "2.0.1"11486version = "2.0.1"
11475source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11487source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11476dependencies = [11488dependencies = [
11477 "async-trait",11489 "async-trait",
11478 "futures 0.3.21",11490 "futures 0.3.23",
11479 "hex",11491 "hex",
11480 "parity-scale-codec 3.1.5",11492 "parity-scale-codec 3.1.5",
11481 "sc-client-api",11493 "sc-client-api",
11498[[package]]11510[[package]]
11499name = "substrate-test-utils"11511name = "substrate-test-utils"
11500version = "4.0.0-dev"11512version = "4.0.0-dev"
11501source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11513source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11502dependencies = [11514dependencies = [
11503 "futures 0.3.21",11515 "futures 0.3.23",
11504 "substrate-test-utils-derive",11516 "substrate-test-utils-derive",
11505 "tokio",11517 "tokio",
11506]11518]
1150711519
11508[[package]]11520[[package]]
11509name = "substrate-test-utils-derive"11521name = "substrate-test-utils-derive"
11510version = "0.10.0-dev"11522version = "0.10.0-dev"
11511source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11523source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11512dependencies = [11524dependencies = [
11513 "proc-macro-crate",11525 "proc-macro-crate",
11514 "proc-macro2",11526 "proc-macro2",
11519[[package]]11531[[package]]
11520name = "substrate-wasm-builder"11532name = "substrate-wasm-builder"
11521version = "5.0.0-dev"11533version = "5.0.0-dev"
11522source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11534source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
11523dependencies = [11535dependencies = [
11524 "ansi_term",11536 "ansi_term",
11525 "build-helper",11537 "build-helper",
11526 "cargo_metadata",11538 "cargo_metadata",
11527 "filetime",11539 "filetime",
11528 "sp-maybe-compressed-blob",11540 "sp-maybe-compressed-blob",
11529 "strum 0.23.0",11541 "strum",
11530 "tempfile",11542 "tempfile",
11531 "toml",11543 "toml",
11532 "walkdir",11544 "walkdir",
1154111553
11542[[package]]11554[[package]]
11543name = "syn"11555name = "syn"
11544version = "1.0.98"11556version = "1.0.99"
11545source = "registry+https://github.com/rust-lang/crates.io-index"11557source = "registry+https://github.com/rust-lang/crates.io-index"
11546checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"11558checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
11547dependencies = [11559dependencies = [
11548 "proc-macro2",11560 "proc-macro2",
11549 "quote",11561 "quote",
1162011632
11621[[package]]11633[[package]]
11622name = "test-runtime-constants"11634name = "test-runtime-constants"
11623version = "0.9.26"11635version = "0.9.27"
11624source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"11636source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
11625dependencies = [11637dependencies = [
11626 "frame-support",11638 "frame-support",
11627 "polkadot-primitives",11639 "polkadot-primitives",
1166811680
11669[[package]]11681[[package]]
11670name = "thiserror"11682name = "thiserror"
11671version = "1.0.31"11683version = "1.0.32"
11672source = "registry+https://github.com/rust-lang/crates.io-index"11684source = "registry+https://github.com/rust-lang/crates.io-index"
11673checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"11685checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994"
11674dependencies = [11686dependencies = [
11675 "thiserror-impl",11687 "thiserror-impl",
11676]11688]
1167711689
11678[[package]]11690[[package]]
11679name = "thiserror-impl"11691name = "thiserror-impl"
11680version = "1.0.31"11692version = "1.0.32"
11681source = "registry+https://github.com/rust-lang/crates.io-index"11693source = "registry+https://github.com/rust-lang/crates.io-index"
11682checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"11694checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21"
11683dependencies = [11695dependencies = [
11684 "proc-macro2",11696 "proc-macro2",
11685 "quote",11697 "quote",
11751source = "registry+https://github.com/rust-lang/crates.io-index"11763source = "registry+https://github.com/rust-lang/crates.io-index"
11752checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"11764checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
11753dependencies = [11765dependencies = [
11754 "itoa 1.0.2",11766 "itoa 1.0.3",
11755 "libc",11767 "libc",
11756 "num_threads",11768 "num_threads",
11757 "time-macros",11769 "time-macros",
1189211904
11893[[package]]11905[[package]]
11894name = "tracing"11906name = "tracing"
11895version = "0.1.35"11907version = "0.1.36"
11896source = "registry+https://github.com/rust-lang/crates.io-index"11908source = "registry+https://github.com/rust-lang/crates.io-index"
11897checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"11909checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307"
11898dependencies = [11910dependencies = [
11899 "cfg-if 1.0.0",11911 "cfg-if 1.0.0",
11900 "pin-project-lite 0.2.9",11912 "pin-project-lite 0.2.9",
1191511927
11916[[package]]11928[[package]]
11917name = "tracing-core"11929name = "tracing-core"
11918version = "0.1.28"11930version = "0.1.29"
11919source = "registry+https://github.com/rust-lang/crates.io-index"11931source = "registry+https://github.com/rust-lang/crates.io-index"
11920checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7"11932checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7"
11921dependencies = [11933dependencies = [
11922 "once_cell",11934 "once_cell",
11923 "valuable",11935 "valuable",
1193511947
11936[[package]]11948[[package]]
11937name = "tracing-gum"11949name = "tracing-gum"
11938version = "0.9.26"11950version = "0.9.27"
11939source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"11951source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
11940dependencies = [11952dependencies = [
11941 "polkadot-node-jaeger",11953 "polkadot-node-jaeger",
11942 "polkadot-primitives",11954 "polkadot-primitives",
1194611958
11947[[package]]11959[[package]]
11948name = "tracing-gum-proc-macro"11960name = "tracing-gum-proc-macro"
11949version = "0.9.26"11961version = "0.9.27"
11950source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"11962source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
11951dependencies = [11963dependencies = [
11952 "expander 0.0.6",11964 "expander 0.0.6",
11953 "proc-macro-crate",11965 "proc-macro-crate",
11962source = "registry+https://github.com/rust-lang/crates.io-index"11974source = "registry+https://github.com/rust-lang/crates.io-index"
11963checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"11975checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
11964dependencies = [11976dependencies = [
11965 "ahash",
11966 "lazy_static",11977 "lazy_static",
11967 "log",11978 "log",
11968 "lru 0.7.8",
11969 "tracing-core",11979 "tracing-core",
11970]11980]
1197111981
12086[[package]]12096[[package]]
12087name = "try-runtime-cli"12097name = "try-runtime-cli"
12088version = "0.10.0-dev"12098version = "0.10.0-dev"
12089source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"12099source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#8eff668a42325aeb4433eace1604f4d286a6ec05"
12090dependencies = [12100dependencies = [
12091 "clap",12101 "clap",
12092 "jsonrpsee",12102 "jsonrpsee",
1218612196
12187[[package]]12197[[package]]
12188name = "unicode-ident"12198name = "unicode-ident"
12189version = "1.0.2"12199version = "1.0.3"
12190source = "registry+https://github.com/rust-lang/crates.io-index"12200source = "registry+https://github.com/rust-lang/crates.io-index"
12191checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"12201checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
1219212202
12193[[package]]12203[[package]]
12194name = "unicode-normalization"12204name = "unicode-normalization"
12199 "tinyvec",12209 "tinyvec",
12200]12210]
12201
12202[[package]]
12203name = "unicode-segmentation"
12204version = "1.9.0"
12205source = "registry+https://github.com/rust-lang/crates.io-index"
12206checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
1220712211
12208[[package]]12212[[package]]
12209name = "unicode-width"12213name = "unicode-width"
12242 "fp-rpc",12246 "fp-rpc",
12243 "frame-benchmarking",12247 "frame-benchmarking",
12244 "frame-benchmarking-cli",12248 "frame-benchmarking-cli",
12245 "futures 0.3.21",12249 "futures 0.3.23",
12246 "jsonrpsee",12250 "jsonrpsee",
12247 "log",12251 "log",
12248 "opal-runtime",12252 "opal-runtime",
12315 "fc-rpc-core",12319 "fc-rpc-core",
12316 "fp-rpc",12320 "fp-rpc",
12317 "fp-storage",12321 "fp-storage",
12318 "futures 0.3.21",12322 "futures 0.3.23",
12319 "jsonrpsee",12323 "jsonrpsee",
12320 "pallet-common",12324 "pallet-common",
12321 "pallet-ethereum",12325 "pallet-ethereum",
12445source = "registry+https://github.com/rust-lang/crates.io-index"12449source = "registry+https://github.com/rust-lang/crates.io-index"
12446checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12450checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
12447dependencies = [12451dependencies = [
12448 "generic-array 0.14.5",12452 "generic-array 0.14.6",
12449 "subtle",12453 "subtle",
12450]12454]
1245112455
12515[[package]]12519[[package]]
12516name = "up-sponsorship"12520name = "up-sponsorship"
12517version = "0.1.0"12521version = "0.1.0"
12518source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.26#711367a0ba6c495438f6e05e5c28690fc90bfdec"12522source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.27#853766d6033ceb68a2bef196790b962dd0663a04"
12519dependencies = [12523dependencies = [
12520 "impl-trait-for-tuples",12524 "impl-trait-for-tuples",
12521]12525]
12703source = "registry+https://github.com/rust-lang/crates.io-index"12707source = "registry+https://github.com/rust-lang/crates.io-index"
12704checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12708checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
12705dependencies = [12709dependencies = [
12706 "futures 0.3.21",12710 "futures 0.3.23",
12707 "js-sys",12711 "js-sys",
12708 "parking_lot 0.11.2",12712 "parking_lot 0.11.2",
12709 "pin-utils",12713 "pin-utils",
1295412958
12955[[package]]12959[[package]]
12956name = "westend-runtime"12960name = "westend-runtime"
12957version = "0.9.26"12961version = "0.9.27"
12958source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"12962source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
12959dependencies = [12963dependencies = [
12960 "beefy-primitives",12964 "beefy-primitives",
12961 "bitvec 1.0.1",12965 "bitvec 1.0.1",
12987 "pallet-multisig",12991 "pallet-multisig",
12988 "pallet-nomination-pools",12992 "pallet-nomination-pools",
12989 "pallet-nomination-pools-benchmarking",12993 "pallet-nomination-pools-benchmarking",
12994 "pallet-nomination-pools-runtime-api",
12990 "pallet-offences",12995 "pallet-offences",
12991 "pallet-offences-benchmarking",12996 "pallet-offences-benchmarking",
12992 "pallet-preimage",12997 "pallet-preimage",
1304213047
13043[[package]]13048[[package]]
13044name = "westend-runtime-constants"13049name = "westend-runtime-constants"
13045version = "0.9.26"13050version = "0.9.27"
13046source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"13051source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
13047dependencies = [13052dependencies = [
13048 "frame-support",13053 "frame-support",
13049 "polkadot-primitives",13054 "polkadot-primitives",
1322313228
13224[[package]]13229[[package]]
13225name = "xcm"13230name = "xcm"
13226version = "0.9.26"13231version = "0.9.27"
13227source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"13232source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
13228dependencies = [13233dependencies = [
13229 "derivative",13234 "derivative",
13230 "impl-trait-for-tuples",13235 "impl-trait-for-tuples",
1323713242
13238[[package]]13243[[package]]
13239name = "xcm-builder"13244name = "xcm-builder"
13240version = "0.9.26"13245version = "0.9.27"
13241source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"13246source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
13242dependencies = [13247dependencies = [
13243 "frame-support",13248 "frame-support",
13244 "frame-system",13249 "frame-system",
1325713262
13258[[package]]13263[[package]]
13259name = "xcm-executor"13264name = "xcm-executor"
13260version = "0.9.26"13265version = "0.9.27"
13261source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"13266source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
13262dependencies = [13267dependencies = [
13263 "frame-benchmarking",13268 "frame-benchmarking",
13264 "frame-support",13269 "frame-support",
1327513280
13276[[package]]13281[[package]]
13277name = "xcm-procedural"13282name = "xcm-procedural"
13278version = "0.1.0"13283version = "0.9.27"
13279source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"13284source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.27#b017bad50d360a1c6e3cdf9652bdb85e5f479fea"
13280dependencies = [13285dependencies = [
13281 "Inflector",13286 "Inflector",
13282 "proc-macro2",13287 "proc-macro2",
1328613291
13287[[package]]13292[[package]]
13288name = "yamux"13293name = "yamux"
13289version = "0.10.1"13294version = "0.10.2"
13290source = "registry+https://github.com/rust-lang/crates.io-index"13295source = "registry+https://github.com/rust-lang/crates.io-index"
13291checksum = "0c0608f53c1dc0bad505d03a34bbd49fbf2ad7b51eb036123e896365532745a1"13296checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"
13292dependencies = [13297dependencies = [
13293 "futures 0.3.21",13298 "futures 0.3.23",
13294 "log",13299 "log",
13295 "nohash-hasher",13300 "nohash-hasher",
13296 "parking_lot 0.12.1",13301 "parking_lot 0.12.1",
modifiedREADME.mddiffbeforeafterboth
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@
 ```
 git clone https://github.com/paritytech/polkadot.git
 cd polkadot
-git checkout release-v0.9.26
+git checkout release-v0.9.27
 cargo build --release
 ```
 
modifiedclient/rpc/Cargo.tomldiffbeforeafterboth
--- a/client/rpc/Cargo.toml
+++ b/client/rpc/Cargo.toml
@@ -13,9 +13,9 @@
 jsonrpsee = { version = "0.14.0", features = ["server", "macros"] }
 anyhow = "1.0.57"
 
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
modifiedcrates/evm-coder/Cargo.tomldiffbeforeafterboth
--- a/crates/evm-coder/Cargo.toml
+++ b/crates/evm-coder/Cargo.toml
@@ -9,7 +9,7 @@
 primitive-types = { version = "0.11.1", default-features = false }
 hex-literal = "0.3.3"
 ethereum = { version = "0.12.0", default-features = false }
-evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.26" }
+evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.27" }
 impl-trait-for-tuples = "0.2.1"
 
 [dev-dependencies]
modifiednode/cli/Cargo.tomldiffbeforeafterboth
--- a/node/cli/Cargo.toml
+++ b/node/cli/Cargo.toml
@@ -3,7 +3,7 @@
 
 [build-dependencies.substrate-build-script-utils]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 ################################################################################
 # Substrate Dependecies
@@ -16,158 +16,158 @@
 
 [dependencies.frame-benchmarking]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.frame-benchmarking-cli]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.try-runtime-cli]
-git = 'https://github.com/paritytech/substrate'
-branch = 'polkadot-v0.9.26'
+git = "https://github.com/paritytech/substrate"
+branch = "polkadot-v0.9.27"
 
 [dependencies.pallet-transaction-payment-rpc]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.substrate-prometheus-endpoint]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sc-basic-authorship]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sc-chain-spec]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sc-cli]
 features = ['wasmtime']
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sc-client-api]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sc-consensus]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sc-consensus-aura]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sc-executor]
 features = ['wasmtime']
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sc-finality-grandpa]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sc-keystore]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sc-rpc]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sc-rpc-api]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sc-service]
 features = ['wasmtime']
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sc-telemetry]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sc-transaction-pool]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sc-tracing]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sc-sysinfo]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-block-builder]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-api]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-blockchain]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-consensus]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-consensus-aura]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-core]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-finality-grandpa]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-inherents]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-keystore]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-offchain]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-runtime]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-session]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-timestamp]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-transaction-pool]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-trie]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.substrate-frame-rpc-system]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sc-network]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.serde]
 features = ['derive']
@@ -178,76 +178,76 @@
 
 [dependencies.sc-consensus-manual-seal]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 ################################################################################
 # Cumulus dependencies
 
 [dependencies.cumulus-client-consensus-aura]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.cumulus-client-consensus-common]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.cumulus-client-collator]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.cumulus-client-cli]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.cumulus-client-network]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.cumulus-primitives-core]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.cumulus-primitives-parachain-inherent]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.cumulus-client-service]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.cumulus-relay-chain-interface]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.cumulus-relay-chain-inprocess-interface]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.cumulus-relay-chain-rpc-interface]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 ################################################################################
 # Polkadot dependencies
 [dependencies.polkadot-primitives]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.26"
+branch = "release-v0.9.27"
 
 [dependencies.polkadot-service]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.26"
+branch = "release-v0.9.27"
 
 [dependencies.polkadot-cli]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.26"
+branch = "release-v0.9.27"
 
 [dependencies.polkadot-test-service]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.26"
+branch = "release-v0.9.27"
 
 [dependencies.polkadot-parachain]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.26"
+branch = "release-v0.9.27"
 
 
 ################################################################################
@@ -276,7 +276,7 @@
 
 [dependencies.pallet-transaction-payment-rpc-runtime-api]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 ################################################################################
 # Package
@@ -308,13 +308,13 @@
 jsonrpsee = { version = "0.14.0", features = ["server", "macros"] }
 tokio = { version = "1.19.2", features = ["time"] }
 
-fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
+fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
 
 unique-rpc = { default-features = false, path = "../rpc" }
 rmrk-rpc = { path = "../../primitives/rmrk-rpc" }
modifiednode/cli/src/command.rsdiffbeforeafterboth
--- a/node/cli/src/command.rs
+++ b/node/cli/src/command.rs
@@ -407,7 +407,7 @@
 				BenchmarkCmd::Machine(cmd) => {
 					runner.sync_run(|config| cmd.run(&config, SUBSTRATE_REFERENCE_HARDWARE.clone()))
 				}
-				BenchmarkCmd::Overhead(_) => Err("Unsupported benchmarking command".into()),
+				BenchmarkCmd::Overhead(_) | BenchmarkCmd::Extrinsic(_) => Err("Unsupported benchmarking command".into()),
 			}
 		}
 		Some(Subcommand::TryRuntime(cmd)) => {
@@ -622,8 +622,8 @@
 		self.base.base.role(is_dev)
 	}
 
-	fn transaction_pool(&self) -> Result<sc_service::config::TransactionPoolOptions> {
-		self.base.base.transaction_pool()
+	fn transaction_pool(&self, is_dev: bool) -> Result<sc_service::config::TransactionPoolOptions> {
+		self.base.base.transaction_pool(is_dev)
 	}
 
 	fn state_cache_child_ratio(&self) -> Result<Option<usize>> {
modifiednode/cli/src/service.rsdiffbeforeafterboth
--- a/node/cli/src/service.rs
+++ b/node/cli/src/service.rs
@@ -50,7 +50,7 @@
 use sc_executor::NativeElseWasmExecutor;
 use sc_executor::NativeExecutionDispatch;
 use sc_network::NetworkService;
-use sc_service::{BasePath, Configuration, PartialComponents, Role, TaskManager};
+use sc_service::{BasePath, Configuration, PartialComponents, TaskManager};
 use sc_telemetry::{Telemetry, TelemetryHandle, TelemetryWorker, TelemetryWorkerHandle};
 use sp_keystore::SyncCryptoStorePtr;
 use sp_runtime::traits::BlakeTwo256;
@@ -398,10 +398,6 @@
 		bool,
 	) -> Result<Box<dyn ParachainConsensus<Block>>, sc_service::Error>,
 {
-	if matches!(parachain_config.role, Role::Light) {
-		return Err("Light client not supported!".into());
-	}
-
 	let parachain_config = prepare_node_config(parachain_config);
 
 	let params =
modifiednode/rpc/Cargo.tomldiffbeforeafterboth
--- a/node/rpc/Cargo.toml
+++ b/node/rpc/Cargo.toml
@@ -13,40 +13,40 @@
 futures = { version = "0.3.17", features = ["compat"] }
 jsonrpsee = { version = "0.14.0", features = ["server", "macros"] }
 # pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
-pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
+pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
 tokio = { version = "1.19.2", features = ["macros", "sync"] }
 
-pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
+pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
 
 pallet-common = { default-features = false, path = "../../pallets/common" }
 up-common = { path = "../../primitives/common" }
modifiedpallets/common/Cargo.tomldiffbeforeafterboth
--- a/pallets/common/Cargo.toml
+++ b/pallets/common/Cargo.toml
@@ -11,18 +11,18 @@
 version = '3.1.2'
 
 [dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
 pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
 ethereum = { version = "0.12.0", default-features = false }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
 
 serde = { version = "1.0.130", default-features = false }
 scale-info = { version = "2.0.1", default-features = false, features = [
modifiedpallets/configuration/Cargo.tomldiffbeforeafterboth
--- a/pallets/configuration/Cargo.toml
+++ b/pallets/configuration/Cargo.toml
@@ -10,13 +10,13 @@
 scale-info = { version = "2.0.1", default-features = false, features = [
 	"derive",
 ] }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
-sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
 smallvec = "1.6.1"
 
 [features]
modifiedpallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-coder-substrate/Cargo.toml
+++ b/pallets/evm-coder-substrate/Cargo.toml
@@ -8,15 +8,15 @@
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
 ethereum = { version = "0.12.0", default-features = false }
 evm-coder = { default-features = false, path = "../../crates/evm-coder" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
 up-data-structs = { default-features = false, path = "../../primitives/data-structs" }
 
 [dependencies.codec]
modifiedpallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-contract-helpers/Cargo.toml
+++ b/pallets/evm-contract-helpers/Cargo.toml
@@ -11,16 +11,16 @@
 log = { default-features = false, version = "0.4.14" }
 
 # Substrate
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.26' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.26' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.26' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.26' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.26' }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
 
 # Unique
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.26" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.27" }
 
 # Locals
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
modifiedpallets/evm-migration/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-migration/Cargo.toml
+++ b/pallets/evm-migration/Cargo.toml
@@ -8,15 +8,15 @@
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
 
 [dependencies.codec]
 default-features = false
modifiedpallets/evm-transaction-payment/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-transaction-payment/Cargo.toml
+++ b/pallets/evm-transaction-payment/Cargo.toml
@@ -8,17 +8,17 @@
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.26" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.27" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
 
 [dependencies.codec]
 default-features = false
modifiedpallets/fungible/Cargo.tomldiffbeforeafterboth
--- a/pallets/fungible/Cargo.toml
+++ b/pallets/fungible/Cargo.toml
@@ -11,19 +11,19 @@
 version = '3.1.2'
 
 [dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
 pallet-common = { default-features = false, path = '../common' }
 pallet-structure = { default-features = false, path = '../structure' }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
 pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }
 ethereum = { version = "0.12.0", default-features = false }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
modifiedpallets/inflation/Cargo.tomldiffbeforeafterboth
--- a/pallets/inflation/Cargo.toml
+++ b/pallets/inflation/Cargo.toml
@@ -43,37 +43,37 @@
 default-features = false
 optional = true
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.frame-support]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.frame-system]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.pallet-balances]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.pallet-timestamp]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.pallet-randomness-collective-flip]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-std]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.serde]
 default-features = false
@@ -83,17 +83,17 @@
 [dependencies.sp-runtime]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-core]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-io]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies]
 scale-info = { version = "2.0.1", default-features = false, features = [
modifiedpallets/nonfungible/Cargo.tomldiffbeforeafterboth
--- a/pallets/nonfungible/Cargo.toml
+++ b/pallets/nonfungible/Cargo.toml
@@ -11,19 +11,19 @@
 version = '3.1.2'
 
 [dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
 pallet-common = { default-features = false, path = '../common' }
 pallet-structure = { default-features = false, path = '../structure' }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
 pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }
 ethereum = { version = "0.12.0", default-features = false }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
modifiedpallets/proxy-rmrk-core/Cargo.tomldiffbeforeafterboth
--- a/pallets/proxy-rmrk-core/Cargo.toml
+++ b/pallets/proxy-rmrk-core/Cargo.toml
@@ -11,17 +11,17 @@
 version = '3.1.2'
 
 [dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
 pallet-common = { default-features = false, path = '../common' }
 pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
 pallet-structure = { default-features = false, path = "../../pallets/structure" }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
 rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
modifiedpallets/proxy-rmrk-equip/Cargo.tomldiffbeforeafterboth
--- a/pallets/proxy-rmrk-equip/Cargo.toml
+++ b/pallets/proxy-rmrk-equip/Cargo.toml
@@ -11,16 +11,16 @@
 version = '3.1.2'
 
 [dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
 pallet-common = { default-features = false, path = '../common' }
 pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
 rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
modifiedpallets/refungible/Cargo.tomldiffbeforeafterboth
--- a/pallets/refungible/Cargo.toml
+++ b/pallets/refungible/Cargo.toml
@@ -11,17 +11,17 @@
 version = '3.1.2'
 
 [dependencies]
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
 pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
 pallet-common = { default-features = false, path = '../common' }
 pallet-structure = { default-features = false, path = '../structure' }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
 
 struct-versioning = { path = "../../crates/struct-versioning" }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
modifiedpallets/scheduler/Cargo.tomldiffbeforeafterboth
--- a/pallets/scheduler/Cargo.toml
+++ b/pallets/scheduler/Cargo.toml
@@ -16,20 +16,20 @@
 	"derive",
 ] }
 
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.26' }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.27' }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
 
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.26" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.27" }
 log = { version = "0.4.14", default-features = false }
 
 [dev-dependencies]
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
 
 [features]
 default = ["std"]
modifiedpallets/structure/Cargo.tomldiffbeforeafterboth
--- a/pallets/structure/Cargo.toml
+++ b/pallets/structure/Cargo.toml
@@ -4,10 +4,10 @@
 edition = "2021"
 
 [dependencies]
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.26' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.26' }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.26' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.26' }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
 pallet-common = { path = "../common", default-features = false }
 parity-scale-codec = { version = "3.1.2", default-features = false, features = [
 	"derive",
@@ -16,7 +16,7 @@
 	"derive",
 ] }
 up-data-structs = { path = "../../primitives/data-structs", default-features = false }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
 
 [features]
 default = ["std"]
modifiedpallets/unique/Cargo.tomldiffbeforeafterboth
--- a/pallets/unique/Cargo.toml
+++ b/pallets/unique/Cargo.toml
@@ -59,37 +59,37 @@
 default-features = false
 optional = true
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.frame-support]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.frame-system]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-std]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-runtime]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-core]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-io]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 ################################################################################
 # Local Dependencies
@@ -98,7 +98,7 @@
 scale-info = { version = "2.0.1", default-features = false, features = [
     "derive",
 ] }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
 pallet-common = { default-features = false, path = "../common" }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
 pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
modifiedprimitives/common/Cargo.tomldiffbeforeafterboth
--- a/primitives/common/Cargo.toml
+++ b/primitives/common/Cargo.toml
@@ -23,34 +23,34 @@
 [dependencies.sp-std]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.frame-support]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-runtime]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-core]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-consensus-aura]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.fp-rpc]
 default-features = false
 git = "https://github.com/uniquenetwork/frontier"
-branch = "unique-polkadot-v0.9.26"
+branch = "unique-polkadot-v0.9.27"
 
 [dependencies.pallet-evm]
 default-features = false
 git = "https://github.com/uniquenetwork/frontier"
-branch = "unique-polkadot-v0.9.26"
+branch = "unique-polkadot-v0.9.27"
modifiedprimitives/data-structs/Cargo.tomldiffbeforeafterboth
--- a/primitives/data-structs/Cargo.toml
+++ b/primitives/data-structs/Cargo.toml
@@ -18,14 +18,14 @@
 serde = { version = "1.0.130", features = [
   'derive',
 ], default-features = false, optional = true }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
 derivative = { version = "2.2.0", features = ["use_core"] }
 struct-versioning = { path = "../../crates/struct-versioning" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
 rmrk-traits = { default-features = false, path = "../rmrk-traits" }
 
 [features]
modifiedprimitives/rmrk-rpc/Cargo.tomldiffbeforeafterboth
--- a/primitives/rmrk-rpc/Cargo.toml
+++ b/primitives/rmrk-rpc/Cargo.toml
@@ -8,10 +8,10 @@
 codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = [
 	"derive",
 ] }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.26' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.26' }
-sp-api = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.26' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.26' }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
 serde = { version = "1.0.130", default-features = false, features = ["derive"] }
 rmrk-traits = { default-features = false, path = "../rmrk-traits" }
 
modifiedprimitives/rpc/Cargo.tomldiffbeforeafterboth
--- a/primitives/rpc/Cargo.toml
+++ b/primitives/rpc/Cargo.toml
@@ -10,11 +10,11 @@
 codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [
 	"derive",
 ] }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.26" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
 
 [features]
 default = ["std"]
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
--- a/runtime/opal/Cargo.toml
+++ b/runtime/opal/Cargo.toml
@@ -141,39 +141,39 @@
 default-features = false
 git = "https://github.com/paritytech/substrate"
 optional = true
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.frame-try-runtime]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
+git = "https://github.com/paritytech/substrate"
 optional = true
-branch = 'polkadot-v0.9.26'
+branch = "polkadot-v0.9.27"
 
 [dependencies.frame-executive]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.frame-support]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.frame-system]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.frame-system-benchmarking]
 default-features = false
 git = "https://github.com/paritytech/substrate"
 optional = true
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.frame-system-rpc-runtime-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.hex-literal]
 optional = true
@@ -188,12 +188,12 @@
 [dependencies.pallet-aura]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.pallet-balances]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 # Contracts specific packages
 # [dependencies.pallet-contracts]
@@ -217,32 +217,32 @@
 [dependencies.pallet-randomness-collective-flip]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.pallet-sudo]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.pallet-timestamp]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.pallet-transaction-payment]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.pallet-transaction-payment-rpc-runtime-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.pallet-treasury]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 # [dependencies.pallet-vesting]
 # default-features = false
@@ -252,67 +252,67 @@
 [dependencies.sp-arithmetic]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-block-builder]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-core]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-consensus-aura]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-inherents]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-io]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-offchain]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-runtime]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-session]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-std]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-transaction-pool]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-version]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.smallvec]
 version = '1.6.1'
@@ -323,46 +323,46 @@
 [dependencies.parachain-info]
 default-features = false
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.cumulus-pallet-aura-ext]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 default-features = false
 
 [dependencies.cumulus-pallet-parachain-system]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 default-features = false
 
 [dependencies.cumulus-primitives-core]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 default-features = false
 
 [dependencies.cumulus-pallet-xcm]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 default-features = false
 
 [dependencies.cumulus-pallet-dmp-queue]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 default-features = false
 
 [dependencies.cumulus-pallet-xcmp-queue]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 default-features = false
 
 [dependencies.cumulus-primitives-utility]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 default-features = false
 
 [dependencies.cumulus-primitives-timestamp]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 default-features = false
 
 ################################################################################
@@ -370,32 +370,32 @@
 
 [dependencies.polkadot-parachain]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.26"
+branch = "release-v0.9.27"
 default-features = false
 
 [dependencies.xcm]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.26"
+branch = "release-v0.9.27"
 default-features = false
 
 [dependencies.xcm-builder]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.26"
+branch = "release-v0.9.27"
 default-features = false
 
 [dependencies.xcm-executor]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.26"
+branch = "release-v0.9.27"
 default-features = false
 
 [dependencies.pallet-xcm]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.26"
+branch = "release-v0.9.27"
 default-features = false
 
 [dependencies.orml-vesting]
 git = "https://github.com/open-web3-stack/open-runtime-module-library"
-rev = "8c625a5ab43c1c56cdeed5f8d814a891566d4cf8"
+branch = "polkadot-v0.9.27"
 version = "0.4.1-dev"
 default-features = false
 
@@ -412,7 +412,7 @@
 pallet-unique = { path = '../../pallets/unique', default-features = false }
 up-rpc = { path = "../../primitives/rpc", default-features = false }
 rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
 pallet-inflation = { path = '../../pallets/inflation', default-features = false }
 up-data-structs = { path = '../../primitives/data-structs', default-features = false }
 pallet-configuration = { default-features = false, path = "../../pallets/configuration" }
@@ -425,22 +425,22 @@
 pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
 pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }
 # pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
-pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.26", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
+pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.27", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
 pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
 pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
 pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
 pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
-up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.26' }
+up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.27' }
 
 ################################################################################
 # Build Dependencies
 
 [build-dependencies.substrate-wasm-builder]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
--- a/runtime/quartz/Cargo.toml
+++ b/runtime/quartz/Cargo.toml
@@ -138,39 +138,39 @@
 default-features = false
 git = "https://github.com/paritytech/substrate"
 optional = true
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.frame-try-runtime]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
+git = "https://github.com/paritytech/substrate"
 optional = true
-branch = 'polkadot-v0.9.26'
+branch = "polkadot-v0.9.27"
 
 [dependencies.frame-executive]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.frame-support]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.frame-system]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.frame-system-benchmarking]
 default-features = false
 git = "https://github.com/paritytech/substrate"
 optional = true
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.frame-system-rpc-runtime-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.hex-literal]
 optional = true
@@ -185,12 +185,12 @@
 [dependencies.pallet-aura]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.pallet-balances]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 # Contracts specific packages
 # [dependencies.pallet-contracts]
@@ -214,32 +214,32 @@
 [dependencies.pallet-randomness-collective-flip]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.pallet-sudo]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.pallet-timestamp]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.pallet-transaction-payment]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.pallet-transaction-payment-rpc-runtime-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.pallet-treasury]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 # [dependencies.pallet-vesting]
 # default-features = false
@@ -249,67 +249,67 @@
 [dependencies.sp-arithmetic]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-block-builder]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-core]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-consensus-aura]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-inherents]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-io]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-offchain]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-runtime]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-session]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-std]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-transaction-pool]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-version]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.smallvec]
 version = '1.6.1'
@@ -320,46 +320,46 @@
 [dependencies.parachain-info]
 default-features = false
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.cumulus-pallet-aura-ext]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 default-features = false
 
 [dependencies.cumulus-pallet-parachain-system]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 default-features = false
 
 [dependencies.cumulus-primitives-core]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 default-features = false
 
 [dependencies.cumulus-pallet-xcm]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 default-features = false
 
 [dependencies.cumulus-pallet-dmp-queue]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 default-features = false
 
 [dependencies.cumulus-pallet-xcmp-queue]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 default-features = false
 
 [dependencies.cumulus-primitives-utility]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 default-features = false
 
 [dependencies.cumulus-primitives-timestamp]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 default-features = false
 
 ################################################################################
@@ -367,32 +367,32 @@
 
 [dependencies.polkadot-parachain]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.26"
+branch = "release-v0.9.27"
 default-features = false
 
 [dependencies.xcm]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.26"
+branch = "release-v0.9.27"
 default-features = false
 
 [dependencies.xcm-builder]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.26"
+branch = "release-v0.9.27"
 default-features = false
 
 [dependencies.xcm-executor]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.26"
+branch = "release-v0.9.27"
 default-features = false
 
 [dependencies.pallet-xcm]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.26"
+branch = "release-v0.9.27"
 default-features = false
 
 [dependencies.orml-vesting]
 git = "https://github.com/open-web3-stack/open-runtime-module-library"
-rev = "8c625a5ab43c1c56cdeed5f8d814a891566d4cf8"
+branch = "polkadot-v0.9.27"
 version = "0.4.1-dev"
 default-features = false
 
@@ -416,7 +416,7 @@
 derivative = "2.2.0"
 pallet-unique = { path = '../../pallets/unique', default-features = false }
 up-rpc = { path = "../../primitives/rpc", default-features = false }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
 pallet-inflation = { path = '../../pallets/inflation', default-features = false }
 up-data-structs = { path = '../../primitives/data-structs', default-features = false }
 pallet-configuration = { default-features = false, path = "../../pallets/configuration" }
@@ -429,22 +429,22 @@
 pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
 pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }
 # pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
-pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.26", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
+pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.27", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
 pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
 pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
 pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
 pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
-up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.26' }
+up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.27' }
 
 ################################################################################
 # Build Dependencies
 
 [build-dependencies.substrate-wasm-builder]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
modifiedruntime/tests/Cargo.tomldiffbeforeafterboth
--- a/runtime/tests/Cargo.toml
+++ b/runtime/tests/Cargo.toml
@@ -11,22 +11,22 @@
 [dependencies]
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
 
-sp-core = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.26' }
-sp-std = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.26' }
-sp-io = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.26' }
-sp-runtime = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.26' }
+sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
 
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
 
-frame-support = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.26' }
-frame-system = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.26' }
+frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
 
-pallet-balances = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.26' }
-pallet-transaction-payment = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.26' }
-pallet-timestamp = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.26' }
+pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
+pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
 
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
 
 pallet-common = { path = '../../pallets/common' }
 pallet-structure = { path = '../../pallets/structure' }
@@ -43,4 +43,4 @@
 scale-info = "*"
 
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
-up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.26' }
+up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.27' }
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
--- a/runtime/unique/Cargo.toml
+++ b/runtime/unique/Cargo.toml
@@ -139,39 +139,39 @@
 default-features = false
 git = "https://github.com/paritytech/substrate"
 optional = true
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.frame-try-runtime]
 default-features = false
-git = 'https://github.com/paritytech/substrate'
+git = "https://github.com/paritytech/substrate"
 optional = true
-branch = 'polkadot-v0.9.26'
+branch = "polkadot-v0.9.27"
 
 [dependencies.frame-executive]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.frame-support]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.frame-system]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.frame-system-benchmarking]
 default-features = false
 git = "https://github.com/paritytech/substrate"
 optional = true
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.frame-system-rpc-runtime-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.hex-literal]
 optional = true
@@ -186,12 +186,12 @@
 [dependencies.pallet-aura]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.pallet-balances]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 # Contracts specific packages
 # [dependencies.pallet-contracts]
@@ -215,32 +215,32 @@
 [dependencies.pallet-randomness-collective-flip]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.pallet-sudo]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.pallet-timestamp]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.pallet-transaction-payment]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.pallet-transaction-payment-rpc-runtime-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.pallet-treasury]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 # [dependencies.pallet-vesting]
 # default-features = false
@@ -250,67 +250,67 @@
 [dependencies.sp-arithmetic]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-api]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-block-builder]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-core]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-consensus-aura]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-inherents]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-io]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-offchain]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-runtime]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-session]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-std]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-transaction-pool]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.sp-version]
 default-features = false
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.smallvec]
 version = '1.6.1'
@@ -321,46 +321,46 @@
 [dependencies.parachain-info]
 default-features = false
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 
 [dependencies.cumulus-pallet-aura-ext]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 default-features = false
 
 [dependencies.cumulus-pallet-parachain-system]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 default-features = false
 
 [dependencies.cumulus-primitives-core]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 default-features = false
 
 [dependencies.cumulus-pallet-xcm]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 default-features = false
 
 [dependencies.cumulus-pallet-dmp-queue]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 default-features = false
 
 [dependencies.cumulus-pallet-xcmp-queue]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 default-features = false
 
 [dependencies.cumulus-primitives-utility]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 default-features = false
 
 [dependencies.cumulus-primitives-timestamp]
 git = "https://github.com/paritytech/cumulus"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
 default-features = false
 
 ################################################################################
@@ -368,32 +368,32 @@
 
 [dependencies.polkadot-parachain]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.26"
+branch = "release-v0.9.27"
 default-features = false
 
 [dependencies.xcm]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.26"
+branch = "release-v0.9.27"
 default-features = false
 
 [dependencies.xcm-builder]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.26"
+branch = "release-v0.9.27"
 default-features = false
 
 [dependencies.xcm-executor]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.26"
+branch = "release-v0.9.27"
 default-features = false
 
 [dependencies.pallet-xcm]
 git = "https://github.com/paritytech/polkadot"
-branch = "release-v0.9.26"
+branch = "release-v0.9.27"
 default-features = false
 
 [dependencies.orml-vesting]
 git = "https://github.com/open-web3-stack/open-runtime-module-library"
-rev = "8c625a5ab43c1c56cdeed5f8d814a891566d4cf8"
+branch = "polkadot-v0.9.27"
 version = "0.4.1-dev"
 default-features = false
 
@@ -422,23 +422,23 @@
 pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
 pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }
 # pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
-pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.26", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
+pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.27", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
 pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
 pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
 pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
 pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
-fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.26" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
+fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.27" }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
-up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.26' }
+up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.27' }
 
 ################################################################################
 # Build Dependencies
 
 [build-dependencies.substrate-wasm-builder]
 git = "https://github.com/paritytech/substrate"
-branch = "polkadot-v0.9.26"
+branch = "polkadot-v0.9.27"
modifiedtests/README.mddiffbeforeafterboth
--- a/tests/README.md
+++ b/tests/README.md
@@ -5,7 +5,7 @@
 1. Checkout polkadot in sibling folder with this project
 ```bash
 git clone https://github.com/paritytech/polkadot.git && cd polkadot
-git checkout release-v0.9.26
+git checkout release-v0.9.27
 ```
 
 2. Build with nightly-2022-05-11