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

difftreelog

build patch to use substrate master

Yaroslav Bolyukin2023-11-17parent: #a9c0e00.patch.diff
in: master

10 files changed

modifiedCargo.lockdiffbeforeafterboth
110 "cipher 0.3.0",110 "cipher 0.3.0",
111 "ctr 0.8.0",111 "ctr 0.8.0",
112 "ghash 0.4.4",112 "ghash 0.4.4",
113 "subtle",113 "subtle 2.4.1",
114]114]
115115
116[[package]]116[[package]]
124 "cipher 0.4.4",124 "cipher 0.4.4",
125 "ctr 0.9.2",125 "ctr 0.9.2",
126 "ghash 0.5.0",126 "ghash 0.5.0",
127 "subtle",127 "subtle 2.4.1",
128]128]
129129
130[[package]]130[[package]]
149149
150[[package]]150[[package]]
151name = "ahash"151name = "ahash"
152version = "0.7.6"152version = "0.7.7"
153source = "registry+https://github.com/rust-lang/crates.io-index"153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"154checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd"
155dependencies = [155dependencies = [
156 "getrandom 0.2.10",156 "getrandom 0.2.10",
157 "once_cell",157 "once_cell",
160160
161[[package]]161[[package]]
162name = "ahash"162name = "ahash"
163version = "0.8.3"163version = "0.8.6"
164source = "registry+https://github.com/rust-lang/crates.io-index"164source = "registry+https://github.com/rust-lang/crates.io-index"
165checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"165checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
166dependencies = [166dependencies = [
167 "cfg-if",167 "cfg-if",
168 "getrandom 0.2.10",168 "getrandom 0.2.10",
169 "once_cell",169 "once_cell",
170 "version_check",170 "version_check",
171 "zerocopy",
171]172]
172173
173[[package]]174[[package]]
174name = "aho-corasick"175name = "aho-corasick"
175version = "1.1.1"176version = "1.1.2"
176source = "registry+https://github.com/rust-lang/crates.io-index"177source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"178checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
178dependencies = [179dependencies = [
179 "memchr",180 "memchr",
180]181]
310checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"311checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
311312
312[[package]]313[[package]]
314name = "ark-bls12-377"
315version = "0.4.0"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "fb00293ba84f51ce3bd026bd0de55899c4e68f0a39a5728cebae3a73ffdc0a4f"
318dependencies = [
319 "ark-ec",
320 "ark-ff",
321 "ark-std",
322]
323
324[[package]]
313name = "ark-bls12-381"325name = "ark-bls12-381"
314version = "0.4.0"326version = "0.4.0"
315source = "registry+https://github.com/rust-lang/crates.io-index"327source = "registry+https://github.com/rust-lang/crates.io-index"
408420
409[[package]]421[[package]]
410name = "ark-scale"422name = "ark-scale"
411version = "0.0.10"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413checksum = "49b08346a3e38e2be792ef53ee168623c9244d968ff00cd70fb9932f6fe36393"
414dependencies = [
415 "ark-ec",
416 "ark-ff",
417 "ark-serialize",
418 "ark-std",
419 "parity-scale-codec",
420]
421
422[[package]]
423name = "ark-scale"
424version = "0.0.11"423version = "0.0.11"
425source = "registry+https://github.com/rust-lang/crates.io-index"424source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "51bd73bb6ddb72630987d37fa963e99196896c0d0ea81b7c894567e74a2f83af"425checksum = "51bd73bb6ddb72630987d37fa963e99196896c0d0ea81b7c894567e74a2f83af"
436[[package]]435[[package]]
437name = "ark-secret-scalar"436name = "ark-secret-scalar"
438version = "0.0.2"437version = "0.0.2"
439source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1"438source = "git+https://github.com/w3f/ring-vrf?rev=4b09416#4b09416fd23383ec436ddac127d58c7b7cd392c6"
440dependencies = [439dependencies = [
441 "ark-ec",440 "ark-ec",
442 "ark-ff",441 "ark-ff",
484[[package]]483[[package]]
485name = "ark-transcript"484name = "ark-transcript"
486version = "0.0.2"485version = "0.0.2"
487source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1"486source = "git+https://github.com/w3f/ring-vrf?rev=4b09416#4b09416fd23383ec436ddac127d58c7b7cd392c6"
488dependencies = [487dependencies = [
489 "ark-ff",488 "ark-ff",
490 "ark-serialize",489 "ark-serialize",
496495
497[[package]]496[[package]]
498name = "array-bytes"497name = "array-bytes"
498version = "4.2.0"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6"
501
502[[package]]
503name = "array-bytes"
499version = "6.1.0"504version = "6.1.0"
500source = "registry+https://github.com/rust-lang/crates.io-index"505source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "d9b1c5a481ec30a5abd8dfbd94ab5cf1bb4e9a66be7f1b3b322f2f1170c200fd"506checksum = "d9b1c5a481ec30a5abd8dfbd94ab5cf1bb4e9a66be7f1b3b322f2f1170c200fd"
607checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"612checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
608dependencies = [613dependencies = [
609 "concurrent-queue",614 "concurrent-queue",
610 "event-listener",615 "event-listener 2.5.3",
611 "futures-core",616 "futures-core",
612]617]
613618
614[[package]]619[[package]]
615name = "async-executor"620name = "async-executor"
616version = "1.5.4"621version = "1.6.0"
617source = "registry+https://github.com/rust-lang/crates.io-index"622source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "2c1da3ae8dabd9c00f453a329dfe1fb28da3c0a72e2478cdcd93171740c20499"623checksum = "4b0c4a4f319e45986f347ee47fef8bf5e81c9abc3f6f58dc2391439f30df65f0"
619dependencies = [624dependencies = [
620 "async-lock",625 "async-lock",
621 "async-task",626 "async-task",
650 "futures-lite",655 "futures-lite",
651 "log",656 "log",
652 "parking",657 "parking",
653 "polling",658 "polling 2.8.0",
654 "rustix 0.37.24",659 "rustix 0.37.27",
655 "slab",660 "slab",
656 "socket2 0.4.9",661 "socket2 0.4.10",
657 "waker-fn",662 "waker-fn",
658]663]
659664
660[[package]]665[[package]]
666name = "async-io"
667version = "2.1.0"
668source = "registry+https://github.com/rust-lang/crates.io-index"
669checksum = "10da8f3146014722c89e7859e1d7bb97873125d7346d10ca642ffab794355828"
670dependencies = [
671 "async-lock",
672 "cfg-if",
673 "concurrent-queue",
674 "futures-io",
675 "futures-lite",
676 "parking",
677 "polling 3.3.0",
678 "rustix 0.38.21",
679 "slab",
680 "tracing",
681 "waker-fn",
682 "windows-sys 0.48.0",
683]
684
685[[package]]
661name = "async-lock"686name = "async-lock"
662version = "2.8.0"687version = "2.8.0"
663source = "registry+https://github.com/rust-lang/crates.io-index"688source = "registry+https://github.com/rust-lang/crates.io-index"
664checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"689checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
665dependencies = [690dependencies = [
666 "event-listener",691 "event-listener 2.5.3",
667]692]
668693
669[[package]]694[[package]]
672source = "registry+https://github.com/rust-lang/crates.io-index"697source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"698checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
674dependencies = [699dependencies = [
675 "async-io",700 "async-io 1.13.0",
676 "blocking",701 "blocking",
677 "futures-lite",702 "futures-lite",
678]703]
679704
680[[package]]705[[package]]
681name = "async-process"706name = "async-process"
682version = "1.7.0"707version = "1.8.1"
683source = "registry+https://github.com/rust-lang/crates.io-index"708source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9"709checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
685dependencies = [710dependencies = [
686 "async-io",711 "async-io 1.13.0",
687 "async-lock",712 "async-lock",
688 "autocfg",713 "async-signal",
689 "blocking",714 "blocking",
690 "cfg-if",715 "cfg-if",
691 "event-listener",716 "event-listener 3.0.1",
692 "futures-lite",717 "futures-lite",
693 "rustix 0.37.24",718 "rustix 0.38.21",
694 "signal-hook",
695 "windows-sys 0.48.0",719 "windows-sys 0.48.0",
696]720]
697721
698[[package]]722[[package]]
699name = "async-recursion"723name = "async-signal"
700version = "1.0.5"724version = "0.2.5"
701source = "registry+https://github.com/rust-lang/crates.io-index"725source = "registry+https://github.com/rust-lang/crates.io-index"
702checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"726checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"
703dependencies = [727dependencies = [
704 "proc-macro2",728 "async-io 2.1.0",
705 "quote",729 "async-lock",
706 "syn 2.0.37",730 "atomic-waker",
731 "cfg-if",
732 "futures-core",
733 "futures-io",
734 "rustix 0.38.21",
735 "signal-hook-registry",
736 "slab",
737 "windows-sys 0.48.0",
707]738]
708739
709[[package]]740[[package]]
710name = "async-task"741name = "async-task"
711version = "4.4.1"742version = "4.5.0"
712source = "registry+https://github.com/rust-lang/crates.io-index"743source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "b9441c6b2fe128a7c2bf680a44c34d0df31ce09e5b7e401fcca3faa483dbc921"744checksum = "b4eb2cdb97421e01129ccb49169d8279ed21e829929144f4a22a6e54ac549ca1"
714745
715[[package]]746[[package]]
716name = "async-trait"747name = "async-trait"
717version = "0.1.73"748version = "0.1.74"
718source = "registry+https://github.com/rust-lang/crates.io-index"749source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"750checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9"
720dependencies = [751dependencies = [
721 "proc-macro2",752 "proc-macro2",
722 "quote",753 "quote",
723 "syn 2.0.37",754 "syn 2.0.38",
724]755]
725756
726[[package]]757[[package]]
795[[package]]826[[package]]
796name = "bandersnatch_vrfs"827name = "bandersnatch_vrfs"
797version = "0.0.1"828version = "0.0.1"
798source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1"829source = "git+https://github.com/w3f/ring-vrf?rev=4b09416#4b09416fd23383ec436ddac127d58c7b7cd392c6"
799dependencies = [830dependencies = [
800 "ark-bls12-381",831 "ark-bls12-381",
801 "ark-ec",832 "ark-ec",
802 "ark-ed-on-bls12-381-bandersnatch",833 "ark-ed-on-bls12-381-bandersnatch",
803 "ark-ff",834 "ark-ff",
804 "ark-scale 0.0.11",
805 "ark-serialize",835 "ark-serialize",
806 "ark-std",836 "ark-std",
807 "dleq_vrf",837 "dleq_vrf",
840870
841[[package]]871[[package]]
842name = "base64"872name = "base64"
843version = "0.21.4"873version = "0.21.5"
844source = "registry+https://github.com/rust-lang/crates.io-index"874source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"875checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
846876
847[[package]]877[[package]]
848name = "base64ct"878name = "base64ct"
862[[package]]892[[package]]
863name = "binary-merkle-tree"893name = "binary-merkle-tree"
864version = "4.0.0-dev"894version = "4.0.0-dev"
865source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"895source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
866dependencies = [896dependencies = [
867 "hash-db 0.16.0",897 "hash-db 0.16.0",
868 "log",898 "log",
895 "regex",925 "regex",
896 "rustc-hash",926 "rustc-hash",
897 "shlex",927 "shlex",
898 "syn 2.0.37",928 "syn 2.0.38",
899]929]
900930
901[[package]]931[[package]]
905checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f"935checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f"
906dependencies = [936dependencies = [
907 "bitcoin_hashes",937 "bitcoin_hashes",
938 "rand 0.8.5",
939 "rand_core 0.6.4",
940 "serde",
941 "unicode-normalization",
908]942]
909943
910[[package]]944[[package]]
921955
922[[package]]956[[package]]
923name = "bitflags"957name = "bitflags"
924version = "2.4.0"958version = "2.4.1"
925source = "registry+https://github.com/rust-lang/crates.io-index"959source = "registry+https://github.com/rust-lang/crates.io-index"
926checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"960checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
927961
928[[package]]962[[package]]
929name = "bitvec"963name = "bitvec"
939973
940[[package]]974[[package]]
941name = "blake2"975name = "blake2"
976version = "0.8.1"
977source = "registry+https://github.com/rust-lang/crates.io-index"
978checksum = "94cb07b0da6a73955f8fb85d24c466778e70cda767a568229b104f0264089330"
979dependencies = [
980 "byte-tools",
981 "crypto-mac 0.7.0",
982 "digest 0.8.1",
983 "opaque-debug 0.2.3",
984]
985
986[[package]]
987name = "blake2"
942version = "0.10.6"988version = "0.10.6"
943source = "registry+https://github.com/rust-lang/crates.io-index"989source = "registry+https://github.com/rust-lang/crates.io-index"
944checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"990checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
10481094
1049[[package]]1095[[package]]
1050name = "blocking"1096name = "blocking"
1051version = "1.4.0"1097version = "1.4.1"
1052source = "registry+https://github.com/rust-lang/crates.io-index"1098source = "registry+https://github.com/rust-lang/crates.io-index"
1053checksum = "94c4ef1f913d78636d78d538eec1f18de81e481f44b1be0a81060090530846e1"1099checksum = "8c36a4d0d48574b3dd360b4b7d95cc651d2b6557b6402848a27d4b228a473e2a"
1054dependencies = [1100dependencies = [
1055 "async-channel",1101 "async-channel",
1056 "async-lock",1102 "async-lock",
10841130
1085[[package]]1131[[package]]
1086name = "bounded-collections"1132name = "bounded-collections"
1087version = "0.1.8"1133version = "0.1.9"
1088source = "registry+https://github.com/rust-lang/crates.io-index"1134source = "registry+https://github.com/rust-lang/crates.io-index"
1089checksum = "eb5b05133427c07c4776906f673ccf36c21b102c9829c641a5b56bd151d44fd6"1135checksum = "ca548b6163b872067dc5eb82fd130c56881435e30367d2073594a3d9744120dd"
1090dependencies = [1136dependencies = [
1091 "log",1137 "log",
1092 "parity-scale-codec",1138 "parity-scale-codec",
1104]1150]
11051151
1106[[package]]1152[[package]]
1153name = "bp-xcm-bridge-hub-router"
1154version = "0.1.0"
1155source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
1156dependencies = [
1157 "parity-scale-codec",
1158 "scale-info",
1159 "sp-core",
1160 "sp-runtime",
1161]
1162
1163[[package]]
1107name = "bs58"1164name = "bs58"
1108version = "0.4.0"1165version = "0.4.0"
1109source = "registry+https://github.com/rust-lang/crates.io-index"1166source = "registry+https://github.com/rust-lang/crates.io-index"
11201177
1121[[package]]1178[[package]]
1122name = "bstr"1179name = "bstr"
1123version = "1.6.2"1180version = "1.7.0"
1124source = "registry+https://github.com/rust-lang/crates.io-index"1181source = "registry+https://github.com/rust-lang/crates.io-index"
1125checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a"1182checksum = "c79ad7fb2dd38f3dabd76b09c6a5a20c038fc0213ef1e9afd30eb777f120f019"
1126dependencies = [1183dependencies = [
1127 "memchr",1184 "memchr",
1128 "serde",1185 "serde",
11631220
1164[[package]]1221[[package]]
1165name = "byteorder"1222name = "byteorder"
1166version = "1.4.3"1223version = "1.5.0"
1167source = "registry+https://github.com/rust-lang/crates.io-index"1224source = "registry+https://github.com/rust-lang/crates.io-index"
1168checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"1225checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
11691226
1170[[package]]1227[[package]]
1171name = "bytes"1228name = "bytes"
1185]1242]
11861243
1187[[package]]1244[[package]]
1245name = "c2-chacha"
1246version = "0.3.3"
1247source = "registry+https://github.com/rust-lang/crates.io-index"
1248checksum = "d27dae93fe7b1e0424dc57179ac396908c26b035a87234809f5c4dfd1b47dc80"
1249dependencies = [
1250 "cipher 0.2.5",
1251 "ppv-lite86",
1252]
1253
1254[[package]]
1188name = "camino"1255name = "camino"
1189version = "1.1.6"1256version = "1.1.6"
1190source = "registry+https://github.com/rust-lang/crates.io-index"1257source = "registry+https://github.com/rust-lang/crates.io-index"
11951262
1196[[package]]1263[[package]]
1197name = "cargo-platform"1264name = "cargo-platform"
1198version = "0.1.3"1265version = "0.1.4"
1199source = "registry+https://github.com/rust-lang/crates.io-index"1266source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "2cfa25e60aea747ec7e1124f238816749faa93759c6ff5b31f1ccdda137f4479"1267checksum = "12024c4645c97566567129c204f65d5815a8c9aecf30fcbe682b2fe034996d36"
1201dependencies = [1268dependencies = [
1202 "serde",1269 "serde",
1203]1270]
1210dependencies = [1277dependencies = [
1211 "camino",1278 "camino",
1212 "cargo-platform",1279 "cargo-platform",
1213 "semver 1.0.19",1280 "semver 1.0.20",
1214 "serde",1281 "serde",
1215 "serde_json",1282 "serde_json",
1216 "thiserror",1283 "thiserror",
1234dependencies = [1301dependencies = [
1235 "aead 0.3.2",1302 "aead 0.3.2",
1236 "cipher 0.2.5",1303 "cipher 0.2.5",
1237 "subtle",1304 "subtle 2.4.1",
1238]1305]
12391306
1240[[package]]1307[[package]]
1268checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"1335checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
12691336
1270[[package]]1337[[package]]
1338name = "chacha"
1339version = "0.3.0"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "ddf3c081b5fba1e5615640aae998e0fbd10c24cbd897ee39ed754a77601a4862"
1342dependencies = [
1343 "byteorder",
1344 "keystream",
1345]
1346
1347[[package]]
1271name = "chacha20"1348name = "chacha20"
1272version = "0.8.2"1349version = "0.8.2"
1273source = "registry+https://github.com/rust-lang/crates.io-index"1350source = "registry+https://github.com/rust-lang/crates.io-index"
13801457
1381[[package]]1458[[package]]
1382name = "clap"1459name = "clap"
1383version = "4.4.6"1460version = "4.4.7"
1384source = "registry+https://github.com/rust-lang/crates.io-index"1461source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956"1462checksum = "ac495e00dcec98c83465d5ad66c5c4fabd652fd6686e7c6269b117e729a6f17b"
1386dependencies = [1463dependencies = [
1387 "clap_builder",1464 "clap_builder",
1388 "clap_derive",1465 "clap_derive",
1389]1466]
13901467
1391[[package]]1468[[package]]
1392name = "clap_builder"1469name = "clap_builder"
1393version = "4.4.6"1470version = "4.4.7"
1394source = "registry+https://github.com/rust-lang/crates.io-index"1471source = "registry+https://github.com/rust-lang/crates.io-index"
1395checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45"1472checksum = "c77ed9a32a62e6ca27175d00d29d05ca32e396ea1eb5fb01d8256b669cec7663"
1396dependencies = [1473dependencies = [
1397 "anstream",1474 "anstream",
1398 "anstyle",1475 "anstyle",
1399 "clap_lex",1476 "clap_lex",
1400 "strsim",1477 "strsim",
1478 "terminal_size",
1401]1479]
14021480
1403[[package]]1481[[package]]
1404name = "clap_derive"1482name = "clap_derive"
1405version = "4.4.2"1483version = "4.4.7"
1406source = "registry+https://github.com/rust-lang/crates.io-index"1484source = "registry+https://github.com/rust-lang/crates.io-index"
1407checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"1485checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
1408dependencies = [1486dependencies = [
1409 "heck",1487 "heck",
1410 "proc-macro2",1488 "proc-macro2",
1411 "quote",1489 "quote",
1412 "syn 2.0.37",1490 "syn 2.0.38",
1413]1491]
14141492
1415[[package]]1493[[package]]
1416name = "clap_lex"1494name = "clap_lex"
1417version = "0.5.1"1495version = "0.6.0"
1418source = "registry+https://github.com/rust-lang/crates.io-index"1496source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"1497checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
14201498
1421[[package]]1499[[package]]
1422name = "coarsetime"1500name = "coarsetime"
1423version = "0.1.28"1501version = "0.1.29"
1424source = "registry+https://github.com/rust-lang/crates.io-index"1502source = "registry+https://github.com/rust-lang/crates.io-index"
1425checksum = "99280f81a35511dda7d44f7c943491b41d3ac6fd0b54aea92498bec8612a2423"1503checksum = "a73ef0d00d14301df35d0f13f5ea32344de6b00837485c358458f1e7f2d27db4"
1426dependencies = [1504dependencies = [
1427 "libc",1505 "libc",
1428 "once_cell",1506 "once_cell",
14481526
1449[[package]]1527[[package]]
1450name = "comfy-table"1528name = "comfy-table"
1451version = "7.0.1"1529version = "7.1.0"
1452source = "registry+https://github.com/rust-lang/crates.io-index"1530source = "registry+https://github.com/rust-lang/crates.io-index"
1453checksum = "9ab77dbd8adecaf3f0db40581631b995f312a8a5ae3aa9993188bb8f23d83a5b"1531checksum = "7c64043d6c7b7a4c58e39e7efccfdea7b93d885a795d0c054a69dbbf4dd52686"
1454dependencies = [1532dependencies = [
1455 "strum",1533 "strum 0.25.0",
1456 "strum_macros",1534 "strum_macros 0.25.3",
1457 "unicode-width",1535 "unicode-width",
1458]1536]
14591537
1460[[package]]1538[[package]]
1461name = "common"1539name = "common"
1462version = "0.1.0"1540version = "0.1.0"
1463source = "git+https://github.com/w3f/ring-proof?rev=0e948f3#0e948f3c28cbacecdd3020403c4841c0eb339213"1541source = "git+https://github.com/w3f/ring-proof#edd1e90b847e560bf60fc2e8712235ccfa11a9a9"
1464dependencies = [1542dependencies = [
1465 "ark-ec",1543 "ark-ec",
1466 "ark-ff",1544 "ark-ff",
1469 "ark-std",1547 "ark-std",
1470 "fflonk",1548 "fflonk",
1471 "merlin 3.0.0",1549 "merlin 3.0.0",
1550 "rand_chacha 0.3.1",
1472]1551]
14731552
1474[[package]]1553[[package]]
15071586
1508[[package]]1587[[package]]
1509name = "const-random"1588name = "const-random"
1510version = "0.1.15"1589version = "0.1.17"
1511source = "registry+https://github.com/rust-lang/crates.io-index"1590source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "368a7a772ead6ce7e1de82bfb04c485f3db8ec744f72925af5735e29a22cc18e"1591checksum = "5aaf16c9c2c612020bcfd042e170f6e32de9b9d75adb5277cdbbd2e2c8c8299a"
1513dependencies = [1592dependencies = [
1514 "const-random-macro",1593 "const-random-macro",
1515 "proc-macro-hack",
1516]1594]
15171595
1518[[package]]1596[[package]]
1519name = "const-random-macro"1597name = "const-random-macro"
1520version = "0.1.15"1598version = "0.1.16"
1521source = "registry+https://github.com/rust-lang/crates.io-index"1599source = "registry+https://github.com/rust-lang/crates.io-index"
1522checksum = "9d7d6ab3c3a2282db210df5f02c4dab6e0a7057af0fb7ebd4070f30fe05c0ddb"1600checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
1523dependencies = [1601dependencies = [
1524 "getrandom 0.2.10",1602 "getrandom 0.2.10",
1525 "once_cell",1603 "once_cell",
1526 "proc-macro-hack",
1527 "tiny-keccak",1604 "tiny-keccak",
1528]1605]
15291606
1540checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"1617checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
15411618
1542[[package]]1619[[package]]
1620name = "constcat"
1621version = "0.3.1"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "cd7e35aee659887cbfb97aaf227ac12cad1a9d7c71e55ff3376839ed4e282d08"
1624
1625[[package]]
1543name = "convert_case"1626name = "convert_case"
1544version = "0.4.0"1627version = "0.4.0"
1545source = "registry+https://github.com/rust-lang/crates.io-index"1628source = "registry+https://github.com/rust-lang/crates.io-index"
15911674
1592[[package]]1675[[package]]
1593name = "cpufeatures"1676name = "cpufeatures"
1594version = "0.2.9"1677version = "0.2.11"
1595source = "registry+https://github.com/rust-lang/crates.io-index"1678source = "registry+https://github.com/rust-lang/crates.io-index"
1596checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"1679checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
1597dependencies = [1680dependencies = [
1598 "libc",1681 "libc",
1599]1682]
17071790
1708[[package]]1791[[package]]
1709name = "crc-catalog"1792name = "crc-catalog"
1710version = "2.2.0"1793version = "2.3.0"
1711source = "registry+https://github.com/rust-lang/crates.io-index"1794source = "registry+https://github.com/rust-lang/crates.io-index"
1712checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"1795checksum = "4939f9ed1444bd8c896d37f3090012fa6e7834fe84ef8c9daa166109515732f9"
17131796
1714[[package]]1797[[package]]
1715name = "crc32fast"1798name = "crc32fast"
1777dependencies = [1860dependencies = [
1778 "generic-array 0.14.7",1861 "generic-array 0.14.7",
1779 "rand_core 0.6.4",1862 "rand_core 0.6.4",
1780 "subtle",1863 "subtle 2.4.1",
1781 "zeroize",1864 "zeroize",
1782]1865]
17831866
1789dependencies = [1872dependencies = [
1790 "generic-array 0.14.7",1873 "generic-array 0.14.7",
1791 "rand_core 0.6.4",1874 "rand_core 0.6.4",
1792 "subtle",1875 "subtle 2.4.1",
1793 "zeroize",1876 "zeroize",
1794]1877]
17951878
18061889
1807[[package]]1890[[package]]
1808name = "crypto-mac"1891name = "crypto-mac"
1892version = "0.7.0"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
1895dependencies = [
1896 "generic-array 0.12.4",
1897 "subtle 1.0.0",
1898]
1899
1900[[package]]
1901name = "crypto-mac"
1809version = "0.8.0"1902version = "0.8.0"
1810source = "registry+https://github.com/rust-lang/crates.io-index"1903source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1904checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
1812dependencies = [1905dependencies = [
1813 "generic-array 0.14.7",1906 "generic-array 0.14.7",
1814 "subtle",1907 "subtle 2.4.1",
1815]1908]
18161909
1817[[package]]1910[[package]]
1821checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1914checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
1822dependencies = [1915dependencies = [
1823 "generic-array 0.14.7",1916 "generic-array 0.14.7",
1824 "subtle",1917 "subtle 2.4.1",
1825]1918]
18261919
1827[[package]]1920[[package]]
1845[[package]]1938[[package]]
1846name = "cumulus-client-cli"1939name = "cumulus-client-cli"
1847version = "0.1.0"1940version = "0.1.0"
1848source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1941source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
1849dependencies = [1942dependencies = [
1850 "clap",1943 "clap",
1851 "parity-scale-codec",1944 "parity-scale-codec",
1861[[package]]1954[[package]]
1862name = "cumulus-client-collator"1955name = "cumulus-client-collator"
1863version = "0.1.0"1956version = "0.1.0"
1864source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1957source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
1865dependencies = [1958dependencies = [
1866 "cumulus-client-consensus-common",1959 "cumulus-client-consensus-common",
1867 "cumulus-client-network",1960 "cumulus-client-network",
1884[[package]]1977[[package]]
1885name = "cumulus-client-consensus-aura"1978name = "cumulus-client-consensus-aura"
1886version = "0.1.0"1979version = "0.1.0"
1887source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"1980source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
1888dependencies = [1981dependencies = [
1889 "async-trait",1982 "async-trait",
1890 "cumulus-client-collator",1983 "cumulus-client-collator",
1926[[package]]2019[[package]]
1927name = "cumulus-client-consensus-common"2020name = "cumulus-client-consensus-common"
1928version = "0.1.0"2021version = "0.1.0"
1929source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2022source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
1930dependencies = [2023dependencies = [
1931 "async-trait",2024 "async-trait",
1932 "cumulus-client-pov-recovery",2025 "cumulus-client-pov-recovery",
1955[[package]]2048[[package]]
1956name = "cumulus-client-consensus-proposer"2049name = "cumulus-client-consensus-proposer"
1957version = "0.1.0"2050version = "0.1.0"
1958source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2051source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
1959dependencies = [2052dependencies = [
1960 "anyhow",2053 "anyhow",
1961 "async-trait",2054 "async-trait",
1970[[package]]2063[[package]]
1971name = "cumulus-client-network"2064name = "cumulus-client-network"
1972version = "0.1.0"2065version = "0.1.0"
1973source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2066source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
1974dependencies = [2067dependencies = [
1975 "async-trait",2068 "async-trait",
1976 "cumulus-relay-chain-interface",2069 "cumulus-relay-chain-interface",
1993[[package]]2086[[package]]
1994name = "cumulus-client-pov-recovery"2087name = "cumulus-client-pov-recovery"
1995version = "0.1.0"2088version = "0.1.0"
1996source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2089source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
1997dependencies = [2090dependencies = [
1998 "async-trait",2091 "async-trait",
1999 "cumulus-primitives-core",2092 "cumulus-primitives-core",
2017[[package]]2110[[package]]
2018name = "cumulus-client-service"2111name = "cumulus-client-service"
2019version = "0.1.0"2112version = "0.1.0"
2020source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2113source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
2021dependencies = [2114dependencies = [
2022 "cumulus-client-cli",2115 "cumulus-client-cli",
2023 "cumulus-client-collator",2116 "cumulus-client-collator",
2052[[package]]2145[[package]]
2053name = "cumulus-pallet-aura-ext"2146name = "cumulus-pallet-aura-ext"
2054version = "0.1.0"2147version = "0.1.0"
2055source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2148source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
2056dependencies = [2149dependencies = [
2057 "cumulus-pallet-parachain-system",2150 "cumulus-pallet-parachain-system",
2058 "frame-support",2151 "frame-support",
2070[[package]]2163[[package]]
2071name = "cumulus-pallet-dmp-queue"2164name = "cumulus-pallet-dmp-queue"
2072version = "0.1.0"2165version = "0.1.0"
2073source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2166source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
2074dependencies = [2167dependencies = [
2075 "cumulus-primitives-core",2168 "cumulus-primitives-core",
2076 "frame-support",2169 "frame-support",
2087[[package]]2180[[package]]
2088name = "cumulus-pallet-parachain-system"2181name = "cumulus-pallet-parachain-system"
2089version = "0.1.0"2182version = "0.1.0"
2090source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2183source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
2091dependencies = [2184dependencies = [
2092 "bytes",2185 "bytes",
2093 "cumulus-pallet-parachain-system-proc-macro",2186 "cumulus-pallet-parachain-system-proc-macro",
2100 "log",2193 "log",
2101 "parity-scale-codec",2194 "parity-scale-codec",
2102 "polkadot-parachain-primitives",2195 "polkadot-parachain-primitives",
2196 "polkadot-runtime-parachains",
2103 "scale-info",2197 "scale-info",
2104 "sp-core",2198 "sp-core",
2105 "sp-externalities",2199 "sp-externalities",
2111 "sp-trie",2205 "sp-trie",
2112 "sp-version",2206 "sp-version",
2113 "staging-xcm",2207 "staging-xcm",
2114 "trie-db",2208 "trie-db 0.28.0",
2115]2209]
21162210
2117[[package]]2211[[package]]
2118name = "cumulus-pallet-parachain-system-proc-macro"2212name = "cumulus-pallet-parachain-system-proc-macro"
2119version = "0.1.0"2213version = "0.1.0"
2120source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2214source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
2121dependencies = [2215dependencies = [
2122 "proc-macro-crate",2216 "proc-macro-crate 1.3.1",
2123 "proc-macro2",2217 "proc-macro2",
2124 "quote",2218 "quote",
2125 "syn 2.0.37",2219 "syn 2.0.38",
2126]2220]
21272221
2128[[package]]2222[[package]]
2129name = "cumulus-pallet-xcm"2223name = "cumulus-pallet-xcm"
2130version = "0.1.0"2224version = "0.1.0"
2131source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2225source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
2132dependencies = [2226dependencies = [
2133 "cumulus-primitives-core",2227 "cumulus-primitives-core",
2134 "frame-support",2228 "frame-support",
2144[[package]]2238[[package]]
2145name = "cumulus-pallet-xcmp-queue"2239name = "cumulus-pallet-xcmp-queue"
2146version = "0.1.0"2240version = "0.1.0"
2147source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2241source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
2148dependencies = [2242dependencies = [
2243 "bp-xcm-bridge-hub-router",
2149 "cumulus-primitives-core",2244 "cumulus-primitives-core",
2150 "frame-benchmarking",2245 "frame-benchmarking",
2151 "frame-support",2246 "frame-support",
2152 "frame-system",2247 "frame-system",
2153 "log",2248 "log",
2154 "parity-scale-codec",2249 "parity-scale-codec",
2155 "polkadot-runtime-common",2250 "polkadot-runtime-common",
2251 "polkadot-runtime-parachains",
2156 "rand_chacha 0.3.1",2252 "rand_chacha 0.3.1",
2157 "scale-info",2253 "scale-info",
2254 "sp-core",
2158 "sp-io",2255 "sp-io",
2159 "sp-runtime",2256 "sp-runtime",
2160 "sp-std",2257 "sp-std",
2165[[package]]2262[[package]]
2166name = "cumulus-primitives-aura"2263name = "cumulus-primitives-aura"
2167version = "0.1.0"2264version = "0.1.0"
2168source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2265source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
2169dependencies = [2266dependencies = [
2170 "parity-scale-codec",2267 "parity-scale-codec",
2171 "polkadot-core-primitives",2268 "polkadot-core-primitives",
2179[[package]]2276[[package]]
2180name = "cumulus-primitives-core"2277name = "cumulus-primitives-core"
2181version = "0.1.0"2278version = "0.1.0"
2182source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2279source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
2183dependencies = [2280dependencies = [
2184 "parity-scale-codec",2281 "parity-scale-codec",
2185 "polkadot-core-primitives",2282 "polkadot-core-primitives",
2196[[package]]2293[[package]]
2197name = "cumulus-primitives-parachain-inherent"2294name = "cumulus-primitives-parachain-inherent"
2198version = "0.1.0"2295version = "0.1.0"
2199source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2296source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
2200dependencies = [2297dependencies = [
2201 "async-trait",2298 "async-trait",
2202 "cumulus-primitives-core",2299 "cumulus-primitives-core",
2219[[package]]2316[[package]]
2220name = "cumulus-primitives-timestamp"2317name = "cumulus-primitives-timestamp"
2221version = "0.1.0"2318version = "0.1.0"
2222source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2319source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
2223dependencies = [2320dependencies = [
2224 "cumulus-primitives-core",2321 "cumulus-primitives-core",
2225 "futures",2322 "futures",
2232[[package]]2329[[package]]
2233name = "cumulus-primitives-utility"2330name = "cumulus-primitives-utility"
2234version = "0.1.0"2331version = "0.1.0"
2235source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2332source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
2236dependencies = [2333dependencies = [
2237 "cumulus-primitives-core",2334 "cumulus-primitives-core",
2238 "frame-support",2335 "frame-support",
2239 "log",2336 "log",
2337 "pallet-xcm-benchmarks",
2240 "parity-scale-codec",2338 "parity-scale-codec",
2241 "polkadot-runtime-common",2339 "polkadot-runtime-common",
2340 "polkadot-runtime-parachains",
2242 "sp-io",2341 "sp-io",
2243 "sp-runtime",2342 "sp-runtime",
2244 "sp-std",2343 "sp-std",
2250[[package]]2349[[package]]
2251name = "cumulus-relay-chain-inprocess-interface"2350name = "cumulus-relay-chain-inprocess-interface"
2252version = "0.1.0"2351version = "0.1.0"
2253source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2352source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
2254dependencies = [2353dependencies = [
2255 "async-trait",2354 "async-trait",
2256 "cumulus-primitives-core",2355 "cumulus-primitives-core",
2274[[package]]2373[[package]]
2275name = "cumulus-relay-chain-interface"2374name = "cumulus-relay-chain-interface"
2276version = "0.1.0"2375version = "0.1.0"
2277source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2376source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
2278dependencies = [2377dependencies = [
2279 "async-trait",2378 "async-trait",
2280 "cumulus-primitives-core",2379 "cumulus-primitives-core",
2292[[package]]2391[[package]]
2293name = "cumulus-relay-chain-minimal-node"2392name = "cumulus-relay-chain-minimal-node"
2294version = "0.1.0"2393version = "0.1.0"
2295source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2394source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
2296dependencies = [2395dependencies = [
2297 "array-bytes",2396 "array-bytes 6.1.0",
2298 "async-trait",2397 "async-trait",
2299 "cumulus-primitives-core",2398 "cumulus-primitives-core",
2300 "cumulus-relay-chain-interface",2399 "cumulus-relay-chain-interface",
2316 "sc-service",2415 "sc-service",
2317 "sc-tracing",2416 "sc-tracing",
2318 "sc-utils",2417 "sc-utils",
2319 "schnellru",
2320 "sp-api",2418 "sp-api",
2321 "sp-consensus",2419 "sp-consensus",
2322 "sp-consensus-babe",2420 "sp-consensus-babe",
2323 "sp-runtime",2421 "sp-runtime",
2422 "substrate-prometheus-endpoint",
2324 "tracing",2423 "tracing",
2325]2424]
23262425
2327[[package]]2426[[package]]
2328name = "cumulus-relay-chain-rpc-interface"2427name = "cumulus-relay-chain-rpc-interface"
2329version = "0.1.0"2428version = "0.1.0"
2330source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2429source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
2331dependencies = [2430dependencies = [
2332 "async-trait",2431 "async-trait",
2333 "cumulus-primitives-core",2432 "cumulus-primitives-core",
2365[[package]]2464[[package]]
2366name = "cumulus-test-relay-sproof-builder"2465name = "cumulus-test-relay-sproof-builder"
2367version = "0.1.0"2466version = "0.1.0"
2368source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"2467source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
2369dependencies = [2468dependencies = [
2370 "cumulus-primitives-core",2469 "cumulus-primitives-core",
2371 "parity-scale-codec",2470 "parity-scale-codec",
2385 "byteorder",2484 "byteorder",
2386 "digest 0.8.1",2485 "digest 0.8.1",
2387 "rand_core 0.5.1",2486 "rand_core 0.5.1",
2388 "subtle",2487 "subtle 2.4.1",
2389 "zeroize",2488 "zeroize",
2390]2489]
23912490
2398 "byteorder",2497 "byteorder",
2399 "digest 0.9.0",2498 "digest 0.9.0",
2400 "rand_core 0.5.1",2499 "rand_core 0.5.1",
2401 "subtle",2500 "subtle 2.4.1",
2402 "zeroize",2501 "zeroize",
2403]2502]
24042503
2415 "fiat-crypto",2514 "fiat-crypto",
2416 "platforms",2515 "platforms",
2417 "rustc_version",2516 "rustc_version",
2418 "subtle",2517 "subtle 2.4.1",
2419 "zeroize",2518 "zeroize",
2420]2519]
24212520
2422[[package]]2521[[package]]
2423name = "curve25519-dalek-derive"2522name = "curve25519-dalek-derive"
2424version = "0.1.0"2523version = "0.1.1"
2425source = "registry+https://github.com/rust-lang/crates.io-index"2524source = "registry+https://github.com/rust-lang/crates.io-index"
2426checksum = "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b"2525checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
2427dependencies = [2526dependencies = [
2428 "proc-macro2",2527 "proc-macro2",
2429 "quote",2528 "quote",
2430 "syn 2.0.37",2529 "syn 2.0.38",
2431]2530]
24322531
2433[[package]]2532[[package]]
24452544
2446[[package]]2545[[package]]
2447name = "cxx"2546name = "cxx"
2448version = "1.0.107"2547version = "1.0.110"
2449source = "registry+https://github.com/rust-lang/crates.io-index"2548source = "registry+https://github.com/rust-lang/crates.io-index"
2450checksum = "bbe98ba1789d56fb3db3bee5e032774d4f421b685de7ba703643584ba24effbe"2549checksum = "7129e341034ecb940c9072817cd9007974ea696844fc4dd582dc1653a7fbe2e8"
2451dependencies = [2550dependencies = [
2452 "cc",2551 "cc",
2453 "cxxbridge-flags",2552 "cxxbridge-flags",
24572556
2458[[package]]2557[[package]]
2459name = "cxx-build"2558name = "cxx-build"
2460version = "1.0.107"2559version = "1.0.110"
2461source = "registry+https://github.com/rust-lang/crates.io-index"2560source = "registry+https://github.com/rust-lang/crates.io-index"
2462checksum = "c4ce20f6b8433da4841b1dadfb9468709868022d829d5ca1f2ffbda928455ea3"2561checksum = "a2a24f3f5f8eed71936f21e570436f024f5c2e25628f7496aa7ccd03b90109d5"
2463dependencies = [2562dependencies = [
2464 "cc",2563 "cc",
2465 "codespan-reporting",2564 "codespan-reporting",
2466 "once_cell",2565 "once_cell",
2467 "proc-macro2",2566 "proc-macro2",
2468 "quote",2567 "quote",
2469 "scratch",2568 "scratch",
2470 "syn 2.0.37",2569 "syn 2.0.38",
2471]2570]
24722571
2473[[package]]2572[[package]]
2474name = "cxxbridge-flags"2573name = "cxxbridge-flags"
2475version = "1.0.107"2574version = "1.0.110"
2476source = "registry+https://github.com/rust-lang/crates.io-index"2575source = "registry+https://github.com/rust-lang/crates.io-index"
2477checksum = "20888d9e1d2298e2ff473cee30efe7d5036e437857ab68bbfea84c74dba91da2"2576checksum = "06fdd177fc61050d63f67f5bd6351fac6ab5526694ea8e359cd9cd3b75857f44"
24782577
2479[[package]]2578[[package]]
2480name = "cxxbridge-macro"2579name = "cxxbridge-macro"
2481version = "1.0.107"2580version = "1.0.110"
2482source = "registry+https://github.com/rust-lang/crates.io-index"2581source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "2fa16a70dd58129e4dfffdff535fb1bce66673f7bbeec4a5a1765a504e1ccd84"2582checksum = "587663dd5fb3d10932c8aecfe7c844db1bcf0aee93eeab08fac13dc1212c2e7f"
2484dependencies = [2583dependencies = [
2485 "proc-macro2",2584 "proc-macro2",
2486 "quote",2585 "quote",
2487 "syn 2.0.37",2586 "syn 2.0.38",
2488]2587]
24892588
2490[[package]]2589[[package]]
25992698
2600[[package]]2699[[package]]
2601name = "deranged"2700name = "deranged"
2602version = "0.3.8"2701version = "0.3.9"
2603source = "registry+https://github.com/rust-lang/crates.io-index"2702source = "registry+https://github.com/rust-lang/crates.io-index"
2604checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"2703checksum = "0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3"
2704dependencies = [
2705 "powerfmt",
2706]
26052707
2606[[package]]2708[[package]]
2607name = "derivative"2709name = "derivative"
2702 "block-buffer 0.10.4",2804 "block-buffer 0.10.4",
2703 "const-oid",2805 "const-oid",
2704 "crypto-common",2806 "crypto-common",
2705 "subtle",2807 "subtle 2.4.1",
2706]2808]
27072809
2708[[package]]2810[[package]]
2709name = "directories"2811name = "directories"
2710version = "4.0.1"2812version = "5.0.1"
2711source = "registry+https://github.com/rust-lang/crates.io-index"2813source = "registry+https://github.com/rust-lang/crates.io-index"
2712checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2814checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
2713dependencies = [2815dependencies = [
2714 "dirs-sys",2816 "dirs-sys",
2715]2817]
27262828
2727[[package]]2829[[package]]
2728name = "dirs-sys"2830name = "dirs-sys"
2729version = "0.3.7"2831version = "0.4.1"
2730source = "registry+https://github.com/rust-lang/crates.io-index"2832source = "registry+https://github.com/rust-lang/crates.io-index"
2731checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2833checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
2732dependencies = [2834dependencies = [
2733 "libc",2835 "libc",
2836 "option-ext",
2734 "redox_users",2837 "redox_users",
2735 "winapi",2838 "windows-sys 0.48.0",
2736]2839]
27372840
2738[[package]]2841[[package]]
2754dependencies = [2857dependencies = [
2755 "proc-macro2",2858 "proc-macro2",
2756 "quote",2859 "quote",
2757 "syn 2.0.37",2860 "syn 2.0.38",
2758]2861]
27592862
2760[[package]]2863[[package]]
2761name = "dleq_vrf"2864name = "dleq_vrf"
2762version = "0.0.2"2865version = "0.0.2"
2763source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1"2866source = "git+https://github.com/w3f/ring-vrf?rev=4b09416#4b09416fd23383ec436ddac127d58c7b7cd392c6"
2764dependencies = [2867dependencies = [
2765 "ark-ec",2868 "ark-ec",
2766 "ark-ff",2869 "ark-ff",
2767 "ark-scale 0.0.10",2870 "ark-scale",
2768 "ark-secret-scalar",2871 "ark-secret-scalar",
2769 "ark-serialize",2872 "ark-serialize",
2770 "ark-std",2873 "ark-std",
27762879
2777[[package]]2880[[package]]
2778name = "docify"2881name = "docify"
2779version = "0.2.4"2882version = "0.2.6"
2780source = "registry+https://github.com/rust-lang/crates.io-index"2883source = "registry+https://github.com/rust-lang/crates.io-index"
2781checksum = "76ee528c501ddd15d5181997e9518e59024844eac44fd1e40cb20ddb2a8562fa"2884checksum = "4235e9b248e2ba4b92007fe9c646f3adf0ffde16dc74713eacc92b8bc58d8d2f"
2782dependencies = [2885dependencies = [
2783 "docify_macros",2886 "docify_macros",
2784]2887]
27852888
2786[[package]]2889[[package]]
2787name = "docify_macros"2890name = "docify_macros"
2788version = "0.2.4"2891version = "0.2.6"
2789source = "registry+https://github.com/rust-lang/crates.io-index"2892source = "registry+https://github.com/rust-lang/crates.io-index"
2790checksum = "0ca01728ab2679c464242eca99f94e2ce0514b52ac9ad950e2ed03fca991231c"2893checksum = "47020e12d7c7505670d1363dd53d6c23724f71a90a3ae32ff8eba40de8404626"
2791dependencies = [2894dependencies = [
2792 "common-path",2895 "common-path",
2793 "derive-syn-parse",2896 "derive-syn-parse",
2794 "once_cell",2897 "once_cell",
2795 "proc-macro2",2898 "proc-macro2",
2796 "quote",2899 "quote",
2797 "regex",2900 "regex",
2798 "syn 2.0.37",2901 "syn 2.0.38",
2799 "termcolor",2902 "termcolor",
2800 "toml 0.7.8",2903 "toml 0.7.8",
2801 "walkdir",2904 "walkdir",
2866dependencies = [2969dependencies = [
2867 "der 0.7.8",2970 "der 0.7.8",
2868 "digest 0.10.7",2971 "digest 0.10.7",
2869 "elliptic-curve 0.13.5",2972 "elliptic-curve 0.13.6",
2870 "rfc6979 0.4.0",2973 "rfc6979 0.4.0",
2871 "signature 2.1.0",2974 "signature 2.1.0",
2872 "spki 0.7.2",2975 "spki 0.7.2",
2873]2976]
28742977
2875[[package]]2978[[package]]
2876name = "ed25519"2979name = "ed25519"
2877version = "2.2.2"2980version = "2.2.3"
2878source = "registry+https://github.com/rust-lang/crates.io-index"2981source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "60f6d271ca33075c88028be6f04d502853d63a5ece419d269c15315d4fc1cf1d"2982checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
2880dependencies = [2983dependencies = [
2881 "pkcs8 0.10.2",2984 "pkcs8 0.10.2",
2882 "signature 2.1.0",2985 "signature 2.1.0",
2918dependencies = [3021dependencies = [
2919 "curve25519-dalek 4.1.1",3022 "curve25519-dalek 4.1.1",
2920 "ed25519",3023 "ed25519",
2921 "hashbrown 0.14.1",3024 "hashbrown 0.14.2",
2922 "hex",3025 "hex",
2923 "rand_core 0.6.4",3026 "rand_core 0.6.4",
2924 "sha2 0.10.8",3027 "sha2 0.10.8",
2949 "pkcs8 0.9.0",3052 "pkcs8 0.9.0",
2950 "rand_core 0.6.4",3053 "rand_core 0.6.4",
2951 "sec1 0.3.0",3054 "sec1 0.3.0",
2952 "subtle",3055 "subtle 2.4.1",
2953 "zeroize",3056 "zeroize",
2954]3057]
29553058
2956[[package]]3059[[package]]
2957name = "elliptic-curve"3060name = "elliptic-curve"
2958version = "0.13.5"3061version = "0.13.6"
2959source = "registry+https://github.com/rust-lang/crates.io-index"3062source = "registry+https://github.com/rust-lang/crates.io-index"
2960checksum = "968405c8fdc9b3bf4df0a6638858cc0b52462836ab6b1c87377785dd09cf1c0b"3063checksum = "d97ca172ae9dc9f9b779a6e3a65d308f2af74e5b8c921299075bdb4a0370e914"
2961dependencies = [3064dependencies = [
2962 "base16ct 0.2.0",3065 "base16ct 0.2.0",
2963 "crypto-bigint 0.5.3",3066 "crypto-bigint 0.5.3",
2968 "pkcs8 0.10.2",3071 "pkcs8 0.10.2",
2969 "rand_core 0.6.4",3072 "rand_core 0.6.4",
2970 "sec1 0.7.3",3073 "sec1 0.7.3",
2971 "subtle",3074 "subtle 2.4.1",
2972 "zeroize",3075 "zeroize",
2973]3076]
29743077
3007dependencies = [3110dependencies = [
3008 "proc-macro2",3111 "proc-macro2",
3009 "quote",3112 "quote",
3010 "syn 2.0.37",3113 "syn 2.0.38",
3011]3114]
30123115
3013[[package]]3116[[package]]
3018dependencies = [3121dependencies = [
3019 "proc-macro2",3122 "proc-macro2",
3020 "quote",3123 "quote",
3021 "syn 2.0.37",3124 "syn 2.0.38",
3022]3125]
30233126
3024[[package]]3127[[package]]
3025name = "env_logger"3128name = "env_logger"
3026version = "0.9.3"
3027source = "registry+https://github.com/rust-lang/crates.io-index"
3028checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
3029dependencies = [
3030 "atty",
3031 "humantime",
3032 "log",
3033 "regex",
3034 "termcolor",
3035]
3036
3037[[package]]
3038name = "env_logger"
3039version = "0.10.0"3129version = "0.10.0"
3040source = "registry+https://github.com/rust-lang/crates.io-index"3130source = "registry+https://github.com/rust-lang/crates.io-index"
3041checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"3131checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
30613151
3062[[package]]3152[[package]]
3063name = "errno"3153name = "errno"
3064version = "0.3.4"3154version = "0.3.5"
3065source = "registry+https://github.com/rust-lang/crates.io-index"3155source = "registry+https://github.com/rust-lang/crates.io-index"
3066checksum = "add4f07d43996f76ef320709726a556a9d4f965d9410d8d0271132d2f8293480"3156checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
3067dependencies = [3157dependencies = [
3068 "errno-dragonfly",
3069 "libc",3158 "libc",
3070 "windows-sys 0.48.0",3159 "windows-sys 0.48.0",
3071]3160]
30723161
3073[[package]]3162[[package]]
3074name = "errno-dragonfly"
3075version = "0.1.2"
3076source = "registry+https://github.com/rust-lang/crates.io-index"
3077checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
3078dependencies = [
3079 "cc",
3080 "libc",
3081]
3082
3083[[package]]
3084name = "ethbloom"3163name = "ethbloom"
3085version = "0.13.0"3164version = "0.13.0"
3086source = "registry+https://github.com/rust-lang/crates.io-index"3165source = "registry+https://github.com/rust-lang/crates.io-index"
3136checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"3215checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
31373216
3138[[package]]3217[[package]]
3218name = "event-listener"
3219version = "3.0.1"
3220source = "registry+https://github.com/rust-lang/crates.io-index"
3221checksum = "01cec0252c2afff729ee6f00e903d479fba81784c8e2bd77447673471fdfaea1"
3222dependencies = [
3223 "concurrent-queue",
3224 "parking",
3225 "pin-project-lite 0.2.13",
3226]
3227
3228[[package]]
3139name = "evm"3229name = "evm"
3140version = "0.39.1"3230version = "0.39.1"
3141source = "git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65#b7b82c7e1fc57b7449d6dfa6826600de37cc1e65"3231source = "git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65#b7b82c7e1fc57b7449d6dfa6826600de37cc1e65"
32483338
3249[[package]]3339[[package]]
3250name = "expander"3340name = "expander"
3251version = "0.0.6"
3252source = "registry+https://github.com/rust-lang/crates.io-index"
3253checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"
3254dependencies = [
3255 "blake2",
3256 "fs-err",
3257 "proc-macro2",
3258 "quote",
3259]
3260
3261[[package]]
3262name = "expander"
3263version = "2.0.0"3341version = "2.0.0"
3264source = "registry+https://github.com/rust-lang/crates.io-index"3342source = "registry+https://github.com/rust-lang/crates.io-index"
3265checksum = "5f86a749cf851891866c10515ef6c299b5c69661465e9c3bbe7e07a2b77fb0f7"3343checksum = "5f86a749cf851891866c10515ef6c299b5c69661465e9c3bbe7e07a2b77fb0f7"
3266dependencies = [3344dependencies = [
3267 "blake2",3345 "blake2 0.10.6",
3268 "fs-err",3346 "fs-err",
3269 "proc-macro2",3347 "proc-macro2",
3270 "quote",3348 "quote",
3271 "syn 2.0.37",3349 "syn 2.0.38",
3272]3350]
32733351
3274[[package]]3352[[package]]
3316dependencies = [3394dependencies = [
3317 "expander 0.0.4",3395 "expander 0.0.4",
3318 "indexmap 1.9.3",3396 "indexmap 1.9.3",
3319 "proc-macro-crate",3397 "proc-macro-crate 1.3.1",
3320 "proc-macro2",3398 "proc-macro2",
3321 "quote",3399 "quote",
3322 "syn 1.0.109",3400 "syn 1.0.109",
3326[[package]]3404[[package]]
3327name = "fc-api"3405name = "fc-api"
3328version = "1.0.0-dev"3406version = "1.0.0-dev"
3329source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3407source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"
3330dependencies = [3408dependencies = [
3331 "async-trait",3409 "async-trait",
3332 "fp-storage",3410 "fp-storage",
3338[[package]]3416[[package]]
3339name = "fc-consensus"3417name = "fc-consensus"
3340version = "2.0.0-dev"3418version = "2.0.0-dev"
3341source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3419source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"
3342dependencies = [3420dependencies = [
3343 "async-trait",3421 "async-trait",
3344 "fp-consensus",3422 "fp-consensus",
3354[[package]]3432[[package]]
3355name = "fc-db"3433name = "fc-db"
3356version = "2.0.0-dev"3434version = "2.0.0-dev"
3357source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3435source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"
3358dependencies = [3436dependencies = [
3359 "async-trait",3437 "async-trait",
3360 "fc-api",3438 "fc-api",
3375[[package]]3453[[package]]
3376name = "fc-mapping-sync"3454name = "fc-mapping-sync"
3377version = "2.0.0-dev"3455version = "2.0.0-dev"
3378source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3456source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"
3379dependencies = [3457dependencies = [
3380 "fc-db",3458 "fc-db",
3381 "fc-storage",3459 "fc-storage",
3396[[package]]3474[[package]]
3397name = "fc-rpc"3475name = "fc-rpc"
3398version = "2.0.0-dev"3476version = "2.0.0-dev"
3399source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3477source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"
3400dependencies = [3478dependencies = [
3401 "ethereum",3479 "ethereum",
3402 "ethereum-types",3480 "ethereum-types",
3450[[package]]3528[[package]]
3451name = "fc-rpc-core"3529name = "fc-rpc-core"
3452version = "1.1.0-dev"3530version = "1.1.0-dev"
3453source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3531source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"
3454dependencies = [3532dependencies = [
3455 "ethereum",3533 "ethereum",
3456 "ethereum-types",3534 "ethereum-types",
3463[[package]]3541[[package]]
3464name = "fc-storage"3542name = "fc-storage"
3465version = "1.0.0-dev"3543version = "1.0.0-dev"
3466source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3544source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"
3467dependencies = [3545dependencies = [
3468 "ethereum",3546 "ethereum",
3469 "ethereum-types",3547 "ethereum-types",
3494checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"3572checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
3495dependencies = [3573dependencies = [
3496 "rand_core 0.6.4",3574 "rand_core 0.6.4",
3497 "subtle",3575 "subtle 2.4.1",
3498]3576]
34993577
3500[[package]]3578[[package]]
3504checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"3582checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
3505dependencies = [3583dependencies = [
3506 "rand_core 0.6.4",3584 "rand_core 0.6.4",
3507 "subtle",3585 "subtle 2.4.1",
3508]3586]
35093587
3510[[package]]3588[[package]]
3511name = "fflonk"3589name = "fflonk"
3512version = "0.1.0"3590version = "0.1.0"
3513source = "git+https://github.com/w3f/fflonk#26a5045b24e169cffc1f9328ca83d71061145c40"3591source = "git+https://github.com/w3f/fflonk#e141d4b6f42fb481aefe1b479788694945b6940d"
3514dependencies = [3592dependencies = [
3515 "ark-ec",3593 "ark-ec",
3516 "ark-ff",3594 "ark-ff",
35223600
3523[[package]]3601[[package]]
3524name = "fiat-crypto"3602name = "fiat-crypto"
3525version = "0.2.1"3603version = "0.2.2"
3526source = "registry+https://github.com/rust-lang/crates.io-index"3604source = "registry+https://github.com/rust-lang/crates.io-index"
3527checksum = "d0870c84016d4b481be5c9f323c24f65e31e901ae618f0e80f4308fb00de1d2d"3605checksum = "a481586acf778f1b1455424c343f71124b048ffa5f4fc3f8f6ae9dc432dcb3c7"
35283606
3529[[package]]3607[[package]]
3530name = "file-per-thread-logger"3608name = "file-per-thread-logger"
3531version = "0.1.6"3609version = "0.1.6"
3532source = "registry+https://github.com/rust-lang/crates.io-index"3610source = "registry+https://github.com/rust-lang/crates.io-index"
3533checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866"3611checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866"
3534dependencies = [3612dependencies = [
3535 "env_logger 0.10.0",3613 "env_logger",
3536 "log",3614 "log",
3537]3615]
35383616
35843662
3585[[package]]3663[[package]]
3586name = "flate2"3664name = "flate2"
3587version = "1.0.27"3665version = "1.0.28"
3588source = "registry+https://github.com/rust-lang/crates.io-index"3666source = "registry+https://github.com/rust-lang/crates.io-index"
3589checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"3667checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
3590dependencies = [3668dependencies = [
3591 "crc32fast",3669 "crc32fast",
3592 "libz-sys",3670 "libz-sys",
3611[[package]]3689[[package]]
3612name = "fork-tree"3690name = "fork-tree"
3613version = "3.0.0"3691version = "3.0.0"
3614source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3692source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
3615dependencies = [3693dependencies = [
3616 "parity-scale-codec",3694 "parity-scale-codec",
3617]3695]
3628[[package]]3706[[package]]
3629name = "fp-account"3707name = "fp-account"
3630version = "1.0.0-dev"3708version = "1.0.0-dev"
3631source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3709source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"
3632dependencies = [3710dependencies = [
3633 "hex",3711 "hex",
3634 "impl-serde",3712 "impl-serde",
3647[[package]]3725[[package]]
3648name = "fp-consensus"3726name = "fp-consensus"
3649version = "2.0.0-dev"3727version = "2.0.0-dev"
3650source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3728source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"
3651dependencies = [3729dependencies = [
3652 "ethereum",3730 "ethereum",
3653 "parity-scale-codec",3731 "parity-scale-codec",
3659[[package]]3737[[package]]
3660name = "fp-ethereum"3738name = "fp-ethereum"
3661version = "1.0.0-dev"3739version = "1.0.0-dev"
3662source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3740source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"
3663dependencies = [3741dependencies = [
3664 "ethereum",3742 "ethereum",
3665 "ethereum-types",3743 "ethereum-types",
3672[[package]]3750[[package]]
3673name = "fp-evm"3751name = "fp-evm"
3674version = "3.0.0-dev"3752version = "3.0.0-dev"
3675source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3753source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"
3676dependencies = [3754dependencies = [
3677 "evm",3755 "evm",
3678 "frame-support",3756 "frame-support",
3688[[package]]3766[[package]]
3689name = "fp-rpc"3767name = "fp-rpc"
3690version = "3.0.0-dev"3768version = "3.0.0-dev"
3691source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3769source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"
3692dependencies = [3770dependencies = [
3693 "ethereum",3771 "ethereum",
3694 "ethereum-types",3772 "ethereum-types",
3705[[package]]3783[[package]]
3706name = "fp-self-contained"3784name = "fp-self-contained"
3707version = "1.0.0-dev"3785version = "1.0.0-dev"
3708source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3786source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"
3709dependencies = [3787dependencies = [
3710 "frame-support",3788 "frame-support",
3711 "parity-scale-codec",3789 "parity-scale-codec",
3717[[package]]3795[[package]]
3718name = "fp-storage"3796name = "fp-storage"
3719version = "2.0.0"3797version = "2.0.0"
3720source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"3798source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"
3721dependencies = [3799dependencies = [
3722 "parity-scale-codec",3800 "parity-scale-codec",
3723 "serde",3801 "serde",
3732[[package]]3810[[package]]
3733name = "frame-benchmarking"3811name = "frame-benchmarking"
3734version = "4.0.0-dev"3812version = "4.0.0-dev"
3735source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3813source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
3736dependencies = [3814dependencies = [
3737 "frame-support",3815 "frame-support",
3738 "frame-support-procedural",3816 "frame-support-procedural",
3757[[package]]3835[[package]]
3758name = "frame-benchmarking-cli"3836name = "frame-benchmarking-cli"
3759version = "4.0.0-dev"3837version = "4.0.0-dev"
3760source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3838source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
3761dependencies = [3839dependencies = [
3762 "Inflector",3840 "Inflector",
3763 "array-bytes",3841 "array-bytes 6.1.0",
3764 "chrono",3842 "chrono",
3765 "clap",3843 "clap",
3766 "comfy-table",3844 "comfy-table",
3805[[package]]3883[[package]]
3806name = "frame-election-provider-solution-type"3884name = "frame-election-provider-solution-type"
3807version = "4.0.0-dev"3885version = "4.0.0-dev"
3808source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3886source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
3809dependencies = [3887dependencies = [
3810 "proc-macro-crate",3888 "proc-macro-crate 1.3.1",
3811 "proc-macro2",3889 "proc-macro2",
3812 "quote",3890 "quote",
3813 "syn 2.0.37",3891 "syn 2.0.38",
3814]3892]
38153893
3816[[package]]3894[[package]]
3817name = "frame-election-provider-support"3895name = "frame-election-provider-support"
3818version = "4.0.0-dev"3896version = "4.0.0-dev"
3819source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3897source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
3820dependencies = [3898dependencies = [
3821 "frame-election-provider-solution-type",3899 "frame-election-provider-solution-type",
3822 "frame-support",3900 "frame-support",
3833[[package]]3911[[package]]
3834name = "frame-executive"3912name = "frame-executive"
3835version = "4.0.0-dev"3913version = "4.0.0-dev"
3836source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3914source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
3837dependencies = [3915dependencies = [
3838 "frame-support",3916 "frame-support",
3839 "frame-system",3917 "frame-system",
3863[[package]]3941[[package]]
3864name = "frame-remote-externalities"3942name = "frame-remote-externalities"
3865version = "0.10.0-dev"3943version = "0.10.0-dev"
3866source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3944source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
3867dependencies = [3945dependencies = [
3868 "async-recursion",
3869 "futures",3946 "futures",
3870 "indicatif",3947 "indicatif",
3871 "jsonrpsee",3948 "jsonrpsee",
3885[[package]]3962[[package]]
3886name = "frame-support"3963name = "frame-support"
3887version = "4.0.0-dev"3964version = "4.0.0-dev"
3888source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"3965source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
3889dependencies = [3966dependencies = [
3890 "aquamarine",3967 "aquamarine",
3891 "bitflags 1.3.2",3968 "bitflags 1.3.2",
3925[[package]]4002[[package]]
3926name = "frame-support-procedural"4003name = "frame-support-procedural"
3927version = "4.0.0-dev"4004version = "4.0.0-dev"
3928source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"4005source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
3929dependencies = [4006dependencies = [
3930 "Inflector",4007 "Inflector",
3931 "cfg-expr",4008 "cfg-expr",
3937 "proc-macro-warning",4014 "proc-macro-warning",
3938 "proc-macro2",4015 "proc-macro2",
3939 "quote",4016 "quote",
3940 "syn 2.0.37",4017 "sp-core-hashing",
4018 "syn 2.0.38",
3941]4019]
39424020
3943[[package]]4021[[package]]
3944name = "frame-support-procedural-tools"4022name = "frame-support-procedural-tools"
3945version = "4.0.0-dev"4023version = "4.0.0-dev"
3946source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"4024source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
3947dependencies = [4025dependencies = [
3948 "frame-support-procedural-tools-derive",4026 "frame-support-procedural-tools-derive",
3949 "proc-macro-crate",4027 "proc-macro-crate 1.3.1",
3950 "proc-macro2",4028 "proc-macro2",
3951 "quote",4029 "quote",
3952 "syn 2.0.37",4030 "syn 2.0.38",
3953]4031]
39544032
3955[[package]]4033[[package]]
3956name = "frame-support-procedural-tools-derive"4034name = "frame-support-procedural-tools-derive"
3957version = "3.0.0"4035version = "3.0.0"
3958source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"4036source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
3959dependencies = [4037dependencies = [
3960 "proc-macro2",4038 "proc-macro2",
3961 "quote",4039 "quote",
3962 "syn 2.0.37",4040 "syn 2.0.38",
3963]4041]
39644042
3965[[package]]4043[[package]]
3966name = "frame-system"4044name = "frame-system"
3967version = "4.0.0-dev"4045version = "4.0.0-dev"
3968source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"4046source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
3969dependencies = [4047dependencies = [
3970 "cfg-if",4048 "cfg-if",
3971 "frame-support",4049 "frame-support",
3984[[package]]4062[[package]]
3985name = "frame-system-benchmarking"4063name = "frame-system-benchmarking"
3986version = "4.0.0-dev"4064version = "4.0.0-dev"
3987source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"4065source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
3988dependencies = [4066dependencies = [
3989 "frame-benchmarking",4067 "frame-benchmarking",
3990 "frame-support",4068 "frame-support",
3999[[package]]4077[[package]]
4000name = "frame-system-rpc-runtime-api"4078name = "frame-system-rpc-runtime-api"
4001version = "4.0.0-dev"4079version = "4.0.0-dev"
4002source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"4080source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
4003dependencies = [4081dependencies = [
4004 "parity-scale-codec",4082 "parity-scale-codec",
4005 "sp-api",4083 "sp-api",
4008[[package]]4086[[package]]
4009name = "frame-try-runtime"4087name = "frame-try-runtime"
4010version = "0.10.0-dev"4088version = "0.10.0-dev"
4011source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"4089source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
4012dependencies = [4090dependencies = [
4013 "frame-support",4091 "frame-support",
4014 "parity-scale-codec",4092 "parity-scale-codec",
4039source = "registry+https://github.com/rust-lang/crates.io-index"4117source = "registry+https://github.com/rust-lang/crates.io-index"
4040checksum = "2eeb4ed9e12f43b7fa0baae3f9cdda28352770132ef2e09a23760c29cae8bd47"4118checksum = "2eeb4ed9e12f43b7fa0baae3f9cdda28352770132ef2e09a23760c29cae8bd47"
4041dependencies = [4119dependencies = [
4042 "rustix 0.38.15",4120 "rustix 0.38.21",
4043 "windows-sys 0.48.0",4121 "windows-sys 0.48.0",
4044]4122]
40454123
40514129
4052[[package]]4130[[package]]
4053name = "futures"4131name = "futures"
4054version = "0.3.28"4132version = "0.3.29"
4055source = "registry+https://github.com/rust-lang/crates.io-index"4133source = "registry+https://github.com/rust-lang/crates.io-index"
4056checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"4134checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335"
4057dependencies = [4135dependencies = [
4058 "futures-channel",4136 "futures-channel",
4059 "futures-core",4137 "futures-core",
40664144
4067[[package]]4145[[package]]
4068name = "futures-channel"4146name = "futures-channel"
4069version = "0.3.28"4147version = "0.3.29"
4070source = "registry+https://github.com/rust-lang/crates.io-index"4148source = "registry+https://github.com/rust-lang/crates.io-index"
4071checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"4149checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb"
4072dependencies = [4150dependencies = [
4073 "futures-core",4151 "futures-core",
4074 "futures-sink",4152 "futures-sink",
4075]4153]
40764154
4077[[package]]4155[[package]]
4078name = "futures-core"4156name = "futures-core"
4079version = "0.3.28"4157version = "0.3.29"
4080source = "registry+https://github.com/rust-lang/crates.io-index"4158source = "registry+https://github.com/rust-lang/crates.io-index"
4081checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"4159checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
40824160
4083[[package]]4161[[package]]
4084name = "futures-executor"4162name = "futures-executor"
4085version = "0.3.28"4163version = "0.3.29"
4086source = "registry+https://github.com/rust-lang/crates.io-index"4164source = "registry+https://github.com/rust-lang/crates.io-index"
4087checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"4165checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc"
4088dependencies = [4166dependencies = [
4089 "futures-core",4167 "futures-core",
4090 "futures-task",4168 "futures-task",
40944172
4095[[package]]4173[[package]]
4096name = "futures-io"4174name = "futures-io"
4097version = "0.3.28"4175version = "0.3.29"
4098source = "registry+https://github.com/rust-lang/crates.io-index"4176source = "registry+https://github.com/rust-lang/crates.io-index"
4099checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"4177checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa"
41004178
4101[[package]]4179[[package]]
4102name = "futures-lite"4180name = "futures-lite"
41154193
4116[[package]]4194[[package]]
4117name = "futures-macro"4195name = "futures-macro"
4118version = "0.3.28"4196version = "0.3.29"
4119source = "registry+https://github.com/rust-lang/crates.io-index"4197source = "registry+https://github.com/rust-lang/crates.io-index"
4120checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"4198checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb"
4121dependencies = [4199dependencies = [
4122 "proc-macro2",4200 "proc-macro2",
4123 "quote",4201 "quote",
4124 "syn 2.0.37",4202 "syn 2.0.38",
4125]4203]
41264204
4127[[package]]4205[[package]]
4132dependencies = [4210dependencies = [
4133 "futures-io",4211 "futures-io",
4134 "rustls 0.20.9",4212 "rustls 0.20.9",
4135 "webpki 0.22.2",4213 "webpki 0.22.4",
4136]4214]
41374215
4138[[package]]4216[[package]]
4139name = "futures-sink"4217name = "futures-sink"
4140version = "0.3.28"4218version = "0.3.29"
4141source = "registry+https://github.com/rust-lang/crates.io-index"4219source = "registry+https://github.com/rust-lang/crates.io-index"
4142checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"4220checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
41434221
4144[[package]]4222[[package]]
4145name = "futures-task"4223name = "futures-task"
4146version = "0.3.28"4224version = "0.3.29"
4147source = "registry+https://github.com/rust-lang/crates.io-index"4225source = "registry+https://github.com/rust-lang/crates.io-index"
4148checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"4226checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2"
41494227
4150[[package]]4228[[package]]
4151name = "futures-timer"4229name = "futures-timer"
41554233
4156[[package]]4234[[package]]
4157name = "futures-util"4235name = "futures-util"
4158version = "0.3.28"4236version = "0.3.29"
4159source = "registry+https://github.com/rust-lang/crates.io-index"4237source = "registry+https://github.com/rust-lang/crates.io-index"
4160checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"4238checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104"
4161dependencies = [4239dependencies = [
4162 "futures-channel",4240 "futures-channel",
4163 "futures-core",4241 "futures-core",
4296dependencies = [4374dependencies = [
4297 "ff 0.12.1",4375 "ff 0.12.1",
4298 "rand_core 0.6.4",4376 "rand_core 0.6.4",
4299 "subtle",4377 "subtle 2.4.1",
4300]4378]
43014379
4302[[package]]4380[[package]]
4307dependencies = [4385dependencies = [
4308 "ff 0.13.0",4386 "ff 0.13.0",
4309 "rand_core 0.6.4",4387 "rand_core 0.6.4",
4310 "subtle",4388 "subtle 2.4.1",
4311]4389]
43124390
4313[[package]]4391[[package]]
4370source = "registry+https://github.com/rust-lang/crates.io-index"4448source = "registry+https://github.com/rust-lang/crates.io-index"
4371checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"4449checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
4372dependencies = [4450dependencies = [
4373 "ahash 0.7.6",4451 "ahash 0.7.7",
4374]4452]
43754453
4376[[package]]4454[[package]]
4379source = "registry+https://github.com/rust-lang/crates.io-index"4457source = "registry+https://github.com/rust-lang/crates.io-index"
4380checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"4458checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
4381dependencies = [4459dependencies = [
4382 "ahash 0.8.3",4460 "ahash 0.8.6",
4383]4461]
43844462
4385[[package]]4463[[package]]
4386name = "hashbrown"4464name = "hashbrown"
4387version = "0.14.1"4465version = "0.14.2"
4388source = "registry+https://github.com/rust-lang/crates.io-index"4466source = "registry+https://github.com/rust-lang/crates.io-index"
4389checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"4467checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
4390dependencies = [4468dependencies = [
4391 "ahash 0.8.3",4469 "ahash 0.8.6",
4392 "allocator-api2",4470 "allocator-api2",
4393 "serde",4471 "serde",
4394]4472]
43954473
4396[[package]]4474[[package]]
4475name = "hashlink"
4476version = "0.8.4"
4477source = "registry+https://github.com/rust-lang/crates.io-index"
4478checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
4479dependencies = [
4480 "hashbrown 0.14.2",
4481]
4482
4483[[package]]
4397name = "heck"4484name = "heck"
4398version = "0.4.1"4485version = "0.4.1"
4399source = "registry+https://github.com/rust-lang/crates.io-index"4486source = "registry+https://github.com/rust-lang/crates.io-index"
4558 "httpdate",4645 "httpdate",
4559 "itoa",4646 "itoa",
4560 "pin-project-lite 0.2.13",4647 "pin-project-lite 0.2.13",
4561 "socket2 0.4.9",4648 "socket2 0.4.10",
4562 "tokio",4649 "tokio",
4563 "tower-service",4650 "tower-service",
4564 "tracing",4651 "tracing",
45674654
4568[[package]]4655[[package]]
4569name = "hyper-rustls"4656name = "hyper-rustls"
4570version = "0.24.1"4657version = "0.24.2"
4571source = "registry+https://github.com/rust-lang/crates.io-index"4658source = "registry+https://github.com/rust-lang/crates.io-index"
4572checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"4659checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
4573dependencies = [4660dependencies = [
4574 "futures-util",4661 "futures-util",
4575 "http",4662 "http",
4576 "hyper",4663 "hyper",
4577 "log",4664 "log",
4578 "rustls 0.21.7",4665 "rustls 0.21.8",
4579 "rustls-native-certs",4666 "rustls-native-certs",
4580 "tokio",4667 "tokio",
4581 "tokio-rustls",4668 "tokio-rustls",
4582 "webpki-roots 0.23.1",4669 "webpki-roots 0.25.2",
4583]4670]
45844671
4585[[package]]4672[[package]]
4586name = "iana-time-zone"4673name = "iana-time-zone"
4587version = "0.1.57"4674version = "0.1.58"
4588source = "registry+https://github.com/rust-lang/crates.io-index"4675source = "registry+https://github.com/rust-lang/crates.io-index"
4589checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"4676checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20"
4590dependencies = [4677dependencies = [
4591 "android_system_properties",4678 "android_system_properties",
4592 "core-foundation-sys",4679 "core-foundation-sys",
4593 "iana-time-zone-haiku",4680 "iana-time-zone-haiku",
4594 "js-sys",4681 "js-sys",
4595 "wasm-bindgen",4682 "wasm-bindgen",
4596 "windows 0.48.0",4683 "windows-core",
4597]4684]
45984685
4599[[package]]4686[[package]]
46444731
4645[[package]]4732[[package]]
4646name = "if-watch"4733name = "if-watch"
4647version = "3.0.1"4734version = "3.1.0"
4648source = "registry+https://github.com/rust-lang/crates.io-index"4735source = "registry+https://github.com/rust-lang/crates.io-index"
4649checksum = "a9465340214b296cd17a0009acdb890d6160010b8adf8f78a00d0d7ab270f79f"4736checksum = "bbb892e5777fe09e16f3d44de7802f4daa7267ecbe8c466f19d94e25bb0c303e"
4650dependencies = [4737dependencies = [
4651 "async-io",4738 "async-io 1.13.0",
4652 "core-foundation",4739 "core-foundation",
4653 "fnv",4740 "fnv",
4654 "futures",4741 "futures",
4658 "rtnetlink",4745 "rtnetlink",
4659 "system-configuration",4746 "system-configuration",
4660 "tokio",4747 "tokio",
4661 "windows 0.34.0",4748 "windows",
4662]4749]
46634750
4664[[package]]4751[[package]]
47314818
4732[[package]]4819[[package]]
4733name = "indexmap"4820name = "indexmap"
4734version = "2.0.2"4821version = "2.1.0"
4735source = "registry+https://github.com/rust-lang/crates.io-index"4822source = "registry+https://github.com/rust-lang/crates.io-index"
4736checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897"4823checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
4737dependencies = [4824dependencies = [
4738 "equivalent",4825 "equivalent",
4739 "hashbrown 0.14.1",4826 "hashbrown 0.14.2",
4740]4827]
47414828
4742[[package]]4829[[package]]
4833source = "registry+https://github.com/rust-lang/crates.io-index"4920source = "registry+https://github.com/rust-lang/crates.io-index"
4834checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"4921checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
4835dependencies = [4922dependencies = [
4836 "socket2 0.5.4",4923 "socket2 0.5.5",
4837 "widestring",4924 "widestring",
4838 "windows-sys 0.48.0",4925 "windows-sys 0.48.0",
4839 "winreg",4926 "winreg",
4840]4927]
48414928
4842[[package]]4929[[package]]
4843name = "ipnet"4930name = "ipnet"
4844version = "2.8.0"4931version = "2.9.0"
4845source = "registry+https://github.com/rust-lang/crates.io-index"4932source = "registry+https://github.com/rust-lang/crates.io-index"
4846checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"4933checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
48474934
4848[[package]]4935[[package]]
4849name = "is-terminal"4936name = "is-terminal"
4852checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"4939checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
4853dependencies = [4940dependencies = [
4854 "hermit-abi 0.3.3",4941 "hermit-abi 0.3.3",
4855 "rustix 0.38.15",4942 "rustix 0.38.21",
4856 "windows-sys 0.48.0",4943 "windows-sys 0.48.0",
4857]4944]
48584945
48914978
4892[[package]]4979[[package]]
4893name = "jobserver"4980name = "jobserver"
4894version = "0.1.26"4981version = "0.1.27"
4895source = "registry+https://github.com/rust-lang/crates.io-index"4982source = "registry+https://github.com/rust-lang/crates.io-index"
4896checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"4983checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d"
4897dependencies = [4984dependencies = [
4898 "libc",4985 "libc",
4899]4986]
4997checksum = "44e8ab85614a08792b9bff6c8feee23be78c98d0182d4c622c05256ab553892a"5084checksum = "44e8ab85614a08792b9bff6c8feee23be78c98d0182d4c622c05256ab553892a"
4998dependencies = [5085dependencies = [
4999 "heck",5086 "heck",
5000 "proc-macro-crate",5087 "proc-macro-crate 1.3.1",
5001 "proc-macro2",5088 "proc-macro2",
5002 "quote",5089 "quote",
5003 "syn 1.0.109",5090 "syn 1.0.109",
5059dependencies = [5146dependencies = [
5060 "cfg-if",5147 "cfg-if",
5061 "ecdsa 0.16.8",5148 "ecdsa 0.16.8",
5062 "elliptic-curve 0.13.5",5149 "elliptic-curve 0.13.6",
5063 "once_cell",5150 "once_cell",
5064 "sha2 0.10.8",5151 "sha2 0.10.8",
5065]5152]
5074]5161]
50755162
5076[[package]]5163[[package]]
5077name = "kusama-runtime-constants"5164name = "keystream"
5078version = "1.0.0"5165version = "1.0.0"
5079source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"5166source = "registry+https://github.com/rust-lang/crates.io-index"
5080dependencies = [5167checksum = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28"
5081 "frame-support",
5082 "polkadot-primitives",
5083 "polkadot-runtime-common",
5084 "smallvec",
5085 "sp-core",
5086 "sp-runtime",
5087 "sp-weights",
5088]
50895168
5090[[package]]5169[[package]]
5091name = "kvdb"5170name = "kvdb"
51225201
5123[[package]]5202[[package]]
5124name = "landlock"5203name = "landlock"
5125version = "0.2.0"5204version = "0.3.0"
5126source = "registry+https://github.com/rust-lang/crates.io-index"5205source = "registry+https://github.com/rust-lang/crates.io-index"
5127checksum = "520baa32708c4e957d2fc3a186bc5bd8d26637c33137f399ddfc202adb240068"5206checksum = "1530c5b973eeed4ac216af7e24baf5737645a6272e361f1fb95710678b67d9cc"
5128dependencies = [5207dependencies = [
5129 "enumflags2",5208 "enumflags2",
5130 "libc",5209 "libc",
51455224
5146[[package]]5225[[package]]
5147name = "libc"5226name = "libc"
5148version = "0.2.148"5227version = "0.2.149"
5149source = "registry+https://github.com/rust-lang/crates.io-index"5228source = "registry+https://github.com/rust-lang/crates.io-index"
5150checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"5229checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
51515230
5152[[package]]5231[[package]]
5153name = "libloading"5232name = "libloading"
51615240
5162[[package]]5241[[package]]
5163name = "libm"5242name = "libm"
5164version = "0.2.7"5243version = "0.2.8"
5165source = "registry+https://github.com/rust-lang/crates.io-index"5244source = "registry+https://github.com/rust-lang/crates.io-index"
5166checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"5245checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
51675246
5168[[package]]5247[[package]]
5169name = "libp2p"5248name = "libp2p"
5348 "log",5427 "log",
5349 "rand 0.8.5",5428 "rand 0.8.5",
5350 "smallvec",5429 "smallvec",
5351 "socket2 0.4.9",5430 "socket2 0.4.10",
5352 "tokio",5431 "tokio",
5353 "trust-dns-proto",5432 "trust-dns-proto",
5354 "void",5433 "void",
5490 "libc",5569 "libc",
5491 "libp2p-core",5570 "libp2p-core",
5492 "log",5571 "log",
5493 "socket2 0.4.9",5572 "socket2 0.4.10",
5494 "tokio",5573 "tokio",
5495]5574]
54965575
5508 "ring 0.16.20",5587 "ring 0.16.20",
5509 "rustls 0.20.9",5588 "rustls 0.20.9",
5510 "thiserror",5589 "thiserror",
5511 "webpki 0.22.2",5590 "webpki 0.22.4",
5512 "x509-parser 0.14.0",5591 "x509-parser 0.14.0",
5513 "yasna",5592 "yasna",
5514]5593]
5632dependencies = [5711dependencies = [
5633 "crunchy",5712 "crunchy",
5634 "digest 0.9.0",5713 "digest 0.9.0",
5635 "subtle",5714 "subtle 2.4.1",
5636]5715]
56375716
5638[[package]]5717[[package]]
57115790
5712[[package]]5791[[package]]
5713name = "linux-raw-sys"5792name = "linux-raw-sys"
5714version = "0.4.8"5793version = "0.4.10"
5715source = "registry+https://github.com/rust-lang/crates.io-index"5794source = "registry+https://github.com/rust-lang/crates.io-index"
5716checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db"5795checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
57175796
5718[[package]]5797[[package]]
5798name = "lioness"
5799version = "0.1.2"
5800source = "registry+https://github.com/rust-lang/crates.io-index"
5801checksum = "4ae926706ba42c425c9457121178330d75e273df2e82e28b758faf3de3a9acb9"
5802dependencies = [
5803 "arrayref",
5804 "blake2 0.8.1",
5805 "chacha",
5806 "keystream",
5807]
5808
5809[[package]]
5719name = "lock_api"5810name = "lock_api"
5720version = "0.4.10"5811version = "0.4.11"
5721source = "registry+https://github.com/rust-lang/crates.io-index"5812source = "registry+https://github.com/rust-lang/crates.io-index"
5722checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"5813checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
5723dependencies = [5814dependencies = [
5724 "autocfg",5815 "autocfg",
5725 "scopeguard",5816 "scopeguard",
57865877
5787[[package]]5878[[package]]
5788name = "macro_magic"5879name = "macro_magic"
5789version = "0.4.2"5880version = "0.5.0"
5790source = "registry+https://github.com/rust-lang/crates.io-index"5881source = "registry+https://github.com/rust-lang/crates.io-index"
5791checksum = "aee866bfee30d2d7e83835a4574aad5b45adba4cc807f2a3bbba974e5d4383c9"5882checksum = "e03844fc635e92f3a0067e25fa4bf3e3dbf3f2927bf3aa01bb7bc8f1c428949d"
5792dependencies = [5883dependencies = [
5793 "macro_magic_core",5884 "macro_magic_core",
5794 "macro_magic_macros",5885 "macro_magic_macros",
5795 "quote",5886 "quote",
5796 "syn 2.0.37",5887 "syn 2.0.38",
5797]5888]
57985889
5799[[package]]5890[[package]]
5800name = "macro_magic_core"5891name = "macro_magic_core"
5801version = "0.4.2"5892version = "0.5.0"
5802source = "registry+https://github.com/rust-lang/crates.io-index"5893source = "registry+https://github.com/rust-lang/crates.io-index"
5803checksum = "7e766a20fd9c72bab3e1e64ed63f36bd08410e75803813df210d1ce297d7ad00"5894checksum = "468155613a44cfd825f1fb0ffa532b018253920d404e6fca1e8d43155198a46d"
5804dependencies = [5895dependencies = [
5805 "const-random",5896 "const-random",
5806 "derive-syn-parse",5897 "derive-syn-parse",
5807 "macro_magic_core_macros",5898 "macro_magic_core_macros",
5808 "proc-macro2",5899 "proc-macro2",
5809 "quote",5900 "quote",
5810 "syn 2.0.37",5901 "syn 2.0.38",
5811]5902]
58125903
5813[[package]]5904[[package]]
5814name = "macro_magic_core_macros"5905name = "macro_magic_core_macros"
5815version = "0.4.2"5906version = "0.5.0"
5816source = "registry+https://github.com/rust-lang/crates.io-index"5907source = "registry+https://github.com/rust-lang/crates.io-index"
5817checksum = "c12469fc165526520dff2807c2975310ab47cf7190a45b99b49a7dc8befab17b"5908checksum = "9ea73aa640dc01d62a590d48c0c3521ed739d53b27f919b25c3551e233481654"
5818dependencies = [5909dependencies = [
5819 "proc-macro2",5910 "proc-macro2",
5820 "quote",5911 "quote",
5821 "syn 2.0.37",5912 "syn 2.0.38",
5822]5913]
58235914
5824[[package]]5915[[package]]
5825name = "macro_magic_macros"5916name = "macro_magic_macros"
5826version = "0.4.2"5917version = "0.5.0"
5827source = "registry+https://github.com/rust-lang/crates.io-index"5918source = "registry+https://github.com/rust-lang/crates.io-index"
5828checksum = "b8fb85ec1620619edf2984a7693497d4ec88a9665d8b87e942856884c92dbf2a"5919checksum = "ef9d79ae96aaba821963320eb2b6e34d17df1e5a83d8a1985c29cc5be59577b3"
5829dependencies = [5920dependencies = [
5830 "macro_magic_core",5921 "macro_magic_core",
5831 "quote",5922 "quote",
5832 "syn 2.0.37",5923 "syn 2.0.38",
5833]5924]
58345925
5835[[package]]5926[[package]]
5891source = "registry+https://github.com/rust-lang/crates.io-index"5982source = "registry+https://github.com/rust-lang/crates.io-index"
5892checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"5983checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
5893dependencies = [5984dependencies = [
5894 "rustix 0.38.15",5985 "rustix 0.38.21",
5895]5986]
58965987
5897[[package]]5988[[package]]
59916082
5992[[package]]6083[[package]]
5993name = "mio"6084name = "mio"
5994version = "0.8.8"6085version = "0.8.9"
5995source = "registry+https://github.com/rust-lang/crates.io-index"6086source = "registry+https://github.com/rust-lang/crates.io-index"
5996checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"6087checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0"
5997dependencies = [6088dependencies = [
5998 "libc",6089 "libc",
5999 "wasi 0.11.0+wasi-snapshot-preview1",6090 "wasi 0.11.0+wasi-snapshot-preview1",
6000 "windows-sys 0.48.0",6091 "windows-sys 0.48.0",
6001]6092]
60026093
6003[[package]]6094[[package]]
6095name = "mixnet"
6096version = "0.7.0"
6097source = "registry+https://github.com/rust-lang/crates.io-index"
6098checksum = "daa3eb39495d8e2e2947a1d862852c90cc6a4a8845f8b41c8829cb9fcc047f4a"
6099dependencies = [
6100 "arrayref",
6101 "arrayvec 0.7.4",
6102 "bitflags 1.3.2",
6103 "blake2 0.10.6",
6104 "c2-chacha",
6105 "curve25519-dalek 4.1.1",
6106 "either",
6107 "hashlink",
6108 "lioness",
6109 "log",
6110 "parking_lot 0.12.1",
6111 "rand 0.8.5",
6112 "rand_chacha 0.3.1",
6113 "rand_distr",
6114 "subtle 2.4.1",
6115 "thiserror",
6116 "zeroize",
6117]
6118
6119[[package]]
6004name = "mmr-gadget"6120name = "mmr-gadget"
6005version = "4.0.0-dev"6121version = "4.0.0-dev"
6006source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6122source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
6007dependencies = [6123dependencies = [
6008 "futures",6124 "futures",
6009 "log",6125 "log",
6022[[package]]6138[[package]]
6023name = "mmr-rpc"6139name = "mmr-rpc"
6024version = "4.0.0-dev"6140version = "4.0.0-dev"
6025source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6141source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
6026dependencies = [6142dependencies = [
6027 "anyhow",6143 "anyhow",
6028 "jsonrpsee",6144 "jsonrpsee",
6115source = "registry+https://github.com/rust-lang/crates.io-index"6231source = "registry+https://github.com/rust-lang/crates.io-index"
6116checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"6232checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"
6117dependencies = [6233dependencies = [
6118 "proc-macro-crate",6234 "proc-macro-crate 1.3.1",
6119 "proc-macro-error",6235 "proc-macro-error",
6120 "proc-macro2",6236 "proc-macro2",
6121 "quote",6237 "quote",
63516467
6352[[package]]6468[[package]]
6353name = "num-traits"6469name = "num-traits"
6354version = "0.2.16"6470version = "0.2.17"
6355source = "registry+https://github.com/rust-lang/crates.io-index"6471source = "registry+https://github.com/rust-lang/crates.io-index"
6356checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"6472checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
6357dependencies = [6473dependencies = [
6358 "autocfg",6474 "autocfg",
6475 "libm",
6359]6476]
63606477
6361[[package]]6478[[package]]
63706487
6371[[package]]6488[[package]]
6372name = "num_enum"6489name = "num_enum"
6373version = "0.7.0"6490version = "0.7.1"
6374source = "registry+https://github.com/rust-lang/crates.io-index"6491source = "registry+https://github.com/rust-lang/crates.io-index"
6375checksum = "70bf6736f74634d299d00086f02986875b3c2d924781a6a2cb6c201e73da0ceb"6492checksum = "683751d591e6d81200c39fb0d1032608b77724f34114db54f571ff1317b337c0"
6376dependencies = [6493dependencies = [
6377 "num_enum_derive",6494 "num_enum_derive",
6378]6495]
63796496
6380[[package]]6497[[package]]
6381name = "num_enum_derive"6498name = "num_enum_derive"
6382version = "0.7.0"6499version = "0.7.1"
6383source = "registry+https://github.com/rust-lang/crates.io-index"6500source = "registry+https://github.com/rust-lang/crates.io-index"
6384checksum = "56ea360eafe1022f7cc56cd7b869ed57330fb2453d0c7831d99b74c65d2f5597"6501checksum = "6c11e44798ad209ccdd91fc192f0526a369a01234f7373e1b141c96d7cee4f0e"
6385dependencies = [6502dependencies = [
6386 "proc-macro-crate",6503 "proc-macro-crate 2.0.0",
6387 "proc-macro2",6504 "proc-macro2",
6388 "quote",6505 "quote",
6389 "syn 2.0.37",6506 "syn 2.0.38",
6390]6507]
63916508
6392[[package]]6509[[package]]
64426559
6443[[package]]6560[[package]]
6444name = "opal-runtime"6561name = "opal-runtime"
6445version = "1.1.0"6562version = "1.2.0"
6446dependencies = [6563dependencies = [
6447 "app-promotion-rpc",6564 "app-promotion-rpc",
6448 "cumulus-pallet-aura-ext",6565 "cumulus-pallet-aura-ext",
6519 "pallet-unique",6636 "pallet-unique",
6520 "pallet-utility",6637 "pallet-utility",
6521 "pallet-xcm",6638 "pallet-xcm",
6522 "parachain-info",
6523 "parity-scale-codec",6639 "parity-scale-codec",
6524 "polkadot-parachain-primitives",6640 "polkadot-parachain-primitives",
6641 "polkadot-runtime-common",
6525 "precompile-utils-macro",6642 "precompile-utils-macro",
6526 "scale-info",6643 "scale-info",
6527 "serde",6644 "serde",
6540 "sp-storage",6657 "sp-storage",
6541 "sp-transaction-pool",6658 "sp-transaction-pool",
6542 "sp-version",6659 "sp-version",
6660 "staging-parachain-info",
6543 "staging-xcm",6661 "staging-xcm",
6544 "staging-xcm-builder",6662 "staging-xcm-builder",
6545 "staging-xcm-executor",6663 "staging-xcm-executor",
6570checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"6688checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
65716689
6572[[package]]6690[[package]]
6691name = "option-ext"
6692version = "0.2.0"
6693source = "registry+https://github.com/rust-lang/crates.io-index"
6694checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
6695
6696[[package]]
6573name = "orchestra"6697name = "orchestra"
6574version = "0.0.5"6698version = "0.3.3"
6575source = "registry+https://github.com/rust-lang/crates.io-index"6699source = "registry+https://github.com/rust-lang/crates.io-index"
6576checksum = "227585216d05ba65c7ab0a0450a3cf2cbd81a98862a54c4df8e14d5ac6adb015"6700checksum = "46d78e1deb2a8d54fc1f063a544130db4da31dfe4d5d3b493186424910222a76"
6577dependencies = [6701dependencies = [
6578 "async-trait",6702 "async-trait",
6579 "dyn-clonable",6703 "dyn-clonable",
65886712
6589[[package]]6713[[package]]
6590name = "orchestra-proc-macro"6714name = "orchestra-proc-macro"
6591version = "0.0.5"6715version = "0.3.3"
6592source = "registry+https://github.com/rust-lang/crates.io-index"6716source = "registry+https://github.com/rust-lang/crates.io-index"
6593checksum = "2871aadd82a2c216ee68a69837a526dfe788ecbe74c4c5038a6acdbff6653066"6717checksum = "d035b1f968d91a826f2e34a9d6d02cb2af5aa7ca39ebd27922d850ab4b2dd2c6"
6594dependencies = [6718dependencies = [
6595 "expander 0.0.6",6719 "expander 2.0.0",
6720 "indexmap 2.1.0",
6596 "itertools 0.10.5",6721 "itertools 0.11.0",
6597 "petgraph",6722 "petgraph",
6598 "proc-macro-crate",6723 "proc-macro-crate 1.3.1",
6599 "proc-macro2",6724 "proc-macro2",
6600 "quote",6725 "quote",
6601 "syn 1.0.109",6726 "syn 1.0.109",
66126737
6613[[package]]6738[[package]]
6614name = "orml-tokens"6739name = "orml-tokens"
6615version = "0.4.1-dev"6740version = "0.5.0-dev"
6616source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v1.1.0#b3694e631df7f1ca16b1973122937753fcdee9d4"6741source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=substrate-master#46df4a649ebf68cbd444f450f58e8d4f7bcf4679"
6617dependencies = [6742dependencies = [
6618 "frame-support",6743 "frame-support",
6619 "frame-system",6744 "frame-system",
66296754
6630[[package]]6755[[package]]
6631name = "orml-traits"6756name = "orml-traits"
6632version = "0.4.1-dev"6757version = "0.5.0-dev"
6633source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v1.1.0#b3694e631df7f1ca16b1973122937753fcdee9d4"6758source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=substrate-master#46df4a649ebf68cbd444f450f58e8d4f7bcf4679"
6634dependencies = [6759dependencies = [
6635 "frame-support",6760 "frame-support",
6636 "impl-trait-for-tuples",6761 "impl-trait-for-tuples",
66496774
6650[[package]]6775[[package]]
6651name = "orml-utilities"6776name = "orml-utilities"
6652version = "0.4.1-dev"6777version = "0.5.0-dev"
6653source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v1.1.0#b3694e631df7f1ca16b1973122937753fcdee9d4"6778source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=substrate-master#46df4a649ebf68cbd444f450f58e8d4f7bcf4679"
6654dependencies = [6779dependencies = [
6655 "frame-support",6780 "frame-support",
6656 "parity-scale-codec",6781 "parity-scale-codec",
66646789
6665[[package]]6790[[package]]
6666name = "orml-vesting"6791name = "orml-vesting"
6667version = "0.4.1-dev"6792version = "0.5.0-dev"
6668source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v1.1.0#b3694e631df7f1ca16b1973122937753fcdee9d4"6793source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=substrate-master#46df4a649ebf68cbd444f450f58e8d4f7bcf4679"
6669dependencies = [6794dependencies = [
6670 "frame-support",6795 "frame-support",
6671 "frame-system",6796 "frame-system",
66796804
6680[[package]]6805[[package]]
6681name = "orml-xcm-support"6806name = "orml-xcm-support"
6682version = "0.4.1-dev"6807version = "0.5.0-dev"
6683source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v1.1.0#b3694e631df7f1ca16b1973122937753fcdee9d4"6808source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=substrate-master#46df4a649ebf68cbd444f450f58e8d4f7bcf4679"
6684dependencies = [6809dependencies = [
6685 "frame-support",6810 "frame-support",
6686 "orml-traits",6811 "orml-traits",
66936818
6694[[package]]6819[[package]]
6695name = "orml-xtokens"6820name = "orml-xtokens"
6696version = "0.4.1-dev"6821version = "0.5.0-dev"
6697source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v1.1.0#b3694e631df7f1ca16b1973122937753fcdee9d4"6822source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=substrate-master#46df4a649ebf68cbd444f450f58e8d4f7bcf4679"
6698dependencies = [6823dependencies = [
6699 "cumulus-primitives-core",6824 "cumulus-primitives-core",
6700 "frame-support",6825 "frame-support",
6758]6883]
67596884
6760[[package]]6885[[package]]
6886name = "pallet-asset-rate"
6887version = "4.0.0-dev"
6888source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
6889dependencies = [
6890 "frame-benchmarking",
6891 "frame-support",
6892 "frame-system",
6893 "parity-scale-codec",
6894 "scale-info",
6895 "sp-core",
6896 "sp-runtime",
6897 "sp-std",
6898]
6899
6900[[package]]
6761name = "pallet-aura"6901name = "pallet-aura"
6762version = "4.0.0-dev"6902version = "4.0.0-dev"
6763source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6903source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
6764dependencies = [6904dependencies = [
6765 "frame-support",6905 "frame-support",
6766 "frame-system",6906 "frame-system",
6777[[package]]6917[[package]]
6778name = "pallet-authority-discovery"6918name = "pallet-authority-discovery"
6779version = "4.0.0-dev"6919version = "4.0.0-dev"
6780source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6920source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
6781dependencies = [6921dependencies = [
6782 "frame-support",6922 "frame-support",
6783 "frame-system",6923 "frame-system",
6793[[package]]6933[[package]]
6794name = "pallet-authorship"6934name = "pallet-authorship"
6795version = "4.0.0-dev"6935version = "4.0.0-dev"
6796source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6936source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
6797dependencies = [6937dependencies = [
6798 "frame-support",6938 "frame-support",
6799 "frame-system",6939 "frame-system",
6807[[package]]6947[[package]]
6808name = "pallet-babe"6948name = "pallet-babe"
6809version = "4.0.0-dev"6949version = "4.0.0-dev"
6810source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6950source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
6811dependencies = [6951dependencies = [
6812 "frame-benchmarking",6952 "frame-benchmarking",
6813 "frame-support",6953 "frame-support",
6831[[package]]6971[[package]]
6832name = "pallet-bags-list"6972name = "pallet-bags-list"
6833version = "4.0.0-dev"6973version = "4.0.0-dev"
6834source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6974source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
6835dependencies = [6975dependencies = [
6836 "aquamarine",6976 "aquamarine",
6837 "docify",6977 "docify",
6853[[package]]6993[[package]]
6854name = "pallet-balances"6994name = "pallet-balances"
6855version = "4.0.0-dev"6995version = "4.0.0-dev"
6856source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"6996source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
6857dependencies = [6997dependencies = [
6858 "frame-benchmarking",6998 "frame-benchmarking",
6859 "frame-support",6999 "frame-support",
6889[[package]]7029[[package]]
6890name = "pallet-base-fee"7030name = "pallet-base-fee"
6891version = "1.0.0"7031version = "1.0.0"
6892source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"7032source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"
6893dependencies = [7033dependencies = [
6894 "fp-evm",7034 "fp-evm",
6895 "frame-support",7035 "frame-support",
6903[[package]]7043[[package]]
6904name = "pallet-beefy"7044name = "pallet-beefy"
6905version = "4.0.0-dev"7045version = "4.0.0-dev"
6906source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7046source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
6907dependencies = [7047dependencies = [
6908 "frame-support",7048 "frame-support",
6909 "frame-system",7049 "frame-system",
6923[[package]]7063[[package]]
6924name = "pallet-beefy-mmr"7064name = "pallet-beefy-mmr"
6925version = "4.0.0-dev"7065version = "4.0.0-dev"
6926source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7066source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
6927dependencies = [7067dependencies = [
6928 "array-bytes",7068 "array-bytes 6.1.0",
6929 "binary-merkle-tree",7069 "binary-merkle-tree",
6930 "frame-support",7070 "frame-support",
6931 "frame-system",7071 "frame-system",
6948[[package]]7088[[package]]
6949name = "pallet-bounties"7089name = "pallet-bounties"
6950version = "4.0.0-dev"7090version = "4.0.0-dev"
6951source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7091source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
6952dependencies = [7092dependencies = [
6953 "frame-benchmarking",7093 "frame-benchmarking",
6954 "frame-support",7094 "frame-support",
6966[[package]]7106[[package]]
6967name = "pallet-child-bounties"7107name = "pallet-child-bounties"
6968version = "4.0.0-dev"7108version = "4.0.0-dev"
6969source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7109source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
6970dependencies = [7110dependencies = [
6971 "frame-benchmarking",7111 "frame-benchmarking",
6972 "frame-support",7112 "frame-support",
7011[[package]]7151[[package]]
7012name = "pallet-collective"7152name = "pallet-collective"
7013version = "4.0.0-dev"7153version = "4.0.0-dev"
7014source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7154source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7015dependencies = [7155dependencies = [
7016 "frame-benchmarking",7156 "frame-benchmarking",
7017 "frame-support",7157 "frame-support",
7072[[package]]7212[[package]]
7073name = "pallet-conviction-voting"7213name = "pallet-conviction-voting"
7074version = "4.0.0-dev"7214version = "4.0.0-dev"
7075source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7215source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7076dependencies = [7216dependencies = [
7077 "assert_matches",7217 "assert_matches",
7078 "frame-benchmarking",7218 "frame-benchmarking",
7089[[package]]7229[[package]]
7090name = "pallet-democracy"7230name = "pallet-democracy"
7091version = "4.0.0-dev"7231version = "4.0.0-dev"
7092source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7232source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7093dependencies = [7233dependencies = [
7094 "frame-benchmarking",7234 "frame-benchmarking",
7095 "frame-support",7235 "frame-support",
7107[[package]]7247[[package]]
7108name = "pallet-election-provider-multi-phase"7248name = "pallet-election-provider-multi-phase"
7109version = "4.0.0-dev"7249version = "4.0.0-dev"
7110source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7250source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7111dependencies = [7251dependencies = [
7112 "frame-benchmarking",7252 "frame-benchmarking",
7113 "frame-election-provider-support",7253 "frame-election-provider-support",
7124 "sp-npos-elections",7264 "sp-npos-elections",
7125 "sp-runtime",7265 "sp-runtime",
7126 "sp-std",7266 "sp-std",
7127 "strum",7267 "strum 0.24.1",
7128]7268]
71297269
7130[[package]]7270[[package]]
7131name = "pallet-election-provider-support-benchmarking"7271name = "pallet-election-provider-support-benchmarking"
7132version = "4.0.0-dev"7272version = "4.0.0-dev"
7133source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7273source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7134dependencies = [7274dependencies = [
7135 "frame-benchmarking",7275 "frame-benchmarking",
7136 "frame-election-provider-support",7276 "frame-election-provider-support",
7144[[package]]7284[[package]]
7145name = "pallet-elections-phragmen"7285name = "pallet-elections-phragmen"
7146version = "5.0.0-dev"7286version = "5.0.0-dev"
7147source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7287source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7148dependencies = [7288dependencies = [
7149 "frame-benchmarking",7289 "frame-benchmarking",
7150 "frame-support",7290 "frame-support",
7163[[package]]7303[[package]]
7164name = "pallet-ethereum"7304name = "pallet-ethereum"
7165version = "4.0.0-dev"7305version = "4.0.0-dev"
7166source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"7306source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"
7167dependencies = [7307dependencies = [
7168 "ethereum",7308 "ethereum",
7169 "ethereum-types",7309 "ethereum-types",
7186[[package]]7326[[package]]
7187name = "pallet-evm"7327name = "pallet-evm"
7188version = "6.0.0-dev"7328version = "6.0.0-dev"
7189source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"7329source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"
7190dependencies = [7330dependencies = [
7191 "environmental",7331 "environmental",
7192 "evm",7332 "evm",
7268[[package]]7408[[package]]
7269name = "pallet-evm-precompile-simple"7409name = "pallet-evm-precompile-simple"
7270version = "2.0.0-dev"7410version = "2.0.0-dev"
7271source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.1.0#e99be6383ce0b0bc33768e479505cf4302dc0f8a"7411source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v1.2.0#099a02364fe68f7d388d9c343a77b7d18441d294"
7272dependencies = [7412dependencies = [
7273 "fp-evm",7413 "fp-evm",
7274 "ripemd",7414 "ripemd",
7294[[package]]7434[[package]]
7295name = "pallet-fast-unstake"7435name = "pallet-fast-unstake"
7296version = "4.0.0-dev"7436version = "4.0.0-dev"
7297source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7437source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7298dependencies = [7438dependencies = [
7299 "docify",7439 "docify",
7300 "frame-benchmarking",7440 "frame-benchmarking",
7365[[package]]7505[[package]]
7366name = "pallet-grandpa"7506name = "pallet-grandpa"
7367version = "4.0.0-dev"7507version = "4.0.0-dev"
7368source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7508source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7369dependencies = [7509dependencies = [
7370 "frame-benchmarking",7510 "frame-benchmarking",
7371 "frame-support",7511 "frame-support",
7405[[package]]7545[[package]]
7406name = "pallet-identity"7546name = "pallet-identity"
7407version = "4.0.0-dev"7547version = "4.0.0-dev"
7408source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7548source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7409dependencies = [7549dependencies = [
7410 "enumflags2",7550 "enumflags2",
7411 "frame-benchmarking",7551 "frame-benchmarking",
7421[[package]]7561[[package]]
7422name = "pallet-im-online"7562name = "pallet-im-online"
7423version = "4.0.0-dev"7563version = "4.0.0-dev"
7424source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7564source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7425dependencies = [7565dependencies = [
7426 "frame-benchmarking",7566 "frame-benchmarking",
7427 "frame-support",7567 "frame-support",
7441[[package]]7581[[package]]
7442name = "pallet-indices"7582name = "pallet-indices"
7443version = "4.0.0-dev"7583version = "4.0.0-dev"
7444source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7584source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7445dependencies = [7585dependencies = [
7446 "frame-benchmarking",7586 "frame-benchmarking",
7447 "frame-support",7587 "frame-support",
7488[[package]]7628[[package]]
7489name = "pallet-membership"7629name = "pallet-membership"
7490version = "4.0.0-dev"7630version = "4.0.0-dev"
7491source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7631source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7492dependencies = [7632dependencies = [
7493 "frame-benchmarking",7633 "frame-benchmarking",
7494 "frame-support",7634 "frame-support",
7505[[package]]7645[[package]]
7506name = "pallet-message-queue"7646name = "pallet-message-queue"
7507version = "7.0.0-dev"7647version = "7.0.0-dev"
7508source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7648source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7509dependencies = [7649dependencies = [
7510 "frame-benchmarking",7650 "frame-benchmarking",
7511 "frame-support",7651 "frame-support",
7524[[package]]7664[[package]]
7525name = "pallet-mmr"7665name = "pallet-mmr"
7526version = "4.0.0-dev"7666version = "4.0.0-dev"
7527source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7667source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7528dependencies = [7668dependencies = [
7529 "frame-benchmarking",7669 "frame-benchmarking",
7530 "frame-support",7670 "frame-support",
7542[[package]]7682[[package]]
7543name = "pallet-multisig"7683name = "pallet-multisig"
7544version = "4.0.0-dev"7684version = "4.0.0-dev"
7545source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7685source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7546dependencies = [7686dependencies = [
7547 "frame-benchmarking",7687 "frame-benchmarking",
7548 "frame-support",7688 "frame-support",
7558[[package]]7698[[package]]
7559name = "pallet-nis"7699name = "pallet-nis"
7560version = "4.0.0-dev"7700version = "4.0.0-dev"
7561source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7701source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7562dependencies = [7702dependencies = [
7563 "frame-benchmarking",7703 "frame-benchmarking",
7564 "frame-support",7704 "frame-support",
7574[[package]]7714[[package]]
7575name = "pallet-nomination-pools"7715name = "pallet-nomination-pools"
7576version = "1.0.0"7716version = "1.0.0"
7577source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7717source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7578dependencies = [7718dependencies = [
7579 "frame-support",7719 "frame-support",
7580 "frame-system",7720 "frame-system",
7593[[package]]7733[[package]]
7594name = "pallet-nomination-pools-benchmarking"7734name = "pallet-nomination-pools-benchmarking"
7595version = "1.0.0"7735version = "1.0.0"
7596source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7736source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7597dependencies = [7737dependencies = [
7598 "frame-benchmarking",7738 "frame-benchmarking",
7599 "frame-election-provider-support",7739 "frame-election-provider-support",
7613[[package]]7753[[package]]
7614name = "pallet-nomination-pools-runtime-api"7754name = "pallet-nomination-pools-runtime-api"
7615version = "1.0.0-dev"7755version = "1.0.0-dev"
7616source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7756source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7617dependencies = [7757dependencies = [
7618 "pallet-nomination-pools",7758 "pallet-nomination-pools",
7619 "parity-scale-codec",7759 "parity-scale-codec",
7645[[package]]7785[[package]]
7646name = "pallet-offences"7786name = "pallet-offences"
7647version = "4.0.0-dev"7787version = "4.0.0-dev"
7648source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7788source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7649dependencies = [7789dependencies = [
7650 "frame-support",7790 "frame-support",
7651 "frame-system",7791 "frame-system",
7662[[package]]7802[[package]]
7663name = "pallet-offences-benchmarking"7803name = "pallet-offences-benchmarking"
7664version = "4.0.0-dev"7804version = "4.0.0-dev"
7665source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7805source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7666dependencies = [7806dependencies = [
7667 "frame-benchmarking",7807 "frame-benchmarking",
7668 "frame-election-provider-support",7808 "frame-election-provider-support",
7686[[package]]7826[[package]]
7687name = "pallet-preimage"7827name = "pallet-preimage"
7688version = "4.0.0-dev"7828version = "4.0.0-dev"
7689source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7829source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7690dependencies = [7830dependencies = [
7691 "frame-benchmarking",7831 "frame-benchmarking",
7692 "frame-support",7832 "frame-support",
7703[[package]]7843[[package]]
7704name = "pallet-proxy"7844name = "pallet-proxy"
7705version = "4.0.0-dev"7845version = "4.0.0-dev"
7706source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7846source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7707dependencies = [7847dependencies = [
7708 "frame-benchmarking",7848 "frame-benchmarking",
7709 "frame-support",7849 "frame-support",
7718[[package]]7858[[package]]
7719name = "pallet-ranked-collective"7859name = "pallet-ranked-collective"
7720version = "4.0.0-dev"7860version = "4.0.0-dev"
7721source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7861source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7722dependencies = [7862dependencies = [
7723 "frame-benchmarking",7863 "frame-benchmarking",
7724 "frame-support",7864 "frame-support",
7736[[package]]7876[[package]]
7737name = "pallet-recovery"7877name = "pallet-recovery"
7738version = "4.0.0-dev"7878version = "4.0.0-dev"
7739source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7879source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7740dependencies = [7880dependencies = [
7741 "frame-benchmarking",7881 "frame-benchmarking",
7742 "frame-support",7882 "frame-support",
7751[[package]]7891[[package]]
7752name = "pallet-referenda"7892name = "pallet-referenda"
7753version = "4.0.0-dev"7893version = "4.0.0-dev"
7754source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7894source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7755dependencies = [7895dependencies = [
7756 "assert_matches",7896 "assert_matches",
7757 "frame-benchmarking",7897 "frame-benchmarking",
7788]7928]
77897929
7790[[package]]7930[[package]]
7931name = "pallet-root-testing"
7932version = "1.0.0-dev"
7933source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7934dependencies = [
7935 "frame-support",
7936 "frame-system",
7937 "parity-scale-codec",
7938 "scale-info",
7939 "sp-core",
7940 "sp-io",
7941 "sp-runtime",
7942 "sp-std",
7943]
7944
7945[[package]]
7791name = "pallet-scheduler"7946name = "pallet-scheduler"
7792version = "4.0.0-dev"7947version = "4.0.0-dev"
7793source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7948source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7794dependencies = [7949dependencies = [
7795 "docify",7950 "docify",
7796 "frame-benchmarking",7951 "frame-benchmarking",
7808[[package]]7963[[package]]
7809name = "pallet-session"7964name = "pallet-session"
7810version = "4.0.0-dev"7965version = "4.0.0-dev"
7811source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7966source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7812dependencies = [7967dependencies = [
7813 "frame-support",7968 "frame-support",
7814 "frame-system",7969 "frame-system",
7830[[package]]7985[[package]]
7831name = "pallet-session-benchmarking"7986name = "pallet-session-benchmarking"
7832version = "4.0.0-dev"7987version = "4.0.0-dev"
7833source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"7988source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7834dependencies = [7989dependencies = [
7835 "frame-benchmarking",7990 "frame-benchmarking",
7836 "frame-support",7991 "frame-support",
7847[[package]]8002[[package]]
7848name = "pallet-society"8003name = "pallet-society"
7849version = "4.0.0-dev"8004version = "4.0.0-dev"
7850source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8005source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7851dependencies = [8006dependencies = [
7852 "frame-benchmarking",8007 "frame-benchmarking",
7853 "frame-support",8008 "frame-support",
7865[[package]]8020[[package]]
7866name = "pallet-staking"8021name = "pallet-staking"
7867version = "4.0.0-dev"8022version = "4.0.0-dev"
7868source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8023source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7869dependencies = [8024dependencies = [
7870 "frame-benchmarking",8025 "frame-benchmarking",
7871 "frame-election-provider-support",8026 "frame-election-provider-support",
7888[[package]]8043[[package]]
7889name = "pallet-staking-reward-curve"8044name = "pallet-staking-reward-curve"
7890version = "4.0.0-dev"8045version = "4.0.0-dev"
7891source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8046source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7892dependencies = [8047dependencies = [
7893 "proc-macro-crate",8048 "proc-macro-crate 1.3.1",
7894 "proc-macro2",8049 "proc-macro2",
7895 "quote",8050 "quote",
7896 "syn 2.0.37",8051 "syn 2.0.38",
7897]8052]
78988053
7899[[package]]8054[[package]]
7900name = "pallet-staking-reward-fn"8055name = "pallet-staking-reward-fn"
7901version = "4.0.0-dev"8056version = "4.0.0-dev"
7902source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8057source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7903dependencies = [8058dependencies = [
7904 "log",8059 "log",
7905 "sp-arithmetic",8060 "sp-arithmetic",
7908[[package]]8063[[package]]
7909name = "pallet-staking-runtime-api"8064name = "pallet-staking-runtime-api"
7910version = "4.0.0-dev"8065version = "4.0.0-dev"
7911source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8066source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7912dependencies = [8067dependencies = [
7913 "parity-scale-codec",8068 "parity-scale-codec",
7914 "sp-api",8069 "sp-api",
7917[[package]]8072[[package]]
7918name = "pallet-state-trie-migration"8073name = "pallet-state-trie-migration"
7919version = "4.0.0-dev"8074version = "4.0.0-dev"
7920source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8075source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7921dependencies = [8076dependencies = [
7922 "frame-benchmarking",8077 "frame-benchmarking",
7923 "frame-support",8078 "frame-support",
7951[[package]]8106[[package]]
7952name = "pallet-sudo"8107name = "pallet-sudo"
7953version = "4.0.0-dev"8108version = "4.0.0-dev"
7954source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8109source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
7955dependencies = [8110dependencies = [
8111 "docify",
7956 "frame-benchmarking",8112 "frame-benchmarking",
7957 "frame-support",8113 "frame-support",
7958 "frame-system",8114 "frame-system",
7966[[package]]8122[[package]]
7967name = "pallet-template-transaction-payment"8123name = "pallet-template-transaction-payment"
7968version = "3.0.0"8124version = "3.0.0"
7969source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v1.1.0#2fbec92640f517e4812be7ed61ef7691af6e0bba"8125source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v1.2.0#23769c7b4384a963f2ecef2a0401823ed4353752"
7970dependencies = [8126dependencies = [
7971 "frame-benchmarking",8127 "frame-benchmarking",
7972 "frame-support",8128 "frame-support",
7998[[package]]8154[[package]]
7999name = "pallet-timestamp"8155name = "pallet-timestamp"
8000version = "4.0.0-dev"8156version = "4.0.0-dev"
8001source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8157source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8002dependencies = [8158dependencies = [
8159 "docify",
8003 "frame-benchmarking",8160 "frame-benchmarking",
8004 "frame-support",8161 "frame-support",
8005 "frame-system",8162 "frame-system",
8017[[package]]8174[[package]]
8018name = "pallet-tips"8175name = "pallet-tips"
8019version = "4.0.0-dev"8176version = "4.0.0-dev"
8020source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8177source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8021dependencies = [8178dependencies = [
8022 "frame-benchmarking",8179 "frame-benchmarking",
8023 "frame-support",8180 "frame-support",
8036[[package]]8193[[package]]
8037name = "pallet-transaction-payment"8194name = "pallet-transaction-payment"
8038version = "4.0.0-dev"8195version = "4.0.0-dev"
8039source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8196source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8040dependencies = [8197dependencies = [
8041 "frame-support",8198 "frame-support",
8042 "frame-system",8199 "frame-system",
8052[[package]]8209[[package]]
8053name = "pallet-transaction-payment-rpc"8210name = "pallet-transaction-payment-rpc"
8054version = "4.0.0-dev"8211version = "4.0.0-dev"
8055source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8212source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8056dependencies = [8213dependencies = [
8057 "jsonrpsee",8214 "jsonrpsee",
8058 "pallet-transaction-payment-rpc-runtime-api",8215 "pallet-transaction-payment-rpc-runtime-api",
8068[[package]]8225[[package]]
8069name = "pallet-transaction-payment-rpc-runtime-api"8226name = "pallet-transaction-payment-rpc-runtime-api"
8070version = "4.0.0-dev"8227version = "4.0.0-dev"
8071source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8228source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8072dependencies = [8229dependencies = [
8073 "pallet-transaction-payment",8230 "pallet-transaction-payment",
8074 "parity-scale-codec",8231 "parity-scale-codec",
8080[[package]]8237[[package]]
8081name = "pallet-treasury"8238name = "pallet-treasury"
8082version = "4.0.0-dev"8239version = "4.0.0-dev"
8083source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8240source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8084dependencies = [8241dependencies = [
8242 "docify",
8085 "frame-benchmarking",8243 "frame-benchmarking",
8086 "frame-support",8244 "frame-support",
8087 "frame-system",8245 "frame-system",
8090 "parity-scale-codec",8248 "parity-scale-codec",
8091 "scale-info",8249 "scale-info",
8092 "serde",8250 "serde",
8251 "sp-core",
8093 "sp-runtime",8252 "sp-runtime",
8094 "sp-std",8253 "sp-std",
8095]8254]
8124[[package]]8283[[package]]
8125name = "pallet-utility"8284name = "pallet-utility"
8126version = "4.0.0-dev"8285version = "4.0.0-dev"
8127source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8286source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8128dependencies = [8287dependencies = [
8129 "frame-benchmarking",8288 "frame-benchmarking",
8130 "frame-support",8289 "frame-support",
8140[[package]]8299[[package]]
8141name = "pallet-vesting"8300name = "pallet-vesting"
8142version = "4.0.0-dev"8301version = "4.0.0-dev"
8143source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8302source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8144dependencies = [8303dependencies = [
8145 "frame-benchmarking",8304 "frame-benchmarking",
8146 "frame-support",8305 "frame-support",
8155[[package]]8314[[package]]
8156name = "pallet-whitelist"8315name = "pallet-whitelist"
8157version = "4.0.0-dev"8316version = "4.0.0-dev"
8158source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8317source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8159dependencies = [8318dependencies = [
8160 "frame-benchmarking",8319 "frame-benchmarking",
8161 "frame-support",8320 "frame-support",
8170[[package]]8329[[package]]
8171name = "pallet-xcm"8330name = "pallet-xcm"
8172version = "1.0.0"8331version = "1.0.0"
8173source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8332source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8174dependencies = [8333dependencies = [
8175 "bounded-collections",8334 "bounded-collections",
8176 "frame-benchmarking",8335 "frame-benchmarking",
8191[[package]]8350[[package]]
8192name = "pallet-xcm-benchmarks"8351name = "pallet-xcm-benchmarks"
8193version = "1.0.0"8352version = "1.0.0"
8194source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8353source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8195dependencies = [8354dependencies = [
8196 "frame-benchmarking",8355 "frame-benchmarking",
8197 "frame-support",8356 "frame-support",
8208]8367]
82098368
8210[[package]]8369[[package]]
8211name = "parachain-info"
8212version = "0.1.0"
8213source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"
8214dependencies = [
8215 "cumulus-primitives-core",
8216 "frame-support",
8217 "frame-system",
8218 "parity-scale-codec",
8219 "scale-info",
8220 "sp-runtime",
8221 "sp-std",
8222]
8223
8224[[package]]
8225name = "parity-db"8370name = "parity-db"
8226version = "0.4.11"8371version = "0.4.12"
8227source = "registry+https://github.com/rust-lang/crates.io-index"8372source = "registry+https://github.com/rust-lang/crates.io-index"
8228checksum = "ab512a34b3c2c5e465731cc7668edf79208bbe520be03484eeb05e63ed221735"8373checksum = "59e9ab494af9e6e813c72170f0d3c1de1500990d62c97cc05cc7576f91aa402f"
8229dependencies = [8374dependencies = [
8230 "blake2",8375 "blake2 0.10.6",
8231 "crc32fast",8376 "crc32fast",
8232 "fs2",8377 "fs2",
8233 "hex",8378 "hex",
8262source = "registry+https://github.com/rust-lang/crates.io-index"8407source = "registry+https://github.com/rust-lang/crates.io-index"
8263checksum = "312270ee71e1cd70289dacf597cab7b207aa107d2f28191c2ae45b2ece18a260"8408checksum = "312270ee71e1cd70289dacf597cab7b207aa107d2f28191c2ae45b2ece18a260"
8264dependencies = [8409dependencies = [
8265 "proc-macro-crate",8410 "proc-macro-crate 1.3.1",
8266 "proc-macro2",8411 "proc-macro2",
8267 "quote",8412 "quote",
8268 "syn 1.0.109",8413 "syn 1.0.109",
82828427
8283[[package]]8428[[package]]
8284name = "parking"8429name = "parking"
8285version = "2.1.1"8430version = "2.2.0"
8286source = "registry+https://github.com/rust-lang/crates.io-index"8431source = "registry+https://github.com/rust-lang/crates.io-index"
8287checksum = "e52c774a4c39359c1d1c52e43f73dd91a75a614652c825408eec30c95a9b2067"8432checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
82888433
8289[[package]]8434[[package]]
8290name = "parking_lot"8435name = "parking_lot"
8304checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"8449checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
8305dependencies = [8450dependencies = [
8306 "lock_api",8451 "lock_api",
8307 "parking_lot_core 0.9.8",8452 "parking_lot_core 0.9.9",
8308]8453]
83098454
8310[[package]]8455[[package]]
83238468
8324[[package]]8469[[package]]
8325name = "parking_lot_core"8470name = "parking_lot_core"
8326version = "0.9.8"8471version = "0.9.9"
8327source = "registry+https://github.com/rust-lang/crates.io-index"8472source = "registry+https://github.com/rust-lang/crates.io-index"
8328checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"8473checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
8329dependencies = [8474dependencies = [
8330 "cfg-if",8475 "cfg-if",
8331 "libc",8476 "libc",
8332 "redox_syscall 0.3.5",8477 "redox_syscall 0.4.1",
8333 "smallvec",8478 "smallvec",
8334 "windows-targets 0.48.5",8479 "windows-targets 0.48.5",
8335]8480]
83578502
8358[[package]]8503[[package]]
8359name = "pbkdf2"8504name = "pbkdf2"
8360version = "0.11.0"
8361source = "registry+https://github.com/rust-lang/crates.io-index"
8362checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
8363dependencies = [
8364 "digest 0.10.7",
8365]
8366
8367[[package]]
8368name = "pbkdf2"
8369version = "0.12.2"8505version = "0.12.2"
8370source = "registry+https://github.com/rust-lang/crates.io-index"8506source = "registry+https://github.com/rust-lang/crates.io-index"
8371checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"8507checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
84058541
8406[[package]]8542[[package]]
8407name = "pest"8543name = "pest"
8408version = "2.7.4"8544version = "2.7.5"
8409source = "registry+https://github.com/rust-lang/crates.io-index"8545source = "registry+https://github.com/rust-lang/crates.io-index"
8410checksum = "c022f1e7b65d6a24c0dbbd5fb344c66881bc01f3e5ae74a1c8100f2f985d98a4"8546checksum = "ae9cee2a55a544be8b89dc6848072af97a20f2422603c10865be2a42b580fff5"
8411dependencies = [8547dependencies = [
8412 "memchr",8548 "memchr",
8413 "thiserror",8549 "thiserror",
84168552
8417[[package]]8553[[package]]
8418name = "pest_derive"8554name = "pest_derive"
8419version = "2.7.4"8555version = "2.7.5"
8420source = "registry+https://github.com/rust-lang/crates.io-index"8556source = "registry+https://github.com/rust-lang/crates.io-index"
8421checksum = "35513f630d46400a977c4cb58f78e1bfbe01434316e60c37d27b9ad6139c66d8"8557checksum = "81d78524685f5ef2a3b3bd1cafbc9fcabb036253d9b1463e726a91cd16e2dfc2"
8422dependencies = [8558dependencies = [
8423 "pest",8559 "pest",
8424 "pest_generator",8560 "pest_generator",
8425]8561]
84268562
8427[[package]]8563[[package]]
8428name = "pest_generator"8564name = "pest_generator"
8429version = "2.7.4"8565version = "2.7.5"
8430source = "registry+https://github.com/rust-lang/crates.io-index"8566source = "registry+https://github.com/rust-lang/crates.io-index"
8431checksum = "bc9fc1b9e7057baba189b5c626e2d6f40681ae5b6eb064dc7c7834101ec8123a"8567checksum = "68bd1206e71118b5356dae5ddc61c8b11e28b09ef6a31acbd15ea48a28e0c227"
8432dependencies = [8568dependencies = [
8433 "pest",8569 "pest",
8434 "pest_meta",8570 "pest_meta",
8435 "proc-macro2",8571 "proc-macro2",
8436 "quote",8572 "quote",
8437 "syn 2.0.37",8573 "syn 2.0.38",
8438]8574]
84398575
8440[[package]]8576[[package]]
8441name = "pest_meta"8577name = "pest_meta"
8442version = "2.7.4"8578version = "2.7.5"
8443source = "registry+https://github.com/rust-lang/crates.io-index"8579source = "registry+https://github.com/rust-lang/crates.io-index"
8444checksum = "1df74e9e7ec4053ceb980e7c0c8bd3594e977fde1af91daba9c928e8e8c6708d"8580checksum = "7c747191d4ad9e4a4ab9c8798f1e82a39affe7ef9648390b7e5548d18e099de6"
8445dependencies = [8581dependencies = [
8446 "once_cell",8582 "once_cell",
8447 "pest",8583 "pest",
8455checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"8591checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
8456dependencies = [8592dependencies = [
8457 "fixedbitset",8593 "fixedbitset",
8458 "indexmap 2.0.2",8594 "indexmap 2.1.0",
8459]8595]
84608596
8461[[package]]8597[[package]]
8475dependencies = [8611dependencies = [
8476 "proc-macro2",8612 "proc-macro2",
8477 "quote",8613 "quote",
8478 "syn 2.0.37",8614 "syn 2.0.38",
8479]8615]
84808616
8481[[package]]8617[[package]]
8542[[package]]8678[[package]]
8543name = "polkadot-approval-distribution"8679name = "polkadot-approval-distribution"
8544version = "1.0.0"8680version = "1.0.0"
8545source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8681source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8546dependencies = [8682dependencies = [
8547 "futures",8683 "futures",
8548 "futures-timer",8684 "futures-timer",
8560[[package]]8696[[package]]
8561name = "polkadot-availability-bitfield-distribution"8697name = "polkadot-availability-bitfield-distribution"
8562version = "1.0.0"8698version = "1.0.0"
8563source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8699source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8564dependencies = [8700dependencies = [
8565 "always-assert",8701 "always-assert",
8566 "futures",8702 "futures",
8576[[package]]8712[[package]]
8577name = "polkadot-availability-distribution"8713name = "polkadot-availability-distribution"
8578version = "1.0.0"8714version = "1.0.0"
8579source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8715source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8580dependencies = [8716dependencies = [
8581 "derive_more",8717 "derive_more",
8582 "fatality",8718 "fatality",
8599[[package]]8735[[package]]
8600name = "polkadot-availability-recovery"8736name = "polkadot-availability-recovery"
8601version = "1.0.0"8737version = "1.0.0"
8602source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8738source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8603dependencies = [8739dependencies = [
8740 "async-trait",
8604 "fatality",8741 "fatality",
8605 "futures",8742 "futures",
8606 "parity-scale-codec",8743 "parity-scale-codec",
8620[[package]]8757[[package]]
8621name = "polkadot-cli"8758name = "polkadot-cli"
8622version = "1.1.0"8759version = "1.1.0"
8623source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8760source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8624dependencies = [8761dependencies = [
8625 "clap",8762 "clap",
8626 "frame-benchmarking-cli",8763 "frame-benchmarking-cli",
8627 "futures",8764 "futures",
8628 "log",8765 "log",
8629 "polkadot-node-metrics",8766 "polkadot-node-metrics",
8630 "polkadot-performance-test",8767 "polkadot-node-primitives",
8631 "polkadot-service",8768 "polkadot-service",
8632 "sc-cli",8769 "sc-cli",
8633 "sc-executor",8770 "sc-executor",
8647[[package]]8784[[package]]
8648name = "polkadot-collator-protocol"8785name = "polkadot-collator-protocol"
8649version = "1.0.0"8786version = "1.0.0"
8650source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8787source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8651dependencies = [8788dependencies = [
8652 "bitvec",8789 "bitvec",
8653 "fatality",8790 "fatality",
8669[[package]]8806[[package]]
8670name = "polkadot-core-primitives"8807name = "polkadot-core-primitives"
8671version = "1.0.0"8808version = "1.0.0"
8672source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8809source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8673dependencies = [8810dependencies = [
8674 "parity-scale-codec",8811 "parity-scale-codec",
8675 "scale-info",8812 "scale-info",
8681[[package]]8818[[package]]
8682name = "polkadot-dispute-distribution"8819name = "polkadot-dispute-distribution"
8683version = "1.0.0"8820version = "1.0.0"
8684source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8821source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8685dependencies = [8822dependencies = [
8686 "derive_more",8823 "derive_more",
8687 "fatality",8824 "fatality",
8706[[package]]8843[[package]]
8707name = "polkadot-erasure-coding"8844name = "polkadot-erasure-coding"
8708version = "1.0.0"8845version = "1.0.0"
8709source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8846source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8710dependencies = [8847dependencies = [
8711 "parity-scale-codec",8848 "parity-scale-codec",
8712 "polkadot-node-primitives",8849 "polkadot-node-primitives",
8720[[package]]8857[[package]]
8721name = "polkadot-gossip-support"8858name = "polkadot-gossip-support"
8722version = "1.0.0"8859version = "1.0.0"
8723source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8860source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8724dependencies = [8861dependencies = [
8725 "futures",8862 "futures",
8726 "futures-timer",8863 "futures-timer",
8741[[package]]8878[[package]]
8742name = "polkadot-network-bridge"8879name = "polkadot-network-bridge"
8743version = "1.0.0"8880version = "1.0.0"
8744source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8881source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8745dependencies = [8882dependencies = [
8746 "always-assert",8883 "always-assert",
8747 "async-trait",8884 "async-trait",
8764[[package]]8901[[package]]
8765name = "polkadot-node-collation-generation"8902name = "polkadot-node-collation-generation"
8766version = "1.0.0"8903version = "1.0.0"
8767source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8904source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8768dependencies = [8905dependencies = [
8769 "futures",8906 "futures",
8770 "parity-scale-codec",8907 "parity-scale-codec",
8782[[package]]8919[[package]]
8783name = "polkadot-node-core-approval-voting"8920name = "polkadot-node-core-approval-voting"
8784version = "1.0.0"8921version = "1.0.0"
8785source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8922source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8786dependencies = [8923dependencies = [
8787 "bitvec",8924 "bitvec",
8788 "derive_more",8925 "derive_more",
8811[[package]]8948[[package]]
8812name = "polkadot-node-core-av-store"8949name = "polkadot-node-core-av-store"
8813version = "1.0.0"8950version = "1.0.0"
8814source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8951source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8815dependencies = [8952dependencies = [
8816 "bitvec",8953 "bitvec",
8817 "futures",8954 "futures",
8833[[package]]8970[[package]]
8834name = "polkadot-node-core-backing"8971name = "polkadot-node-core-backing"
8835version = "1.0.0"8972version = "1.0.0"
8836source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8973source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8837dependencies = [8974dependencies = [
8838 "bitvec",8975 "bitvec",
8839 "fatality",8976 "fatality",
8852[[package]]8989[[package]]
8853name = "polkadot-node-core-bitfield-signing"8990name = "polkadot-node-core-bitfield-signing"
8854version = "1.0.0"8991version = "1.0.0"
8855source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"8992source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8856dependencies = [8993dependencies = [
8857 "futures",8994 "futures",
8858 "polkadot-node-subsystem",8995 "polkadot-node-subsystem",
8867[[package]]9004[[package]]
8868name = "polkadot-node-core-candidate-validation"9005name = "polkadot-node-core-candidate-validation"
8869version = "1.0.0"9006version = "1.0.0"
8870source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9007source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8871dependencies = [9008dependencies = [
8872 "async-trait",9009 "async-trait",
8873 "futures",9010 "futures",
8888[[package]]9025[[package]]
8889name = "polkadot-node-core-chain-api"9026name = "polkadot-node-core-chain-api"
8890version = "1.0.0"9027version = "1.0.0"
8891source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9028source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8892dependencies = [9029dependencies = [
8893 "futures",9030 "futures",
8894 "polkadot-node-metrics",9031 "polkadot-node-metrics",
8903[[package]]9040[[package]]
8904name = "polkadot-node-core-chain-selection"9041name = "polkadot-node-core-chain-selection"
8905version = "1.0.0"9042version = "1.0.0"
8906source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9043source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8907dependencies = [9044dependencies = [
8908 "futures",9045 "futures",
8909 "futures-timer",9046 "futures-timer",
8920[[package]]9057[[package]]
8921name = "polkadot-node-core-dispute-coordinator"9058name = "polkadot-node-core-dispute-coordinator"
8922version = "1.0.0"9059version = "1.0.0"
8923source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9060source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8924dependencies = [9061dependencies = [
8925 "fatality",9062 "fatality",
8926 "futures",9063 "futures",
8939[[package]]9076[[package]]
8940name = "polkadot-node-core-parachains-inherent"9077name = "polkadot-node-core-parachains-inherent"
8941version = "1.0.0"9078version = "1.0.0"
8942source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9079source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8943dependencies = [9080dependencies = [
8944 "async-trait",9081 "async-trait",
8945 "futures",9082 "futures",
8956[[package]]9093[[package]]
8957name = "polkadot-node-core-prospective-parachains"9094name = "polkadot-node-core-prospective-parachains"
8958version = "1.0.0"9095version = "1.0.0"
8959source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9096source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8960dependencies = [9097dependencies = [
8961 "bitvec",9098 "bitvec",
8962 "fatality",9099 "fatality",
8973[[package]]9110[[package]]
8974name = "polkadot-node-core-provisioner"9111name = "polkadot-node-core-provisioner"
8975version = "1.0.0"9112version = "1.0.0"
8976source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9113source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8977dependencies = [9114dependencies = [
8978 "bitvec",9115 "bitvec",
8979 "fatality",9116 "fatality",
8990[[package]]9127[[package]]
8991name = "polkadot-node-core-pvf"9128name = "polkadot-node-core-pvf"
8992version = "1.0.0"9129version = "1.0.0"
8993source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9130source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
8994dependencies = [9131dependencies = [
8995 "always-assert",9132 "always-assert",
9133 "cfg-if",
8996 "futures",9134 "futures",
8997 "futures-timer",9135 "futures-timer",
9136 "is_executable",
8998 "libc",9137 "libc",
8999 "parity-scale-codec",9138 "parity-scale-codec",
9000 "pin-project",9139 "pin-project",
9009 "sp-core",9148 "sp-core",
9010 "sp-maybe-compressed-blob",9149 "sp-maybe-compressed-blob",
9011 "sp-wasm-interface",9150 "sp-wasm-interface",
9012 "substrate-build-script-utils",
9013 "tempfile",9151 "tempfile",
9014 "tokio",9152 "tokio",
9015 "tracing-gum",9153 "tracing-gum",
9018[[package]]9156[[package]]
9019name = "polkadot-node-core-pvf-checker"9157name = "polkadot-node-core-pvf-checker"
9020version = "1.0.0"9158version = "1.0.0"
9021source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9159source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
9022dependencies = [9160dependencies = [
9023 "futures",9161 "futures",
9024 "polkadot-node-primitives",9162 "polkadot-node-primitives",
9034[[package]]9172[[package]]
9035name = "polkadot-node-core-pvf-common"9173name = "polkadot-node-core-pvf-common"
9036version = "1.0.0"9174version = "1.0.0"
9037source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9175source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
9038dependencies = [9176dependencies = [
9177 "cfg-if",
9039 "cpu-time",9178 "cpu-time",
9040 "futures",9179 "futures",
9041 "landlock",9180 "landlock",
9046 "sc-executor",9185 "sc-executor",
9047 "sc-executor-common",9186 "sc-executor-common",
9048 "sc-executor-wasmtime",9187 "sc-executor-wasmtime",
9188 "seccompiler",
9049 "sp-core",9189 "sp-core",
9050 "sp-externalities",9190 "sp-externalities",
9051 "sp-io",9191 "sp-io",
9052 "sp-tracing",9192 "sp-tracing",
9053 "tokio",9193 "thiserror",
9054 "tracing-gum",9194 "tracing-gum",
9055]9195]
90569196
9057[[package]]9197[[package]]
9058name = "polkadot-node-core-pvf-prepare-worker"
9059version = "1.0.0"
9060source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"
9061dependencies = [
9062 "futures",
9063 "libc",
9064 "parity-scale-codec",
9065 "polkadot-node-core-pvf-common",
9066 "polkadot-parachain-primitives",
9067 "polkadot-primitives",
9068 "rayon",
9069 "sc-executor",
9070 "sc-executor-common",
9071 "sc-executor-wasmtime",
9072 "sp-io",
9073 "sp-maybe-compressed-blob",
9074 "sp-tracing",
9075 "tikv-jemalloc-ctl",
9076 "tokio",
9077 "tracing-gum",
9078]
9079
9080[[package]]
9081name = "polkadot-node-core-runtime-api"9198name = "polkadot-node-core-runtime-api"
9082version = "1.0.0"9199version = "1.0.0"
9083source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9200source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
9084dependencies = [9201dependencies = [
9085 "futures",9202 "futures",
9086 "polkadot-node-metrics",9203 "polkadot-node-metrics",
9095[[package]]9212[[package]]
9096name = "polkadot-node-jaeger"9213name = "polkadot-node-jaeger"
9097version = "1.0.0"9214version = "1.0.0"
9098source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9215source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
9099dependencies = [9216dependencies = [
9100 "lazy_static",9217 "lazy_static",
9101 "log",9218 "log",
9113[[package]]9230[[package]]
9114name = "polkadot-node-metrics"9231name = "polkadot-node-metrics"
9115version = "1.0.0"9232version = "1.0.0"
9116source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9233source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
9117dependencies = [9234dependencies = [
9118 "bs58 0.5.0",9235 "bs58 0.5.0",
9119 "futures",9236 "futures",
9132[[package]]9249[[package]]
9133name = "polkadot-node-network-protocol"9250name = "polkadot-node-network-protocol"
9134version = "1.0.0"9251version = "1.0.0"
9135source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9252source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
9136dependencies = [9253dependencies = [
9137 "async-channel",9254 "async-channel",
9138 "async-trait",9255 "async-trait",
9148 "rand 0.8.5",9265 "rand 0.8.5",
9149 "sc-authority-discovery",9266 "sc-authority-discovery",
9150 "sc-network",9267 "sc-network",
9151 "strum",9268 "strum 0.24.1",
9152 "thiserror",9269 "thiserror",
9153 "tracing-gum",9270 "tracing-gum",
9154]9271]
91559272
9156[[package]]9273[[package]]
9157name = "polkadot-node-primitives"9274name = "polkadot-node-primitives"
9158version = "1.0.0"9275version = "1.0.0"
9159source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9276source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
9160dependencies = [9277dependencies = [
9161 "bounded-vec",9278 "bounded-vec",
9162 "futures",9279 "futures",
9178[[package]]9295[[package]]
9179name = "polkadot-node-subsystem"9296name = "polkadot-node-subsystem"
9180version = "1.0.0"9297version = "1.0.0"
9181source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9298source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
9182dependencies = [9299dependencies = [
9183 "polkadot-node-jaeger",9300 "polkadot-node-jaeger",
9184 "polkadot-node-subsystem-types",9301 "polkadot-node-subsystem-types",
9188[[package]]9305[[package]]
9189name = "polkadot-node-subsystem-types"9306name = "polkadot-node-subsystem-types"
9190version = "1.0.0"9307version = "1.0.0"
9191source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9308source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
9192dependencies = [9309dependencies = [
9193 "async-trait",9310 "async-trait",
9194 "derive_more",9311 "derive_more",
9199 "polkadot-node-primitives",9316 "polkadot-node-primitives",
9200 "polkadot-primitives",9317 "polkadot-primitives",
9201 "polkadot-statement-table",9318 "polkadot-statement-table",
9319 "sc-client-api",
9202 "sc-network",9320 "sc-network",
9203 "sc-transaction-pool-api",9321 "sc-transaction-pool-api",
9204 "smallvec",9322 "smallvec",
9212[[package]]9330[[package]]
9213name = "polkadot-node-subsystem-util"9331name = "polkadot-node-subsystem-util"
9214version = "1.0.0"9332version = "1.0.0"
9215source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9333source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
9216dependencies = [9334dependencies = [
9217 "async-trait",9335 "async-trait",
9218 "derive_more",9336 "derive_more",
9230 "polkadot-node-network-protocol",9348 "polkadot-node-network-protocol",
9231 "polkadot-node-primitives",9349 "polkadot-node-primitives",
9232 "polkadot-node-subsystem",9350 "polkadot-node-subsystem",
9351 "polkadot-node-subsystem-types",
9233 "polkadot-overseer",9352 "polkadot-overseer",
9234 "polkadot-primitives",9353 "polkadot-primitives",
9235 "prioritized-metered-channel",9354 "prioritized-metered-channel",
9236 "rand 0.8.5",9355 "rand 0.8.5",
9356 "sc-client-api",
9237 "schnellru",9357 "schnellru",
9238 "sp-application-crypto",9358 "sp-application-crypto",
9239 "sp-core",9359 "sp-core",
9245[[package]]9365[[package]]
9246name = "polkadot-overseer"9366name = "polkadot-overseer"
9247version = "1.0.0"9367version = "1.0.0"
9248source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9368source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
9249dependencies = [9369dependencies = [
9250 "async-trait",9370 "async-trait",
9251 "futures",9371 "futures",
9258 "polkadot-node-subsystem-types",9378 "polkadot-node-subsystem-types",
9259 "polkadot-primitives",9379 "polkadot-primitives",
9260 "sc-client-api",9380 "sc-client-api",
9261 "schnellru",
9262 "sp-api",9381 "sp-api",
9263 "sp-core",9382 "sp-core",
9264 "tikv-jemalloc-ctl",9383 "tikv-jemalloc-ctl",
9268[[package]]9387[[package]]
9269name = "polkadot-parachain-primitives"9388name = "polkadot-parachain-primitives"
9270version = "1.0.0"9389version = "1.0.0"
9271source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9390source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
9272dependencies = [9391dependencies = [
9273 "bounded-collections",9392 "bounded-collections",
9274 "derive_more",9393 "derive_more",
9275 "frame-support",
9276 "parity-scale-codec",9394 "parity-scale-codec",
9277 "polkadot-core-primitives",9395 "polkadot-core-primitives",
9278 "scale-info",9396 "scale-info",
9279 "serde",9397 "serde",
9280 "sp-core",9398 "sp-core",
9281 "sp-runtime",9399 "sp-runtime",
9282 "sp-std",9400 "sp-std",
9401 "sp-weights",
9283]9402]
92849403
9285[[package]]9404[[package]]
9286name = "polkadot-performance-test"
9287version = "1.0.0"
9288source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"
9289dependencies = [
9290 "env_logger 0.9.3",
9291 "log",
9292 "polkadot-erasure-coding",
9293 "polkadot-node-core-pvf-prepare-worker",
9294 "polkadot-node-primitives",
9295 "polkadot-primitives",
9296 "quote",
9297 "sc-executor-common",
9298 "sp-maybe-compressed-blob",
9299 "staging-kusama-runtime",
9300 "thiserror",
9301]
9302
9303[[package]]
9304name = "polkadot-primitives"9405name = "polkadot-primitives"
9305version = "1.0.0"9406version = "1.0.0"
9306source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9407source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
9307dependencies = [9408dependencies = [
9308 "bitvec",9409 "bitvec",
9309 "hex-literal",9410 "hex-literal",
9329[[package]]9430[[package]]
9330name = "polkadot-rpc"9431name = "polkadot-rpc"
9331version = "1.0.0"9432version = "1.0.0"
9332source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9433source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
9333dependencies = [9434dependencies = [
9334 "jsonrpsee",9435 "jsonrpsee",
9335 "mmr-rpc",9436 "mmr-rpc",
9359]9460]
93609461
9361[[package]]9462[[package]]
9362name = "polkadot-runtime"
9363version = "1.0.0"
9364source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"
9365dependencies = [
9366 "bitvec",
9367 "frame-benchmarking",
9368 "frame-election-provider-support",
9369 "frame-executive",
9370 "frame-support",
9371 "frame-system",
9372 "frame-system-benchmarking",
9373 "frame-system-rpc-runtime-api",
9374 "frame-try-runtime",
9375 "hex-literal",
9376 "log",
9377 "pallet-authority-discovery",
9378 "pallet-authorship",
9379 "pallet-babe",
9380 "pallet-bags-list",
9381 "pallet-balances",
9382 "pallet-bounties",
9383 "pallet-child-bounties",
9384 "pallet-collective",
9385 "pallet-conviction-voting",
9386 "pallet-democracy",
9387 "pallet-election-provider-multi-phase",
9388 "pallet-election-provider-support-benchmarking",
9389 "pallet-elections-phragmen",
9390 "pallet-fast-unstake",
9391 "pallet-grandpa",
9392 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)",
9393 "pallet-im-online",
9394 "pallet-indices",
9395 "pallet-membership",
9396 "pallet-message-queue",
9397 "pallet-multisig",
9398 "pallet-nomination-pools",
9399 "pallet-nomination-pools-benchmarking",
9400 "pallet-nomination-pools-runtime-api",
9401 "pallet-offences",
9402 "pallet-offences-benchmarking",
9403 "pallet-preimage",
9404 "pallet-proxy",
9405 "pallet-referenda",
9406 "pallet-scheduler",
9407 "pallet-session",
9408 "pallet-session-benchmarking",
9409 "pallet-staking",
9410 "pallet-staking-reward-curve",
9411 "pallet-staking-runtime-api",
9412 "pallet-timestamp",
9413 "pallet-tips",
9414 "pallet-transaction-payment",
9415 "pallet-transaction-payment-rpc-runtime-api",
9416 "pallet-treasury",
9417 "pallet-utility",
9418 "pallet-vesting",
9419 "pallet-whitelist",
9420 "pallet-xcm",
9421 "pallet-xcm-benchmarks",
9422 "parity-scale-codec",
9423 "polkadot-primitives",
9424 "polkadot-runtime-common",
9425 "polkadot-runtime-constants",
9426 "polkadot-runtime-parachains",
9427 "rustc-hex",
9428 "scale-info",
9429 "serde",
9430 "serde_derive",
9431 "smallvec",
9432 "sp-api",
9433 "sp-arithmetic",
9434 "sp-authority-discovery",
9435 "sp-block-builder",
9436 "sp-consensus-babe",
9437 "sp-consensus-beefy",
9438 "sp-core",
9439 "sp-inherents",
9440 "sp-io",
9441 "sp-mmr-primitives",
9442 "sp-npos-elections",
9443 "sp-offchain",
9444 "sp-runtime",
9445 "sp-session",
9446 "sp-staking",
9447 "sp-std",
9448 "sp-storage",
9449 "sp-transaction-pool",
9450 "sp-version",
9451 "staging-xcm",
9452 "staging-xcm-builder",
9453 "staging-xcm-executor",
9454 "static_assertions",
9455 "substrate-wasm-builder",
9456]
9457
9458[[package]]
9459name = "polkadot-runtime-common"9463name = "polkadot-runtime-common"
9460version = "1.0.0"9464version = "1.0.0"
9461source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9465source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
9462dependencies = [9466dependencies = [
9463 "bitvec",9467 "bitvec",
9464 "frame-benchmarking",9468 "frame-benchmarking",
9468 "impl-trait-for-tuples",9472 "impl-trait-for-tuples",
9469 "libsecp256k1",9473 "libsecp256k1",
9470 "log",9474 "log",
9475 "pallet-asset-rate",
9471 "pallet-authorship",9476 "pallet-authorship",
9472 "pallet-babe",9477 "pallet-babe",
9473 "pallet-balances",9478 "pallet-balances",
9480 "pallet-transaction-payment",9485 "pallet-transaction-payment",
9481 "pallet-treasury",9486 "pallet-treasury",
9482 "pallet-vesting",9487 "pallet-vesting",
9488 "pallet-xcm-benchmarks",
9483 "parity-scale-codec",9489 "parity-scale-codec",
9484 "polkadot-primitives",9490 "polkadot-primitives",
9485 "polkadot-runtime-parachains",9491 "polkadot-runtime-parachains",
9498 "sp-staking",9504 "sp-staking",
9499 "sp-std",9505 "sp-std",
9500 "staging-xcm",9506 "staging-xcm",
9507 "staging-xcm-builder",
9508 "staging-xcm-executor",
9501 "static_assertions",9509 "static_assertions",
9502]9510]
95039511
9504[[package]]9512[[package]]
9505name = "polkadot-runtime-constants"
9506version = "1.0.0"
9507source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"
9508dependencies = [
9509 "frame-support",
9510 "polkadot-primitives",
9511 "polkadot-runtime-common",
9512 "smallvec",
9513 "sp-core",
9514 "sp-runtime",
9515 "sp-weights",
9516]
9517
9518[[package]]
9519name = "polkadot-runtime-metrics"9513name = "polkadot-runtime-metrics"
9520version = "1.0.0"9514version = "1.0.0"
9521source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9515source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
9522dependencies = [9516dependencies = [
9523 "bs58 0.5.0",9517 "bs58 0.5.0",
9524 "frame-benchmarking",9518 "frame-benchmarking",
9531[[package]]9525[[package]]
9532name = "polkadot-runtime-parachains"9526name = "polkadot-runtime-parachains"
9533version = "1.0.0"9527version = "1.0.0"
9534source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9528source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
9535dependencies = [9529dependencies = [
9536 "bitflags 1.3.2",9530 "bitflags 1.3.2",
9537 "bitvec",9531 "bitvec",
9551 "pallet-timestamp",9545 "pallet-timestamp",
9552 "pallet-vesting",9546 "pallet-vesting",
9553 "parity-scale-codec",9547 "parity-scale-codec",
9548 "polkadot-core-primitives",
9554 "polkadot-parachain-primitives",9549 "polkadot-parachain-primitives",
9555 "polkadot-primitives",9550 "polkadot-primitives",
9556 "polkadot-runtime-metrics",9551 "polkadot-runtime-metrics",
9577[[package]]9572[[package]]
9578name = "polkadot-service"9573name = "polkadot-service"
9579version = "1.0.0"9574version = "1.0.0"
9580source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9575source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
9581dependencies = [9576dependencies = [
9582 "async-trait",9577 "async-trait",
9583 "frame-benchmarking",9578 "frame-benchmarking",
9632 "polkadot-parachain-primitives",9627 "polkadot-parachain-primitives",
9633 "polkadot-primitives",9628 "polkadot-primitives",
9634 "polkadot-rpc",9629 "polkadot-rpc",
9635 "polkadot-runtime",
9636 "polkadot-runtime-common",
9637 "polkadot-runtime-parachains",9630 "polkadot-runtime-parachains",
9638 "polkadot-statement-distribution",9631 "polkadot-statement-distribution",
9639 "rococo-runtime",9632 "rococo-runtime",
9686 "sp-transaction-pool",9679 "sp-transaction-pool",
9687 "sp-version",9680 "sp-version",
9688 "sp-weights",9681 "sp-weights",
9689 "staging-kusama-runtime",
9690 "substrate-prometheus-endpoint",9682 "substrate-prometheus-endpoint",
9691 "thiserror",9683 "thiserror",
9692 "tracing-gum",9684 "tracing-gum",
9696[[package]]9688[[package]]
9697name = "polkadot-statement-distribution"9689name = "polkadot-statement-distribution"
9698version = "1.0.0"9690version = "1.0.0"
9699source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9691source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
9700dependencies = [9692dependencies = [
9701 "arrayvec 0.7.4",9693 "arrayvec 0.7.4",
9702 "bitvec",9694 "bitvec",
9720[[package]]9712[[package]]
9721name = "polkadot-statement-table"9713name = "polkadot-statement-table"
9722version = "1.0.0"9714version = "1.0.0"
9723source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"9715source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
9724dependencies = [9716dependencies = [
9725 "parity-scale-codec",9717 "parity-scale-codec",
9726 "polkadot-primitives",9718 "polkadot-primitives",
9744]9736]
97459737
9746[[package]]9738[[package]]
9739name = "polling"
9740version = "3.3.0"
9741source = "registry+https://github.com/rust-lang/crates.io-index"
9742checksum = "e53b6af1f60f36f8c2ac2aad5459d75a5a9b4be1e8cdd40264f315d78193e531"
9743dependencies = [
9744 "cfg-if",
9745 "concurrent-queue",
9746 "pin-project-lite 0.2.13",
9747 "rustix 0.38.21",
9748 "tracing",
9749 "windows-sys 0.48.0",
9750]
9751
9752[[package]]
9747name = "poly1305"9753name = "poly1305"
9748version = "0.7.2"9754version = "0.7.2"
9749source = "registry+https://github.com/rust-lang/crates.io-index"9755source = "registry+https://github.com/rust-lang/crates.io-index"
97919797
9792[[package]]9798[[package]]
9793name = "portable-atomic"9799name = "portable-atomic"
9794version = "1.4.3"9800version = "1.5.1"
9795source = "registry+https://github.com/rust-lang/crates.io-index"9801source = "registry+https://github.com/rust-lang/crates.io-index"
9796checksum = "31114a898e107c51bb1609ffaf55a0e011cf6a4d7f1170d0015a165082c0338b"9802checksum = "3bccab0e7fd7cc19f820a1c8c91720af652d0c88dc9664dd72aef2614f04af3b"
97979803
9798[[package]]9804[[package]]
9805name = "powerfmt"
9806version = "0.2.0"
9807source = "registry+https://github.com/rust-lang/crates.io-index"
9808checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
9809
9810[[package]]
9799name = "ppv-lite86"9811name = "ppv-lite86"
9800version = "0.2.17"9812version = "0.2.17"
9801source = "registry+https://github.com/rust-lang/crates.io-index"9813source = "registry+https://github.com/rust-lang/crates.io-index"
9859checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"9871checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
9860dependencies = [9872dependencies = [
9861 "proc-macro2",9873 "proc-macro2",
9862 "syn 2.0.37",9874 "syn 2.0.38",
9863]9875]
98649876
9865[[package]]9877[[package]]
9866name = "primitive-types"9878name = "primitive-types"
9867version = "0.12.1"9879version = "0.12.2"
9868source = "registry+https://github.com/rust-lang/crates.io-index"9880source = "registry+https://github.com/rust-lang/crates.io-index"
9869checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66"9881checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2"
9870dependencies = [9882dependencies = [
9871 "fixed-hash",9883 "fixed-hash",
9872 "impl-codec",9884 "impl-codec",
98789890
9879[[package]]9891[[package]]
9880name = "prioritized-metered-channel"9892name = "prioritized-metered-channel"
9881version = "0.2.0"9893version = "0.5.1"
9882source = "registry+https://github.com/rust-lang/crates.io-index"9894source = "registry+https://github.com/rust-lang/crates.io-index"
9883checksum = "382698e48a268c832d0b181ed438374a6bb708a82a8ca273bb0f61c74cf209c4"9895checksum = "e99f0c89bd88f393aab44a4ab949351f7bc7e7e1179d11ecbfe50cbe4c47e342"
9884dependencies = [9896dependencies = [
9885 "coarsetime",9897 "coarsetime",
9886 "crossbeam-queue",9898 "crossbeam-queue",
9899checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"9911checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
9900dependencies = [9912dependencies = [
9901 "once_cell",9913 "once_cell",
9902 "toml_edit",9914 "toml_edit 0.19.15",
9903]9915]
99049916
9905[[package]]9917[[package]]
9918name = "proc-macro-crate"
9919version = "2.0.0"
9920source = "registry+https://github.com/rust-lang/crates.io-index"
9921checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8"
9922dependencies = [
9923 "toml_edit 0.20.7",
9924]
9925
9926[[package]]
9906name = "proc-macro-error"9927name = "proc-macro-error"
9907version = "1.0.4"9928version = "1.0.4"
9908source = "registry+https://github.com/rust-lang/crates.io-index"9929source = "registry+https://github.com/rust-lang/crates.io-index"
9927]9948]
99289949
9929[[package]]9950[[package]]
9930name = "proc-macro-hack"
9931version = "0.5.20+deprecated"
9932source = "registry+https://github.com/rust-lang/crates.io-index"
9933checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
9934
9935[[package]]
9936name = "proc-macro-warning"9951name = "proc-macro-warning"
9937version = "0.4.2"9952version = "1.0.0"
9938source = "registry+https://github.com/rust-lang/crates.io-index"9953source = "registry+https://github.com/rust-lang/crates.io-index"
9939checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e"9954checksum = "9b698b0b09d40e9b7c1a47b132d66a8b54bcd20583d9b6d06e4535e383b4405c"
9940dependencies = [9955dependencies = [
9941 "proc-macro2",9956 "proc-macro2",
9942 "quote",9957 "quote",
9943 "syn 2.0.37",9958 "syn 2.0.38",
9944]9959]
99459960
9946[[package]]9961[[package]]
9947name = "proc-macro2"9962name = "proc-macro2"
9948version = "1.0.67"9963version = "1.0.69"
9949source = "registry+https://github.com/rust-lang/crates.io-index"9964source = "registry+https://github.com/rust-lang/crates.io-index"
9950checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"9965checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
9951dependencies = [9966dependencies = [
9952 "unicode-ident",9967 "unicode-ident",
9953]9968]
9986dependencies = [10001dependencies = [
9987 "proc-macro2",10002 "proc-macro2",
9988 "quote",10003 "quote",
9989 "syn 2.0.37",10004 "syn 2.0.38",
9990]10005]
999110006
9992[[package]]10007[[package]]
1005410069
10055[[package]]10070[[package]]
10056name = "quartz-runtime"10071name = "quartz-runtime"
10057version = "1.1.0"10072version = "1.2.0"
10058dependencies = [10073dependencies = [
10059 "app-promotion-rpc",10074 "app-promotion-rpc",
10060 "cumulus-pallet-aura-ext",10075 "cumulus-pallet-aura-ext",
10130 "pallet-unique",10145 "pallet-unique",
10131 "pallet-utility",10146 "pallet-utility",
10132 "pallet-xcm",10147 "pallet-xcm",
10133 "parachain-info",
10134 "parity-scale-codec",10148 "parity-scale-codec",
10135 "polkadot-parachain-primitives",10149 "polkadot-parachain-primitives",
10136 "precompile-utils-macro",10150 "precompile-utils-macro",
10151 "sp-storage",10165 "sp-storage",
10152 "sp-transaction-pool",10166 "sp-transaction-pool",
10153 "sp-version",10167 "sp-version",
10168 "staging-parachain-info",
10154 "staging-xcm",10169 "staging-xcm",
10155 "staging-xcm-builder",10170 "staging-xcm-builder",
10156 "staging-xcm-executor",10171 "staging-xcm-executor",
1020310218
10204[[package]]10219[[package]]
10205name = "quinn-proto"10220name = "quinn-proto"
10206version = "0.9.5"10221version = "0.9.6"
10207source = "registry+https://github.com/rust-lang/crates.io-index"10222source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "c956be1b23f4261676aed05a0046e204e8a6836e50203902683a718af0797989"10223checksum = "94b0b33c13a79f669c85defaf4c275dc86a0c0372807d0ca3d78e0bb87274863"
10209dependencies = [10224dependencies = [
10210 "bytes",10225 "bytes",
10211 "rand 0.8.5",10226 "rand 0.8.5",
10216 "thiserror",10231 "thiserror",
10217 "tinyvec",10232 "tinyvec",
10218 "tracing",10233 "tracing",
10219 "webpki 0.22.2",10234 "webpki 0.22.4",
10220]10235]
1022110236
10222[[package]]10237[[package]]
10297]10312]
1029810313
10299[[package]]10314[[package]]
10315name = "rand_distr"
10316version = "0.4.3"
10317source = "registry+https://github.com/rust-lang/crates.io-index"
10318checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
10319dependencies = [
10320 "num-traits",
10321 "rand 0.8.5",
10322]
10323
10324[[package]]
10300name = "rand_hc"10325name = "rand_hc"
10301version = "0.2.0"10326version = "0.2.0"
10302source = "registry+https://github.com/rust-lang/crates.io-index"10327source = "registry+https://github.com/rust-lang/crates.io-index"
10384]10409]
1038510410
10386[[package]]10411[[package]]
10412name = "redox_syscall"
10413version = "0.4.1"
10414source = "registry+https://github.com/rust-lang/crates.io-index"
10415checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
10416dependencies = [
10417 "bitflags 1.3.2",
10418]
10419
10420[[package]]
10387name = "redox_users"10421name = "redox_users"
10388version = "0.4.3"10422version = "0.4.3"
10389source = "registry+https://github.com/rust-lang/crates.io-index"10423source = "registry+https://github.com/rust-lang/crates.io-index"
10424dependencies = [10458dependencies = [
10425 "proc-macro2",10459 "proc-macro2",
10426 "quote",10460 "quote",
10427 "syn 2.0.37",10461 "syn 2.0.38",
10428]10462]
1042910463
10430[[package]]10464[[package]]
1044110475
10442[[package]]10476[[package]]
10443name = "regex"10477name = "regex"
10444version = "1.9.6"10478version = "1.10.2"
10445source = "registry+https://github.com/rust-lang/crates.io-index"10479source = "registry+https://github.com/rust-lang/crates.io-index"
10446checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff"10480checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
10447dependencies = [10481dependencies = [
10448 "aho-corasick",10482 "aho-corasick",
10449 "memchr",10483 "memchr",
10450 "regex-automata 0.3.9",10484 "regex-automata 0.4.3",
10451 "regex-syntax 0.7.5",10485 "regex-syntax 0.8.2",
10452]10486]
1045310487
10454[[package]]10488[[package]]
1046210496
10463[[package]]10497[[package]]
10464name = "regex-automata"10498name = "regex-automata"
10465version = "0.3.9"10499version = "0.4.3"
10466source = "registry+https://github.com/rust-lang/crates.io-index"10500source = "registry+https://github.com/rust-lang/crates.io-index"
10467checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"10501checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
10468dependencies = [10502dependencies = [
10469 "aho-corasick",10503 "aho-corasick",
10470 "memchr",10504 "memchr",
10471 "regex-syntax 0.7.5",10505 "regex-syntax 0.8.2",
10472]10506]
1047310507
10474[[package]]10508[[package]]
1047910513
10480[[package]]10514[[package]]
10481name = "regex-syntax"10515name = "regex-syntax"
10482version = "0.7.5"10516version = "0.8.2"
10483source = "registry+https://github.com/rust-lang/crates.io-index"10517source = "registry+https://github.com/rust-lang/crates.io-index"
10484checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"10518checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
1048510519
10486[[package]]10520[[package]]
10487name = "resolv-conf"10521name = "resolv-conf"
10511checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"10545checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
10512dependencies = [10546dependencies = [
10513 "hmac 0.12.1",10547 "hmac 0.12.1",
10514 "subtle",10548 "subtle 2.4.1",
10515]10549]
1051610550
10517[[package]]10551[[package]]
10518name = "ring"10552name = "ring"
10519version = "0.1.0"10553version = "0.1.0"
10520source = "git+https://github.com/w3f/ring-proof?rev=0e948f3#0e948f3c28cbacecdd3020403c4841c0eb339213"10554source = "git+https://github.com/w3f/ring-proof#edd1e90b847e560bf60fc2e8712235ccfa11a9a9"
10521dependencies = [10555dependencies = [
10522 "ark-ec",10556 "ark-ec",
10523 "ark-ff",10557 "ark-ff",
10524 "ark-poly",10558 "ark-poly",
10525 "ark-serialize",10559 "ark-serialize",
10526 "ark-std",10560 "ark-std",
10561 "blake2 0.10.6",
10527 "common",10562 "common",
10528 "fflonk",10563 "fflonk",
10529 "merlin 3.0.0",10564 "merlin 3.0.0",
10539 "libc",10574 "libc",
10540 "once_cell",10575 "once_cell",
10541 "spin 0.5.2",10576 "spin 0.5.2",
10542 "untrusted",10577 "untrusted 0.7.1",
10543 "web-sys",10578 "web-sys",
10544 "winapi",10579 "winapi",
10545]10580]
1054610581
10547[[package]]10582[[package]]
10583name = "ring"
10584version = "0.17.5"
10585source = "registry+https://github.com/rust-lang/crates.io-index"
10586checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b"
10587dependencies = [
10588 "cc",
10589 "getrandom 0.2.10",
10590 "libc",
10591 "spin 0.9.8",
10592 "untrusted 0.9.0",
10593 "windows-sys 0.48.0",
10594]
10595
10596[[package]]
10548name = "ripemd"10597name = "ripemd"
10549version = "0.1.3"10598version = "0.1.3"
10550source = "registry+https://github.com/rust-lang/crates.io-index"10599source = "registry+https://github.com/rust-lang/crates.io-index"
10588[[package]]10637[[package]]
10589name = "rococo-runtime"10638name = "rococo-runtime"
10590version = "1.0.0"10639version = "1.0.0"
10591source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"10640source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
10592dependencies = [10641dependencies = [
10593 "binary-merkle-tree",10642 "binary-merkle-tree",
10594 "frame-benchmarking",10643 "frame-benchmarking",
10600 "frame-try-runtime",10649 "frame-try-runtime",
10601 "hex-literal",10650 "hex-literal",
10602 "log",10651 "log",
10652 "pallet-asset-rate",
10603 "pallet-authority-discovery",10653 "pallet-authority-discovery",
10604 "pallet-authorship",10654 "pallet-authorship",
10605 "pallet-babe",10655 "pallet-babe",
10609 "pallet-bounties",10659 "pallet-bounties",
10610 "pallet-child-bounties",10660 "pallet-child-bounties",
10611 "pallet-collective",10661 "pallet-collective",
10662 "pallet-conviction-voting",
10612 "pallet-democracy",10663 "pallet-democracy",
10613 "pallet-elections-phragmen",10664 "pallet-elections-phragmen",
10614 "pallet-grandpa",10665 "pallet-grandpa",
10615 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)",10666 "pallet-identity 4.0.0-dev (git+https://github.com//paritytech/polkadot-sdk?branch=master)",
10616 "pallet-im-online",10667 "pallet-im-online",
10617 "pallet-indices",10668 "pallet-indices",
10618 "pallet-membership",10669 "pallet-membership",
10623 "pallet-offences",10674 "pallet-offences",
10624 "pallet-preimage",10675 "pallet-preimage",
10625 "pallet-proxy",10676 "pallet-proxy",
10677 "pallet-ranked-collective",
10626 "pallet-recovery",10678 "pallet-recovery",
10679 "pallet-referenda",
10680 "pallet-root-testing",
10627 "pallet-scheduler",10681 "pallet-scheduler",
10628 "pallet-session",10682 "pallet-session",
10629 "pallet-society",10683 "pallet-society",
10637 "pallet-treasury",10691 "pallet-treasury",
10638 "pallet-utility",10692 "pallet-utility",
10639 "pallet-vesting",10693 "pallet-vesting",
10694 "pallet-whitelist",
10640 "pallet-xcm",10695 "pallet-xcm",
10641 "pallet-xcm-benchmarks",10696 "pallet-xcm-benchmarks",
10642 "parity-scale-codec",10697 "parity-scale-codec",
10650 "serde_derive",10705 "serde_derive",
10651 "smallvec",10706 "smallvec",
10652 "sp-api",10707 "sp-api",
10708 "sp-arithmetic",
10653 "sp-authority-discovery",10709 "sp-authority-discovery",
10654 "sp-block-builder",10710 "sp-block-builder",
10655 "sp-consensus-babe",10711 "sp-consensus-babe",
10656 "sp-consensus-beefy",10712 "sp-consensus-beefy",
10657 "sp-core",10713 "sp-core",
10714 "sp-genesis-builder",
10658 "sp-inherents",10715 "sp-inherents",
10659 "sp-io",10716 "sp-io",
10660 "sp-mmr-primitives",10717 "sp-mmr-primitives",
10676[[package]]10733[[package]]
10677name = "rococo-runtime-constants"10734name = "rococo-runtime-constants"
10678version = "1.0.0"10735version = "1.0.0"
10679source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"10736source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
10680dependencies = [10737dependencies = [
10681 "frame-support",10738 "frame-support",
10682 "polkadot-primitives",10739 "polkadot-primitives",
10685 "sp-core",10742 "sp-core",
10686 "sp-runtime",10743 "sp-runtime",
10687 "sp-weights",10744 "sp-weights",
10745 "staging-xcm",
10688]10746]
1068910747
10690[[package]]10748[[package]]
10772source = "registry+https://github.com/rust-lang/crates.io-index"10830source = "registry+https://github.com/rust-lang/crates.io-index"
10773checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"10831checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
10774dependencies = [10832dependencies = [
10775 "semver 1.0.19",10833 "semver 1.0.20",
10776]10834]
1077710835
10778[[package]]10836[[package]]
1078610844
10787[[package]]10845[[package]]
10788name = "rustix"10846name = "rustix"
10789version = "0.36.15"10847version = "0.36.17"
10790source = "registry+https://github.com/rust-lang/crates.io-index"10848source = "registry+https://github.com/rust-lang/crates.io-index"
10791checksum = "c37f1bd5ef1b5422177b7646cba67430579cfe2ace80f284fee876bca52ad941"10849checksum = "305efbd14fde4139eb501df5f136994bb520b033fa9fbdce287507dc23b8c7ed"
10792dependencies = [10850dependencies = [
10793 "bitflags 1.3.2",10851 "bitflags 1.3.2",
10794 "errno",10852 "errno",
1080010858
10801[[package]]10859[[package]]
10802name = "rustix"10860name = "rustix"
10803version = "0.37.24"10861version = "0.37.27"
10804source = "registry+https://github.com/rust-lang/crates.io-index"10862source = "registry+https://github.com/rust-lang/crates.io-index"
10805checksum = "4279d76516df406a8bd37e7dff53fd37d1a093f997a3c34a5c21658c126db06d"10863checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
10806dependencies = [10864dependencies = [
10807 "bitflags 1.3.2",10865 "bitflags 1.3.2",
10808 "errno",10866 "errno",
1081410872
10815[[package]]10873[[package]]
10816name = "rustix"10874name = "rustix"
10817version = "0.38.15"10875version = "0.38.21"
10818source = "registry+https://github.com/rust-lang/crates.io-index"10876source = "registry+https://github.com/rust-lang/crates.io-index"
10819checksum = "d2f9da0cbd88f9f09e7814e388301c8414c51c62aa6ce1e4b5c551d49d96e531"10877checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3"
10820dependencies = [10878dependencies = [
10821 "bitflags 2.4.0",10879 "bitflags 2.4.1",
10822 "errno",10880 "errno",
10823 "libc",10881 "libc",
10824 "linux-raw-sys 0.4.8",10882 "linux-raw-sys 0.4.10",
10825 "windows-sys 0.48.0",10883 "windows-sys 0.48.0",
10826]10884]
1082710885
10846dependencies = [10904dependencies = [
10847 "log",10905 "log",
10848 "ring 0.16.20",10906 "ring 0.16.20",
10849 "sct 0.7.0",10907 "sct 0.7.1",
10850 "webpki 0.22.2",10908 "webpki 0.22.4",
10851]10909]
1085210910
10853[[package]]10911[[package]]
10854name = "rustls"10912name = "rustls"
10855version = "0.21.7"10913version = "0.21.8"
10856source = "registry+https://github.com/rust-lang/crates.io-index"10914source = "registry+https://github.com/rust-lang/crates.io-index"
10857checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"10915checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c"
10858dependencies = [10916dependencies = [
10859 "log",10917 "log",
10860 "ring 0.16.20",10918 "ring 0.17.5",
10861 "rustls-webpki 0.101.6",10919 "rustls-webpki",
10862 "sct 0.7.0",10920 "sct 0.7.1",
10863]10921]
1086410922
10865[[package]]10923[[package]]
10880source = "registry+https://github.com/rust-lang/crates.io-index"10938source = "registry+https://github.com/rust-lang/crates.io-index"
10881checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"10939checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
10882dependencies = [10940dependencies = [
10883 "base64 0.21.4",10941 "base64 0.21.5",
10884]10942]
1088510943
10886[[package]]10944[[package]]
10887name = "rustls-webpki"10945name = "rustls-webpki"
10888version = "0.100.3"10946version = "0.101.7"
10889source = "registry+https://github.com/rust-lang/crates.io-index"10947source = "registry+https://github.com/rust-lang/crates.io-index"
10890checksum = "5f6a5fc258f1c1276dfe3016516945546e2d5383911efc0fc4f1cdc5df3a4ae3"10948checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
10891dependencies = [10949dependencies = [
10892 "ring 0.16.20",10950 "ring 0.17.5",
10893 "untrusted",10951 "untrusted 0.9.0",
10894]10952]
1089510953
10896[[package]]10954[[package]]
10897name = "rustls-webpki"
10898version = "0.101.6"
10899source = "registry+https://github.com/rust-lang/crates.io-index"
10900checksum = "3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe"
10901dependencies = [
10902 "ring 0.16.20",
10903 "untrusted",
10904]
10905
10906[[package]]
10907name = "rustversion"10955name = "rustversion"
10908version = "1.0.14"10956version = "1.0.14"
10909source = "registry+https://github.com/rust-lang/crates.io-index"10957source = "registry+https://github.com/rust-lang/crates.io-index"
10958[[package]]11006[[package]]
10959name = "sc-allocator"11007name = "sc-allocator"
10960version = "4.1.0-dev"11008version = "4.1.0-dev"
10961source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11009source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
10962dependencies = [11010dependencies = [
10963 "log",11011 "log",
10964 "sp-core",11012 "sp-core",
10969[[package]]11017[[package]]
10970name = "sc-authority-discovery"11018name = "sc-authority-discovery"
10971version = "0.10.0-dev"11019version = "0.10.0-dev"
10972source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11020source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
10973dependencies = [11021dependencies = [
10974 "async-trait",11022 "async-trait",
10975 "futures",11023 "futures",
10997[[package]]11045[[package]]
10998name = "sc-basic-authorship"11046name = "sc-basic-authorship"
10999version = "0.10.0-dev"11047version = "0.10.0-dev"
11000source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11048source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11001dependencies = [11049dependencies = [
11002 "futures",11050 "futures",
11003 "futures-timer",11051 "futures-timer",
11020[[package]]11068[[package]]
11021name = "sc-block-builder"11069name = "sc-block-builder"
11022version = "0.10.0-dev"11070version = "0.10.0-dev"
11023source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11071source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11024dependencies = [11072dependencies = [
11025 "parity-scale-codec",11073 "parity-scale-codec",
11026 "sc-client-api",11074 "sc-client-api",
11035[[package]]11083[[package]]
11036name = "sc-chain-spec"11084name = "sc-chain-spec"
11037version = "4.0.0-dev"11085version = "4.0.0-dev"
11038source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11086source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11039dependencies = [11087dependencies = [
11040 "memmap2",11088 "memmap2",
11041 "sc-chain-spec-derive",11089 "sc-chain-spec-derive",
11054[[package]]11102[[package]]
11055name = "sc-chain-spec-derive"11103name = "sc-chain-spec-derive"
11056version = "4.0.0-dev"11104version = "4.0.0-dev"
11057source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11105source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11058dependencies = [11106dependencies = [
11059 "proc-macro-crate",11107 "proc-macro-crate 1.3.1",
11060 "proc-macro2",11108 "proc-macro2",
11061 "quote",11109 "quote",
11062 "syn 2.0.37",11110 "syn 2.0.38",
11063]11111]
1106411112
11065[[package]]11113[[package]]
11066name = "sc-cli"11114name = "sc-cli"
11067version = "0.10.0-dev"11115version = "0.10.0-dev"
11068source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11116source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11069dependencies = [11117dependencies = [
11070 "array-bytes",11118 "array-bytes 6.1.0",
11119 "bip39",
11071 "chrono",11120 "chrono",
11072 "clap",11121 "clap",
11073 "fdlimit",11122 "fdlimit",
11074 "futures",11123 "futures",
11124 "itertools 0.10.5",
11075 "libp2p-identity",11125 "libp2p-identity",
11076 "log",11126 "log",
11077 "names",11127 "names",
11082 "sc-client-api",11132 "sc-client-api",
11083 "sc-client-db",11133 "sc-client-db",
11084 "sc-keystore",11134 "sc-keystore",
11135 "sc-mixnet",
11085 "sc-network",11136 "sc-network",
11086 "sc-service",11137 "sc-service",
11087 "sc-telemetry",11138 "sc-telemetry",
11097 "sp-runtime",11148 "sp-runtime",
11098 "sp-version",11149 "sp-version",
11099 "thiserror",11150 "thiserror",
11100 "tiny-bip39",
11101 "tokio",11151 "tokio",
11102]11152]
1110311153
11104[[package]]11154[[package]]
11105name = "sc-client-api"11155name = "sc-client-api"
11106version = "4.0.0-dev"11156version = "4.0.0-dev"
11107source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11157source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11108dependencies = [11158dependencies = [
11109 "fnv",11159 "fnv",
11110 "futures",11160 "futures",
11124 "sp-state-machine",11174 "sp-state-machine",
11125 "sp-statement-store",11175 "sp-statement-store",
11126 "sp-storage",11176 "sp-storage",
11177 "sp-trie",
11127 "substrate-prometheus-endpoint",11178 "substrate-prometheus-endpoint",
11128]11179]
1112911180
11130[[package]]11181[[package]]
11131name = "sc-client-db"11182name = "sc-client-db"
11132version = "0.10.0-dev"11183version = "0.10.0-dev"
11133source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11184source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11134dependencies = [11185dependencies = [
11135 "hash-db 0.16.0",11186 "hash-db 0.16.0",
11136 "kvdb",11187 "kvdb",
11156[[package]]11207[[package]]
11157name = "sc-consensus"11208name = "sc-consensus"
11158version = "0.10.0-dev"11209version = "0.10.0-dev"
11159source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11210source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11160dependencies = [11211dependencies = [
11161 "async-trait",11212 "async-trait",
11162 "futures",11213 "futures",
11181[[package]]11232[[package]]
11182name = "sc-consensus-aura"11233name = "sc-consensus-aura"
11183version = "0.10.0-dev"11234version = "0.10.0-dev"
11184source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11235source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11185dependencies = [11236dependencies = [
11186 "async-trait",11237 "async-trait",
11187 "futures",11238 "futures",
11210[[package]]11261[[package]]
11211name = "sc-consensus-babe"11262name = "sc-consensus-babe"
11212version = "0.10.0-dev"11263version = "0.10.0-dev"
11213source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11264source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11214dependencies = [11265dependencies = [
11215 "async-trait",11266 "async-trait",
11216 "fork-tree",11267 "fork-tree",
11227 "sc-consensus-slots",11278 "sc-consensus-slots",
11228 "sc-telemetry",11279 "sc-telemetry",
11229 "sc-transaction-pool-api",11280 "sc-transaction-pool-api",
11230 "scale-info",
11231 "sp-api",11281 "sp-api",
11232 "sp-application-crypto",11282 "sp-application-crypto",
11233 "sp-block-builder",11283 "sp-block-builder",
11246[[package]]11296[[package]]
11247name = "sc-consensus-babe-rpc"11297name = "sc-consensus-babe-rpc"
11248version = "0.10.0-dev"11298version = "0.10.0-dev"
11249source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11299source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11250dependencies = [11300dependencies = [
11251 "futures",11301 "futures",
11252 "jsonrpsee",11302 "jsonrpsee",
11268[[package]]11318[[package]]
11269name = "sc-consensus-beefy"11319name = "sc-consensus-beefy"
11270version = "4.0.0-dev"11320version = "4.0.0-dev"
11271source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11321source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11272dependencies = [11322dependencies = [
11273 "array-bytes",11323 "array-bytes 6.1.0",
11274 "async-channel",11324 "async-channel",
11275 "async-trait",11325 "async-trait",
11276 "fnv",11326 "fnv",
11302[[package]]11352[[package]]
11303name = "sc-consensus-beefy-rpc"11353name = "sc-consensus-beefy-rpc"
11304version = "4.0.0-dev"11354version = "4.0.0-dev"
11305source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11355source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11306dependencies = [11356dependencies = [
11307 "futures",11357 "futures",
11308 "jsonrpsee",11358 "jsonrpsee",
11321[[package]]11371[[package]]
11322name = "sc-consensus-epochs"11372name = "sc-consensus-epochs"
11323version = "0.10.0-dev"11373version = "0.10.0-dev"
11324source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11374source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11325dependencies = [11375dependencies = [
11326 "fork-tree",11376 "fork-tree",
11327 "parity-scale-codec",11377 "parity-scale-codec",
11334[[package]]11384[[package]]
11335name = "sc-consensus-grandpa"11385name = "sc-consensus-grandpa"
11336version = "0.10.0-dev"11386version = "0.10.0-dev"
11337source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11387source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11338dependencies = [11388dependencies = [
11339 "ahash 0.8.3",11389 "ahash 0.8.6",
11340 "array-bytes",11390 "array-bytes 6.1.0",
11341 "async-trait",11391 "async-trait",
11342 "dyn-clone",11392 "dyn-clone",
11343 "finality-grandpa",11393 "finality-grandpa",
11375[[package]]11425[[package]]
11376name = "sc-consensus-grandpa-rpc"11426name = "sc-consensus-grandpa-rpc"
11377version = "0.10.0-dev"11427version = "0.10.0-dev"
11378source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11428source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11379dependencies = [11429dependencies = [
11380 "finality-grandpa",11430 "finality-grandpa",
11381 "futures",11431 "futures",
11395[[package]]11445[[package]]
11396name = "sc-consensus-manual-seal"11446name = "sc-consensus-manual-seal"
11397version = "0.10.0-dev"11447version = "0.10.0-dev"
11398source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11448source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11399dependencies = [11449dependencies = [
11400 "assert_matches",11450 "assert_matches",
11401 "async-trait",11451 "async-trait",
11430[[package]]11480[[package]]
11431name = "sc-consensus-slots"11481name = "sc-consensus-slots"
11432version = "0.10.0-dev"11482version = "0.10.0-dev"
11433source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11483source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11434dependencies = [11484dependencies = [
11435 "async-trait",11485 "async-trait",
11436 "futures",11486 "futures",
11453[[package]]11503[[package]]
11454name = "sc-executor"11504name = "sc-executor"
11455version = "0.10.0-dev"11505version = "0.10.0-dev"
11456source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11506source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11457dependencies = [11507dependencies = [
11458 "parity-scale-codec",11508 "parity-scale-codec",
11459 "parking_lot 0.12.1",11509 "parking_lot 0.12.1",
11475[[package]]11525[[package]]
11476name = "sc-executor-common"11526name = "sc-executor-common"
11477version = "0.10.0-dev"11527version = "0.10.0-dev"
11478source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11528source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11479dependencies = [11529dependencies = [
11480 "sc-allocator",11530 "sc-allocator",
11481 "sp-maybe-compressed-blob",11531 "sp-maybe-compressed-blob",
11487[[package]]11537[[package]]
11488name = "sc-executor-wasmtime"11538name = "sc-executor-wasmtime"
11489version = "0.10.0-dev"11539version = "0.10.0-dev"
11490source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11540source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11491dependencies = [11541dependencies = [
11492 "anyhow",11542 "anyhow",
11493 "cfg-if",11543 "cfg-if",
11494 "libc",11544 "libc",
11495 "log",11545 "log",
11496 "rustix 0.36.15",11546 "parking_lot 0.12.1",
11547 "rustix 0.36.17",
11497 "sc-allocator",11548 "sc-allocator",
11498 "sc-executor-common",11549 "sc-executor-common",
11499 "sp-runtime-interface",11550 "sp-runtime-interface",
11504[[package]]11555[[package]]
11505name = "sc-informant"11556name = "sc-informant"
11506version = "0.10.0-dev"11557version = "0.10.0-dev"
11507source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11558source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11508dependencies = [11559dependencies = [
11509 "ansi_term",11560 "ansi_term",
11510 "futures",11561 "futures",
11520[[package]]11571[[package]]
11521name = "sc-keystore"11572name = "sc-keystore"
11522version = "4.0.0-dev"11573version = "4.0.0-dev"
11523source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11574source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11524dependencies = [11575dependencies = [
11525 "array-bytes",11576 "array-bytes 6.1.0",
11526 "parking_lot 0.12.1",11577 "parking_lot 0.12.1",
11527 "serde_json",11578 "serde_json",
11528 "sp-application-crypto",11579 "sp-application-crypto",
11532]11583]
1153311584
11534[[package]]11585[[package]]
11586name = "sc-mixnet"
11587version = "0.1.0-dev"
11588source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11589dependencies = [
11590 "array-bytes 4.2.0",
11591 "arrayvec 0.7.4",
11592 "blake2 0.10.6",
11593 "futures",
11594 "futures-timer",
11595 "libp2p-identity",
11596 "log",
11597 "mixnet",
11598 "multiaddr",
11599 "parity-scale-codec",
11600 "parking_lot 0.12.1",
11601 "sc-client-api",
11602 "sc-network",
11603 "sc-transaction-pool-api",
11604 "sp-api",
11605 "sp-consensus",
11606 "sp-core",
11607 "sp-keystore",
11608 "sp-mixnet",
11609 "sp-runtime",
11610 "thiserror",
11611]
11612
11613[[package]]
11535name = "sc-network"11614name = "sc-network"
11536version = "0.10.0-dev"11615version = "0.10.0-dev"
11537source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11616source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11538dependencies = [11617dependencies = [
11539 "array-bytes",11618 "array-bytes 6.1.0",
11540 "async-channel",11619 "async-channel",
11541 "async-trait",11620 "async-trait",
11542 "asynchronous-codec",11621 "asynchronous-codec",
11575[[package]]11654[[package]]
11576name = "sc-network-bitswap"11655name = "sc-network-bitswap"
11577version = "0.10.0-dev"11656version = "0.10.0-dev"
11578source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11657source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11579dependencies = [11658dependencies = [
11580 "async-channel",11659 "async-channel",
11581 "cid",11660 "cid",
11595[[package]]11674[[package]]
11596name = "sc-network-common"11675name = "sc-network-common"
11597version = "0.10.0-dev"11676version = "0.10.0-dev"
11598source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11677source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11599dependencies = [11678dependencies = [
11600 "async-trait",11679 "async-trait",
11601 "bitflags 1.3.2",11680 "bitflags 1.3.2",
11612[[package]]11691[[package]]
11613name = "sc-network-gossip"11692name = "sc-network-gossip"
11614version = "0.10.0-dev"11693version = "0.10.0-dev"
11615source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11694source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11616dependencies = [11695dependencies = [
11617 "ahash 0.8.3",11696 "ahash 0.8.6",
11618 "futures",11697 "futures",
11619 "futures-timer",11698 "futures-timer",
11620 "libp2p",11699 "libp2p",
11630[[package]]11709[[package]]
11631name = "sc-network-light"11710name = "sc-network-light"
11632version = "0.10.0-dev"11711version = "0.10.0-dev"
11633source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11712source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11634dependencies = [11713dependencies = [
11635 "array-bytes",11714 "array-bytes 6.1.0",
11636 "async-channel",11715 "async-channel",
11637 "futures",11716 "futures",
11638 "libp2p-identity",11717 "libp2p-identity",
11651[[package]]11730[[package]]
11652name = "sc-network-sync"11731name = "sc-network-sync"
11653version = "0.10.0-dev"11732version = "0.10.0-dev"
11654source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11733source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11655dependencies = [11734dependencies = [
11656 "array-bytes",11735 "array-bytes 6.1.0",
11657 "async-channel",11736 "async-channel",
11658 "async-trait",11737 "async-trait",
11659 "fork-tree",11738 "fork-tree",
11680 "sp-runtime",11759 "sp-runtime",
11681 "substrate-prometheus-endpoint",11760 "substrate-prometheus-endpoint",
11682 "thiserror",11761 "thiserror",
11762 "tokio-stream",
11683]11763]
1168411764
11685[[package]]11765[[package]]
11686name = "sc-network-transactions"11766name = "sc-network-transactions"
11687version = "0.10.0-dev"11767version = "0.10.0-dev"
11688source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11768source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11689dependencies = [11769dependencies = [
11690 "array-bytes",11770 "array-bytes 6.1.0",
11691 "futures",11771 "futures",
11692 "libp2p",11772 "libp2p",
11693 "log",11773 "log",
11703[[package]]11783[[package]]
11704name = "sc-offchain"11784name = "sc-offchain"
11705version = "4.0.0-dev"11785version = "4.0.0-dev"
11706source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11786source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11707dependencies = [11787dependencies = [
11708 "array-bytes",11788 "array-bytes 6.1.0",
11709 "bytes",11789 "bytes",
11710 "fnv",11790 "fnv",
11711 "futures",11791 "futures",
11737[[package]]11817[[package]]
11738name = "sc-proposer-metrics"11818name = "sc-proposer-metrics"
11739version = "0.10.0-dev"11819version = "0.10.0-dev"
11740source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11820source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11741dependencies = [11821dependencies = [
11742 "log",11822 "log",
11743 "substrate-prometheus-endpoint",11823 "substrate-prometheus-endpoint",
11746[[package]]11826[[package]]
11747name = "sc-rpc"11827name = "sc-rpc"
11748version = "4.0.0-dev"11828version = "4.0.0-dev"
11749source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11829source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11750dependencies = [11830dependencies = [
11751 "futures",11831 "futures",
11752 "jsonrpsee",11832 "jsonrpsee",
11756 "sc-block-builder",11836 "sc-block-builder",
11757 "sc-chain-spec",11837 "sc-chain-spec",
11758 "sc-client-api",11838 "sc-client-api",
11839 "sc-mixnet",
11759 "sc-rpc-api",11840 "sc-rpc-api",
11760 "sc-tracing",11841 "sc-tracing",
11761 "sc-transaction-pool-api",11842 "sc-transaction-pool-api",
11777[[package]]11858[[package]]
11778name = "sc-rpc-api"11859name = "sc-rpc-api"
11779version = "0.10.0-dev"11860version = "0.10.0-dev"
11780source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11861source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11781dependencies = [11862dependencies = [
11782 "jsonrpsee",11863 "jsonrpsee",
11783 "parity-scale-codec",11864 "parity-scale-codec",
11784 "sc-chain-spec",11865 "sc-chain-spec",
11866 "sc-mixnet",
11785 "sc-transaction-pool-api",11867 "sc-transaction-pool-api",
11786 "scale-info",11868 "scale-info",
11787 "serde",11869 "serde",
11796[[package]]11878[[package]]
11797name = "sc-rpc-server"11879name = "sc-rpc-server"
11798version = "4.0.0-dev"11880version = "4.0.0-dev"
11799source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11881source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11800dependencies = [11882dependencies = [
11801 "http",11883 "http",
11802 "jsonrpsee",11884 "jsonrpsee",
11811[[package]]11893[[package]]
11812name = "sc-rpc-spec-v2"11894name = "sc-rpc-spec-v2"
11813version = "0.10.0-dev"11895version = "0.10.0-dev"
11814source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11896source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11815dependencies = [11897dependencies = [
11816 "array-bytes",11898 "array-bytes 6.1.0",
11817 "futures",11899 "futures",
11818 "futures-util",11900 "futures-util",
11819 "hex",11901 "hex",
11839[[package]]11921[[package]]
11840name = "sc-service"11922name = "sc-service"
11841version = "0.10.0-dev"11923version = "0.10.0-dev"
11842source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11924source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11843dependencies = [11925dependencies = [
11844 "async-trait",11926 "async-trait",
11845 "directories",11927 "directories",
11903[[package]]11985[[package]]
11904name = "sc-state-db"11986name = "sc-state-db"
11905version = "0.10.0-dev"11987version = "0.10.0-dev"
11906source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11988source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11907dependencies = [11989dependencies = [
11908 "log",11990 "log",
11909 "parity-scale-codec",11991 "parity-scale-codec",
11914[[package]]11996[[package]]
11915name = "sc-storage-monitor"11997name = "sc-storage-monitor"
11916version = "0.1.0"11998version = "0.1.0"
11917source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"11999source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11918dependencies = [12000dependencies = [
11919 "clap",12001 "clap",
11920 "fs4",12002 "fs4",
11928[[package]]12010[[package]]
11929name = "sc-sync-state-rpc"12011name = "sc-sync-state-rpc"
11930version = "0.10.0-dev"12012version = "0.10.0-dev"
11931source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12013source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11932dependencies = [12014dependencies = [
11933 "jsonrpsee",12015 "jsonrpsee",
11934 "parity-scale-codec",12016 "parity-scale-codec",
11947[[package]]12029[[package]]
11948name = "sc-sysinfo"12030name = "sc-sysinfo"
11949version = "6.0.0-dev"12031version = "6.0.0-dev"
11950source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12032source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11951dependencies = [12033dependencies = [
11952 "futures",12034 "futures",
11953 "libc",12035 "libc",
11966[[package]]12048[[package]]
11967name = "sc-telemetry"12049name = "sc-telemetry"
11968version = "4.0.0-dev"12050version = "4.0.0-dev"
11969source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12051source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11970dependencies = [12052dependencies = [
11971 "chrono",12053 "chrono",
11972 "futures",12054 "futures",
11985[[package]]12067[[package]]
11986name = "sc-tracing"12068name = "sc-tracing"
11987version = "4.0.0-dev"12069version = "4.0.0-dev"
11988source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12070source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
11989dependencies = [12071dependencies = [
11990 "ansi_term",12072 "ansi_term",
11991 "atty",12073 "atty",
12014[[package]]12096[[package]]
12015name = "sc-tracing-proc-macro"12097name = "sc-tracing-proc-macro"
12016version = "4.0.0-dev"12098version = "4.0.0-dev"
12017source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12099source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
12018dependencies = [12100dependencies = [
12019 "proc-macro-crate",12101 "proc-macro-crate 1.3.1",
12020 "proc-macro2",12102 "proc-macro2",
12021 "quote",12103 "quote",
12022 "syn 2.0.37",12104 "syn 2.0.38",
12023]12105]
1202412106
12025[[package]]12107[[package]]
12026name = "sc-transaction-pool"12108name = "sc-transaction-pool"
12027version = "4.0.0-dev"12109version = "4.0.0-dev"
12028source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12110source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
12029dependencies = [12111dependencies = [
12030 "async-trait",12112 "async-trait",
12031 "futures",12113 "futures",
12051[[package]]12133[[package]]
12052name = "sc-transaction-pool-api"12134name = "sc-transaction-pool-api"
12053version = "4.0.0-dev"12135version = "4.0.0-dev"
12054source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12136source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
12055dependencies = [12137dependencies = [
12056 "async-trait",12138 "async-trait",
12057 "futures",12139 "futures",
12067[[package]]12149[[package]]
12068name = "sc-utils"12150name = "sc-utils"
12069version = "4.0.0-dev"12151version = "4.0.0-dev"
12070source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12152source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
12071dependencies = [12153dependencies = [
12072 "async-channel",12154 "async-channel",
12073 "futures",12155 "futures",
1208112163
12082[[package]]12164[[package]]
12083name = "scale-info"12165name = "scale-info"
12084version = "2.9.0"12166version = "2.10.0"
12085source = "registry+https://github.com/rust-lang/crates.io-index"12167source = "registry+https://github.com/rust-lang/crates.io-index"
12086checksum = "35c0a159d0c45c12b20c5a844feb1fe4bea86e28f17b92a5f0c42193634d3782"12168checksum = "7f7d66a1128282b7ef025a8ead62a4a9fcf017382ec53b8ffbf4d7bf77bd3c60"
12087dependencies = [12169dependencies = [
12088 "bitvec",12170 "bitvec",
12089 "cfg-if",12171 "cfg-if",
1209512177
12096[[package]]12178[[package]]
12097name = "scale-info-derive"12179name = "scale-info-derive"
12098version = "2.9.0"12180version = "2.10.0"
12099source = "registry+https://github.com/rust-lang/crates.io-index"12181source = "registry+https://github.com/rust-lang/crates.io-index"
12100checksum = "912e55f6d20e0e80d63733872b40e1227c0bce1e1ab81ba67d696339bfd7fd29"12182checksum = "abf2c68b89cafb3b8d918dd07b42be0da66ff202cf1155c5739a4e0c1ea0dc19"
12101dependencies = [12183dependencies = [
12102 "proc-macro-crate",12184 "proc-macro-crate 1.3.1",
12103 "proc-macro2",12185 "proc-macro2",
12104 "quote",12186 "quote",
12105 "syn 1.0.109",12187 "syn 1.0.109",
12120source = "registry+https://github.com/rust-lang/crates.io-index"12202source = "registry+https://github.com/rust-lang/crates.io-index"
12121checksum = "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d"12203checksum = "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d"
12122dependencies = [12204dependencies = [
12123 "ahash 0.8.3",12205 "ahash 0.8.6",
12124 "cfg-if",12206 "cfg-if",
12125 "hashbrown 0.13.2",12207 "hashbrown 0.13.2",
12126]12208]
12139 "rand 0.7.3",12221 "rand 0.7.3",
12140 "rand_core 0.5.1",12222 "rand_core 0.5.1",
12141 "sha2 0.8.2",12223 "sha2 0.8.2",
12142 "subtle",12224 "subtle 2.4.1",
12143 "zeroize",12225 "zeroize",
12144]12226]
1214512227
12178checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"12260checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
12179dependencies = [12261dependencies = [
12180 "ring 0.16.20",12262 "ring 0.16.20",
12181 "untrusted",12263 "untrusted 0.7.1",
12182]12264]
1218312265
12184[[package]]12266[[package]]
12185name = "sct"12267name = "sct"
12186version = "0.7.0"12268version = "0.7.1"
12187source = "registry+https://github.com/rust-lang/crates.io-index"12269source = "registry+https://github.com/rust-lang/crates.io-index"
12188checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"12270checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12189dependencies = [12271dependencies = [
12190 "ring 0.16.20",12272 "ring 0.17.5",
12191 "untrusted",12273 "untrusted 0.9.0",
12192]12274]
1219312275
12194[[package]]12276[[package]]
12213 "der 0.6.1",12295 "der 0.6.1",
12214 "generic-array 0.14.7",12296 "generic-array 0.14.7",
12215 "pkcs8 0.9.0",12297 "pkcs8 0.9.0",
12216 "subtle",12298 "subtle 2.4.1",
12217 "zeroize",12299 "zeroize",
12218]12300]
1221912301
12227 "der 0.7.8",12309 "der 0.7.8",
12228 "generic-array 0.14.7",12310 "generic-array 0.14.7",
12229 "pkcs8 0.10.2",12311 "pkcs8 0.10.2",
12230 "subtle",12312 "subtle 2.4.1",
12231 "zeroize",12313 "zeroize",
12232]12314]
1223312315
12234[[package]]12316[[package]]
12317name = "seccompiler"
12318version = "0.4.0"
12319source = "registry+https://github.com/rust-lang/crates.io-index"
12320checksum = "345a3e4dddf721a478089d4697b83c6c0a8f5bf16086f6c13397e4534eb6e2e5"
12321dependencies = [
12322 "libc",
12323]
12324
12325[[package]]
12235name = "secp256k1"12326name = "secp256k1"
12236version = "0.24.3"12327version = "0.24.3"
12237source = "registry+https://github.com/rust-lang/crates.io-index"12328source = "registry+https://github.com/rust-lang/crates.io-index"
1229212383
12293[[package]]12384[[package]]
12294name = "semver"12385name = "semver"
12295version = "1.0.19"12386version = "1.0.20"
12296source = "registry+https://github.com/rust-lang/crates.io-index"12387source = "registry+https://github.com/rust-lang/crates.io-index"
12297checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0"12388checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
12298dependencies = [12389dependencies = [
12299 "serde",12390 "serde",
12300]12391]
1230712398
12308[[package]]12399[[package]]
12309name = "serde"12400name = "serde"
12310version = "1.0.188"12401version = "1.0.190"
12311source = "registry+https://github.com/rust-lang/crates.io-index"12402source = "registry+https://github.com/rust-lang/crates.io-index"
12312checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"12403checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7"
12313dependencies = [12404dependencies = [
12314 "serde_derive",12405 "serde_derive",
12315]12406]
1231612407
12317[[package]]12408[[package]]
12318name = "serde_derive"12409name = "serde_derive"
12319version = "1.0.188"12410version = "1.0.190"
12320source = "registry+https://github.com/rust-lang/crates.io-index"12411source = "registry+https://github.com/rust-lang/crates.io-index"
12321checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"12412checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3"
12322dependencies = [12413dependencies = [
12323 "proc-macro2",12414 "proc-macro2",
12324 "quote",12415 "quote",
12325 "syn 2.0.37",12416 "syn 2.0.38",
12326]12417]
1232712418
12328[[package]]12419[[package]]
12329name = "serde_json"12420name = "serde_json"
12330version = "1.0.107"12421version = "1.0.108"
12331source = "registry+https://github.com/rust-lang/crates.io-index"12422source = "registry+https://github.com/rust-lang/crates.io-index"
12332checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"12423checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
12333dependencies = [12424dependencies = [
12334 "itoa",12425 "itoa",
12335 "ryu",12426 "ryu",
1233812429
12339[[package]]12430[[package]]
12340name = "serde_spanned"12431name = "serde_spanned"
12341version = "0.6.3"12432version = "0.6.4"
12342source = "registry+https://github.com/rust-lang/crates.io-index"12433source = "registry+https://github.com/rust-lang/crates.io-index"
12343checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"12434checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80"
12344dependencies = [12435dependencies = [
12345 "serde",12436 "serde",
12346]12437]
1243612527
12437[[package]]12528[[package]]
12438name = "sharded-slab"12529name = "sharded-slab"
12439version = "0.1.6"12530version = "0.1.7"
12440source = "registry+https://github.com/rust-lang/crates.io-index"12531source = "registry+https://github.com/rust-lang/crates.io-index"
12441checksum = "c1b21f559e07218024e7e9f90f96f601825397de0e25420135f7f952453fed0b"12532checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12442dependencies = [12533dependencies = [
12443 "lazy_static",12534 "lazy_static",
12444]12535]
12450checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"12541checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
1245112542
12452[[package]]12543[[package]]
12453name = "signal-hook"
12454version = "0.3.17"
12455source = "registry+https://github.com/rust-lang/crates.io-index"
12456checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12457dependencies = [
12458 "libc",
12459 "signal-hook-registry",
12460]
12461
12462[[package]]
12463name = "signal-hook-registry"12544name = "signal-hook-registry"
12464version = "1.4.1"12545version = "1.4.1"
12465source = "registry+https://github.com/rust-lang/crates.io-index"12546source = "registry+https://github.com/rust-lang/crates.io-index"
12525[[package]]12606[[package]]
12526name = "slot-range-helper"12607name = "slot-range-helper"
12527version = "1.0.0"12608version = "1.0.0"
12528source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12609source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
12529dependencies = [12610dependencies = [
12530 "enumn",12611 "enumn",
12531 "parity-scale-codec",12612 "parity-scale-codec",
12558 "async-channel",12639 "async-channel",
12559 "async-executor",12640 "async-executor",
12560 "async-fs",12641 "async-fs",
12561 "async-io",12642 "async-io 1.13.0",
12562 "async-lock",12643 "async-lock",
12563 "async-net",12644 "async-net",
12564 "async-process",12645 "async-process",
12575 "arrayvec 0.7.4",12656 "arrayvec 0.7.4",
12576 "async-lock",12657 "async-lock",
12577 "atomic-take",12658 "atomic-take",
12578 "base64 0.21.4",12659 "base64 0.21.5",
12579 "bip39",12660 "bip39",
12580 "blake2-rfc",12661 "blake2-rfc",
12581 "bs58 0.5.0",12662 "bs58 0.5.0",
12584 "derive_more",12665 "derive_more",
12585 "ed25519-zebra 4.0.3",12666 "ed25519-zebra 4.0.3",
12586 "either",12667 "either",
12587 "event-listener",12668 "event-listener 2.5.3",
12588 "fnv",12669 "fnv",
12589 "futures-lite",12670 "futures-lite",
12590 "futures-util",12671 "futures-util",
12591 "hashbrown 0.14.1",12672 "hashbrown 0.14.2",
12592 "hex",12673 "hex",
12593 "hmac 0.12.1",12674 "hmac 0.12.1",
12594 "itertools 0.11.0",12675 "itertools 0.11.0",
12628dependencies = [12709dependencies = [
12629 "async-channel",12710 "async-channel",
12630 "async-lock",12711 "async-lock",
12631 "base64 0.21.4",12712 "base64 0.21.5",
12632 "blake2-rfc",12713 "blake2-rfc",
12633 "derive_more",12714 "derive_more",
12634 "either",12715 "either",
12635 "event-listener",12716 "event-listener 2.5.3",
12636 "fnv",12717 "fnv",
12637 "futures-channel",12718 "futures-channel",
12638 "futures-lite",12719 "futures-lite",
12639 "futures-util",12720 "futures-util",
12640 "hashbrown 0.14.1",12721 "hashbrown 0.14.2",
12641 "hex",12722 "hex",
12642 "itertools 0.11.0",12723 "itertools 0.11.0",
12643 "log",12724 "log",
12669checksum = "0c9d1425eb528a21de2755c75af4c9b5d57f50a0d4c3b7f1828a4cd03f8ba155"12750checksum = "0c9d1425eb528a21de2755c75af4c9b5d57f50a0d4c3b7f1828a4cd03f8ba155"
12670dependencies = [12751dependencies = [
12671 "aes-gcm 0.9.4",12752 "aes-gcm 0.9.4",
12672 "blake2",12753 "blake2 0.10.6",
12673 "chacha20poly1305",12754 "chacha20poly1305",
12674 "curve25519-dalek 4.1.1",12755 "curve25519-dalek 4.1.1",
12675 "rand_core 0.6.4",12756 "rand_core 0.6.4",
12676 "ring 0.16.20",12757 "ring 0.16.20",
12677 "rustc_version",12758 "rustc_version",
12678 "sha2 0.10.8",12759 "sha2 0.10.8",
12679 "subtle",12760 "subtle 2.4.1",
12680]12761]
1268112762
12682[[package]]12763[[package]]
12683name = "socket2"12764name = "socket2"
12684version = "0.4.9"12765version = "0.4.10"
12685source = "registry+https://github.com/rust-lang/crates.io-index"12766source = "registry+https://github.com/rust-lang/crates.io-index"
12686checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"12767checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
12687dependencies = [12768dependencies = [
12688 "libc",12769 "libc",
12689 "winapi",12770 "winapi",
12690]12771]
1269112772
12692[[package]]12773[[package]]
12693name = "socket2"12774name = "socket2"
12694version = "0.5.4"12775version = "0.5.5"
12695source = "registry+https://github.com/rust-lang/crates.io-index"12776source = "registry+https://github.com/rust-lang/crates.io-index"
12696checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"12777checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
12697dependencies = [12778dependencies = [
12698 "libc",12779 "libc",
12699 "windows-sys 0.48.0",12780 "windows-sys 0.48.0",
12719[[package]]12800[[package]]
12720name = "sp-api"12801name = "sp-api"
12721version = "4.0.0-dev"12802version = "4.0.0-dev"
12722source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12803source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
12723dependencies = [12804dependencies = [
12724 "hash-db 0.16.0",12805 "hash-db 0.16.0",
12725 "log",12806 "log",
12740[[package]]12821[[package]]
12741name = "sp-api-proc-macro"12822name = "sp-api-proc-macro"
12742version = "4.0.0-dev"12823version = "4.0.0-dev"
12743source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12824source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
12744dependencies = [12825dependencies = [
12745 "Inflector",12826 "Inflector",
12746 "blake2",12827 "blake2 0.10.6",
12747 "expander 2.0.0",12828 "expander 2.0.0",
12748 "proc-macro-crate",12829 "proc-macro-crate 1.3.1",
12749 "proc-macro2",12830 "proc-macro2",
12750 "quote",12831 "quote",
12751 "syn 2.0.37",12832 "syn 2.0.38",
12752]12833]
1275312834
12754[[package]]12835[[package]]
12755name = "sp-application-crypto"12836name = "sp-application-crypto"
12756version = "23.0.0"12837version = "23.0.0"
12757source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12838source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
12758dependencies = [12839dependencies = [
12759 "parity-scale-codec",12840 "parity-scale-codec",
12760 "scale-info",12841 "scale-info",
12767[[package]]12848[[package]]
12768name = "sp-arithmetic"12849name = "sp-arithmetic"
12769version = "16.0.0"12850version = "16.0.0"
12770source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12851source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
12771dependencies = [12852dependencies = [
12772 "integer-sqrt",12853 "integer-sqrt",
12773 "num-traits",12854 "num-traits",
12781[[package]]12862[[package]]
12782name = "sp-authority-discovery"12863name = "sp-authority-discovery"
12783version = "4.0.0-dev"12864version = "4.0.0-dev"
12784source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12865source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
12785dependencies = [12866dependencies = [
12786 "parity-scale-codec",12867 "parity-scale-codec",
12787 "scale-info",12868 "scale-info",
12794[[package]]12875[[package]]
12795name = "sp-block-builder"12876name = "sp-block-builder"
12796version = "4.0.0-dev"12877version = "4.0.0-dev"
12797source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12878source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
12798dependencies = [12879dependencies = [
12799 "sp-api",12880 "sp-api",
12800 "sp-inherents",12881 "sp-inherents",
12805[[package]]12886[[package]]
12806name = "sp-blockchain"12887name = "sp-blockchain"
12807version = "4.0.0-dev"12888version = "4.0.0-dev"
12808source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12889source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
12809dependencies = [12890dependencies = [
12810 "futures",12891 "futures",
12811 "log",12892 "log",
12823[[package]]12904[[package]]
12824name = "sp-consensus"12905name = "sp-consensus"
12825version = "0.10.0-dev"12906version = "0.10.0-dev"
12826source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12907source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
12827dependencies = [12908dependencies = [
12828 "async-trait",12909 "async-trait",
12829 "futures",12910 "futures",
12838[[package]]12919[[package]]
12839name = "sp-consensus-aura"12920name = "sp-consensus-aura"
12840version = "0.10.0-dev"12921version = "0.10.0-dev"
12841source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12922source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
12842dependencies = [12923dependencies = [
12843 "async-trait",12924 "async-trait",
12844 "parity-scale-codec",12925 "parity-scale-codec",
12855[[package]]12936[[package]]
12856name = "sp-consensus-babe"12937name = "sp-consensus-babe"
12857version = "0.10.0-dev"12938version = "0.10.0-dev"
12858source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12939source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
12859dependencies = [12940dependencies = [
12860 "async-trait",12941 "async-trait",
12861 "parity-scale-codec",12942 "parity-scale-codec",
12874[[package]]12955[[package]]
12875name = "sp-consensus-beefy"12956name = "sp-consensus-beefy"
12876version = "4.0.0-dev"12957version = "4.0.0-dev"
12877source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12958source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
12878dependencies = [12959dependencies = [
12879 "lazy_static",12960 "lazy_static",
12880 "parity-scale-codec",12961 "parity-scale-codec",
12887 "sp-mmr-primitives",12968 "sp-mmr-primitives",
12888 "sp-runtime",12969 "sp-runtime",
12889 "sp-std",12970 "sp-std",
12890 "strum",12971 "strum 0.24.1",
12891]12972]
1289212973
12893[[package]]12974[[package]]
12894name = "sp-consensus-grandpa"12975name = "sp-consensus-grandpa"
12895version = "4.0.0-dev"12976version = "4.0.0-dev"
12896source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12977source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
12897dependencies = [12978dependencies = [
12898 "finality-grandpa",12979 "finality-grandpa",
12899 "log",12980 "log",
12911[[package]]12992[[package]]
12912name = "sp-consensus-slots"12993name = "sp-consensus-slots"
12913version = "0.10.0-dev"12994version = "0.10.0-dev"
12914source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"12995source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
12915dependencies = [12996dependencies = [
12916 "parity-scale-codec",12997 "parity-scale-codec",
12917 "scale-info",12998 "scale-info",
12923[[package]]13004[[package]]
12924name = "sp-core"13005name = "sp-core"
12925version = "21.0.0"13006version = "21.0.0"
12926source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13007source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
12927dependencies = [13008dependencies = [
12928 "array-bytes",13009 "array-bytes 6.1.0",
12929 "arrayvec 0.7.4",
12930 "bandersnatch_vrfs",13010 "bandersnatch_vrfs",
13011 "bip39",
12931 "bitflags 1.3.2",13012 "bitflags 1.3.2",
12932 "blake2",13013 "blake2 0.10.6",
12933 "bounded-collections",13014 "bounded-collections",
12934 "bs58 0.5.0",13015 "bs58 0.5.0",
12935 "dyn-clonable",13016 "dyn-clonable",
12938 "hash-db 0.16.0",13019 "hash-db 0.16.0",
12939 "hash256-std-hasher",13020 "hash256-std-hasher",
12940 "impl-serde",13021 "impl-serde",
13022 "itertools 0.10.5",
12941 "lazy_static",13023 "lazy_static",
12942 "libsecp256k1",13024 "libsecp256k1",
12943 "log",13025 "log",
12962 "ss58-registry",13044 "ss58-registry",
12963 "substrate-bip39",13045 "substrate-bip39",
12964 "thiserror",13046 "thiserror",
12965 "tiny-bip39",
12966 "tracing",13047 "tracing",
13048 "w3f-bls",
12967 "zeroize",13049 "zeroize",
12968]13050]
1296913051
12970[[package]]13052[[package]]
12971name = "sp-core-hashing"13053name = "sp-core-hashing"
12972version = "9.0.0"13054version = "9.0.0"
12973source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13055source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
12974dependencies = [13056dependencies = [
12975 "blake2b_simd",13057 "blake2b_simd",
12976 "byteorder",13058 "byteorder",
12983[[package]]13065[[package]]
12984name = "sp-core-hashing-proc-macro"13066name = "sp-core-hashing-proc-macro"
12985version = "9.0.0"13067version = "9.0.0"
12986source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13068source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
12987dependencies = [13069dependencies = [
12988 "quote",13070 "quote",
12989 "sp-core-hashing",13071 "sp-core-hashing",
12990 "syn 2.0.37",13072 "syn 2.0.38",
12991]13073]
1299213074
12993[[package]]13075[[package]]
12994name = "sp-database"13076name = "sp-database"
12995version = "4.0.0-dev"13077version = "4.0.0-dev"
12996source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13078source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
12997dependencies = [13079dependencies = [
12998 "kvdb",13080 "kvdb",
12999 "parking_lot 0.12.1",13081 "parking_lot 0.12.1",
13002[[package]]13084[[package]]
13003name = "sp-debug-derive"13085name = "sp-debug-derive"
13004version = "8.0.0"13086version = "8.0.0"
13005source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13087source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13006dependencies = [13088dependencies = [
13007 "proc-macro2",13089 "proc-macro2",
13008 "quote",13090 "quote",
13009 "syn 2.0.37",13091 "syn 2.0.38",
13010]13092]
1301113093
13012[[package]]13094[[package]]
13013name = "sp-externalities"13095name = "sp-externalities"
13014version = "0.19.0"13096version = "0.19.0"
13015source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13097source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13016dependencies = [13098dependencies = [
13017 "environmental",13099 "environmental",
13018 "parity-scale-codec",13100 "parity-scale-codec",
13023[[package]]13105[[package]]
13024name = "sp-genesis-builder"13106name = "sp-genesis-builder"
13025version = "0.1.0"13107version = "0.1.0"
13026source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13108source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13027dependencies = [13109dependencies = [
13028 "serde_json",13110 "serde_json",
13029 "sp-api",13111 "sp-api",
13034[[package]]13116[[package]]
13035name = "sp-inherents"13117name = "sp-inherents"
13036version = "4.0.0-dev"13118version = "4.0.0-dev"
13037source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13119source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13038dependencies = [13120dependencies = [
13039 "async-trait",13121 "async-trait",
13040 "impl-trait-for-tuples",13122 "impl-trait-for-tuples",
13048[[package]]13130[[package]]
13049name = "sp-io"13131name = "sp-io"
13050version = "23.0.0"13132version = "23.0.0"
13051source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13133source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13052dependencies = [13134dependencies = [
13053 "bytes",13135 "bytes",
13054 "ed25519-dalek",13136 "ed25519-dalek",
13072[[package]]13154[[package]]
13073name = "sp-keyring"13155name = "sp-keyring"
13074version = "24.0.0"13156version = "24.0.0"
13075source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13157source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13076dependencies = [13158dependencies = [
13077 "lazy_static",13159 "lazy_static",
13078 "sp-core",13160 "sp-core",
13079 "sp-runtime",13161 "sp-runtime",
13080 "strum",13162 "strum 0.24.1",
13081]13163]
1308213164
13083[[package]]13165[[package]]
13084name = "sp-keystore"13166name = "sp-keystore"
13085version = "0.27.0"13167version = "0.27.0"
13086source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13168source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13087dependencies = [13169dependencies = [
13088 "parity-scale-codec",13170 "parity-scale-codec",
13089 "parking_lot 0.12.1",13171 "parking_lot 0.12.1",
13095[[package]]13177[[package]]
13096name = "sp-maybe-compressed-blob"13178name = "sp-maybe-compressed-blob"
13097version = "4.1.0-dev"13179version = "4.1.0-dev"
13098source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13180source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13099dependencies = [13181dependencies = [
13100 "thiserror",13182 "thiserror",
13101 "zstd 0.12.4",13183 "zstd 0.12.4",
13104[[package]]13186[[package]]
13105name = "sp-metadata-ir"13187name = "sp-metadata-ir"
13106version = "0.1.0"13188version = "0.1.0"
13107source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13189source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13108dependencies = [13190dependencies = [
13109 "frame-metadata",13191 "frame-metadata",
13110 "parity-scale-codec",13192 "parity-scale-codec",
13113]13195]
1311413196
13115[[package]]13197[[package]]
13198name = "sp-mixnet"
13199version = "0.1.0-dev"
13200source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13201dependencies = [
13202 "parity-scale-codec",
13203 "scale-info",
13204 "sp-api",
13205 "sp-application-crypto",
13206 "sp-std",
13207]
13208
13209[[package]]
13116name = "sp-mmr-primitives"13210name = "sp-mmr-primitives"
13117version = "4.0.0-dev"13211version = "4.0.0-dev"
13118source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13212source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13119dependencies = [13213dependencies = [
13120 "ckb-merkle-mountain-range",13214 "ckb-merkle-mountain-range",
13121 "log",13215 "log",
13133[[package]]13227[[package]]
13134name = "sp-npos-elections"13228name = "sp-npos-elections"
13135version = "4.0.0-dev"13229version = "4.0.0-dev"
13136source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13230source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13137dependencies = [13231dependencies = [
13138 "parity-scale-codec",13232 "parity-scale-codec",
13139 "scale-info",13233 "scale-info",
13147[[package]]13241[[package]]
13148name = "sp-offchain"13242name = "sp-offchain"
13149version = "4.0.0-dev"13243version = "4.0.0-dev"
13150source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13244source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13151dependencies = [13245dependencies = [
13152 "sp-api",13246 "sp-api",
13153 "sp-core",13247 "sp-core",
13157[[package]]13251[[package]]
13158name = "sp-panic-handler"13252name = "sp-panic-handler"
13159version = "8.0.0"13253version = "8.0.0"
13160source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13254source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13161dependencies = [13255dependencies = [
13162 "backtrace",13256 "backtrace",
13163 "lazy_static",13257 "lazy_static",
13167[[package]]13261[[package]]
13168name = "sp-rpc"13262name = "sp-rpc"
13169version = "6.0.0"13263version = "6.0.0"
13170source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13264source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13171dependencies = [13265dependencies = [
13172 "rustc-hash",13266 "rustc-hash",
13173 "serde",13267 "serde",
13177[[package]]13271[[package]]
13178name = "sp-runtime"13272name = "sp-runtime"
13179version = "24.0.0"13273version = "24.0.0"
13180source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13274source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13181dependencies = [13275dependencies = [
13182 "either",13276 "either",
13183 "hash256-std-hasher",13277 "hash256-std-hasher",
13199[[package]]13293[[package]]
13200name = "sp-runtime-interface"13294name = "sp-runtime-interface"
13201version = "17.0.0"13295version = "17.0.0"
13202source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13296source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13203dependencies = [13297dependencies = [
13204 "bytes",13298 "bytes",
13205 "impl-trait-for-tuples",13299 "impl-trait-for-tuples",
13217[[package]]13311[[package]]
13218name = "sp-runtime-interface-proc-macro"13312name = "sp-runtime-interface-proc-macro"
13219version = "11.0.0"13313version = "11.0.0"
13220source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13314source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13221dependencies = [13315dependencies = [
13222 "Inflector",13316 "Inflector",
13223 "proc-macro-crate",13317 "proc-macro-crate 1.3.1",
13224 "proc-macro2",13318 "proc-macro2",
13225 "quote",13319 "quote",
13226 "syn 2.0.37",13320 "syn 2.0.38",
13227]13321]
1322813322
13229[[package]]13323[[package]]
13230name = "sp-session"13324name = "sp-session"
13231version = "4.0.0-dev"13325version = "4.0.0-dev"
13232source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13326source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13233dependencies = [13327dependencies = [
13234 "parity-scale-codec",13328 "parity-scale-codec",
13235 "scale-info",13329 "scale-info",
13244[[package]]13338[[package]]
13245name = "sp-staking"13339name = "sp-staking"
13246version = "4.0.0-dev"13340version = "4.0.0-dev"
13247source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13341source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13248dependencies = [13342dependencies = [
13249 "impl-trait-for-tuples",13343 "impl-trait-for-tuples",
13250 "parity-scale-codec",13344 "parity-scale-codec",
13258[[package]]13352[[package]]
13259name = "sp-state-machine"13353name = "sp-state-machine"
13260version = "0.28.0"13354version = "0.28.0"
13261source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13355source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13262dependencies = [13356dependencies = [
13263 "hash-db 0.16.0",13357 "hash-db 0.16.0",
13264 "log",13358 "log",
13273 "sp-trie",13367 "sp-trie",
13274 "thiserror",13368 "thiserror",
13275 "tracing",13369 "tracing",
13276 "trie-db",13370 "trie-db 0.28.0",
13277]13371]
1327813372
13279[[package]]13373[[package]]
13280name = "sp-statement-store"13374name = "sp-statement-store"
13281version = "4.0.0-dev"13375version = "4.0.0-dev"
13282source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13376source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13283dependencies = [13377dependencies = [
13284 "aes-gcm 0.10.3",13378 "aes-gcm 0.10.3",
13285 "curve25519-dalek 4.1.1",13379 "curve25519-dalek 4.1.1",
13303[[package]]13397[[package]]
13304name = "sp-std"13398name = "sp-std"
13305version = "8.0.0"13399version = "8.0.0"
13306source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13400source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
1330713401
13308[[package]]13402[[package]]
13309name = "sp-storage"13403name = "sp-storage"
13310version = "13.0.0"13404version = "13.0.0"
13311source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13405source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13312dependencies = [13406dependencies = [
13313 "impl-serde",13407 "impl-serde",
13314 "parity-scale-codec",13408 "parity-scale-codec",
13321[[package]]13415[[package]]
13322name = "sp-timestamp"13416name = "sp-timestamp"
13323version = "4.0.0-dev"13417version = "4.0.0-dev"
13324source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13418source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13325dependencies = [13419dependencies = [
13326 "async-trait",13420 "async-trait",
13327 "parity-scale-codec",13421 "parity-scale-codec",
13334[[package]]13428[[package]]
13335name = "sp-tracing"13429name = "sp-tracing"
13336version = "10.0.0"13430version = "10.0.0"
13337source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13431source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13338dependencies = [13432dependencies = [
13339 "parity-scale-codec",13433 "parity-scale-codec",
13340 "sp-std",13434 "sp-std",
13346[[package]]13440[[package]]
13347name = "sp-transaction-pool"13441name = "sp-transaction-pool"
13348version = "4.0.0-dev"13442version = "4.0.0-dev"
13349source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13443source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13350dependencies = [13444dependencies = [
13351 "sp-api",13445 "sp-api",
13352 "sp-runtime",13446 "sp-runtime",
13355[[package]]13449[[package]]
13356name = "sp-transaction-storage-proof"13450name = "sp-transaction-storage-proof"
13357version = "4.0.0-dev"13451version = "4.0.0-dev"
13358source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13452source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13359dependencies = [13453dependencies = [
13360 "async-trait",13454 "async-trait",
13361 "parity-scale-codec",13455 "parity-scale-codec",
13370[[package]]13464[[package]]
13371name = "sp-trie"13465name = "sp-trie"
13372version = "22.0.0"13466version = "22.0.0"
13373source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13467source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13374dependencies = [13468dependencies = [
13375 "ahash 0.8.3",13469 "ahash 0.8.6",
13376 "hash-db 0.16.0",13470 "hash-db 0.16.0",
13377 "hashbrown 0.13.2",13471 "hashbrown 0.13.2",
13378 "lazy_static",13472 "lazy_static",
13379 "memory-db",13473 "memory-db",
13380 "nohash-hasher",13474 "nohash-hasher",
13381 "parity-scale-codec",13475 "parity-scale-codec",
13382 "parking_lot 0.12.1",13476 "parking_lot 0.12.1",
13477 "rand 0.8.5",
13383 "scale-info",13478 "scale-info",
13384 "schnellru",13479 "schnellru",
13385 "sp-core",13480 "sp-core",
13386 "sp-std",13481 "sp-std",
13387 "thiserror",13482 "thiserror",
13388 "tracing",13483 "tracing",
13389 "trie-db",13484 "trie-db 0.28.0",
13390 "trie-root",13485 "trie-root",
13391]13486]
1339213487
13393[[package]]13488[[package]]
13394name = "sp-version"13489name = "sp-version"
13395version = "22.0.0"13490version = "22.0.0"
13396source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13491source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13397dependencies = [13492dependencies = [
13398 "impl-serde",13493 "impl-serde",
13399 "parity-scale-codec",13494 "parity-scale-codec",
13410[[package]]13505[[package]]
13411name = "sp-version-proc-macro"13506name = "sp-version-proc-macro"
13412version = "8.0.0"13507version = "8.0.0"
13413source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13508source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13414dependencies = [13509dependencies = [
13415 "parity-scale-codec",13510 "parity-scale-codec",
13416 "proc-macro2",13511 "proc-macro2",
13417 "quote",13512 "quote",
13418 "syn 2.0.37",13513 "syn 2.0.38",
13419]13514]
1342013515
13421[[package]]13516[[package]]
13422name = "sp-wasm-interface"13517name = "sp-wasm-interface"
13423version = "14.0.0"13518version = "14.0.0"
13424source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13519source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13425dependencies = [13520dependencies = [
13426 "anyhow",13521 "anyhow",
13427 "impl-trait-for-tuples",13522 "impl-trait-for-tuples",
13434[[package]]13529[[package]]
13435name = "sp-weights"13530name = "sp-weights"
13436version = "20.0.0"13531version = "20.0.0"
13437source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13532source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13438dependencies = [13533dependencies = [
13439 "parity-scale-codec",13534 "parity-scale-codec",
13440 "scale-info",13535 "scale-info",
13454dependencies = [13549dependencies = [
13455 "proc-macro2",13550 "proc-macro2",
13456 "quote",13551 "quote",
13457 "syn 2.0.37",13552 "syn 2.0.38",
13458]13553]
1345913554
13460[[package]]13555[[package]]
13477dependencies = [13572dependencies = [
13478 "lazy_static",13573 "lazy_static",
13479 "maplit",13574 "maplit",
13480 "strum",13575 "strum 0.24.1",
13481]13576]
1348213577
13483[[package]]13578[[package]]
13522checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"13617checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1352313618
13524[[package]]13619[[package]]
13525name = "staging-kusama-runtime"13620name = "staging-parachain-info"
13526version = "1.0.0"13621version = "0.1.0"
13527source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13622source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13528dependencies = [13623dependencies = [
13529 "binary-merkle-tree",13624 "cumulus-primitives-core",
13530 "bitvec",
13531 "frame-benchmarking",
13532 "frame-election-provider-support",
13533 "frame-executive",
13534 "frame-support",13625 "frame-support",
13535 "frame-system",13626 "frame-system",
13536 "frame-system-benchmarking",
13537 "frame-system-rpc-runtime-api",
13538 "frame-try-runtime",
13539 "hex-literal",
13540 "kusama-runtime-constants",
13541 "log",
13542 "pallet-authority-discovery",
13543 "pallet-authorship",
13544 "pallet-babe",
13545 "pallet-bags-list",
13546 "pallet-balances",
13547 "pallet-beefy",
13548 "pallet-beefy-mmr",
13549 "pallet-bounties",
13550 "pallet-child-bounties",
13551 "pallet-collective",
13552 "pallet-conviction-voting",
13553 "pallet-democracy",
13554 "pallet-election-provider-multi-phase",
13555 "pallet-election-provider-support-benchmarking",
13556 "pallet-elections-phragmen",
13557 "pallet-fast-unstake",
13558 "pallet-grandpa",
13559 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)",
13560 "pallet-im-online",
13561 "pallet-indices",
13562 "pallet-membership",
13563 "pallet-message-queue",
13564 "pallet-mmr",
13565 "pallet-multisig",
13566 "pallet-nis",
13567 "pallet-nomination-pools",
13568 "pallet-nomination-pools-benchmarking",
13569 "pallet-nomination-pools-runtime-api",
13570 "pallet-offences",
13571 "pallet-offences-benchmarking",
13572 "pallet-preimage",
13573 "pallet-proxy",
13574 "pallet-ranked-collective",
13575 "pallet-recovery",
13576 "pallet-referenda",
13577 "pallet-scheduler",
13578 "pallet-session",
13579 "pallet-session-benchmarking",
13580 "pallet-society",
13581 "pallet-staking",
13582 "pallet-staking-runtime-api",
13583 "pallet-state-trie-migration",
13584 "pallet-timestamp",
13585 "pallet-tips",
13586 "pallet-transaction-payment",
13587 "pallet-transaction-payment-rpc-runtime-api",
13588 "pallet-treasury",
13589 "pallet-utility",
13590 "pallet-vesting",
13591 "pallet-whitelist",
13592 "pallet-xcm",
13593 "pallet-xcm-benchmarks",
13594 "parity-scale-codec",13627 "parity-scale-codec",
13595 "polkadot-primitives",
13596 "polkadot-runtime-common",
13597 "polkadot-runtime-parachains",
13598 "rustc-hex",
13599 "scale-info",13628 "scale-info",
13600 "serde",
13601 "serde_derive",
13602 "smallvec",
13603 "sp-api",
13604 "sp-application-crypto",
13605 "sp-arithmetic",
13606 "sp-authority-discovery",
13607 "sp-block-builder",
13608 "sp-consensus-babe",
13609 "sp-consensus-beefy",
13610 "sp-core",
13611 "sp-inherents",
13612 "sp-io",
13613 "sp-mmr-primitives",
13614 "sp-npos-elections",
13615 "sp-offchain",
13616 "sp-runtime",13629 "sp-runtime",
13617 "sp-session",
13618 "sp-staking",
13619 "sp-std",13630 "sp-std",
13620 "sp-storage",
13621 "sp-transaction-pool",
13622 "sp-version",
13623 "staging-xcm",
13624 "staging-xcm-builder",
13625 "staging-xcm-executor",
13626 "static_assertions",
13627 "substrate-wasm-builder",
13628]13631]
1362913632
13630[[package]]13633[[package]]
13631name = "staging-xcm"13634name = "staging-xcm"
13632version = "1.0.0"13635version = "1.0.0"
13633source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13636source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13634dependencies = [13637dependencies = [
13635 "bounded-collections",13638 "bounded-collections",
13636 "derivative",13639 "derivative",
13647[[package]]13650[[package]]
13648name = "staging-xcm-builder"13651name = "staging-xcm-builder"
13649version = "1.0.0"13652version = "1.0.0"
13650source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13653source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13651dependencies = [13654dependencies = [
13652 "frame-support",13655 "frame-support",
13653 "frame-system",13656 "frame-system",
13669[[package]]13672[[package]]
13670name = "staging-xcm-executor"13673name = "staging-xcm-executor"
13671version = "1.0.0"13674version = "1.0.0"
13672source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13675source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13673dependencies = [13676dependencies = [
13674 "environmental",13677 "environmental",
13675 "frame-benchmarking",13678 "frame-benchmarking",
13740source = "registry+https://github.com/rust-lang/crates.io-index"13743source = "registry+https://github.com/rust-lang/crates.io-index"
13741checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"13744checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
13742dependencies = [13745dependencies = [
13743 "strum_macros",13746 "strum_macros 0.24.3",
13744]13747]
1374513748
13746[[package]]13749[[package]]
13750name = "strum"
13751version = "0.25.0"
13752source = "registry+https://github.com/rust-lang/crates.io-index"
13753checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
13754
13755[[package]]
13747name = "strum_macros"13756name = "strum_macros"
13748version = "0.24.3"13757version = "0.24.3"
13749source = "registry+https://github.com/rust-lang/crates.io-index"13758source = "registry+https://github.com/rust-lang/crates.io-index"
13757]13766]
1375813767
13759[[package]]13768[[package]]
13769name = "strum_macros"
13770version = "0.25.3"
13771source = "registry+https://github.com/rust-lang/crates.io-index"
13772checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
13773dependencies = [
13774 "heck",
13775 "proc-macro2",
13776 "quote",
13777 "rustversion",
13778 "syn 2.0.38",
13779]
13780
13781[[package]]
13760name = "stun"13782name = "stun"
13761version = "0.4.4"13783version = "0.4.4"
13762source = "registry+https://github.com/rust-lang/crates.io-index"13784source = "registry+https://github.com/rust-lang/crates.io-index"
13768 "md-5",13790 "md-5",
13769 "rand 0.8.5",13791 "rand 0.8.5",
13770 "ring 0.16.20",13792 "ring 0.16.20",
13771 "subtle",13793 "subtle 2.4.1",
13772 "thiserror",13794 "thiserror",
13773 "tokio",13795 "tokio",
13774 "url",13796 "url",
1377713799
13778[[package]]13800[[package]]
13779name = "substrate-bip39"13801name = "substrate-bip39"
13780version = "0.4.4"13802version = "0.4.5"
13781source = "registry+https://github.com/rust-lang/crates.io-index"13803source = "registry+https://github.com/rust-lang/crates.io-index"
13782checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"13804checksum = "e620c7098893ba667438b47169c00aacdd9e7c10e042250ce2b60b087ec97328"
13783dependencies = [13805dependencies = [
13784 "hmac 0.11.0",13806 "hmac 0.11.0",
13785 "pbkdf2 0.8.0",13807 "pbkdf2 0.8.0",
13791[[package]]13813[[package]]
13792name = "substrate-build-script-utils"13814name = "substrate-build-script-utils"
13793version = "3.0.0"13815version = "3.0.0"
13794source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13816source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
1379513817
13796[[package]]13818[[package]]
13797name = "substrate-frame-rpc-system"13819name = "substrate-frame-rpc-system"
13798version = "4.0.0-dev"13820version = "4.0.0-dev"
13799source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13821source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13800dependencies = [13822dependencies = [
13801 "frame-system-rpc-runtime-api",13823 "frame-system-rpc-runtime-api",
13802 "futures",13824 "futures",
13815[[package]]13837[[package]]
13816name = "substrate-prometheus-endpoint"13838name = "substrate-prometheus-endpoint"
13817version = "0.10.0-dev"13839version = "0.10.0-dev"
13818source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13840source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13819dependencies = [13841dependencies = [
13820 "hyper",13842 "hyper",
13821 "log",13843 "log",
13827[[package]]13849[[package]]
13828name = "substrate-rpc-client"13850name = "substrate-rpc-client"
13829version = "0.10.0-dev"13851version = "0.10.0-dev"
13830source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13852source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13831dependencies = [13853dependencies = [
13832 "async-trait",13854 "async-trait",
13833 "jsonrpsee",13855 "jsonrpsee",
13840[[package]]13862[[package]]
13841name = "substrate-state-trie-migration-rpc"13863name = "substrate-state-trie-migration-rpc"
13842version = "4.0.0-dev"13864version = "4.0.0-dev"
13843source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13865source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13844dependencies = [13866dependencies = [
13845 "jsonrpsee",13867 "jsonrpsee",
13846 "parity-scale-codec",13868 "parity-scale-codec",
13851 "sp-runtime",13873 "sp-runtime",
13852 "sp-state-machine",13874 "sp-state-machine",
13853 "sp-trie",13875 "sp-trie",
13854 "trie-db",13876 "trie-db 0.28.0",
13855]13877]
1385613878
13857[[package]]13879[[package]]
13858name = "substrate-wasm-builder"13880name = "substrate-wasm-builder"
13859version = "5.0.0-dev"13881version = "5.0.0-dev"
13860source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"13882source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
13861dependencies = [13883dependencies = [
13862 "ansi_term",13884 "ansi_term",
13863 "build-helper",13885 "build-helper",
13864 "cargo_metadata",13886 "cargo_metadata",
13865 "filetime",13887 "filetime",
13866 "parity-wasm",13888 "parity-wasm",
13867 "sp-maybe-compressed-blob",13889 "sp-maybe-compressed-blob",
13868 "strum",13890 "strum 0.24.1",
13869 "tempfile",13891 "tempfile",
13870 "toml 0.7.8",13892 "toml 0.7.8",
13871 "walkdir",13893 "walkdir",
1388313905
13884[[package]]13906[[package]]
13885name = "subtle"13907name = "subtle"
13908version = "1.0.0"
13909source = "registry+https://github.com/rust-lang/crates.io-index"
13910checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
13911
13912[[package]]
13913name = "subtle"
13886version = "2.4.1"13914version = "2.4.1"
13887source = "registry+https://github.com/rust-lang/crates.io-index"13915source = "registry+https://github.com/rust-lang/crates.io-index"
13888checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"13916checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
1390613934
13907[[package]]13935[[package]]
13908name = "syn"13936name = "syn"
13909version = "2.0.37"13937version = "2.0.38"
13910source = "registry+https://github.com/rust-lang/crates.io-index"13938source = "registry+https://github.com/rust-lang/crates.io-index"
13911checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"13939checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
13912dependencies = [13940dependencies = [
13913 "proc-macro2",13941 "proc-macro2",
13914 "quote",13942 "quote",
1395613984
13957[[package]]13985[[package]]
13958name = "target-lexicon"13986name = "target-lexicon"
13959version = "0.12.11"13987version = "0.12.12"
13960source = "registry+https://github.com/rust-lang/crates.io-index"13988source = "registry+https://github.com/rust-lang/crates.io-index"
13961checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"13989checksum = "14c39fd04924ca3a864207c66fc2cd7d22d7c016007f9ce846cbb9326331930a"
1396213990
13963[[package]]13991[[package]]
13964name = "tempfile"13992name = "tempfile"
13965version = "3.8.0"13993version = "3.8.1"
13966source = "registry+https://github.com/rust-lang/crates.io-index"13994source = "registry+https://github.com/rust-lang/crates.io-index"
13967checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"13995checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
13968dependencies = [13996dependencies = [
13969 "cfg-if",13997 "cfg-if",
13970 "fastrand 2.0.1",13998 "fastrand 2.0.1",
13971 "redox_syscall 0.3.5",13999 "redox_syscall 0.4.1",
13972 "rustix 0.38.15",14000 "rustix 0.38.21",
13973 "windows-sys 0.48.0",14001 "windows-sys 0.48.0",
13974]14002]
1397514003
13983]14011]
1398414012
13985[[package]]14013[[package]]
14014name = "terminal_size"
14015version = "0.3.0"
14016source = "registry+https://github.com/rust-lang/crates.io-index"
14017checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
14018dependencies = [
14019 "rustix 0.38.21",
14020 "windows-sys 0.48.0",
14021]
14022
14023[[package]]
13986name = "termtree"14024name = "termtree"
13987version = "0.4.1"14025version = "0.4.1"
13988source = "registry+https://github.com/rust-lang/crates.io-index"14026source = "registry+https://github.com/rust-lang/crates.io-index"
1402214060
14023[[package]]14061[[package]]
14024name = "thiserror"14062name = "thiserror"
14025version = "1.0.49"14063version = "1.0.50"
14026source = "registry+https://github.com/rust-lang/crates.io-index"14064source = "registry+https://github.com/rust-lang/crates.io-index"
14027checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"14065checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
14028dependencies = [14066dependencies = [
14029 "thiserror-impl",14067 "thiserror-impl",
14030]14068]
1405114089
14052[[package]]14090[[package]]
14053name = "thiserror-impl"14091name = "thiserror-impl"
14054version = "1.0.49"14092version = "1.0.50"
14055source = "registry+https://github.com/rust-lang/crates.io-index"14093source = "registry+https://github.com/rust-lang/crates.io-index"
14056checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"14094checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
14057dependencies = [14095dependencies = [
14058 "proc-macro2",14096 "proc-macro2",
14059 "quote",14097 "quote",
14060 "syn 2.0.37",14098 "syn 2.0.38",
14061]14099]
1406214100
14063[[package]]14101[[package]]
1412114159
14122[[package]]14160[[package]]
14123name = "time"14161name = "time"
14124version = "0.3.29"14162version = "0.3.30"
14125source = "registry+https://github.com/rust-lang/crates.io-index"14163source = "registry+https://github.com/rust-lang/crates.io-index"
14126checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe"14164checksum = "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5"
14127dependencies = [14165dependencies = [
14128 "deranged",14166 "deranged",
14129 "itoa",14167 "itoa",
14168 "powerfmt",
14130 "serde",14169 "serde",
14131 "time-core",14170 "time-core",
14132 "time-macros",14171 "time-macros",
14148]14187]
1414914188
14150[[package]]14189[[package]]
14151name = "tiny-bip39"
14152version = "1.0.0"
14153source = "registry+https://github.com/rust-lang/crates.io-index"
14154checksum = "62cc94d358b5a1e84a5cb9109f559aa3c4d634d2b1b4de3d0fa4adc7c78e2861"
14155dependencies = [
14156 "anyhow",
14157 "hmac 0.12.1",
14158 "once_cell",
14159 "pbkdf2 0.11.0",
14160 "rand 0.8.5",
14161 "rustc-hash",
14162 "sha2 0.10.8",
14163 "thiserror",
14164 "unicode-normalization",
14165 "wasm-bindgen",
14166 "zeroize",
14167]
14168
14169[[package]]
14170name = "tiny-keccak"14190name = "tiny-keccak"
14171version = "2.0.2"14191version = "2.0.2"
14172source = "registry+https://github.com/rust-lang/crates.io-index"14192source = "registry+https://github.com/rust-lang/crates.io-index"
1420214222
14203[[package]]14223[[package]]
14204name = "tokio"14224name = "tokio"
14205version = "1.32.0"14225version = "1.33.0"
14206source = "registry+https://github.com/rust-lang/crates.io-index"14226source = "registry+https://github.com/rust-lang/crates.io-index"
14207checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"14227checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653"
14208dependencies = [14228dependencies = [
14209 "backtrace",14229 "backtrace",
14210 "bytes",14230 "bytes",
14214 "parking_lot 0.12.1",14234 "parking_lot 0.12.1",
14215 "pin-project-lite 0.2.13",14235 "pin-project-lite 0.2.13",
14216 "signal-hook-registry",14236 "signal-hook-registry",
14217 "socket2 0.5.4",14237 "socket2 0.5.5",
14218 "tokio-macros",14238 "tokio-macros",
14219 "windows-sys 0.48.0",14239 "windows-sys 0.48.0",
14220]14240]
14227dependencies = [14247dependencies = [
14228 "proc-macro2",14248 "proc-macro2",
14229 "quote",14249 "quote",
14230 "syn 2.0.37",14250 "syn 2.0.38",
14231]14251]
1423214252
14233[[package]]14253[[package]]
14247source = "registry+https://github.com/rust-lang/crates.io-index"14267source = "registry+https://github.com/rust-lang/crates.io-index"
14248checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"14268checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14249dependencies = [14269dependencies = [
14250 "rustls 0.21.7",14270 "rustls 0.21.8",
14251 "tokio",14271 "tokio",
14252]14272]
1425314273
1426514285
14266[[package]]14286[[package]]
14267name = "tokio-util"14287name = "tokio-util"
14268version = "0.7.9"14288version = "0.7.10"
14269source = "registry+https://github.com/rust-lang/crates.io-index"14289source = "registry+https://github.com/rust-lang/crates.io-index"
14270checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"14290checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
14271dependencies = [14291dependencies = [
14272 "bytes",14292 "bytes",
14273 "futures-core",14293 "futures-core",
14296 "serde",14316 "serde",
14297 "serde_spanned",14317 "serde_spanned",
14298 "toml_datetime",14318 "toml_datetime",
14299 "toml_edit",14319 "toml_edit 0.19.15",
14300]14320]
1430114321
14302[[package]]14322[[package]]
14303name = "toml_datetime"14323name = "toml_datetime"
14304version = "0.6.3"14324version = "0.6.5"
14305source = "registry+https://github.com/rust-lang/crates.io-index"14325source = "registry+https://github.com/rust-lang/crates.io-index"
14306checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"14326checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
14307dependencies = [14327dependencies = [
14308 "serde",14328 "serde",
14309]14329]
14314source = "registry+https://github.com/rust-lang/crates.io-index"14334source = "registry+https://github.com/rust-lang/crates.io-index"
14315checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"14335checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
14316dependencies = [14336dependencies = [
14317 "indexmap 2.0.2",14337 "indexmap 2.1.0",
14318 "serde",14338 "serde",
14319 "serde_spanned",14339 "serde_spanned",
14320 "toml_datetime",14340 "toml_datetime",
14321 "winnow",14341 "winnow",
14322]14342]
1432314343
14324[[package]]14344[[package]]
14345name = "toml_edit"
14346version = "0.20.7"
14347source = "registry+https://github.com/rust-lang/crates.io-index"
14348checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81"
14349dependencies = [
14350 "indexmap 2.1.0",
14351 "toml_datetime",
14352 "winnow",
14353]
14354
14355[[package]]
14325name = "tower"14356name = "tower"
14326version = "0.4.13"14357version = "0.4.13"
14327source = "registry+https://github.com/rust-lang/crates.io-index"14358source = "registry+https://github.com/rust-lang/crates.io-index"
14338source = "registry+https://github.com/rust-lang/crates.io-index"14369source = "registry+https://github.com/rust-lang/crates.io-index"
14339checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"14370checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14340dependencies = [14371dependencies = [
14341 "bitflags 2.4.0",14372 "bitflags 2.4.1",
14342 "bytes",14373 "bytes",
14343 "futures-core",14374 "futures-core",
14344 "futures-util",14375 "futures-util",
1436414395
14365[[package]]14396[[package]]
14366name = "tracing"14397name = "tracing"
14367version = "0.1.37"14398version = "0.1.40"
14368source = "registry+https://github.com/rust-lang/crates.io-index"14399source = "registry+https://github.com/rust-lang/crates.io-index"
14369checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"14400checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
14370dependencies = [14401dependencies = [
14371 "cfg-if",
14372 "log",14402 "log",
14373 "pin-project-lite 0.2.13",14403 "pin-project-lite 0.2.13",
14374 "tracing-attributes",14404 "tracing-attributes",
1437714407
14378[[package]]14408[[package]]
14379name = "tracing-attributes"14409name = "tracing-attributes"
14380version = "0.1.26"14410version = "0.1.27"
14381source = "registry+https://github.com/rust-lang/crates.io-index"14411source = "registry+https://github.com/rust-lang/crates.io-index"
14382checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"14412checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
14383dependencies = [14413dependencies = [
14384 "proc-macro2",14414 "proc-macro2",
14385 "quote",14415 "quote",
14386 "syn 2.0.37",14416 "syn 2.0.38",
14387]14417]
1438814418
14389[[package]]14419[[package]]
14390name = "tracing-core"14420name = "tracing-core"
14391version = "0.1.31"14421version = "0.1.32"
14392source = "registry+https://github.com/rust-lang/crates.io-index"14422source = "registry+https://github.com/rust-lang/crates.io-index"
14393checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"14423checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
14394dependencies = [14424dependencies = [
14395 "once_cell",14425 "once_cell",
14396 "valuable",14426 "valuable",
14409[[package]]14439[[package]]
14410name = "tracing-gum"14440name = "tracing-gum"
14411version = "1.0.0"14441version = "1.0.0"
14412source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"14442source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
14413dependencies = [14443dependencies = [
14414 "coarsetime",14444 "coarsetime",
14415 "polkadot-node-jaeger",14445 "polkadot-node-jaeger",
14421[[package]]14451[[package]]
14422name = "tracing-gum-proc-macro"14452name = "tracing-gum-proc-macro"
14423version = "1.0.0"14453version = "1.0.0"
14424source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"14454source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
14425dependencies = [14455dependencies = [
14426 "expander 2.0.0",14456 "expander 2.0.0",
14427 "proc-macro-crate",14457 "proc-macro-crate 1.3.1",
14428 "proc-macro2",14458 "proc-macro2",
14429 "quote",14459 "quote",
14430 "syn 2.0.37",14460 "syn 2.0.38",
14431]14461]
1443214462
14433[[package]]14463[[package]]
14434name = "tracing-log"14464name = "tracing-log"
14435version = "0.1.3"14465version = "0.1.4"
14436source = "registry+https://github.com/rust-lang/crates.io-index"14466source = "registry+https://github.com/rust-lang/crates.io-index"
14437checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"14467checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2"
14438dependencies = [14468dependencies = [
14439 "lazy_static",
14440 "log",14469 "log",
14470 "once_cell",
14441 "tracing-core",14471 "tracing-core",
14442]14472]
1444314473
14483 "hash-db 0.16.0",14513 "hash-db 0.16.0",
14484 "hashbrown 0.13.2",14514 "hashbrown 0.13.2",
14485 "log",14515 "log",
14516 "smallvec",
14517]
14518
14519[[package]]
14520name = "trie-db"
14521version = "0.28.0"
14522source = "registry+https://github.com/rust-lang/crates.io-index"
14523checksum = "ff28e0f815c2fea41ebddf148e008b077d2faddb026c9555b29696114d602642"
14524dependencies = [
14525 "hash-db 0.16.0",
14526 "hashbrown 0.13.2",
14527 "log",
14486 "rustc-hex",14528 "rustc-hex",
14487 "smallvec",14529 "smallvec",
14488]14530]
14524 "lazy_static",14566 "lazy_static",
14525 "rand 0.8.5",14567 "rand 0.8.5",
14526 "smallvec",14568 "smallvec",
14527 "socket2 0.4.9",14569 "socket2 0.4.10",
14528 "thiserror",14570 "thiserror",
14529 "tinyvec",14571 "tinyvec",
14530 "tokio",14572 "tokio",
14561[[package]]14603[[package]]
14562name = "try-runtime-cli"14604name = "try-runtime-cli"
14563version = "0.10.0-dev"14605version = "0.10.0-dev"
14564source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"14606source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
14565dependencies = [14607dependencies = [
14566 "async-trait",14608 "async-trait",
14567 "clap",14609 "clap",
14662 "sp-runtime",14704 "sp-runtime",
14663 "sp-state-machine",14705 "sp-state-machine",
14664 "sp-trie",14706 "sp-trie",
14665 "trie-db",14707 "trie-db 0.27.1",
14666 "unique-runtime",14708 "unique-runtime",
14667 "up-common",14709 "up-common",
14668 "up-data-structs",14710 "up-data-structs",
1472414766
14725[[package]]14767[[package]]
14726name = "unique-node"14768name = "unique-node"
14727version = "1.1.0"14769version = "1.2.0"
14728dependencies = [14770dependencies = [
14729 "app-promotion-rpc",14771 "app-promotion-rpc",
14730 "clap",14772 "clap",
1480814850
14809[[package]]14851[[package]]
14810name = "unique-runtime"14852name = "unique-runtime"
14811version = "1.1.0"14853version = "1.2.0"
14812dependencies = [14854dependencies = [
14813 "app-promotion-rpc",14855 "app-promotion-rpc",
14814 "cumulus-pallet-aura-ext",14856 "cumulus-pallet-aura-ext",
14884 "pallet-unique",14926 "pallet-unique",
14885 "pallet-utility",14927 "pallet-utility",
14886 "pallet-xcm",14928 "pallet-xcm",
14887 "parachain-info",
14888 "parity-scale-codec",14929 "parity-scale-codec",
14889 "polkadot-parachain-primitives",14930 "polkadot-parachain-primitives",
14890 "precompile-utils-macro",14931 "precompile-utils-macro",
14905 "sp-storage",14946 "sp-storage",
14906 "sp-transaction-pool",14947 "sp-transaction-pool",
14907 "sp-version",14948 "sp-version",
14949 "staging-parachain-info",
14908 "staging-xcm",14950 "staging-xcm",
14909 "staging-xcm-builder",14951 "staging-xcm-builder",
14910 "staging-xcm-executor",14952 "staging-xcm-executor",
14923checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"14965checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
14924dependencies = [14966dependencies = [
14925 "generic-array 0.14.7",14967 "generic-array 0.14.7",
14926 "subtle",14968 "subtle 2.4.1",
14927]14969]
1492814970
14929[[package]]14971[[package]]
14933checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"14975checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
14934dependencies = [14976dependencies = [
14935 "crypto-common",14977 "crypto-common",
14936 "subtle",14978 "subtle 2.4.1",
14937]14979]
1493814980
14939[[package]]14981[[package]]
14955checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"14997checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
1495614998
14957[[package]]14999[[package]]
15000name = "untrusted"
15001version = "0.9.0"
15002source = "registry+https://github.com/rust-lang/crates.io-index"
15003checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15004
15005[[package]]
14958name = "up-common"15006name = "up-common"
14959version = "1.1.0"15007version = "1.2.0"
14960dependencies = [15008dependencies = [
14961 "cumulus-primitives-core",15009 "cumulus-primitives-core",
14962 "fp-rpc",15010 "fp-rpc",
15017[[package]]15065[[package]]
15018name = "up-sponsorship"15066name = "up-sponsorship"
15019version = "0.1.0"15067version = "0.1.0"
15020source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v1.1.0#2fbec92640f517e4812be7ed61ef7691af6e0bba"15068source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v1.2.0#23769c7b4384a963f2ecef2a0401823ed4353752"
15021dependencies = [15069dependencies = [
15022 "impl-trait-for-tuples",15070 "impl-trait-for-tuples",
15023]15071]
1504115089
15042[[package]]15090[[package]]
15043name = "uuid"15091name = "uuid"
15044version = "1.4.1"15092version = "1.5.0"
15045source = "registry+https://github.com/rust-lang/crates.io-index"15093source = "registry+https://github.com/rust-lang/crates.io-index"
15046checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"15094checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc"
15047dependencies = [15095dependencies = [
15048 "getrandom 0.2.10",15096 "getrandom 0.2.10",
15049]15097]
15073checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"15121checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
1507415122
15075[[package]]15123[[package]]
15124name = "w3f-bls"
15125version = "0.1.3"
15126source = "registry+https://github.com/rust-lang/crates.io-index"
15127checksum = "7335e4c132c28cc43caef6adb339789e599e39adbe78da0c4d547fad48cbc331"
15128dependencies = [
15129 "ark-bls12-377",
15130 "ark-bls12-381",
15131 "ark-ec",
15132 "ark-ff",
15133 "ark-serialize",
15134 "ark-serialize-derive",
15135 "arrayref",
15136 "constcat",
15137 "digest 0.10.7",
15138 "rand 0.8.5",
15139 "rand_chacha 0.3.1",
15140 "rand_core 0.6.4",
15141 "sha2 0.10.8",
15142 "sha3 0.10.8",
15143 "thiserror",
15144 "zeroize",
15145]
15146
15147[[package]]
15076name = "waitgroup"15148name = "waitgroup"
15077version = "0.1.2"15149version = "0.1.2"
15078source = "registry+https://github.com/rust-lang/crates.io-index"15150source = "registry+https://github.com/rust-lang/crates.io-index"
15139 "once_cell",15211 "once_cell",
15140 "proc-macro2",15212 "proc-macro2",
15141 "quote",15213 "quote",
15142 "syn 2.0.37",15214 "syn 2.0.38",
15143 "wasm-bindgen-shared",15215 "wasm-bindgen-shared",
15144]15216]
1514515217
15173dependencies = [15245dependencies = [
15174 "proc-macro2",15246 "proc-macro2",
15175 "quote",15247 "quote",
15176 "syn 2.0.37",15248 "syn 2.0.38",
15177 "wasm-bindgen-backend",15249 "wasm-bindgen-backend",
15178 "wasm-bindgen-shared",15250 "wasm-bindgen-shared",
15179]15251]
1519515267
15196[[package]]15268[[package]]
15197name = "wasm-opt"15269name = "wasm-opt"
15198version = "0.114.1"15270version = "0.116.0"
15199source = "registry+https://github.com/rust-lang/crates.io-index"15271source = "registry+https://github.com/rust-lang/crates.io-index"
15200checksum = "4d005a95f934878a1fb446a816d51c3601a0120ff929005ba3bab3c749cfd1c7"15272checksum = "fc942673e7684671f0c5708fc18993569d184265fd5223bb51fc8e5b9b6cfd52"
15201dependencies = [15273dependencies = [
15202 "anyhow",15274 "anyhow",
15203 "libc",15275 "libc",
15204 "strum",15276 "strum 0.24.1",
15205 "strum_macros",15277 "strum_macros 0.24.3",
15206 "tempfile",15278 "tempfile",
15207 "thiserror",15279 "thiserror",
15208 "wasm-opt-cxx-sys",15280 "wasm-opt-cxx-sys",
1521115283
15212[[package]]15284[[package]]
15213name = "wasm-opt-cxx-sys"15285name = "wasm-opt-cxx-sys"
15214version = "0.114.1"15286version = "0.116.0"
15215source = "registry+https://github.com/rust-lang/crates.io-index"15287source = "registry+https://github.com/rust-lang/crates.io-index"
15216checksum = "6d04e240598162810fad3b2e96fa0dec6dba1eb65a03f3bd99a9248ab8b56caa"15288checksum = "8c57b28207aa724318fcec6575fe74803c23f6f266fce10cbc9f3f116762f12e"
15217dependencies = [15289dependencies = [
15218 "anyhow",15290 "anyhow",
15219 "cxx",15291 "cxx",
1522315295
15224[[package]]15296[[package]]
15225name = "wasm-opt-sys"15297name = "wasm-opt-sys"
15226version = "0.114.1"15298version = "0.116.0"
15227source = "registry+https://github.com/rust-lang/crates.io-index"15299source = "registry+https://github.com/rust-lang/crates.io-index"
15228checksum = "2efd2aaca519d64098c4faefc8b7433a97ed511caf4c9e516384eb6aef1ff4f9"15300checksum = "8a1cce564dc768dacbdb718fc29df2dba80bd21cb47d8f77ae7e3d95ceb98cbe"
15229dependencies = [15301dependencies = [
15230 "anyhow",15302 "anyhow",
15231 "cc",15303 "cc",
15342checksum = "c86437fa68626fe896e5afc69234bb2b5894949083586535f200385adfd71213"15414checksum = "c86437fa68626fe896e5afc69234bb2b5894949083586535f200385adfd71213"
15343dependencies = [15415dependencies = [
15344 "anyhow",15416 "anyhow",
15345 "base64 0.21.4",15417 "base64 0.21.5",
15346 "bincode",15418 "bincode",
15347 "directories-next",15419 "directories-next",
15348 "file-per-thread-logger",15420 "file-per-thread-logger",
15349 "log",15421 "log",
15350 "rustix 0.36.15",15422 "rustix 0.36.17",
15351 "serde",15423 "serde",
15352 "sha2 0.10.8",15424 "sha2 0.10.8",
15353 "toml 0.5.11",15425 "toml 0.5.11",
15443dependencies = [15515dependencies = [
15444 "object 0.30.4",15516 "object 0.30.4",
15445 "once_cell",15517 "once_cell",
15446 "rustix 0.36.15",15518 "rustix 0.36.17",
15447]15519]
1544815520
15449[[package]]15521[[package]]
15474 "memoffset 0.8.0",15546 "memoffset 0.8.0",
15475 "paste",15547 "paste",
15476 "rand 0.8.5",15548 "rand 0.8.5",
15477 "rustix 0.36.15",15549 "rustix 0.36.17",
15478 "wasmtime-asm-macros",15550 "wasmtime-asm-macros",
15479 "wasmtime-environ",15551 "wasmtime-environ",
15480 "wasmtime-jit-debug",15552 "wasmtime-jit-debug",
15510checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"15582checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
15511dependencies = [15583dependencies = [
15512 "ring 0.16.20",15584 "ring 0.16.20",
15513 "untrusted",15585 "untrusted 0.7.1",
15514]15586]
1551515587
15516[[package]]15588[[package]]
15517name = "webpki"15589name = "webpki"
15518version = "0.22.2"15590version = "0.22.4"
15519source = "registry+https://github.com/rust-lang/crates.io-index"15591source = "registry+https://github.com/rust-lang/crates.io-index"
15520checksum = "07ecc0cd7cac091bf682ec5efa18b1cff79d617b84181f38b3951dbe135f607f"15592checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
15521dependencies = [15593dependencies = [
15522 "ring 0.16.20",15594 "ring 0.17.5",
15523 "untrusted",15595 "untrusted 0.9.0",
15524]15596]
1552515597
15526[[package]]15598[[package]]
15529source = "registry+https://github.com/rust-lang/crates.io-index"15601source = "registry+https://github.com/rust-lang/crates.io-index"
15530checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"15602checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
15531dependencies = [15603dependencies = [
15532 "webpki 0.22.2",15604 "webpki 0.22.4",
15533]15605]
1553415606
15535[[package]]15607[[package]]
15536name = "webpki-roots"15608name = "webpki-roots"
15537version = "0.23.1"
15538source = "registry+https://github.com/rust-lang/crates.io-index"
15539checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338"
15540dependencies = [
15541 "rustls-webpki 0.100.3",
15542]
15543
15544[[package]]
15545name = "webpki-roots"
15546version = "0.25.2"15609version = "0.25.2"
15547source = "registry+https://github.com/rust-lang/crates.io-index"15610source = "registry+https://github.com/rust-lang/crates.io-index"
15548checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"15611checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
15634 "sha1",15697 "sha1",
15635 "sha2 0.10.8",15698 "sha2 0.10.8",
15636 "signature 1.6.4",15699 "signature 1.6.4",
15637 "subtle",15700 "subtle 2.4.1",
15638 "thiserror",15701 "thiserror",
15639 "tokio",15702 "tokio",
15640 "webpki 0.21.4",15703 "webpki 0.21.4",
15674checksum = "f08dfd7a6e3987e255c4dbe710dde5d94d0f0574f8a21afa95d171376c143106"15737checksum = "f08dfd7a6e3987e255c4dbe710dde5d94d0f0574f8a21afa95d171376c143106"
15675dependencies = [15738dependencies = [
15676 "log",15739 "log",
15677 "socket2 0.4.9",15740 "socket2 0.4.10",
15678 "thiserror",15741 "thiserror",
15679 "tokio",15742 "tokio",
15680 "webrtc-util",15743 "webrtc-util",
15728 "rtcp",15791 "rtcp",
15729 "rtp",15792 "rtp",
15730 "sha-1",15793 "sha-1",
15731 "subtle",15794 "subtle 2.4.1",
15732 "thiserror",15795 "thiserror",
15733 "tokio",15796 "tokio",
15734 "webrtc-util",15797 "webrtc-util",
15758[[package]]15821[[package]]
15759name = "westend-runtime"15822name = "westend-runtime"
15760version = "1.0.0"15823version = "1.0.0"
15761source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"15824source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
15762dependencies = [15825dependencies = [
15763 "binary-merkle-tree",15826 "binary-merkle-tree",
15764 "bitvec",15827 "bitvec",
15772 "frame-try-runtime",15835 "frame-try-runtime",
15773 "hex-literal",15836 "hex-literal",
15774 "log",15837 "log",
15838 "pallet-asset-rate",
15775 "pallet-authority-discovery",15839 "pallet-authority-discovery",
15776 "pallet-authorship",15840 "pallet-authorship",
15777 "pallet-babe",15841 "pallet-babe",
15780 "pallet-beefy",15844 "pallet-beefy",
15781 "pallet-beefy-mmr",15845 "pallet-beefy-mmr",
15782 "pallet-collective",15846 "pallet-collective",
15847 "pallet-conviction-voting",
15783 "pallet-democracy",15848 "pallet-democracy",
15784 "pallet-election-provider-multi-phase",15849 "pallet-election-provider-multi-phase",
15785 "pallet-election-provider-support-benchmarking",15850 "pallet-election-provider-support-benchmarking",
15786 "pallet-elections-phragmen",15851 "pallet-elections-phragmen",
15787 "pallet-fast-unstake",15852 "pallet-fast-unstake",
15788 "pallet-grandpa",15853 "pallet-grandpa",
15789 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0)",15854 "pallet-identity 4.0.0-dev (git+https://github.com//paritytech/polkadot-sdk?branch=master)",
15790 "pallet-im-online",15855 "pallet-im-online",
15791 "pallet-indices",15856 "pallet-indices",
15792 "pallet-membership",15857 "pallet-membership",
15801 "pallet-preimage",15866 "pallet-preimage",
15802 "pallet-proxy",15867 "pallet-proxy",
15803 "pallet-recovery",15868 "pallet-recovery",
15869 "pallet-referenda",
15870 "pallet-root-testing",
15804 "pallet-scheduler",15871 "pallet-scheduler",
15805 "pallet-session",15872 "pallet-session",
15806 "pallet-session-benchmarking",15873 "pallet-session-benchmarking",
15816 "pallet-treasury",15883 "pallet-treasury",
15817 "pallet-utility",15884 "pallet-utility",
15818 "pallet-vesting",15885 "pallet-vesting",
15886 "pallet-whitelist",
15819 "pallet-xcm",15887 "pallet-xcm",
15820 "pallet-xcm-benchmarks",15888 "pallet-xcm-benchmarks",
15821 "parity-scale-codec",15889 "parity-scale-codec",
15830 "smallvec",15898 "smallvec",
15831 "sp-api",15899 "sp-api",
15832 "sp-application-crypto",15900 "sp-application-crypto",
15901 "sp-arithmetic",
15833 "sp-authority-discovery",15902 "sp-authority-discovery",
15834 "sp-block-builder",15903 "sp-block-builder",
15835 "sp-consensus-babe",15904 "sp-consensus-babe",
15836 "sp-consensus-beefy",15905 "sp-consensus-beefy",
15837 "sp-core",15906 "sp-core",
15907 "sp-genesis-builder",
15838 "sp-inherents",15908 "sp-inherents",
15839 "sp-io",15909 "sp-io",
15840 "sp-mmr-primitives",15910 "sp-mmr-primitives",
15857[[package]]15927[[package]]
15858name = "westend-runtime-constants"15928name = "westend-runtime-constants"
15859version = "1.0.0"15929version = "1.0.0"
15860source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"15930source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
15861dependencies = [15931dependencies = [
15862 "frame-support",15932 "frame-support",
15863 "polkadot-primitives",15933 "polkadot-primitives",
15866 "sp-core",15936 "sp-core",
15867 "sp-runtime",15937 "sp-runtime",
15868 "sp-weights",15938 "sp-weights",
15939 "staging-xcm",
15869]15940]
1587015941
15871[[package]]15942[[package]]
15877 "either",15948 "either",
15878 "home",15949 "home",
15879 "once_cell",15950 "once_cell",
15880 "rustix 0.38.15",15951 "rustix 0.38.21",
15881]15952]
1588215953
15883[[package]]15954[[package]]
15884name = "wide"15955name = "wide"
15885version = "0.7.12"15956version = "0.7.13"
15886source = "registry+https://github.com/rust-lang/crates.io-index"15957source = "registry+https://github.com/rust-lang/crates.io-index"
15887checksum = "ebecebefc38ff1860b4bc47550bbfa63af5746061cf0d29fcd7fa63171602598"15958checksum = "c68938b57b33da363195412cfc5fc37c9ed49aa9cfe2156fde64b8d2c9498242"
15888dependencies = [15959dependencies = [
15889 "bytemuck",15960 "bytemuck",
15890 "safe_arch",15961 "safe_arch",
1592916000
15930[[package]]16001[[package]]
15931name = "windows"16002name = "windows"
15932version = "0.34.0"16003version = "0.51.1"
15933source = "registry+https://github.com/rust-lang/crates.io-index"16004source = "registry+https://github.com/rust-lang/crates.io-index"
15934checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"16005checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9"
15935dependencies = [16006dependencies = [
15936 "windows_aarch64_msvc 0.34.0",16007 "windows-core",
15937 "windows_i686_gnu 0.34.0",16008 "windows-targets 0.48.5",
15938 "windows_i686_msvc 0.34.0",
15939 "windows_x86_64_gnu 0.34.0",
15940 "windows_x86_64_msvc 0.34.0",
15941]16009]
1594216010
15943[[package]]16011[[package]]
15944name = "windows"16012name = "windows-core"
15945version = "0.48.0"16013version = "0.51.1"
15946source = "registry+https://github.com/rust-lang/crates.io-index"16014source = "registry+https://github.com/rust-lang/crates.io-index"
15947checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"16015checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
15948dependencies = [16016dependencies = [
15949 "windows-targets 0.48.5",16017 "windows-targets 0.48.5",
15950]16018]
1601116079
16012[[package]]16080[[package]]
16013name = "windows_aarch64_msvc"16081name = "windows_aarch64_msvc"
16014version = "0.34.0"
16015source = "registry+https://github.com/rust-lang/crates.io-index"
16016checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"
16017
16018[[package]]
16019name = "windows_aarch64_msvc"
16020version = "0.42.2"16082version = "0.42.2"
16021source = "registry+https://github.com/rust-lang/crates.io-index"16083source = "registry+https://github.com/rust-lang/crates.io-index"
16022checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"16084checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
1602916091
16030[[package]]16092[[package]]
16031name = "windows_i686_gnu"16093name = "windows_i686_gnu"
16032version = "0.34.0"
16033source = "registry+https://github.com/rust-lang/crates.io-index"
16034checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"
16035
16036[[package]]
16037name = "windows_i686_gnu"
16038version = "0.42.2"16094version = "0.42.2"
16039source = "registry+https://github.com/rust-lang/crates.io-index"16095source = "registry+https://github.com/rust-lang/crates.io-index"
16040checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"16096checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
1604716103
16048[[package]]16104[[package]]
16049name = "windows_i686_msvc"16105name = "windows_i686_msvc"
16050version = "0.34.0"
16051source = "registry+https://github.com/rust-lang/crates.io-index"
16052checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"
16053
16054[[package]]
16055name = "windows_i686_msvc"
16056version = "0.42.2"16106version = "0.42.2"
16057source = "registry+https://github.com/rust-lang/crates.io-index"16107source = "registry+https://github.com/rust-lang/crates.io-index"
16058checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"16108checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
1606516115
16066[[package]]16116[[package]]
16067name = "windows_x86_64_gnu"16117name = "windows_x86_64_gnu"
16068version = "0.34.0"
16069source = "registry+https://github.com/rust-lang/crates.io-index"
16070checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"
16071
16072[[package]]
16073name = "windows_x86_64_gnu"
16074version = "0.42.2"16118version = "0.42.2"
16075source = "registry+https://github.com/rust-lang/crates.io-index"16119source = "registry+https://github.com/rust-lang/crates.io-index"
16076checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"16120checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
1609516139
16096[[package]]16140[[package]]
16097name = "windows_x86_64_msvc"16141name = "windows_x86_64_msvc"
16098version = "0.34.0"
16099source = "registry+https://github.com/rust-lang/crates.io-index"
16100checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"
16101
16102[[package]]
16103name = "windows_x86_64_msvc"
16104version = "0.42.2"16142version = "0.42.2"
16105source = "registry+https://github.com/rust-lang/crates.io-index"16143source = "registry+https://github.com/rust-lang/crates.io-index"
16106checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"16144checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
1611316151
16114[[package]]16152[[package]]
16115name = "winnow"16153name = "winnow"
16116version = "0.5.15"16154version = "0.5.18"
16117source = "registry+https://github.com/rust-lang/crates.io-index"16155source = "registry+https://github.com/rust-lang/crates.io-index"
16118checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"16156checksum = "176b6138793677221d420fd2f0aeeced263f197688b36484660da767bca2fa32"
16119dependencies = [16157dependencies = [
16120 "memchr",16158 "memchr",
16121]16159]
16202[[package]]16240[[package]]
16203name = "xcm-procedural"16241name = "xcm-procedural"
16204version = "1.0.0"16242version = "1.0.0"
16205source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7"16243source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
16206dependencies = [16244dependencies = [
16207 "Inflector",16245 "Inflector",
16208 "proc-macro2",16246 "proc-macro2",
16209 "quote",16247 "quote",
16210 "syn 2.0.37",16248 "syn 2.0.38",
16211]16249]
1621216250
16213[[package]]16251[[package]]
16234]16272]
1623516273
16236[[package]]16274[[package]]
16275name = "zerocopy"
16276version = "0.7.21"
16277source = "registry+https://github.com/rust-lang/crates.io-index"
16278checksum = "686b7e407015242119c33dab17b8f61ba6843534de936d94368856528eae4dcc"
16279dependencies = [
16280 "zerocopy-derive",
16281]
16282
16283[[package]]
16284name = "zerocopy-derive"
16285version = "0.7.21"
16286source = "registry+https://github.com/rust-lang/crates.io-index"
16287checksum = "020f3dfe25dfc38dfea49ce62d5d45ecdd7f0d8a724fa63eb36b6eba4ec76806"
16288dependencies = [
16289 "proc-macro2",
16290 "quote",
16291 "syn 2.0.38",
16292]
16293
16294[[package]]
16237name = "zeroize"16295name = "zeroize"
16238version = "1.6.0"16296version = "1.6.0"
16239source = "registry+https://github.com/rust-lang/crates.io-index"16297source = "registry+https://github.com/rust-lang/crates.io-index"
16250dependencies = [16308dependencies = [
16251 "proc-macro2",16309 "proc-macro2",
16252 "quote",16310 "quote",
16253 "syn 2.0.37",16311 "syn 2.0.38",
16254]16312]
1625516313
16256[[package]]16314[[package]]
1629316351
16294[[package]]16352[[package]]
16295name = "zstd-sys"16353name = "zstd-sys"
16296version = "2.0.8+zstd.1.5.5"16354version = "2.0.9+zstd.1.5.5"
16297source = "registry+https://github.com/rust-lang/crates.io-index"16355source = "registry+https://github.com/rust-lang/crates.io-index"
16298checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"16356checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656"
16299dependencies = [16357dependencies = [
16300 "cc",16358 "cc",
16301 "libc",
16302 "pkg-config",16359 "pkg-config",
16303]16360]
16361
16362[[patch.unused]]
16363name = "polkadot-node-core-pvf-prepare-worker"
16364version = "1.0.0"
16365source = "git+https://github.com//paritytech/polkadot-sdk?branch=master#37f3269c4513827cd1473bce49b0401cc285f5bf"
1630416366
modifiedCargo.tomldiffbeforeafterboth
11 'runtime/tests',11 'runtime/tests',
12 'runtime/unique',12 'runtime/unique',
13]13]
14package.version = "1.1.0"14package.version = "1.2.0"
15resolver = "2"15resolver = "2"
1616
17[profile.release]17[profile.release]
34evm-coder = { version = "0.4.2", default-features = false, features = ['bondrewd'] }34evm-coder = { version = "0.4.2", default-features = false, features = ['bondrewd'] }
35pallet-app-promotion = { path = "pallets/app-promotion", default-features = false }35pallet-app-promotion = { path = "pallets/app-promotion", default-features = false }
36pallet-balances-adapter = { default-features = false, path = "pallets/balances-adapter" }36pallet-balances-adapter = { default-features = false, path = "pallets/balances-adapter" }
37pallet-charge-transaction = { package = "pallet-template-transaction-payment", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v1.1.0" }37pallet-charge-transaction = { package = "pallet-template-transaction-payment", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v1.2.0" }
38pallet-collator-selection = { default-features = false, path = "pallets/collator-selection" }38pallet-collator-selection = { default-features = false, path = "pallets/collator-selection" }
39pallet-common = { default-features = false, path = "pallets/common" }39pallet-common = { default-features = false, path = "pallets/common" }
40pallet-configuration = { default-features = false, path = "pallets/configuration" }40pallet-configuration = { default-features = false, path = "pallets/configuration" }
61up-data-structs = { path = "primitives/data-structs", default-features = false }61up-data-structs = { path = "primitives/data-structs", default-features = false }
62up-pov-estimate-rpc = { path = "primitives/pov-estimate-rpc", default-features = false }62up-pov-estimate-rpc = { path = "primitives/pov-estimate-rpc", default-features = false }
63up-rpc = { path = "primitives/rpc", default-features = false }63up-rpc = { path = "primitives/rpc", default-features = false }
64up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v1.1.0" }64up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v1.2.0" }
6565
66# Unique: Runtimes66# Unique: Runtimes
67opal-runtime = { path = "runtime/opal" }67opal-runtime = { path = "runtime/opal" }
68quartz-runtime = { path = "runtime/quartz" }68quartz-runtime = { path = "runtime/quartz" }
69unique-runtime = { path = "runtime/unique" }69unique-runtime = { path = "runtime/unique" }
7070
71# Frontier (Unique patches over the Parity version)71# Frontier (Unique patches over the Parity version)
72fc-api = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }72fc-api = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }
73fc-consensus = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }73fc-consensus = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }
74fc-db = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }74fc-db = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }
75fc-mapping-sync = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }75fc-mapping-sync = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }
76fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }76fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }
77fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }77fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }
78fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }78fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }
79fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }79fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }
80fp-self-contained = { default-features = false, features = [80fp-self-contained = { default-features = false, features = [
81 "serde",81 "serde",
82], git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }82], git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }
83fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }83fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }
84pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }84pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }
85pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }85pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }
86pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }86pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }
87pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }87pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.2.0" }
8888
89# Parity89# Parity
90codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.6.5" }90codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.6.5" }
91cumulus-client-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
92cumulus-client-collator = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
93cumulus-client-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
94cumulus-client-consensus-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
95cumulus-client-consensus-proposer = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
96cumulus-client-network = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
97cumulus-client-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
98cumulus-pallet-aura-ext = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
99cumulus-pallet-dmp-queue = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
100cumulus-pallet-parachain-system = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
101cumulus-pallet-xcm = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
102cumulus-pallet-xcmp-queue = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
103cumulus-primitives-aura = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
104cumulus-primitives-core = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
105cumulus-primitives-parachain-inherent = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
106cumulus-primitives-timestamp = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
107cumulus-primitives-utility = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
108cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
109cumulus-relay-chain-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
110cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
111frame-executive = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
112frame-support = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
113frame-system = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
114frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
115pallet-aura = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
116pallet-authorship = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
117pallet-balances = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
118pallet-collective = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
119pallet-democracy = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
120pallet-membership = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
121pallet-preimage = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
122pallet-ranked-collective = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
123pallet-referenda = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
124pallet-scheduler = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
125pallet-session = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
126pallet-state-trie-migration = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
127pallet-sudo = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
128pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
129pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
130pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
131pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
132pallet-treasury = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
133pallet-utility = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
134pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false }
135staging-parachain-info = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
136parity-scale-codec = { version = "3.6.5", features = ["derive"], default-features = false }
137polkadot-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
138polkadot-parachain-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false }
139polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false }
140polkadot-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
141polkadot-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
142sc-basic-authorship = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
143sc-chain-spec = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
144sc-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
145sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
146sc-consensus = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
147sc-consensus-manual-seal = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
148sc-executor = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
149sc-network = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
150sc-network-sync = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
151sc-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
152sc-rpc-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
153sc-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
154sc-sysinfo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
155sc-telemetry = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
156sc-tracing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
157sc-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
158scale-info = { version = "2.9.0", default-features = false, features = ["derive"] }
159sp-api = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
160sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
161sp-block-builder = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
162sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
163sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
164sp-core = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
165sp-externalities = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
166sp-inherents = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
167sp-io = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
168sp-keystore = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
169sp-offchain = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
170sp-runtime = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
171sp-session = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
172sp-staking = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
173sp-state-machine = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
174sp-std = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
175sp-storage = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
176sp-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
177sp-tracing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
178sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
179sp-trie = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
180sp-version = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
181sp-weights = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
182staging-xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false }
183staging-xcm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false }
184staging-xcm-executor = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0", default-features = false }
185substrate-frame-rpc-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
186substrate-prometheus-endpoint = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
187
188# Parity: Build utils
189substrate-build-script-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
190substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
191
192# Parity: Benchmarking
193frame-benchmarking = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
194frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
195frame-system-benchmarking = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
196
197# Parity: Try Runtime
198frame-try-runtime = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
199try-runtime-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.2.0" }
200
201# ORML
202orml-tokens = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "substrate-master" }
203orml-traits = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "substrate-master" }
204orml-vesting = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "substrate-master" }
205orml-xcm-support = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "substrate-master" }
206orml-xtokens = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "substrate-master" }
207
208# Other
209derivative = { version = "2.2.0", features = ["use_core"] }
210ethereum = { version = "0.14.0", default-features = false }
211evm-core = { git = "https://github.com/rust-blockchain/evm", rev = "b7b82c7e1fc57b7449d6dfa6826600de37cc1e65", default-features = false }
212hex-literal = "0.4.1"
213impl-trait-for-tuples = "0.2.2"
214jsonrpsee = { version = "0.16.3", features = ["macros", "server"] }
215log = { version = "0.4.20", default-features = false }
216num_enum = { version = "0.7.0", default-features = false }
217serde = { default-features = false, features = ['derive'], version = "1.0.188" }
218smallvec = "1.11.1"
219
220[workspace.metadata.deppatcher.originals.workspace.dependencies]
91cumulus-client-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }221cumulus-client-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
92cumulus-client-collator = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }222cumulus-client-collator = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
93cumulus-client-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }223cumulus-client-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
94cumulus-client-consensus-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }224cumulus-client-consensus-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
95cumulus-client-consensus-proposer = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }225cumulus-client-consensus-proposer = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
96cumulus-client-network = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }226cumulus-client-network = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
97cumulus-client-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }227cumulus-client-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
98cumulus-pallet-aura-ext = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }228cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
99cumulus-pallet-dmp-queue = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }229cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
100cumulus-pallet-parachain-system = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }230cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
101cumulus-pallet-xcm = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }231cumulus-pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
102cumulus-pallet-xcmp-queue = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }232cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
103cumulus-primitives-aura = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }233cumulus-primitives-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
104cumulus-primitives-core = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }234cumulus-primitives-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
105cumulus-primitives-parachain-inherent = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }235cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
106cumulus-primitives-timestamp = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }236cumulus-primitives-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
107cumulus-primitives-utility = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }237cumulus-primitives-utility = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
108cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }238cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
109cumulus-relay-chain-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }239cumulus-relay-chain-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
110cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }240cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
111frame-executive = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }241frame-executive = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
112frame-support = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }242frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
113frame-system = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }243frame-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
114frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }244frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
115pallet-aura = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }245pallet-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
116pallet-authorship = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }246pallet-authorship = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
117pallet-balances = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }247pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
118pallet-collective = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }248pallet-collective = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
119pallet-democracy = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }249pallet-democracy = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
120pallet-membership = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }250pallet-membership = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
121pallet-preimage = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }251pallet-preimage = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
122pallet-ranked-collective = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }252pallet-ranked-collective = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
123pallet-referenda = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }253pallet-referenda = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
124pallet-scheduler = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }254pallet-scheduler = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
125pallet-session = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }255pallet-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
126pallet-state-trie-migration = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }256pallet-state-trie-migration = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
127pallet-sudo = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }257pallet-sudo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
128pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }258pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
129pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }259pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
130pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }260pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
131pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }261pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
132pallet-treasury = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }262pallet-treasury = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
133pallet-utility = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }263pallet-utility = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
134pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }264pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
135parachain-info = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }265staging-parachain-info = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
136parity-scale-codec = { version = "3.6.5", features = ["derive"], default-features = false }
137polkadot-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }266polkadot-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
138polkadot-parachain-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }267polkadot-parachain-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
268polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
139polkadot-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }269polkadot-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
140polkadot-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }270polkadot-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
141sc-basic-authorship = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }271sc-basic-authorship = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
154sc-telemetry = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }284sc-telemetry = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
155sc-tracing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }285sc-tracing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
156sc-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }286sc-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
157scale-info = { version = "2.9.0", default-features = false, features = ["derive"] }
158sp-api = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }287sp-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
159sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }288sp-arithmetic = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
160sp-block-builder = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }289sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
161sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }290sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
162sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }291sp-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
163sp-core = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }292sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
164sp-externalities = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }293sp-externalities = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
165sp-inherents = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }294sp-inherents = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
166sp-io = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }295sp-io = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
167sp-keystore = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }296sp-keystore = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
168sp-offchain = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }297sp-offchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
169sp-runtime = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }298sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
170sp-session = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }299sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
171sp-staking = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }300sp-staking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
172sp-state-machine = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }301sp-state-machine = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
173sp-std = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }302sp-std = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
174sp-storage = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }303sp-storage = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
175sp-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }304sp-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
176sp-tracing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }305sp-tracing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
177sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }306sp-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
178sp-trie = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }307sp-trie = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
179sp-version = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }308sp-version = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
180sp-weights = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }309sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
181staging-xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }310staging-xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
182staging-xcm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }311staging-xcm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
183staging-xcm-executor = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }312staging-xcm-executor = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
184substrate-frame-rpc-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }313substrate-frame-rpc-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
185substrate-prometheus-endpoint = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }314substrate-prometheus-endpoint = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
186
187# Parity: Build utils
188substrate-build-script-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }315substrate-build-script-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
189substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }316substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
190
191# Parity: Benchmarking
192frame-benchmarking = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }317frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
193frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }318frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
194frame-system-benchmarking = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }319frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
195
196# Parity: Try Runtime
197frame-try-runtime = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }320frame-try-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
198try-runtime-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }321try-runtime-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
322orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0" }
323orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0" }
324orml-vesting = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0" }
325orml-xcm-support = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0" }
326orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0" }
327fc-api = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
328fc-consensus = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
329fc-db = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
330fc-mapping-sync = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
331fc-rpc = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
332fc-rpc-core = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
333fp-evm = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
334fp-rpc = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
335fp-self-contained = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
336fp-storage = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
337pallet-base-fee = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
338pallet-ethereum = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
339pallet-evm = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
340pallet-evm-precompile-simple = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v1.1.0" }
341pallet-template-transaction-payment = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v1.1.0" }
342up-sponsorship = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v1.1.0" }
199343
200# ORML
201orml-tokens = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0" }
202orml-traits = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0" }
203orml-vesting = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0" }
204orml-xcm-support = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0" }
205orml-xtokens = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0" }
206344
207# Other345[patch."https://github.com/paritytech/polkadot-sdk"]
208derivative = { version = "2.2.0", features = ["use_core"] }346binary-merkle-tree = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
209ethereum = { version = "0.14.0", default-features = false }347cumulus-client-cli = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
210evm-core = { git = "https://github.com/rust-blockchain/evm", rev = "b7b82c7e1fc57b7449d6dfa6826600de37cc1e65", default-features = false }348cumulus-client-collator = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
211hex-literal = "0.4.1"349cumulus-client-consensus-aura = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
212impl-trait-for-tuples = "0.2.2"350cumulus-client-consensus-common = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
213jsonrpsee = { version = "0.16.3", features = ["macros", "server"] }351cumulus-client-consensus-proposer = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
214log = { version = "0.4.20", default-features = false }352cumulus-client-network = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
215num_enum = { version = "0.7.0", default-features = false }353cumulus-client-pov-recovery = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
216serde = { default-features = false, features = ['derive'], version = "1.0.188" }354cumulus-client-service = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
217smallvec = "1.11.1"355cumulus-pallet-aura-ext = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
356cumulus-pallet-dmp-queue = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
357cumulus-pallet-parachain-system = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
358cumulus-pallet-parachain-system-proc-macro = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
359cumulus-pallet-xcm = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
360cumulus-pallet-xcmp-queue = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
361cumulus-primitives-aura = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
362cumulus-primitives-core = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
363cumulus-primitives-parachain-inherent = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
364cumulus-primitives-timestamp = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
365cumulus-primitives-utility = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
366cumulus-relay-chain-inprocess-interface = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
367cumulus-relay-chain-interface = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
368cumulus-relay-chain-minimal-node = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
369cumulus-relay-chain-rpc-interface = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
370cumulus-test-relay-sproof-builder = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
371fork-tree = { version = "3.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
372frame-benchmarking = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
373frame-benchmarking-cli = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
374frame-election-provider-solution-type = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
375frame-election-provider-support = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
376frame-executive = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
377frame-remote-externalities = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
378frame-support = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
379frame-support-procedural = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
380frame-support-procedural-tools = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
381frame-support-procedural-tools-derive = { version = "3.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
382frame-system = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
383frame-system-benchmarking = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
384frame-system-rpc-runtime-api = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
385frame-try-runtime = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
386mmr-gadget = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
387mmr-rpc = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
388pallet-aura = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
389pallet-authority-discovery = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
390pallet-authorship = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
391pallet-babe = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
392pallet-bags-list = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
393pallet-balances = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
394pallet-beefy = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
395pallet-beefy-mmr = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
396pallet-bounties = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
397pallet-child-bounties = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
398pallet-collective = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
399pallet-conviction-voting = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
400pallet-democracy = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
401pallet-election-provider-multi-phase = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
402pallet-election-provider-support-benchmarking = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
403pallet-elections-phragmen = { version = "5.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
404pallet-fast-unstake = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
405pallet-grandpa = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
406pallet-identity = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
407pallet-im-online = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
408pallet-indices = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
409pallet-membership = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
410pallet-message-queue = { version = "7.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
411pallet-mmr = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
412pallet-multisig = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
413pallet-nis = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
414pallet-nomination-pools = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
415pallet-nomination-pools-benchmarking = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
416pallet-nomination-pools-runtime-api = { version = "1.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
417pallet-offences = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
418pallet-offences-benchmarking = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
419pallet-preimage = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
420pallet-proxy = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
421pallet-ranked-collective = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
422pallet-recovery = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
423pallet-referenda = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
424pallet-scheduler = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
425pallet-session = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
426pallet-session-benchmarking = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
427pallet-society = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
428pallet-staking = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
429pallet-staking-reward-curve = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
430pallet-staking-reward-fn = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
431pallet-staking-runtime-api = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
432pallet-state-trie-migration = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
433pallet-sudo = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
434pallet-timestamp = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
435pallet-tips = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
436pallet-transaction-payment = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
437pallet-transaction-payment-rpc = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
438pallet-transaction-payment-rpc-runtime-api = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
439pallet-treasury = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
440pallet-utility = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
441pallet-vesting = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
442pallet-whitelist = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
443pallet-xcm = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
444pallet-xcm-benchmarks = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
445staging-parachain-info = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
446polkadot-approval-distribution = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
447polkadot-availability-bitfield-distribution = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
448polkadot-availability-distribution = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
449polkadot-availability-recovery = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
450polkadot-cli = { version = "1.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
451polkadot-collator-protocol = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
452polkadot-core-primitives = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
453polkadot-dispute-distribution = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
454polkadot-erasure-coding = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
455polkadot-gossip-support = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
456polkadot-network-bridge = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
457polkadot-node-collation-generation = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
458polkadot-node-core-approval-voting = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
459polkadot-node-core-av-store = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
460polkadot-node-core-backing = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
461polkadot-node-core-bitfield-signing = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
462polkadot-node-core-candidate-validation = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
463polkadot-node-core-chain-api = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
464polkadot-node-core-chain-selection = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
465polkadot-node-core-dispute-coordinator = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
466polkadot-node-core-parachains-inherent = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
467polkadot-node-core-prospective-parachains = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
468polkadot-node-core-provisioner = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
469polkadot-node-core-pvf = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
470polkadot-node-core-pvf-checker = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
471polkadot-node-core-pvf-common = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
472polkadot-node-core-pvf-prepare-worker = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
473polkadot-node-core-runtime-api = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
474polkadot-node-jaeger = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
475polkadot-node-metrics = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
476polkadot-node-network-protocol = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
477polkadot-node-primitives = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
478polkadot-node-subsystem = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
479polkadot-node-subsystem-types = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
480polkadot-node-subsystem-util = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
481polkadot-overseer = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
482polkadot-parachain-primitives = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
483polkadot-primitives = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
484polkadot-rpc = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
485polkadot-runtime-common = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
486polkadot-runtime-metrics = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
487polkadot-runtime-parachains = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
488polkadot-service = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
489polkadot-statement-distribution = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
490polkadot-statement-table = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
491rococo-runtime = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
492rococo-runtime-constants = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
493sc-allocator = { version = "4.1.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
494sc-authority-discovery = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
495sc-basic-authorship = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
496sc-block-builder = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
497sc-chain-spec = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
498sc-chain-spec-derive = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
499sc-cli = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
500sc-client-api = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
501sc-client-db = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
502sc-consensus = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
503sc-consensus-aura = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
504sc-consensus-babe = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
505sc-consensus-babe-rpc = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
506sc-consensus-beefy = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
507sc-consensus-beefy-rpc = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
508sc-consensus-epochs = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
509sc-consensus-grandpa = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
510sc-consensus-grandpa-rpc = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
511sc-consensus-manual-seal = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
512sc-consensus-slots = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
513sc-executor = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
514sc-executor-common = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
515sc-executor-wasmtime = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
516sc-informant = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
517sc-keystore = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
518sc-network = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
519sc-network-bitswap = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
520sc-network-common = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
521sc-network-gossip = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
522sc-network-light = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
523sc-network-sync = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
524sc-network-transactions = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
525sc-offchain = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
526sc-proposer-metrics = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
527sc-rpc = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
528sc-rpc-api = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
529sc-rpc-server = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
530sc-rpc-spec-v2 = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
531sc-service = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
532sc-state-db = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
533sc-storage-monitor = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
534sc-sync-state-rpc = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
535sc-sysinfo = { version = "6.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
536sc-telemetry = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
537sc-tracing = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
538sc-tracing-proc-macro = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
539sc-transaction-pool = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
540sc-transaction-pool-api = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
541sc-utils = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
542slot-range-helper = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
543sp-api = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
544sp-api-proc-macro = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
545sp-application-crypto = { version = "23.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
546sp-arithmetic = { version = "16.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
547sp-authority-discovery = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
548sp-block-builder = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
549sp-blockchain = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
550sp-consensus = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
551sp-consensus-aura = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
552sp-consensus-babe = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
553sp-consensus-beefy = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
554sp-consensus-grandpa = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
555sp-consensus-slots = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
556sp-core = { version = "21.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
557sp-core-hashing = { version = "9.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
558sp-core-hashing-proc-macro = { version = "9.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
559sp-database = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
560sp-debug-derive = { version = "8.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
561sp-externalities = { version = "0.19.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
562sp-genesis-builder = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
563sp-inherents = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
564sp-io = { version = "23.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
565sp-keyring = { version = "24.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
566sp-keystore = { version = "0.27.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
567sp-maybe-compressed-blob = { version = "4.1.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
568sp-metadata-ir = { version = "0.1.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
569sp-mmr-primitives = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
570sp-npos-elections = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
571sp-offchain = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
572sp-panic-handler = { version = "8.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
573sp-rpc = { version = "6.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
574sp-runtime = { version = "24.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
575sp-runtime-interface = { version = "17.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
576sp-runtime-interface-proc-macro = { version = "11.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
577sp-session = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
578sp-staking = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
579sp-state-machine = { version = "0.28.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
580sp-statement-store = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
581sp-std = { version = "8.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
582sp-storage = { version = "13.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
583sp-timestamp = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
584sp-tracing = { version = "10.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
585sp-transaction-pool = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
586sp-transaction-storage-proof = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
587sp-trie = { version = "22.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
588sp-version = { version = "22.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
589sp-version-proc-macro = { version = "8.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
590sp-wasm-interface = { version = "14.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
591sp-weights = { version = "20.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
592staging-xcm = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
593staging-xcm-builder = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
594staging-xcm-executor = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
595substrate-build-script-utils = { version = "3.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
596substrate-frame-rpc-system = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
597substrate-prometheus-endpoint = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
598substrate-rpc-client = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
599substrate-state-trie-migration-rpc = { version = "4.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
600substrate-wasm-builder = { version = "5.0.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
601tracing-gum = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
602tracing-gum-proc-macro = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
603try-runtime-cli = { version = "0.10.0-dev", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
604westend-runtime = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
605westend-runtime-constants = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
606xcm-procedural = { version = "1.0.0", git = "https://github.com//paritytech/polkadot-sdk", branch = "master" }
218607
modifiedruntime/common/config/parachain.rsdiffbeforeafterboth
2626
27impl cumulus_pallet_parachain_system::Config for Runtime {27impl cumulus_pallet_parachain_system::Config for Runtime {
28 type RuntimeEvent = RuntimeEvent;28 type RuntimeEvent = RuntimeEvent;
29 type SelfParaId = parachain_info::Pallet<Self>;29 type SelfParaId = staging_parachain_info::Pallet<Self>;
30 type OnSystemEvent = ();30 type OnSystemEvent = ();
31 // type DownwardMessageHandlers = cumulus_primitives_utility::UnqueuedDmpAsParent<31 // type DownwardMessageHandlers = cumulus_primitives_utility::UnqueuedDmpAsParent<
32 // MaxDownwardMessageWeight,32 // MaxDownwardMessageWeight,
47 type ConsensusHook = ConsensusHook;47 type ConsensusHook = ConsensusHook;
48}48}
4949
50impl parachain_info::Config for Runtime {}50impl staging_parachain_info::Config for Runtime {}
5151
52impl cumulus_pallet_aura_ext::Config for Runtime {}52impl cumulus_pallet_aura_ext::Config for Runtime {}
5353
modifiedruntime/common/config/substrate.rsdiffbeforeafterboth
17use frame_support::{17use frame_support::{
18 dispatch::DispatchClass,18 dispatch::DispatchClass,
19 ord_parameter_types, parameter_types,19 ord_parameter_types, parameter_types,
20 traits::{ConstBool, ConstU32, ConstU64, Everything, NeverEnsureOrigin},20 traits::{ConstBool, ConstU32, ConstU64, Everything, NeverEnsureOrigin, tokens::{PayFromAccount, UnityAssetBalanceConversion}},
21 weights::{21 weights::{
22 constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight},22 constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight},
23 ConstantMultiplier,23 ConstantMultiplier,
31use pallet_transaction_payment::{ConstFeeMultiplier, Multiplier};31use pallet_transaction_payment::{ConstFeeMultiplier, Multiplier};
32use sp_arithmetic::traits::One;32use sp_arithmetic::traits::One;
33use sp_runtime::{33use sp_runtime::{
34 traits::{AccountIdLookup, BlakeTwo256},34 traits::{AccountIdLookup, BlakeTwo256, IdentityLookup},
35 Perbill, Percent, Permill,35 Perbill, Percent, Permill,
36};36};
37use sp_std::vec;37use sp_std::vec;
38use up_common::{constants::*, types::*};38use up_common::{constants::*, types::*};
3939
40use crate::{40use crate::{
41 runtime_common::DealWithFees, Balances, Block, OriginCaller, PalletInfo, Runtime, RuntimeCall,41 runtime_common::DealWithFees, Balances, Block, OriginCaller, PalletInfo, Runtime, RuntimeCall,
42 RuntimeEvent, RuntimeHoldReason, RuntimeOrigin, SS58Prefix, System, Version,42 RuntimeEvent, RuntimeHoldReason, RuntimeFreezeReason, RuntimeOrigin, SS58Prefix, System, Version, Treasury,
43};43};
4444
45parameter_types! {45parameter_types! {
170 type AccountStore = System;170 type AccountStore = System;
171 type WeightInfo = pallet_balances::weights::SubstrateWeight<Self>;171 type WeightInfo = pallet_balances::weights::SubstrateWeight<Self>;
172 type RuntimeHoldReason = RuntimeHoldReason;172 type RuntimeHoldReason = RuntimeHoldReason;
173 type RuntimeFreezeReason = RuntimeFreezeReason;
173 type FreezeIdentifier = [u8; 16];174 type FreezeIdentifier = [u8; 16];
174 type MaxHolds = MaxHolds;175 type MaxHolds = MaxHolds;
175 type MaxFreezes = MaxFreezes;176 type MaxFreezes = MaxFreezes;
205 pub const BountyDepositBase: Balance = 1 * UNIQUE;206 pub const BountyDepositBase: Balance = 1 * UNIQUE;
206 pub const BountyDepositPayoutDelay: BlockNumber = 1 * DAYS;207 pub const BountyDepositPayoutDelay: BlockNumber = 1 * DAYS;
207 pub const TreasuryModuleId: PalletId = PalletId(*b"py/trsry");208 pub const TreasuryModuleId: PalletId = PalletId(*b"py/trsry");
209 pub TreasuryAccount: AccountId = Treasury::account_id();
208 pub const BountyUpdatePeriod: BlockNumber = 14 * DAYS;210 pub const BountyUpdatePeriod: BlockNumber = 14 * DAYS;
209 pub const MaximumReasonLength: u32 = 16384;211 pub const MaximumReasonLength: u32 = 16384;
210 pub const BountyCuratorDeposit: Permill = Permill::from_percent(50);212 pub const BountyCuratorDeposit: Permill = Permill::from_percent(50);
229 type SpendFunds = ();231 type SpendFunds = ();
230 type WeightInfo = pallet_treasury::weights::SubstrateWeight<Self>;232 type WeightInfo = pallet_treasury::weights::SubstrateWeight<Self>;
231 type MaxApprovals = MaxApprovals;233 type MaxApprovals = MaxApprovals;
234 type AssetKind = ();
235 type Beneficiary = AccountId;
236 type BeneficiaryLookup = IdentityLookup<Self::Beneficiary>;
237 type Paymaster = PayFromAccount<Balances, TreasuryAccount>;
238 type BalanceConverter = UnityAssetBalanceConversion;
239 type PayoutPeriod = ConstU32<10>;
232}240}
233241
234impl pallet_sudo::Config for Runtime {242impl pallet_sudo::Config for Runtime {
modifiedruntime/common/config/xcm/foreignassets.rsdiffbeforeafterboth
132132
133 fn check_out(_dest: &MultiLocation, _what: &MultiAsset, _context: &XcmContext) {}133 fn check_out(_dest: &MultiLocation, _what: &MultiAsset, _context: &XcmContext) {}
134134
135 fn deposit_asset(what: &MultiAsset, who: &MultiLocation, context: &XcmContext) -> XcmResult {135 fn deposit_asset(what: &MultiAsset, who: &MultiLocation, context: Option<&XcmContext>) -> XcmResult {
136 FungiblesTransactor::deposit_asset(what, who, context)136 FungiblesTransactor::deposit_asset(what, who, context)
137 }137 }
138138
modifiedruntime/common/config/xcm/mod.rsdiffbeforeafterboth
36 XcmExecutor,36 XcmExecutor,
37};37};
38use up_common::types::AccountId;38use up_common::types::AccountId;
39use cumulus_primitives_core::ParaId;
40use polkadot_runtime_common::xcm_sender::NoPriceForMessageDelivery;
3941
40use crate::{42use crate::{
41 xcm_barrier::Barrier, AllPalletsWithSystem, Balances, ParachainInfo, ParachainSystem,43 xcm_barrier::Barrier, AllPalletsWithSystem, Balances, ParachainInfo, ParachainSystem,
299 type ControllerOrigin = frame_system::EnsureRoot<AccountId>;300 type ControllerOrigin = frame_system::EnsureRoot<AccountId>;
300301
301 type ControllerOriginConverter = XcmOriginToTransactDispatchOrigin;302 type ControllerOriginConverter = XcmOriginToTransactDispatchOrigin;
302 type PriceForSiblingDelivery = ();303 type PriceForSiblingDelivery = NoPriceForMessageDelivery<ParaId>;
303}304}
304305
305impl cumulus_pallet_dmp_queue::Config for Runtime {306impl cumulus_pallet_dmp_queue::Config for Runtime {
modifiedruntime/common/construct_runtime.rsdiffbeforeafterboth
24 StateTrieMigration: pallet_state_trie_migration = 1,24 StateTrieMigration: pallet_state_trie_migration = 1,
2525
26 ParachainSystem: cumulus_pallet_parachain_system = 20,26 ParachainSystem: cumulus_pallet_parachain_system = 20,
27 ParachainInfo: parachain_info = 21,27 ParachainInfo: staging_parachain_info = 21,
2828
29 #[cfg(feature = "collator-selection")]29 #[cfg(feature = "collator-selection")]
30 Authorship: pallet_authorship = 22,30 Authorship: pallet_authorship = 22,
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
126 'pallet-treasury/std',126 'pallet-treasury/std',
127 'pallet-unique/std',127 'pallet-unique/std',
128 'pallet-utility/std',128 'pallet-utility/std',
129 'parachain-info/std',129 'staging-parachain-info/std',
130 'polkadot-runtime-common/std',
130 'serde',131 'serde',
131 'sp-api/std',132 'sp-api/std',
132 'sp-block-builder/std',133 'sp-block-builder/std',
220 'pallet-unique/try-runtime',221 'pallet-unique/try-runtime',
221 'pallet-utility/try-runtime',222 'pallet-utility/try-runtime',
222 'pallet-xcm/try-runtime',223 'pallet-xcm/try-runtime',
223 'parachain-info/try-runtime',224 'staging-parachain-info/try-runtime',
225 'polkadot-runtime-common/try-runtime',
224]226]
225227
226app-promotion = []228app-promotion = []
227collator-selection = []229collator-selection = []
228foreign-assets = []230foreign-assets = []
229gov-test-timings = []231gov-test-timings = []
230governance = []232governance = []
231lookahead = []233lookahead = ['cumulus-pallet-parachain-system/parameterized-consensus-hook', 'pallet-aura/experimental']
232preimage = []234preimage = []
233refungible = []235refungible = []
234session-test-timings = []236session-test-timings = []
269pallet-treasury = { workspace = true }271pallet-treasury = { workspace = true }
270pallet-utility = { workspace = true }272pallet-utility = { workspace = true }
271pallet-xcm = { workspace = true }273pallet-xcm = { workspace = true }
272parachain-info = { workspace = true }274staging-parachain-info = { workspace = true }
273parity-scale-codec = { workspace = true }275parity-scale-codec = { workspace = true }
274polkadot-parachain-primitives = { workspace = true }276polkadot-parachain-primitives = { workspace = true }
277polkadot-runtime-common = { workspace = true }
275smallvec = { workspace = true }278smallvec = { workspace = true }
276sp-api = { workspace = true }279sp-api = { workspace = true }
277sp-arithmetic = { workspace = true }280sp-arithmetic = { workspace = true }
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
126 'pallet-treasury/std',126 'pallet-treasury/std',
127 'pallet-unique/std',127 'pallet-unique/std',
128 'pallet-utility/std',128 'pallet-utility/std',
129 'parachain-info/std',129 'staging-parachain-info/std',
130 'serde',130 'serde',
131 'sp-api/std',131 'sp-api/std',
132 'sp-block-builder/std',132 'sp-block-builder/std',
210 'pallet-unique/try-runtime',210 'pallet-unique/try-runtime',
211 'pallet-utility/try-runtime',211 'pallet-utility/try-runtime',
212 'pallet-xcm/try-runtime',212 'pallet-xcm/try-runtime',
213 'parachain-info/try-runtime',213 'staging-parachain-info/try-runtime',
214]214]
215215
216app-promotion = []216app-promotion = []
257pallet-treasury = { workspace = true }257pallet-treasury = { workspace = true }
258pallet-utility = { workspace = true }258pallet-utility = { workspace = true }
259pallet-xcm = { workspace = true }259pallet-xcm = { workspace = true }
260parachain-info = { workspace = true }260staging-parachain-info = { workspace = true }
261parity-scale-codec = { workspace = true }261parity-scale-codec = { workspace = true }
262polkadot-parachain-primitives = { workspace = true }262polkadot-parachain-primitives = { workspace = true }
263smallvec = { workspace = true }263smallvec = { workspace = true }
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
124 'pallet-treasury/std',124 'pallet-treasury/std',
125 'pallet-unique/std',125 'pallet-unique/std',
126 'pallet-utility/std',126 'pallet-utility/std',
127 'parachain-info/std',127 'staging-parachain-info/std',
128 'sp-api/std',128 'sp-api/std',
129 'sp-block-builder/std',129 'sp-block-builder/std',
130 'sp-core/std',130 'sp-core/std',
212 'pallet-unique/try-runtime',212 'pallet-unique/try-runtime',
213 'pallet-utility/try-runtime',213 'pallet-utility/try-runtime',
214 'pallet-xcm/try-runtime',214 'pallet-xcm/try-runtime',
215 'parachain-info/try-runtime',215 'staging-parachain-info/try-runtime',
216]216]
217unique-runtime = ['app-promotion', 'foreign-assets', 'refungible', 'governance', 'preimage']217unique-runtime = ['app-promotion', 'foreign-assets', 'refungible', 'governance', 'preimage']
218218
260pallet-treasury = { workspace = true }260pallet-treasury = { workspace = true }
261pallet-utility = { workspace = true }261pallet-utility = { workspace = true }
262pallet-xcm = { workspace = true }262pallet-xcm = { workspace = true }
263parachain-info = { workspace = true }263staging-parachain-info = { workspace = true }
264parity-scale-codec = { workspace = true }264parity-scale-codec = { workspace = true }
265polkadot-parachain-primitives = { workspace = true }265polkadot-parachain-primitives = { workspace = true }
266smallvec = { workspace = true }266smallvec = { workspace = true }