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

difftreelog

build upgrade polkadot to v0.9.13

Yaroslav Bolyukin2021-12-06parent: #ea0c488.patch.diff
in: master

29 files changed

modified.envdiffbeforeafterboth
--- a/.env
+++ b/.env
@@ -1,6 +1,6 @@
 RUST_TOOLCHAIN=nightly-2021-11-11
 RUST_C=1.55.0-nightly
-POLKA_VERSION=v0.9.12
+POLKA_VERSION=v0.9.13
 UNIQUE_BRANCH=develop
 USER=***
 PASS=***
modifiedCargo.lockdiffbeforeafterboth
97source = "registry+https://github.com/rust-lang/crates.io-index"97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"98checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"
99
100[[package]]
101name = "ansi_term"
102version = "0.11.0"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
105dependencies = [
106 "winapi 0.3.9",
107]
10899
109[[package]]100[[package]]
110name = "ansi_term"101name = "ansi_term"
117108
118[[package]]109[[package]]
119name = "anyhow"110name = "anyhow"
120version = "1.0.48"111version = "1.0.51"
121source = "registry+https://github.com/rust-lang/crates.io-index"112source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "62e1f47f7dc0422027a4e370dd4548d4d66b26782e513e98dca1e689e058a80e"113checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203"
123114
124[[package]]115[[package]]
125name = "approx"116name = "approx"
403 "cfg-if 1.0.0",394 "cfg-if 1.0.0",
404 "libc",395 "libc",
405 "miniz_oxide",396 "miniz_oxide",
406 "object 0.27.1",397 "object",
407 "rustc-demangle",398 "rustc-demangle",
408]399]
409
410[[package]]
411name = "bae"
412version = "0.1.6"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "ec107f431ee3d8a8e45e6dd117adab769556ef463959e77bf6a4888d5fd500cf"
415dependencies = [
416 "heck",
417 "proc-macro-error 0.4.12",
418 "proc-macro2",
419 "quote",
420 "syn",
421]
422400
423[[package]]401[[package]]
424name = "base-x"402name = "base-x"
432source = "registry+https://github.com/rust-lang/crates.io-index"410source = "registry+https://github.com/rust-lang/crates.io-index"
433checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"411checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"
434
435[[package]]
436name = "base64"
437version = "0.12.3"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
440412
441[[package]]413[[package]]
442name = "base64"414name = "base64"
456[[package]]428[[package]]
457name = "beefy-gadget"429name = "beefy-gadget"
458version = "4.0.0-dev"430version = "4.0.0-dev"
459source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"431source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
460dependencies = [432dependencies = [
461 "beefy-primitives",433 "beefy-primitives",
462 "fnv",434 "fnv",
484[[package]]456[[package]]
485name = "beefy-gadget-rpc"457name = "beefy-gadget-rpc"
486version = "4.0.0-dev"458version = "4.0.0-dev"
487source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"459source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
488dependencies = [460dependencies = [
489 "beefy-gadget",461 "beefy-gadget",
490 "beefy-primitives",462 "beefy-primitives",
504[[package]]476[[package]]
505name = "beefy-merkle-tree"477name = "beefy-merkle-tree"
506version = "4.0.0-dev"478version = "4.0.0-dev"
507source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"479source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
508480
509[[package]]481[[package]]
510name = "beefy-primitives"482name = "beefy-primitives"
511version = "4.0.0-dev"483version = "4.0.0-dev"
512source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"484source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
513dependencies = [485dependencies = [
514 "parity-scale-codec",486 "parity-scale-codec",
515 "scale-info",487 "scale-info",
520 "sp-std",492 "sp-std",
521]493]
494
495[[package]]
496name = "bimap"
497version = "0.6.1"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "50ae17cabbc8a38a1e3e4c1a6a664e9a09672dc14d0896fa8d865d3a5a446b07"
522500
523[[package]]501[[package]]
524name = "bincode"502name = "bincode"
687[[package]]665[[package]]
688name = "bp-header-chain"666name = "bp-header-chain"
689version = "0.1.0"667version = "0.1.0"
690source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"668source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
691dependencies = [669dependencies = [
692 "finality-grandpa",670 "finality-grandpa",
693 "frame-support",671 "frame-support",
703[[package]]681[[package]]
704name = "bp-message-dispatch"682name = "bp-message-dispatch"
705version = "0.1.0"683version = "0.1.0"
706source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"684source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
707dependencies = [685dependencies = [
708 "bp-runtime",686 "bp-runtime",
709 "frame-support",687 "frame-support",
715[[package]]693[[package]]
716name = "bp-messages"694name = "bp-messages"
717version = "0.1.0"695version = "0.1.0"
718source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"696source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
719dependencies = [697dependencies = [
720 "bitvec",698 "bitvec",
721 "bp-runtime",699 "bp-runtime",
731[[package]]709[[package]]
732name = "bp-polkadot-core"710name = "bp-polkadot-core"
733version = "0.1.0"711version = "0.1.0"
734source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"712source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
735dependencies = [713dependencies = [
736 "bp-messages",714 "bp-messages",
737 "bp-runtime",715 "bp-runtime",
749[[package]]727[[package]]
750name = "bp-rialto"728name = "bp-rialto"
751version = "0.1.0"729version = "0.1.0"
752source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"730source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
753dependencies = [731dependencies = [
754 "bp-messages",732 "bp-messages",
755 "bp-runtime",733 "bp-runtime",
764[[package]]742[[package]]
765name = "bp-rococo"743name = "bp-rococo"
766version = "0.1.0"744version = "0.1.0"
767source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"745source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
768dependencies = [746dependencies = [
769 "bp-messages",747 "bp-messages",
770 "bp-polkadot-core",748 "bp-polkadot-core",
781[[package]]759[[package]]
782name = "bp-runtime"760name = "bp-runtime"
783version = "0.1.0"761version = "0.1.0"
784source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"762source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
785dependencies = [763dependencies = [
786 "frame-support",764 "frame-support",
787 "hash-db",765 "hash-db",
799[[package]]777[[package]]
800name = "bp-test-utils"778name = "bp-test-utils"
801version = "0.1.0"779version = "0.1.0"
802source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"780source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
803dependencies = [781dependencies = [
804 "bp-header-chain",782 "bp-header-chain",
805 "ed25519-dalek",783 "ed25519-dalek",
814[[package]]792[[package]]
815name = "bp-wococo"793name = "bp-wococo"
816version = "0.1.0"794version = "0.1.0"
817source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"795source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
818dependencies = [796dependencies = [
819 "bp-messages",797 "bp-messages",
820 "bp-polkadot-core",798 "bp-polkadot-core",
829[[package]]807[[package]]
830name = "bridge-runtime-common"808name = "bridge-runtime-common"
831version = "0.1.0"809version = "0.1.0"
832source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"810source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
833dependencies = [811dependencies = [
834 "bp-message-dispatch",812 "bp-message-dispatch",
835 "bp-messages",813 "bp-messages",
945923
946[[package]]924[[package]]
947name = "cargo_metadata"925name = "cargo_metadata"
948version = "0.13.1"926version = "0.14.1"
949source = "registry+https://github.com/rust-lang/crates.io-index"927source = "registry+https://github.com/rust-lang/crates.io-index"
950checksum = "081e3f0755c1f380c2d010481b6fa2e02973586d5f2b24eebb7a2a1d98b143d8"928checksum = "ba2ae6de944143141f6155a473a6b02f66c7c3f9f47316f802f80204ebfe6e12"
951dependencies = [929dependencies = [
952 "camino",930 "camino",
953 "cargo-platform",931 "cargo-platform",
954 "semver 0.11.0",932 "semver 1.0.4",
955 "semver-parser 0.10.2",
956 "serde",933 "serde",
957 "serde_json",934 "serde_json",
958]935]
10731050
1074[[package]]1051[[package]]
1075name = "clap"1052name = "clap"
1076version = "2.33.3"1053version = "2.34.0"
1077source = "registry+https://github.com/rust-lang/crates.io-index"1054source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"1055checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
1079dependencies = [1056dependencies = [
1080 "ansi_term 0.11.0",1057 "ansi_term",
1081 "atty",1058 "atty",
1082 "bitflags",1059 "bitflags",
1083 "strsim 0.8.0",1060 "strsim 0.8.0",
11341111
1135[[package]]1112[[package]]
1136name = "cpp_demangle"1113name = "cpp_demangle"
1137version = "0.3.4"1114version = "0.3.5"
1138source = "registry+https://github.com/rust-lang/crates.io-index"1115source = "registry+https://github.com/rust-lang/crates.io-index"
1139checksum = "931ab2a3e6330a07900b8e7ca4e106cdcbb93f2b9a52df55e54ee53d8305b55d"1116checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"
1140dependencies = [1117dependencies = [
1141 "cfg-if 1.0.0",1118 "cfg-if 1.0.0",
1142]1119]
11611138
1162[[package]]1139[[package]]
1163name = "cranelift-bforest"1140name = "cranelift-bforest"
1164version = "0.77.0"1141version = "0.78.0"
1165source = "registry+https://github.com/rust-lang/crates.io-index"1142source = "registry+https://github.com/rust-lang/crates.io-index"
1166checksum = "15013642ddda44eebcf61365b2052a23fd8b7314f90ba44aa059ec02643c5139"1143checksum = "cc0cb7df82c8cf8f2e6a8dd394a0932a71369c160cc9b027dca414fced242513"
1167dependencies = [1144dependencies = [
1168 "cranelift-entity",1145 "cranelift-entity",
1169]1146]
11701147
1171[[package]]1148[[package]]
1172name = "cranelift-codegen"1149name = "cranelift-codegen"
1173version = "0.77.0"1150version = "0.78.0"
1174source = "registry+https://github.com/rust-lang/crates.io-index"1151source = "registry+https://github.com/rust-lang/crates.io-index"
1175checksum = "298f2a7ed5fdcb062d8e78b7496b0f4b95265d20245f2d0ca88f846dd192a3a3"1152checksum = "fe4463c15fa42eee909e61e5eac4866b7c6d22d0d8c621e57a0c5380753bfa8c"
1176dependencies = [1153dependencies = [
1177 "cranelift-bforest",1154 "cranelift-bforest",
1178 "cranelift-codegen-meta",1155 "cranelift-codegen-meta",
11871164
1188[[package]]1165[[package]]
1189name = "cranelift-codegen-meta"1166name = "cranelift-codegen-meta"
1190version = "0.77.0"1167version = "0.78.0"
1191source = "registry+https://github.com/rust-lang/crates.io-index"1168source = "registry+https://github.com/rust-lang/crates.io-index"
1192checksum = "5cf504261ac62dfaf4ffb3f41d88fd885e81aba947c1241275043885bc5f0bac"1169checksum = "793f6a94a053a55404ea16e1700202a88101672b8cd6b4df63e13cde950852bf"
1193dependencies = [1170dependencies = [
1194 "cranelift-codegen-shared",1171 "cranelift-codegen-shared",
1195 "cranelift-entity",1172 "cranelift-entity",
1196]1173]
11971174
1198[[package]]1175[[package]]
1199name = "cranelift-codegen-shared"1176name = "cranelift-codegen-shared"
1200version = "0.77.0"1177version = "0.78.0"
1201source = "registry+https://github.com/rust-lang/crates.io-index"1178source = "registry+https://github.com/rust-lang/crates.io-index"
1202checksum = "1cd2a72db4301dbe7e5a4499035eedc1e82720009fb60603e20504d8691fa9cd"1179checksum = "44aa1846df275bce5eb30379d65964c7afc63c05a117076e62a119c25fe174be"
12031180
1204[[package]]1181[[package]]
1205name = "cranelift-entity"1182name = "cranelift-entity"
1206version = "0.77.0"1183version = "0.78.0"
1207source = "registry+https://github.com/rust-lang/crates.io-index"1184source = "registry+https://github.com/rust-lang/crates.io-index"
1208checksum = "48868faa07cacf948dc4a1773648813c0e453ff9467e800ff10f6a78c021b546"1185checksum = "a3a45d8d6318bf8fc518154d9298eab2a8154ec068a8885ff113f6db8d69bb3a"
1209dependencies = [1186dependencies = [
1210 "serde",1187 "serde",
1211]1188]
12121189
1213[[package]]1190[[package]]
1214name = "cranelift-frontend"1191name = "cranelift-frontend"
1215version = "0.77.0"1192version = "0.78.0"
1216source = "registry+https://github.com/rust-lang/crates.io-index"1193source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "351c9d13b4ecd1a536215ec2fd1c3ee9ee8bc31af172abf1e45ed0adb7a931df"1194checksum = "e07339bd461766deb7605169de039e01954768ff730fa1254e149001884a8525"
1218dependencies = [1195dependencies = [
1219 "cranelift-codegen",1196 "cranelift-codegen",
1220 "log",1197 "log",
12241201
1225[[package]]1202[[package]]
1226name = "cranelift-native"1203name = "cranelift-native"
1227version = "0.77.0"1204version = "0.78.0"
1228source = "registry+https://github.com/rust-lang/crates.io-index"1205source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "6df8b556663d7611b137b24db7f6c8d9a8a27d7f29c7ea7835795152c94c1b75"1206checksum = "03e2fca76ff57e0532936a71e3fc267eae6a19a86656716479c66e7f912e3d7b"
1230dependencies = [1207dependencies = [
1231 "cranelift-codegen",1208 "cranelift-codegen",
1232 "libc",1209 "libc",
12351212
1236[[package]]1213[[package]]
1237name = "cranelift-wasm"1214name = "cranelift-wasm"
1238version = "0.77.0"1215version = "0.78.0"
1239source = "registry+https://github.com/rust-lang/crates.io-index"1216source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "7a69816d90db694fa79aa39b89dda7208a4ac74b6f2b8f3c4da26ee1c8bdfc5e"1217checksum = "1f46fec547a1f8a32c54ea61c28be4f4ad234ad95342b718a9a9adcaadb0c778"
1241dependencies = [1218dependencies = [
1242 "cranelift-codegen",1219 "cranelift-codegen",
1243 "cranelift-entity",1220 "cranelift-entity",
12511228
1252[[package]]1229[[package]]
1253name = "crc32fast"1230name = "crc32fast"
1254version = "1.2.2"1231version = "1.3.0"
1255source = "registry+https://github.com/rust-lang/crates.io-index"1232source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "3825b1e8580894917dc4468cb634a1b4e9745fddc854edad72d9c04644c0319f"1233checksum = "738c290dfaea84fc1ca15ad9c168d083b05a714e1efddd8edaab678dc28d2836"
1257dependencies = [1234dependencies = [
1258 "cfg-if 1.0.0",1235 "cfg-if 1.0.0",
1259]1236]
1380[[package]]1357[[package]]
1381name = "cumulus-client-cli"1358name = "cumulus-client-cli"
1382version = "0.1.0"1359version = "0.1.0"
1383source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"1360source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#0be8e8fc214641e306e4f913dd64ff1913e46e95"
1384dependencies = [1361dependencies = [
1385 "sc-cli",1362 "sc-cli",
1386 "sc-service",1363 "sc-service",
1390[[package]]1367[[package]]
1391name = "cumulus-client-collator"1368name = "cumulus-client-collator"
1392version = "0.1.0"1369version = "0.1.0"
1393source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"1370source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#0be8e8fc214641e306e4f913dd64ff1913e46e95"
1394dependencies = [1371dependencies = [
1395 "cumulus-client-consensus-common",1372 "cumulus-client-consensus-common",
1396 "cumulus-client-network",1373 "cumulus-client-network",
1413[[package]]1390[[package]]
1414name = "cumulus-client-consensus-aura"1391name = "cumulus-client-consensus-aura"
1415version = "0.1.0"1392version = "0.1.0"
1416source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"1393source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#0be8e8fc214641e306e4f913dd64ff1913e46e95"
1417dependencies = [1394dependencies = [
1418 "async-trait",1395 "async-trait",
1419 "cumulus-client-consensus-common",1396 "cumulus-client-consensus-common",
1443[[package]]1420[[package]]
1444name = "cumulus-client-consensus-common"1421name = "cumulus-client-consensus-common"
1445version = "0.1.0"1422version = "0.1.0"
1446source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"1423source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#0be8e8fc214641e306e4f913dd64ff1913e46e95"
1447dependencies = [1424dependencies = [
1448 "async-trait",1425 "async-trait",
1449 "dyn-clone",1426 "dyn-clone",
1463[[package]]1440[[package]]
1464name = "cumulus-client-network"1441name = "cumulus-client-network"
1465version = "0.1.0"1442version = "0.1.0"
1466source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"1443source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#0be8e8fc214641e306e4f913dd64ff1913e46e95"
1467dependencies = [1444dependencies = [
1468 "derive_more",1445 "derive_more",
1469 "futures 0.3.18",1446 "futures 0.3.18",
1486[[package]]1463[[package]]
1487name = "cumulus-client-pov-recovery"1464name = "cumulus-client-pov-recovery"
1488version = "0.1.0"1465version = "0.1.0"
1489source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"1466source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#0be8e8fc214641e306e4f913dd64ff1913e46e95"
1490dependencies = [1467dependencies = [
1491 "cumulus-primitives-core",1468 "cumulus-primitives-core",
1492 "futures 0.3.18",1469 "futures 0.3.18",
1509[[package]]1486[[package]]
1510name = "cumulus-client-service"1487name = "cumulus-client-service"
1511version = "0.1.0"1488version = "0.1.0"
1512source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"1489source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#0be8e8fc214641e306e4f913dd64ff1913e46e95"
1513dependencies = [1490dependencies = [
1514 "cumulus-client-collator",1491 "cumulus-client-collator",
1515 "cumulus-client-consensus-common",1492 "cumulus-client-consensus-common",
1538[[package]]1515[[package]]
1539name = "cumulus-pallet-aura-ext"1516name = "cumulus-pallet-aura-ext"
1540version = "0.1.0"1517version = "0.1.0"
1541source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"1518source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#0be8e8fc214641e306e4f913dd64ff1913e46e95"
1542dependencies = [1519dependencies = [
1543 "frame-executive",1520 "frame-executive",
1544 "frame-support",1521 "frame-support",
1556[[package]]1533[[package]]
1557name = "cumulus-pallet-dmp-queue"1534name = "cumulus-pallet-dmp-queue"
1558version = "0.1.0"1535version = "0.1.0"
1559source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"1536source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#0be8e8fc214641e306e4f913dd64ff1913e46e95"
1560dependencies = [1537dependencies = [
1561 "cumulus-primitives-core",1538 "cumulus-primitives-core",
1562 "frame-support",1539 "frame-support",
1574[[package]]1551[[package]]
1575name = "cumulus-pallet-parachain-system"1552name = "cumulus-pallet-parachain-system"
1576version = "0.1.0"1553version = "0.1.0"
1577source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"1554source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#0be8e8fc214641e306e4f913dd64ff1913e46e95"
1578dependencies = [1555dependencies = [
1579 "cumulus-pallet-parachain-system-proc-macro",1556 "cumulus-pallet-parachain-system-proc-macro",
1580 "cumulus-primitives-core",1557 "cumulus-primitives-core",
1603[[package]]1580[[package]]
1604name = "cumulus-pallet-parachain-system-proc-macro"1581name = "cumulus-pallet-parachain-system-proc-macro"
1605version = "0.1.0"1582version = "0.1.0"
1606source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"1583source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#0be8e8fc214641e306e4f913dd64ff1913e46e95"
1607dependencies = [1584dependencies = [
1608 "proc-macro-crate 1.1.0",1585 "proc-macro-crate 1.1.0",
1609 "proc-macro2",1586 "proc-macro2",
1614[[package]]1591[[package]]
1615name = "cumulus-pallet-xcm"1592name = "cumulus-pallet-xcm"
1616version = "0.1.0"1593version = "0.1.0"
1617source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"1594source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#0be8e8fc214641e306e4f913dd64ff1913e46e95"
1618dependencies = [1595dependencies = [
1619 "cumulus-primitives-core",1596 "cumulus-primitives-core",
1620 "frame-support",1597 "frame-support",
1631[[package]]1608[[package]]
1632name = "cumulus-pallet-xcmp-queue"1609name = "cumulus-pallet-xcmp-queue"
1633version = "0.1.0"1610version = "0.1.0"
1634source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"1611source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#0be8e8fc214641e306e4f913dd64ff1913e46e95"
1635dependencies = [1612dependencies = [
1636 "cumulus-primitives-core",1613 "cumulus-primitives-core",
1637 "frame-support",1614 "frame-support",
1649[[package]]1626[[package]]
1650name = "cumulus-primitives-core"1627name = "cumulus-primitives-core"
1651version = "0.1.0"1628version = "0.1.0"
1652source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"1629source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#0be8e8fc214641e306e4f913dd64ff1913e46e95"
1653dependencies = [1630dependencies = [
1654 "frame-support",1631 "frame-support",
1655 "impl-trait-for-tuples",1632 "impl-trait-for-tuples",
1666[[package]]1643[[package]]
1667name = "cumulus-primitives-parachain-inherent"1644name = "cumulus-primitives-parachain-inherent"
1668version = "0.1.0"1645version = "0.1.0"
1669source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"1646source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#0be8e8fc214641e306e4f913dd64ff1913e46e95"
1670dependencies = [1647dependencies = [
1671 "async-trait",1648 "async-trait",
1672 "cumulus-primitives-core",1649 "cumulus-primitives-core",
1688[[package]]1665[[package]]
1689name = "cumulus-primitives-timestamp"1666name = "cumulus-primitives-timestamp"
1690version = "0.1.0"1667version = "0.1.0"
1691source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"1668source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#0be8e8fc214641e306e4f913dd64ff1913e46e95"
1692dependencies = [1669dependencies = [
1693 "cumulus-primitives-core",1670 "cumulus-primitives-core",
1694 "sp-inherents",1671 "sp-inherents",
1699[[package]]1676[[package]]
1700name = "cumulus-primitives-utility"1677name = "cumulus-primitives-utility"
1701version = "0.1.0"1678version = "0.1.0"
1702source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"1679source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#0be8e8fc214641e306e4f913dd64ff1913e46e95"
1703dependencies = [1680dependencies = [
1704 "cumulus-primitives-core",1681 "cumulus-primitives-core",
1705 "frame-support",1682 "frame-support",
1716[[package]]1693[[package]]
1717name = "cumulus-test-relay-sproof-builder"1694name = "cumulus-test-relay-sproof-builder"
1718version = "0.1.0"1695version = "0.1.0"
1719source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"1696source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#0be8e8fc214641e306e4f913dd64ff1913e46e95"
1720dependencies = [1697dependencies = [
1721 "cumulus-primitives-core",1698 "cumulus-primitives-core",
1722 "parity-scale-codec",1699 "parity-scale-codec",
18261803
1827[[package]]1804[[package]]
1828name = "derive_more"1805name = "derive_more"
1829version = "0.99.16"1806version = "0.99.17"
1830source = "registry+https://github.com/rust-lang/crates.io-index"1807source = "registry+https://github.com/rust-lang/crates.io-index"
1831checksum = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df"1808checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
1832dependencies = [1809dependencies = [
1833 "convert_case",1810 "convert_case",
1834 "proc-macro2",1811 "proc-macro2",
1835 "quote",1812 "quote",
1836 "rustc_version 0.3.3",1813 "rustc_version 0.4.0",
1837 "syn",1814 "syn",
1838]1815]
18391816
18571834
1858[[package]]1835[[package]]
1859name = "directories"1836name = "directories"
1860version = "3.0.2"1837version = "4.0.1"
1861source = "registry+https://github.com/rust-lang/crates.io-index"1838source = "registry+https://github.com/rust-lang/crates.io-index"
1862checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7"1839checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"
1863dependencies = [1840dependencies = [
1864 "dirs-sys",1841 "dirs-sys",
1865]1842]
1912source = "registry+https://github.com/rust-lang/crates.io-index"1889source = "registry+https://github.com/rust-lang/crates.io-index"
1913checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"1890checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
1891
1892[[package]]
1893name = "dtoa"
1894version = "0.4.8"
1895source = "registry+https://github.com/rust-lang/crates.io-index"
1896checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
19141897
1915[[package]]1898[[package]]
1916name = "dyn-clonable"1899name = "dyn-clonable"
2250[[package]]2233[[package]]
2251name = "fc-consensus"2234name = "fc-consensus"
2252version = "2.0.0-dev"2235version = "2.0.0-dev"
2253source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#0134806e399412bf896f881f1e3bc284916a1432"2236source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.13#4b3f98bc9cd919dcf83604100f719f207f825fd1"
2254dependencies = [2237dependencies = [
2255 "async-trait",2238 "async-trait",
2256 "derive_more",2239 "derive_more",
2277[[package]]2260[[package]]
2278name = "fc-db"2261name = "fc-db"
2279version = "2.0.0-dev"2262version = "2.0.0-dev"
2280source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#0134806e399412bf896f881f1e3bc284916a1432"2263source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.13#4b3f98bc9cd919dcf83604100f719f207f825fd1"
2281dependencies = [2264dependencies = [
2282 "fp-storage",2265 "fp-storage",
2283 "kvdb",2266 "kvdb",
2293[[package]]2276[[package]]
2294name = "fc-mapping-sync"2277name = "fc-mapping-sync"
2295version = "2.0.0-dev"2278version = "2.0.0-dev"
2296source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#0134806e399412bf896f881f1e3bc284916a1432"2279source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.13#4b3f98bc9cd919dcf83604100f719f207f825fd1"
2297dependencies = [2280dependencies = [
2298 "fc-consensus",2281 "fc-consensus",
2299 "fc-db",2282 "fc-db",
2311[[package]]2294[[package]]
2312name = "fc-rpc"2295name = "fc-rpc"
2313version = "2.0.0-dev"2296version = "2.0.0-dev"
2314source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#0134806e399412bf896f881f1e3bc284916a1432"2297source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.13#4b3f98bc9cd919dcf83604100f719f207f825fd1"
2315dependencies = [2298dependencies = [
2316 "ethereum 0.10.0",2299 "ethereum 0.10.0",
2317 "ethereum-types",2300 "ethereum-types",
2355[[package]]2338[[package]]
2356name = "fc-rpc-core"2339name = "fc-rpc-core"
2357version = "1.1.0-dev"2340version = "1.1.0-dev"
2358source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#0134806e399412bf896f881f1e3bc284916a1432"2341source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.13#4b3f98bc9cd919dcf83604100f719f207f825fd1"
2359dependencies = [2342dependencies = [
2360 "ethereum-types",2343 "ethereum-types",
2361 "jsonrpc-core",2344 "jsonrpc-core",
24162399
2417[[package]]2400[[package]]
2418name = "fixedbitset"2401name = "fixedbitset"
2419version = "0.2.0"2402version = "0.4.0"
2420source = "registry+https://github.com/rust-lang/crates.io-index"2403source = "registry+https://github.com/rust-lang/crates.io-index"
2421checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"2404checksum = "398ea4fabe40b9b0d885340a2a991a44c8a645624075ad966d21f88688e2b69e"
24222405
2423[[package]]2406[[package]]
2424name = "flate2"2407name = "flate2"
2458[[package]]2441[[package]]
2459name = "fork-tree"2442name = "fork-tree"
2460version = "3.0.0"2443version = "3.0.0"
2461source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2444source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
2462dependencies = [2445dependencies = [
2463 "parity-scale-codec",2446 "parity-scale-codec",
2464]2447]
2476[[package]]2459[[package]]
2477name = "fp-consensus"2460name = "fp-consensus"
2478version = "2.0.0-dev"2461version = "2.0.0-dev"
2479source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#0134806e399412bf896f881f1e3bc284916a1432"2462source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.13#4b3f98bc9cd919dcf83604100f719f207f825fd1"
2480dependencies = [2463dependencies = [
2481 "ethereum 0.10.0",2464 "ethereum 0.10.0",
2482 "parity-scale-codec",2465 "parity-scale-codec",
2490[[package]]2473[[package]]
2491name = "fp-evm"2474name = "fp-evm"
2492version = "3.0.0-dev"2475version = "3.0.0-dev"
2493source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#0134806e399412bf896f881f1e3bc284916a1432"2476source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.13#4b3f98bc9cd919dcf83604100f719f207f825fd1"
2494dependencies = [2477dependencies = [
2495 "evm",2478 "evm",
2496 "impl-trait-for-tuples",2479 "impl-trait-for-tuples",
2504[[package]]2487[[package]]
2505name = "fp-rpc"2488name = "fp-rpc"
2506version = "3.0.0-dev"2489version = "3.0.0-dev"
2507source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#0134806e399412bf896f881f1e3bc284916a1432"2490source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.13#4b3f98bc9cd919dcf83604100f719f207f825fd1"
2508dependencies = [2491dependencies = [
2509 "ethereum 0.10.0",2492 "ethereum 0.10.0",
2510 "ethereum-types",2493 "ethereum-types",
2521[[package]]2504[[package]]
2522name = "fp-self-contained"2505name = "fp-self-contained"
2523version = "1.0.0-dev"2506version = "1.0.0-dev"
2524source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#0134806e399412bf896f881f1e3bc284916a1432"2507source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.13#4b3f98bc9cd919dcf83604100f719f207f825fd1"
2525dependencies = [2508dependencies = [
2526 "ethereum 0.9.0",2509 "ethereum 0.9.0",
2527 "frame-support",2510 "frame-support",
2538[[package]]2521[[package]]
2539name = "fp-storage"2522name = "fp-storage"
2540version = "2.0.0"2523version = "2.0.0"
2541source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#0134806e399412bf896f881f1e3bc284916a1432"2524source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.13#4b3f98bc9cd919dcf83604100f719f207f825fd1"
25422525
2543[[package]]2526[[package]]
2544name = "frame-benchmarking"2527name = "frame-benchmarking"
2545version = "4.0.0-dev"2528version = "4.0.0-dev"
2546source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2529source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
2547dependencies = [2530dependencies = [
2548 "frame-support",2531 "frame-support",
2549 "frame-system",2532 "frame-system",
2563[[package]]2546[[package]]
2564name = "frame-benchmarking-cli"2547name = "frame-benchmarking-cli"
2565version = "4.0.0-dev"2548version = "4.0.0-dev"
2566source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2549source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
2567dependencies = [2550dependencies = [
2568 "Inflector",2551 "Inflector",
2569 "chrono",2552 "chrono",
2589[[package]]2572[[package]]
2590name = "frame-election-provider-support"2573name = "frame-election-provider-support"
2591version = "4.0.0-dev"2574version = "4.0.0-dev"
2592source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2575source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
2593dependencies = [2576dependencies = [
2594 "frame-support",2577 "frame-support",
2595 "frame-system",2578 "frame-system",
2603[[package]]2586[[package]]
2604name = "frame-executive"2587name = "frame-executive"
2605version = "4.0.0-dev"2588version = "4.0.0-dev"
2606source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2589source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
2607dependencies = [2590dependencies = [
2608 "frame-support",2591 "frame-support",
2609 "frame-system",2592 "frame-system",
2631[[package]]2614[[package]]
2632name = "frame-support"2615name = "frame-support"
2633version = "4.0.0-dev"2616version = "4.0.0-dev"
2634source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2617source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
2635dependencies = [2618dependencies = [
2636 "bitflags",2619 "bitflags",
2637 "frame-metadata",2620 "frame-metadata",
2646 "smallvec",2629 "smallvec",
2647 "sp-arithmetic",2630 "sp-arithmetic",
2648 "sp-core",2631 "sp-core",
2632 "sp-core-hashing-proc-macro",
2649 "sp-inherents",2633 "sp-inherents",
2650 "sp-io",2634 "sp-io",
2651 "sp-runtime",2635 "sp-runtime",
2652 "sp-staking",2636 "sp-staking",
2653 "sp-state-machine",2637 "sp-state-machine",
2654 "sp-std",2638 "sp-std",
2655 "sp-tracing",2639 "sp-tracing",
2640 "tt-call",
2656]2641]
26572642
2658[[package]]2643[[package]]
2659name = "frame-support-procedural"2644name = "frame-support-procedural"
2660version = "4.0.0-dev"2645version = "4.0.0-dev"
2661source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2646source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
2662dependencies = [2647dependencies = [
2663 "Inflector",2648 "Inflector",
2664 "frame-support-procedural-tools",2649 "frame-support-procedural-tools",
2670[[package]]2655[[package]]
2671name = "frame-support-procedural-tools"2656name = "frame-support-procedural-tools"
2672version = "4.0.0-dev"2657version = "4.0.0-dev"
2673source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2658source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
2674dependencies = [2659dependencies = [
2675 "frame-support-procedural-tools-derive",2660 "frame-support-procedural-tools-derive",
2676 "proc-macro-crate 1.1.0",2661 "proc-macro-crate 1.1.0",
2682[[package]]2667[[package]]
2683name = "frame-support-procedural-tools-derive"2668name = "frame-support-procedural-tools-derive"
2684version = "3.0.0"2669version = "3.0.0"
2685source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2670source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
2686dependencies = [2671dependencies = [
2687 "proc-macro2",2672 "proc-macro2",
2688 "quote",2673 "quote",
2692[[package]]2677[[package]]
2693name = "frame-system"2678name = "frame-system"
2694version = "4.0.0-dev"2679version = "4.0.0-dev"
2695source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2680source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
2696dependencies = [2681dependencies = [
2697 "frame-support",2682 "frame-support",
2698 "log",2683 "log",
2709[[package]]2694[[package]]
2710name = "frame-system-benchmarking"2695name = "frame-system-benchmarking"
2711version = "4.0.0-dev"2696version = "4.0.0-dev"
2712source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2697source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
2713dependencies = [2698dependencies = [
2714 "frame-benchmarking",2699 "frame-benchmarking",
2715 "frame-support",2700 "frame-support",
2724[[package]]2709[[package]]
2725name = "frame-system-rpc-runtime-api"2710name = "frame-system-rpc-runtime-api"
2726version = "4.0.0-dev"2711version = "4.0.0-dev"
2727source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2712source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
2728dependencies = [2713dependencies = [
2729 "parity-scale-codec",2714 "parity-scale-codec",
2730 "sp-api",2715 "sp-api",
2733[[package]]2718[[package]]
2734name = "frame-try-runtime"2719name = "frame-try-runtime"
2735version = "0.10.0-dev"2720version = "0.10.0-dev"
2736source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2721source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
2737dependencies = [2722dependencies = [
2738 "frame-support",2723 "frame-support",
2739 "sp-api",2724 "sp-api",
30173002
3018[[package]]3003[[package]]
3019name = "gloo-timers"3004name = "gloo-timers"
3020version = "0.2.1"3005version = "0.2.2"
3021source = "registry+https://github.com/rust-lang/crates.io-index"3006source = "registry+https://github.com/rust-lang/crates.io-index"
3022checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f"3007checksum = "6f16c88aa13d2656ef20d1c042086b8767bbe2bdb62526894275a1b062161b2e"
3023dependencies = [3008dependencies = [
3024 "futures-channel",3009 "futures-channel",
3025 "futures-core",3010 "futures-core",
3028 "web-sys",3013 "web-sys",
3029]3014]
3015
3016[[package]]
3017name = "h2"
3018version = "0.3.7"
3019source = "registry+https://github.com/rust-lang/crates.io-index"
3020checksum = "7fd819562fcebdac5afc5c113c3ec36f902840b70fd4fc458799c8ce4607ae55"
3021dependencies = [
3022 "bytes 1.1.0",
3023 "fnv",
3024 "futures-core",
3025 "futures-sink",
3026 "futures-util",
3027 "http",
3028 "indexmap",
3029 "slab",
3030 "tokio 1.14.0",
3031 "tokio-util",
3032 "tracing",
3033]
30303034
3031[[package]]3035[[package]]
3032name = "handlebars"3036name = "handlebars"
3033version = "3.5.5"3037version = "4.1.6"
3034source = "registry+https://github.com/rust-lang/crates.io-index"3038source = "registry+https://github.com/rust-lang/crates.io-index"
3035checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3"3039checksum = "167fa173496c9eadd8749cca6f8339ac88e248f3ad2442791d0b743318a94fc0"
3036dependencies = [3040dependencies = [
3037 "log",3041 "log",
3038 "pest",3042 "pest",
3224 "futures-channel",3228 "futures-channel",
3225 "futures-core",3229 "futures-core",
3226 "futures-util",3230 "futures-util",
3231 "h2",
3227 "http",3232 "http",
3228 "http-body",3233 "http-body",
3229 "httparse",3234 "httparse",
3402 "futures-timer 2.0.2",3407 "futures-timer 2.0.2",
3403]3408]
3409
3410[[package]]
3411name = "io-lifetimes"
3412version = "0.3.3"
3413source = "registry+https://github.com/rust-lang/crates.io-index"
3414checksum = "278e90d6f8a6c76a8334b336e306efa3c5f2b604048cbfd486d6f49878e3af14"
3415dependencies = [
3416 "rustc_version 0.4.0",
3417 "winapi 0.3.9",
3418]
34043419
3405[[package]]3420[[package]]
3406name = "iovec"3421name = "iovec"
3600 "slab",3615 "slab",
3601]3616]
3617
3618[[package]]
3619name = "jsonrpsee"
3620version = "0.4.1"
3621source = "registry+https://github.com/rust-lang/crates.io-index"
3622checksum = "6373a33d987866ccfe1af4bc11b089dce941764313f9fd8b7cf13fcb51b72dc5"
3623dependencies = [
3624 "jsonrpsee-proc-macros",
3625 "jsonrpsee-types",
3626 "jsonrpsee-utils",
3627 "jsonrpsee-ws-client",
3628]
36023629
3603[[package]]3630[[package]]
3604name = "jsonrpsee-proc-macros"3631name = "jsonrpsee-proc-macros"
3605version = "0.3.1"3632version = "0.4.1"
3606source = "registry+https://github.com/rust-lang/crates.io-index"3633source = "registry+https://github.com/rust-lang/crates.io-index"
3607checksum = "8edb341d35279b59c79d7fe9e060a51aec29d45af99cc7c72ea7caa350fa71a4"3634checksum = "d802063f7a3c867456955f9d2f15eb3ee0edb5ec9ec2b5526324756759221c0f"
3608dependencies = [3635dependencies = [
3609 "Inflector",
3610 "bae",3636 "log",
3611 "proc-macro-crate 1.1.0",3637 "proc-macro-crate 1.1.0",
3612 "proc-macro2",3638 "proc-macro2",
3613 "quote",3639 "quote",
36163642
3617[[package]]3643[[package]]
3618name = "jsonrpsee-types"3644name = "jsonrpsee-types"
3619version = "0.3.1"3645version = "0.4.1"
3620source = "registry+https://github.com/rust-lang/crates.io-index"3646source = "registry+https://github.com/rust-lang/crates.io-index"
3621checksum = "4cc738fd55b676ada3271ef7c383a14a0867a2a88b0fa941311bf5fc0a29d498"3647checksum = "62f778cf245158fbd8f5d50823a2e9e4c708a40be164766bd35e9fb1d86715b2"
3622dependencies = [3648dependencies = [
3649 "anyhow",
3623 "async-trait",3650 "async-trait",
3624 "beef",3651 "beef",
3625 "futures-channel",3652 "futures-channel",
3628 "log",3655 "log",
3629 "serde",3656 "serde",
3630 "serde_json",3657 "serde_json",
3631 "soketto 0.6.0",3658 "soketto",
3632 "thiserror",3659 "thiserror",
3633]3660]
3661
3662[[package]]
3663name = "jsonrpsee-utils"
3664version = "0.4.1"
3665source = "registry+https://github.com/rust-lang/crates.io-index"
3666checksum = "0109c4f972058f3b1925b73a17210aff7b63b65967264d0045d15ee88fe84f0c"
3667dependencies = [
3668 "arrayvec 0.7.2",
3669 "beef",
3670 "jsonrpsee-types",
3671]
36343672
3635[[package]]3673[[package]]
3636name = "jsonrpsee-ws-client"3674name = "jsonrpsee-ws-client"
3637version = "0.3.1"3675version = "0.4.1"
3638source = "registry+https://github.com/rust-lang/crates.io-index"3676source = "registry+https://github.com/rust-lang/crates.io-index"
3639checksum = "9841352dbecf4c2ed5dc71698df9f1660262ae4e0b610e968602529bdbcf7b30"3677checksum = "559aa56fc402af206c00fc913dc2be1d9d788dcde045d14df141a535245d35ef"
3640dependencies = [3678dependencies = [
3679 "arrayvec 0.7.2",
3641 "async-trait",3680 "async-trait",
3642 "fnv",3681 "fnv",
3643 "futures 0.3.18",3682 "futures 0.3.18",
3683 "http",
3644 "jsonrpsee-types",3684 "jsonrpsee-types",
3645 "log",3685 "log",
3646 "pin-project 1.0.8",3686 "pin-project 1.0.8",
3647 "rustls",
3648 "rustls-native-certs",3687 "rustls-native-certs",
3649 "serde",3688 "serde",
3650 "serde_json",3689 "serde_json",
3651 "soketto 0.6.0",3690 "soketto",
3652 "thiserror",3691 "thiserror",
3653 "tokio 1.14.0",3692 "tokio 1.14.0",
3654 "tokio-rustls",3693 "tokio-rustls",
3655 "tokio-util",3694 "tokio-util",
3656 "url 2.2.2",
3657]3695]
36583696
3659[[package]]3697[[package]]
36743712
3675[[package]]3713[[package]]
3676name = "kusama-runtime"3714name = "kusama-runtime"
3677version = "0.9.12"3715version = "0.9.13"
3678source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"3716source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
3679dependencies = [3717dependencies = [
3680 "beefy-primitives",3718 "beefy-primitives",
3681 "bitvec",3719 "bitvec",
38203858
3821[[package]]3859[[package]]
3822name = "libc"3860name = "libc"
3823version = "0.2.108"3861version = "0.2.109"
3824source = "registry+https://github.com/rust-lang/crates.io-index"3862source = "registry+https://github.com/rust-lang/crates.io-index"
3825checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119"3863checksum = "f98a04dce437184842841303488f70d0188c5f51437d2a834dc097eafa909a01"
38263864
3827[[package]]3865[[package]]
3828name = "libloading"3866name = "libloading"
38523890
3853[[package]]3891[[package]]
3854name = "libp2p"3892name = "libp2p"
3855version = "0.39.1"3893version = "0.40.0"
3856source = "registry+https://github.com/rust-lang/crates.io-index"3894source = "registry+https://github.com/rust-lang/crates.io-index"
3857checksum = "9004c06878ef8f3b4b4067e69a140d87ed20bf777287f82223e49713b36ee433"3895checksum = "3bec54343492ba5940a6c555e512c6721139835d28c59bc22febece72dfd0d9d"
3858dependencies = [3896dependencies = [
3859 "atomic",3897 "atomic",
3860 "bytes 1.1.0",3898 "bytes 1.1.0",
3868 "libp2p-identify",3906 "libp2p-identify",
3869 "libp2p-kad",3907 "libp2p-kad",
3870 "libp2p-mdns",3908 "libp2p-mdns",
3909 "libp2p-metrics",
3871 "libp2p-mplex",3910 "libp2p-mplex",
3872 "libp2p-noise",3911 "libp2p-noise",
3873 "libp2p-ping",3912 "libp2p-ping",
3874 "libp2p-plaintext",3913 "libp2p-plaintext",
3875 "libp2p-pnet",3914 "libp2p-pnet",
3876 "libp2p-relay",3915 "libp2p-relay",
3916 "libp2p-rendezvous",
3877 "libp2p-request-response",3917 "libp2p-request-response",
3878 "libp2p-swarm",3918 "libp2p-swarm",
3879 "libp2p-swarm-derive",3919 "libp2p-swarm-derive",
38913931
3892[[package]]3932[[package]]
3893name = "libp2p-core"3933name = "libp2p-core"
3894version = "0.29.0"3934version = "0.30.0"
3895source = "registry+https://github.com/rust-lang/crates.io-index"3935source = "registry+https://github.com/rust-lang/crates.io-index"
3896checksum = "af9b4abdeaa420593a297c8592f63fad4234f4b88dc9343b8fd8e736c35faa59"3936checksum = "bef22d9bba1e8bcb7ec300073e6802943fe8abb8190431842262b5f1c30abba1"
3897dependencies = [3937dependencies = [
3898 "asn1_der",3938 "asn1_der",
3899 "bs58",3939 "bs58",
3903 "futures 0.3.18",3943 "futures 0.3.18",
3904 "futures-timer 3.0.2",3944 "futures-timer 3.0.2",
3905 "lazy_static",3945 "lazy_static",
3906 "libsecp256k1 0.5.0",3946 "libsecp256k1 0.7.0",
3907 "log",3947 "log",
3908 "multiaddr",3948 "multiaddr",
3909 "multihash 0.14.0",3949 "multihash 0.14.0",
3912 "pin-project 1.0.8",3952 "pin-project 1.0.8",
3913 "prost",3953 "prost",
3914 "prost-build",3954 "prost-build",
3915 "rand 0.7.3",3955 "rand 0.8.4",
3916 "ring",3956 "ring",
3917 "rw-stream-sink",3957 "rw-stream-sink",
3918 "sha2 0.9.8",3958 "sha2 0.9.8",
39253965
3926[[package]]3966[[package]]
3927name = "libp2p-deflate"3967name = "libp2p-deflate"
3928version = "0.29.0"3968version = "0.30.0"
3929source = "registry+https://github.com/rust-lang/crates.io-index"3969source = "registry+https://github.com/rust-lang/crates.io-index"
3930checksum = "66097fccc0b7f8579f90a03ea76ba6196332ea049fd07fd969490a06819dcdc8"3970checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"
3931dependencies = [3971dependencies = [
3932 "flate2",3972 "flate2",
3933 "futures 0.3.18",3973 "futures 0.3.18",
39363976
3937[[package]]3977[[package]]
3938name = "libp2p-dns"3978name = "libp2p-dns"
3939version = "0.29.0"3979version = "0.30.0"
3940source = "registry+https://github.com/rust-lang/crates.io-index"3980source = "registry+https://github.com/rust-lang/crates.io-index"
3941checksum = "58ff08b3196b85a17f202d80589e93b1660a574af67275706657fdc762e42c32"3981checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"
3942dependencies = [3982dependencies = [
3943 "async-std-resolver",3983 "async-std-resolver",
3944 "futures 0.3.18",3984 "futures 0.3.18",
39503990
3951[[package]]3991[[package]]
3952name = "libp2p-floodsub"3992name = "libp2p-floodsub"
3953version = "0.30.0"3993version = "0.31.0"
3954source = "registry+https://github.com/rust-lang/crates.io-index"3994source = "registry+https://github.com/rust-lang/crates.io-index"
3955checksum = "404eca8720967179dac7a5b4275eb91f904a53859c69ca8d018560ad6beb214f"3995checksum = "aab3d7210901ea51b7bae2b581aa34521797af8c4ec738c980bda4a06434067f"
3956dependencies = [3996dependencies = [
3957 "cuckoofilter",3997 "cuckoofilter",
3958 "fnv",3998 "fnv",
39684008
3969[[package]]4009[[package]]
3970name = "libp2p-gossipsub"4010name = "libp2p-gossipsub"
3971version = "0.32.0"4011version = "0.33.0"
3972source = "registry+https://github.com/rust-lang/crates.io-index"4012source = "registry+https://github.com/rust-lang/crates.io-index"
3973checksum = "b1cc48709bcbc3a3321f08a73560b4bbb4166a7d56f6fdb615bc775f4f91058e"4013checksum = "dfeead619eb5dac46e65acc78c535a60aaec803d1428cca6407c3a4fc74d698d"
3974dependencies = [4014dependencies = [
3975 "asynchronous-codec 0.6.0",4015 "asynchronous-codec 0.6.0",
3976 "base64 0.13.0",4016 "base64",
3977 "byteorder",4017 "byteorder",
3978 "bytes 1.1.0",4018 "bytes 1.1.0",
3979 "fnv",4019 "fnv",
39944034
3995[[package]]4035[[package]]
3996name = "libp2p-identify"4036name = "libp2p-identify"
3997version = "0.30.0"4037version = "0.31.0"
3998source = "registry+https://github.com/rust-lang/crates.io-index"4038source = "registry+https://github.com/rust-lang/crates.io-index"
3999checksum = "a7b61f6cf07664fb97016c318c4d4512b3dd4cc07238607f3f0163245f99008e"4039checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"
4000dependencies = [4040dependencies = [
4001 "futures 0.3.18",4041 "futures 0.3.18",
4002 "libp2p-core",4042 "libp2p-core",
4003 "libp2p-swarm",4043 "libp2p-swarm",
4004 "log",4044 "log",
4045 "lru 0.6.6",
4005 "prost",4046 "prost",
4006 "prost-build",4047 "prost-build",
4007 "smallvec",4048 "smallvec",
40104051
4011[[package]]4052[[package]]
4012name = "libp2p-kad"4053name = "libp2p-kad"
4013version = "0.31.0"4054version = "0.32.0"
4014source = "registry+https://github.com/rust-lang/crates.io-index"4055source = "registry+https://github.com/rust-lang/crates.io-index"
4015checksum = "50ed78489c87924235665a0ab345b298ee34dff0f7ad62c0ba6608b2144fb75e"4056checksum = "a2297dc0ca285f3a09d1368bde02449e539b46f94d32d53233f53f6625bcd3ba"
4016dependencies = [4057dependencies = [
4017 "arrayvec 0.5.2",4058 "arrayvec 0.5.2",
4018 "asynchronous-codec 0.6.0",4059 "asynchronous-codec 0.6.0",
40364077
4037[[package]]4078[[package]]
4038name = "libp2p-mdns"4079name = "libp2p-mdns"
4039version = "0.31.0"4080version = "0.32.0"
4040source = "registry+https://github.com/rust-lang/crates.io-index"4081source = "registry+https://github.com/rust-lang/crates.io-index"
4041checksum = "a29e6cbc2a24b8471b6567e580a0e8e7b70a6d0f0ea2be0844d1e842d7d4fa33"4082checksum = "14c864b64bdc8a84ff3910a0df88e6535f256191a450870f1e7e10cbf8e64d45"
4042dependencies = [4083dependencies = [
4043 "async-io",4084 "async-io",
4044 "data-encoding",4085 "data-encoding",
4055 "void",4096 "void",
4056]4097]
4098
4099[[package]]
4100name = "libp2p-metrics"
4101version = "0.1.0"
4102source = "registry+https://github.com/rust-lang/crates.io-index"
4103checksum = "4af432fcdd2f8ba4579b846489f8f0812cfd738ced2c0af39df9b1c48bbb6ab2"
4104dependencies = [
4105 "libp2p-core",
4106 "libp2p-identify",
4107 "libp2p-kad",
4108 "libp2p-ping",
4109 "libp2p-swarm",
4110 "open-metrics-client",
4111]
40574112
4058[[package]]4113[[package]]
4059name = "libp2p-mplex"4114name = "libp2p-mplex"
4060version = "0.29.0"4115version = "0.30.0"
4061source = "registry+https://github.com/rust-lang/crates.io-index"4116source = "registry+https://github.com/rust-lang/crates.io-index"
4062checksum = "313d9ea526c68df4425f580024e67a9d3ffd49f2c33de5154b1f5019816f7a99"4117checksum = "7f2cd64ef597f40e14bfce0497f50ecb63dd6d201c61796daeb4227078834fbf"
4063dependencies = [4118dependencies = [
4064 "asynchronous-codec 0.6.0",4119 "asynchronous-codec 0.6.0",
4065 "bytes 1.1.0",4120 "bytes 1.1.0",
40754130
4076[[package]]4131[[package]]
4077name = "libp2p-noise"4132name = "libp2p-noise"
4078version = "0.32.0"4133version = "0.33.0"
4079source = "registry+https://github.com/rust-lang/crates.io-index"4134source = "registry+https://github.com/rust-lang/crates.io-index"
4080checksum = "3f1db7212f342b6ba7c981cc40e31f76e9e56cb48e65fa4c142ecaca5839523e"4135checksum = "a8772c7a99088221bb7ca9c5c0574bf55046a7ab4c319f3619b275f28c8fb87a"
4081dependencies = [4136dependencies = [
4082 "bytes 1.1.0",4137 "bytes 1.1.0",
4083 "curve25519-dalek 3.2.0",4138 "curve25519-dalek 3.2.0",
40974152
4098[[package]]4153[[package]]
4099name = "libp2p-ping"4154name = "libp2p-ping"
4100version = "0.30.0"4155version = "0.31.0"
4101source = "registry+https://github.com/rust-lang/crates.io-index"4156source = "registry+https://github.com/rust-lang/crates.io-index"
4102checksum = "2482cfd9eb0b7a0baaf3e7b329dc4f2785181a161b1a47b7192f8d758f54a439"4157checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"
4103dependencies = [4158dependencies = [
4104 "futures 0.3.18",4159 "futures 0.3.18",
4105 "libp2p-core",4160 "libp2p-core",
41124167
4113[[package]]4168[[package]]
4114name = "libp2p-plaintext"4169name = "libp2p-plaintext"
4115version = "0.29.0"4170version = "0.30.0"
4116source = "registry+https://github.com/rust-lang/crates.io-index"4171source = "registry+https://github.com/rust-lang/crates.io-index"
4117checksum = "13b4783e5423870b9a5c199f65a7a3bc66d86ab56b2b9beebf3c338d889cf8e4"4172checksum = "5fba1a6ff33e4a274c89a3b1d78b9f34f32af13265cc5c46c16938262d4e945a"
4118dependencies = [4173dependencies = [
4119 "asynchronous-codec 0.6.0",4174 "asynchronous-codec 0.6.0",
4120 "bytes 1.1.0",4175 "bytes 1.1.0",
41294184
4130[[package]]4185[[package]]
4131name = "libp2p-pnet"4186name = "libp2p-pnet"
4132version = "0.21.0"4187version = "0.22.0"
4133source = "registry+https://github.com/rust-lang/crates.io-index"4188source = "registry+https://github.com/rust-lang/crates.io-index"
4134checksum = "07cb4dd4b917e5b40ddefe49b96b07adcd8d342e0317011d175b7b2bb1dcc974"4189checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"
4135dependencies = [4190dependencies = [
4136 "futures 0.3.18",4191 "futures 0.3.18",
4137 "log",4192 "log",
41434198
4144[[package]]4199[[package]]
4145name = "libp2p-relay"4200name = "libp2p-relay"
4146version = "0.3.0"4201version = "0.4.0"
4147source = "registry+https://github.com/rust-lang/crates.io-index"4202source = "registry+https://github.com/rust-lang/crates.io-index"
4148checksum = "0133f6cfd81cdc16e716de2982e012c62e6b9d4f12e41967b3ee361051c622aa"4203checksum = "2852b61c90fa8ce3c8fcc2aba76e6cefc20d648f9df29157d6b3a916278ef3e3"
4149dependencies = [4204dependencies = [
4150 "asynchronous-codec 0.6.0",4205 "asynchronous-codec 0.6.0",
4151 "bytes 1.1.0",4206 "bytes 1.1.0",
4164 "wasm-timer",4219 "wasm-timer",
4165]4220]
4221
4222[[package]]
4223name = "libp2p-rendezvous"
4224version = "0.1.0"
4225source = "registry+https://github.com/rust-lang/crates.io-index"
4226checksum = "14a6d2b9e7677eff61dc3d2854876aaf3976d84a01ef6664b610c77a0c9407c5"
4227dependencies = [
4228 "asynchronous-codec 0.6.0",
4229 "bimap",
4230 "futures 0.3.18",
4231 "libp2p-core",
4232 "libp2p-swarm",
4233 "log",
4234 "prost",
4235 "prost-build",
4236 "rand 0.8.4",
4237 "sha2 0.9.8",
4238 "thiserror",
4239 "unsigned-varint 0.7.1",
4240 "void",
4241 "wasm-timer",
4242]
41664243
4167[[package]]4244[[package]]
4168name = "libp2p-request-response"4245name = "libp2p-request-response"
4169version = "0.12.0"4246version = "0.13.0"
4170source = "registry+https://github.com/rust-lang/crates.io-index"4247source = "registry+https://github.com/rust-lang/crates.io-index"
4171checksum = "06cdae44b6821466123af93cbcdec7c9e6ba9534a8af9cdc296446d39416d241"4248checksum = "a877a4ced6d46bf84677e1974e8cf61fb434af73b2e96fb48d6cb6223a4634d8"
4172dependencies = [4249dependencies = [
4173 "async-trait",4250 "async-trait",
4174 "bytes 1.1.0",4251 "bytes 1.1.0",
4175 "futures 0.3.18",4252 "futures 0.3.18",
4176 "libp2p-core",4253 "libp2p-core",
4177 "libp2p-swarm",4254 "libp2p-swarm",
4178 "log",4255 "log",
4179 "lru 0.6.6",4256 "lru 0.7.0",
4180 "minicbor",
4181 "rand 0.7.3",4257 "rand 0.7.3",
4182 "smallvec",4258 "smallvec",
4183 "unsigned-varint 0.7.1",4259 "unsigned-varint 0.7.1",
41864262
4187[[package]]4263[[package]]
4188name = "libp2p-swarm"4264name = "libp2p-swarm"
4189version = "0.30.0"4265version = "0.31.0"
4190source = "registry+https://github.com/rust-lang/crates.io-index"4266source = "registry+https://github.com/rust-lang/crates.io-index"
4191checksum = "7083861341e1555467863b4cd802bea1e8c4787c0f7b5110097d0f1f3248f9a9"4267checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9"
4192dependencies = [4268dependencies = [
4193 "either",4269 "either",
4194 "futures 0.3.18",4270 "futures 0.3.18",
42024278
4203[[package]]4279[[package]]
4204name = "libp2p-swarm-derive"4280name = "libp2p-swarm-derive"
4205version = "0.24.0"4281version = "0.25.0"
4206source = "registry+https://github.com/rust-lang/crates.io-index"4282source = "registry+https://github.com/rust-lang/crates.io-index"
4207checksum = "ab8cb308d4fc854869f5abb54fdab0833d2cf670d407c745849dc47e6e08d79c"4283checksum = "072c290f727d39bdc4e9d6d1c847978693d25a673bd757813681e33e5f6c00c2"
4208dependencies = [4284dependencies = [
4209 "quote",4285 "quote",
4210 "syn",4286 "syn",
4211]4287]
42124288
4213[[package]]4289[[package]]
4214name = "libp2p-tcp"4290name = "libp2p-tcp"
4215version = "0.29.0"4291version = "0.30.0"
4216source = "registry+https://github.com/rust-lang/crates.io-index"4292source = "registry+https://github.com/rust-lang/crates.io-index"
4217checksum = "79edd26b6b4bb5feee210dcda562dca186940dfecb0024b979c3f50824b3bf28"4293checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b"
4218dependencies = [4294dependencies = [
4219 "async-io",4295 "async-io",
4220 "futures 0.3.18",4296 "futures 0.3.18",
42294305
4230[[package]]4306[[package]]
4231name = "libp2p-uds"4307name = "libp2p-uds"
4232version = "0.29.0"4308version = "0.30.0"
4233source = "registry+https://github.com/rust-lang/crates.io-index"4309source = "registry+https://github.com/rust-lang/crates.io-index"
4234checksum = "280e793440dd4e9f273d714f4497325c72cddb0fe85a49f9a03c88f41dd20182"4310checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973"
4235dependencies = [4311dependencies = [
4236 "async-std",4312 "async-std",
4237 "futures 0.3.18",4313 "futures 0.3.18",
42414317
4242[[package]]4318[[package]]
4243name = "libp2p-wasm-ext"4319name = "libp2p-wasm-ext"
4244version = "0.29.0"4320version = "0.30.0"
4245source = "registry+https://github.com/rust-lang/crates.io-index"4321source = "registry+https://github.com/rust-lang/crates.io-index"
4246checksum = "f553b7140fad3d7a76f50497b0ea591e26737d9607428a75509fc191e4d1b1f6"4322checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf"
4247dependencies = [4323dependencies = [
4248 "futures 0.3.18",4324 "futures 0.3.18",
4249 "js-sys",4325 "js-sys",
42554331
4256[[package]]4332[[package]]
4257name = "libp2p-websocket"4333name = "libp2p-websocket"
4258version = "0.30.0"4334version = "0.31.0"
4259source = "registry+https://github.com/rust-lang/crates.io-index"4335source = "registry+https://github.com/rust-lang/crates.io-index"
4260checksum = "ddf99dcbf5063e9d59087f61b1e85c686ceab2f5abedb472d32288065c0e5e27"4336checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf"
4261dependencies = [4337dependencies = [
4262 "either",4338 "either",
4263 "futures 0.3.18",4339 "futures 0.3.18",
4266 "log",4342 "log",
4267 "quicksink",4343 "quicksink",
4268 "rw-stream-sink",4344 "rw-stream-sink",
4269 "soketto 0.4.2",4345 "soketto",
4270 "url 2.2.2",4346 "url 2.2.2",
4271 "webpki-roots",4347 "webpki-roots",
4272]4348]
42734349
4274[[package]]4350[[package]]
4275name = "libp2p-yamux"4351name = "libp2p-yamux"
4276version = "0.33.0"4352version = "0.34.0"
4277source = "registry+https://github.com/rust-lang/crates.io-index"4353source = "registry+https://github.com/rust-lang/crates.io-index"
4278checksum = "214cc0dd9c37cbed27f0bb1eba0c41bbafdb93a8be5e9d6ae1e6b4b42cd044bf"4354checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af"
4279dependencies = [4355dependencies = [
4280 "futures 0.3.18",4356 "futures 0.3.18",
4281 "libp2p-core",4357 "libp2p-core",
4312 "typenum",4388 "typenum",
4313]4389]
4314
4315[[package]]
4316name = "libsecp256k1"
4317version = "0.5.0"
4318source = "registry+https://github.com/rust-lang/crates.io-index"
4319checksum = "bd1137239ab33b41aa9637a88a28249e5e70c40a42ccc92db7f12cc356c1fcd7"
4320dependencies = [
4321 "arrayref",
4322 "base64 0.12.3",
4323 "digest 0.9.0",
4324 "hmac-drbg 0.3.0",
4325 "libsecp256k1-core 0.2.2",
4326 "libsecp256k1-gen-ecmult 0.2.1",
4327 "libsecp256k1-gen-genmult 0.2.1",
4328 "rand 0.7.3",
4329 "serde",
4330 "sha2 0.9.8",
4331 "typenum",
4332]
4333
4334[[package]]
4335name = "libsecp256k1"
4336version = "0.6.0"
4337source = "registry+https://github.com/rust-lang/crates.io-index"
4338checksum = "c9d220bc1feda2ac231cb78c3d26f27676b8cf82c96971f7aeef3d0cf2797c73"
4339dependencies = [
4340 "arrayref",
4341 "base64 0.12.3",
4342 "digest 0.9.0",
4343 "hmac-drbg 0.3.0",
4344 "libsecp256k1-core 0.2.2",
4345 "libsecp256k1-gen-ecmult 0.2.1",
4346 "libsecp256k1-gen-genmult 0.2.1",
4347 "rand 0.7.3",
4348 "serde",
4349 "sha2 0.9.8",
4350 "typenum",
4351]
43524390
4353[[package]]4391[[package]]
4354name = "libsecp256k1"4392name = "libsecp256k1"
4357checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4395checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"
4358dependencies = [4396dependencies = [
4359 "arrayref",4397 "arrayref",
4360 "base64 0.13.0",4398 "base64",
4361 "digest 0.9.0",4399 "digest 0.9.0",
4362 "hmac-drbg 0.3.0",4400 "hmac-drbg 0.3.0",
4363 "libsecp256k1-core 0.3.0",4401 "libsecp256k1-core",
4364 "libsecp256k1-gen-ecmult 0.3.0",4402 "libsecp256k1-gen-ecmult",
4365 "libsecp256k1-gen-genmult 0.3.0",4403 "libsecp256k1-gen-genmult",
4366 "rand 0.8.4",4404 "rand 0.8.4",
4367 "serde",4405 "serde",
4368 "sha2 0.9.8",4406 "sha2 0.9.8",
4369 "typenum",4407 "typenum",
4370]4408]
4371
4372[[package]]
4373name = "libsecp256k1-core"
4374version = "0.2.2"
4375source = "registry+https://github.com/rust-lang/crates.io-index"
4376checksum = "d0f6ab710cec28cef759c5f18671a27dae2a5f952cdaaee1d8e2908cb2478a80"
4377dependencies = [
4378 "crunchy",
4379 "digest 0.9.0",
4380 "subtle 2.4.1",
4381]
43824409
4383[[package]]4410[[package]]
4384name = "libsecp256k1-core"4411name = "libsecp256k1-core"
4391 "subtle 2.4.1",4418 "subtle 2.4.1",
4392]4419]
4393
4394[[package]]
4395name = "libsecp256k1-gen-ecmult"
4396version = "0.2.1"
4397source = "registry+https://github.com/rust-lang/crates.io-index"
4398checksum = "ccab96b584d38fac86a83f07e659f0deafd0253dc096dab5a36d53efe653c5c3"
4399dependencies = [
4400 "libsecp256k1-core 0.2.2",
4401]
44024420
4403[[package]]4421[[package]]
4404name = "libsecp256k1-gen-ecmult"4422name = "libsecp256k1-gen-ecmult"
4405version = "0.3.0"4423version = "0.3.0"
4406source = "registry+https://github.com/rust-lang/crates.io-index"4424source = "registry+https://github.com/rust-lang/crates.io-index"
4407checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4425checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"
4408dependencies = [4426dependencies = [
4409 "libsecp256k1-core 0.3.0",4427 "libsecp256k1-core",
4410]4428]
4411
4412[[package]]
4413name = "libsecp256k1-gen-genmult"
4414version = "0.2.1"
4415source = "registry+https://github.com/rust-lang/crates.io-index"
4416checksum = "67abfe149395e3aa1c48a2beb32b068e2334402df8181f818d3aee2b304c4f5d"
4417dependencies = [
4418 "libsecp256k1-core 0.2.2",
4419]
44204429
4421[[package]]4430[[package]]
4422name = "libsecp256k1-gen-genmult"4431name = "libsecp256k1-gen-genmult"
4423version = "0.3.0"4432version = "0.3.0"
4424source = "registry+https://github.com/rust-lang/crates.io-index"4433source = "registry+https://github.com/rust-lang/crates.io-index"
4425checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4434checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"
4426dependencies = [4435dependencies = [
4427 "libsecp256k1-core 0.3.0",4436 "libsecp256k1-core",
4428]4437]
44294438
4430[[package]]4439[[package]]
4463 "statrs",4472 "statrs",
4464]4473]
4474
4475[[package]]
4476name = "linux-raw-sys"
4477version = "0.0.28"
4478source = "registry+https://github.com/rust-lang/crates.io-index"
4479checksum = "687387ff42ec7ea4f2149035a5675fedb675d26f98db90a1846ac63d3addb5f5"
44654480
4466[[package]]4481[[package]]
4467name = "lock_api"4482name = "lock_api"
4598 "libc",4613 "libc",
4599]4614]
4615
4616[[package]]
4617name = "memmap2"
4618version = "0.5.0"
4619source = "registry+https://github.com/rust-lang/crates.io-index"
4620checksum = "4647a11b578fead29cdbb34d4adef8dd3dc35b876c9c6d5240d83f205abfe96e"
4621dependencies = [
4622 "libc",
4623]
46004624
4601[[package]]4625[[package]]
4602name = "memoffset"4626name = "memoffset"
4603version = "0.6.4"4627version = "0.6.5"
4604source = "registry+https://github.com/rust-lang/crates.io-index"4628source = "registry+https://github.com/rust-lang/crates.io-index"
4605checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"4629checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
4606dependencies = [4630dependencies = [
4607 "autocfg",4631 "autocfg",
4608]4632]
46474671
4648[[package]]4672[[package]]
4649name = "metered-channel"4673name = "metered-channel"
4650version = "0.9.12"4674version = "0.9.13"
4651source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"4675source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
4652dependencies = [4676dependencies = [
4653 "derive_more",4677 "derive_more",
4654 "futures 0.3.18",4678 "futures 0.3.18",
4668 "thrift",4692 "thrift",
4669]4693]
4670
4671[[package]]
4672name = "minicbor"
4673version = "0.8.1"
4674source = "registry+https://github.com/rust-lang/crates.io-index"
4675checksum = "51aa5bb0ca22415daca596a227b507f880ad1b2318a87fa9325312a5d285ca0d"
4676dependencies = [
4677 "minicbor-derive",
4678]
4679
4680[[package]]
4681name = "minicbor-derive"
4682version = "0.6.4"
4683source = "registry+https://github.com/rust-lang/crates.io-index"
4684checksum = "54999f917cd092b13904737e26631aa2b2b88d625db68e4bab461dcd8006c788"
4685dependencies = [
4686 "proc-macro2",
4687 "quote",
4688 "syn",
4689]
46904694
4691[[package]]4695[[package]]
4692name = "minimal-lexical"4696name = "minimal-lexical"
4841checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"4845checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"
4842dependencies = [4846dependencies = [
4843 "proc-macro-crate 1.1.0",4847 "proc-macro-crate 1.1.0",
4844 "proc-macro-error 1.0.4",4848 "proc-macro-error",
4845 "proc-macro2",4849 "proc-macro2",
4846 "quote",4850 "quote",
4847 "syn",4851 "syn",
50245028
5025[[package]]5029[[package]]
5026name = "object"5030name = "object"
5027version = "0.26.2"5031version = "0.27.1"
5028source = "registry+https://github.com/rust-lang/crates.io-index"5032source = "registry+https://github.com/rust-lang/crates.io-index"
5029checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"5033checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
5030dependencies = [5034dependencies = [
5031 "crc32fast",5035 "crc32fast",
5032 "indexmap",5036 "indexmap",
5033 "memchr",5037 "memchr",
5034]5038]
5035
5036[[package]]
5037name = "object"
5038version = "0.27.1"
5039source = "registry+https://github.com/rust-lang/crates.io-index"
5040checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
5041dependencies = [
5042 "memchr",
5043]
50445039
5045[[package]]5040[[package]]
5046name = "once_cell"5041name = "once_cell"
5060source = "registry+https://github.com/rust-lang/crates.io-index"5055source = "registry+https://github.com/rust-lang/crates.io-index"
5061checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"5056checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
5057
5058[[package]]
5059name = "open-metrics-client"
5060version = "0.12.0"
5061source = "registry+https://github.com/rust-lang/crates.io-index"
5062checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"
5063dependencies = [
5064 "dtoa",
5065 "itoa",
5066 "open-metrics-client-derive-text-encode",
5067 "owning_ref",
5068]
5069
5070[[package]]
5071name = "open-metrics-client-derive-text-encode"
5072version = "0.1.1"
5073source = "registry+https://github.com/rust-lang/crates.io-index"
5074checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"
5075dependencies = [
5076 "proc-macro2",
5077 "quote",
5078 "syn",
5079]
50625080
5063[[package]]5081[[package]]
5064name = "openssl-probe"5082name = "openssl-probe"
5078[[package]]5096[[package]]
5079name = "orml-vesting"5097name = "orml-vesting"
5080version = "0.4.1-dev"5098version = "0.4.1-dev"
5081source = "git+https://github.com/UniqueNetwork/open-runtime-module-library#d69f226e332ae29b7b33d53d2f06f309d2986ea0"5099source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=polkadot-v0.9.13#35bb2630f35aa144b56f6900e9fa43c4a868b33c"
5082dependencies = [5100dependencies = [
5083 "frame-support",5101 "frame-support",
5084 "frame-system",5102 "frame-system",
5102[[package]]5120[[package]]
5103name = "pallet-aura"5121name = "pallet-aura"
5104version = "4.0.0-dev"5122version = "4.0.0-dev"
5105source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5123source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5106dependencies = [5124dependencies = [
5107 "frame-support",5125 "frame-support",
5108 "frame-system",5126 "frame-system",
5118[[package]]5136[[package]]
5119name = "pallet-authority-discovery"5137name = "pallet-authority-discovery"
5120version = "4.0.0-dev"5138version = "4.0.0-dev"
5121source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5139source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5122dependencies = [5140dependencies = [
5123 "frame-support",5141 "frame-support",
5124 "frame-system",5142 "frame-system",
5134[[package]]5152[[package]]
5135name = "pallet-authorship"5153name = "pallet-authorship"
5136version = "4.0.0-dev"5154version = "4.0.0-dev"
5137source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5155source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5138dependencies = [5156dependencies = [
5139 "frame-support",5157 "frame-support",
5140 "frame-system",5158 "frame-system",
5149[[package]]5167[[package]]
5150name = "pallet-babe"5168name = "pallet-babe"
5151version = "4.0.0-dev"5169version = "4.0.0-dev"
5152source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5170source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5153dependencies = [5171dependencies = [
5154 "frame-benchmarking",5172 "frame-benchmarking",
5155 "frame-support",5173 "frame-support",
5173[[package]]5191[[package]]
5174name = "pallet-bags-list"5192name = "pallet-bags-list"
5175version = "4.0.0-dev"5193version = "4.0.0-dev"
5176source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5194source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5177dependencies = [5195dependencies = [
5178 "frame-benchmarking",5196 "frame-benchmarking",
5179 "frame-election-provider-support",5197 "frame-election-provider-support",
5193[[package]]5211[[package]]
5194name = "pallet-balances"5212name = "pallet-balances"
5195version = "4.0.0-dev"5213version = "4.0.0-dev"
5196source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5214source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5197dependencies = [5215dependencies = [
5198 "frame-benchmarking",5216 "frame-benchmarking",
5199 "frame-support",5217 "frame-support",
5208[[package]]5226[[package]]
5209name = "pallet-beefy"5227name = "pallet-beefy"
5210version = "4.0.0-dev"5228version = "4.0.0-dev"
5211source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5229source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5212dependencies = [5230dependencies = [
5213 "beefy-primitives",5231 "beefy-primitives",
5214 "frame-support",5232 "frame-support",
5224[[package]]5242[[package]]
5225name = "pallet-beefy-mmr"5243name = "pallet-beefy-mmr"
5226version = "4.0.0-dev"5244version = "4.0.0-dev"
5227source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5245source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5228dependencies = [5246dependencies = [
5229 "beefy-merkle-tree",5247 "beefy-merkle-tree",
5230 "beefy-primitives",5248 "beefy-primitives",
5249[[package]]5267[[package]]
5250name = "pallet-bounties"5268name = "pallet-bounties"
5251version = "4.0.0-dev"5269version = "4.0.0-dev"
5252source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5270source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5253dependencies = [5271dependencies = [
5254 "frame-benchmarking",5272 "frame-benchmarking",
5255 "frame-support",5273 "frame-support",
5267[[package]]5285[[package]]
5268name = "pallet-bridge-dispatch"5286name = "pallet-bridge-dispatch"
5269version = "0.1.0"5287version = "0.1.0"
5270source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"5288source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
5271dependencies = [5289dependencies = [
5272 "bp-message-dispatch",5290 "bp-message-dispatch",
5273 "bp-runtime",5291 "bp-runtime",
5284[[package]]5302[[package]]
5285name = "pallet-bridge-grandpa"5303name = "pallet-bridge-grandpa"
5286version = "0.1.0"5304version = "0.1.0"
5287source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"5305source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
5288dependencies = [5306dependencies = [
5289 "bp-header-chain",5307 "bp-header-chain",
5290 "bp-runtime",5308 "bp-runtime",
5306[[package]]5324[[package]]
5307name = "pallet-bridge-messages"5325name = "pallet-bridge-messages"
5308version = "0.1.0"5326version = "0.1.0"
5309source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"5327source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
5310dependencies = [5328dependencies = [
5311 "bitvec",5329 "bitvec",
5312 "bp-message-dispatch",5330 "bp-message-dispatch",
5328[[package]]5346[[package]]
5329name = "pallet-collective"5347name = "pallet-collective"
5330version = "4.0.0-dev"5348version = "4.0.0-dev"
5331source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5349source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5332dependencies = [5350dependencies = [
5333 "frame-benchmarking",5351 "frame-benchmarking",
5334 "frame-support",5352 "frame-support",
5378[[package]]5396[[package]]
5379name = "pallet-contracts"5397name = "pallet-contracts"
5380version = "4.0.0-dev"5398version = "4.0.0-dev"
5381source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5399source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5382dependencies = [5400dependencies = [
5383 "bitflags",5401 "bitflags",
5384 "frame-benchmarking",5402 "frame-benchmarking",
5385 "frame-support",5403 "frame-support",
5386 "frame-system",5404 "frame-system",
5387 "libsecp256k1 0.6.0",5405 "libsecp256k1 0.7.0",
5388 "log",5406 "log",
5389 "pallet-contracts-primitives",5407 "pallet-contracts-primitives",
5390 "pallet-contracts-proc-macro",5408 "pallet-contracts-proc-macro",
5391 "parity-scale-codec",5409 "parity-scale-codec",
5392 "pwasm-utils",5410 "pwasm-utils",
5393 "rand 0.7.3",5411 "rand 0.8.4",
5394 "scale-info",5412 "scale-info",
5395 "serde",5413 "serde",
5396 "smallvec",5414 "smallvec",
5405[[package]]5423[[package]]
5406name = "pallet-contracts-primitives"5424name = "pallet-contracts-primitives"
5407version = "4.0.0-dev"5425version = "4.0.0-dev"
5408source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5426source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5409dependencies = [5427dependencies = [
5410 "bitflags",5428 "bitflags",
5411 "parity-scale-codec",5429 "parity-scale-codec",
5419[[package]]5437[[package]]
5420name = "pallet-contracts-proc-macro"5438name = "pallet-contracts-proc-macro"
5421version = "4.0.0-dev"5439version = "4.0.0-dev"
5422source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5440source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5423dependencies = [5441dependencies = [
5424 "proc-macro2",5442 "proc-macro2",
5425 "quote",5443 "quote",
5429[[package]]5447[[package]]
5430name = "pallet-democracy"5448name = "pallet-democracy"
5431version = "4.0.0-dev"5449version = "4.0.0-dev"
5432source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5450source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5433dependencies = [5451dependencies = [
5434 "frame-benchmarking",5452 "frame-benchmarking",
5435 "frame-support",5453 "frame-support",
5445[[package]]5463[[package]]
5446name = "pallet-election-provider-multi-phase"5464name = "pallet-election-provider-multi-phase"
5447version = "4.0.0-dev"5465version = "4.0.0-dev"
5448source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5466source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5449dependencies = [5467dependencies = [
5450 "frame-benchmarking",5468 "frame-benchmarking",
5451 "frame-election-provider-support",5469 "frame-election-provider-support",
5462 "sp-runtime",5480 "sp-runtime",
5463 "sp-std",5481 "sp-std",
5464 "static_assertions",5482 "static_assertions",
5465 "strum 0.21.0",5483 "strum",
5466 "strum_macros 0.21.1",5484 "strum_macros",
5467]5485]
54685486
5469[[package]]5487[[package]]
5470name = "pallet-elections-phragmen"5488name = "pallet-elections-phragmen"
5471version = "5.0.0-dev"5489version = "5.0.0-dev"
5472source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5490source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5473dependencies = [5491dependencies = [
5474 "frame-benchmarking",5492 "frame-benchmarking",
5475 "frame-support",5493 "frame-support",
5487[[package]]5505[[package]]
5488name = "pallet-ethereum"5506name = "pallet-ethereum"
5489version = "4.0.0-dev"5507version = "4.0.0-dev"
5490source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#0134806e399412bf896f881f1e3bc284916a1432"5508source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.13#4b3f98bc9cd919dcf83604100f719f207f825fd1"
5491dependencies = [5509dependencies = [
5492 "ethereum 0.10.0",5510 "ethereum 0.10.0",
5493 "ethereum-types",5511 "ethereum-types",
5516[[package]]5534[[package]]
5517name = "pallet-evm"5535name = "pallet-evm"
5518version = "6.0.0-dev"5536version = "6.0.0-dev"
5519source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#0134806e399412bf896f881f1e3bc284916a1432"5537source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.13#4b3f98bc9cd919dcf83604100f719f207f825fd1"
5520dependencies = [5538dependencies = [
5521 "evm",5539 "evm",
5522 "evm-gasometer",5540 "evm-gasometer",
5635[[package]]5653[[package]]
5636name = "pallet-gilt"5654name = "pallet-gilt"
5637version = "4.0.0-dev"5655version = "4.0.0-dev"
5638source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5656source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5639dependencies = [5657dependencies = [
5640 "frame-benchmarking",5658 "frame-benchmarking",
5641 "frame-support",5659 "frame-support",
5650[[package]]5668[[package]]
5651name = "pallet-grandpa"5669name = "pallet-grandpa"
5652version = "4.0.0-dev"5670version = "4.0.0-dev"
5653source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5671source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5654dependencies = [5672dependencies = [
5655 "frame-benchmarking",5673 "frame-benchmarking",
5656 "frame-support",5674 "frame-support",
5673[[package]]5691[[package]]
5674name = "pallet-identity"5692name = "pallet-identity"
5675version = "4.0.0-dev"5693version = "4.0.0-dev"
5676source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5694source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5677dependencies = [5695dependencies = [
5678 "enumflags2",5696 "enumflags2",
5679 "frame-benchmarking",5697 "frame-benchmarking",
5689[[package]]5707[[package]]
5690name = "pallet-im-online"5708name = "pallet-im-online"
5691version = "4.0.0-dev"5709version = "4.0.0-dev"
5692source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5710source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5693dependencies = [5711dependencies = [
5694 "frame-benchmarking",5712 "frame-benchmarking",
5695 "frame-support",5713 "frame-support",
5709[[package]]5727[[package]]
5710name = "pallet-indices"5728name = "pallet-indices"
5711version = "4.0.0-dev"5729version = "4.0.0-dev"
5712source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5730source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5713dependencies = [5731dependencies = [
5714 "frame-benchmarking",5732 "frame-benchmarking",
5715 "frame-support",5733 "frame-support",
5745[[package]]5763[[package]]
5746name = "pallet-membership"5764name = "pallet-membership"
5747version = "4.0.0-dev"5765version = "4.0.0-dev"
5748source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5766source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5749dependencies = [5767dependencies = [
5750 "frame-benchmarking",5768 "frame-benchmarking",
5751 "frame-support",5769 "frame-support",
5762[[package]]5780[[package]]
5763name = "pallet-mmr"5781name = "pallet-mmr"
5764version = "4.0.0-dev"5782version = "4.0.0-dev"
5765source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5783source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5766dependencies = [5784dependencies = [
5767 "ckb-merkle-mountain-range",5785 "ckb-merkle-mountain-range",
5768 "frame-benchmarking",5786 "frame-benchmarking",
5780[[package]]5798[[package]]
5781name = "pallet-mmr-primitives"5799name = "pallet-mmr-primitives"
5782version = "4.0.0-dev"5800version = "4.0.0-dev"
5783source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5801source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5784dependencies = [5802dependencies = [
5785 "frame-support",5803 "frame-support",
5786 "frame-system",5804 "frame-system",
5796[[package]]5814[[package]]
5797name = "pallet-mmr-rpc"5815name = "pallet-mmr-rpc"
5798version = "3.0.0"5816version = "3.0.0"
5799source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5817source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5800dependencies = [5818dependencies = [
5801 "jsonrpc-core",5819 "jsonrpc-core",
5802 "jsonrpc-core-client",5820 "jsonrpc-core-client",
5813[[package]]5831[[package]]
5814name = "pallet-multisig"5832name = "pallet-multisig"
5815version = "4.0.0-dev"5833version = "4.0.0-dev"
5816source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5834source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5817dependencies = [5835dependencies = [
5818 "frame-benchmarking",5836 "frame-benchmarking",
5819 "frame-support",5837 "frame-support",
5828[[package]]5846[[package]]
5829name = "pallet-nicks"5847name = "pallet-nicks"
5830version = "4.0.0-dev"5848version = "4.0.0-dev"
5831source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5849source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5832dependencies = [5850dependencies = [
5833 "frame-support",5851 "frame-support",
5834 "frame-system",5852 "frame-system",
5861[[package]]5879[[package]]
5862name = "pallet-offences"5880name = "pallet-offences"
5863version = "4.0.0-dev"5881version = "4.0.0-dev"
5864source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5882source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5865dependencies = [5883dependencies = [
5866 "frame-support",5884 "frame-support",
5867 "frame-system",5885 "frame-system",
5878[[package]]5896[[package]]
5879name = "pallet-offences-benchmarking"5897name = "pallet-offences-benchmarking"
5880version = "4.0.0-dev"5898version = "4.0.0-dev"
5881source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5899source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5882dependencies = [5900dependencies = [
5883 "frame-benchmarking",5901 "frame-benchmarking",
5884 "frame-election-provider-support",5902 "frame-election-provider-support",
5901[[package]]5919[[package]]
5902name = "pallet-proxy"5920name = "pallet-proxy"
5903version = "4.0.0-dev"5921version = "4.0.0-dev"
5904source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5922source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5905dependencies = [5923dependencies = [
5906 "frame-benchmarking",5924 "frame-benchmarking",
5907 "frame-support",5925 "frame-support",
5916[[package]]5934[[package]]
5917name = "pallet-randomness-collective-flip"5935name = "pallet-randomness-collective-flip"
5918version = "4.0.0-dev"5936version = "4.0.0-dev"
5919source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5937source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5920dependencies = [5938dependencies = [
5921 "frame-support",5939 "frame-support",
5922 "frame-system",5940 "frame-system",
5930[[package]]5948[[package]]
5931name = "pallet-recovery"5949name = "pallet-recovery"
5932version = "4.0.0-dev"5950version = "4.0.0-dev"
5933source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5951source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5934dependencies = [5952dependencies = [
5935 "frame-support",5953 "frame-support",
5936 "frame-system",5954 "frame-system",
5960[[package]]5978[[package]]
5961name = "pallet-scheduler"5979name = "pallet-scheduler"
5962version = "4.0.0-dev"5980version = "4.0.0-dev"
5963source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5981source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5964dependencies = [5982dependencies = [
5965 "frame-benchmarking",5983 "frame-benchmarking",
5966 "frame-support",5984 "frame-support",
5976[[package]]5994[[package]]
5977name = "pallet-session"5995name = "pallet-session"
5978version = "4.0.0-dev"5996version = "4.0.0-dev"
5979source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5997source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
5980dependencies = [5998dependencies = [
5981 "frame-support",5999 "frame-support",
5982 "frame-system",6000 "frame-system",
5997[[package]]6015[[package]]
5998name = "pallet-session-benchmarking"6016name = "pallet-session-benchmarking"
5999version = "4.0.0-dev"6017version = "4.0.0-dev"
6000source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6018source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
6001dependencies = [6019dependencies = [
6002 "frame-benchmarking",6020 "frame-benchmarking",
6003 "frame-support",6021 "frame-support",
6013[[package]]6031[[package]]
6014name = "pallet-society"6032name = "pallet-society"
6015version = "4.0.0-dev"6033version = "4.0.0-dev"
6016source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6034source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
6017dependencies = [6035dependencies = [
6018 "frame-support",6036 "frame-support",
6019 "frame-system",6037 "frame-system",
6027[[package]]6045[[package]]
6028name = "pallet-staking"6046name = "pallet-staking"
6029version = "4.0.0-dev"6047version = "4.0.0-dev"
6030source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6048source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
6031dependencies = [6049dependencies = [
6032 "frame-benchmarking",6050 "frame-benchmarking",
6033 "frame-election-provider-support",6051 "frame-election-provider-support",
6050[[package]]6068[[package]]
6051name = "pallet-staking-reward-curve"6069name = "pallet-staking-reward-curve"
6052version = "4.0.0-dev"6070version = "4.0.0-dev"
6053source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6071source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
6054dependencies = [6072dependencies = [
6055 "proc-macro-crate 1.1.0",6073 "proc-macro-crate 1.1.0",
6056 "proc-macro2",6074 "proc-macro2",
6061[[package]]6079[[package]]
6062name = "pallet-staking-reward-fn"6080name = "pallet-staking-reward-fn"
6063version = "4.0.0-dev"6081version = "4.0.0-dev"
6064source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6082source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
6065dependencies = [6083dependencies = [
6066 "log",6084 "log",
6067 "sp-arithmetic",6085 "sp-arithmetic",
6070[[package]]6088[[package]]
6071name = "pallet-sudo"6089name = "pallet-sudo"
6072version = "4.0.0-dev"6090version = "4.0.0-dev"
6073source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6091source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
6074dependencies = [6092dependencies = [
6075 "frame-support",6093 "frame-support",
6076 "frame-system",6094 "frame-system",
6084[[package]]6102[[package]]
6085name = "pallet-template-transaction-payment"6103name = "pallet-template-transaction-payment"
6086version = "3.0.0"6104version = "3.0.0"
6087source = "git+https://github.com/UniqueNetwork/pallet-sponsoring#ab8b91e9350a31133f3a3e4f52a84c6de4108e95"6105source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.13#af545fdcb6495cf5a753b192aad9d857d633cf67"
6088dependencies = [6106dependencies = [
6089 "frame-benchmarking",6107 "frame-benchmarking",
6090 "frame-support",6108 "frame-support",
6104[[package]]6122[[package]]
6105name = "pallet-timestamp"6123name = "pallet-timestamp"
6106version = "4.0.0-dev"6124version = "4.0.0-dev"
6107source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6125source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
6108dependencies = [6126dependencies = [
6109 "frame-benchmarking",6127 "frame-benchmarking",
6110 "frame-support",6128 "frame-support",
6122[[package]]6140[[package]]
6123name = "pallet-tips"6141name = "pallet-tips"
6124version = "4.0.0-dev"6142version = "4.0.0-dev"
6125source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6143source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
6126dependencies = [6144dependencies = [
6127 "frame-benchmarking",6145 "frame-benchmarking",
6128 "frame-support",6146 "frame-support",
6141[[package]]6159[[package]]
6142name = "pallet-transaction-payment"6160name = "pallet-transaction-payment"
6143version = "4.0.0-dev"6161version = "4.0.0-dev"
6144source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6162source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
6145dependencies = [6163dependencies = [
6146 "frame-support",6164 "frame-support",
6147 "frame-system",6165 "frame-system",
6158[[package]]6176[[package]]
6159name = "pallet-transaction-payment-rpc"6177name = "pallet-transaction-payment-rpc"
6160version = "4.0.0-dev"6178version = "4.0.0-dev"
6161source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6179source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
6162dependencies = [6180dependencies = [
6163 "jsonrpc-core",6181 "jsonrpc-core",
6164 "jsonrpc-core-client",6182 "jsonrpc-core-client",
6175[[package]]6193[[package]]
6176name = "pallet-transaction-payment-rpc-runtime-api"6194name = "pallet-transaction-payment-rpc-runtime-api"
6177version = "4.0.0-dev"6195version = "4.0.0-dev"
6178source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6196source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
6179dependencies = [6197dependencies = [
6180 "pallet-transaction-payment",6198 "pallet-transaction-payment",
6181 "parity-scale-codec",6199 "parity-scale-codec",
6186[[package]]6204[[package]]
6187name = "pallet-treasury"6205name = "pallet-treasury"
6188version = "4.0.0-dev"6206version = "4.0.0-dev"
6189source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6207source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
6190dependencies = [6208dependencies = [
6191 "frame-benchmarking",6209 "frame-benchmarking",
6192 "frame-support",6210 "frame-support",
6259[[package]]6277[[package]]
6260name = "pallet-utility"6278name = "pallet-utility"
6261version = "4.0.0-dev"6279version = "4.0.0-dev"
6262source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6280source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
6263dependencies = [6281dependencies = [
6264 "frame-benchmarking",6282 "frame-benchmarking",
6265 "frame-support",6283 "frame-support",
6275[[package]]6293[[package]]
6276name = "pallet-vesting"6294name = "pallet-vesting"
6277version = "4.0.0-dev"6295version = "4.0.0-dev"
6278source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6296source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
6279dependencies = [6297dependencies = [
6280 "frame-benchmarking",6298 "frame-benchmarking",
6281 "frame-support",6299 "frame-support",
62896307
6290[[package]]6308[[package]]
6291name = "pallet-xcm"6309name = "pallet-xcm"
6292version = "0.9.12"6310version = "0.9.13"
6293source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6311source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
6294dependencies = [6312dependencies = [
6295 "frame-support",6313 "frame-support",
6296 "frame-system",6314 "frame-system",
6308[[package]]6326[[package]]
6309name = "pallet-xcm-benchmarks"6327name = "pallet-xcm-benchmarks"
6310version = "0.9.8"6328version = "0.9.8"
6311source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6329source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
6312dependencies = [6330dependencies = [
6313 "frame-benchmarking",6331 "frame-benchmarking",
6314 "frame-support",6332 "frame-support",
6325[[package]]6343[[package]]
6326name = "parachain-info"6344name = "parachain-info"
6327version = "0.1.0"6345version = "0.1.0"
6328source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"6346source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.13#0be8e8fc214641e306e4f913dd64ff1913e46e95"
6329dependencies = [6347dependencies = [
6330 "cumulus-primitives-core",6348 "cumulus-primitives-core",
6331 "frame-support",6349 "frame-support",
6348 "libc",6366 "libc",
6349 "log",6367 "log",
6350 "lz4",6368 "lz4",
6351 "memmap2",6369 "memmap2 0.2.3",
6352 "parking_lot 0.11.2",6370 "parking_lot 0.11.2",
6353 "rand 0.8.4",6371 "rand 0.8.4",
6354 "snap",6372 "snap",
66046622
6605[[package]]6623[[package]]
6606name = "petgraph"6624name = "petgraph"
6607version = "0.5.1"6625version = "0.6.0"
6608source = "registry+https://github.com/rust-lang/crates.io-index"6626source = "registry+https://github.com/rust-lang/crates.io-index"
6609checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"6627checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"
6610dependencies = [6628dependencies = [
6611 "fixedbitset",6629 "fixedbitset",
6612 "indexmap",6630 "indexmap",
66786696
6679[[package]]6697[[package]]
6680name = "platforms"6698name = "platforms"
6681version = "1.1.0"6699version = "2.0.0"
6682source = "registry+https://github.com/rust-lang/crates.io-index"6700source = "registry+https://github.com/rust-lang/crates.io-index"
6683checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325"6701checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"
66846702
6685[[package]]6703[[package]]
6686name = "polkadot-approval-distribution"6704name = "polkadot-approval-distribution"
6687version = "0.9.12"6705version = "0.9.13"
6688source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6706source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
6689dependencies = [6707dependencies = [
6690 "futures 0.3.18",6708 "futures 0.3.18",
6691 "polkadot-node-network-protocol",6709 "polkadot-node-network-protocol",
66986716
6699[[package]]6717[[package]]
6700name = "polkadot-availability-bitfield-distribution"6718name = "polkadot-availability-bitfield-distribution"
6701version = "0.9.12"6719version = "0.9.13"
6702source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6720source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
6703dependencies = [6721dependencies = [
6704 "futures 0.3.18",6722 "futures 0.3.18",
6705 "polkadot-node-network-protocol",6723 "polkadot-node-network-protocol",
67116729
6712[[package]]6730[[package]]
6713name = "polkadot-availability-distribution"6731name = "polkadot-availability-distribution"
6714version = "0.9.12"6732version = "0.9.13"
6715source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6733source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
6716dependencies = [6734dependencies = [
6717 "derive_more",6735 "derive_more",
6718 "futures 0.3.18",6736 "futures 0.3.18",
67336751
6734[[package]]6752[[package]]
6735name = "polkadot-availability-recovery"6753name = "polkadot-availability-recovery"
6736version = "0.9.12"6754version = "0.9.13"
6737source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6755source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
6738dependencies = [6756dependencies = [
6739 "futures 0.3.18",6757 "futures 0.3.18",
6740 "lru 0.7.0",6758 "lru 0.7.0",
67536771
6754[[package]]6772[[package]]
6755name = "polkadot-cli"6773name = "polkadot-cli"
6756version = "0.9.12"6774version = "0.9.13"
6757source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6775source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
6758dependencies = [6776dependencies = [
6759 "frame-benchmarking-cli",6777 "frame-benchmarking-cli",
6760 "futures 0.3.18",6778 "futures 0.3.18",
67736791
6774[[package]]6792[[package]]
6775name = "polkadot-client"6793name = "polkadot-client"
6776version = "0.9.12"6794version = "0.9.13"
6777source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6795source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
6778dependencies = [6796dependencies = [
6779 "beefy-primitives",6797 "beefy-primitives",
6780 "frame-benchmarking",6798 "frame-benchmarking",
68036821
6804[[package]]6822[[package]]
6805name = "polkadot-collator-protocol"6823name = "polkadot-collator-protocol"
6806version = "0.9.12"6824version = "0.9.13"
6807source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6825source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
6808dependencies = [6826dependencies = [
6809 "always-assert",6827 "always-assert",
6810 "derive_more",6828 "derive_more",
68246842
6825[[package]]6843[[package]]
6826name = "polkadot-core-primitives"6844name = "polkadot-core-primitives"
6827version = "0.9.12"6845version = "0.9.13"
6828source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6846source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
6829dependencies = [6847dependencies = [
6830 "parity-scale-codec",6848 "parity-scale-codec",
6831 "parity-util-mem",6849 "parity-util-mem",
68376855
6838[[package]]6856[[package]]
6839name = "polkadot-dispute-distribution"6857name = "polkadot-dispute-distribution"
6840version = "0.9.12"6858version = "0.9.13"
6841source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6859source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
6842dependencies = [6860dependencies = [
6843 "derive_more",6861 "derive_more",
6844 "futures 0.3.18",6862 "futures 0.3.18",
68596877
6860[[package]]6878[[package]]
6861name = "polkadot-erasure-coding"6879name = "polkadot-erasure-coding"
6862version = "0.9.12"6880version = "0.9.13"
6863source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6881source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
6864dependencies = [6882dependencies = [
6865 "parity-scale-codec",6883 "parity-scale-codec",
6866 "polkadot-node-primitives",6884 "polkadot-node-primitives",
68736891
6874[[package]]6892[[package]]
6875name = "polkadot-gossip-support"6893name = "polkadot-gossip-support"
6876version = "0.9.12"6894version = "0.9.13"
6877source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6895source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
6878dependencies = [6896dependencies = [
6879 "futures 0.3.18",6897 "futures 0.3.18",
6880 "futures-timer 3.0.2",6898 "futures-timer 3.0.2",
68936911
6894[[package]]6912[[package]]
6895name = "polkadot-network-bridge"6913name = "polkadot-network-bridge"
6896version = "0.9.12"6914version = "0.9.13"
6897source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6915source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
6898dependencies = [6916dependencies = [
6899 "async-trait",6917 "async-trait",
6900 "futures 0.3.18",6918 "futures 0.3.18",
69126930
6913[[package]]6931[[package]]
6914name = "polkadot-node-collation-generation"6932name = "polkadot-node-collation-generation"
6915version = "0.9.12"6933version = "0.9.13"
6916source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6934source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
6917dependencies = [6935dependencies = [
6918 "futures 0.3.18",6936 "futures 0.3.18",
6919 "parity-scale-codec",6937 "parity-scale-codec",
69306948
6931[[package]]6949[[package]]
6932name = "polkadot-node-core-approval-voting"6950name = "polkadot-node-core-approval-voting"
6933version = "0.9.12"6951version = "0.9.13"
6934source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6952source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
6935dependencies = [6953dependencies = [
6936 "bitvec",6954 "bitvec",
6937 "derive_more",6955 "derive_more",
69586976
6959[[package]]6977[[package]]
6960name = "polkadot-node-core-av-store"6978name = "polkadot-node-core-av-store"
6961version = "0.9.12"6979version = "0.9.13"
6962source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6980source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
6963dependencies = [6981dependencies = [
6964 "bitvec",6982 "bitvec",
6965 "futures 0.3.18",6983 "futures 0.3.18",
69786996
6979[[package]]6997[[package]]
6980name = "polkadot-node-core-backing"6998name = "polkadot-node-core-backing"
6981version = "0.9.12"6999version = "0.9.13"
6982source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7000source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
6983dependencies = [7001dependencies = [
6984 "bitvec",7002 "bitvec",
6985 "futures 0.3.18",7003 "futures 0.3.18",
69967014
6997[[package]]7015[[package]]
6998name = "polkadot-node-core-bitfield-signing"7016name = "polkadot-node-core-bitfield-signing"
6999version = "0.9.12"7017version = "0.9.13"
7000source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7018source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7001dependencies = [7019dependencies = [
7002 "futures 0.3.18",7020 "futures 0.3.18",
7003 "polkadot-node-subsystem",7021 "polkadot-node-subsystem",
70117029
7012[[package]]7030[[package]]
7013name = "polkadot-node-core-candidate-validation"7031name = "polkadot-node-core-candidate-validation"
7014version = "0.9.12"7032version = "0.9.13"
7015source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7033source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7016dependencies = [7034dependencies = [
7017 "async-trait",7035 "async-trait",
7018 "futures 0.3.18",7036 "futures 0.3.18",
70297047
7030[[package]]7048[[package]]
7031name = "polkadot-node-core-chain-api"7049name = "polkadot-node-core-chain-api"
7032version = "0.9.12"7050version = "0.9.13"
7033source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7051source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7034dependencies = [7052dependencies = [
7035 "futures 0.3.18",7053 "futures 0.3.18",
7036 "polkadot-node-subsystem",7054 "polkadot-node-subsystem",
70447062
7045[[package]]7063[[package]]
7046name = "polkadot-node-core-chain-selection"7064name = "polkadot-node-core-chain-selection"
7047version = "0.9.12"7065version = "0.9.13"
7048source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7066source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7049dependencies = [7067dependencies = [
7050 "futures 0.3.18",7068 "futures 0.3.18",
7051 "futures-timer 3.0.2",7069 "futures-timer 3.0.2",
70617079
7062[[package]]7080[[package]]
7063name = "polkadot-node-core-dispute-coordinator"7081name = "polkadot-node-core-dispute-coordinator"
7064version = "0.9.12"7082version = "0.9.13"
7065source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7083source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7066dependencies = [7084dependencies = [
7067 "bitvec",7085 "bitvec",
7068 "derive_more",7086 "derive_more",
70807098
7081[[package]]7099[[package]]
7082name = "polkadot-node-core-dispute-participation"7100name = "polkadot-node-core-dispute-participation"
7083version = "0.9.12"7101version = "0.9.13"
7084source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7102source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7085dependencies = [7103dependencies = [
7086 "futures 0.3.18",7104 "futures 0.3.18",
7087 "polkadot-node-primitives",7105 "polkadot-node-primitives",
70937111
7094[[package]]7112[[package]]
7095name = "polkadot-node-core-parachains-inherent"7113name = "polkadot-node-core-parachains-inherent"
7096version = "0.9.12"7114version = "0.9.13"
7097source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7115source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7098dependencies = [7116dependencies = [
7099 "async-trait",7117 "async-trait",
7100 "futures 0.3.18",7118 "futures 0.3.18",
71107128
7111[[package]]7129[[package]]
7112name = "polkadot-node-core-provisioner"7130name = "polkadot-node-core-provisioner"
7113version = "0.9.12"7131version = "0.9.13"
7114source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7132source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7115dependencies = [7133dependencies = [
7116 "bitvec",7134 "bitvec",
7117 "futures 0.3.18",7135 "futures 0.3.18",
71257143
7126[[package]]7144[[package]]
7127name = "polkadot-node-core-pvf"7145name = "polkadot-node-core-pvf"
7128version = "0.9.12"7146version = "0.9.13"
7129source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7147source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7130dependencies = [7148dependencies = [
7131 "always-assert",7149 "always-assert",
7132 "assert_matches",7150 "assert_matches",
71567174
7157[[package]]7175[[package]]
7158name = "polkadot-node-core-runtime-api"7176name = "polkadot-node-core-runtime-api"
7159version = "0.9.12"7177version = "0.9.13"
7160source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7178source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7161dependencies = [7179dependencies = [
7162 "futures 0.3.18",7180 "futures 0.3.18",
7163 "memory-lru",7181 "memory-lru",
71747192
7175[[package]]7193[[package]]
7176name = "polkadot-node-jaeger"7194name = "polkadot-node-jaeger"
7177version = "0.9.12"7195version = "0.9.13"
7178source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7196source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7179dependencies = [7197dependencies = [
7180 "async-std",7198 "async-std",
7181 "lazy_static",7199 "lazy_static",
71927210
7193[[package]]7211[[package]]
7194name = "polkadot-node-metrics"7212name = "polkadot-node-metrics"
7195version = "0.9.12"7213version = "0.9.13"
7196source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7214source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7197dependencies = [7215dependencies = [
7198 "futures 0.3.18",7216 "futures 0.3.18",
7199 "futures-timer 3.0.2",7217 "futures-timer 3.0.2",
72037221
7204[[package]]7222[[package]]
7205name = "polkadot-node-network-protocol"7223name = "polkadot-node-network-protocol"
7206version = "0.9.12"7224version = "0.9.13"
7207source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7225source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7208dependencies = [7226dependencies = [
7209 "async-trait",7227 "async-trait",
7210 "derive_more",7228 "derive_more",
7215 "polkadot-primitives",7233 "polkadot-primitives",
7216 "sc-authority-discovery",7234 "sc-authority-discovery",
7217 "sc-network",7235 "sc-network",
7218 "strum 0.22.0",7236 "strum",
7219 "thiserror",7237 "thiserror",
7220]7238]
72217239
7222[[package]]7240[[package]]
7223name = "polkadot-node-primitives"7241name = "polkadot-node-primitives"
7224version = "0.9.12"7242version = "0.9.13"
7225source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7243source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7226dependencies = [7244dependencies = [
7227 "bounded-vec",7245 "bounded-vec",
7228 "futures 0.3.18",7246 "futures 0.3.18",
72437261
7244[[package]]7262[[package]]
7245name = "polkadot-node-subsystem"7263name = "polkadot-node-subsystem"
7246version = "0.9.12"7264version = "0.9.13"
7247source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7265source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7248dependencies = [7266dependencies = [
7249 "polkadot-node-jaeger",7267 "polkadot-node-jaeger",
7250 "polkadot-node-subsystem-types",7268 "polkadot-node-subsystem-types",
72537271
7254[[package]]7272[[package]]
7255name = "polkadot-node-subsystem-types"7273name = "polkadot-node-subsystem-types"
7256version = "0.9.12"7274version = "0.9.13"
7257source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7275source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7258dependencies = [7276dependencies = [
7259 "derive_more",7277 "derive_more",
7260 "futures 0.3.18",7278 "futures 0.3.18",
72727290
7273[[package]]7291[[package]]
7274name = "polkadot-node-subsystem-util"7292name = "polkadot-node-subsystem-util"
7275version = "0.9.12"7293version = "0.9.13"
7276source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7294source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7277dependencies = [7295dependencies = [
7278 "async-trait",7296 "async-trait",
7279 "derive_more",7297 "derive_more",
72997317
7300[[package]]7318[[package]]
7301name = "polkadot-overseer"7319name = "polkadot-overseer"
7302version = "0.9.12"7320version = "0.9.13"
7303source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7321source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7304dependencies = [7322dependencies = [
7305 "futures 0.3.18",7323 "futures 0.3.18",
7306 "futures-timer 3.0.2",7324 "futures-timer 3.0.2",
73207338
7321[[package]]7339[[package]]
7322name = "polkadot-overseer-gen"7340name = "polkadot-overseer-gen"
7323version = "0.9.12"7341version = "0.9.13"
7324source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7342source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7325dependencies = [7343dependencies = [
7326 "async-trait",7344 "async-trait",
7327 "futures 0.3.18",7345 "futures 0.3.18",
73377355
7338[[package]]7356[[package]]
7339name = "polkadot-overseer-gen-proc-macro"7357name = "polkadot-overseer-gen-proc-macro"
7340version = "0.9.12"7358version = "0.9.13"
7341source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7359source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7342dependencies = [7360dependencies = [
7343 "proc-macro-crate 1.1.0",7361 "proc-macro-crate 1.1.0",
7344 "proc-macro2",7362 "proc-macro2",
73487366
7349[[package]]7367[[package]]
7350name = "polkadot-parachain"7368name = "polkadot-parachain"
7351version = "0.9.12"7369version = "0.9.13"
7352source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7370source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7353dependencies = [7371dependencies = [
7354 "derive_more",7372 "derive_more",
7355 "frame-support",7373 "frame-support",
73657383
7366[[package]]7384[[package]]
7367name = "polkadot-primitives"7385name = "polkadot-primitives"
7368version = "0.9.12"7386version = "0.9.13"
7369source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7387source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7370dependencies = [7388dependencies = [
7371 "bitvec",7389 "bitvec",
7372 "frame-system",7390 "frame-system",
73957413
7396[[package]]7414[[package]]
7397name = "polkadot-rpc"7415name = "polkadot-rpc"
7398version = "0.9.12"7416version = "0.9.13"
7399source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7417source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7400dependencies = [7418dependencies = [
7401 "beefy-gadget",7419 "beefy-gadget",
7402 "beefy-gadget-rpc",7420 "beefy-gadget-rpc",
74267444
7427[[package]]7445[[package]]
7428name = "polkadot-runtime"7446name = "polkadot-runtime"
7429version = "0.9.12"7447version = "0.9.13"
7430source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7448source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7431dependencies = [7449dependencies = [
7432 "beefy-primitives",7450 "beefy-primitives",
7433 "bitvec",7451 "bitvec",
7444 "pallet-authority-discovery",7462 "pallet-authority-discovery",
7445 "pallet-authorship",7463 "pallet-authorship",
7446 "pallet-babe",7464 "pallet-babe",
7465 "pallet-bags-list",
7447 "pallet-balances",7466 "pallet-balances",
7448 "pallet-bounties",7467 "pallet-bounties",
7449 "pallet-collective",7468 "pallet-collective",
7473 "pallet-treasury",7492 "pallet-treasury",
7474 "pallet-utility",7493 "pallet-utility",
7475 "pallet-vesting",7494 "pallet-vesting",
7495 "pallet-xcm",
7476 "parity-scale-codec",7496 "parity-scale-codec",
7477 "polkadot-primitives",7497 "polkadot-primitives",
7478 "polkadot-runtime-common",7498 "polkadot-runtime-common",
7499 "sp-version",7519 "sp-version",
7500 "static_assertions",7520 "static_assertions",
7501 "substrate-wasm-builder",7521 "substrate-wasm-builder",
7522 "xcm",
7523 "xcm-builder",
7524 "xcm-executor",
7502]7525]
75037526
7504[[package]]7527[[package]]
7505name = "polkadot-runtime-common"7528name = "polkadot-runtime-common"
7506version = "0.9.12"7529version = "0.9.13"
7507source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7530source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7508dependencies = [7531dependencies = [
7509 "beefy-primitives",7532 "beefy-primitives",
7510 "bitvec",7533 "bitvec",
75507573
7551[[package]]7574[[package]]
7552name = "polkadot-runtime-parachains"7575name = "polkadot-runtime-parachains"
7553version = "0.9.12"7576version = "0.9.13"
7554source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7577source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7555dependencies = [7578dependencies = [
7556 "bitflags",7579 "bitflags",
7557 "bitvec",7580 "bitvec",
7562 "log",7585 "log",
7563 "pallet-authority-discovery",7586 "pallet-authority-discovery",
7564 "pallet-authorship",7587 "pallet-authorship",
7588 "pallet-babe",
7565 "pallet-balances",7589 "pallet-balances",
7566 "pallet-session",7590 "pallet-session",
7567 "pallet-staking",7591 "pallet-staking",
75897613
7590[[package]]7614[[package]]
7591name = "polkadot-service"7615name = "polkadot-service"
7592version = "0.9.12"7616version = "0.9.13"
7593source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7617source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7594dependencies = [7618dependencies = [
7595 "async-trait",7619 "async-trait",
7596 "beefy-gadget",7620 "beefy-gadget",
7655 "sc-finality-grandpa",7679 "sc-finality-grandpa",
7656 "sc-keystore",7680 "sc-keystore",
7657 "sc-network",7681 "sc-network",
7682 "sc-offchain",
7658 "sc-service",7683 "sc-service",
7659 "sc-sync-state-rpc",7684 "sc-sync-state-rpc",
7660 "sc-telemetry",7685 "sc-telemetry",
76877712
7688[[package]]7713[[package]]
7689name = "polkadot-statement-distribution"7714name = "polkadot-statement-distribution"
7690version = "0.9.12"7715version = "0.9.13"
7691source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7716source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7692dependencies = [7717dependencies = [
7693 "arrayvec 0.5.2",7718 "arrayvec 0.5.2",
7694 "derive_more",7719 "derive_more",
77087733
7709[[package]]7734[[package]]
7710name = "polkadot-statement-table"7735name = "polkadot-statement-table"
7711version = "0.9.12"7736version = "0.9.13"
7712source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7737source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7713dependencies = [7738dependencies = [
7714 "parity-scale-codec",7739 "parity-scale-codec",
7715 "polkadot-primitives",7740 "polkadot-primitives",
77187743
7719[[package]]7744[[package]]
7720name = "polkadot-test-runtime"7745name = "polkadot-test-runtime"
7721version = "0.9.12"7746version = "0.9.13"
7722source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7747source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7723dependencies = [7748dependencies = [
7724 "beefy-primitives",7749 "beefy-primitives",
7725 "bitvec",7750 "bitvec",
77797804
7780[[package]]7805[[package]]
7781name = "polkadot-test-service"7806name = "polkadot-test-service"
7782version = "0.9.12"7807version = "0.9.13"
7783source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7808source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
7784dependencies = [7809dependencies = [
7785 "frame-benchmarking",7810 "frame-benchmarking",
7786 "frame-system",7811 "frame-system",
7917 "toml",7942 "toml",
7918]7943]
7919
7920[[package]]
7921name = "proc-macro-error"
7922version = "0.4.12"
7923source = "registry+https://github.com/rust-lang/crates.io-index"
7924checksum = "18f33027081eba0a6d8aba6d1b1c3a3be58cbb12106341c2d5759fcd9b5277e7"
7925dependencies = [
7926 "proc-macro-error-attr 0.4.12",
7927 "proc-macro2",
7928 "quote",
7929 "syn",
7930 "version_check",
7931]
79327944
7933[[package]]7945[[package]]
7934name = "proc-macro-error"7946name = "proc-macro-error"
7935version = "1.0.4"7947version = "1.0.4"
7936source = "registry+https://github.com/rust-lang/crates.io-index"7948source = "registry+https://github.com/rust-lang/crates.io-index"
7937checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"7949checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
7938dependencies = [7950dependencies = [
7939 "proc-macro-error-attr 1.0.4",7951 "proc-macro-error-attr",
7940 "proc-macro2",7952 "proc-macro2",
7941 "quote",7953 "quote",
7942 "syn",7954 "syn",
7943 "version_check",7955 "version_check",
7944]7956]
7945
7946[[package]]
7947name = "proc-macro-error-attr"
7948version = "0.4.12"
7949source = "registry+https://github.com/rust-lang/crates.io-index"
7950checksum = "8a5b4b77fdb63c1eca72173d68d24501c54ab1269409f6b672c85deb18af69de"
7951dependencies = [
7952 "proc-macro2",
7953 "quote",
7954 "syn",
7955 "syn-mid",
7956 "version_check",
7957]
79587957
7959[[package]]7958[[package]]
7960name = "proc-macro-error-attr"7959name = "proc-macro-error-attr"
79697968
7970[[package]]7969[[package]]
7971name = "proc-macro2"7970name = "proc-macro2"
7972version = "1.0.32"7971version = "1.0.33"
7973source = "registry+https://github.com/rust-lang/crates.io-index"7972source = "registry+https://github.com/rust-lang/crates.io-index"
7974checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"7973checksum = "fb37d2df5df740e582f28f8560cf425f52bb267d872fe58358eadb554909f07a"
7975dependencies = [7974dependencies = [
7976 "unicode-xid",7975 "unicode-xid",
7977]7976]
79787977
7979[[package]]7978[[package]]
7980name = "prometheus"7979name = "prometheus"
7981version = "0.12.0"7980version = "0.13.0"
7982source = "registry+https://github.com/rust-lang/crates.io-index"7981source = "registry+https://github.com/rust-lang/crates.io-index"
7983checksum = "5986aa8d62380092d2f50f8b1cdba9cb9b6731ffd4b25b51fd126b6c3e05b99c"7982checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504"
7984dependencies = [7983dependencies = [
7985 "cfg-if 1.0.0",7984 "cfg-if 1.0.0",
7986 "fnv",7985 "fnv",
79927991
7993[[package]]7992[[package]]
7994name = "prost"7993name = "prost"
7995version = "0.8.0"7994version = "0.9.0"
7996source = "registry+https://github.com/rust-lang/crates.io-index"7995source = "registry+https://github.com/rust-lang/crates.io-index"
7997checksum = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020"7996checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
7998dependencies = [7997dependencies = [
7999 "bytes 1.1.0",7998 "bytes 1.1.0",
8000 "prost-derive",7999 "prost-derive",
8001]8000]
80028001
8003[[package]]8002[[package]]
8004name = "prost-build"8003name = "prost-build"
8005version = "0.8.0"8004version = "0.9.0"
8006source = "registry+https://github.com/rust-lang/crates.io-index"8005source = "registry+https://github.com/rust-lang/crates.io-index"
8007checksum = "355f634b43cdd80724ee7848f95770e7e70eefa6dcf14fea676216573b8fd603"8006checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
8008dependencies = [8007dependencies = [
8009 "bytes 1.1.0",8008 "bytes 1.1.0",
8010 "heck",8009 "heck",
8011 "itertools",8010 "itertools",
8011 "lazy_static",
8012 "log",8012 "log",
8013 "multimap",8013 "multimap",
8014 "petgraph",8014 "petgraph",
8015 "prost",8015 "prost",
8016 "prost-types",8016 "prost-types",
8017 "regex",
8017 "tempfile",8018 "tempfile",
8018 "which",8019 "which",
8019]8020]
80208021
8021[[package]]8022[[package]]
8022name = "prost-derive"8023name = "prost-derive"
8023version = "0.8.0"8024version = "0.9.0"
8024source = "registry+https://github.com/rust-lang/crates.io-index"8025source = "registry+https://github.com/rust-lang/crates.io-index"
8025checksum = "600d2f334aa05acb02a755e217ef1ab6dea4d51b58b7846588b747edec04efba"8026checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
8026dependencies = [8027dependencies = [
8027 "anyhow",8028 "anyhow",
8028 "itertools",8029 "itertools",
80338034
8034[[package]]8035[[package]]
8035name = "prost-types"8036name = "prost-types"
8036version = "0.8.0"8037version = "0.9.0"
8037source = "registry+https://github.com/rust-lang/crates.io-index"8038source = "registry+https://github.com/rust-lang/crates.io-index"
8038checksum = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b"8039checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
8039dependencies = [8040dependencies = [
8040 "bytes 1.1.0",8041 "bytes 1.1.0",
8041 "prost",8042 "prost",
82918292
8292[[package]]8293[[package]]
8293name = "regalloc"8294name = "regalloc"
8294version = "0.0.31"8295version = "0.0.32"
8295source = "registry+https://github.com/rust-lang/crates.io-index"8296source = "registry+https://github.com/rust-lang/crates.io-index"
8296checksum = "571f7f397d61c4755285cd37853fe8e03271c243424a907415909379659381c5"8297checksum = "a6304468554ed921da3d32c355ea107b8d13d7b8996c3adfb7aab48d3bc321f4"
8297dependencies = [8298dependencies = [
8298 "log",8299 "log",
8299 "rustc-hash",8300 "rustc-hash",
8341[[package]]8342[[package]]
8342name = "remote-externalities"8343name = "remote-externalities"
8343version = "0.10.0-dev"8344version = "0.10.0-dev"
8344source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8345source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
8345dependencies = [8346dependencies = [
8346 "env_logger 0.9.0",8347 "env_logger 0.9.0",
8347 "jsonrpsee-proc-macros",
8348 "jsonrpsee-ws-client",8348 "jsonrpsee",
8349 "log",8349 "log",
8350 "parity-scale-codec",8350 "parity-scale-codec",
8351 "serde",8351 "serde",
83778377
8378[[package]]8378[[package]]
8379name = "retain_mut"8379name = "retain_mut"
8380version = "0.1.4"8380version = "0.1.5"
8381source = "registry+https://github.com/rust-lang/crates.io-index"8381source = "registry+https://github.com/rust-lang/crates.io-index"
8382checksum = "448296241d034b96c11173591deaa1302f2c17b56092106c1f92c1bc0183a8c9"8382checksum = "11000e6ba5020e53e7cc26f73b91ae7d5496b4977851479edb66b694c0675c21"
83838383
8384[[package]]8384[[package]]
8385name = "ring"8385name = "ring"
84298429
8430[[package]]8430[[package]]
8431name = "rococo-runtime"8431name = "rococo-runtime"
8432version = "0.9.12"8432version = "0.9.13"
8433source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"8433source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
8434dependencies = [8434dependencies = [
8435 "beefy-primitives",8435 "beefy-primitives",
8436 "bp-messages",8436 "bp-messages",
8511 "winapi 0.3.9",8511 "winapi 0.3.9",
8512]8512]
8513
8514[[package]]
8515name = "rsix"
8516version = "0.23.9"
8517source = "registry+https://github.com/rust-lang/crates.io-index"
8518checksum = "1f64c5788d5aab8b75441499d99576a24eb09f76fb267b36fec7e3d970c66431"
8519dependencies = [
8520 "bitflags",
8521 "cc",
8522 "errno",
8523 "io-lifetimes",
8524 "itoa",
8525 "libc",
8526 "linux-raw-sys",
8527 "once_cell",
8528 "rustc_version 0.4.0",
8529]
85138530
8514[[package]]8531[[package]]
8515name = "rustc-demangle"8532name = "rustc-demangle"
8547 "semver 0.11.0",8564 "semver 0.11.0",
8548]8565]
8566
8567[[package]]
8568name = "rustc_version"
8569version = "0.4.0"
8570source = "registry+https://github.com/rust-lang/crates.io-index"
8571checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
8572dependencies = [
8573 "semver 1.0.4",
8574]
85498575
8550[[package]]8576[[package]]
8551name = "rustls"8577name = "rustls"
8552version = "0.19.1"8578version = "0.19.1"
8553source = "registry+https://github.com/rust-lang/crates.io-index"8579source = "registry+https://github.com/rust-lang/crates.io-index"
8554checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"8580checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
8555dependencies = [8581dependencies = [
8556 "base64 0.13.0",8582 "base64",
8557 "log",8583 "log",
8558 "ring",8584 "ring",
8559 "sct",8585 "sct",
85858611
8586[[package]]8612[[package]]
8587name = "ryu"8613name = "ryu"
8588version = "1.0.5"8614version = "1.0.6"
8589source = "registry+https://github.com/rust-lang/crates.io-index"8615source = "registry+https://github.com/rust-lang/crates.io-index"
8590checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"8616checksum = "3c9613b5a66ab9ba26415184cfc41156594925a9cf3a2057e57f31ff145f6568"
85918617
8592[[package]]8618[[package]]
8593name = "safe-mix"8619name = "safe-mix"
86008626
8601[[package]]8627[[package]]
8602name = "salsa20"8628name = "salsa20"
8603version = "0.8.1"8629version = "0.9.0"
8604source = "registry+https://github.com/rust-lang/crates.io-index"8630source = "registry+https://github.com/rust-lang/crates.io-index"
8605checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"8631checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"
8606dependencies = [8632dependencies = [
8607 "cipher",8633 "cipher",
8608]8634]
86188644
8619[[package]]8645[[package]]
8620name = "sc-allocator"8646name = "sc-allocator"
8621version = "4.0.0-dev"8647version = "4.1.0-dev"
8622source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8648source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
8623dependencies = [8649dependencies = [
8624 "log",8650 "log",
8625 "sp-core",8651 "sp-core",
8630[[package]]8656[[package]]
8631name = "sc-authority-discovery"8657name = "sc-authority-discovery"
8632version = "0.10.0-dev"8658version = "0.10.0-dev"
8633source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8659source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
8634dependencies = [8660dependencies = [
8635 "async-trait",8661 "async-trait",
8636 "derive_more",8662 "derive_more",
8657[[package]]8683[[package]]
8658name = "sc-basic-authorship"8684name = "sc-basic-authorship"
8659version = "0.10.0-dev"8685version = "0.10.0-dev"
8660source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8686source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
8661dependencies = [8687dependencies = [
8662 "futures 0.3.18",8688 "futures 0.3.18",
8663 "futures-timer 3.0.2",8689 "futures-timer 3.0.2",
8680[[package]]8706[[package]]
8681name = "sc-block-builder"8707name = "sc-block-builder"
8682version = "0.10.0-dev"8708version = "0.10.0-dev"
8683source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8709source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
8684dependencies = [8710dependencies = [
8685 "parity-scale-codec",8711 "parity-scale-codec",
8686 "sc-client-api",8712 "sc-client-api",
8696[[package]]8722[[package]]
8697name = "sc-chain-spec"8723name = "sc-chain-spec"
8698version = "4.0.0-dev"8724version = "4.0.0-dev"
8699source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8725source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
8700dependencies = [8726dependencies = [
8701 "impl-trait-for-tuples",8727 "impl-trait-for-tuples",
8728 "memmap2 0.5.0",
8702 "parity-scale-codec",8729 "parity-scale-codec",
8703 "sc-chain-spec-derive",8730 "sc-chain-spec-derive",
8704 "sc-network",8731 "sc-network",
8712[[package]]8739[[package]]
8713name = "sc-chain-spec-derive"8740name = "sc-chain-spec-derive"
8714version = "4.0.0-dev"8741version = "4.0.0-dev"
8715source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8742source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
8716dependencies = [8743dependencies = [
8717 "proc-macro-crate 1.1.0",8744 "proc-macro-crate 1.1.0",
8718 "proc-macro2",8745 "proc-macro2",
8723[[package]]8750[[package]]
8724name = "sc-cli"8751name = "sc-cli"
8725version = "0.10.0-dev"8752version = "0.10.0-dev"
8726source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8753source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
8727dependencies = [8754dependencies = [
8728 "chrono",8755 "chrono",
8729 "fdlimit",8756 "fdlimit",
8761[[package]]8788[[package]]
8762name = "sc-client-api"8789name = "sc-client-api"
8763version = "4.0.0-dev"8790version = "4.0.0-dev"
8764source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8791source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
8765dependencies = [8792dependencies = [
8766 "fnv",8793 "fnv",
8767 "futures 0.3.18",8794 "futures 0.3.18",
8789[[package]]8816[[package]]
8790name = "sc-client-db"8817name = "sc-client-db"
8791version = "0.10.0-dev"8818version = "0.10.0-dev"
8792source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8819source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
8793dependencies = [8820dependencies = [
8794 "hash-db",8821 "hash-db",
8795 "kvdb",8822 "kvdb",
8814[[package]]8841[[package]]
8815name = "sc-consensus"8842name = "sc-consensus"
8816version = "0.10.0-dev"8843version = "0.10.0-dev"
8817source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8844source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
8818dependencies = [8845dependencies = [
8819 "async-trait",8846 "async-trait",
8820 "futures 0.3.18",8847 "futures 0.3.18",
8838[[package]]8865[[package]]
8839name = "sc-consensus-aura"8866name = "sc-consensus-aura"
8840version = "0.10.0-dev"8867version = "0.10.0-dev"
8841source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8868source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
8842dependencies = [8869dependencies = [
8843 "async-trait",8870 "async-trait",
8844 "derive_more",8871 "derive_more",
8867[[package]]8894[[package]]
8868name = "sc-consensus-babe"8895name = "sc-consensus-babe"
8869version = "0.10.0-dev"8896version = "0.10.0-dev"
8870source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8897source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
8871dependencies = [8898dependencies = [
8872 "async-trait",8899 "async-trait",
8873 "derive_more",8900 "derive_more",
8910[[package]]8937[[package]]
8911name = "sc-consensus-babe-rpc"8938name = "sc-consensus-babe-rpc"
8912version = "0.10.0-dev"8939version = "0.10.0-dev"
8913source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8940source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
8914dependencies = [8941dependencies = [
8915 "derive_more",8942 "derive_more",
8916 "futures 0.3.18",8943 "futures 0.3.18",
8934[[package]]8961[[package]]
8935name = "sc-consensus-epochs"8962name = "sc-consensus-epochs"
8936version = "0.10.0-dev"8963version = "0.10.0-dev"
8937source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8964source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
8938dependencies = [8965dependencies = [
8939 "fork-tree",8966 "fork-tree",
8940 "parity-scale-codec",8967 "parity-scale-codec",
8947[[package]]8974[[package]]
8948name = "sc-consensus-slots"8975name = "sc-consensus-slots"
8949version = "0.10.0-dev"8976version = "0.10.0-dev"
8950source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8977source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
8951dependencies = [8978dependencies = [
8952 "async-trait",8979 "async-trait",
8953 "futures 0.3.18",8980 "futures 0.3.18",
8973[[package]]9000[[package]]
8974name = "sc-consensus-uncles"9001name = "sc-consensus-uncles"
8975version = "0.10.0-dev"9002version = "0.10.0-dev"
8976source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9003source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
8977dependencies = [9004dependencies = [
8978 "sc-client-api",9005 "sc-client-api",
8979 "sp-authorship",9006 "sp-authorship",
8984[[package]]9011[[package]]
8985name = "sc-executor"9012name = "sc-executor"
8986version = "0.10.0-dev"9013version = "0.10.0-dev"
8987source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9014source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
8988dependencies = [9015dependencies = [
8989 "lazy_static",9016 "lazy_static",
8990 "libsecp256k1 0.6.0",9017 "libsecp256k1 0.7.0",
8991 "log",9018 "log",
8992 "parity-scale-codec",9019 "parity-scale-codec",
8993 "parking_lot 0.11.2",9020 "parking_lot 0.11.2",
8996 "sc-executor-wasmtime",9023 "sc-executor-wasmtime",
8997 "sp-api",9024 "sp-api",
8998 "sp-core",9025 "sp-core",
9026 "sp-core-hashing-proc-macro",
8999 "sp-externalities",9027 "sp-externalities",
9000 "sp-io",9028 "sp-io",
9001 "sp-panic-handler",9029 "sp-panic-handler",
9010[[package]]9038[[package]]
9011name = "sc-executor-common"9039name = "sc-executor-common"
9012version = "0.10.0-dev"9040version = "0.10.0-dev"
9013source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9041source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9014dependencies = [9042dependencies = [
9015 "derive_more",9043 "derive_more",
9016 "environmental",9044 "environmental",
9028[[package]]9056[[package]]
9029name = "sc-executor-wasmi"9057name = "sc-executor-wasmi"
9030version = "0.10.0-dev"9058version = "0.10.0-dev"
9031source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9059source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9032dependencies = [9060dependencies = [
9033 "log",9061 "log",
9034 "parity-scale-codec",9062 "parity-scale-codec",
9044[[package]]9072[[package]]
9045name = "sc-executor-wasmtime"9073name = "sc-executor-wasmtime"
9046version = "0.10.0-dev"9074version = "0.10.0-dev"
9047source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9075source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9048dependencies = [9076dependencies = [
9049 "cfg-if 1.0.0",9077 "cfg-if 1.0.0",
9050 "libc",9078 "libc",
9062[[package]]9090[[package]]
9063name = "sc-finality-grandpa"9091name = "sc-finality-grandpa"
9064version = "0.10.0-dev"9092version = "0.10.0-dev"
9065source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9093source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9066dependencies = [9094dependencies = [
9067 "async-trait",9095 "async-trait",
9068 "derive_more",9096 "derive_more",
9099[[package]]9127[[package]]
9100name = "sc-finality-grandpa-rpc"9128name = "sc-finality-grandpa-rpc"
9101version = "0.10.0-dev"9129version = "0.10.0-dev"
9102source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9130source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9103dependencies = [9131dependencies = [
9104 "derive_more",9132 "derive_more",
9105 "finality-grandpa",9133 "finality-grandpa",
9123[[package]]9151[[package]]
9124name = "sc-informant"9152name = "sc-informant"
9125version = "0.10.0-dev"9153version = "0.10.0-dev"
9126source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9154source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9127dependencies = [9155dependencies = [
9128 "ansi_term 0.12.1",9156 "ansi_term",
9129 "futures 0.3.18",9157 "futures 0.3.18",
9130 "futures-timer 3.0.2",9158 "futures-timer 3.0.2",
9131 "log",9159 "log",
9140[[package]]9168[[package]]
9141name = "sc-keystore"9169name = "sc-keystore"
9142version = "4.0.0-dev"9170version = "4.0.0-dev"
9143source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9171source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9144dependencies = [9172dependencies = [
9145 "async-trait",9173 "async-trait",
9146 "derive_more",9174 "derive_more",
9152 "sp-keystore",9180 "sp-keystore",
9153]9181]
9154
9155[[package]]
9156name = "sc-light"
9157version = "4.0.0-dev"
9158source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
9159dependencies = [
9160 "hash-db",
9161 "parity-scale-codec",
9162 "parking_lot 0.11.2",
9163 "sc-client-api",
9164 "sc-executor",
9165 "sp-api",
9166 "sp-blockchain",
9167 "sp-core",
9168 "sp-externalities",
9169 "sp-runtime",
9170 "sp-state-machine",
9171]
91729182
9173[[package]]9183[[package]]
9174name = "sc-network"9184name = "sc-network"
9175version = "0.10.0-dev"9185version = "0.10.0-dev"
9176source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9186source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9177dependencies = [9187dependencies = [
9178 "async-std",9188 "async-std",
9179 "async-trait",9189 "async-trait",
9193 "linked-hash-map",9203 "linked-hash-map",
9194 "linked_hash_set",9204 "linked_hash_set",
9195 "log",9205 "log",
9196 "lru 0.6.6",9206 "lru 0.7.0",
9197 "parity-scale-codec",9207 "parity-scale-codec",
9198 "parking_lot 0.11.2",9208 "parking_lot 0.11.2",
9199 "pin-project 1.0.8",9209 "pin-project 1.0.8",
9224[[package]]9234[[package]]
9225name = "sc-network-gossip"9235name = "sc-network-gossip"
9226version = "0.10.0-dev"9236version = "0.10.0-dev"
9227source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9237source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9228dependencies = [9238dependencies = [
9229 "futures 0.3.18",9239 "futures 0.3.18",
9230 "futures-timer 3.0.2",9240 "futures-timer 3.0.2",
9231 "libp2p",9241 "libp2p",
9232 "log",9242 "log",
9233 "lru 0.6.6",9243 "lru 0.7.0",
9234 "sc-network",9244 "sc-network",
9235 "sp-runtime",9245 "sp-runtime",
9236 "substrate-prometheus-endpoint",9246 "substrate-prometheus-endpoint",
9240[[package]]9250[[package]]
9241name = "sc-offchain"9251name = "sc-offchain"
9242version = "4.0.0-dev"9252version = "4.0.0-dev"
9243source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9253source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9244dependencies = [9254dependencies = [
9245 "bytes 1.1.0",9255 "bytes 1.1.0",
9246 "fnv",9256 "fnv",
9249 "hex",9259 "hex",
9250 "hyper",9260 "hyper",
9251 "hyper-rustls",9261 "hyper-rustls",
9252 "log",
9253 "num_cpus",9262 "num_cpus",
9263 "once_cell",
9254 "parity-scale-codec",9264 "parity-scale-codec",
9255 "parking_lot 0.11.2",9265 "parking_lot 0.11.2",
9256 "rand 0.7.3",9266 "rand 0.7.3",
9262 "sp-offchain",9272 "sp-offchain",
9263 "sp-runtime",9273 "sp-runtime",
9264 "threadpool",9274 "threadpool",
9275 "tracing",
9265]9276]
92669277
9267[[package]]9278[[package]]
9268name = "sc-peerset"9279name = "sc-peerset"
9269version = "4.0.0-dev"9280version = "4.0.0-dev"
9270source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9281source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9271dependencies = [9282dependencies = [
9272 "futures 0.3.18",9283 "futures 0.3.18",
9273 "libp2p",9284 "libp2p",
92799290
9280[[package]]9291[[package]]
9281name = "sc-proposer-metrics"9292name = "sc-proposer-metrics"
9282version = "0.9.0"9293version = "0.10.0-dev"
9283source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9294source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9284dependencies = [9295dependencies = [
9285 "log",9296 "log",
9286 "substrate-prometheus-endpoint",9297 "substrate-prometheus-endpoint",
9289[[package]]9300[[package]]
9290name = "sc-rpc"9301name = "sc-rpc"
9291version = "4.0.0-dev"9302version = "4.0.0-dev"
9292source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9303source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9293dependencies = [9304dependencies = [
9294 "futures 0.3.18",9305 "futures 0.3.18",
9295 "hash-db",9306 "hash-db",
9320[[package]]9331[[package]]
9321name = "sc-rpc-api"9332name = "sc-rpc-api"
9322version = "0.10.0-dev"9333version = "0.10.0-dev"
9323source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9334source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9324dependencies = [9335dependencies = [
9325 "futures 0.3.18",9336 "futures 0.3.18",
9326 "jsonrpc-core",9337 "jsonrpc-core",
9345[[package]]9356[[package]]
9346name = "sc-rpc-server"9357name = "sc-rpc-server"
9347version = "4.0.0-dev"9358version = "4.0.0-dev"
9348source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9359source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9349dependencies = [9360dependencies = [
9350 "futures 0.3.18",9361 "futures 0.3.18",
9351 "jsonrpc-core",9362 "jsonrpc-core",
9362[[package]]9373[[package]]
9363name = "sc-service"9374name = "sc-service"
9364version = "0.10.0-dev"9375version = "0.10.0-dev"
9365source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9376source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9366dependencies = [9377dependencies = [
9367 "async-trait",9378 "async-trait",
9368 "directories",9379 "directories",
9386 "sc-executor",9397 "sc-executor",
9387 "sc-informant",9398 "sc-informant",
9388 "sc-keystore",9399 "sc-keystore",
9389 "sc-light",
9390 "sc-network",9400 "sc-network",
9391 "sc-offchain",9401 "sc-offchain",
9392 "sc-rpc",9402 "sc-rpc",
9427[[package]]9437[[package]]
9428name = "sc-state-db"9438name = "sc-state-db"
9429version = "0.10.0-dev"9439version = "0.10.0-dev"
9430source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9440source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9431dependencies = [9441dependencies = [
9432 "log",9442 "log",
9433 "parity-scale-codec",9443 "parity-scale-codec",
9441[[package]]9451[[package]]
9442name = "sc-sync-state-rpc"9452name = "sc-sync-state-rpc"
9443version = "0.10.0-dev"9453version = "0.10.0-dev"
9444source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9454source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9445dependencies = [9455dependencies = [
9446 "jsonrpc-core",9456 "jsonrpc-core",
9447 "jsonrpc-core-client",9457 "jsonrpc-core-client",
9463[[package]]9473[[package]]
9464name = "sc-telemetry"9474name = "sc-telemetry"
9465version = "4.0.0-dev"9475version = "4.0.0-dev"
9466source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9476source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9467dependencies = [9477dependencies = [
9468 "chrono",9478 "chrono",
9469 "futures 0.3.18",9479 "futures 0.3.18",
9481[[package]]9491[[package]]
9482name = "sc-tracing"9492name = "sc-tracing"
9483version = "4.0.0-dev"9493version = "4.0.0-dev"
9484source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9494source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9485dependencies = [9495dependencies = [
9486 "ansi_term 0.12.1",9496 "ansi_term",
9487 "atty",9497 "atty",
9488 "chrono",9498 "chrono",
9489 "lazy_static",9499 "lazy_static",
9500 "libc",
9490 "log",9501 "log",
9491 "once_cell",9502 "once_cell",
9492 "parking_lot 0.11.2",9503 "parking_lot 0.11.2",
9511[[package]]9522[[package]]
9512name = "sc-tracing-proc-macro"9523name = "sc-tracing-proc-macro"
9513version = "4.0.0-dev"9524version = "4.0.0-dev"
9514source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9525source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9515dependencies = [9526dependencies = [
9516 "proc-macro-crate 1.1.0",9527 "proc-macro-crate 1.1.0",
9517 "proc-macro2",9528 "proc-macro2",
9522[[package]]9533[[package]]
9523name = "sc-transaction-pool"9534name = "sc-transaction-pool"
9524version = "4.0.0-dev"9535version = "4.0.0-dev"
9525source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9536source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9526dependencies = [9537dependencies = [
9527 "futures 0.3.18",9538 "futures 0.3.18",
9528 "intervalier",9539 "intervalier",
9549[[package]]9560[[package]]
9550name = "sc-transaction-pool-api"9561name = "sc-transaction-pool-api"
9551version = "4.0.0-dev"9562version = "4.0.0-dev"
9552source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9563source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9553dependencies = [9564dependencies = [
9554 "derive_more",9565 "derive_more",
9555 "futures 0.3.18",9566 "futures 0.3.18",
9563[[package]]9574[[package]]
9564name = "sc-utils"9575name = "sc-utils"
9565version = "4.0.0-dev"9576version = "4.0.0-dev"
9566source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9577source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9567dependencies = [9578dependencies = [
9568 "futures 0.3.18",9579 "futures 0.3.18",
9569 "futures-timer 3.0.2",9580 "futures-timer 3.0.2",
9704checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"9715checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
9705dependencies = [9716dependencies = [
9706 "semver-parser 0.10.2",9717 "semver-parser 0.10.2",
9707 "serde",
9708]9718]
9719
9720[[package]]
9721name = "semver"
9722version = "1.0.4"
9723source = "registry+https://github.com/rust-lang/crates.io-index"
9724checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
9725dependencies = [
9726 "serde",
9727]
97099728
9710[[package]]9729[[package]]
9711name = "semver-parser"9730name = "semver-parser"
98889907
9889[[package]]9908[[package]]
9890name = "slot-range-helper"9909name = "slot-range-helper"
9891version = "0.9.12"9910version = "0.9.13"
9892source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"9911source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
9893dependencies = [9912dependencies = [
9894 "enumn",9913 "enumn",
9895 "parity-scale-codec",9914 "parity-scale-codec",
9958 "winapi 0.3.9",9977 "winapi 0.3.9",
9959]9978]
9960
9961[[package]]
9962name = "soketto"
9963version = "0.4.2"
9964source = "registry+https://github.com/rust-lang/crates.io-index"
9965checksum = "b5c71ed3d54db0a699f4948e1bb3e45b450fa31fe602621dee6680361d569c88"
9966dependencies = [
9967 "base64 0.12.3",
9968 "bytes 0.5.6",
9969 "flate2",
9970 "futures 0.3.18",
9971 "httparse",
9972 "log",
9973 "rand 0.7.3",
9974 "sha-1 0.9.8",
9975]
99769979
9977[[package]]9980[[package]]
9978name = "soketto"9981name = "soketto"
9979version = "0.6.0"9982version = "0.7.1"
9980source = "registry+https://github.com/rust-lang/crates.io-index"9983source = "registry+https://github.com/rust-lang/crates.io-index"
9981checksum = "a74e48087dbeed4833785c2f3352b59140095dc192dce966a3bfc155020a439f"9984checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"
9982dependencies = [9985dependencies = [
9983 "base64 0.13.0",9986 "base64",
9984 "bytes 1.1.0",9987 "bytes 1.1.0",
9988 "flate2",
9985 "futures 0.3.18",9989 "futures 0.3.18",
9986 "httparse",9990 "httparse",
9987 "log",9991 "log",
9992[[package]]9996[[package]]
9993name = "sp-api"9997name = "sp-api"
9994version = "4.0.0-dev"9998version = "4.0.0-dev"
9995source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9999source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
9996dependencies = [10000dependencies = [
9997 "hash-db",10001 "hash-db",
9998 "log",10002 "log",
10009[[package]]10013[[package]]
10010name = "sp-api-proc-macro"10014name = "sp-api-proc-macro"
10011version = "4.0.0-dev"10015version = "4.0.0-dev"
10012source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10016source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10013dependencies = [10017dependencies = [
10014 "blake2-rfc",10018 "blake2-rfc",
10015 "proc-macro-crate 1.1.0",10019 "proc-macro-crate 1.1.0",
10021[[package]]10025[[package]]
10022name = "sp-application-crypto"10026name = "sp-application-crypto"
10023version = "4.0.0-dev"10027version = "4.0.0-dev"
10024source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10028source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10025dependencies = [10029dependencies = [
10026 "parity-scale-codec",10030 "parity-scale-codec",
10027 "scale-info",10031 "scale-info",
10034[[package]]10038[[package]]
10035name = "sp-arithmetic"10039name = "sp-arithmetic"
10036version = "4.0.0-dev"10040version = "4.0.0-dev"
10037source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10041source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10038dependencies = [10042dependencies = [
10039 "integer-sqrt",10043 "integer-sqrt",
10040 "num-traits",10044 "num-traits",
10049[[package]]10053[[package]]
10050name = "sp-authority-discovery"10054name = "sp-authority-discovery"
10051version = "4.0.0-dev"10055version = "4.0.0-dev"
10052source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10056source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10053dependencies = [10057dependencies = [
10054 "parity-scale-codec",10058 "parity-scale-codec",
10055 "scale-info",10059 "scale-info",
10062[[package]]10066[[package]]
10063name = "sp-authorship"10067name = "sp-authorship"
10064version = "4.0.0-dev"10068version = "4.0.0-dev"
10065source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10069source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10066dependencies = [10070dependencies = [
10067 "async-trait",10071 "async-trait",
10068 "parity-scale-codec",10072 "parity-scale-codec",
10074[[package]]10078[[package]]
10075name = "sp-block-builder"10079name = "sp-block-builder"
10076version = "4.0.0-dev"10080version = "4.0.0-dev"
10077source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10081source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10078dependencies = [10082dependencies = [
10079 "parity-scale-codec",10083 "parity-scale-codec",
10080 "sp-api",10084 "sp-api",
10086[[package]]10090[[package]]
10087name = "sp-blockchain"10091name = "sp-blockchain"
10088version = "4.0.0-dev"10092version = "4.0.0-dev"
10089source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10093source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10090dependencies = [10094dependencies = [
10091 "futures 0.3.18",10095 "futures 0.3.18",
10092 "log",10096 "log",
10093 "lru 0.6.6",10097 "lru 0.7.0",
10094 "parity-scale-codec",10098 "parity-scale-codec",
10095 "parking_lot 0.11.2",10099 "parking_lot 0.11.2",
10096 "sp-api",10100 "sp-api",
10104[[package]]10108[[package]]
10105name = "sp-consensus"10109name = "sp-consensus"
10106version = "0.10.0-dev"10110version = "0.10.0-dev"
10107source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10111source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10108dependencies = [10112dependencies = [
10109 "async-trait",10113 "async-trait",
10110 "futures 0.3.18",10114 "futures 0.3.18",
10123[[package]]10127[[package]]
10124name = "sp-consensus-aura"10128name = "sp-consensus-aura"
10125version = "0.10.0-dev"10129version = "0.10.0-dev"
10126source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10130source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10127dependencies = [10131dependencies = [
10128 "async-trait",10132 "async-trait",
10129 "parity-scale-codec",10133 "parity-scale-codec",
10141[[package]]10145[[package]]
10142name = "sp-consensus-babe"10146name = "sp-consensus-babe"
10143version = "0.10.0-dev"10147version = "0.10.0-dev"
10144source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10148source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10145dependencies = [10149dependencies = [
10146 "async-trait",10150 "async-trait",
10147 "merlin",10151 "merlin",
10164[[package]]10168[[package]]
10165name = "sp-consensus-slots"10169name = "sp-consensus-slots"
10166version = "0.10.0-dev"10170version = "0.10.0-dev"
10167source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10171source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10168dependencies = [10172dependencies = [
10169 "parity-scale-codec",10173 "parity-scale-codec",
10170 "scale-info",10174 "scale-info",
10175 "serde",
10171 "sp-arithmetic",10176 "sp-arithmetic",
10172 "sp-runtime",10177 "sp-runtime",
10173]10178]
1017410179
10175[[package]]10180[[package]]
10176name = "sp-consensus-vrf"10181name = "sp-consensus-vrf"
10177version = "0.10.0-dev"10182version = "0.10.0-dev"
10178source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10183source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10179dependencies = [10184dependencies = [
10180 "parity-scale-codec",10185 "parity-scale-codec",
10181 "schnorrkel",10186 "schnorrkel",
10187[[package]]10192[[package]]
10188name = "sp-core"10193name = "sp-core"
10189version = "4.0.0-dev"10194version = "4.0.0-dev"
10190source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10195source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10191dependencies = [10196dependencies = [
10192 "base58",10197 "base58",
10198 "bitflags",
10193 "blake2-rfc",10199 "blake2-rfc",
10194 "byteorder",10200 "byteorder",
10195 "dyn-clonable",10201 "dyn-clonable",
10200 "hex",10206 "hex",
10201 "impl-serde",10207 "impl-serde",
10202 "lazy_static",10208 "lazy_static",
10203 "libsecp256k1 0.6.0",10209 "libsecp256k1 0.7.0",
10204 "log",10210 "log",
10205 "merlin",10211 "merlin",
10206 "num-traits",10212 "num-traits",
10215 "secrecy",10221 "secrecy",
10216 "serde",10222 "serde",
10217 "sha2 0.9.8",10223 "sha2 0.9.8",
10224 "sp-core-hashing",
10218 "sp-debug-derive",10225 "sp-debug-derive",
10219 "sp-externalities",10226 "sp-externalities",
10220 "sp-runtime-interface",10227 "sp-runtime-interface",
10230 "zeroize",10237 "zeroize",
10231]10238]
10239
10240[[package]]
10241name = "sp-core-hashing"
10242version = "4.0.0-dev"
10243source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10244dependencies = [
10245 "blake2-rfc",
10246 "byteorder",
10247 "sha2 0.9.8",
10248 "sp-std",
10249 "tiny-keccak",
10250 "twox-hash",
10251]
10252
10253[[package]]
10254name = "sp-core-hashing-proc-macro"
10255version = "4.0.0-dev"
10256source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10257dependencies = [
10258 "proc-macro2",
10259 "quote",
10260 "sp-core-hashing",
10261 "syn",
10262]
1023210263
10233[[package]]10264[[package]]
10234name = "sp-database"10265name = "sp-database"
10235version = "4.0.0-dev"10266version = "4.0.0-dev"
10236source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10267source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10237dependencies = [10268dependencies = [
10238 "kvdb",10269 "kvdb",
10239 "parking_lot 0.11.2",10270 "parking_lot 0.11.2",
10240]10271]
1024110272
10242[[package]]10273[[package]]
10243name = "sp-debug-derive"10274name = "sp-debug-derive"
10244version = "3.0.0"10275version = "4.0.0-dev"
10245source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10276source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10246dependencies = [10277dependencies = [
10247 "proc-macro2",10278 "proc-macro2",
10248 "quote",10279 "quote",
10252[[package]]10283[[package]]
10253name = "sp-externalities"10284name = "sp-externalities"
10254version = "0.10.0-dev"10285version = "0.10.0-dev"
10255source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10286source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10256dependencies = [10287dependencies = [
10257 "environmental",10288 "environmental",
10258 "parity-scale-codec",10289 "parity-scale-codec",
10263[[package]]10294[[package]]
10264name = "sp-finality-grandpa"10295name = "sp-finality-grandpa"
10265version = "4.0.0-dev"10296version = "4.0.0-dev"
10266source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10297source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10267dependencies = [10298dependencies = [
10268 "finality-grandpa",10299 "finality-grandpa",
10269 "log",10300 "log",
10281[[package]]10312[[package]]
10282name = "sp-inherents"10313name = "sp-inherents"
10283version = "4.0.0-dev"10314version = "4.0.0-dev"
10284source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10315source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10285dependencies = [10316dependencies = [
10286 "async-trait",10317 "async-trait",
10287 "impl-trait-for-tuples",10318 "impl-trait-for-tuples",
10295[[package]]10326[[package]]
10296name = "sp-io"10327name = "sp-io"
10297version = "4.0.0-dev"10328version = "4.0.0-dev"
10298source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10329source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10299dependencies = [10330dependencies = [
10300 "futures 0.3.18",10331 "futures 0.3.18",
10301 "hash-db",10332 "hash-db",
10302 "libsecp256k1 0.6.0",10333 "libsecp256k1 0.7.0",
10303 "log",10334 "log",
10304 "parity-scale-codec",10335 "parity-scale-codec",
10305 "parking_lot 0.11.2",10336 "parking_lot 0.11.2",
10319[[package]]10350[[package]]
10320name = "sp-keyring"10351name = "sp-keyring"
10321version = "4.0.0-dev"10352version = "4.0.0-dev"
10322source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10353source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10323dependencies = [10354dependencies = [
10324 "lazy_static",10355 "lazy_static",
10325 "sp-core",10356 "sp-core",
10326 "sp-runtime",10357 "sp-runtime",
10327 "strum 0.20.0",10358 "strum",
10328]10359]
1032910360
10330[[package]]10361[[package]]
10331name = "sp-keystore"10362name = "sp-keystore"
10332version = "0.10.0-dev"10363version = "0.10.0-dev"
10333source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10364source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10334dependencies = [10365dependencies = [
10335 "async-trait",10366 "async-trait",
10336 "derive_more",10367 "derive_more",
1034610377
10347[[package]]10378[[package]]
10348name = "sp-maybe-compressed-blob"10379name = "sp-maybe-compressed-blob"
10349version = "4.0.0-dev"10380version = "4.1.0-dev"
10350source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10381source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10351dependencies = [10382dependencies = [
10352 "zstd",10383 "zstd",
10353]10384]
1035410385
10355[[package]]10386[[package]]
10356name = "sp-npos-elections"10387name = "sp-npos-elections"
10357version = "4.0.0-dev"10388version = "4.0.0-dev"
10358source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10389source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10359dependencies = [10390dependencies = [
10360 "parity-scale-codec",10391 "parity-scale-codec",
10361 "scale-info",10392 "scale-info",
10370[[package]]10401[[package]]
10371name = "sp-npos-elections-solution-type"10402name = "sp-npos-elections-solution-type"
10372version = "4.0.0-dev"10403version = "4.0.0-dev"
10373source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10404source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10374dependencies = [10405dependencies = [
10375 "proc-macro-crate 1.1.0",10406 "proc-macro-crate 1.1.0",
10376 "proc-macro2",10407 "proc-macro2",
10381[[package]]10412[[package]]
10382name = "sp-offchain"10413name = "sp-offchain"
10383version = "4.0.0-dev"10414version = "4.0.0-dev"
10384source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10415source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10385dependencies = [10416dependencies = [
10386 "sp-api",10417 "sp-api",
10387 "sp-core",10418 "sp-core",
1039010421
10391[[package]]10422[[package]]
10392name = "sp-panic-handler"10423name = "sp-panic-handler"
10393version = "3.0.0"10424version = "4.0.0-dev"
10394source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10425source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10395dependencies = [10426dependencies = [
10396 "backtrace",10427 "backtrace",
10428 "lazy_static",
10429 "regex",
10397]10430]
1039810431
10399[[package]]10432[[package]]
10400name = "sp-rpc"10433name = "sp-rpc"
10401version = "4.0.0-dev"10434version = "4.0.0-dev"
10402source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10435source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10403dependencies = [10436dependencies = [
10404 "rustc-hash",10437 "rustc-hash",
10405 "serde",10438 "serde",
10409[[package]]10442[[package]]
10410name = "sp-runtime"10443name = "sp-runtime"
10411version = "4.0.0-dev"10444version = "4.0.0-dev"
10412source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10445source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10413dependencies = [10446dependencies = [
10414 "either",10447 "either",
10415 "hash256-std-hasher",10448 "hash256-std-hasher",
10431[[package]]10464[[package]]
10432name = "sp-runtime-interface"10465name = "sp-runtime-interface"
10433version = "4.0.0-dev"10466version = "4.0.0-dev"
10434source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10467source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10435dependencies = [10468dependencies = [
10436 "impl-trait-for-tuples",10469 "impl-trait-for-tuples",
10437 "parity-scale-codec",10470 "parity-scale-codec",
10448[[package]]10481[[package]]
10449name = "sp-runtime-interface-proc-macro"10482name = "sp-runtime-interface-proc-macro"
10450version = "4.0.0-dev"10483version = "4.0.0-dev"
10451source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10484source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10452dependencies = [10485dependencies = [
10453 "Inflector",10486 "Inflector",
10454 "proc-macro-crate 1.1.0",10487 "proc-macro-crate 1.1.0",
10460[[package]]10493[[package]]
10461name = "sp-sandbox"10494name = "sp-sandbox"
10462version = "0.10.0-dev"10495version = "0.10.0-dev"
10463source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10496source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10464dependencies = [10497dependencies = [
10465 "log",10498 "log",
10466 "parity-scale-codec",10499 "parity-scale-codec",
1047310506
10474[[package]]10507[[package]]
10475name = "sp-serializer"10508name = "sp-serializer"
10476version = "3.0.0"10509version = "4.0.0-dev"
10477source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10510source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10478dependencies = [10511dependencies = [
10479 "serde",10512 "serde",
10480 "serde_json",10513 "serde_json",
10483[[package]]10516[[package]]
10484name = "sp-session"10517name = "sp-session"
10485version = "4.0.0-dev"10518version = "4.0.0-dev"
10486source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10519source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10487dependencies = [10520dependencies = [
10488 "parity-scale-codec",10521 "parity-scale-codec",
10489 "scale-info",10522 "scale-info",
10497[[package]]10530[[package]]
10498name = "sp-staking"10531name = "sp-staking"
10499version = "4.0.0-dev"10532version = "4.0.0-dev"
10500source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10533source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10501dependencies = [10534dependencies = [
10502 "parity-scale-codec",10535 "parity-scale-codec",
10503 "scale-info",10536 "scale-info",
10508[[package]]10541[[package]]
10509name = "sp-state-machine"10542name = "sp-state-machine"
10510version = "0.10.0-dev"10543version = "0.10.0-dev"
10511source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10544source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10512dependencies = [10545dependencies = [
10513 "hash-db",10546 "hash-db",
10514 "log",10547 "log",
10531[[package]]10564[[package]]
10532name = "sp-std"10565name = "sp-std"
10533version = "4.0.0-dev"10566version = "4.0.0-dev"
10534source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10567source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
1053510568
10536[[package]]10569[[package]]
10537name = "sp-storage"10570name = "sp-storage"
10538version = "4.0.0-dev"10571version = "4.0.0-dev"
10539source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10572source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10540dependencies = [10573dependencies = [
10541 "impl-serde",10574 "impl-serde",
10542 "parity-scale-codec",10575 "parity-scale-codec",
10549[[package]]10582[[package]]
10550name = "sp-tasks"10583name = "sp-tasks"
10551version = "4.0.0-dev"10584version = "4.0.0-dev"
10552source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10585source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10553dependencies = [10586dependencies = [
10554 "log",10587 "log",
10555 "sp-core",10588 "sp-core",
10562[[package]]10595[[package]]
10563name = "sp-timestamp"10596name = "sp-timestamp"
10564version = "4.0.0-dev"10597version = "4.0.0-dev"
10565source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10598source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10566dependencies = [10599dependencies = [
10567 "async-trait",10600 "async-trait",
10568 "futures-timer 3.0.2",10601 "futures-timer 3.0.2",
10578[[package]]10611[[package]]
10579name = "sp-tracing"10612name = "sp-tracing"
10580version = "4.0.0-dev"10613version = "4.0.0-dev"
10581source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10614source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10582dependencies = [10615dependencies = [
10583 "parity-scale-codec",10616 "parity-scale-codec",
10584 "sp-std",10617 "sp-std",
10590[[package]]10623[[package]]
10591name = "sp-transaction-pool"10624name = "sp-transaction-pool"
10592version = "4.0.0-dev"10625version = "4.0.0-dev"
10593source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10626source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10594dependencies = [10627dependencies = [
10595 "sp-api",10628 "sp-api",
10596 "sp-runtime",10629 "sp-runtime",
10599[[package]]10632[[package]]
10600name = "sp-transaction-storage-proof"10633name = "sp-transaction-storage-proof"
10601version = "4.0.0-dev"10634version = "4.0.0-dev"
10602source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10635source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10603dependencies = [10636dependencies = [
10604 "async-trait",10637 "async-trait",
10605 "log",10638 "log",
10615[[package]]10648[[package]]
10616name = "sp-trie"10649name = "sp-trie"
10617version = "4.0.0-dev"10650version = "4.0.0-dev"
10618source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10651source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10619dependencies = [10652dependencies = [
10620 "hash-db",10653 "hash-db",
10621 "memory-db",10654 "memory-db",
10630[[package]]10663[[package]]
10631name = "sp-version"10664name = "sp-version"
10632version = "4.0.0-dev"10665version = "4.0.0-dev"
10633source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10666source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10634dependencies = [10667dependencies = [
10635 "impl-serde",10668 "impl-serde",
10636 "parity-scale-codec",10669 "parity-scale-codec",
10646[[package]]10679[[package]]
10647name = "sp-version-proc-macro"10680name = "sp-version-proc-macro"
10648version = "4.0.0-dev"10681version = "4.0.0-dev"
10649source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10682source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10650dependencies = [10683dependencies = [
10651 "parity-scale-codec",10684 "parity-scale-codec",
10652 "proc-macro2",10685 "proc-macro2",
10657[[package]]10690[[package]]
10658name = "sp-wasm-interface"10691name = "sp-wasm-interface"
10659version = "4.0.0-dev"10692version = "4.0.0-dev"
10660source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10693source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10661dependencies = [10694dependencies = [
10662 "impl-trait-for-tuples",10695 "impl-trait-for-tuples",
10663 "parity-scale-codec",10696 "parity-scale-codec",
1067310706
10674[[package]]10707[[package]]
10675name = "ss58-registry"10708name = "ss58-registry"
10676version = "1.8.1"10709version = "1.9.0"
10677source = "registry+https://github.com/rust-lang/crates.io-index"10710source = "registry+https://github.com/rust-lang/crates.io-index"
10678checksum = "78abb01d308934b82e34e9cf1f45846d31539246501745b129539176f4f3368d"10711checksum = "827441708a5dd8ca54e6b79690dc06d1bede78e61961e667f683c23c16ef964c"
10679dependencies = [10712dependencies = [
10680 "Inflector",10713 "Inflector",
10681 "proc-macro2",10714 "proc-macro2",
10765checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"10798checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
10766dependencies = [10799dependencies = [
10767 "heck",10800 "heck",
10768 "proc-macro-error 1.0.4",10801 "proc-macro-error",
10769 "proc-macro2",10802 "proc-macro2",
10770 "quote",10803 "quote",
10771 "syn",10804 "syn",
10772]10805]
10773
10774[[package]]
10775name = "strum"
10776version = "0.20.0"
10777source = "registry+https://github.com/rust-lang/crates.io-index"
10778checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c"
10779dependencies = [
10780 "strum_macros 0.20.1",
10781]
10782
10783[[package]]
10784name = "strum"
10785version = "0.21.0"
10786source = "registry+https://github.com/rust-lang/crates.io-index"
10787checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"
1078810806
10789[[package]]10807[[package]]
10790name = "strum"10808name = "strum"
10791version = "0.22.0"10809version = "0.22.0"
10792source = "registry+https://github.com/rust-lang/crates.io-index"10810source = "registry+https://github.com/rust-lang/crates.io-index"
10793checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e"10811checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e"
10794dependencies = [10812dependencies = [
10795 "strum_macros 0.22.0",10813 "strum_macros",
10796]10814]
10797
10798[[package]]
10799name = "strum_macros"
10800version = "0.20.1"
10801source = "registry+https://github.com/rust-lang/crates.io-index"
10802checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149"
10803dependencies = [
10804 "heck",
10805 "proc-macro2",
10806 "quote",
10807 "syn",
10808]
10809
10810[[package]]
10811name = "strum_macros"
10812version = "0.21.1"
10813source = "registry+https://github.com/rust-lang/crates.io-index"
10814checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
10815dependencies = [
10816 "heck",
10817 "proc-macro2",
10818 "quote",
10819 "syn",
10820]
1082110815
10822[[package]]10816[[package]]
10823name = "strum_macros"10817name = "strum_macros"
10847[[package]]10841[[package]]
10848name = "substrate-build-script-utils"10842name = "substrate-build-script-utils"
10849version = "3.0.0"10843version = "3.0.0"
10850source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10844source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10851dependencies = [10845dependencies = [
10852 "platforms",10846 "platforms",
10853]10847]
1085410848
10855[[package]]10849[[package]]
10856name = "substrate-frame-rpc-system"10850name = "substrate-frame-rpc-system"
10857version = "4.0.0-dev"10851version = "4.0.0-dev"
10858source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10852source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10859dependencies = [10853dependencies = [
10860 "frame-system-rpc-runtime-api",10854 "frame-system-rpc-runtime-api",
10861 "futures 0.3.18",10855 "futures 0.3.18",
1087610870
10877[[package]]10871[[package]]
10878name = "substrate-prometheus-endpoint"10872name = "substrate-prometheus-endpoint"
10879version = "0.9.0"10873version = "0.10.0-dev"
10880source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10874source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10881dependencies = [10875dependencies = [
10882 "async-std",10876 "async-std",
10883 "derive_more",10877 "derive_more",
10891[[package]]10885[[package]]
10892name = "substrate-test-client"10886name = "substrate-test-client"
10893version = "2.0.1"10887version = "2.0.1"
10894source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10888source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10895dependencies = [10889dependencies = [
10896 "async-trait",10890 "async-trait",
10897 "futures 0.3.18",10891 "futures 0.3.18",
10901 "sc-client-db",10895 "sc-client-db",
10902 "sc-consensus",10896 "sc-consensus",
10903 "sc-executor",10897 "sc-executor",
10904 "sc-light",
10905 "sc-offchain",10898 "sc-offchain",
10906 "sc-service",10899 "sc-service",
10907 "serde",10900 "serde",
10918[[package]]10911[[package]]
10919name = "substrate-test-utils"10912name = "substrate-test-utils"
10920version = "4.0.0-dev"10913version = "4.0.0-dev"
10921source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10914source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10922dependencies = [10915dependencies = [
10923 "futures 0.3.18",10916 "futures 0.3.18",
10924 "substrate-test-utils-derive",10917 "substrate-test-utils-derive",
10928[[package]]10921[[package]]
10929name = "substrate-test-utils-derive"10922name = "substrate-test-utils-derive"
10930version = "0.10.0-dev"10923version = "0.10.0-dev"
10931source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10924source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10932dependencies = [10925dependencies = [
10933 "proc-macro-crate 1.1.0",10926 "proc-macro-crate 1.1.0",
10934 "proc-macro2",10927 "proc-macro2",
10939[[package]]10932[[package]]
10940name = "substrate-wasm-builder"10933name = "substrate-wasm-builder"
10941version = "5.0.0-dev"10934version = "5.0.0-dev"
10942source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10935source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
10943dependencies = [10936dependencies = [
10944 "ansi_term 0.12.1",10937 "ansi_term",
10945 "build-helper",10938 "build-helper",
10946 "cargo_metadata",10939 "cargo_metadata",
10947 "sp-maybe-compressed-blob",10940 "sp-maybe-compressed-blob",
10974 "unicode-xid",10967 "unicode-xid",
10975]10968]
10976
10977[[package]]
10978name = "syn-mid"
10979version = "0.5.3"
10980source = "registry+https://github.com/rust-lang/crates.io-index"
10981checksum = "baa8e7560a164edb1621a55d18a0c59abf49d360f47aa7b821061dd7eea7fac9"
10982dependencies = [
10983 "proc-macro2",
10984 "quote",
10985 "syn",
10986]
1098710969
10988[[package]]10970[[package]]
10989name = "synstructure"10971name = "synstructure"
11320source = "registry+https://github.com/rust-lang/crates.io-index"11302source = "registry+https://github.com/rust-lang/crates.io-index"
11321checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"11303checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"
11322dependencies = [11304dependencies = [
11323 "ansi_term 0.12.1",11305 "ansi_term",
11324 "chrono",11306 "chrono",
11325 "lazy_static",11307 "lazy_static",
11326 "matchers",11308 "matchers",
11309 "parking_lot 0.11.2",
11327 "regex",11310 "regex",
11328 "serde",11311 "serde",
11329 "serde_json",11312 "serde_json",
11420[[package]]11403[[package]]
11421name = "try-runtime-cli"11404name = "try-runtime-cli"
11422version = "0.10.0-dev"11405version = "0.10.0-dev"
11423source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11406source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.13#fcc54a72973d03afe7bf9e3ef2736050b3f33465"
11424dependencies = [11407dependencies = [
11425 "jsonrpsee-ws-client",11408 "jsonrpsee",
11426 "log",11409 "log",
11427 "parity-scale-codec",11410 "parity-scale-codec",
11428 "remote-externalities",11411 "remote-externalities",
11441 "structopt",11424 "structopt",
11442]11425]
11426
11427[[package]]
11428name = "tt-call"
11429version = "1.0.8"
11430source = "registry+https://github.com/rust-lang/crates.io-index"
11431checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"
1144311432
11444[[package]]11433[[package]]
11445name = "twox-hash"11434name = "twox-hash"
11816[[package]]11805[[package]]
11817name = "up-sponsorship"11806name = "up-sponsorship"
11818version = "0.1.0"11807version = "0.1.0"
11819source = "git+https://github.com/UniqueNetwork/pallet-sponsoring#ab8b91e9350a31133f3a3e4f52a84c6de4108e95"11808source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.13#af545fdcb6495cf5a753b192aad9d857d633cf67"
11820dependencies = [11809dependencies = [
11821 "impl-trait-for-tuples",11810 "impl-trait-for-tuples",
11822]11811]
1203612025
12037[[package]]12026[[package]]
12038name = "wasmparser"12027name = "wasmparser"
12039version = "0.80.2"12028version = "0.81.0"
12040source = "registry+https://github.com/rust-lang/crates.io-index"12029source = "registry+https://github.com/rust-lang/crates.io-index"
12041checksum = "449167e2832691a1bff24cde28d2804e90e09586a448c8e76984792c44334a6b"12030checksum = "98930446519f63d00a836efdc22f67766ceae8dbcc1571379f2bcabc6b2b9abc"
1204212031
12043[[package]]12032[[package]]
12044name = "wasmtime"12033name = "wasmtime"
12045version = "0.30.0"12034version = "0.31.0"
12046source = "registry+https://github.com/rust-lang/crates.io-index"12035source = "registry+https://github.com/rust-lang/crates.io-index"
12047checksum = "899b1e5261e3d3420860dacfb952871ace9d7ba9f953b314f67aaf9f8e2a4d89"12036checksum = "311d06b0c49346d1fbf48a17052e844036b95a7753c1afb34e8c0af3f6b5bb13"
12048dependencies = [12037dependencies = [
12049 "anyhow",12038 "anyhow",
12050 "backtrace",12039 "backtrace",
12055 "lazy_static",12044 "lazy_static",
12056 "libc",12045 "libc",
12057 "log",12046 "log",
12058 "object 0.26.2",12047 "object",
12059 "paste",12048 "paste",
12060 "psm",12049 "psm",
12061 "rayon",12050 "rayon",
1207412063
12075[[package]]12064[[package]]
12076name = "wasmtime-cache"12065name = "wasmtime-cache"
12077version = "0.30.0"12066version = "0.31.0"
12078source = "registry+https://github.com/rust-lang/crates.io-index"12067source = "registry+https://github.com/rust-lang/crates.io-index"
12079checksum = "e2493b81d7a9935f7af15e06beec806f256bc974a90a843685f3d61f2fc97058"12068checksum = "36147930a4995137dc096e5b17a573b446799be2bbaea433e821ce6a80abe2c5"
12080dependencies = [12069dependencies = [
12081 "anyhow",12070 "anyhow",
12082 "base64 0.13.0",12071 "base64",
12083 "bincode",12072 "bincode",
12084 "directories-next",12073 "directories-next",
12085 "errno",
12086 "file-per-thread-logger",12074 "file-per-thread-logger",
12087 "libc",
12088 "log",12075 "log",
12076 "rsix",
12089 "serde",12077 "serde",
12090 "sha2 0.9.8",12078 "sha2 0.9.8",
12091 "toml",12079 "toml",
1209512083
12096[[package]]12084[[package]]
12097name = "wasmtime-cranelift"12085name = "wasmtime-cranelift"
12098version = "0.30.0"12086version = "0.31.0"
12099source = "registry+https://github.com/rust-lang/crates.io-index"12087source = "registry+https://github.com/rust-lang/crates.io-index"
12100checksum = "99706bacdf5143f7f967d417f0437cce83a724cf4518cb1a3ff40e519d793021"12088checksum = "ab3083a47e1ede38aac06a1d9831640d673f9aeda0b82a64e4ce002f3432e2e7"
12101dependencies = [12089dependencies = [
12102 "anyhow",12090 "anyhow",
12103 "cranelift-codegen",12091 "cranelift-codegen",
12106 "cranelift-native",12094 "cranelift-native",
12107 "cranelift-wasm",12095 "cranelift-wasm",
12108 "gimli 0.25.0",12096 "gimli 0.25.0",
12097 "log",
12109 "more-asserts",12098 "more-asserts",
12110 "object 0.26.2",12099 "object",
12111 "target-lexicon",12100 "target-lexicon",
12112 "thiserror",12101 "thiserror",
12113 "wasmparser",12102 "wasmparser",
1211612105
12117[[package]]12106[[package]]
12118name = "wasmtime-environ"12107name = "wasmtime-environ"
12119version = "0.30.0"12108version = "0.31.0"
12120source = "registry+https://github.com/rust-lang/crates.io-index"12109source = "registry+https://github.com/rust-lang/crates.io-index"
12121checksum = "ac42cb562a2f98163857605f02581d719a410c5abe93606128c59a10e84de85b"12110checksum = "1c2d194b655321053bc4111a1aa4ead552655c8a17d17264bc97766e70073510"
12122dependencies = [12111dependencies = [
12123 "anyhow",12112 "anyhow",
12124 "cfg-if 1.0.0",12113 "cfg-if 1.0.0",
12127 "indexmap",12116 "indexmap",
12128 "log",12117 "log",
12129 "more-asserts",12118 "more-asserts",
12130 "object 0.26.2",12119 "object",
12131 "serde",12120 "serde",
12132 "target-lexicon",12121 "target-lexicon",
12133 "thiserror",12122 "thiserror",
1213712126
12138[[package]]12127[[package]]
12139name = "wasmtime-jit"12128name = "wasmtime-jit"
12140version = "0.30.0"12129version = "0.31.0"
12141source = "registry+https://github.com/rust-lang/crates.io-index"12130source = "registry+https://github.com/rust-lang/crates.io-index"
12142checksum = "24f46dd757225f29a419be415ea6fb8558df9b0194f07e3a6a9c99d0e14dd534"12131checksum = "864ac8dfe4ce310ac59f16fdbd560c257389cb009ee5d030ac6e30523b023d11"
12143dependencies = [12132dependencies = [
12144 "addr2line 0.16.0",12133 "addr2line 0.16.0",
12145 "anyhow",12134 "anyhow",
12146 "bincode",12135 "bincode",
12147 "cfg-if 1.0.0",12136 "cfg-if 1.0.0",
12148 "gimli 0.25.0",12137 "gimli 0.25.0",
12149 "libc",
12150 "log",12138 "log",
12151 "more-asserts",12139 "more-asserts",
12152 "object 0.26.2",12140 "object",
12153 "region",12141 "region",
12142 "rsix",
12154 "serde",12143 "serde",
12155 "target-lexicon",12144 "target-lexicon",
12156 "thiserror",12145 "thiserror",
1216212151
12163[[package]]12152[[package]]
12164name = "wasmtime-runtime"12153name = "wasmtime-runtime"
12165version = "0.30.0"12154version = "0.31.0"
12166source = "registry+https://github.com/rust-lang/crates.io-index"12155source = "registry+https://github.com/rust-lang/crates.io-index"
12167checksum = "0122215a44923f395487048cb0a1d60b5b32c73aab15cf9364b798dbaff0996f"12156checksum = "ab97da813a26b98c9abfd3b0c2d99e42f6b78b749c0646344e2e262d212d8c8b"
12168dependencies = [12157dependencies = [
12169 "anyhow",12158 "anyhow",
12170 "backtrace",12159 "backtrace",
12179 "more-asserts",12168 "more-asserts",
12180 "rand 0.8.4",12169 "rand 0.8.4",
12181 "region",12170 "region",
12171 "rsix",
12182 "thiserror",12172 "thiserror",
12183 "wasmtime-environ",12173 "wasmtime-environ",
12184 "winapi 0.3.9",12174 "winapi 0.3.9",
12185]12175]
1218612176
12187[[package]]12177[[package]]
12188name = "wasmtime-types"12178name = "wasmtime-types"
12189version = "0.30.0"12179version = "0.31.0"
12190source = "registry+https://github.com/rust-lang/crates.io-index"12180source = "registry+https://github.com/rust-lang/crates.io-index"
12191checksum = "f9b01caf8a204ef634ebac99700e77ba716d3ebbb68a1abbc2ceb6b16dbec9e4"12181checksum = "ff94409cc3557bfbbcce6b14520ccd6bd3727e965c0fe68d63ef2c185bf379c6"
12192dependencies = [12182dependencies = [
12193 "cranelift-entity",12183 "cranelift-entity",
12194 "serde",12184 "serde",
1223612226
12237[[package]]12227[[package]]
12238name = "westend-runtime"12228name = "westend-runtime"
12239version = "0.9.12"12229version = "0.9.13"
12240source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"12230source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
12241dependencies = [12231dependencies = [
12242 "beefy-primitives",12232 "beefy-primitives",
12243 "bitvec",12233 "bitvec",
1241612406
12417[[package]]12407[[package]]
12418name = "xcm"12408name = "xcm"
12419version = "0.9.12"12409version = "0.9.13"
12420source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"12410source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
12421dependencies = [12411dependencies = [
12422 "derivative",12412 "derivative",
12423 "impl-trait-for-tuples",12413 "impl-trait-for-tuples",
1242912419
12430[[package]]12420[[package]]
12431name = "xcm-builder"12421name = "xcm-builder"
12432version = "0.9.12"12422version = "0.9.13"
12433source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"12423source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
12434dependencies = [12424dependencies = [
12435 "frame-support",12425 "frame-support",
12436 "frame-system",12426 "frame-system",
1244912439
12450[[package]]12440[[package]]
12451name = "xcm-executor"12441name = "xcm-executor"
12452version = "0.9.12"12442version = "0.9.13"
12453source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"12443source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
12454dependencies = [12444dependencies = [
12455 "frame-benchmarking",12445 "frame-benchmarking",
12456 "frame-support",12446 "frame-support",
12468[[package]]12458[[package]]
12469name = "xcm-procedural"12459name = "xcm-procedural"
12470version = "0.1.0"12460version = "0.1.0"
12471source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"12461source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.13#7d8f00b90cd6d87780123b3e08ca120cfb0c6e50"
12472dependencies = [12462dependencies = [
12473 "proc-macro2",12463 "proc-macro2",
12474 "quote",12464 "quote",
modifiedDockerfile-parachaindiffbeforeafterboth
--- a/Dockerfile-parachain
+++ b/Dockerfile-parachain
@@ -4,7 +4,7 @@
 
 ARG RUST_TOOLCHAIN=nightly-2021-11-11
 #ARG RUST_C=1.55.0-nightly
-ARG POLKA_VERSION=v0.9.12
+ARG POLKA_VERSION=v0.9.13
 ARG UNIQUE_BRANCH=develop
 
 #ARG USER=***
modifiedclient/rpc/Cargo.tomldiffbeforeafterboth
--- a/client/rpc/Cargo.toml
+++ b/client/rpc/Cargo.toml
@@ -12,8 +12,8 @@
 jsonrpc-core-client = "18.0.0"
 jsonrpc-derive = "18.0.0"
 
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.12" }
-sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.12" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.12" }
-sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.12" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.12" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.13" }
+sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.13" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.13" }
+sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.13" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.13" }
modifiedcrates/evm-coder/src/abi.rsdiffbeforeafterboth
--- a/crates/evm-coder/src/abi.rs
+++ b/crates/evm-coder/src/abi.rs
@@ -4,10 +4,7 @@
 #![allow(dead_code)]
 
 #[cfg(not(feature = "std"))]
-use alloc::{
-	string::{String, ToString},
-	vec::Vec,
-};
+use alloc::vec::Vec;
 use evm_core::ExitError;
 use primitive_types::{H160, U256};
 
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.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 ################################################################################
 # Substrate Dependecies
@@ -16,150 +16,150 @@
 
 [dependencies.frame-benchmarking]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.frame-benchmarking-cli]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.pallet-transaction-payment-rpc]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.substrate-prometheus-endpoint]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sc-basic-authorship]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sc-chain-spec]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sc-cli]
 features = ['wasmtime']
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sc-client-api]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sc-consensus]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sc-consensus-aura]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sc-executor]
 features = ['wasmtime']
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sc-finality-grandpa]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sc-keystore]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sc-rpc]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sc-rpc-api]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sc-service]
 features = ['wasmtime']
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sc-telemetry]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sc-transaction-pool]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sc-tracing]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-block-builder]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-api]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-blockchain]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-consensus]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-consensus-aura]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-core]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-finality-grandpa]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-inherents]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-keystore]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-offchain]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-runtime]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-session]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-timestamp]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-transaction-pool]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-trie]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.substrate-frame-rpc-system]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sc-network]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.serde]
 features = ['derive']
@@ -174,58 +174,58 @@
 
 [dependencies.cumulus-client-consensus-aura]
 git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.cumulus-client-consensus-common]
 git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.cumulus-client-collator]
 git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.cumulus-client-cli]
 git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.cumulus-client-network]
 git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.cumulus-primitives-core]
 git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.cumulus-primitives-parachain-inherent]
 git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.cumulus-client-service]
 git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 
 ################################################################################
 # Polkadot dependencies
 [dependencies.polkadot-primitives]
 git = "https://github.com/paritytech/polkadot"
-branch = 'release-v0.9.12'
+branch = 'release-v0.9.13'
 
 [dependencies.polkadot-service]
 git = "https://github.com/paritytech/polkadot"
-branch = 'release-v0.9.12'
+branch = 'release-v0.9.13'
 
 [dependencies.polkadot-cli]
 git = "https://github.com/paritytech/polkadot"
-branch = 'release-v0.9.12'
+branch = 'release-v0.9.13'
 
 [dependencies.polkadot-test-service]
 git = "https://github.com/paritytech/polkadot"
-branch = 'release-v0.9.12'
+branch = 'release-v0.9.13'
 
 [dependencies.polkadot-parachain]
 git = "https://github.com/paritytech/polkadot"
-branch = 'release-v0.9.12'
+branch = 'release-v0.9.13'
 
 
 ################################################################################
@@ -268,13 +268,13 @@
 jsonrpc-core = '18.0.0'
 jsonrpc-pubsub = "18.0.0"
 
-fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
-fc-consensus = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
-fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
-fc-rpc = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
-fc-db = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
-fp-rpc = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
-pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
+fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
+fc-consensus = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
+fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
+fc-rpc = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
+fc-db = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
+fp-rpc = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
+pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
 
 unique-rpc = { path = "../rpc" }
 
modifiednode/cli/src/chain_spec.rsdiffbeforeafterboth
--- a/node/cli/src/chain_spec.rs
+++ b/node/cli/src/chain_spec.rs
@@ -51,7 +51,7 @@
 	AccountPublic::from(get_from_seed::<TPublic>(seed)).into_account()
 }
 
-pub fn development_config(id: ParaId) -> ChainSpec {
+pub fn development_config() -> ChainSpec {
 	let mut properties = Map::new();
 	properties.insert("tokenSymbol".into(), "OPL".into());
 	properties.insert("tokenDecimals".into(), 15.into());
@@ -76,7 +76,7 @@
 					get_account_id_from_seed::<sr25519::Public>("Alice"),
 					get_account_id_from_seed::<sr25519::Public>("Bob"),
 				],
-				id,
+				1000.into(),
 			)
 		},
 		// Bootnodes
@@ -90,12 +90,12 @@
 		// Extensions
 		Extensions {
 			relay_chain: "rococo-dev".into(),
-			para_id: id.into(),
+			para_id: 1000,
 		},
 	)
 }
 
-pub fn local_testnet_rococo_config(id: ParaId) -> ChainSpec {
+pub fn local_testnet_rococo_config() -> ChainSpec {
 	ChainSpec::from_genesis(
 		// Name
 		"Local Testnet",
@@ -125,7 +125,7 @@
 					get_account_id_from_seed::<sr25519::Public>("Eve//stash"),
 					get_account_id_from_seed::<sr25519::Public>("Ferdie//stash"),
 				],
-				id,
+				1000.into(),
 			)
 		},
 		// Bootnodes
@@ -139,12 +139,12 @@
 		// Extensions
 		Extensions {
 			relay_chain: "rococo-local".into(),
-			para_id: id.into(),
+			para_id: 1000,
 		},
 	)
 }
 
-pub fn local_testnet_westend_config(id: ParaId) -> ChainSpec {
+pub fn local_testnet_westend_config() -> ChainSpec {
 	ChainSpec::from_genesis(
 		// Name
 		"Local Testnet",
@@ -177,7 +177,7 @@
 					get_account_id_from_seed::<sr25519::Public>("Eve//stash"),
 					get_account_id_from_seed::<sr25519::Public>("Ferdie//stash"),
 				],
-				id,
+				1000.into(),
 			)
 		},
 		// Bootnodes
@@ -191,7 +191,7 @@
 		// Extensions
 		Extensions {
 			relay_chain: "westend-local".into(),
-			para_id: id.into(),
+			para_id: 1000,
 		},
 	)
 }
@@ -207,7 +207,6 @@
 			code: unique_runtime::WASM_BINARY
 				.expect("WASM binary was not build, please build it!")
 				.to_vec(),
-			changes_trie_config: Default::default(),
 		},
 		balances: BalancesConfig {
 			balances: endowed_accounts
modifiednode/cli/src/command.rsdiffbeforeafterboth
--- a/node/cli/src/command.rs
+++ b/node/cli/src/command.rs
@@ -37,14 +37,11 @@
 use sp_runtime::traits::Block as BlockT;
 use std::{io::Write, net::SocketAddr};
 
-fn load_spec(
-	id: &str,
-	para_id: ParaId,
-) -> std::result::Result<Box<dyn sc_service::ChainSpec>, String> {
+fn load_spec(id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, String> {
 	Ok(match id {
-		"westend-local" => Box::new(chain_spec::local_testnet_westend_config(para_id)),
-		"dev" => Box::new(chain_spec::development_config(para_id)),
-		"" | "local" => Box::new(chain_spec::local_testnet_rococo_config(para_id)),
+		"westend-local" => Box::new(chain_spec::local_testnet_westend_config()),
+		"dev" => Box::new(chain_spec::development_config()),
+		"" | "local" => Box::new(chain_spec::local_testnet_rococo_config()),
 		path => Box::new(chain_spec::ChainSpec::from_json_file(
 			std::path::PathBuf::from(path),
 		)?),
@@ -85,7 +82,7 @@
 	}
 
 	fn load_spec(&self, id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, String> {
-		load_spec(id, self.run.parachain_id.unwrap_or(2000).into())
+		load_spec(id)
 	}
 
 	fn native_runtime_version(_: &Box<dyn ChainSpec>) -> &'static RuntimeVersion {
@@ -216,10 +213,8 @@
 			builder.with_profiling(sc_tracing::TracingReceiver::Log, "");
 			let _ = builder.init();
 
-			let block: Block = generate_genesis_block(&load_spec(
-				&params.chain.clone().unwrap_or_default(),
-				params.parachain_id.unwrap_or(2000).into(),
-			)?)?;
+			let block: Block =
+				generate_genesis_block(&load_spec(&params.chain.clone().unwrap_or_default())?)?;
 			let raw_header = block.header().encode();
 			let output_buf = if params.raw {
 				raw_header
@@ -271,8 +266,9 @@
 			let runner = cli.create_runner(&cli.run.normalize())?;
 
 			runner.run_node_until_exit(|config| async move {
-				let para_id =
-					chain_spec::Extensions::try_get(&*config.chain_spec).map(|e| e.para_id);
+				let para_id = chain_spec::Extensions::try_get(&*config.chain_spec)
+					.map(|e| e.para_id)
+					.ok_or("Could not find parachain ID in chain-spec.")?;
 
 				let polkadot_cli = RelayChainCli::new(
 					&config,
@@ -281,7 +277,7 @@
 						.chain(cli.relaychain_args.iter()),
 				);
 
-				let id = ParaId::from(cli.run.parachain_id.or(para_id).unwrap_or(2000));
+				let id = ParaId::from(para_id);
 
 				let parachain_account =
 					AccountIdConversion::<polkadot_primitives::v0::AccountId>::into_account(&id);
modifiednode/cli/src/service.rsdiffbeforeafterboth
--- a/node/cli/src/service.rs
+++ b/node/cli/src/service.rs
@@ -162,7 +162,9 @@
 	let telemetry_worker_handle = telemetry.as_ref().map(|(worker, _)| worker.handle());
 
 	let telemetry = telemetry.map(|(worker, telemetry)| {
-		task_manager.spawn_handle().spawn("telemetry", worker.run());
+		task_manager
+			.spawn_handle()
+			.spawn("telemetry", None, worker.run());
 		telemetry
 	});
 
@@ -277,7 +279,6 @@
 			transaction_pool: transaction_pool.clone(),
 			spawn_handle: task_manager.spawn_handle(),
 			import_queue: import_queue.clone(),
-			on_demand: None,
 			block_announce_validator_builder: Some(Box::new(|_| block_announce_validator)),
 			warp_sync: None,
 		})?;
@@ -315,6 +316,7 @@
 
 	task_manager.spawn_essential_handle().spawn(
 		"frontier-mapping-sync-worker",
+		None,
 		MappingSyncWorker::new(
 			client.import_notification_stream(),
 			Duration::new(6, 0),
@@ -327,8 +329,6 @@
 	);
 
 	sc_service::spawn_tasks(sc_service::SpawnTasksParams {
-		on_demand: None,
-		remote_blockchain: None,
 		rpc_extensions_builder,
 		client: client.clone(),
 		transaction_pool: transaction_pool.clone(),
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"] }
 jsonrpc-core = "18.0.0"
 jsonrpc-pubsub = "18.0.0"
-# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-pallet-transaction-payment-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sc-client-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sc-consensus-aura = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sc-consensus-epochs = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sc-finality-grandpa = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sc-finality-grandpa-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sc-keystore = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sc-network = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sc-rpc-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sc-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sc-service = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-block-builder = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-blockchain = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-consensus = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-consensus-aura = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-core = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-offchain = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-runtime = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-storage = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-session = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-transaction-pool = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sc-transaction-pool = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-substrate-frame-rpc-system = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+pallet-transaction-payment-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sc-client-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sc-consensus-aura = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sc-consensus-epochs = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sc-finality-grandpa = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sc-finality-grandpa-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sc-keystore = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sc-network = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sc-rpc-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sc-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sc-service = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-block-builder = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-blockchain = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-consensus = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-consensus-aura = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-core = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-offchain = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-runtime = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-storage = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-session = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-transaction-pool = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sc-transaction-pool = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+substrate-frame-rpc-system = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
 tokio = { version = "0.2.25", features = ["macros", "sync"] }
 
-pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
-fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
-fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
-fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
-fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
+pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
+fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
+fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
+fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
+fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
 
 pallet-unique = { path = "../../pallets/unique" }
 uc-rpc = { path = "../../client/rpc" }
modifiednode/rpc/src/lib.rsdiffbeforeafterboth
--- a/node/rpc/src/lib.rs
+++ b/node/rpc/src/lib.rs
@@ -26,18 +26,6 @@
 /// Public io handler for exporting into other modules
 pub type IoHandler = jsonrpc_core::IoHandler<sc_rpc::Metadata>;
 
-/// Light client extra dependencies.
-pub struct LightDeps<C, F, P> {
-	/// The client instance to use.
-	pub client: Arc<C>,
-	/// Transaction pool instance.
-	pub pool: Arc<P>,
-	/// Remote access to the blockchain (async).
-	pub remote_blockchain: Arc<dyn sc_client_api::light::RemoteBlockchain<Block>>,
-	/// Fetcher instance.
-	pub fetcher: Arc<F>,
-}
-
 /// Extra dependencies for GRANDPA
 pub struct GrandpaDeps<B> {
 	/// Voting round info.
@@ -237,31 +225,6 @@
 		),
 		overrides,
 	)));
-
-	io
-}
-
-/// Instantiate all Light RPC extensions.
-pub fn create_light<C, P, M, F>(deps: LightDeps<C, F, P>) -> jsonrpc_core::IoHandler<M>
-where
-	C: sp_blockchain::HeaderBackend<Block>,
-	C: Send + Sync + 'static,
-	F: sc_client_api::light::Fetcher<Block> + 'static,
-	P: TransactionPool + 'static,
-	M: jsonrpc_core::Metadata + Default,
-{
-	use substrate_frame_rpc_system::{LightSystem, SystemApi};
-
-	let LightDeps {
-		client,
-		pool,
-		remote_blockchain,
-		fetcher,
-	} = deps;
-	let mut io = jsonrpc_core::IoHandler::default();
-	io.extend_with(SystemApi::<Hash, AccountId, Index>::to_delegate(
-		LightSystem::new(client, remote_blockchain, fetcher, pool),
-	));
 
 	io
 }
modifiedpallets/common/Cargo.tomldiffbeforeafterboth
--- a/pallets/common/Cargo.toml
+++ b/pallets/common/Cargo.toml
@@ -10,16 +10,16 @@
 version = '2.0.0'
 
 [dependencies]
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
 up-evm-mapping = { default-features = false, path = '../../primitives/evm-mapping' }
 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' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
 serde = { version = "1.0.130", default-features = false }
 scale-info = { version = "1.0.0", default-features = false, features = [
     "derive",
modifiedpallets/contract-helpers/Cargo.tomldiffbeforeafterboth
--- a/pallets/contract-helpers/Cargo.toml
+++ b/pallets/contract-helpers/Cargo.toml
@@ -11,12 +11,12 @@
 
 [dependencies]
 scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-pallet-contracts = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring" }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+pallet-contracts = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.13' }
 
 [features]
 default = ["std"]
modifiedpallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-coder-substrate/Cargo.toml
+++ b/pallets/evm-coder-substrate/Cargo.toml
@@ -7,15 +7,15 @@
 scale-info = { version = "1.0.0", default-features = false, features = [
     "derive",
 ] }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
 ethereum = { version = "0.10.0", default-features = false }
 evm-coder = { default-features = false, path = "../../crates/evm-coder" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
 
 [dependencies.codec]
 default-features = false
modifiedpallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-contract-helpers/Cargo.toml
+++ b/pallets/evm-contract-helpers/Cargo.toml
@@ -7,15 +7,15 @@
 scale-info = { version = "1.0.0", default-features = false, features = [
     "derive",
 ] }
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
 evm-coder = { default-features = false, path = '../../crates/evm-coder' }
 pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.13' }
 log = "0.4.14"
 
 [dependencies.codec]
modifiedpallets/evm-migration/Cargo.tomldiffbeforeafterboth
--- a/pallets/evm-migration/Cargo.toml
+++ b/pallets/evm-migration/Cargo.toml
@@ -7,15 +7,15 @@
 scale-info = { version = "1.0.0", default-features = false, features = [
     "derive",
 ] }
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
 
 [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
@@ -7,16 +7,16 @@
 scale-info = { version = "1.0.0", default-features = false, features = [
     "derive",
 ] }
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring" }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.13' }
 up-evm-mapping = { default-features = false, path = "../../primitives/evm-mapping" }
 
 [dependencies.codec]
modifiedpallets/fungible/Cargo.tomldiffbeforeafterboth
--- a/pallets/fungible/Cargo.toml
+++ b/pallets/fungible/Cargo.toml
@@ -10,17 +10,17 @@
 version = '2.0.0'
 
 [dependencies]
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
 pallet-common = { default-features = false, path = '../common' }
 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.10.0", default-features = false }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
 scale-info = { version = "1.0.0", 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.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.frame-support]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.frame-system]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.pallet-balances]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.pallet-timestamp]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.pallet-randomness-collective-flip]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-std]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.serde]
 default-features = false
@@ -83,17 +83,17 @@
 [dependencies.sp-runtime]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-core]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-io]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies]
 scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
modifiedpallets/nonfungible/Cargo.tomldiffbeforeafterboth
--- a/pallets/nonfungible/Cargo.toml
+++ b/pallets/nonfungible/Cargo.toml
@@ -10,17 +10,17 @@
 version = '2.0.0'
 
 [dependencies]
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
 pallet-common = { default-features = false, path = '../common' }
 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.10.0", default-features = false }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
 scale-info = { version = "1.0.0", default-features = false, features = [
     "derive",
 ] }
modifiedpallets/refungible/Cargo.tomldiffbeforeafterboth
--- a/pallets/refungible/Cargo.toml
+++ b/pallets/refungible/Cargo.toml
@@ -10,14 +10,14 @@
 version = '2.0.0'
 
 [dependencies]
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
 pallet-common = { default-features = false, path = '../common' }
 up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
 scale-info = { version = "1.0.0", default-features = false, features = [
     "derive",
 ] }
modifiedpallets/scheduler/Cargo.tomldiffbeforeafterboth
--- a/pallets/scheduler/Cargo.toml
+++ b/pallets/scheduler/Cargo.toml
@@ -13,19 +13,19 @@
 serde = { version = "1.0.130", default-features = false }
 codec = { package = "parity-scale-codec", version = "2.3.0", default-features = false }
 scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
 
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.13' }
 log = { version = "0.4.14", default-features = false }
 
 [dev-dependencies]
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-substrate-test-utils = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+substrate-test-utils = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
 
 [features]
 default = ["std"]
modifiedpallets/unique/Cargo.tomldiffbeforeafterboth
--- a/pallets/unique/Cargo.toml
+++ b/pallets/unique/Cargo.toml
@@ -61,42 +61,42 @@
 default-features = false
 optional = true
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.frame-support]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.frame-system]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.pallet-balances]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.pallet-timestamp]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.pallet-randomness-collective-flip]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-std]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.pallet-transaction-payment]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.serde]
 default-features = false
@@ -106,17 +106,17 @@
 [dependencies.sp-runtime]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-core]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-io]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 
 ################################################################################
@@ -129,9 +129,9 @@
 ] }
 ethereum = { version = "0.10.0", default-features = false }
 rlp = { default-features = false, version = "0.5.0" }
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.12" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.13" }
 
-up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring" }
+up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.13' }
 up-evm-mapping = { default-features = false, path = "../../primitives/evm-mapping" }
 evm-coder = { default-features = false, path = "../../crates/evm-coder" }
 pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
@@ -139,9 +139,9 @@
     "serde_no_std",
 ] }
 
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
 hex-literal = "0.3.3"
 
 pallet-common = { default-features = false, path = "../common" }
modifiedprimitives/data-structs/Cargo.tomldiffbeforeafterboth
--- a/primitives/data-structs/Cargo.toml
+++ b/primitives/data-structs/Cargo.toml
@@ -16,11 +16,11 @@
 serde = { version = "1.0.130", features = [
   'derive',
 ], default-features = false, optional = true }
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
 derivative = "2.2.0"
 
 [features]
modifiedprimitives/evm-mapping/Cargo.tomldiffbeforeafterboth
--- a/primitives/evm-mapping/Cargo.toml
+++ b/primitives/evm-mapping/Cargo.toml
@@ -4,8 +4,8 @@
 edition = "2021"
 
 [dependencies]
-sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
 
 [features]
 default = ["std"]
modifiedprimitives/rpc/Cargo.tomldiffbeforeafterboth
--- a/primitives/rpc/Cargo.toml
+++ b/primitives/rpc/Cargo.toml
@@ -9,10 +9,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.git', branch = 'polkadot-v0.9.12' }
-sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-api = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
-sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-api = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.13' }
 
 [features]
 default = ["std"]
modifiedruntime/Cargo.tomldiffbeforeafterboth
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -117,33 +117,33 @@
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
 optional = true
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.frame-executive]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.frame-support]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.frame-system]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.frame-system-benchmarking]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
 optional = true
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.frame-system-rpc-runtime-api]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.hex-literal]
 optional = true
@@ -158,131 +158,131 @@
 [dependencies.pallet-aura]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.pallet-balances]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 # Contracts specific packages
 # [dependencies.pallet-contracts]
 # git = 'https://github.com/paritytech/substrate.git'
 # default-features = false
-# branch = 'polkadot-v0.9.12'
+# branch = 'polkadot-v0.9.13'
 # version = '4.0.0-dev'
 
 # [dependencies.pallet-contracts-primitives]
 # git = 'https://github.com/paritytech/substrate.git'
 # default-features = false
-# branch = 'polkadot-v0.9.12'
+# branch = 'polkadot-v0.9.13'
 # version = '4.0.0-dev'
 
 # [dependencies.pallet-contracts-rpc-runtime-api]
 # git = 'https://github.com/paritytech/substrate.git'
 # default-features = false
-# branch = 'polkadot-v0.9.12'
+# branch = 'polkadot-v0.9.13'
 # version = '4.0.0-dev'
 
 [dependencies.pallet-randomness-collective-flip]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.pallet-sudo]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.pallet-timestamp]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.pallet-transaction-payment]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.pallet-transaction-payment-rpc-runtime-api]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.pallet-treasury]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 # [dependencies.pallet-vesting]
 # default-features = false
 # git = 'https://github.com/paritytech/substrate.git'
-# branch = 'polkadot-v0.9.12'
+# branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-arithmetic]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-api]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-block-builder]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-core]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-consensus-aura]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-inherents]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-io]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-offchain]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-runtime]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-session]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-std]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-transaction-pool]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.sp-version]
 default-features = false
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.smallvec]
 version = '1.6.1'
@@ -293,46 +293,46 @@
 [dependencies.parachain-info]
 default-features = false
 git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 
 [dependencies.cumulus-pallet-aura-ext]
 git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 default-features = false
 
 [dependencies.cumulus-pallet-parachain-system]
 git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 default-features = false
 
 [dependencies.cumulus-primitives-core]
 git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 default-features = false
 
 [dependencies.cumulus-pallet-xcm]
 git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 default-features = false
 
 [dependencies.cumulus-pallet-dmp-queue]
 git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 default-features = false
 
 [dependencies.cumulus-pallet-xcmp-queue]
 git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 default-features = false
 
 [dependencies.cumulus-primitives-utility]
 git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 default-features = false
 
 [dependencies.cumulus-primitives-timestamp]
 git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
 default-features = false
 
 ################################################################################
@@ -340,31 +340,32 @@
 
 [dependencies.polkadot-parachain]
 git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.12'
+branch = 'release-v0.9.13'
 default-features = false
 
 [dependencies.xcm]
 git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.12'
+branch = 'release-v0.9.13'
 default-features = false
 
 [dependencies.xcm-builder]
 git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.12'
+branch = 'release-v0.9.13'
 default-features = false
 
 [dependencies.xcm-executor]
 git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.12'
+branch = 'release-v0.9.13'
 default-features = false
 
 [dependencies.pallet-xcm]
 git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.12'
+branch = 'release-v0.9.13'
 default-features = false
 
 [dependencies.orml-vesting]
 git = 'https://github.com/UniqueNetwork/open-runtime-module-library'
+branch = 'polkadot-v0.9.13'
 version = "0.4.1-dev" 
 default-features = false
 
@@ -387,20 +388,20 @@
 pallet-nonfungible = { default-features = false, path = "../pallets/nonfungible" }
 pallet-unq-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", 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.13', 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.git", branch = "unique-polkadot-v0.9.12-weights" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12-weights" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.13" }
 
 ################################################################################
 # Build Dependencies
 
 [build-dependencies.substrate-wasm-builder]
 git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.12'
+branch = 'polkadot-v0.9.13'
modifiedruntime/src/lib.rsdiffbeforeafterboth
--- a/runtime/src/lib.rs
+++ b/runtime/src/lib.rs
@@ -57,7 +57,7 @@
 // use pallet_contracts::weights::WeightInfo;
 // #[cfg(any(feature = "std", test))]
 use frame_system::{
-	self as system, EnsureRoot, EnsureSigned,
+	self as frame_system, EnsureRoot, EnsureSigned,
 	limits::{BlockWeights, BlockLength},
 };
 use sp_arithmetic::{
@@ -118,7 +118,7 @@
 pub type Hash = sp_core::H256;
 
 /// Digest item type.
-pub type DigestItem = generic::DigestItem<Hash>;
+pub type DigestItem = generic::DigestItem;
 
 /// Opaque types. These are used by the CLI to instantiate machinery that don't need to know
 /// the specifics of the runtime. They can then be made to be agnostic over specific formats
@@ -323,7 +323,7 @@
 
 impl pallet_randomness_collective_flip::Config for Runtime {}
 
-impl system::Config for Runtime {
+impl frame_system::Config for Runtime {
 	/// The data to be stored in an account.
 	type AccountData = pallet_balances::AccountData<Balance>;
 	/// The identifier used to distinguish between accounts.
@@ -366,7 +366,7 @@
 	/// This is used as an identifier of the chain. 42 is the generic substrate prefix.
 	type SS58Prefix = SS58Prefix;
 	/// Weight information for the extrinsics of this pallet.
-	type SystemWeightInfo = system::weights::SubstrateWeight<Self>;
+	type SystemWeightInfo = frame_system::weights::SubstrateWeight<Self>;
 	/// Version of the runtime.
 	type Version = Version;
 }
@@ -869,7 +869,7 @@
 		TransactionPayment: pallet_transaction_payment::{Pallet, Storage} = 33,
 		Treasury: pallet_treasury::{Pallet, Call, Storage, Config, Event<T>} = 34,
 		Sudo: pallet_sudo::{Pallet, Call, Storage, Config<T>, Event<T>} = 35,
-		System: system::{Pallet, Call, Storage, Config, Event<T>} = 36,
+		System: frame_system::{Pallet, Call, Storage, Config, Event<T>} = 36,
 		Vesting: orml_vesting::{Pallet, Storage, Call, Event<T>, Config<T>} = 37,
 		// Vesting: pallet_vesting::{Pallet, Call, Config<T>, Storage, Event<T>} = 37,
 		// Contracts: pallet_contracts::{Pallet, Call, Storage, Event<T>} = 38,
@@ -939,12 +939,12 @@
 pub type BlockId = generic::BlockId<Block>;
 /// The SignedExtension to the basic transaction logic.
 pub type SignedExtra = (
-	system::CheckSpecVersion<Runtime>,
+	frame_system::CheckSpecVersion<Runtime>,
 	// system::CheckTxVersion<Runtime>,
-	system::CheckGenesis<Runtime>,
-	system::CheckEra<Runtime>,
-	system::CheckNonce<Runtime>,
-	system::CheckWeight<Runtime>,
+	frame_system::CheckGenesis<Runtime>,
+	frame_system::CheckEra<Runtime>,
+	frame_system::CheckNonce<Runtime>,
+	frame_system::CheckWeight<Runtime>,
 	pallet_charge_transaction::ChargeTransactionPayment<Runtime>,
 	//pallet_contract_helpers::ContractHelpersExtension<Runtime>,
 );
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.12
+git checkout release-v0.9.13
 ```
 
 2. Build with nightly-2021-11-11