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

difftreelog

Merge pull request #756 from UniqueNetwork/feature/upgrade-polkadot-v0.9.33

ut-akuznetsov2022-12-13parents: #d3cffa1 #95c7c68.patch.diff
in: master
Feature/upgrade polkadot v0.9.33

64 files changed

modified.docker/additional/xcm-rococo/.envdiffbeforeafterboth
1RUST_TOOLCHAIN=nightly-2022-07-241RUST_TOOLCHAIN=nightly-2022-10-09
2UNIQUE_BRANCH="develop"2UNIQUE_BRANCH="develop"
33
4POLKADOT_BUILD_BRANCH=release-v0.9.304POLKADOT_BUILD_BRANCH=release-v0.9.34
55
6KARURA_BUILD_BRANCH=2.9.16KARURA_BUILD_BRANCH=release-karura-2.9.5
7ACALA_BUILD_BRANCH=2.9.27ACALA_BUILD_BRANCH=2.9.6
88
9MOONRIVER_BUILD_BRANCH=runtime-17019MOONRIVER_BUILD_BRANCH=v0.26.1
10MOONBEAM_BUILD_BRANCH=runtime-170110MOONBEAM_BUILD_BRANCH=v0.26.1
1111
12STATEMINE_BUILD_BRANCH=parachains-v927012STATEMINE_BUILD_BRANCH=parachains-v9271
13STATEMINT_BUILD_BRANCH=release-parachains-v923013STATEMINT_BUILD_BRANCH=parachains-v9271
14WESTMINT_BUILD_BRANCH=parachains-v927014WESTMINT_BUILD_BRANCH=parachains-v9290
1515
16POLKADOT_LAUNCH_BRANCH="unique-network"16POLKADOT_LAUNCH_BRANCH="unique-network"
1717
modified.envdiffbeforeafterboth
1RUST_TOOLCHAIN=nightly-2022-07-241RUST_TOOLCHAIN=nightly-2022-10-09
2POLKADOT_BUILD_BRANCH=release-v0.9.302POLKADOT_BUILD_BRANCH=release-v0.9.34
33
4POLKADOT_MAINNET_BRANCH=release-v0.9.294POLKADOT_MAINNET_BRANCH=release-v0.9.29
5STATEMINT_BUILD_BRANCH=release-parachains-v92715STATEMINT_BUILD_BRANCH=release-parachains-v9271
modifiedCargo.lockdiffbeforeafterboth
42source = "registry+https://github.com/rust-lang/crates.io-index"42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"43checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
44dependencies = [44dependencies = [
45 "cfg-if 1.0.0",45 "cfg-if",
46 "cipher 0.3.0",46 "cipher",
47 "cpufeatures",47 "cpufeatures",
48 "opaque-debug 0.3.0",48 "opaque-debug 0.3.0",
49]49]
56dependencies = [56dependencies = [
57 "aead",57 "aead",
58 "aes",58 "aes",
59 "cipher 0.3.0",59 "cipher",
60 "ctr",60 "ctr",
61 "ghash",61 "ghash",
62 "subtle",62 "subtle",
192192
193[[package]]193[[package]]
194name = "async-channel"194name = "async-channel"
195version = "1.7.1"195version = "1.8.0"
196source = "registry+https://github.com/rust-lang/crates.io-index"196source = "registry+https://github.com/rust-lang/crates.io-index"
197checksum = "e14485364214912d3b19cc3435dde4df66065127f05fa0d75c712f36f12c2f28"197checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
198dependencies = [198dependencies = [
199 "concurrent-queue 1.2.4",199 "concurrent-queue",
200 "event-listener",200 "event-listener",
201 "futures-core",201 "futures-core",
202]202]
209dependencies = [209dependencies = [
210 "async-lock",210 "async-lock",
211 "async-task",211 "async-task",
212 "concurrent-queue 2.0.0",212 "concurrent-queue",
213 "fastrand",213 "fastrand",
214 "futures-lite",214 "futures-lite",
215 "slab",215 "slab",
232232
233[[package]]233[[package]]
234name = "async-io"234name = "async-io"
235version = "1.10.0"235version = "1.12.0"
236source = "registry+https://github.com/rust-lang/crates.io-index"236source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "e8121296a9f05be7f34aa4196b1747243b3b62e048bb7906f644f3fbfc490cf7"237checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"
238dependencies = [238dependencies = [
239 "async-lock",239 "async-lock",
240 "autocfg",240 "autocfg",
241 "concurrent-queue 1.2.4",241 "concurrent-queue",
242 "futures-lite",242 "futures-lite",
243 "libc",243 "libc",
244 "log",244 "log",
247 "slab",247 "slab",
248 "socket2",248 "socket2",
249 "waker-fn",249 "waker-fn",
250 "winapi",250 "windows-sys 0.42.0",
251]251]
252252
253[[package]]253[[package]]
262262
263[[package]]263[[package]]
264name = "async-process"264name = "async-process"
265version = "1.5.0"265version = "1.6.0"
266source = "registry+https://github.com/rust-lang/crates.io-index"266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "02111fd8655a613c25069ea89fc8d9bb89331fa77486eb3bc059ee757cfa481c"267checksum = "6381ead98388605d0d9ff86371043b5aa922a3905824244de40dc263a14fcba4"
268dependencies = [268dependencies = [
269 "async-io",269 "async-io",
270 "async-lock",
270 "autocfg",271 "autocfg",
271 "blocking",272 "blocking",
272 "cfg-if 1.0.0",273 "cfg-if",
273 "event-listener",274 "event-listener",
274 "futures-lite",275 "futures-lite",
275 "libc",276 "libc",
276 "once_cell",
277 "signal-hook",277 "signal-hook",
278 "winapi",278 "windows-sys 0.42.0",
279]279]
280280
281[[package]]281[[package]]
308308
309[[package]]309[[package]]
310name = "async-std-resolver"310name = "async-std-resolver"
311version = "0.21.2"311version = "0.22.0"
312source = "registry+https://github.com/rust-lang/crates.io-index"312source = "registry+https://github.com/rust-lang/crates.io-index"
313checksum = "0f2f8a4a203be3325981310ab243a28e6e4ea55b6519bffce05d41ab60e09ad8"313checksum = "6ba50e24d9ee0a8950d3d03fc6d0dd10aa14b5de3b101949b4e160f7fee7c723"
314dependencies = [314dependencies = [
315 "async-std",315 "async-std",
316 "async-trait",316 "async-trait",
329329
330[[package]]330[[package]]
331name = "async-trait"331name = "async-trait"
332version = "0.1.58"332version = "0.1.59"
333source = "registry+https://github.com/rust-lang/crates.io-index"333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c"334checksum = "31e6e93155431f3931513b243d371981bb2770112b370c82745a1d19d2f99364"
335dependencies = [335dependencies = [
336 "proc-macro2",336 "proc-macro2",
337 "quote",337 "quote",
363source = "registry+https://github.com/rust-lang/crates.io-index"363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"364checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
365dependencies = [365dependencies = [
366 "hermit-abi",366 "hermit-abi 0.1.19",
367 "libc",367 "libc",
368 "winapi",368 "winapi",
369]369]
408dependencies = [408dependencies = [
409 "addr2line",409 "addr2line",
410 "cc",410 "cc",
411 "cfg-if 1.0.0",411 "cfg-if",
412 "libc",412 "libc",
413 "miniz_oxide",413 "miniz_oxide 0.5.4",
414 "object",414 "object",
415 "rustc-demangle",415 "rustc-demangle",
416]416]
457[[package]]457[[package]]
458name = "beefy-gadget"458name = "beefy-gadget"
459version = "4.0.0-dev"459version = "4.0.0-dev"
460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
461dependencies = [461dependencies = [
462 "array-bytes",462 "array-bytes",
463 "async-trait",463 "async-trait",
494[[package]]494[[package]]
495name = "beefy-gadget-rpc"495name = "beefy-gadget-rpc"
496version = "4.0.0-dev"496version = "4.0.0-dev"
497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
498dependencies = [498dependencies = [
499 "beefy-gadget",499 "beefy-gadget",
500 "beefy-primitives",500 "beefy-primitives",
514[[package]]514[[package]]
515name = "beefy-merkle-tree"515name = "beefy-merkle-tree"
516version = "4.0.0-dev"516version = "4.0.0-dev"
517source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"517source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
518dependencies = [518dependencies = [
519 "beefy-primitives",519 "beefy-primitives",
520 "sp-api",520 "sp-api",
521 "sp-runtime",
521]522]
522523
523[[package]]524[[package]]
524name = "beefy-primitives"525name = "beefy-primitives"
525version = "4.0.0-dev"526version = "4.0.0-dev"
526source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"527source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
527dependencies = [528dependencies = [
528 "parity-scale-codec 3.2.1",529 "parity-scale-codec 3.2.1",
529 "scale-info",530 "scale-info",
531 "serde",
530 "sp-api",532 "sp-api",
531 "sp-application-crypto",533 "sp-application-crypto",
532 "sp-core",534 "sp-core",
535 "sp-io",
536 "sp-mmr-primitives",
533 "sp-runtime",537 "sp-runtime",
534 "sp-std",538 "sp-std",
535]539]
536
537[[package]]
538name = "bimap"
539version = "0.6.2"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"
542540
543[[package]]541[[package]]
544name = "bincode"542name = "bincode"
551549
552[[package]]550[[package]]
553name = "bindgen"551name = "bindgen"
554version = "0.59.2"552version = "0.60.1"
555source = "registry+https://github.com/rust-lang/crates.io-index"553source = "registry+https://github.com/rust-lang/crates.io-index"
556checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"554checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6"
557dependencies = [555dependencies = [
558 "bitflags",556 "bitflags",
559 "cexpr",557 "cexpr",
641639
642[[package]]640[[package]]
643name = "blake3"641name = "blake3"
644version = "1.3.2"642version = "1.3.3"
645source = "registry+https://github.com/rust-lang/crates.io-index"643source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "895adc16c8b3273fbbc32685a7d55227705eda08c01e77704020f3491924b44b"644checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef"
647dependencies = [645dependencies = [
648 "arrayref",646 "arrayref",
649 "arrayvec 0.7.2",647 "arrayvec 0.7.2",
650 "cc",648 "cc",
651 "cfg-if 1.0.0",649 "cfg-if",
652 "constant_time_eq 0.2.4",650 "constant_time_eq 0.2.4",
653 "digest 0.10.6",651 "digest 0.10.6",
654]652]
694692
695[[package]]693[[package]]
696name = "blocking"694name = "blocking"
697version = "1.2.0"695version = "1.3.0"
698source = "registry+https://github.com/rust-lang/crates.io-index"696source = "registry+https://github.com/rust-lang/crates.io-index"
699checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"697checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"
700dependencies = [698dependencies = [
701 "async-channel",699 "async-channel",
700 "async-lock",
702 "async-task",701 "async-task",
703 "atomic-waker",702 "atomic-waker",
704 "fastrand",703 "fastrand",
705 "futures-lite",704 "futures-lite",
706 "once_cell",
707]705]
708706
709[[package]]707[[package]]
802 "pkg-config",800 "pkg-config",
803]801]
804
805[[package]]
806name = "cache-padded"
807version = "1.2.0"
808source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
810802
811[[package]]803[[package]]
812name = "camino"804name = "camino"
866 "smallvec",858 "smallvec",
867]859]
868
869[[package]]
870name = "cfg-if"
871version = "0.1.10"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
874860
875[[package]]861[[package]]
876name = "cfg-if"862name = "cfg-if"
890source = "registry+https://github.com/rust-lang/crates.io-index"876source = "registry+https://github.com/rust-lang/crates.io-index"
891checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"877checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"
892dependencies = [878dependencies = [
893 "cfg-if 1.0.0",879 "cfg-if",
894 "cipher 0.3.0",880 "cipher",
895 "cpufeatures",881 "cpufeatures",
896 "zeroize",882 "zeroize",
897]883]
904dependencies = [890dependencies = [
905 "aead",891 "aead",
906 "chacha20",892 "chacha20",
907 "cipher 0.3.0",893 "cipher",
908 "poly1305",894 "poly1305",
909 "zeroize",895 "zeroize",
910]896]
919 "js-sys",905 "js-sys",
920 "num-integer",906 "num-integer",
921 "num-traits",907 "num-traits",
922 "time 0.1.44",908 "time 0.1.45",
923 "wasm-bindgen",909 "wasm-bindgen",
924 "winapi",910 "winapi",
925]911]
946 "generic-array 0.14.6",932 "generic-array 0.14.6",
947]933]
948
949[[package]]
950name = "cipher"
951version = "0.4.3"
952source = "registry+https://github.com/rust-lang/crates.io-index"
953checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e"
954dependencies = [
955 "crypto-common",
956 "inout",
957]
958934
959[[package]]935[[package]]
960name = "ckb-merkle-mountain-range"936name = "ckb-merkle-mountain-range"
961version = "0.3.2"937version = "0.5.2"
962source = "registry+https://github.com/rust-lang/crates.io-index"938source = "registry+https://github.com/rust-lang/crates.io-index"
963checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"939checksum = "56ccb671c5921be8a84686e6212ca184cb1d7c51cadcdbfcbd1cc3f042f5dfb8"
964dependencies = [940dependencies = [
965 "cfg-if 0.1.10",941 "cfg-if",
966]942]
967943
968[[package]]944[[package]]
973dependencies = [949dependencies = [
974 "glob",950 "glob",
975 "libc",951 "libc",
976 "libloading 0.7.4",952 "libloading",
977]953]
978954
979[[package]]955[[package]]
980name = "clap"956name = "clap"
981version = "3.2.23"957version = "4.0.29"
982source = "registry+https://github.com/rust-lang/crates.io-index"958source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"959checksum = "4d63b9e9c07271b9957ad22c173bae2a4d9a81127680962039296abcd2f8251d"
984dependencies = [960dependencies = [
985 "atty",
986 "bitflags",961 "bitflags",
987 "clap_derive",962 "clap_derive",
988 "clap_lex",963 "clap_lex",
989 "indexmap",964 "is-terminal",
990 "once_cell",965 "once_cell",
991 "strsim",966 "strsim",
992 "termcolor",967 "termcolor",
993 "textwrap",
994]968]
995969
996[[package]]970[[package]]
997name = "clap_derive"971name = "clap_derive"
998version = "3.2.18"972version = "4.0.21"
999source = "registry+https://github.com/rust-lang/crates.io-index"973source = "registry+https://github.com/rust-lang/crates.io-index"
1000checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"974checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014"
1001dependencies = [975dependencies = [
1002 "heck",976 "heck",
1003 "proc-macro-error",977 "proc-macro-error",
1008982
1009[[package]]983[[package]]
1010name = "clap_lex"984name = "clap_lex"
1011version = "0.2.4"985version = "0.3.0"
1012source = "registry+https://github.com/rust-lang/crates.io-index"986source = "registry+https://github.com/rust-lang/crates.io-index"
1013checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"987checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
1014dependencies = [988dependencies = [
1015 "os_str_bytes",989 "os_str_bytes",
1016]990]
1017
1018[[package]]
1019name = "cmake"
1020version = "0.1.49"
1021source = "registry+https://github.com/rust-lang/crates.io-index"
1022checksum = "db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c"
1023dependencies = [
1024 "cc",
1025]
1026991
1027[[package]]992[[package]]
1028name = "coarsetime"993name = "coarsetime"
1057 "unicode-width",1022 "unicode-width",
1058]1023]
1059
1060[[package]]
1061name = "concurrent-queue"
1062version = "1.2.4"
1063source = "registry+https://github.com/rust-lang/crates.io-index"
1064checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c"
1065dependencies = [
1066 "cache-padded",
1067]
10681024
1069[[package]]1025[[package]]
1070name = "concurrent-queue"1026name = "concurrent-queue"
10901046
1091[[package]]1047[[package]]
1092name = "const-oid"1048name = "const-oid"
1093version = "0.7.1"1049version = "0.9.1"
1094source = "registry+https://github.com/rust-lang/crates.io-index"1050source = "registry+https://github.com/rust-lang/crates.io-index"
1095checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"1051checksum = "cec318a675afcb6a1ea1d4340e2d377e56e47c266f28043ceccbf4412ddfdd3b"
10961052
1097[[package]]1053[[package]]
1098name = "constant_time_eq"1054name = "constant_time_eq"
1143source = "registry+https://github.com/rust-lang/crates.io-index"1099source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1100checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"
1145dependencies = [1101dependencies = [
1146 "cfg-if 1.0.0",1102 "cfg-if",
1147]1103]
11481104
1149[[package]]1105[[package]]
1259source = "registry+https://github.com/rust-lang/crates.io-index"1215source = "registry+https://github.com/rust-lang/crates.io-index"
1260checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1216checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
1261dependencies = [1217dependencies = [
1262 "cfg-if 1.0.0",1218 "cfg-if",
1263]1219]
12641220
1265[[package]]1221[[package]]
1268source = "registry+https://github.com/rust-lang/crates.io-index"1224source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"1225checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
1270dependencies = [1226dependencies = [
1271 "cfg-if 1.0.0",1227 "cfg-if",
1272 "crossbeam-utils",1228 "crossbeam-utils",
1273]1229]
12741230
1278source = "registry+https://github.com/rust-lang/crates.io-index"1234source = "registry+https://github.com/rust-lang/crates.io-index"
1279checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"1235checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
1280dependencies = [1236dependencies = [
1281 "cfg-if 1.0.0",1237 "cfg-if",
1282 "crossbeam-epoch",1238 "crossbeam-epoch",
1283 "crossbeam-utils",1239 "crossbeam-utils",
1284]1240]
1290checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"1246checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
1291dependencies = [1247dependencies = [
1292 "autocfg",1248 "autocfg",
1293 "cfg-if 1.0.0",1249 "cfg-if",
1294 "crossbeam-utils",1250 "crossbeam-utils",
1295 "memoffset 0.7.1",1251 "memoffset 0.7.1",
1296 "scopeguard",1252 "scopeguard",
1302source = "registry+https://github.com/rust-lang/crates.io-index"1258source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"1259checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
1304dependencies = [1260dependencies = [
1305 "cfg-if 1.0.0",1261 "cfg-if",
1306 "crossbeam-utils",1262 "crossbeam-utils",
1307]1263]
13081264
1312source = "registry+https://github.com/rust-lang/crates.io-index"1268source = "registry+https://github.com/rust-lang/crates.io-index"
1313checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"1269checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
1314dependencies = [1270dependencies = [
1315 "cfg-if 1.0.0",1271 "cfg-if",
1316]1272]
13171273
1318[[package]]1274[[package]]
13231279
1324[[package]]1280[[package]]
1325name = "crypto-bigint"1281name = "crypto-bigint"
1326version = "0.3.2"1282version = "0.4.9"
1327source = "registry+https://github.com/rust-lang/crates.io-index"1283source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1284checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
1329dependencies = [1285dependencies = [
1330 "generic-array 0.14.6",1286 "generic-array 0.14.6",
1331 "rand_core 0.6.4",1287 "rand_core 0.6.4",
1379source = "registry+https://github.com/rust-lang/crates.io-index"1335source = "registry+https://github.com/rust-lang/crates.io-index"
1380checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1336checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"
1381dependencies = [1337dependencies = [
1382 "cipher 0.3.0",1338 "cipher",
1383]1339]
1384
1385[[package]]
1386name = "cuckoofilter"
1387version = "0.5.0"
1388source = "registry+https://github.com/rust-lang/crates.io-index"
1389checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"
1390dependencies = [
1391 "byteorder",
1392 "fnv",
1393 "rand 0.7.3",
1394]
13951340
1396[[package]]1341[[package]]
1397name = "cumulus-client-cli"1342name = "cumulus-client-cli"
1398version = "0.1.0"1343version = "0.1.0"
1399source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1344source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
1400dependencies = [1345dependencies = [
1401 "clap",1346 "clap",
1402 "parity-scale-codec 3.2.1",1347 "parity-scale-codec 3.2.1",
1411[[package]]1356[[package]]
1412name = "cumulus-client-collator"1357name = "cumulus-client-collator"
1413version = "0.1.0"1358version = "0.1.0"
1414source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1359source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
1415dependencies = [1360dependencies = [
1416 "cumulus-client-consensus-common",1361 "cumulus-client-consensus-common",
1417 "cumulus-client-network",1362 "cumulus-client-network",
1418 "cumulus-primitives-core",1363 "cumulus-primitives-core",
1419 "cumulus-relay-chain-interface",
1420 "futures 0.3.25",1364 "futures 0.3.25",
1421 "parity-scale-codec 3.2.1",1365 "parity-scale-codec 3.2.1",
1422 "parking_lot 0.12.1",1366 "parking_lot 0.12.1",
1435[[package]]1379[[package]]
1436name = "cumulus-client-consensus-aura"1380name = "cumulus-client-consensus-aura"
1437version = "0.1.0"1381version = "0.1.0"
1438source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1382source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
1439dependencies = [1383dependencies = [
1440 "async-trait",1384 "async-trait",
1441 "cumulus-client-consensus-common",1385 "cumulus-client-consensus-common",
1464[[package]]1408[[package]]
1465name = "cumulus-client-consensus-common"1409name = "cumulus-client-consensus-common"
1466version = "0.1.0"1410version = "0.1.0"
1467source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1411source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
1468dependencies = [1412dependencies = [
1469 "async-trait",1413 "async-trait",
1470 "cumulus-relay-chain-interface",1414 "cumulus-relay-chain-interface",
1474 "polkadot-primitives",1418 "polkadot-primitives",
1475 "sc-client-api",1419 "sc-client-api",
1476 "sc-consensus",1420 "sc-consensus",
1477 "sp-api",
1478 "sp-blockchain",1421 "sp-blockchain",
1479 "sp-consensus",1422 "sp-consensus",
1480 "sp-runtime",1423 "sp-runtime",
1485[[package]]1428[[package]]
1486name = "cumulus-client-network"1429name = "cumulus-client-network"
1487version = "0.1.0"1430version = "0.1.0"
1488source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1431source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
1489dependencies = [1432dependencies = [
1490 "async-trait",1433 "async-trait",
1491 "cumulus-relay-chain-interface",1434 "cumulus-relay-chain-interface",
1492 "derive_more",
1493 "futures 0.3.25",1435 "futures 0.3.25",
1494 "futures-timer",1436 "futures-timer",
1495 "parity-scale-codec 3.2.1",1437 "parity-scale-codec 3.2.1",
1498 "polkadot-parachain",1440 "polkadot-parachain",
1499 "polkadot-primitives",1441 "polkadot-primitives",
1500 "sc-client-api",1442 "sc-client-api",
1501 "sp-api",
1502 "sp-blockchain",1443 "sp-blockchain",
1503 "sp-consensus",1444 "sp-consensus",
1504 "sp-core",1445 "sp-core",
1510[[package]]1451[[package]]
1511name = "cumulus-client-pov-recovery"1452name = "cumulus-client-pov-recovery"
1512version = "0.1.0"1453version = "0.1.0"
1513source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1454source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
1514dependencies = [1455dependencies = [
1515 "cumulus-primitives-core",1456 "cumulus-primitives-core",
1516 "cumulus-relay-chain-interface",1457 "cumulus-relay-chain-interface",
1524 "rand 0.8.5",1465 "rand 0.8.5",
1525 "sc-client-api",1466 "sc-client-api",
1526 "sc-consensus",1467 "sc-consensus",
1527 "sp-api",
1528 "sp-consensus",1468 "sp-consensus",
1529 "sp-maybe-compressed-blob",1469 "sp-maybe-compressed-blob",
1530 "sp-runtime",1470 "sp-runtime",
1534[[package]]1474[[package]]
1535name = "cumulus-client-service"1475name = "cumulus-client-service"
1536version = "0.1.0"1476version = "0.1.0"
1537source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1477source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
1538dependencies = [1478dependencies = [
1539 "cumulus-client-cli",1479 "cumulus-client-cli",
1540 "cumulus-client-collator",1480 "cumulus-client-collator",
1543 "cumulus-primitives-core",1483 "cumulus-primitives-core",
1544 "cumulus-relay-chain-interface",1484 "cumulus-relay-chain-interface",
1545 "parking_lot 0.12.1",1485 "parking_lot 0.12.1",
1546 "polkadot-overseer",
1547 "polkadot-primitives",1486 "polkadot-primitives",
1548 "sc-client-api",1487 "sc-client-api",
1549 "sc-consensus",1488 "sc-consensus",
1550 "sc-consensus-babe",
1551 "sc-service",1489 "sc-service",
1552 "sc-telemetry",
1553 "sc-tracing",
1554 "sp-api",1490 "sp-api",
1555 "sp-blockchain",1491 "sp-blockchain",
1556 "sp-consensus",1492 "sp-consensus",
1557 "sp-core",1493 "sp-core",
1558 "sp-runtime",1494 "sp-runtime",
1559 "tracing",
1560]1495]
15611496
1562[[package]]1497[[package]]
1563name = "cumulus-pallet-aura-ext"1498name = "cumulus-pallet-aura-ext"
1564version = "0.1.0"1499version = "0.1.0"
1565source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1500source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
1566dependencies = [1501dependencies = [
1567 "frame-executive",
1568 "frame-support",1502 "frame-support",
1569 "frame-system",1503 "frame-system",
1570 "pallet-aura",1504 "pallet-aura",
1571 "parity-scale-codec 3.2.1",1505 "parity-scale-codec 3.2.1",
1572 "scale-info",1506 "scale-info",
1573 "serde",
1574 "sp-application-crypto",1507 "sp-application-crypto",
1575 "sp-consensus-aura",1508 "sp-consensus-aura",
1576 "sp-runtime",1509 "sp-runtime",
1580[[package]]1513[[package]]
1581name = "cumulus-pallet-dmp-queue"1514name = "cumulus-pallet-dmp-queue"
1582version = "0.1.0"1515version = "0.1.0"
1583source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1516source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
1584dependencies = [1517dependencies = [
1585 "cumulus-primitives-core",1518 "cumulus-primitives-core",
1586 "frame-support",1519 "frame-support",
1592 "sp-runtime",1525 "sp-runtime",
1593 "sp-std",1526 "sp-std",
1594 "xcm",1527 "xcm",
1595 "xcm-executor",
1596]1528]
15971529
1598[[package]]1530[[package]]
1599name = "cumulus-pallet-parachain-system"1531name = "cumulus-pallet-parachain-system"
1600version = "0.1.0"1532version = "0.1.0"
1601source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1533source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
1602dependencies = [1534dependencies = [
1603 "bytes",1535 "bytes",
1604 "cumulus-pallet-parachain-system-proc-macro",1536 "cumulus-pallet-parachain-system-proc-macro",
1609 "frame-system",1541 "frame-system",
1610 "impl-trait-for-tuples",1542 "impl-trait-for-tuples",
1611 "log",1543 "log",
1612 "pallet-balances",
1613 "parity-scale-codec 3.2.1",1544 "parity-scale-codec 3.2.1",
1614 "polkadot-parachain",1545 "polkadot-parachain",
1615 "scale-info",1546 "scale-info",
1616 "serde",
1617 "sp-core",1547 "sp-core",
1618 "sp-externalities",1548 "sp-externalities",
1619 "sp-inherents",1549 "sp-inherents",
1623 "sp-std",1553 "sp-std",
1624 "sp-trie",1554 "sp-trie",
1625 "sp-version",1555 "sp-version",
1626 "xcm",
1627]1556]
16281557
1629[[package]]1558[[package]]
1630name = "cumulus-pallet-parachain-system-proc-macro"1559name = "cumulus-pallet-parachain-system-proc-macro"
1631version = "0.1.0"1560version = "0.1.0"
1632source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1561source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
1633dependencies = [1562dependencies = [
1634 "proc-macro-crate",1563 "proc-macro-crate",
1635 "proc-macro2",1564 "proc-macro2",
1640[[package]]1569[[package]]
1641name = "cumulus-pallet-xcm"1570name = "cumulus-pallet-xcm"
1642version = "0.1.0"1571version = "0.1.0"
1643source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1572source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
1644dependencies = [1573dependencies = [
1645 "cumulus-primitives-core",1574 "cumulus-primitives-core",
1646 "frame-support",1575 "frame-support",
1647 "frame-system",1576 "frame-system",
1648 "parity-scale-codec 3.2.1",1577 "parity-scale-codec 3.2.1",
1649 "scale-info",1578 "scale-info",
1650 "serde",
1651 "sp-io",1579 "sp-io",
1652 "sp-runtime",1580 "sp-runtime",
1653 "sp-std",1581 "sp-std",
1657[[package]]1585[[package]]
1658name = "cumulus-pallet-xcmp-queue"1586name = "cumulus-pallet-xcmp-queue"
1659version = "0.1.0"1587version = "0.1.0"
1660source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1588source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
1661dependencies = [1589dependencies = [
1662 "cumulus-primitives-core",1590 "cumulus-primitives-core",
1663 "frame-support",1591 "frame-support",
1675[[package]]1603[[package]]
1676name = "cumulus-primitives-core"1604name = "cumulus-primitives-core"
1677version = "0.1.0"1605version = "0.1.0"
1678source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1606source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
1679dependencies = [1607dependencies = [
1680 "frame-support",
1681 "parity-scale-codec 3.2.1",1608 "parity-scale-codec 3.2.1",
1682 "polkadot-core-primitives",1609 "polkadot-core-primitives",
1683 "polkadot-parachain",1610 "polkadot-parachain",
1691[[package]]1618[[package]]
1692name = "cumulus-primitives-parachain-inherent"1619name = "cumulus-primitives-parachain-inherent"
1693version = "0.1.0"1620version = "0.1.0"
1694source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1621source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
1695dependencies = [1622dependencies = [
1696 "async-trait",1623 "async-trait",
1697 "cumulus-primitives-core",1624 "cumulus-primitives-core",
1714[[package]]1641[[package]]
1715name = "cumulus-primitives-timestamp"1642name = "cumulus-primitives-timestamp"
1716version = "0.1.0"1643version = "0.1.0"
1717source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1644source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
1718dependencies = [1645dependencies = [
1719 "cumulus-primitives-core",1646 "cumulus-primitives-core",
1720 "futures 0.3.25",1647 "futures 0.3.25",
1727[[package]]1654[[package]]
1728name = "cumulus-primitives-utility"1655name = "cumulus-primitives-utility"
1729version = "0.1.0"1656version = "0.1.0"
1730source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1657source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
1731dependencies = [1658dependencies = [
1732 "cumulus-primitives-core",1659 "cumulus-primitives-core",
1733 "frame-support",1660 "frame-support",
1734 "log",1661 "log",
1735 "parity-scale-codec 3.2.1",1662 "parity-scale-codec 3.2.1",
1736 "polkadot-core-primitives",
1737 "polkadot-parachain",
1738 "polkadot-primitives",
1739 "sp-runtime",1663 "sp-runtime",
1740 "sp-std",1664 "sp-std",
1741 "sp-trie",
1742 "xcm",1665 "xcm",
1743 "xcm-builder",1666 "xcm-builder",
1744 "xcm-executor",1667 "xcm-executor",
1747[[package]]1670[[package]]
1748name = "cumulus-relay-chain-inprocess-interface"1671name = "cumulus-relay-chain-inprocess-interface"
1749version = "0.1.0"1672version = "0.1.0"
1750source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1673source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
1751dependencies = [1674dependencies = [
1752 "async-trait",1675 "async-trait",
1753 "cumulus-primitives-core",1676 "cumulus-primitives-core",
1759 "polkadot-service",1682 "polkadot-service",
1760 "sc-cli",1683 "sc-cli",
1761 "sc-client-api",1684 "sc-client-api",
1762 "sc-consensus-babe",
1763 "sc-network",
1764 "sc-sysinfo",1685 "sc-sysinfo",
1765 "sc-telemetry",1686 "sc-telemetry",
1766 "sc-tracing",1687 "sc-tracing",
1767 "sp-api",1688 "sp-api",
1768 "sp-blockchain",
1769 "sp-consensus",1689 "sp-consensus",
1770 "sp-core",1690 "sp-core",
1771 "sp-runtime",1691 "sp-runtime",
1772 "sp-state-machine",1692 "sp-state-machine",
1773 "tracing",
1774]1693]
17751694
1776[[package]]1695[[package]]
1777name = "cumulus-relay-chain-interface"1696name = "cumulus-relay-chain-interface"
1778version = "0.1.0"1697version = "0.1.0"
1779source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1698source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
1780dependencies = [1699dependencies = [
1781 "async-trait",1700 "async-trait",
1782 "cumulus-primitives-core",1701 "cumulus-primitives-core",
1783 "derive_more",
1784 "futures 0.3.25",1702 "futures 0.3.25",
1785 "jsonrpsee-core",1703 "jsonrpsee-core",
1786 "parity-scale-codec 3.2.1",1704 "parity-scale-codec 3.2.1",
1787 "parking_lot 0.12.1",
1788 "polkadot-overseer",1705 "polkadot-overseer",
1789 "polkadot-service",1706 "polkadot-service",
1790 "sc-client-api",1707 "sc-client-api",
1791 "sp-api",1708 "sp-api",
1792 "sp-blockchain",1709 "sp-blockchain",
1793 "sp-core",
1794 "sp-runtime",
1795 "sp-state-machine",1710 "sp-state-machine",
1796 "thiserror",1711 "thiserror",
1797]1712]
1713
1714[[package]]
1715name = "cumulus-relay-chain-minimal-node"
1716version = "0.1.0"
1717source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
1718dependencies = [
1719 "array-bytes",
1720 "async-trait",
1721 "cumulus-primitives-core",
1722 "cumulus-relay-chain-interface",
1723 "cumulus-relay-chain-rpc-interface",
1724 "futures 0.3.25",
1725 "lru",
1726 "polkadot-availability-distribution",
1727 "polkadot-core-primitives",
1728 "polkadot-network-bridge",
1729 "polkadot-node-core-av-store",
1730 "polkadot-node-network-protocol",
1731 "polkadot-node-subsystem-util",
1732 "polkadot-overseer",
1733 "polkadot-primitives",
1734 "polkadot-service",
1735 "sc-authority-discovery",
1736 "sc-client-api",
1737 "sc-consensus",
1738 "sc-keystore",
1739 "sc-network",
1740 "sc-network-common",
1741 "sc-network-light",
1742 "sc-network-sync",
1743 "sc-service",
1744 "sc-telemetry",
1745 "sc-tracing",
1746 "sc-transaction-pool",
1747 "sc-transaction-pool-api",
1748 "sp-api",
1749 "sp-blockchain",
1750 "sp-consensus",
1751 "sp-consensus-babe",
1752 "sp-runtime",
1753 "tokio",
1754 "tracing",
1755 "url",
1756]
17981757
1799[[package]]1758[[package]]
1800name = "cumulus-relay-chain-rpc-interface"1759name = "cumulus-relay-chain-rpc-interface"
1801version = "0.1.0"1760version = "0.1.0"
1802source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1761source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
1803dependencies = [1762dependencies = [
1804 "async-trait",1763 "async-trait",
1805 "backoff",1764 "backoff",
1809 "futures-timer",1768 "futures-timer",
1810 "jsonrpsee",1769 "jsonrpsee",
1811 "parity-scale-codec 3.2.1",1770 "parity-scale-codec 3.2.1",
1812 "parking_lot 0.12.1",
1813 "polkadot-service",1771 "polkadot-service",
1814 "sc-client-api",1772 "sc-client-api",
1815 "sc-rpc-api",1773 "sc-rpc-api",
1816 "sp-api",1774 "sp-api",
1775 "sp-authority-discovery",
1776 "sp-consensus-babe",
1817 "sp-core",1777 "sp-core",
1818 "sp-runtime",1778 "sp-runtime",
1819 "sp-state-machine",1779 "sp-state-machine",
1826[[package]]1786[[package]]
1827name = "cumulus-test-relay-sproof-builder"1787name = "cumulus-test-relay-sproof-builder"
1828version = "0.1.0"1788version = "0.1.0"
1829source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1789source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
1830dependencies = [1790dependencies = [
1831 "cumulus-primitives-core",1791 "cumulus-primitives-core",
1832 "parity-scale-codec 3.2.1",1792 "parity-scale-codec 3.2.1",
18771837
1878[[package]]1838[[package]]
1879name = "cxx"1839name = "cxx"
1880version = "1.0.82"1840version = "1.0.83"
1881source = "registry+https://github.com/rust-lang/crates.io-index"1841source = "registry+https://github.com/rust-lang/crates.io-index"
1882checksum = "d4a41a86530d0fe7f5d9ea779916b7cadd2d4f9add748b99c2c029cbbdfaf453"1842checksum = "bdf07d07d6531bfcdbe9b8b739b104610c6508dcc4d63b410585faf338241daf"
1883dependencies = [1843dependencies = [
1884 "cc",1844 "cc",
1885 "cxxbridge-flags",1845 "cxxbridge-flags",
18891849
1890[[package]]1850[[package]]
1891name = "cxx-build"1851name = "cxx-build"
1892version = "1.0.82"1852version = "1.0.83"
1893source = "registry+https://github.com/rust-lang/crates.io-index"1853source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "06416d667ff3e3ad2df1cd8cd8afae5da26cf9cec4d0825040f88b5ca659a2f0"1854checksum = "d2eb5b96ecdc99f72657332953d4d9c50135af1bac34277801cc3937906ebd39"
1895dependencies = [1855dependencies = [
1896 "cc",1856 "cc",
1897 "codespan-reporting",1857 "codespan-reporting",
19041864
1905[[package]]1865[[package]]
1906name = "cxxbridge-flags"1866name = "cxxbridge-flags"
1907version = "1.0.82"1867version = "1.0.83"
1908source = "registry+https://github.com/rust-lang/crates.io-index"1868source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "820a9a2af1669deeef27cb271f476ffd196a2c4b6731336011e0ba63e2c7cf71"1869checksum = "ac040a39517fd1674e0f32177648334b0f4074625b5588a64519804ba0553b12"
19101870
1911[[package]]1871[[package]]
1912name = "cxxbridge-macro"1872name = "cxxbridge-macro"
1913version = "1.0.82"1873version = "1.0.83"
1914source = "registry+https://github.com/rust-lang/crates.io-index"1874source = "registry+https://github.com/rust-lang/crates.io-index"
1915checksum = "a08a6e2fcc370a089ad3b4aaf54db3b1b4cee38ddabce5896b33eb693275f470"1875checksum = "1362b0ddcfc4eb0a1f57b68bd77dd99f0e826958a96abd0ae9bd092e114ffed6"
1916dependencies = [1876dependencies = [
1917 "proc-macro2",1877 "proc-macro2",
1918 "quote",1878 "quote",
19211881
1922[[package]]1882[[package]]
1923name = "data-encoding"1883name = "data-encoding"
1924version = "2.3.2"1884version = "2.3.3"
1925source = "registry+https://github.com/rust-lang/crates.io-index"1885source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"1886checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
19271887
1928[[package]]1888[[package]]
1929name = "data-encoding-macro"1889name = "data-encoding-macro"
19471907
1948[[package]]1908[[package]]
1949name = "der"1909name = "der"
1950version = "0.5.1"1910version = "0.6.0"
1951source = "registry+https://github.com/rust-lang/crates.io-index"1911source = "registry+https://github.com/rust-lang/crates.io-index"
1952checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"1912checksum = "13dd2ae565c0a381dde7fade45fce95984c568bdcb4700a4fdbe3175e0380b2f"
1953dependencies = [1913dependencies = [
1954 "const-oid",1914 "const-oid",
1915 "zeroize",
1955]1916]
19561917
1957[[package]]1918[[package]]
1978 "syn",1939 "syn",
1979]1940]
1941
1942[[package]]
1943name = "difflib"
1944version = "0.4.0"
1945source = "registry+https://github.com/rust-lang/crates.io-index"
1946checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
19801947
1981[[package]]1948[[package]]
1982name = "digest"1949name = "digest"
2022source = "registry+https://github.com/rust-lang/crates.io-index"1989source = "registry+https://github.com/rust-lang/crates.io-index"
2023checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"1990checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
2024dependencies = [1991dependencies = [
2025 "cfg-if 1.0.0",1992 "cfg-if",
2026 "dirs-sys-next",1993 "dirs-sys-next",
2027]1994]
20281995
2058 "quick-error",2025 "quick-error",
2059]2026]
2027
2028[[package]]
2029name = "downcast"
2030version = "0.11.0"
2031source = "registry+https://github.com/rust-lang/crates.io-index"
2032checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
20602033
2061[[package]]2034[[package]]
2062name = "downcast-rs"2035name = "downcast-rs"
20992072
2100[[package]]2073[[package]]
2101name = "ecdsa"2074name = "ecdsa"
2102version = "0.13.4"2075version = "0.14.8"
2103source = "registry+https://github.com/rust-lang/crates.io-index"2076source = "registry+https://github.com/rust-lang/crates.io-index"
2104checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2077checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
2105dependencies = [2078dependencies = [
2106 "der",2079 "der",
2107 "elliptic-curve",2080 "elliptic-curve",
21542127
2155[[package]]2128[[package]]
2156name = "elliptic-curve"2129name = "elliptic-curve"
2157version = "0.11.12"2130version = "0.12.3"
2158source = "registry+https://github.com/rust-lang/crates.io-index"2131source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2132checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
2160dependencies = [2133dependencies = [
2161 "base16ct",2134 "base16ct",
2162 "crypto-bigint",2135 "crypto-bigint",
2163 "der",2136 "der",
2137 "digest 0.10.6",
2164 "ff",2138 "ff",
2165 "generic-array 0.14.6",2139 "generic-array 0.14.6",
2166 "group",2140 "group",
21782152
2179[[package]]2153[[package]]
2180name = "enum-as-inner"2154name = "enum-as-inner"
2181version = "0.4.0"2155version = "0.5.1"
2182source = "registry+https://github.com/rust-lang/crates.io-index"2156source = "registry+https://github.com/rust-lang/crates.io-index"
2183checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"2157checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"
2184dependencies = [2158dependencies = [
2185 "heck",2159 "heck",
2186 "proc-macro2",2160 "proc-macro2",
22342208
2235[[package]]2209[[package]]
2236name = "environmental"2210name = "environmental"
2237version = "1.1.3"2211version = "1.1.4"
2238source = "registry+https://github.com/rust-lang/crates.io-index"2212source = "registry+https://github.com/rust-lang/crates.io-index"
2239checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"2213checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b"
22402214
2241[[package]]2215[[package]]
2242name = "errno"2216name = "errno"
2264version = "0.12.1"2238version = "0.12.1"
2265source = "registry+https://github.com/rust-lang/crates.io-index"2239source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2240checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"
2241dependencies = [
2242 "crunchy",
2243 "fixed-hash 0.7.0",
2244 "impl-codec",
2245 "impl-rlp",
2246 "scale-info",
2247 "tiny-keccak",
2248]
2249
2250[[package]]
2251name = "ethbloom"
2252version = "0.13.0"
2253source = "registry+https://github.com/rust-lang/crates.io-index"
2254checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60"
2267dependencies = [2255dependencies = [
2268 "crunchy",2256 "crunchy",
2269 "fixed-hash",2257 "fixed-hash 0.8.0",
2270 "impl-codec",2258 "impl-codec",
2271 "impl-rlp",2259 "impl-rlp",
2272 "impl-serde",2260 "impl-serde",
2279version = "0.12.0"2267version = "0.12.0"
2280source = "registry+https://github.com/rust-lang/crates.io-index"2268source = "registry+https://github.com/rust-lang/crates.io-index"
2281checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2269checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"
2270dependencies = [
2271 "bytes",
2272 "ethereum-types 0.13.1",
2273 "hash-db",
2274 "hash256-std-hasher",
2275 "rlp",
2276 "rlp-derive",
2277 "sha3",
2278 "triehash",
2279]
2280
2281[[package]]
2282name = "ethereum"
2283version = "0.14.0"
2284source = "registry+https://github.com/rust-lang/crates.io-index"
2285checksum = "6a89fb87a9e103f71b903b80b670200b54cc67a07578f070681f1fffb7396fb7"
2282dependencies = [2286dependencies = [
2283 "bytes",2287 "bytes",
2284 "ethereum-types",2288 "ethereum-types 0.14.1",
2285 "hash-db",2289 "hash-db",
2286 "hash256-std-hasher",2290 "hash256-std-hasher",
2287 "parity-scale-codec 3.2.1",2291 "parity-scale-codec 3.2.1",
2288 "rlp",2292 "rlp",
2289 "rlp-derive",
2290 "scale-info",2293 "scale-info",
2291 "serde",2294 "serde",
2292 "sha3",2295 "sha3",
2298version = "0.13.1"2301version = "0.13.1"
2299source = "registry+https://github.com/rust-lang/crates.io-index"2302source = "registry+https://github.com/rust-lang/crates.io-index"
2300checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2303checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"
2304dependencies = [
2305 "ethbloom 0.12.1",
2306 "fixed-hash 0.7.0",
2307 "impl-codec",
2308 "impl-rlp",
2309 "primitive-types 0.11.1",
2310 "scale-info",
2311 "uint",
2312]
2313
2314[[package]]
2315name = "ethereum-types"
2316version = "0.14.1"
2317source = "registry+https://github.com/rust-lang/crates.io-index"
2318checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee"
2301dependencies = [2319dependencies = [
2302 "ethbloom",2320 "ethbloom 0.13.0",
2303 "fixed-hash",2321 "fixed-hash 0.8.0",
2304 "impl-codec",2322 "impl-codec",
2305 "impl-rlp",2323 "impl-rlp",
2306 "impl-serde",2324 "impl-serde",
2307 "primitive-types",2325 "primitive-types 0.12.1",
2308 "scale-info",2326 "scale-info",
2309 "uint",2327 "uint",
2310]2328]
2318[[package]]2336[[package]]
2319name = "evm"2337name = "evm"
2320version = "0.35.0"2338version = "0.35.0"
2321source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2339source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.33#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"
2322dependencies = [2340dependencies = [
2323 "auto_impl",2341 "auto_impl",
2324 "environmental",2342 "environmental",
2325 "ethereum",2343 "ethereum 0.14.0",
2326 "evm-core",2344 "evm-core",
2327 "evm-gasometer",2345 "evm-gasometer",
2328 "evm-runtime",2346 "evm-runtime",
2329 "log",2347 "log",
2330 "parity-scale-codec 3.2.1",2348 "parity-scale-codec 3.2.1",
2331 "primitive-types",2349 "primitive-types 0.12.1",
2332 "rlp",2350 "rlp",
2333 "scale-info",2351 "scale-info",
2334 "serde",2352 "serde",
2339name = "evm-coder"2357name = "evm-coder"
2340version = "0.1.5"2358version = "0.1.5"
2341dependencies = [2359dependencies = [
2342 "ethereum",2360 "ethereum 0.14.0",
2343 "evm-coder-procedural",2361 "evm-coder-procedural",
2344 "evm-core",2362 "evm-core",
2345 "frame-support",2363 "frame-support",
2346 "hex",2364 "hex",
2347 "hex-literal",2365 "hex-literal",
2348 "impl-trait-for-tuples",2366 "impl-trait-for-tuples",
2349 "pallet-evm",2367 "pallet-evm",
2350 "primitive-types",2368 "primitive-types 0.12.1",
2351 "sha3-const",2369 "sha3-const",
2352 "similar-asserts",2370 "similar-asserts",
2353 "sp-std",2371 "sp-std",
2369[[package]]2387[[package]]
2370name = "evm-core"2388name = "evm-core"
2371version = "0.35.0"2389version = "0.35.0"
2372source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2390source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.33#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"
2373dependencies = [2391dependencies = [
2374 "parity-scale-codec 3.2.1",2392 "parity-scale-codec 3.2.1",
2375 "primitive-types",2393 "primitive-types 0.12.1",
2376 "scale-info",2394 "scale-info",
2377 "serde",2395 "serde",
2378]2396]
23792397
2380[[package]]2398[[package]]
2381name = "evm-gasometer"2399name = "evm-gasometer"
2382version = "0.35.0"2400version = "0.35.0"
2383source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2401source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.33#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"
2384dependencies = [2402dependencies = [
2385 "environmental",2403 "environmental",
2386 "evm-core",2404 "evm-core",
2387 "evm-runtime",2405 "evm-runtime",
2388 "primitive-types",2406 "primitive-types 0.12.1",
2389]2407]
23902408
2391[[package]]2409[[package]]
2392name = "evm-runtime"2410name = "evm-runtime"
2393version = "0.35.0"2411version = "0.35.0"
2394source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2412source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.33#a68cd3ea5ee2eb310e3452e660a8e9e56a474d2a"
2395dependencies = [2413dependencies = [
2396 "auto_impl",2414 "auto_impl",
2397 "environmental",2415 "environmental",
2398 "evm-core",2416 "evm-core",
2399 "primitive-types",2417 "primitive-types 0.12.1",
2400 "sha3",2418 "sha3",
2401]2419]
24022420
2483[[package]]2501[[package]]
2484name = "fc-consensus"2502name = "fc-consensus"
2485version = "2.0.0-dev"2503version = "2.0.0-dev"
2486source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"2504source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
2487dependencies = [2505dependencies = [
2488 "async-trait",2506 "async-trait",
2489 "fc-db",2507 "fc-db",
2502[[package]]2520[[package]]
2503name = "fc-db"2521name = "fc-db"
2504version = "2.0.0-dev"2522version = "2.0.0-dev"
2505source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"2523source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
2506dependencies = [2524dependencies = [
2507 "fp-storage",2525 "fp-storage",
2508 "kvdb-rocksdb",2526 "kvdb-rocksdb",
2509 "log",2527 "log",
2510 "parity-db",2528 "parity-db 0.3.17",
2511 "parity-scale-codec 3.2.1",2529 "parity-scale-codec 3.2.1",
2512 "parking_lot 0.12.1",2530 "parking_lot 0.12.1",
2513 "sc-client-db",2531 "sc-client-db",
2520[[package]]2538[[package]]
2521name = "fc-mapping-sync"2539name = "fc-mapping-sync"
2522version = "2.0.0-dev"2540version = "2.0.0-dev"
2523source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"2541source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
2524dependencies = [2542dependencies = [
2525 "fc-db",2543 "fc-db",
2526 "fp-consensus",2544 "fp-consensus",
2537[[package]]2555[[package]]
2538name = "fc-rpc"2556name = "fc-rpc"
2539version = "2.0.0-dev"2557version = "2.0.0-dev"
2540source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"2558source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
2541dependencies = [2559dependencies = [
2542 "ethereum",2560 "ethereum 0.14.0",
2543 "ethereum-types",2561 "ethereum-types 0.14.1",
2544 "evm",2562 "evm",
2545 "fc-db",2563 "fc-db",
2546 "fc-rpc-core",2564 "fc-rpc-core",
2553 "jsonrpsee",2571 "jsonrpsee",
2554 "libsecp256k1",2572 "libsecp256k1",
2555 "log",2573 "log",
2556 "lru 0.8.1",2574 "lru",
2557 "parity-scale-codec 3.2.1",2575 "parity-scale-codec 3.2.1",
2558 "prometheus",2576 "prometheus",
2559 "rand 0.8.5",2577 "rand 0.8.5",
2580[[package]]2598[[package]]
2581name = "fc-rpc-core"2599name = "fc-rpc-core"
2582version = "1.1.0-dev"2600version = "1.1.0-dev"
2583source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"2601source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
2584dependencies = [2602dependencies = [
2585 "ethereum",2603 "ethereum 0.14.0",
2586 "ethereum-types",2604 "ethereum-types 0.14.1",
2587 "jsonrpsee",2605 "jsonrpsee",
2588 "rlp",2606 "rlp",
2589 "rustc-hex",2607 "rustc-hex",
26022620
2603[[package]]2621[[package]]
2604name = "ff"2622name = "ff"
2605version = "0.11.1"2623version = "0.12.1"
2606source = "registry+https://github.com/rust-lang/crates.io-index"2624source = "registry+https://github.com/rust-lang/crates.io-index"
2607checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"2625checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
2608dependencies = [2626dependencies = [
2609 "rand_core 0.6.4",2627 "rand_core 0.6.4",
2610 "subtle",2628 "subtle",
2626source = "registry+https://github.com/rust-lang/crates.io-index"2644source = "registry+https://github.com/rust-lang/crates.io-index"
2627checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"2645checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"
2628dependencies = [2646dependencies = [
2629 "cfg-if 1.0.0",2647 "cfg-if",
2630 "libc",2648 "libc",
2631 "redox_syscall",2649 "redox_syscall",
2632 "windows-sys 0.42.0",2650 "windows-sys 0.42.0",
2653version = "0.7.0"2671version = "0.7.0"
2654source = "registry+https://github.com/rust-lang/crates.io-index"2672source = "registry+https://github.com/rust-lang/crates.io-index"
2655checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2673checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"
2674dependencies = [
2675 "byteorder",
2676 "rustc-hex",
2677 "static_assertions",
2678]
2679
2680[[package]]
2681name = "fixed-hash"
2682version = "0.8.0"
2683source = "registry+https://github.com/rust-lang/crates.io-index"
2684checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534"
2656dependencies = [2685dependencies = [
2657 "byteorder",2686 "byteorder",
2658 "rand 0.8.5",2687 "rand 0.8.5",
26682697
2669[[package]]2698[[package]]
2670name = "flate2"2699name = "flate2"
2671version = "1.0.24"2700version = "1.0.25"
2672source = "registry+https://github.com/rust-lang/crates.io-index"2701source = "registry+https://github.com/rust-lang/crates.io-index"
2673checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"2702checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
2674dependencies = [2703dependencies = [
2675 "crc32fast",2704 "crc32fast",
2676 "libz-sys",2705 "libz-sys",
2677 "miniz_oxide",2706 "miniz_oxide 0.6.2",
2678]2707]
26792708
2680[[package]]2709[[package]]
2694 "time 0.3.9",2723 "time 0.3.9",
2695]2724]
2725
2726[[package]]
2727name = "float-cmp"
2728version = "0.9.0"
2729source = "registry+https://github.com/rust-lang/crates.io-index"
2730checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
2731dependencies = [
2732 "num-traits",
2733]
26962734
2697[[package]]2735[[package]]
2698name = "fnv"2736name = "fnv"
2703[[package]]2741[[package]]
2704name = "fork-tree"2742name = "fork-tree"
2705version = "3.0.0"2743version = "3.0.0"
2706source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2744source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
2707dependencies = [2745dependencies = [
2708 "parity-scale-codec 3.2.1",2746 "parity-scale-codec 3.2.1",
2709]2747]
2720[[package]]2758[[package]]
2721name = "fp-consensus"2759name = "fp-consensus"
2722version = "2.0.0-dev"2760version = "2.0.0-dev"
2723source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"2761source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
2724dependencies = [2762dependencies = [
2725 "ethereum",2763 "ethereum 0.14.0",
2726 "parity-scale-codec 3.2.1",2764 "parity-scale-codec 3.2.1",
2727 "sp-core",2765 "sp-core",
2728 "sp-runtime",2766 "sp-runtime",
2732[[package]]2770[[package]]
2733name = "fp-ethereum"2771name = "fp-ethereum"
2734version = "1.0.0-dev"2772version = "1.0.0-dev"
2735source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"2773source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
2736dependencies = [2774dependencies = [
2737 "ethereum",2775 "ethereum 0.14.0",
2738 "ethereum-types",2776 "ethereum-types 0.14.1",
2739 "fp-evm",2777 "fp-evm",
2740 "frame-support",2778 "frame-support",
2741 "num_enum",2779 "num_enum",
2747[[package]]2785[[package]]
2748name = "fp-evm"2786name = "fp-evm"
2749version = "3.0.0-dev"2787version = "3.0.0-dev"
2750source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"2788source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
2751dependencies = [2789dependencies = [
2752 "evm",2790 "evm",
2753 "frame-support",2791 "frame-support",
2761[[package]]2799[[package]]
2762name = "fp-evm-mapping"2800name = "fp-evm-mapping"
2763version = "0.1.0"2801version = "0.1.0"
2764source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"2802source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
2765dependencies = [2803dependencies = [
2766 "frame-support",2804 "frame-support",
2767 "sp-core",2805 "sp-core",
2770[[package]]2808[[package]]
2771name = "fp-rpc"2809name = "fp-rpc"
2772version = "3.0.0-dev"2810version = "3.0.0-dev"
2773source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"2811source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
2774dependencies = [2812dependencies = [
2775 "ethereum",2813 "ethereum 0.14.0",
2776 "ethereum-types",2814 "ethereum-types 0.14.1",
2777 "fp-evm",2815 "fp-evm",
2778 "parity-scale-codec 3.2.1",2816 "parity-scale-codec 3.2.1",
2779 "scale-info",2817 "scale-info",
2787[[package]]2825[[package]]
2788name = "fp-self-contained"2826name = "fp-self-contained"
2789version = "1.0.0-dev"2827version = "1.0.0-dev"
2790source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"2828source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
2791dependencies = [2829dependencies = [
2792 "ethereum",2830 "ethereum 0.14.0",
2793 "frame-support",2831 "frame-support",
2794 "parity-scale-codec 3.2.1",2832 "parity-scale-codec 3.2.1",
2795 "parity-util-mem",2833 "parity-util-mem",
2801[[package]]2839[[package]]
2802name = "fp-storage"2840name = "fp-storage"
2803version = "2.0.0"2841version = "2.0.0"
2804source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"2842source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
2805dependencies = [2843dependencies = [
2806 "parity-scale-codec 3.2.1",2844 "parity-scale-codec 3.2.1",
2807 "serde",2845 "serde",
2808]2846]
2847
2848[[package]]
2849name = "fragile"
2850version = "2.0.0"
2851source = "registry+https://github.com/rust-lang/crates.io-index"
2852checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"
28092853
2810[[package]]2854[[package]]
2811name = "frame-benchmarking"2855name = "frame-benchmarking"
2812version = "4.0.0-dev"2856version = "4.0.0-dev"
2813source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2857source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
2814dependencies = [2858dependencies = [
2815 "frame-support",2859 "frame-support",
2816 "frame-system",2860 "frame-system",
2833[[package]]2877[[package]]
2834name = "frame-benchmarking-cli"2878name = "frame-benchmarking-cli"
2835version = "4.0.0-dev"2879version = "4.0.0-dev"
2836source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2880source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
2837dependencies = [2881dependencies = [
2838 "Inflector",2882 "Inflector",
2839 "array-bytes",2883 "array-bytes",
2874 "sp-keystore",2918 "sp-keystore",
2875 "sp-runtime",2919 "sp-runtime",
2876 "sp-state-machine",2920 "sp-state-machine",
2921 "sp-std",
2877 "sp-storage",2922 "sp-storage",
2878 "sp-trie",2923 "sp-trie",
2879 "tempfile",2924 "tempfile",
2884[[package]]2929[[package]]
2885name = "frame-election-provider-solution-type"2930name = "frame-election-provider-solution-type"
2886version = "4.0.0-dev"2931version = "4.0.0-dev"
2887source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2932source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
2888dependencies = [2933dependencies = [
2889 "proc-macro-crate",2934 "proc-macro-crate",
2890 "proc-macro2",2935 "proc-macro2",
2895[[package]]2940[[package]]
2896name = "frame-election-provider-support"2941name = "frame-election-provider-support"
2897version = "4.0.0-dev"2942version = "4.0.0-dev"
2898source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2943source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
2899dependencies = [2944dependencies = [
2900 "frame-election-provider-solution-type",2945 "frame-election-provider-solution-type",
2901 "frame-support",2946 "frame-support",
2911[[package]]2956[[package]]
2912name = "frame-executive"2957name = "frame-executive"
2913version = "4.0.0-dev"2958version = "4.0.0-dev"
2914source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2959source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
2915dependencies = [2960dependencies = [
2916 "frame-support",2961 "frame-support",
2917 "frame-system",2962 "frame-system",
2931source = "registry+https://github.com/rust-lang/crates.io-index"2976source = "registry+https://github.com/rust-lang/crates.io-index"
2932checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2977checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"
2933dependencies = [2978dependencies = [
2934 "cfg-if 1.0.0",2979 "cfg-if",
2935 "parity-scale-codec 3.2.1",2980 "parity-scale-codec 3.2.1",
2936 "scale-info",2981 "scale-info",
2937 "serde",2982 "serde",
2940[[package]]2985[[package]]
2941name = "frame-support"2986name = "frame-support"
2942version = "4.0.0-dev"2987version = "4.0.0-dev"
2943source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2988source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
2944dependencies = [2989dependencies = [
2945 "bitflags",2990 "bitflags",
2946 "frame-metadata",2991 "frame-metadata",
2972[[package]]3017[[package]]
2973name = "frame-support-procedural"3018name = "frame-support-procedural"
2974version = "4.0.0-dev"3019version = "4.0.0-dev"
2975source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3020source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
2976dependencies = [3021dependencies = [
2977 "Inflector",3022 "Inflector",
2978 "cfg-expr",3023 "cfg-expr",
2986[[package]]3031[[package]]
2987name = "frame-support-procedural-tools"3032name = "frame-support-procedural-tools"
2988version = "4.0.0-dev"3033version = "4.0.0-dev"
2989source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3034source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
2990dependencies = [3035dependencies = [
2991 "frame-support-procedural-tools-derive",3036 "frame-support-procedural-tools-derive",
2992 "proc-macro-crate",3037 "proc-macro-crate",
2998[[package]]3043[[package]]
2999name = "frame-support-procedural-tools-derive"3044name = "frame-support-procedural-tools-derive"
3000version = "3.0.0"3045version = "3.0.0"
3001source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3046source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
3002dependencies = [3047dependencies = [
3003 "proc-macro2",3048 "proc-macro2",
3004 "quote",3049 "quote",
3008[[package]]3053[[package]]
3009name = "frame-system"3054name = "frame-system"
3010version = "4.0.0-dev"3055version = "4.0.0-dev"
3011source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3056source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
3012dependencies = [3057dependencies = [
3013 "frame-support",3058 "frame-support",
3014 "log",3059 "log",
3026[[package]]3071[[package]]
3027name = "frame-system-benchmarking"3072name = "frame-system-benchmarking"
3028version = "4.0.0-dev"3073version = "4.0.0-dev"
3029source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3074source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
3030dependencies = [3075dependencies = [
3031 "frame-benchmarking",3076 "frame-benchmarking",
3032 "frame-support",3077 "frame-support",
3041[[package]]3086[[package]]
3042name = "frame-system-rpc-runtime-api"3087name = "frame-system-rpc-runtime-api"
3043version = "4.0.0-dev"3088version = "4.0.0-dev"
3044source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3089source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
3045dependencies = [3090dependencies = [
3046 "parity-scale-codec 3.2.1",3091 "parity-scale-codec 3.2.1",
3047 "sp-api",3092 "sp-api",
3050[[package]]3095[[package]]
3051name = "frame-try-runtime"3096name = "frame-try-runtime"
3052version = "0.10.0-dev"3097version = "0.10.0-dev"
3053source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3098source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
3054dependencies = [3099dependencies = [
3055 "frame-support",3100 "frame-support",
3056 "parity-scale-codec 3.2.1",3101 "parity-scale-codec 3.2.1",
3065source = "registry+https://github.com/rust-lang/crates.io-index"3110source = "registry+https://github.com/rust-lang/crates.io-index"
3066checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"3111checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"
3067
3068[[package]]
3069name = "fs-swap"
3070version = "0.2.6"
3071source = "registry+https://github.com/rust-lang/crates.io-index"
3072checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"
3073dependencies = [
3074 "lazy_static",
3075 "libc",
3076 "libloading 0.5.2",
3077 "winapi",
3078]
30793112
3080[[package]]3113[[package]]
3081name = "fs2"3114name = "fs2"
3278source = "registry+https://github.com/rust-lang/crates.io-index"3311source = "registry+https://github.com/rust-lang/crates.io-index"
3279checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3312checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
3280dependencies = [3313dependencies = [
3281 "cfg-if 1.0.0",3314 "cfg-if",
3282 "js-sys",3315 "js-sys",
3283 "libc",3316 "libc",
3284 "wasi 0.9.0+wasi-snapshot-preview1",3317 "wasi 0.9.0+wasi-snapshot-preview1",
3291source = "registry+https://github.com/rust-lang/crates.io-index"3324source = "registry+https://github.com/rust-lang/crates.io-index"
3292checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"3325checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
3293dependencies = [3326dependencies = [
3294 "cfg-if 1.0.0",3327 "cfg-if",
3295 "libc",3328 "libc",
3296 "wasi 0.11.0+wasi-snapshot-preview1",3329 "wasi 0.11.0+wasi-snapshot-preview1",
3297]3330]
33383371
3339[[package]]3372[[package]]
3340name = "gloo-timers"3373name = "gloo-timers"
3341version = "0.2.4"3374version = "0.2.5"
3342source = "registry+https://github.com/rust-lang/crates.io-index"3375source = "registry+https://github.com/rust-lang/crates.io-index"
3343checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3376checksum = "98c4a8d6391675c6b2ee1a6c8d06e8e2d03605c44cec1270675985a4c2a5500b"
3344dependencies = [3377dependencies = [
3345 "futures-channel",3378 "futures-channel",
3346 "futures-core",3379 "futures-core",
33503383
3351[[package]]3384[[package]]
3352name = "group"3385name = "group"
3353version = "0.11.0"3386version = "0.12.1"
3354source = "registry+https://github.com/rust-lang/crates.io-index"3387source = "registry+https://github.com/rust-lang/crates.io-index"
3355checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3388checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
3356dependencies = [3389dependencies = [
3357 "ff",3390 "ff",
3358 "rand_core 0.6.4",3391 "rand_core 0.6.4",
3431 "libc",3464 "libc",
3432]3465]
3466
3467[[package]]
3468name = "hermit-abi"
3469version = "0.2.6"
3470source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
3472dependencies = [
3473 "libc",
3474]
34333475
3434[[package]]3476[[package]]
3435name = "hex"3477name = "hex"
3443source = "registry+https://github.com/rust-lang/crates.io-index"3485source = "registry+https://github.com/rust-lang/crates.io-index"
3444checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"3486checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"
3445
3446[[package]]
3447name = "hex_fmt"
3448version = "0.3.0"
3449source = "registry+https://github.com/rust-lang/crates.io-index"
3450checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"
34513487
3452[[package]]3488[[package]]
3453name = "hmac"3489name = "hmac"
3469 "digest 0.9.0",3505 "digest 0.9.0",
3470]3506]
3507
3508[[package]]
3509name = "hmac"
3510version = "0.12.1"
3511source = "registry+https://github.com/rust-lang/crates.io-index"
3512checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
3513dependencies = [
3514 "digest 0.10.6",
3515]
34713516
3472[[package]]3517[[package]]
3473name = "hmac-drbg"3518name = "hmac-drbg"
36273672
3628[[package]]3673[[package]]
3629name = "if-watch"3674name = "if-watch"
3630version = "1.1.1"3675version = "2.0.0"
3631source = "registry+https://github.com/rust-lang/crates.io-index"3676source = "registry+https://github.com/rust-lang/crates.io-index"
3632checksum = "015a7df1eb6dda30df37f34b63ada9b7b352984b0e84de2a20ed526345000791"3677checksum = "065c008e570a43c00de6aed9714035e5ea6a498c255323db9091722af6ee67dd"
3633dependencies = [3678dependencies = [
3634 "async-io",3679 "async-io",
3635 "core-foundation",3680 "core-foundation",
36633708
3664[[package]]3709[[package]]
3665name = "impl-serde"3710name = "impl-serde"
3666version = "0.3.2"3711version = "0.4.0"
3667source = "registry+https://github.com/rust-lang/crates.io-index"3712source = "registry+https://github.com/rust-lang/crates.io-index"
3668checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3713checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd"
3669dependencies = [3714dependencies = [
3670 "serde",3715 "serde",
3671]3716]
3692 "serde",3737 "serde",
3693]3738]
3694
3695[[package]]
3696name = "inout"
3697version = "0.1.3"
3698source = "registry+https://github.com/rust-lang/crates.io-index"
3699checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
3700dependencies = [
3701 "generic-array 0.14.6",
3702]
37033739
3704[[package]]3740[[package]]
3705name = "instant"3741name = "instant"
3706version = "0.1.12"3742version = "0.1.12"
3707source = "registry+https://github.com/rust-lang/crates.io-index"3743source = "registry+https://github.com/rust-lang/crates.io-index"
3708checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3744checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
3709dependencies = [3745dependencies = [
3710 "cfg-if 1.0.0",3746 "cfg-if",
3711]3747]
37123748
3713[[package]]3749[[package]]
37333769
3734[[package]]3770[[package]]
3735name = "io-lifetimes"3771name = "io-lifetimes"
3736version = "1.0.1"3772version = "1.0.3"
3737source = "registry+https://github.com/rust-lang/crates.io-index"3773source = "registry+https://github.com/rust-lang/crates.io-index"
3738checksum = "a7d367024b3f3414d8e01f437f704f41a9f64ab36f9067fa73e526ad4c763c87"3774checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"
3739dependencies = [3775dependencies = [
3740 "libc",3776 "libc",
3741 "windows-sys 0.42.0",3777 "windows-sys 0.42.0",
3765source = "registry+https://github.com/rust-lang/crates.io-index"3801source = "registry+https://github.com/rust-lang/crates.io-index"
3766checksum = "f88c5561171189e69df9d98bcf18fd5f9558300f7ea7b801eb8a0fd748bd8745"3802checksum = "f88c5561171189e69df9d98bcf18fd5f9558300f7ea7b801eb8a0fd748bd8745"
3803
3804[[package]]
3805name = "is-terminal"
3806version = "0.4.1"
3807source = "registry+https://github.com/rust-lang/crates.io-index"
3808checksum = "927609f78c2913a6f6ac3c27a4fe87f43e2a35367c0c4b0f8265e8f49a104330"
3809dependencies = [
3810 "hermit-abi 0.2.6",
3811 "io-lifetimes 1.0.3",
3812 "rustix 0.36.5",
3813 "windows-sys 0.42.0",
3814]
37673815
3768[[package]]3816[[package]]
3769name = "itertools"3817name = "itertools"
39443992
3945[[package]]3993[[package]]
3946name = "k256"3994name = "k256"
3947version = "0.10.4"3995version = "0.11.6"
3948source = "registry+https://github.com/rust-lang/crates.io-index"3996source = "registry+https://github.com/rust-lang/crates.io-index"
3949checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"3997checksum = "72c1e0b51e7ec0a97369623508396067a486bd0cbed95a2659a4b863d28cfc8b"
3950dependencies = [3998dependencies = [
3951 "cfg-if 1.0.0",3999 "cfg-if",
3952 "ecdsa",4000 "ecdsa",
3953 "elliptic-curve",4001 "elliptic-curve",
3954 "sec1",4002 "sha2 0.10.6",
3955]4003]
39564004
3957[[package]]4005[[package]]
39654013
3966[[package]]4014[[package]]
3967name = "kusama-runtime"4015name = "kusama-runtime"
3968version = "0.9.30"4016version = "0.9.33"
3969source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"4017source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
3970dependencies = [4018dependencies = [
3971 "beefy-primitives",4019 "beefy-primitives",
3972 "bitvec 1.0.1",4020 "bitvec 1.0.1",
3989 "pallet-bounties",4037 "pallet-bounties",
3990 "pallet-child-bounties",4038 "pallet-child-bounties",
3991 "pallet-collective",4039 "pallet-collective",
4040 "pallet-conviction-voting",
3992 "pallet-democracy",4041 "pallet-democracy",
3993 "pallet-election-provider-multi-phase",4042 "pallet-election-provider-multi-phase",
3994 "pallet-election-provider-support-benchmarking",4043 "pallet-election-provider-support-benchmarking",
4008 "pallet-offences-benchmarking",4057 "pallet-offences-benchmarking",
4009 "pallet-preimage",4058 "pallet-preimage",
4010 "pallet-proxy",4059 "pallet-proxy",
4060 "pallet-ranked-collective",
4011 "pallet-recovery",4061 "pallet-recovery",
4062 "pallet-referenda",
4012 "pallet-scheduler",4063 "pallet-scheduler",
4013 "pallet-session",4064 "pallet-session",
4014 "pallet-session-benchmarking",4065 "pallet-session-benchmarking",
4015 "pallet-society",4066 "pallet-society",
4016 "pallet-staking",4067 "pallet-staking",
4017 "pallet-staking-reward-fn",
4018 "pallet-timestamp",4068 "pallet-timestamp",
4019 "pallet-tips",4069 "pallet-tips",
4020 "pallet-transaction-payment",4070 "pallet-transaction-payment",
4021 "pallet-transaction-payment-rpc-runtime-api",4071 "pallet-transaction-payment-rpc-runtime-api",
4022 "pallet-treasury",4072 "pallet-treasury",
4023 "pallet-utility",4073 "pallet-utility",
4024 "pallet-vesting",4074 "pallet-vesting",
4075 "pallet-whitelist",
4025 "pallet-xcm",4076 "pallet-xcm",
4026 "pallet-xcm-benchmarks",4077 "pallet-xcm-benchmarks",
4027 "parity-scale-codec 3.2.1",4078 "parity-scale-codec 3.2.1",
40594110
4060[[package]]4111[[package]]
4061name = "kusama-runtime-constants"4112name = "kusama-runtime-constants"
4062version = "0.9.30"4113version = "0.9.33"
4063source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"4114source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
4064dependencies = [4115dependencies = [
4065 "frame-support",4116 "frame-support",
4066 "polkadot-primitives",4117 "polkadot-primitives",
4067 "polkadot-runtime-common",4118 "polkadot-runtime-common",
4068 "smallvec",4119 "smallvec",
4120 "sp-core",
4069 "sp-runtime",4121 "sp-runtime",
4122 "sp-weights",
4070]4123]
40714124
4072[[package]]4125[[package]]
40804133
4081[[package]]4134[[package]]
4082name = "kvdb"4135name = "kvdb"
4083version = "0.11.0"4136version = "0.12.0"
4084source = "registry+https://github.com/rust-lang/crates.io-index"4137source = "registry+https://github.com/rust-lang/crates.io-index"
4085checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4138checksum = "585089ceadba0197ffe9af6740ab350b325e3c1f5fccfbc3522e0250c750409b"
4086dependencies = [4139dependencies = [
4087 "parity-util-mem",4140 "parity-util-mem",
4088 "smallvec",4141 "smallvec",
4089]4142]
40904143
4091[[package]]4144[[package]]
4092name = "kvdb-memorydb"4145name = "kvdb-memorydb"
4093version = "0.11.0"4146version = "0.12.0"
4094source = "registry+https://github.com/rust-lang/crates.io-index"4147source = "registry+https://github.com/rust-lang/crates.io-index"
4095checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4148checksum = "40d109c87bfb7759edd2a49b2649c1afe25af785d930ad6a38479b4dc70dd873"
4096dependencies = [4149dependencies = [
4097 "kvdb",4150 "kvdb",
4098 "parity-util-mem",4151 "parity-util-mem",
41014154
4102[[package]]4155[[package]]
4103name = "kvdb-rocksdb"4156name = "kvdb-rocksdb"
4104version = "0.15.2"4157version = "0.16.0"
4105source = "registry+https://github.com/rust-lang/crates.io-index"4158source = "registry+https://github.com/rust-lang/crates.io-index"
4106checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4159checksum = "c076cc2cdbac89b9910c853a36c957d3862a779f31c2661174222cefb49ee597"
4107dependencies = [4160dependencies = [
4108 "fs-swap",
4109 "kvdb",4161 "kvdb",
4110 "log",4162 "log",
4111 "num_cpus",4163 "num_cpus",
4112 "owning_ref",
4113 "parity-util-mem",4164 "parity-util-mem",
4114 "parking_lot 0.12.1",4165 "parking_lot 0.12.1",
4115 "regex",4166 "regex",
41314182
4132[[package]]4183[[package]]
4133name = "libc"4184name = "libc"
4134version = "0.2.137"4185version = "0.2.138"
4135source = "registry+https://github.com/rust-lang/crates.io-index"4186source = "registry+https://github.com/rust-lang/crates.io-index"
4136checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"4187checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
4137
4138[[package]]
4139name = "libloading"
4140version = "0.5.2"
4141source = "registry+https://github.com/rust-lang/crates.io-index"
4142checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
4143dependencies = [
4144 "cc",
4145 "winapi",
4146]
41474188
4148[[package]]4189[[package]]
4149name = "libloading"4190name = "libloading"
4150version = "0.7.4"4191version = "0.7.4"
4151source = "registry+https://github.com/rust-lang/crates.io-index"4192source = "registry+https://github.com/rust-lang/crates.io-index"
4152checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"4193checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
4153dependencies = [4194dependencies = [
4154 "cfg-if 1.0.0",4195 "cfg-if",
4155 "winapi",4196 "winapi",
4156]4197]
41574198
41634204
4164[[package]]4205[[package]]
4165name = "libp2p"4206name = "libp2p"
4166version = "0.46.1"4207version = "0.49.0"
4167source = "registry+https://github.com/rust-lang/crates.io-index"4208source = "registry+https://github.com/rust-lang/crates.io-index"
4168checksum = "81327106887e42d004fbdab1fef93675be2e2e07c1b95fce45e2cc813485611d"4209checksum = "ec878fda12ebec479186b3914ebc48ff180fa4c51847e11a1a68bf65249e02c1"
4169dependencies = [4210dependencies = [
4170 "bytes",4211 "bytes",
4171 "futures 0.3.25",4212 "futures 0.3.25",
4172 "futures-timer",4213 "futures-timer",
4173 "getrandom 0.2.8",4214 "getrandom 0.2.8",
4174 "instant",4215 "instant",
4175 "lazy_static",4216 "lazy_static",
4176 "libp2p-autonat",
4177 "libp2p-core",4217 "libp2p-core",
4178 "libp2p-deflate",
4179 "libp2p-dns",4218 "libp2p-dns",
4180 "libp2p-floodsub",
4181 "libp2p-gossipsub",
4182 "libp2p-identify",4219 "libp2p-identify",
4183 "libp2p-kad",4220 "libp2p-kad",
4184 "libp2p-mdns",4221 "libp2p-mdns",
4185 "libp2p-metrics",4222 "libp2p-metrics",
4186 "libp2p-mplex",4223 "libp2p-mplex",
4187 "libp2p-noise",4224 "libp2p-noise",
4188 "libp2p-ping",4225 "libp2p-ping",
4189 "libp2p-plaintext",
4190 "libp2p-pnet",
4191 "libp2p-relay",
4192 "libp2p-rendezvous",
4193 "libp2p-request-response",4226 "libp2p-request-response",
4194 "libp2p-swarm",4227 "libp2p-swarm",
4195 "libp2p-swarm-derive",4228 "libp2p-swarm-derive",
4196 "libp2p-tcp",4229 "libp2p-tcp",
4197 "libp2p-uds",
4198 "libp2p-wasm-ext",4230 "libp2p-wasm-ext",
4199 "libp2p-websocket",4231 "libp2p-websocket",
4200 "libp2p-yamux",4232 "libp2p-yamux",
4201 "multiaddr",4233 "multiaddr",
4202 "parking_lot 0.12.1",4234 "parking_lot 0.12.1",
4203 "pin-project",4235 "pin-project",
4204 "rand 0.7.3",
4205 "smallvec",4236 "smallvec",
4206]4237]
4207
4208[[package]]
4209name = "libp2p-autonat"
4210version = "0.5.0"
4211source = "registry+https://github.com/rust-lang/crates.io-index"
4212checksum = "4decc51f3573653a9f4ecacb31b1b922dd20c25a6322bb15318ec04287ec46f9"
4213dependencies = [
4214 "async-trait",
4215 "futures 0.3.25",
4216 "futures-timer",
4217 "instant",
4218 "libp2p-core",
4219 "libp2p-request-response",
4220 "libp2p-swarm",
4221 "log",
4222 "prost 0.10.4",
4223 "prost-build 0.10.4",
4224 "rand 0.8.5",
4225]
42264238
4227[[package]]4239[[package]]
4228name = "libp2p-core"4240name = "libp2p-core"
4229version = "0.34.0"4241version = "0.37.0"
4230source = "registry+https://github.com/rust-lang/crates.io-index"4242source = "registry+https://github.com/rust-lang/crates.io-index"
4231checksum = "fbf9b94cefab7599b2d3dff2f93bee218c6621d68590b23ede4485813cbcece6"4243checksum = "799676bb0807c788065e57551c6527d461ad572162b0519d1958946ff9e0539d"
4232dependencies = [4244dependencies = [
4233 "asn1_der",4245 "asn1_der",
4234 "bs58",4246 "bs58",
4239 "futures-timer",4251 "futures-timer",
4240 "instant",4252 "instant",
4241 "lazy_static",4253 "lazy_static",
4242 "libsecp256k1",
4243 "log",4254 "log",
4244 "multiaddr",4255 "multiaddr",
4245 "multihash",4256 "multihash",
4246 "multistream-select",4257 "multistream-select",
4247 "parking_lot 0.12.1",4258 "parking_lot 0.12.1",
4248 "pin-project",4259 "pin-project",
4249 "prost 0.10.4",4260 "prost",
4250 "prost-build 0.10.4",4261 "prost-build",
4251 "rand 0.8.5",4262 "rand 0.8.5",
4252 "ring",
4253 "rw-stream-sink",4263 "rw-stream-sink",
4254 "sha2 0.10.6",4264 "sha2 0.10.6",
4255 "smallvec",4265 "smallvec",
4259 "zeroize",4269 "zeroize",
4260]4270]
4261
4262[[package]]
4263name = "libp2p-deflate"
4264version = "0.34.0"
4265source = "registry+https://github.com/rust-lang/crates.io-index"
4266checksum = "d0183dc2a3da1fbbf85e5b6cf51217f55b14f5daea0c455a9536eef646bfec71"
4267dependencies = [
4268 "flate2",
4269 "futures 0.3.25",
4270 "libp2p-core",
4271]
42724271
4273[[package]]4272[[package]]
4274name = "libp2p-dns"4273name = "libp2p-dns"
4275version = "0.34.0"4274version = "0.37.0"
4276source = "registry+https://github.com/rust-lang/crates.io-index"4275source = "registry+https://github.com/rust-lang/crates.io-index"
4277checksum = "6cbf54723250fa5d521383be789bf60efdabe6bacfb443f87da261019a49b4b5"4276checksum = "2322c9fb40d99101def6a01612ee30500c89abbbecb6297b3cd252903a4c1720"
4278dependencies = [4277dependencies = [
4279 "async-std-resolver",4278 "async-std-resolver",
4280 "futures 0.3.25",4279 "futures 0.3.25",
4285 "trust-dns-resolver",4284 "trust-dns-resolver",
4286]4285]
4287
4288[[package]]
4289name = "libp2p-floodsub"
4290version = "0.37.0"
4291source = "registry+https://github.com/rust-lang/crates.io-index"
4292checksum = "98a4b6ffd53e355775d24b76f583fdda54b3284806f678499b57913adb94f231"
4293dependencies = [
4294 "cuckoofilter",
4295 "fnv",
4296 "futures 0.3.25",
4297 "libp2p-core",
4298 "libp2p-swarm",
4299 "log",
4300 "prost 0.10.4",
4301 "prost-build 0.10.4",
4302 "rand 0.7.3",
4303 "smallvec",
4304]
4305
4306[[package]]
4307name = "libp2p-gossipsub"
4308version = "0.39.0"
4309source = "registry+https://github.com/rust-lang/crates.io-index"
4310checksum = "74b4b888cfbeb1f5551acd3aa1366e01bf88ede26cc3c4645d0d2d004d5ca7b0"
4311dependencies = [
4312 "asynchronous-codec",
4313 "base64",
4314 "byteorder",
4315 "bytes",
4316 "fnv",
4317 "futures 0.3.25",
4318 "hex_fmt",
4319 "instant",
4320 "libp2p-core",
4321 "libp2p-swarm",
4322 "log",
4323 "prometheus-client",
4324 "prost 0.10.4",
4325 "prost-build 0.10.4",
4326 "rand 0.7.3",
4327 "regex",
4328 "sha2 0.10.6",
4329 "smallvec",
4330 "unsigned-varint",
4331 "wasm-timer",
4332]
43334286
4334[[package]]4287[[package]]
4335name = "libp2p-identify"4288name = "libp2p-identify"
4336version = "0.37.0"4289version = "0.40.0"
4337source = "registry+https://github.com/rust-lang/crates.io-index"4290source = "registry+https://github.com/rust-lang/crates.io-index"
4338checksum = "c50b585518f8efd06f93ac2f976bd672e17cdac794644b3117edd078e96bda06"4291checksum = "dcf9a121f699e8719bda2e6e9e9b6ddafc6cff4602471d6481c1067930ccb29b"
4339dependencies = [4292dependencies = [
4340 "asynchronous-codec",4293 "asynchronous-codec",
4341 "futures 0.3.25",4294 "futures 0.3.25",
4342 "futures-timer",4295 "futures-timer",
4343 "libp2p-core",4296 "libp2p-core",
4344 "libp2p-swarm",4297 "libp2p-swarm",
4345 "log",4298 "log",
4346 "lru 0.7.8",4299 "lru",
4347 "prost 0.10.4",4300 "prost",
4348 "prost-build 0.10.4",4301 "prost-build",
4349 "prost-codec",4302 "prost-codec",
4350 "smallvec",4303 "smallvec",
4351 "thiserror",4304 "thiserror",
43544307
4355[[package]]4308[[package]]
4356name = "libp2p-kad"4309name = "libp2p-kad"
4357version = "0.38.0"4310version = "0.41.0"
4358source = "registry+https://github.com/rust-lang/crates.io-index"4311source = "registry+https://github.com/rust-lang/crates.io-index"
4359checksum = "740862893bb5f06ac24acc9d49bdeadc3a5e52e51818a30a25c1f3519da2c851"4312checksum = "6721c200e2021f6c3fab8b6cf0272ead8912d871610ee194ebd628cecf428f22"
4360dependencies = [4313dependencies = [
4361 "arrayvec 0.7.2",4314 "arrayvec 0.7.2",
4362 "asynchronous-codec",4315 "asynchronous-codec",
4369 "libp2p-core",4322 "libp2p-core",
4370 "libp2p-swarm",4323 "libp2p-swarm",
4371 "log",4324 "log",
4372 "prost 0.10.4",4325 "prost",
4373 "prost-build 0.10.4",4326 "prost-build",
4374 "rand 0.7.3",4327 "rand 0.8.5",
4375 "sha2 0.10.6",4328 "sha2 0.10.6",
4376 "smallvec",4329 "smallvec",
4377 "thiserror",4330 "thiserror",
43824335
4383[[package]]4336[[package]]
4384name = "libp2p-mdns"4337name = "libp2p-mdns"
4385version = "0.38.0"4338version = "0.41.0"
4386source = "registry+https://github.com/rust-lang/crates.io-index"4339source = "registry+https://github.com/rust-lang/crates.io-index"
4387checksum = "66e5e5919509603281033fd16306c61df7a4428ce274b67af5e14b07de5cdcb2"4340checksum = "761704e727f7d68d58d7bc2231eafae5fc1b9814de24290f126df09d4bd37a15"
4388dependencies = [4341dependencies = [
4389 "async-io",4342 "async-io",
4390 "data-encoding",4343 "data-encoding",
4391 "dns-parser",4344 "dns-parser",
4392 "futures 0.3.25",4345 "futures 0.3.25",
4393 "if-watch",4346 "if-watch",
4394 "lazy_static",
4395 "libp2p-core",4347 "libp2p-core",
4396 "libp2p-swarm",4348 "libp2p-swarm",
4397 "log",4349 "log",
44034355
4404[[package]]4356[[package]]
4405name = "libp2p-metrics"4357name = "libp2p-metrics"
4406version = "0.7.0"4358version = "0.10.0"
4407source = "registry+https://github.com/rust-lang/crates.io-index"4359source = "registry+https://github.com/rust-lang/crates.io-index"
4408checksum = "ef8aff4a1abef42328fbb30b17c853fff9be986dc39af17ee39f9c5f755c5e0c"4360checksum = "9ee31b08e78b7b8bfd1c4204a9dd8a87b4fcdf6dafc57eb51701c1c264a81cb9"
4409dependencies = [4361dependencies = [
4410 "libp2p-core",4362 "libp2p-core",
4411 "libp2p-gossipsub",
4412 "libp2p-identify",4363 "libp2p-identify",
4413 "libp2p-kad",4364 "libp2p-kad",
4414 "libp2p-ping",4365 "libp2p-ping",
4415 "libp2p-relay",
4416 "libp2p-swarm",4366 "libp2p-swarm",
4417 "prometheus-client",4367 "prometheus-client",
4418]4368]
44194369
4420[[package]]4370[[package]]
4421name = "libp2p-mplex"4371name = "libp2p-mplex"
4422version = "0.34.0"4372version = "0.37.0"
4423source = "registry+https://github.com/rust-lang/crates.io-index"4373source = "registry+https://github.com/rust-lang/crates.io-index"
4424checksum = "61fd1b20638ec209c5075dfb2e8ce6a7ea4ec3cd3ad7b77f7a477c06d53322e2"4374checksum = "692664acfd98652de739a8acbb0a0d670f1d67190a49be6b4395e22c37337d89"
4425dependencies = [4375dependencies = [
4426 "asynchronous-codec",4376 "asynchronous-codec",
4427 "bytes",4377 "bytes",
4430 "log",4380 "log",
4431 "nohash-hasher",4381 "nohash-hasher",
4432 "parking_lot 0.12.1",4382 "parking_lot 0.12.1",
4433 "rand 0.7.3",4383 "rand 0.8.5",
4434 "smallvec",4384 "smallvec",
4435 "unsigned-varint",4385 "unsigned-varint",
4436]4386]
44374387
4438[[package]]4388[[package]]
4439name = "libp2p-noise"4389name = "libp2p-noise"
4440version = "0.37.0"4390version = "0.40.0"
4441source = "registry+https://github.com/rust-lang/crates.io-index"4391source = "registry+https://github.com/rust-lang/crates.io-index"
4442checksum = "762408cb5d84b49a600422d7f9a42c18012d8da6ebcd570f9a4a4290ba41fb6f"4392checksum = "048155686bd81fe6cb5efdef0c6290f25ad32a0a42e8f4f72625cf6a505a206f"
4443dependencies = [4393dependencies = [
4444 "bytes",4394 "bytes",
4445 "curve25519-dalek 3.2.0",4395 "curve25519-dalek 3.2.0",
4446 "futures 0.3.25",4396 "futures 0.3.25",
4447 "lazy_static",4397 "lazy_static",
4448 "libp2p-core",4398 "libp2p-core",
4449 "log",4399 "log",
4450 "prost 0.10.4",4400 "prost",
4451 "prost-build 0.10.4",4401 "prost-build",
4452 "rand 0.8.5",4402 "rand 0.8.5",
4453 "sha2 0.10.6",4403 "sha2 0.10.6",
4454 "snow",4404 "snow",
44594409
4460[[package]]4410[[package]]
4461name = "libp2p-ping"4411name = "libp2p-ping"
4462version = "0.37.0"
4463source = "registry+https://github.com/rust-lang/crates.io-index"
4464checksum = "100a6934ae1dbf8a693a4e7dd1d730fd60b774dafc45688ed63b554497c6c925"
4465dependencies = [
4466 "futures 0.3.25",
4467 "futures-timer",
4468 "instant",
4469 "libp2p-core",
4470 "libp2p-swarm",
4471 "log",
4472 "rand 0.7.3",
4473 "void",
4474]
4475
4476[[package]]
4477name = "libp2p-plaintext"
4478version = "0.34.0"
4479source = "registry+https://github.com/rust-lang/crates.io-index"
4480checksum = "be27bf0820a6238a4e06365b096d428271cce85a129cf16f2fe9eb1610c4df86"
4481dependencies = [
4482 "asynchronous-codec",
4483 "bytes",
4484 "futures 0.3.25",
4485 "libp2p-core",
4486 "log",
4487 "prost 0.10.4",
4488 "prost-build 0.10.4",
4489 "unsigned-varint",
4490 "void",
4491]
4492
4493[[package]]
4494name = "libp2p-pnet"
4495version = "0.22.1"4412version = "0.40.1"
4496source = "registry+https://github.com/rust-lang/crates.io-index"4413source = "registry+https://github.com/rust-lang/crates.io-index"
4497checksum = "1a5a702574223aa55d8878bdc8bf55c84a6086f87ddaddc28ce730b4caa81538"
4498dependencies = [
4499 "futures 0.3.25",
4500 "log",
4501 "pin-project",
4502 "rand 0.8.5",
4503 "salsa20",
4504 "sha3",
4505]
4506
4507[[package]]
4508name = "libp2p-relay"
4509version = "0.10.0"
4510source = "registry+https://github.com/rust-lang/crates.io-index"
4511checksum = "4931547ee0cce03971ccc1733ff05bb0c4349fd89120a39e9861e2bbe18843c3"
4512dependencies = [
4513 "asynchronous-codec",
4514 "bytes",
4515 "either",
4516 "futures 0.3.25",
4517 "futures-timer",
4518 "instant",
4519 "libp2p-core",
4520 "libp2p-swarm",
4521 "log",
4522 "pin-project",
4523 "prost 0.10.4",
4524 "prost-build 0.10.4",
4525 "prost-codec",
4526 "rand 0.8.5",
4527 "smallvec",
4528 "static_assertions",
4529 "thiserror",
4530 "void",
4531]
4532
4533[[package]]
4534name = "libp2p-rendezvous"
4535version = "0.7.0"
4536source = "registry+https://github.com/rust-lang/crates.io-index"
4537checksum = "9511c9672ba33284838e349623319c8cad2d18cfad243ae46c6b7e8a2982ea4e"4414checksum = "7228b9318d34689521349a86eb39a3c3a802c9efc99a0568062ffb80913e3f91"
4538dependencies = [4415dependencies = [
4539 "asynchronous-codec",
4540 "bimap",
4541 "futures 0.3.25",4416 "futures 0.3.25",
4542 "futures-timer",4417 "futures-timer",
4543 "instant",4418 "instant",
4544 "libp2p-core",4419 "libp2p-core",
4545 "libp2p-swarm",4420 "libp2p-swarm",
4546 "log",4421 "log",
4547 "prost 0.10.4",
4548 "prost-build 0.10.4",
4549 "rand 0.8.5",4422 "rand 0.8.5",
4550 "sha2 0.10.6",
4551 "thiserror",
4552 "unsigned-varint",
4553 "void",4423 "void",
4554]4424]
45554425
4556[[package]]4426[[package]]
4557name = "libp2p-request-response"4427name = "libp2p-request-response"
4558version = "0.19.0"4428version = "0.22.1"
4559source = "registry+https://github.com/rust-lang/crates.io-index"4429source = "registry+https://github.com/rust-lang/crates.io-index"
4560checksum = "508a189e2795d892c8f5c1fa1e9e0b1845d32d7b0b249dbf7b05b18811361843"4430checksum = "8827af16a017b65311a410bb626205a9ad92ec0473967618425039fa5231adc1"
4561dependencies = [4431dependencies = [
4562 "async-trait",4432 "async-trait",
4563 "bytes",4433 "bytes",
4566 "libp2p-core",4436 "libp2p-core",
4567 "libp2p-swarm",4437 "libp2p-swarm",
4568 "log",4438 "log",
4569 "rand 0.7.3",4439 "rand 0.8.5",
4570 "smallvec",4440 "smallvec",
4571 "unsigned-varint",4441 "unsigned-varint",
4572]4442]
45734443
4574[[package]]4444[[package]]
4575name = "libp2p-swarm"4445name = "libp2p-swarm"
4576version = "0.37.0"4446version = "0.40.1"
4577source = "registry+https://github.com/rust-lang/crates.io-index"4447source = "registry+https://github.com/rust-lang/crates.io-index"
4578checksum = "95ac5be6c2de2d1ff3f7693fda6faf8a827b1f3e808202277783fea9f527d114"4448checksum = "46d13df7c37807965d82930c0e4b04a659efcb6cca237373b206043db5398ecf"
4579dependencies = [4449dependencies = [
4580 "either",4450 "either",
4581 "fnv",4451 "fnv",
4585 "libp2p-core",4455 "libp2p-core",
4586 "log",4456 "log",
4587 "pin-project",4457 "pin-project",
4588 "rand 0.7.3",4458 "rand 0.8.5",
4589 "smallvec",4459 "smallvec",
4590 "thiserror",4460 "thiserror",
4591 "void",4461 "void",
4592]4462]
45934463
4594[[package]]4464[[package]]
4595name = "libp2p-swarm-derive"4465name = "libp2p-swarm-derive"
4596version = "0.28.0"4466version = "0.30.1"
4597source = "registry+https://github.com/rust-lang/crates.io-index"4467source = "registry+https://github.com/rust-lang/crates.io-index"
4598checksum = "9f54a64b6957249e0ce782f8abf41d97f69330d02bf229f0672d864f0650cc76"4468checksum = "a0eddc4497a8b5a506013c40e8189864f9c3a00db2b25671f428ae9007f3ba32"
4599dependencies = [4469dependencies = [
4470 "heck",
4600 "quote",4471 "quote",
4601 "syn",4472 "syn",
4602]4473]
46034474
4604[[package]]4475[[package]]
4605name = "libp2p-tcp"4476name = "libp2p-tcp"
4606version = "0.34.0"4477version = "0.37.0"
4607source = "registry+https://github.com/rust-lang/crates.io-index"4478source = "registry+https://github.com/rust-lang/crates.io-index"
4608checksum = "8a6771dc19aa3c65d6af9a8c65222bfc8fcd446630ddca487acd161fa6096f3b"4479checksum = "9839d96761491c6d3e238e70554b856956fca0ab60feb9de2cd08eed4473fa92"
4609dependencies = [4480dependencies = [
4610 "async-io",4481 "async-io",
4611 "futures 0.3.25",4482 "futures 0.3.25",
4612 "futures-timer",4483 "futures-timer",
4613 "if-watch",4484 "if-watch",
4614 "ipnet",
4615 "libc",4485 "libc",
4616 "libp2p-core",4486 "libp2p-core",
4617 "log",4487 "log",
4618 "socket2",4488 "socket2",
4619]4489]
4620
4621[[package]]
4622name = "libp2p-uds"
4623version = "0.33.0"
4624source = "registry+https://github.com/rust-lang/crates.io-index"
4625checksum = "d125e3e5f0d58f3c6ac21815b20cf4b6a88b8db9dc26368ea821838f4161fd4d"
4626dependencies = [
4627 "async-std",
4628 "futures 0.3.25",
4629 "libp2p-core",
4630 "log",
4631]
46324490
4633[[package]]4491[[package]]
4634name = "libp2p-wasm-ext"4492name = "libp2p-wasm-ext"
4635version = "0.34.0"4493version = "0.37.0"
4636source = "registry+https://github.com/rust-lang/crates.io-index"4494source = "registry+https://github.com/rust-lang/crates.io-index"
4637checksum = "ec894790eec3c1608f8d1a8a0bdf0dbeb79ed4de2dce964222011c2896dfa05a"4495checksum = "a17b5b8e7a73e379e47b1b77f8a82c4721e97eca01abcd18e9cd91a23ca6ce97"
4638dependencies = [4496dependencies = [
4639 "futures 0.3.25",4497 "futures 0.3.25",
4640 "js-sys",4498 "js-sys",
46464504
4647[[package]]4505[[package]]
4648name = "libp2p-websocket"4506name = "libp2p-websocket"
4649version = "0.36.0"4507version = "0.39.0"
4650source = "registry+https://github.com/rust-lang/crates.io-index"4508source = "registry+https://github.com/rust-lang/crates.io-index"
4651checksum = "9808e57e81be76ff841c106b4c5974fb4d41a233a7bdd2afbf1687ac6def3818"4509checksum = "3758ae6f89b2531a24b6d9f5776bda6a626b60a57600d7185d43dfa75ca5ecc4"
4652dependencies = [4510dependencies = [
4653 "either",4511 "either",
4654 "futures 0.3.25",4512 "futures 0.3.25",
46654523
4666[[package]]4524[[package]]
4667name = "libp2p-yamux"4525name = "libp2p-yamux"
4668version = "0.38.0"4526version = "0.41.1"
4669source = "registry+https://github.com/rust-lang/crates.io-index"4527source = "registry+https://github.com/rust-lang/crates.io-index"
4670checksum = "c6dea686217a06072033dc025631932810e2f6ad784e4fafa42e27d311c7a81c"4528checksum = "0d6874d66543c4f7e26e3b8ca9a6bead351563a13ab4fafd43c7927f7c0d6c12"
4671dependencies = [4529dependencies = [
4672 "futures 0.3.25",4530 "futures 0.3.25",
4673 "libp2p-core",4531 "libp2p-core",
4532 "log",
4674 "parking_lot 0.12.1",4533 "parking_lot 0.12.1",
4675 "thiserror",4534 "thiserror",
4676 "yamux",4535 "yamux",
4677]4536]
46784537
4679[[package]]4538[[package]]
4680name = "librocksdb-sys"4539name = "librocksdb-sys"
4681version = "0.6.1+6.28.2"4540version = "0.8.0+7.4.4"
4682source = "registry+https://github.com/rust-lang/crates.io-index"4541source = "registry+https://github.com/rust-lang/crates.io-index"
4683checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4542checksum = "611804e4666a25136fcc5f8cf425ab4d26c7f74ea245ffe92ea23b85b6420b5d"
4684dependencies = [4543dependencies = [
4685 "bindgen",4544 "bindgen",
4686 "bzip2-sys",4545 "bzip2-sys",
47924651
4793[[package]]4652[[package]]
4794name = "linux-raw-sys"4653name = "linux-raw-sys"
4795version = "0.1.2"4654version = "0.1.3"
4796source = "registry+https://github.com/rust-lang/crates.io-index"4655source = "registry+https://github.com/rust-lang/crates.io-index"
4797checksum = "bb68f22743a3fb35785f1e7f844ca5a3de2dde5bd0c0ef5b372065814699b121"4656checksum = "8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f"
47984657
4799[[package]]4658[[package]]
4800name = "lock_api"4659name = "lock_api"
4812source = "registry+https://github.com/rust-lang/crates.io-index"4671source = "registry+https://github.com/rust-lang/crates.io-index"
4813checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4672checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
4814dependencies = [4673dependencies = [
4815 "cfg-if 1.0.0",4674 "cfg-if",
4816 "value-bag",4675 "value-bag",
4817]4676]
48184677
4826 "log",4685 "log",
4827]4686]
4828
4829[[package]]
4830name = "lru"
4831version = "0.7.8"
4832source = "registry+https://github.com/rust-lang/crates.io-index"
4833checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"
4834dependencies = [
4835 "hashbrown",
4836]
48374687
4838[[package]]4688[[package]]
4839name = "lru"4689name = "lru"
4924source = "registry+https://github.com/rust-lang/crates.io-index"4774source = "registry+https://github.com/rust-lang/crates.io-index"
4925checksum = "b20a59d985586e4a5aef64564ac77299f8586d8be6cf9106a5a40207e8908efb"4775checksum = "b20a59d985586e4a5aef64564ac77299f8586d8be6cf9106a5a40207e8908efb"
4926dependencies = [4776dependencies = [
4927 "rustix 0.36.2",4777 "rustix 0.36.5",
4928]4778]
49294779
4930[[package]]4780[[package]]
49564806
4957[[package]]4807[[package]]
4958name = "memory-db"4808name = "memory-db"
4959version = "0.29.0"4809version = "0.30.0"
4960source = "registry+https://github.com/rust-lang/crates.io-index"4810source = "registry+https://github.com/rust-lang/crates.io-index"
4961checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"4811checksum = "34ac11bb793c28fa095b7554466f53b3a60a2cd002afdac01bcf135cbd73a269"
4962dependencies = [4812dependencies = [
4963 "hash-db",4813 "hash-db",
4964 "hashbrown",4814 "hashbrown",
4971source = "registry+https://github.com/rust-lang/crates.io-index"4821source = "registry+https://github.com/rust-lang/crates.io-index"
4972checksum = "ce95ae042940bad7e312857b929ee3d11b8f799a80cb7b9c7ec5125516906395"4822checksum = "ce95ae042940bad7e312857b929ee3d11b8f799a80cb7b9c7ec5125516906395"
4973dependencies = [4823dependencies = [
4974 "lru 0.8.1",4824 "lru",
4975]4825]
49764826
4977[[package]]4827[[package]]
5018 "adler",4868 "adler",
5019]4869]
4870
4871[[package]]
4872name = "miniz_oxide"
4873version = "0.6.2"
4874source = "registry+https://github.com/rust-lang/crates.io-index"
4875checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
4876dependencies = [
4877 "adler",
4878]
50204879
5021[[package]]4880[[package]]
5022name = "mio"4881name = "mio"
5030 "windows-sys 0.42.0",4889 "windows-sys 0.42.0",
5031]4890]
4891
4892[[package]]
4893name = "mockall"
4894version = "0.11.3"
4895source = "registry+https://github.com/rust-lang/crates.io-index"
4896checksum = "50e4a1c770583dac7ab5e2f6c139153b783a53a1bbee9729613f193e59828326"
4897dependencies = [
4898 "cfg-if",
4899 "downcast",
4900 "fragile",
4901 "lazy_static",
4902 "mockall_derive",
4903 "predicates",
4904 "predicates-tree",
4905]
4906
4907[[package]]
4908name = "mockall_derive"
4909version = "0.11.3"
4910source = "registry+https://github.com/rust-lang/crates.io-index"
4911checksum = "832663583d5fa284ca8810bf7015e46c9fff9622d3cf34bd1eea5003fec06dd0"
4912dependencies = [
4913 "cfg-if",
4914 "proc-macro2",
4915 "quote",
4916 "syn",
4917]
50324918
5033[[package]]4919[[package]]
5034name = "multiaddr"4920name = "multiaddr"
50984984
5099[[package]]4985[[package]]
5100name = "multistream-select"4986name = "multistream-select"
5101version = "0.11.0"4987version = "0.12.1"
5102source = "registry+https://github.com/rust-lang/crates.io-index"4988source = "registry+https://github.com/rust-lang/crates.io-index"
5103checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"4989checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a"
5104dependencies = [4990dependencies = [
5105 "bytes",4991 "bytes",
5106 "futures 0.3.25",4992 "futures 0.3.25",
5120 "matrixmultiply",5006 "matrixmultiply",
5121 "nalgebra-macros",5007 "nalgebra-macros",
5122 "num-complex",5008 "num-complex",
5123 "num-rational 0.4.1",5009 "num-rational",
5124 "num-traits",5010 "num-traits",
5125 "rand 0.8.5",5011 "rand 0.8.5",
5126 "rand_distr",5012 "rand_distr",
52225108
5223[[package]]5109[[package]]
5224name = "nix"5110name = "nix"
5225version = "0.24.2"5111version = "0.24.3"
5226source = "registry+https://github.com/rust-lang/crates.io-index"5112source = "registry+https://github.com/rust-lang/crates.io-index"
5227checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"5113checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
5228dependencies = [5114dependencies = [
5229 "bitflags",5115 "bitflags",
5230 "cfg-if 1.0.0",5116 "cfg-if",
5231 "libc",5117 "libc",
5232]5118]
52335119
5254]5140]
52555141
5256[[package]]5142[[package]]
5257name = "num-bigint"5143name = "normalize-line-endings"
5258version = "0.2.6"5144version = "0.3.0"
5259source = "registry+https://github.com/rust-lang/crates.io-index"5145source = "registry+https://github.com/rust-lang/crates.io-index"
5260checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5146checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
5261dependencies = [
5262 "autocfg",
5263 "num-integer",
5264 "num-traits",
5265]
52665147
5267[[package]]5148[[package]]
5268name = "num-bigint"5149name = "num-bigint"
52865167
5287[[package]]5168[[package]]
5288name = "num-format"5169name = "num-format"
5289version = "0.4.3"5170version = "0.4.4"
5290source = "registry+https://github.com/rust-lang/crates.io-index"5171source = "registry+https://github.com/rust-lang/crates.io-index"
5291checksum = "54b862ff8df690cf089058c98b183676a7ed0f974cc08b426800093227cbff3b"5172checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
5292dependencies = [5173dependencies = [
5293 "arrayvec 0.7.2",5174 "arrayvec 0.7.2",
5294 "itoa",5175 "itoa",
5304 "num-traits",5185 "num-traits",
5305]5186]
5306
5307[[package]]
5308name = "num-rational"
5309version = "0.2.4"
5310source = "registry+https://github.com/rust-lang/crates.io-index"
5311checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
5312dependencies = [
5313 "autocfg",
5314 "num-bigint 0.2.6",
5315 "num-integer",
5316 "num-traits",
5317]
53185187
5319[[package]]5188[[package]]
5320name = "num-rational"5189name = "num-rational"
5323checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"5192checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
5324dependencies = [5193dependencies = [
5325 "autocfg",5194 "autocfg",
5326 "num-bigint 0.4.3",5195 "num-bigint",
5327 "num-integer",5196 "num-integer",
5328 "num-traits",5197 "num-traits",
5329]5198]
5344source = "registry+https://github.com/rust-lang/crates.io-index"5213source = "registry+https://github.com/rust-lang/crates.io-index"
5345checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"5214checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
5346dependencies = [5215dependencies = [
5347 "hermit-abi",5216 "hermit-abi 0.1.19",
5348 "libc",5217 "libc",
5349]5218]
53505219
53985267
5399[[package]]5268[[package]]
5400name = "opal-runtime"5269name = "opal-runtime"
5401version = "0.9.30"5270version = "0.9.33"
5402dependencies = [5271dependencies = [
5403 "app-promotion-rpc",5272 "app-promotion-rpc",
5404 "cumulus-pallet-aura-ext",5273 "cumulus-pallet-aura-ext",
55115380
5512[[package]]5381[[package]]
5513name = "orchestra"5382name = "orchestra"
5514version = "0.0.1"5383version = "0.0.2"
5515source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5384source = "registry+https://github.com/rust-lang/crates.io-index"
5385checksum = "0aab54694ddaa8a9b703724c6ef04272b2d27bc32d2c855aae5cdd1857216b43"
5516dependencies = [5386dependencies = [
5517 "async-trait",5387 "async-trait",
5518 "dyn-clonable",5388 "dyn-clonable",
55275397
5528[[package]]5398[[package]]
5529name = "orchestra-proc-macro"5399name = "orchestra-proc-macro"
5530version = "0.0.1"5400version = "0.0.2"
5531source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5401source = "registry+https://github.com/rust-lang/crates.io-index"
5402checksum = "a702b2f6bf592b3eb06c00d80d05afaf7a8eff6b41bb361e397d799acc21b45a"
5532dependencies = [5403dependencies = [
5533 "expander 0.0.6",5404 "expander 0.0.6",
5534 "itertools",5405 "itertools",
5551[[package]]5422[[package]]
5552name = "orml-tokens"5423name = "orml-tokens"
5553version = "0.4.1-dev"5424version = "0.4.1-dev"
5554source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5425source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"
5555dependencies = [5426dependencies = [
5556 "frame-support",5427 "frame-support",
5557 "frame-system",5428 "frame-system",
5566[[package]]5437[[package]]
5567name = "orml-traits"5438name = "orml-traits"
5568version = "0.4.1-dev"5439version = "0.4.1-dev"
5569source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5440source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"
5570dependencies = [5441dependencies = [
5571 "frame-support",5442 "frame-support",
5572 "impl-trait-for-tuples",5443 "impl-trait-for-tuples",
5584[[package]]5455[[package]]
5585name = "orml-utilities"5456name = "orml-utilities"
5586version = "0.4.1-dev"5457version = "0.4.1-dev"
5587source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5458source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"
5588dependencies = [5459dependencies = [
5589 "frame-support",5460 "frame-support",
5590 "parity-scale-codec 3.2.1",5461 "parity-scale-codec 3.2.1",
5598[[package]]5469[[package]]
5599name = "orml-vesting"5470name = "orml-vesting"
5600version = "0.4.1-dev"5471version = "0.4.1-dev"
5601source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5472source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"
5602dependencies = [5473dependencies = [
5603 "frame-support",5474 "frame-support",
5604 "frame-system",5475 "frame-system",
5613[[package]]5484[[package]]
5614name = "orml-xcm-support"5485name = "orml-xcm-support"
5615version = "0.4.1-dev"5486version = "0.4.1-dev"
5616source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5487source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"
5617dependencies = [5488dependencies = [
5618 "frame-support",5489 "frame-support",
5619 "orml-traits",5490 "orml-traits",
5627[[package]]5498[[package]]
5628name = "orml-xtokens"5499name = "orml-xtokens"
5629version = "0.4.1-dev"5500version = "0.4.1-dev"
5630source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5501source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.33#0256c9e9365cebd297e8b0c9f639d068c24b5af0"
5631dependencies = [5502dependencies = [
5632 "cumulus-primitives-core",5503 "cumulus-primitives-core",
5633 "frame-support",5504 "frame-support",
5651source = "registry+https://github.com/rust-lang/crates.io-index"5522source = "registry+https://github.com/rust-lang/crates.io-index"
5652checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"5523checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
5653
5654[[package]]
5655name = "owning_ref"
5656version = "0.4.1"
5657source = "registry+https://github.com/rust-lang/crates.io-index"
5658checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"
5659dependencies = [
5660 "stable_deref_trait",
5661]
56625524
5663[[package]]5525[[package]]
5664name = "pallet-app-promotion"5526name = "pallet-app-promotion"
5688[[package]]5550[[package]]
5689name = "pallet-aura"5551name = "pallet-aura"
5690version = "4.0.0-dev"5552version = "4.0.0-dev"
5691source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5553source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
5692dependencies = [5554dependencies = [
5693 "frame-support",5555 "frame-support",
5694 "frame-system",5556 "frame-system",
5704[[package]]5566[[package]]
5705name = "pallet-authority-discovery"5567name = "pallet-authority-discovery"
5706version = "4.0.0-dev"5568version = "4.0.0-dev"
5707source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5569source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
5708dependencies = [5570dependencies = [
5709 "frame-support",5571 "frame-support",
5710 "frame-system",5572 "frame-system",
5720[[package]]5582[[package]]
5721name = "pallet-authorship"5583name = "pallet-authorship"
5722version = "4.0.0-dev"5584version = "4.0.0-dev"
5723source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5585source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
5724dependencies = [5586dependencies = [
5725 "frame-support",5587 "frame-support",
5726 "frame-system",5588 "frame-system",
5735[[package]]5597[[package]]
5736name = "pallet-babe"5598name = "pallet-babe"
5737version = "4.0.0-dev"5599version = "4.0.0-dev"
5738source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5600source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
5739dependencies = [5601dependencies = [
5740 "frame-benchmarking",5602 "frame-benchmarking",
5741 "frame-support",5603 "frame-support",
5759[[package]]5621[[package]]
5760name = "pallet-bags-list"5622name = "pallet-bags-list"
5761version = "4.0.0-dev"5623version = "4.0.0-dev"
5762source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5624source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
5763dependencies = [5625dependencies = [
5764 "frame-benchmarking",5626 "frame-benchmarking",
5765 "frame-election-provider-support",5627 "frame-election-provider-support",
5779[[package]]5641[[package]]
5780name = "pallet-balances"5642name = "pallet-balances"
5781version = "4.0.0-dev"5643version = "4.0.0-dev"
5782source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5644source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
5783dependencies = [5645dependencies = [
5784 "frame-benchmarking",5646 "frame-benchmarking",
5785 "frame-support",5647 "frame-support",
5794[[package]]5656[[package]]
5795name = "pallet-base-fee"5657name = "pallet-base-fee"
5796version = "1.0.0"5658version = "1.0.0"
5797source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"5659source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
5798dependencies = [5660dependencies = [
5799 "fp-evm",5661 "fp-evm",
5800 "frame-support",5662 "frame-support",
5809[[package]]5671[[package]]
5810name = "pallet-beefy"5672name = "pallet-beefy"
5811version = "4.0.0-dev"5673version = "4.0.0-dev"
5812source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5674source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
5813dependencies = [5675dependencies = [
5814 "beefy-primitives",5676 "beefy-primitives",
5815 "frame-support",5677 "frame-support",
5825[[package]]5687[[package]]
5826name = "pallet-beefy-mmr"5688name = "pallet-beefy-mmr"
5827version = "4.0.0-dev"5689version = "4.0.0-dev"
5828source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5690source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
5829dependencies = [5691dependencies = [
5830 "array-bytes",5692 "array-bytes",
5831 "beefy-merkle-tree",5693 "beefy-merkle-tree",
5848[[package]]5710[[package]]
5849name = "pallet-bounties"5711name = "pallet-bounties"
5850version = "4.0.0-dev"5712version = "4.0.0-dev"
5851source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5713source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
5852dependencies = [5714dependencies = [
5853 "frame-benchmarking",5715 "frame-benchmarking",
5854 "frame-support",5716 "frame-support",
5866[[package]]5728[[package]]
5867name = "pallet-child-bounties"5729name = "pallet-child-bounties"
5868version = "4.0.0-dev"5730version = "4.0.0-dev"
5869source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5731source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
5870dependencies = [5732dependencies = [
5871 "frame-benchmarking",5733 "frame-benchmarking",
5872 "frame-support",5734 "frame-support",
5885[[package]]5747[[package]]
5886name = "pallet-collective"5748name = "pallet-collective"
5887version = "4.0.0-dev"5749version = "4.0.0-dev"
5888source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5750source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
5889dependencies = [5751dependencies = [
5890 "frame-benchmarking",5752 "frame-benchmarking",
5891 "frame-support",5753 "frame-support",
5903name = "pallet-common"5765name = "pallet-common"
5904version = "0.1.12"5766version = "0.1.12"
5905dependencies = [5767dependencies = [
5906 "ethereum",5768 "ethereum 0.14.0",
5907 "evm-coder",5769 "evm-coder",
5908 "fp-evm-mapping",5770 "fp-evm-mapping",
5909 "frame-benchmarking",5771 "frame-benchmarking",
5937 "xcm",5799 "xcm",
5938]5800]
5801
5802[[package]]
5803name = "pallet-conviction-voting"
5804version = "4.0.0-dev"
5805source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
5806dependencies = [
5807 "assert_matches",
5808 "frame-benchmarking",
5809 "frame-support",
5810 "frame-system",
5811 "parity-scale-codec 3.2.1",
5812 "scale-info",
5813 "serde",
5814 "sp-io",
5815 "sp-runtime",
5816 "sp-std",
5817]
59395818
5940[[package]]5819[[package]]
5941name = "pallet-democracy"5820name = "pallet-democracy"
5942version = "4.0.0-dev"5821version = "4.0.0-dev"
5943source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5822source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
5944dependencies = [5823dependencies = [
5945 "frame-benchmarking",5824 "frame-benchmarking",
5946 "frame-support",5825 "frame-support",
5947 "frame-system",5826 "frame-system",
5827 "log",
5948 "parity-scale-codec 3.2.1",5828 "parity-scale-codec 3.2.1",
5949 "scale-info",5829 "scale-info",
5950 "serde",5830 "serde",
5831 "sp-core",
5951 "sp-io",5832 "sp-io",
5952 "sp-runtime",5833 "sp-runtime",
5953 "sp-std",5834 "sp-std",
5956[[package]]5837[[package]]
5957name = "pallet-election-provider-multi-phase"5838name = "pallet-election-provider-multi-phase"
5958version = "4.0.0-dev"5839version = "4.0.0-dev"
5959source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5840source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
5960dependencies = [5841dependencies = [
5961 "frame-benchmarking",5842 "frame-benchmarking",
5962 "frame-election-provider-support",5843 "frame-election-provider-support",
5980[[package]]5861[[package]]
5981name = "pallet-election-provider-support-benchmarking"5862name = "pallet-election-provider-support-benchmarking"
5982version = "4.0.0-dev"5863version = "4.0.0-dev"
5983source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5864source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
5984dependencies = [5865dependencies = [
5985 "frame-benchmarking",5866 "frame-benchmarking",
5986 "frame-election-provider-support",5867 "frame-election-provider-support",
5993[[package]]5874[[package]]
5994name = "pallet-elections-phragmen"5875name = "pallet-elections-phragmen"
5995version = "5.0.0-dev"5876version = "5.0.0-dev"
5996source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5877source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
5997dependencies = [5878dependencies = [
5998 "frame-benchmarking",5879 "frame-benchmarking",
5999 "frame-support",5880 "frame-support",
6011[[package]]5892[[package]]
6012name = "pallet-ethereum"5893name = "pallet-ethereum"
6013version = "4.0.0-dev"5894version = "4.0.0-dev"
6014source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"5895source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
6015dependencies = [5896dependencies = [
6016 "ethereum",5897 "ethereum 0.14.0",
6017 "ethereum-types",5898 "ethereum-types 0.14.1",
6018 "evm",5899 "evm",
6019 "fp-consensus",5900 "fp-consensus",
6020 "fp-ethereum",5901 "fp-ethereum",
6039[[package]]5920[[package]]
6040name = "pallet-evm"5921name = "pallet-evm"
6041version = "6.0.0-dev"5922version = "6.0.0-dev"
6042source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30-2#6fce4a7f9c3591f4090dd1db39fe71f6562804d0"5923source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
6043dependencies = [5924dependencies = [
6044 "environmental",5925 "environmental",
6045 "evm",5926 "evm",
6053 "log",5934 "log",
6054 "pallet-timestamp",5935 "pallet-timestamp",
6055 "parity-scale-codec 3.2.1",5936 "parity-scale-codec 3.2.1",
6056 "primitive-types",5937 "primitive-types 0.12.1",
6057 "rlp",5938 "rlp",
6058 "scale-info",5939 "scale-info",
6059 "serde",5940 "serde",
6067name = "pallet-evm-coder-substrate"5948name = "pallet-evm-coder-substrate"
6068version = "0.1.3"5949version = "0.1.3"
6069dependencies = [5950dependencies = [
6070 "ethereum",5951 "ethereum 0.14.0",
6071 "evm-coder",5952 "evm-coder",
6072 "frame-benchmarking",5953 "frame-benchmarking",
6073 "frame-support",5954 "frame-support",
6085name = "pallet-evm-contract-helpers"5966name = "pallet-evm-contract-helpers"
6086version = "0.3.0"5967version = "0.3.0"
6087dependencies = [5968dependencies = [
6088 "ethereum",5969 "ethereum 0.14.0",
6089 "evm-coder",5970 "evm-coder",
6090 "fp-evm-mapping",5971 "fp-evm-mapping",
6091 "frame-support",5972 "frame-support",
6108name = "pallet-evm-migration"5989name = "pallet-evm-migration"
6109version = "0.1.1"5990version = "0.1.1"
6110dependencies = [5991dependencies = [
6111 "ethereum",5992 "ethereum 0.14.0",
6112 "fp-evm",5993 "fp-evm",
6113 "frame-benchmarking",5994 "frame-benchmarking",
6114 "frame-support",5995 "frame-support",
6144[[package]]6025[[package]]
6145name = "pallet-fast-unstake"6026name = "pallet-fast-unstake"
6146version = "4.0.0-dev"6027version = "4.0.0-dev"
6147source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6028source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6148dependencies = [6029dependencies = [
6149 "frame-benchmarking",6030 "frame-benchmarking",
6150 "frame-election-provider-support",6031 "frame-election-provider-support",
6151 "frame-support",6032 "frame-support",
6152 "frame-system",6033 "frame-system",
6153 "log",6034 "log",
6154 "pallet-balances",
6155 "pallet-staking",
6156 "pallet-timestamp",
6157 "parity-scale-codec 3.2.1",6035 "parity-scale-codec 3.2.1",
6158 "scale-info",6036 "scale-info",
6159 "sp-io",6037 "sp-io",
6194name = "pallet-fungible"6072name = "pallet-fungible"
6195version = "0.1.7"6073version = "0.1.7"
6196dependencies = [6074dependencies = [
6197 "ethereum",6075 "ethereum 0.14.0",
6198 "evm-coder",6076 "evm-coder",
6199 "frame-benchmarking",6077 "frame-benchmarking",
6200 "frame-support",6078 "frame-support",
6214[[package]]6092[[package]]
6215name = "pallet-gilt"6093name = "pallet-gilt"
6216version = "4.0.0-dev"6094version = "4.0.0-dev"
6217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6095source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6218dependencies = [6096dependencies = [
6219 "frame-benchmarking",6097 "frame-benchmarking",
6220 "frame-support",6098 "frame-support",
6229[[package]]6107[[package]]
6230name = "pallet-grandpa"6108name = "pallet-grandpa"
6231version = "4.0.0-dev"6109version = "4.0.0-dev"
6232source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6110source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6233dependencies = [6111dependencies = [
6234 "frame-benchmarking",6112 "frame-benchmarking",
6235 "frame-support",6113 "frame-support",
6252[[package]]6130[[package]]
6253name = "pallet-identity"6131name = "pallet-identity"
6254version = "4.0.0-dev"6132version = "4.0.0-dev"
6255source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6133source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6256dependencies = [6134dependencies = [
6257 "enumflags2",6135 "enumflags2",
6258 "frame-benchmarking",6136 "frame-benchmarking",
6268[[package]]6146[[package]]
6269name = "pallet-im-online"6147name = "pallet-im-online"
6270version = "4.0.0-dev"6148version = "4.0.0-dev"
6271source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6149source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6272dependencies = [6150dependencies = [
6273 "frame-benchmarking",6151 "frame-benchmarking",
6274 "frame-support",6152 "frame-support",
6288[[package]]6166[[package]]
6289name = "pallet-indices"6167name = "pallet-indices"
6290version = "4.0.0-dev"6168version = "4.0.0-dev"
6291source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6169source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6292dependencies = [6170dependencies = [
6293 "frame-benchmarking",6171 "frame-benchmarking",
6294 "frame-support",6172 "frame-support",
6336[[package]]6214[[package]]
6337name = "pallet-membership"6215name = "pallet-membership"
6338version = "4.0.0-dev"6216version = "4.0.0-dev"
6339source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6340dependencies = [6218dependencies = [
6341 "frame-benchmarking",6219 "frame-benchmarking",
6342 "frame-support",6220 "frame-support",
6353[[package]]6231[[package]]
6354name = "pallet-mmr"6232name = "pallet-mmr"
6355version = "4.0.0-dev"6233version = "4.0.0-dev"
6356source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6234source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6357dependencies = [6235dependencies = [
6358 "ckb-merkle-mountain-range",6236 "ckb-merkle-mountain-range",
6359 "frame-benchmarking",6237 "frame-benchmarking",
6371[[package]]6249[[package]]
6372name = "pallet-mmr-rpc"6250name = "pallet-mmr-rpc"
6373version = "3.0.0"6251version = "3.0.0"
6374source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6252source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6375dependencies = [6253dependencies = [
6254 "anyhow",
6376 "jsonrpsee",6255 "jsonrpsee",
6377 "parity-scale-codec 3.2.1",6256 "parity-scale-codec 3.2.1",
6378 "serde",6257 "serde",
6386[[package]]6265[[package]]
6387name = "pallet-multisig"6266name = "pallet-multisig"
6388version = "4.0.0-dev"6267version = "4.0.0-dev"
6389source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6268source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6390dependencies = [6269dependencies = [
6391 "frame-benchmarking",6270 "frame-benchmarking",
6392 "frame-support",6271 "frame-support",
6393 "frame-system",6272 "frame-system",
6273 "log",
6394 "parity-scale-codec 3.2.1",6274 "parity-scale-codec 3.2.1",
6395 "scale-info",6275 "scale-info",
6396 "sp-io",6276 "sp-io",
6401[[package]]6281[[package]]
6402name = "pallet-nomination-pools"6282name = "pallet-nomination-pools"
6403version = "1.0.0"6283version = "1.0.0"
6404source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6284source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6405dependencies = [6285dependencies = [
6406 "frame-support",6286 "frame-support",
6407 "frame-system",6287 "frame-system",
6418[[package]]6298[[package]]
6419name = "pallet-nomination-pools-benchmarking"6299name = "pallet-nomination-pools-benchmarking"
6420version = "1.0.0"6300version = "1.0.0"
6421source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6301source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6422dependencies = [6302dependencies = [
6423 "frame-benchmarking",6303 "frame-benchmarking",
6424 "frame-election-provider-support",6304 "frame-election-provider-support",
6438[[package]]6318[[package]]
6439name = "pallet-nomination-pools-runtime-api"6319name = "pallet-nomination-pools-runtime-api"
6440version = "1.0.0-dev"6320version = "1.0.0-dev"
6441source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6321source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6442dependencies = [6322dependencies = [
6443 "parity-scale-codec 3.2.1",6323 "parity-scale-codec 3.2.1",
6444 "sp-api",6324 "sp-api",
6449name = "pallet-nonfungible"6329name = "pallet-nonfungible"
6450version = "0.1.9"6330version = "0.1.9"
6451dependencies = [6331dependencies = [
6452 "ethereum",6332 "ethereum 0.14.0",
6453 "evm-coder",6333 "evm-coder",
6454 "frame-benchmarking",6334 "frame-benchmarking",
6455 "frame-support",6335 "frame-support",
6470[[package]]6350[[package]]
6471name = "pallet-offences"6351name = "pallet-offences"
6472version = "4.0.0-dev"6352version = "4.0.0-dev"
6473source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6353source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6474dependencies = [6354dependencies = [
6475 "frame-support",6355 "frame-support",
6476 "frame-system",6356 "frame-system",
6487[[package]]6367[[package]]
6488name = "pallet-offences-benchmarking"6368name = "pallet-offences-benchmarking"
6489version = "4.0.0-dev"6369version = "4.0.0-dev"
6490source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6370source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6491dependencies = [6371dependencies = [
6492 "frame-benchmarking",6372 "frame-benchmarking",
6493 "frame-election-provider-support",6373 "frame-election-provider-support",
6510[[package]]6390[[package]]
6511name = "pallet-preimage"6391name = "pallet-preimage"
6512version = "4.0.0-dev"6392version = "4.0.0-dev"
6513source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6393source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6514dependencies = [6394dependencies = [
6515 "frame-benchmarking",6395 "frame-benchmarking",
6516 "frame-support",6396 "frame-support",
6517 "frame-system",6397 "frame-system",
6398 "log",
6518 "parity-scale-codec 3.2.1",6399 "parity-scale-codec 3.2.1",
6519 "scale-info",6400 "scale-info",
6520 "sp-core",6401 "sp-core",
6526[[package]]6407[[package]]
6527name = "pallet-proxy"6408name = "pallet-proxy"
6528version = "4.0.0-dev"6409version = "4.0.0-dev"
6529source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6410source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6530dependencies = [6411dependencies = [
6531 "frame-benchmarking",6412 "frame-benchmarking",
6532 "frame-support",6413 "frame-support",
6541[[package]]6422[[package]]
6542name = "pallet-randomness-collective-flip"6423name = "pallet-randomness-collective-flip"
6543version = "4.0.0-dev"6424version = "4.0.0-dev"
6544source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6425source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6545dependencies = [6426dependencies = [
6546 "frame-support",6427 "frame-support",
6547 "frame-system",6428 "frame-system",
6552 "sp-std",6433 "sp-std",
6553]6434]
6435
6436[[package]]
6437name = "pallet-ranked-collective"
6438version = "4.0.0-dev"
6439source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6440dependencies = [
6441 "frame-benchmarking",
6442 "frame-support",
6443 "frame-system",
6444 "log",
6445 "parity-scale-codec 3.2.1",
6446 "scale-info",
6447 "sp-arithmetic",
6448 "sp-core",
6449 "sp-io",
6450 "sp-runtime",
6451 "sp-std",
6452]
65546453
6555[[package]]6454[[package]]
6556name = "pallet-recovery"6455name = "pallet-recovery"
6557version = "4.0.0-dev"6456version = "4.0.0-dev"
6558source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6457source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6559dependencies = [6458dependencies = [
6560 "frame-benchmarking",6459 "frame-benchmarking",
6561 "frame-support",6460 "frame-support",
6567 "sp-std",6466 "sp-std",
6568]6467]
6468
6469[[package]]
6470name = "pallet-referenda"
6471version = "4.0.0-dev"
6472source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6473dependencies = [
6474 "assert_matches",
6475 "frame-benchmarking",
6476 "frame-support",
6477 "frame-system",
6478 "parity-scale-codec 3.2.1",
6479 "scale-info",
6480 "serde",
6481 "sp-arithmetic",
6482 "sp-io",
6483 "sp-runtime",
6484 "sp-std",
6485]
65696486
6570[[package]]6487[[package]]
6571name = "pallet-refungible"6488name = "pallet-refungible"
6572version = "0.2.8"6489version = "0.2.8"
6573dependencies = [6490dependencies = [
6574 "derivative",6491 "derivative",
6575 "ethereum",6492 "ethereum 0.14.0",
6576 "evm-coder",6493 "evm-coder",
6577 "frame-benchmarking",6494 "frame-benchmarking",
6578 "frame-support",6495 "frame-support",
6634[[package]]6551[[package]]
6635name = "pallet-scheduler"6552name = "pallet-scheduler"
6636version = "4.0.0-dev"6553version = "4.0.0-dev"
6637source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6554source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6638dependencies = [6555dependencies = [
6639 "frame-benchmarking",6556 "frame-benchmarking",
6640 "frame-support",6557 "frame-support",
6650[[package]]6567[[package]]
6651name = "pallet-session"6568name = "pallet-session"
6652version = "4.0.0-dev"6569version = "4.0.0-dev"
6653source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6570source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6654dependencies = [6571dependencies = [
6655 "frame-support",6572 "frame-support",
6656 "frame-system",6573 "frame-system",
6671[[package]]6588[[package]]
6672name = "pallet-session-benchmarking"6589name = "pallet-session-benchmarking"
6673version = "4.0.0-dev"6590version = "4.0.0-dev"
6674source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6591source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6675dependencies = [6592dependencies = [
6676 "frame-benchmarking",6593 "frame-benchmarking",
6677 "frame-support",6594 "frame-support",
6687[[package]]6604[[package]]
6688name = "pallet-society"6605name = "pallet-society"
6689version = "4.0.0-dev"6606version = "4.0.0-dev"
6690source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6607source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6691dependencies = [6608dependencies = [
6692 "frame-support",6609 "frame-support",
6693 "frame-system",6610 "frame-system",
6701[[package]]6618[[package]]
6702name = "pallet-staking"6619name = "pallet-staking"
6703version = "4.0.0-dev"6620version = "4.0.0-dev"
6704source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6621source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6705dependencies = [6622dependencies = [
6706 "frame-benchmarking",6623 "frame-benchmarking",
6707 "frame-election-provider-support",6624 "frame-election-provider-support",
6724[[package]]6641[[package]]
6725name = "pallet-staking-reward-curve"6642name = "pallet-staking-reward-curve"
6726version = "4.0.0-dev"6643version = "4.0.0-dev"
6727source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6644source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6728dependencies = [6645dependencies = [
6729 "proc-macro-crate",6646 "proc-macro-crate",
6730 "proc-macro2",6647 "proc-macro2",
6735[[package]]6652[[package]]
6736name = "pallet-staking-reward-fn"6653name = "pallet-staking-reward-fn"
6737version = "4.0.0-dev"6654version = "4.0.0-dev"
6738source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6655source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6739dependencies = [6656dependencies = [
6740 "log",6657 "log",
6741 "sp-arithmetic",6658 "sp-arithmetic",
6742]6659]
6660
6661[[package]]
6662name = "pallet-state-trie-migration"
6663version = "4.0.0-dev"
6664source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6665dependencies = [
6666 "frame-benchmarking",
6667 "frame-support",
6668 "frame-system",
6669 "log",
6670 "parity-scale-codec 3.2.1",
6671 "scale-info",
6672 "sp-core",
6673 "sp-io",
6674 "sp-runtime",
6675 "sp-std",
6676]
67436677
6744[[package]]6678[[package]]
6745name = "pallet-structure"6679name = "pallet-structure"
6759[[package]]6693[[package]]
6760name = "pallet-sudo"6694name = "pallet-sudo"
6761version = "4.0.0-dev"6695version = "4.0.0-dev"
6762source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6696source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6763dependencies = [6697dependencies = [
6764 "frame-support",6698 "frame-support",
6765 "frame-system",6699 "frame-system",
6773[[package]]6707[[package]]
6774name = "pallet-template-transaction-payment"6708name = "pallet-template-transaction-payment"
6775version = "3.0.0"6709version = "3.0.0"
6776source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"6710source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.33#994d4a8dc6cc630b73d19f97315272a8795317e7"
6777dependencies = [6711dependencies = [
6778 "frame-benchmarking",6712 "frame-benchmarking",
6779 "frame-support",6713 "frame-support",
6805[[package]]6739[[package]]
6806name = "pallet-timestamp"6740name = "pallet-timestamp"
6807version = "4.0.0-dev"6741version = "4.0.0-dev"
6808source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6742source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6809dependencies = [6743dependencies = [
6810 "frame-benchmarking",6744 "frame-benchmarking",
6811 "frame-support",6745 "frame-support",
6823[[package]]6757[[package]]
6824name = "pallet-tips"6758name = "pallet-tips"
6825version = "4.0.0-dev"6759version = "4.0.0-dev"
6826source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6760source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6827dependencies = [6761dependencies = [
6828 "frame-benchmarking",6762 "frame-benchmarking",
6829 "frame-support",6763 "frame-support",
6842[[package]]6776[[package]]
6843name = "pallet-transaction-payment"6777name = "pallet-transaction-payment"
6844version = "4.0.0-dev"6778version = "4.0.0-dev"
6845source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6779source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6846dependencies = [6780dependencies = [
6847 "frame-support",6781 "frame-support",
6848 "frame-system",6782 "frame-system",
6858[[package]]6792[[package]]
6859name = "pallet-transaction-payment-rpc"6793name = "pallet-transaction-payment-rpc"
6860version = "4.0.0-dev"6794version = "4.0.0-dev"
6861source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6795source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6862dependencies = [6796dependencies = [
6863 "jsonrpsee",6797 "jsonrpsee",
6864 "pallet-transaction-payment-rpc-runtime-api",6798 "pallet-transaction-payment-rpc-runtime-api",
6868 "sp-core",6802 "sp-core",
6869 "sp-rpc",6803 "sp-rpc",
6870 "sp-runtime",6804 "sp-runtime",
6805 "sp-weights",
6871]6806]
68726807
6873[[package]]6808[[package]]
6874name = "pallet-transaction-payment-rpc-runtime-api"6809name = "pallet-transaction-payment-rpc-runtime-api"
6875version = "4.0.0-dev"6810version = "4.0.0-dev"
6876source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6811source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6877dependencies = [6812dependencies = [
6878 "pallet-transaction-payment",6813 "pallet-transaction-payment",
6879 "parity-scale-codec 3.2.1",6814 "parity-scale-codec 3.2.1",
6880 "sp-api",6815 "sp-api",
6881 "sp-runtime",6816 "sp-runtime",
6817 "sp-weights",
6882]6818]
68836819
6884[[package]]6820[[package]]
6885name = "pallet-treasury"6821name = "pallet-treasury"
6886version = "4.0.0-dev"6822version = "4.0.0-dev"
6887source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6823source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6888dependencies = [6824dependencies = [
6889 "frame-benchmarking",6825 "frame-benchmarking",
6890 "frame-support",6826 "frame-support",
6902name = "pallet-unique"6838name = "pallet-unique"
6903version = "0.2.1"6839version = "0.2.1"
6904dependencies = [6840dependencies = [
6905 "ethereum",6841 "ethereum 0.12.0",
6906 "evm-coder",6842 "evm-coder",
6907 "frame-benchmarking",6843 "frame-benchmarking",
6908 "frame-support",6844 "frame-support",
6943[[package]]6879[[package]]
6944name = "pallet-utility"6880name = "pallet-utility"
6945version = "4.0.0-dev"6881version = "4.0.0-dev"
6946source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6882source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6947dependencies = [6883dependencies = [
6948 "frame-benchmarking",6884 "frame-benchmarking",
6949 "frame-support",6885 "frame-support",
6959[[package]]6895[[package]]
6960name = "pallet-vesting"6896name = "pallet-vesting"
6961version = "4.0.0-dev"6897version = "4.0.0-dev"
6962source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6898source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6963dependencies = [6899dependencies = [
6964 "frame-benchmarking",6900 "frame-benchmarking",
6965 "frame-support",6901 "frame-support",
6971 "sp-std",6907 "sp-std",
6972]6908]
6909
6910[[package]]
6911name = "pallet-whitelist"
6912version = "4.0.0-dev"
6913source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
6914dependencies = [
6915 "frame-benchmarking",
6916 "frame-support",
6917 "frame-system",
6918 "parity-scale-codec 3.2.1",
6919 "scale-info",
6920 "sp-api",
6921 "sp-runtime",
6922 "sp-std",
6923]
69736924
6974[[package]]6925[[package]]
6975name = "pallet-xcm"6926name = "pallet-xcm"
6976version = "0.9.30"6927version = "0.9.33"
6977source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"6928source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
6978dependencies = [6929dependencies = [
6979 "frame-support",6930 "frame-support",
6980 "frame-system",6931 "frame-system",
69916942
6992[[package]]6943[[package]]
6993name = "pallet-xcm-benchmarks"6944name = "pallet-xcm-benchmarks"
6994version = "0.9.30"6945version = "0.9.33"
6995source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"6946source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
6996dependencies = [6947dependencies = [
6997 "frame-benchmarking",6948 "frame-benchmarking",
6998 "frame-support",6949 "frame-support",
7009[[package]]6960[[package]]
7010name = "parachain-info"6961name = "parachain-info"
7011version = "0.1.0"6962version = "0.1.0"
7012source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"6963source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.33#27721d794ee63aae42317a7eeda21595dd3200d9"
7013dependencies = [6964dependencies = [
7014 "cumulus-primitives-core",6965 "cumulus-primitives-core",
7015 "frame-support",6966 "frame-support",
7016 "frame-system",6967 "frame-system",
7017 "parity-scale-codec 3.2.1",6968 "parity-scale-codec 3.2.1",
7018 "scale-info",6969 "scale-info",
7019 "serde",
7020]6970]
70216971
7022[[package]]6972[[package]]
7038 "snap",6988 "snap",
7039]6989]
6990
6991[[package]]
6992name = "parity-db"
6993version = "0.4.2"
6994source = "registry+https://github.com/rust-lang/crates.io-index"
6995checksum = "3a7511a0bec4a336b5929999d02b560d2439c993cccf98c26481484e811adc43"
6996dependencies = [
6997 "blake2",
6998 "crc32fast",
6999 "fs2",
7000 "hex",
7001 "libc",
7002 "log",
7003 "lz4",
7004 "memmap2",
7005 "parking_lot 0.12.1",
7006 "rand 0.8.5",
7007 "snap",
7008]
70407009
7041[[package]]7010[[package]]
7042name = "parity-scale-codec"7011name = "parity-scale-codec"
70997068
7100[[package]]7069[[package]]
7101name = "parity-util-mem"7070name = "parity-util-mem"
7102version = "0.11.0"7071version = "0.12.0"
7103source = "registry+https://github.com/rust-lang/crates.io-index"7072source = "registry+https://github.com/rust-lang/crates.io-index"
7104checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7073checksum = "0d32c34f4f5ca7f9196001c0aba5a1f9a5a12382c8944b8b0f90233282d1e8f8"
7105dependencies = [7074dependencies = [
7106 "cfg-if 1.0.0",7075 "cfg-if",
7107 "ethereum-types",7076 "ethereum-types 0.14.1",
7108 "hashbrown",7077 "hashbrown",
7109 "impl-trait-for-tuples",7078 "impl-trait-for-tuples",
7110 "lru 0.7.8",7079 "lru",
7111 "parity-util-mem-derive",7080 "parity-util-mem-derive",
7112 "parking_lot 0.12.1",7081 "parking_lot 0.12.1",
7113 "primitive-types",7082 "primitive-types 0.12.1",
7114 "smallvec",7083 "smallvec",
7115 "winapi",7084 "winapi",
7116]7085]
7126 "synstructure",7095 "synstructure",
7127]7096]
7128
7129[[package]]
7130name = "parity-wasm"
7131version = "0.32.0"
7132source = "registry+https://github.com/rust-lang/crates.io-index"
7133checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"
7134dependencies = [
7135 "byteorder",
7136]
71377097
7138[[package]]7098[[package]]
7139name = "parity-wasm"7099name = "parity-wasm"
7165checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7125checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
7166dependencies = [7126dependencies = [
7167 "lock_api",7127 "lock_api",
7168 "parking_lot_core 0.9.4",7128 "parking_lot_core 0.9.5",
7169]7129]
71707130
7171[[package]]7131[[package]]
7174source = "registry+https://github.com/rust-lang/crates.io-index"7134source = "registry+https://github.com/rust-lang/crates.io-index"
7175checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7135checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
7176dependencies = [7136dependencies = [
7177 "cfg-if 1.0.0",7137 "cfg-if",
7178 "instant",7138 "instant",
7179 "libc",7139 "libc",
7180 "redox_syscall",7140 "redox_syscall",
71847144
7185[[package]]7145[[package]]
7186name = "parking_lot_core"7146name = "parking_lot_core"
7187version = "0.9.4"7147version = "0.9.5"
7188source = "registry+https://github.com/rust-lang/crates.io-index"7148source = "registry+https://github.com/rust-lang/crates.io-index"
7189checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"7149checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba"
7190dependencies = [7150dependencies = [
7191 "cfg-if 1.0.0",7151 "cfg-if",
7192 "libc",7152 "libc",
7193 "redox_syscall",7153 "redox_syscall",
7194 "smallvec",7154 "smallvec",
72337193
7234[[package]]7194[[package]]
7235name = "pest"7195name = "pest"
7236version = "2.4.1"7196version = "2.5.1"
7237source = "registry+https://github.com/rust-lang/crates.io-index"7197source = "registry+https://github.com/rust-lang/crates.io-index"
7238checksum = "a528564cc62c19a7acac4d81e01f39e53e25e17b934878f4c6d25cc2836e62f8"7198checksum = "cc8bed3549e0f9b0a2a78bf7c0018237a2cdf085eecbbc048e52612438e4e9d0"
7239dependencies = [7199dependencies = [
7240 "thiserror",7200 "thiserror",
7241 "ucd-trie",7201 "ucd-trie",
7242]7202]
72437203
7244[[package]]7204[[package]]
7245name = "pest_derive"7205name = "pest_derive"
7246version = "2.4.1"7206version = "2.5.1"
7247source = "registry+https://github.com/rust-lang/crates.io-index"7207source = "registry+https://github.com/rust-lang/crates.io-index"
7248checksum = "d5fd9bc6500181952d34bd0b2b0163a54d794227b498be0b7afa7698d0a7b18f"7208checksum = "cdc078600d06ff90d4ed238f0119d84ab5d43dbaad278b0e33a8820293b32344"
7249dependencies = [7209dependencies = [
7250 "pest",7210 "pest",
7251 "pest_generator",7211 "pest_generator",
7252]7212]
72537213
7254[[package]]7214[[package]]
7255name = "pest_generator"7215name = "pest_generator"
7256version = "2.4.1"7216version = "2.5.1"
7257source = "registry+https://github.com/rust-lang/crates.io-index"7217source = "registry+https://github.com/rust-lang/crates.io-index"
7258checksum = "d2610d5ac5156217b4ff8e46ddcef7cdf44b273da2ac5bca2ecbfa86a330e7c4"7218checksum = "28a1af60b1c4148bb269006a750cff8e2ea36aff34d2d96cf7be0b14d1bed23c"
7259dependencies = [7219dependencies = [
7260 "pest",7220 "pest",
7261 "pest_meta",7221 "pest_meta",
72667226
7267[[package]]7227[[package]]
7268name = "pest_meta"7228name = "pest_meta"
7269version = "2.4.1"7229version = "2.5.1"
7270source = "registry+https://github.com/rust-lang/crates.io-index"7230source = "registry+https://github.com/rust-lang/crates.io-index"
7271checksum = "824749bf7e21dd66b36fbe26b3f45c713879cccd4a009a917ab8e045ca8246fe"7231checksum = "fec8605d59fc2ae0c6c1aefc0c7c7a9769732017c0ce07f7a9cfffa7b4404f20"
7272dependencies = [7232dependencies = [
7273 "once_cell",7233 "once_cell",
7274 "pest",7234 "pest",
73257285
7326[[package]]7286[[package]]
7327name = "pkcs8"7287name = "pkcs8"
7328version = "0.8.0"7288version = "0.9.0"
7329source = "registry+https://github.com/rust-lang/crates.io-index"7289source = "registry+https://github.com/rust-lang/crates.io-index"
7330checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7290checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
7331dependencies = [7291dependencies = [
7332 "der",7292 "der",
7333 "spki",7293 "spki",
7334 "zeroize",
7335]7294]
73367295
7337[[package]]7296[[package]]
73487307
7349[[package]]7308[[package]]
7350name = "polkadot-approval-distribution"7309name = "polkadot-approval-distribution"
7351version = "0.9.30"7310version = "0.9.33"
7352source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7311source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7353dependencies = [7312dependencies = [
7354 "futures 0.3.25",7313 "futures 0.3.25",
7355 "polkadot-node-network-protocol",7314 "polkadot-node-network-protocol",
73637322
7364[[package]]7323[[package]]
7365name = "polkadot-availability-bitfield-distribution"7324name = "polkadot-availability-bitfield-distribution"
7366version = "0.9.30"7325version = "0.9.33"
7367source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7326source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7368dependencies = [7327dependencies = [
7369 "futures 0.3.25",7328 "futures 0.3.25",
7370 "polkadot-node-network-protocol",7329 "polkadot-node-network-protocol",
73777336
7378[[package]]7337[[package]]
7379name = "polkadot-availability-distribution"7338name = "polkadot-availability-distribution"
7380version = "0.9.30"7339version = "0.9.33"
7381source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7340source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7382dependencies = [7341dependencies = [
7383 "derive_more",7342 "derive_more",
7384 "fatality",7343 "fatality",
7385 "futures 0.3.25",7344 "futures 0.3.25",
7386 "lru 0.7.8",7345 "lru",
7387 "parity-scale-codec 3.2.1",7346 "parity-scale-codec 3.2.1",
7388 "polkadot-erasure-coding",7347 "polkadot-erasure-coding",
7389 "polkadot-node-network-protocol",7348 "polkadot-node-network-protocol",
74007359
7401[[package]]7360[[package]]
7402name = "polkadot-availability-recovery"7361name = "polkadot-availability-recovery"
7403version = "0.9.30"7362version = "0.9.33"
7404source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7363source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7405dependencies = [7364dependencies = [
7406 "fatality",7365 "fatality",
7407 "futures 0.3.25",7366 "futures 0.3.25",
7408 "lru 0.7.8",7367 "lru",
7409 "parity-scale-codec 3.2.1",7368 "parity-scale-codec 3.2.1",
7410 "polkadot-erasure-coding",7369 "polkadot-erasure-coding",
7411 "polkadot-node-network-protocol",7370 "polkadot-node-network-protocol",
74217380
7422[[package]]7381[[package]]
7423name = "polkadot-cli"7382name = "polkadot-cli"
7424version = "0.9.30"7383version = "0.9.33"
7425source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7384source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7426dependencies = [7385dependencies = [
7427 "clap",7386 "clap",
7428 "frame-benchmarking-cli",7387 "frame-benchmarking-cli",
74477406
7448[[package]]7407[[package]]
7449name = "polkadot-client"7408name = "polkadot-client"
7450version = "0.9.30"7409version = "0.9.33"
7451source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7410source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7452dependencies = [7411dependencies = [
7453 "beefy-primitives",7412 "beefy-primitives",
7454 "frame-benchmarking",7413 "frame-benchmarking",
74877446
7488[[package]]7447[[package]]
7489name = "polkadot-collator-protocol"7448name = "polkadot-collator-protocol"
7490version = "0.9.30"7449version = "0.9.33"
7491source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7450source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7492dependencies = [7451dependencies = [
7493 "always-assert",7452 "always-assert",
7453 "bitvec 1.0.1",
7494 "fatality",7454 "fatality",
7495 "futures 0.3.25",7455 "futures 0.3.25",
7496 "futures-timer",7456 "futures-timer",
75087468
7509[[package]]7469[[package]]
7510name = "polkadot-core-primitives"7470name = "polkadot-core-primitives"
7511version = "0.9.30"7471version = "0.9.33"
7512source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7472source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7513dependencies = [7473dependencies = [
7514 "parity-scale-codec 3.2.1",7474 "parity-scale-codec 3.2.1",
7515 "parity-util-mem",7475 "parity-util-mem",
75217481
7522[[package]]7482[[package]]
7523name = "polkadot-dispute-distribution"7483name = "polkadot-dispute-distribution"
7524version = "0.9.30"7484version = "0.9.33"
7525source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7485source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7526dependencies = [7486dependencies = [
7527 "derive_more",7487 "derive_more",
7528 "fatality",7488 "fatality",
7529 "futures 0.3.25",7489 "futures 0.3.25",
7490 "futures-timer",
7491 "indexmap",
7530 "lru 0.7.8",7492 "lru",
7531 "parity-scale-codec 3.2.1",7493 "parity-scale-codec 3.2.1",
7532 "polkadot-erasure-coding",7494 "polkadot-erasure-coding",
7533 "polkadot-node-network-protocol",7495 "polkadot-node-network-protocol",
75447506
7545[[package]]7507[[package]]
7546name = "polkadot-erasure-coding"7508name = "polkadot-erasure-coding"
7547version = "0.9.30"7509version = "0.9.33"
7548source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7510source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7549dependencies = [7511dependencies = [
7550 "parity-scale-codec 3.2.1",7512 "parity-scale-codec 3.2.1",
7551 "polkadot-node-primitives",7513 "polkadot-node-primitives",
75587520
7559[[package]]7521[[package]]
7560name = "polkadot-gossip-support"7522name = "polkadot-gossip-support"
7561version = "0.9.30"7523version = "0.9.33"
7562source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7524source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7563dependencies = [7525dependencies = [
7564 "futures 0.3.25",7526 "futures 0.3.25",
7565 "futures-timer",7527 "futures-timer",
75787540
7579[[package]]7541[[package]]
7580name = "polkadot-network-bridge"7542name = "polkadot-network-bridge"
7581version = "0.9.30"7543version = "0.9.33"
7582source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7544source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7583dependencies = [7545dependencies = [
7584 "always-assert",7546 "always-assert",
7585 "async-trait",7547 "async-trait",
76027564
7603[[package]]7565[[package]]
7604name = "polkadot-node-collation-generation"7566name = "polkadot-node-collation-generation"
7605version = "0.9.30"7567version = "0.9.33"
7606source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7568source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7607dependencies = [7569dependencies = [
7608 "futures 0.3.25",7570 "futures 0.3.25",
7609 "parity-scale-codec 3.2.1",7571 "parity-scale-codec 3.2.1",
76207582
7621[[package]]7583[[package]]
7622name = "polkadot-node-core-approval-voting"7584name = "polkadot-node-core-approval-voting"
7623version = "0.9.30"7585version = "0.9.33"
7624source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7586source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7625dependencies = [7587dependencies = [
7626 "bitvec 1.0.1",7588 "bitvec 1.0.1",
7627 "derive_more",7589 "derive_more",
7628 "futures 0.3.25",7590 "futures 0.3.25",
7629 "futures-timer",7591 "futures-timer",
7630 "kvdb",7592 "kvdb",
7631 "lru 0.7.8",7593 "lru",
7632 "merlin",7594 "merlin",
7633 "parity-scale-codec 3.2.1",7595 "parity-scale-codec 3.2.1",
7634 "polkadot-node-jaeger",7596 "polkadot-node-jaeger",
76497611
7650[[package]]7612[[package]]
7651name = "polkadot-node-core-av-store"7613name = "polkadot-node-core-av-store"
7652version = "0.9.30"7614version = "0.9.33"
7653source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7615source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7654dependencies = [7616dependencies = [
7655 "bitvec 1.0.1",7617 "bitvec 1.0.1",
7656 "futures 0.3.25",7618 "futures 0.3.25",
76697631
7670[[package]]7632[[package]]
7671name = "polkadot-node-core-backing"7633name = "polkadot-node-core-backing"
7672version = "0.9.30"7634version = "0.9.33"
7673source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7635source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7674dependencies = [7636dependencies = [
7675 "bitvec 1.0.1",7637 "bitvec 1.0.1",
7676 "fatality",7638 "fatality",
76887650
7689[[package]]7651[[package]]
7690name = "polkadot-node-core-bitfield-signing"7652name = "polkadot-node-core-bitfield-signing"
7691version = "0.9.30"7653version = "0.9.33"
7692source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7654source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7693dependencies = [7655dependencies = [
7694 "futures 0.3.25",7656 "futures 0.3.25",
7695 "polkadot-node-subsystem",7657 "polkadot-node-subsystem",
77037665
7704[[package]]7666[[package]]
7705name = "polkadot-node-core-candidate-validation"7667name = "polkadot-node-core-candidate-validation"
7706version = "0.9.30"7668version = "0.9.33"
7707source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7669source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7708dependencies = [7670dependencies = [
7709 "async-trait",7671 "async-trait",
7710 "futures 0.3.25",7672 "futures 0.3.25",
7673 "futures-timer",
7711 "parity-scale-codec 3.2.1",7674 "parity-scale-codec 3.2.1",
7712 "polkadot-node-core-pvf",7675 "polkadot-node-core-pvf",
7713 "polkadot-node-primitives",7676 "polkadot-node-primitives",
77217684
7722[[package]]7685[[package]]
7723name = "polkadot-node-core-chain-api"7686name = "polkadot-node-core-chain-api"
7724version = "0.9.30"7687version = "0.9.33"
7725source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7688source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7726dependencies = [7689dependencies = [
7727 "futures 0.3.25",7690 "futures 0.3.25",
7728 "polkadot-node-subsystem",7691 "polkadot-node-subsystem",
77367699
7737[[package]]7700[[package]]
7738name = "polkadot-node-core-chain-selection"7701name = "polkadot-node-core-chain-selection"
7739version = "0.9.30"7702version = "0.9.33"
7740source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7703source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7741dependencies = [7704dependencies = [
7742 "futures 0.3.25",7705 "futures 0.3.25",
7743 "futures-timer",7706 "futures-timer",
77537716
7754[[package]]7717[[package]]
7755name = "polkadot-node-core-dispute-coordinator"7718name = "polkadot-node-core-dispute-coordinator"
7756version = "0.9.30"7719version = "0.9.33"
7757source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7720source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7758dependencies = [7721dependencies = [
7759 "fatality",7722 "fatality",
7760 "futures 0.3.25",7723 "futures 0.3.25",
7761 "kvdb",7724 "kvdb",
7762 "lru 0.7.8",7725 "lru",
7763 "parity-scale-codec 3.2.1",7726 "parity-scale-codec 3.2.1",
7764 "polkadot-node-primitives",7727 "polkadot-node-primitives",
7765 "polkadot-node-subsystem",7728 "polkadot-node-subsystem",
77727735
7773[[package]]7736[[package]]
7774name = "polkadot-node-core-parachains-inherent"7737name = "polkadot-node-core-parachains-inherent"
7775version = "0.9.30"7738version = "0.9.33"
7776source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7739source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7777dependencies = [7740dependencies = [
7778 "async-trait",7741 "async-trait",
7779 "futures 0.3.25",7742 "futures 0.3.25",
77897752
7790[[package]]7753[[package]]
7791name = "polkadot-node-core-provisioner"7754name = "polkadot-node-core-provisioner"
7792version = "0.9.30"7755version = "0.9.33"
7793source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7756source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7794dependencies = [7757dependencies = [
7795 "bitvec 1.0.1",7758 "bitvec 1.0.1",
7796 "fatality",7759 "fatality",
78077770
7808[[package]]7771[[package]]
7809name = "polkadot-node-core-pvf"7772name = "polkadot-node-core-pvf"
7810version = "0.9.30"7773version = "0.9.33"
7811source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7774source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7812dependencies = [7775dependencies = [
7813 "always-assert",7776 "always-assert",
7814 "assert_matches",7777 "assert_matches",
78397802
7840[[package]]7803[[package]]
7841name = "polkadot-node-core-pvf-checker"7804name = "polkadot-node-core-pvf-checker"
7842version = "0.9.30"7805version = "0.9.33"
7843source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7806source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7844dependencies = [7807dependencies = [
7845 "futures 0.3.25",7808 "futures 0.3.25",
7846 "polkadot-node-primitives",7809 "polkadot-node-primitives",
78557818
7856[[package]]7819[[package]]
7857name = "polkadot-node-core-runtime-api"7820name = "polkadot-node-core-runtime-api"
7858version = "0.9.30"7821version = "0.9.33"
7859source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7822source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7860dependencies = [7823dependencies = [
7861 "futures 0.3.25",7824 "futures 0.3.25",
7862 "memory-lru",7825 "memory-lru",
78717834
7872[[package]]7835[[package]]
7873name = "polkadot-node-jaeger"7836name = "polkadot-node-jaeger"
7874version = "0.9.30"7837version = "0.9.33"
7875source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7838source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7876dependencies = [7839dependencies = [
7877 "async-std",7840 "async-std",
7878 "lazy_static",7841 "lazy_static",
78897852
7890[[package]]7853[[package]]
7891name = "polkadot-node-metrics"7854name = "polkadot-node-metrics"
7892version = "0.9.30"7855version = "0.9.33"
7893source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7856source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7894dependencies = [7857dependencies = [
7895 "bs58",7858 "bs58",
7896 "futures 0.3.25",7859 "futures 0.3.25",
79087871
7909[[package]]7872[[package]]
7910name = "polkadot-node-network-protocol"7873name = "polkadot-node-network-protocol"
7911version = "0.9.30"7874version = "0.9.33"
7912source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7875source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7913dependencies = [7876dependencies = [
7914 "async-trait",7877 "async-trait",
7915 "derive_more",7878 "derive_more",
79317894
7932[[package]]7895[[package]]
7933name = "polkadot-node-primitives"7896name = "polkadot-node-primitives"
7934version = "0.9.30"7897version = "0.9.33"
7935source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7898source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7936dependencies = [7899dependencies = [
7937 "bounded-vec",7900 "bounded-vec",
7938 "futures 0.3.25",7901 "futures 0.3.25",
79537916
7954[[package]]7917[[package]]
7955name = "polkadot-node-subsystem"7918name = "polkadot-node-subsystem"
7956version = "0.9.30"7919version = "0.9.33"
7957source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7920source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7958dependencies = [7921dependencies = [
7959 "polkadot-node-jaeger",7922 "polkadot-node-jaeger",
7960 "polkadot-node-subsystem-types",7923 "polkadot-node-subsystem-types",
79637926
7964[[package]]7927[[package]]
7965name = "polkadot-node-subsystem-types"7928name = "polkadot-node-subsystem-types"
7966version = "0.9.30"7929version = "0.9.33"
7967source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7930source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7968dependencies = [7931dependencies = [
7969 "async-trait",7932 "async-trait",
7970 "derive_more",7933 "derive_more",
79867949
7987[[package]]7950[[package]]
7988name = "polkadot-node-subsystem-util"7951name = "polkadot-node-subsystem-util"
7989version = "0.9.30"7952version = "0.9.33"
7990source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7953source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
7991dependencies = [7954dependencies = [
7992 "async-trait",7955 "async-trait",
7993 "derive_more",7956 "derive_more",
7994 "fatality",7957 "fatality",
7995 "futures 0.3.25",7958 "futures 0.3.25",
7996 "itertools",7959 "itertools",
7997 "kvdb",7960 "kvdb",
7998 "lru 0.7.8",7961 "lru",
7999 "parity-db",7962 "parity-db 0.4.2",
8000 "parity-scale-codec 3.2.1",7963 "parity-scale-codec 3.2.1",
8001 "parity-util-mem",7964 "parity-util-mem",
8002 "parking_lot 0.11.2",7965 "parking_lot 0.11.2",
80197982
8020[[package]]7983[[package]]
8021name = "polkadot-overseer"7984name = "polkadot-overseer"
8022version = "0.9.30"7985version = "0.9.33"
8023source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7986source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
8024dependencies = [7987dependencies = [
8025 "async-trait",7988 "async-trait",
8026 "futures 0.3.25",7989 "futures 0.3.25",
8027 "futures-timer",7990 "futures-timer",
8028 "lru 0.7.8",7991 "lru",
8029 "orchestra",7992 "orchestra",
8030 "parity-util-mem",7993 "parity-util-mem",
8031 "parking_lot 0.12.1",7994 "parking_lot 0.12.1",
80428005
8043[[package]]8006[[package]]
8044name = "polkadot-parachain"8007name = "polkadot-parachain"
8045version = "0.9.30"8008version = "0.9.33"
8046source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8009source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
8047dependencies = [8010dependencies = [
8048 "derive_more",8011 "derive_more",
8049 "frame-support",8012 "frame-support",
80598022
8060[[package]]8023[[package]]
8061name = "polkadot-performance-test"8024name = "polkadot-performance-test"
8062version = "0.9.30"8025version = "0.9.33"
8063source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8026source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
8064dependencies = [8027dependencies = [
8065 "env_logger",8028 "env_logger",
8066 "kusama-runtime",8029 "kusama-runtime",
80748037
8075[[package]]8038[[package]]
8076name = "polkadot-primitives"8039name = "polkadot-primitives"
8077version = "0.9.30"8040version = "0.9.33"
8078source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8041source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
8079dependencies = [8042dependencies = [
8080 "bitvec 1.0.1",8043 "bitvec 1.0.1",
8081 "frame-system",
8082 "hex-literal",8044 "hex-literal",
8083 "parity-scale-codec 3.2.1",8045 "parity-scale-codec 3.2.1",
8084 "parity-util-mem",8046 "parity-util-mem",
8098 "sp-runtime",8060 "sp-runtime",
8099 "sp-staking",8061 "sp-staking",
8100 "sp-std",8062 "sp-std",
8101 "sp-trie",
8102 "sp-version",
8103]8063]
81048064
8105[[package]]8065[[package]]
8106name = "polkadot-rpc"8066name = "polkadot-rpc"
8107version = "0.9.30"8067version = "0.9.33"
8108source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8068source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
8109dependencies = [8069dependencies = [
8110 "beefy-gadget",8070 "beefy-gadget",
8111 "beefy-gadget-rpc",8071 "beefy-gadget-rpc",
81368096
8137[[package]]8097[[package]]
8138name = "polkadot-runtime"8098name = "polkadot-runtime"
8139version = "0.9.30"8099version = "0.9.33"
8140source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8100source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
8141dependencies = [8101dependencies = [
8142 "beefy-primitives",8102 "beefy-primitives",
8143 "bitvec 1.0.1",8103 "bitvec 1.0.1",
82258185
8226[[package]]8186[[package]]
8227name = "polkadot-runtime-common"8187name = "polkadot-runtime-common"
8228version = "0.9.30"8188version = "0.9.33"
8229source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8189source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
8230dependencies = [8190dependencies = [
8231 "beefy-primitives",8191 "beefy-primitives",
8232 "bitvec 1.0.1",8192 "bitvec 1.0.1",
8245 "pallet-election-provider-multi-phase",8205 "pallet-election-provider-multi-phase",
8246 "pallet-session",8206 "pallet-session",
8247 "pallet-staking",8207 "pallet-staking",
8208 "pallet-staking-reward-fn",
8248 "pallet-timestamp",8209 "pallet-timestamp",
8249 "pallet-transaction-payment",8210 "pallet-transaction-payment",
8250 "pallet-treasury",8211 "pallet-treasury",
82728233
8273[[package]]8234[[package]]
8274name = "polkadot-runtime-constants"8235name = "polkadot-runtime-constants"
8275version = "0.9.30"8236version = "0.9.33"
8276source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8237source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
8277dependencies = [8238dependencies = [
8278 "frame-support",8239 "frame-support",
8279 "polkadot-primitives",8240 "polkadot-primitives",
8280 "polkadot-runtime-common",8241 "polkadot-runtime-common",
8281 "smallvec",8242 "smallvec",
8243 "sp-core",
8282 "sp-runtime",8244 "sp-runtime",
8245 "sp-weights",
8283]8246]
82848247
8285[[package]]8248[[package]]
8286name = "polkadot-runtime-metrics"8249name = "polkadot-runtime-metrics"
8287version = "0.9.30"8250version = "0.9.33"
8288source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8251source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
8289dependencies = [8252dependencies = [
8290 "bs58",8253 "bs58",
8291 "parity-scale-codec 3.2.1",8254 "parity-scale-codec 3.2.1",
82968259
8297[[package]]8260[[package]]
8298name = "polkadot-runtime-parachains"8261name = "polkadot-runtime-parachains"
8299version = "0.9.30"8262version = "0.9.33"
8300source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8263source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
8301dependencies = [8264dependencies = [
8302 "bitflags",8265 "bitflags",
8303 "bitvec 1.0.1",8266 "bitvec 1.0.1",
83398302
8340[[package]]8303[[package]]
8341name = "polkadot-service"8304name = "polkadot-service"
8342version = "0.9.30"8305version = "0.9.33"
8343source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8306source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
8344dependencies = [8307dependencies = [
8345 "async-trait",8308 "async-trait",
8346 "beefy-gadget",8309 "beefy-gadget",
8352 "kusama-runtime",8315 "kusama-runtime",
8353 "kvdb",8316 "kvdb",
8354 "kvdb-rocksdb",8317 "kvdb-rocksdb",
8355 "lru 0.7.8",8318 "lru",
8356 "pallet-babe",8319 "pallet-babe",
8357 "pallet-im-online",8320 "pallet-im-online",
8358 "pallet-staking",8321 "pallet-staking",
8359 "pallet-transaction-payment-rpc-runtime-api",8322 "pallet-transaction-payment-rpc-runtime-api",
8360 "parity-db",8323 "parity-db 0.4.2",
8361 "polkadot-approval-distribution",8324 "polkadot-approval-distribution",
8362 "polkadot-availability-bitfield-distribution",8325 "polkadot-availability-bitfield-distribution",
8363 "polkadot-availability-distribution",8326 "polkadot-availability-distribution",
84438406
8444[[package]]8407[[package]]
8445name = "polkadot-statement-distribution"8408name = "polkadot-statement-distribution"
8446version = "0.9.30"8409version = "0.9.33"
8447source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8410source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
8448dependencies = [8411dependencies = [
8449 "arrayvec 0.5.2",8412 "arrayvec 0.5.2",
8450 "fatality",8413 "fatality",
84648427
8465[[package]]8428[[package]]
8466name = "polkadot-statement-table"8429name = "polkadot-statement-table"
8467version = "0.9.30"8430version = "0.9.33"
8468source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8431source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
8469dependencies = [8432dependencies = [
8470 "parity-scale-codec 3.2.1",8433 "parity-scale-codec 3.2.1",
8471 "polkadot-primitives",8434 "polkadot-primitives",
84748437
8475[[package]]8438[[package]]
8476name = "polkadot-test-runtime"8439name = "polkadot-test-runtime"
8477version = "0.9.30"8440version = "0.9.33"
8478source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8441source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
8479dependencies = [8442dependencies = [
8480 "beefy-primitives",8443 "beefy-primitives",
8481 "bitvec 1.0.1",8444 "bitvec 1.0.1",
85358498
8536[[package]]8499[[package]]
8537name = "polkadot-test-service"8500name = "polkadot-test-service"
8538version = "0.9.30"8501version = "0.9.33"
8539source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8502source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
8540dependencies = [8503dependencies = [
8541 "frame-benchmarking",8504 "frame-benchmarking",
8542 "frame-system",8505 "frame-system",
85898552
8590[[package]]8553[[package]]
8591name = "polling"8554name = "polling"
8592version = "2.4.0"8555version = "2.5.1"
8593source = "registry+https://github.com/rust-lang/crates.io-index"8556source = "registry+https://github.com/rust-lang/crates.io-index"
8594checksum = "ab4609a838d88b73d8238967b60dd115cc08d38e2bbaf51ee1e4b695f89122e2"8557checksum = "166ca89eb77fd403230b9c156612965a81e094ec6ec3aa13663d4c8b113fa748"
8595dependencies = [8558dependencies = [
8596 "autocfg",8559 "autocfg",
8597 "cfg-if 1.0.0",8560 "cfg-if",
8598 "libc",8561 "libc",
8599 "log",8562 "log",
8600 "wepoll-ffi",8563 "wepoll-ffi",
8601 "winapi",8564 "windows-sys 0.42.0",
8602]8565]
86038566
8604[[package]]8567[[package]]
8618source = "registry+https://github.com/rust-lang/crates.io-index"8581source = "registry+https://github.com/rust-lang/crates.io-index"
8619checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8582checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"
8620dependencies = [8583dependencies = [
8621 "cfg-if 1.0.0",8584 "cfg-if",
8622 "cpufeatures",8585 "cpufeatures",
8623 "opaque-debug 0.3.0",8586 "opaque-debug 0.3.0",
8624 "universal-hash",8587 "universal-hash",
8630source = "registry+https://github.com/rust-lang/crates.io-index"8593source = "registry+https://github.com/rust-lang/crates.io-index"
8631checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"8594checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
8595
8596[[package]]
8597name = "predicates"
8598version = "2.1.4"
8599source = "registry+https://github.com/rust-lang/crates.io-index"
8600checksum = "f54fc5dc63ed3bbf19494623db4f3af16842c0d975818e469022d09e53f0aa05"
8601dependencies = [
8602 "difflib",
8603 "float-cmp",
8604 "itertools",
8605 "normalize-line-endings",
8606 "predicates-core",
8607 "regex",
8608]
8609
8610[[package]]
8611name = "predicates-core"
8612version = "1.0.5"
8613source = "registry+https://github.com/rust-lang/crates.io-index"
8614checksum = "72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2"
8615
8616[[package]]
8617name = "predicates-tree"
8618version = "1.0.7"
8619source = "registry+https://github.com/rust-lang/crates.io-index"
8620checksum = "54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d"
8621dependencies = [
8622 "predicates-core",
8623 "termtree",
8624]
86328625
8633[[package]]8626[[package]]
8634name = "prettyplease"8627name = "prettyplease"
8645version = "0.11.1"8638version = "0.11.1"
8646source = "registry+https://github.com/rust-lang/crates.io-index"8639source = "registry+https://github.com/rust-lang/crates.io-index"
8647checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8640checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"
8641dependencies = [
8642 "fixed-hash 0.7.0",
8643 "impl-codec",
8644 "impl-rlp",
8645 "scale-info",
8646 "uint",
8647]
8648
8649[[package]]
8650name = "primitive-types"
8651version = "0.12.1"
8652source = "registry+https://github.com/rust-lang/crates.io-index"
8653checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66"
8648dependencies = [8654dependencies = [
8649 "fixed-hash",8655 "fixed-hash 0.8.0",
8650 "impl-codec",8656 "impl-codec",
8651 "impl-rlp",8657 "impl-rlp",
8652 "impl-serde",8658 "impl-serde",
8657[[package]]8663[[package]]
8658name = "prioritized-metered-channel"8664name = "prioritized-metered-channel"
8659version = "0.2.0"8665version = "0.2.0"
8660source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8666source = "registry+https://github.com/rust-lang/crates.io-index"
8667checksum = "382698e48a268c832d0b181ed438374a6bb708a82a8ca273bb0f61c74cf209c4"
8661dependencies = [8668dependencies = [
8662 "coarsetime",8669 "coarsetime",
8663 "crossbeam-queue",8670 "crossbeam-queue",
8719source = "registry+https://github.com/rust-lang/crates.io-index"8726source = "registry+https://github.com/rust-lang/crates.io-index"
8720checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"8727checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
8721dependencies = [8728dependencies = [
8722 "cfg-if 1.0.0",8729 "cfg-if",
8723 "fnv",8730 "fnv",
8724 "lazy_static",8731 "lazy_static",
8725 "memchr",8732 "memchr",
87298736
8730[[package]]8737[[package]]
8731name = "prometheus-client"8738name = "prometheus-client"
8732version = "0.16.0"8739version = "0.18.1"
8733source = "registry+https://github.com/rust-lang/crates.io-index"8740source = "registry+https://github.com/rust-lang/crates.io-index"
8734checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"8741checksum = "83cd1b99916654a69008fd66b4f9397fbe08e6e51dfe23d4417acf5d3b8cb87c"
8735dependencies = [8742dependencies = [
8736 "dtoa",8743 "dtoa",
8737 "itoa",8744 "itoa",
8738 "owning_ref",8745 "parking_lot 0.12.1",
8739 "prometheus-client-derive-text-encode",8746 "prometheus-client-derive-text-encode",
8740]8747]
87418748
8742[[package]]8749[[package]]
8743name = "prometheus-client-derive-text-encode"8750name = "prometheus-client-derive-text-encode"
8744version = "0.2.0"8751version = "0.3.0"
8745source = "registry+https://github.com/rust-lang/crates.io-index"8752source = "registry+https://github.com/rust-lang/crates.io-index"
8746checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8753checksum = "66a455fbcb954c1a7decf3c586e860fd7889cddf4b8e164be736dbac95a953cd"
8747dependencies = [8754dependencies = [
8748 "proc-macro2",8755 "proc-macro2",
8749 "quote",8756 "quote",
8750 "syn",8757 "syn",
8751]8758]
8752
8753[[package]]
8754name = "prost"
8755version = "0.10.4"
8756source = "registry+https://github.com/rust-lang/crates.io-index"
8757checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"
8758dependencies = [
8759 "bytes",
8760 "prost-derive 0.10.1",
8761]
87628759
8763[[package]]8760[[package]]
8764name = "prost"8761name = "prost"
8765version = "0.11.2"8762version = "0.11.3"
8766source = "registry+https://github.com/rust-lang/crates.io-index"8763source = "registry+https://github.com/rust-lang/crates.io-index"
8767checksum = "a0841812012b2d4a6145fae9a6af1534873c32aa67fff26bd09f8fa42c83f95a"8764checksum = "c0b18e655c21ff5ac2084a5ad0611e827b3f92badf79f4910b5a5c58f4d87ff0"
8768dependencies = [8765dependencies = [
8769 "bytes",8766 "bytes",
8770 "prost-derive 0.11.2",8767 "prost-derive",
8771]8768]
8772
8773[[package]]
8774name = "prost-build"
8775version = "0.10.4"
8776source = "registry+https://github.com/rust-lang/crates.io-index"
8777checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"
8778dependencies = [
8779 "bytes",
8780 "cfg-if 1.0.0",
8781 "cmake",
8782 "heck",
8783 "itertools",
8784 "lazy_static",
8785 "log",
8786 "multimap",
8787 "petgraph",
8788 "prost 0.10.4",
8789 "prost-types 0.10.1",
8790 "regex",
8791 "tempfile",
8792 "which",
8793]
87948769
8795[[package]]8770[[package]]
8796name = "prost-build"8771name = "prost-build"
8797version = "0.11.2"8772version = "0.11.3"
8798source = "registry+https://github.com/rust-lang/crates.io-index"8773source = "registry+https://github.com/rust-lang/crates.io-index"
8799checksum = "1d8b442418ea0822409d9e7d047cbf1e7e9e1760b172bf9982cf29d517c93511"8774checksum = "e330bf1316db56b12c2bcfa399e8edddd4821965ea25ddb2c134b610b1c1c604"
8800dependencies = [8775dependencies = [
8801 "bytes",8776 "bytes",
8802 "heck",8777 "heck",
8806 "multimap",8781 "multimap",
8807 "petgraph",8782 "petgraph",
8808 "prettyplease",8783 "prettyplease",
8809 "prost 0.11.2",8784 "prost",
8810 "prost-types 0.11.2",8785 "prost-types",
8811 "regex",8786 "regex",
8812 "syn",8787 "syn",
8813 "tempfile",8788 "tempfile",
88168791
8817[[package]]8792[[package]]
8818name = "prost-codec"8793name = "prost-codec"
8819version = "0.1.0"8794version = "0.2.0"
8820source = "registry+https://github.com/rust-lang/crates.io-index"8795source = "registry+https://github.com/rust-lang/crates.io-index"
8821checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"8796checksum = "011ae9ff8359df7915f97302d591cdd9e0e27fbd5a4ddc5bd13b71079bb20987"
8822dependencies = [8797dependencies = [
8823 "asynchronous-codec",8798 "asynchronous-codec",
8824 "bytes",8799 "bytes",
8825 "prost 0.10.4",8800 "prost",
8826 "thiserror",8801 "thiserror",
8827 "unsigned-varint",8802 "unsigned-varint",
8828]8803]
8829
8830[[package]]
8831name = "prost-derive"
8832version = "0.10.1"
8833source = "registry+https://github.com/rust-lang/crates.io-index"
8834checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"
8835dependencies = [
8836 "anyhow",
8837 "itertools",
8838 "proc-macro2",
8839 "quote",
8840 "syn",
8841]
88428804
8843[[package]]8805[[package]]
8844name = "prost-derive"8806name = "prost-derive"
8853 "syn",8815 "syn",
8854]8816]
8855
8856[[package]]
8857name = "prost-types"
8858version = "0.10.1"
8859source = "registry+https://github.com/rust-lang/crates.io-index"
8860checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"
8861dependencies = [
8862 "bytes",
8863 "prost 0.10.4",
8864]
88658817
8866[[package]]8818[[package]]
8867name = "prost-types"8819name = "prost-types"
8870checksum = "747761bc3dc48f9a34553bf65605cf6cb6288ba219f3450b4275dbd81539551a"8822checksum = "747761bc3dc48f9a34553bf65605cf6cb6288ba219f3450b4275dbd81539551a"
8871dependencies = [8823dependencies = [
8872 "bytes",8824 "bytes",
8873 "prost 0.11.2",8825 "prost",
8874]8826]
88758827
8876[[package]]8828[[package]]
88848836
8885[[package]]8837[[package]]
8886name = "quartz-runtime"8838name = "quartz-runtime"
8887version = "0.9.30"8839version = "0.9.33"
8888dependencies = [8840dependencies = [
8889 "app-promotion-rpc",8841 "app-promotion-rpc",
8890 "cumulus-pallet-aura-ext",8842 "cumulus-pallet-aura-ext",
9236[[package]]9188[[package]]
9237name = "remote-externalities"9189name = "remote-externalities"
9238version = "0.10.0-dev"9190version = "0.10.0-dev"
9239source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9191source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
9240dependencies = [9192dependencies = [
9241 "env_logger",9193 "env_logger",
9242 "jsonrpsee",
9243 "log",9194 "log",
9244 "parity-scale-codec 3.2.1",9195 "parity-scale-codec 3.2.1",
9245 "serde",9196 "serde",
9248 "sp-io",9199 "sp-io",
9249 "sp-runtime",9200 "sp-runtime",
9250 "sp-version",9201 "sp-version",
9202 "substrate-rpc-client",
9251]9203]
92529204
9253[[package]]9205[[package]]
92719223
9272[[package]]9224[[package]]
9273name = "rfc6979"9225name = "rfc6979"
9274version = "0.1.0"9226version = "0.3.1"
9275source = "registry+https://github.com/rust-lang/crates.io-index"9227source = "registry+https://github.com/rust-lang/crates.io-index"
9276checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"9228checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
9277dependencies = [9229dependencies = [
9278 "crypto-bigint",9230 "crypto-bigint",
9279 "hmac 0.11.0",9231 "hmac 0.12.1",
9280 "zeroize",9232 "zeroize",
9281]9233]
92829234
9302checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9254checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"
9303dependencies = [9255dependencies = [
9304 "bytes",9256 "bytes",
9257 "rlp-derive",
9305 "rustc-hex",9258 "rustc-hex",
9306]9259]
93079260
93409293
9341[[package]]9294[[package]]
9342name = "rocksdb"9295name = "rocksdb"
9343version = "0.18.0"9296version = "0.19.0"
9344source = "registry+https://github.com/rust-lang/crates.io-index"9297source = "registry+https://github.com/rust-lang/crates.io-index"
9345checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9298checksum = "7e9562ea1d70c0cc63a34a22d977753b50cca91cc6b6527750463bd5dd8697bc"
9346dependencies = [9299dependencies = [
9347 "libc",9300 "libc",
9348 "librocksdb-sys",9301 "librocksdb-sys",
9349]9302]
93509303
9351[[package]]9304[[package]]
9352name = "rococo-runtime"9305name = "rococo-runtime"
9353version = "0.9.30"9306version = "0.9.33"
9354source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9307source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
9355dependencies = [9308dependencies = [
9356 "beefy-merkle-tree",9309 "beefy-merkle-tree",
9357 "beefy-primitives",9310 "beefy-primitives",
9390 "pallet-session",9343 "pallet-session",
9391 "pallet-society",9344 "pallet-society",
9392 "pallet-staking",9345 "pallet-staking",
9346 "pallet-state-trie-migration",
9393 "pallet-sudo",9347 "pallet-sudo",
9394 "pallet-timestamp",9348 "pallet-timestamp",
9395 "pallet-tips",9349 "pallet-tips",
94349388
9435[[package]]9389[[package]]
9436name = "rococo-runtime-constants"9390name = "rococo-runtime-constants"
9437version = "0.9.30"9391version = "0.9.33"
9438source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9392source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
9439dependencies = [9393dependencies = [
9440 "frame-support",9394 "frame-support",
9441 "polkadot-primitives",9395 "polkadot-primitives",
9442 "polkadot-runtime-common",9396 "polkadot-runtime-common",
9443 "smallvec",9397 "smallvec",
9398 "sp-core",
9444 "sp-runtime",9399 "sp-runtime",
9400 "sp-weights",
9445]9401]
94469402
9447[[package]]9403[[package]]
9448name = "rpassword"9404name = "rpassword"
9449version = "7.1.0"9405version = "7.2.0"
9450source = "registry+https://github.com/rust-lang/crates.io-index"9406source = "registry+https://github.com/rust-lang/crates.io-index"
9451checksum = "20c9f5d2a0c3e2ea729ab3706d22217177770654c3ef5056b68b69d07332d3f5"9407checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"
9452dependencies = [9408dependencies = [
9453 "libc",9409 "libc",
9410 "rtoolbox",
9454 "winapi",9411 "winapi",
9455]9412]
94569413
9469 "thiserror",9426 "thiserror",
9470]9427]
9428
9429[[package]]
9430name = "rtoolbox"
9431version = "0.0.1"
9432source = "registry+https://github.com/rust-lang/crates.io-index"
9433checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"
9434dependencies = [
9435 "libc",
9436 "winapi",
9437]
94719438
9472[[package]]9439[[package]]
9473name = "rustc-demangle"9440name = "rustc-demangle"
95219488
9522[[package]]9489[[package]]
9523name = "rustix"9490name = "rustix"
9524version = "0.36.2"9491version = "0.36.5"
9525source = "registry+https://github.com/rust-lang/crates.io-index"9492source = "registry+https://github.com/rust-lang/crates.io-index"
9526checksum = "203974af07ea769452490ee8de3e5947971efc3a090dca8a779dd432d3fa46a7"9493checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588"
9527dependencies = [9494dependencies = [
9528 "bitflags",9495 "bitflags",
9529 "errno",9496 "errno",
9530 "io-lifetimes 1.0.1",9497 "io-lifetimes 1.0.3",
9531 "libc",9498 "libc",
9532 "linux-raw-sys 0.1.2",9499 "linux-raw-sys 0.1.3",
9533 "windows-sys 0.42.0",9500 "windows-sys 0.42.0",
9534]9501]
95359502
9598 "rustc_version 0.2.3",9565 "rustc_version 0.2.3",
9599]9566]
9600
9601[[package]]
9602name = "salsa20"
9603version = "0.10.2"
9604source = "registry+https://github.com/rust-lang/crates.io-index"
9605checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
9606dependencies = [
9607 "cipher 0.4.3",
9608]
96099567
9610[[package]]9568[[package]]
9611name = "same-file"9569name = "same-file"
9619[[package]]9577[[package]]
9620name = "sc-allocator"9578name = "sc-allocator"
9621version = "4.1.0-dev"9579version = "4.1.0-dev"
9622source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9580source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
9623dependencies = [9581dependencies = [
9624 "log",9582 "log",
9625 "sp-core",9583 "sp-core",
9630[[package]]9588[[package]]
9631name = "sc-authority-discovery"9589name = "sc-authority-discovery"
9632version = "0.10.0-dev"9590version = "0.10.0-dev"
9633source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9591source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
9634dependencies = [9592dependencies = [
9635 "async-trait",9593 "async-trait",
9636 "futures 0.3.25",9594 "futures 0.3.25",
9639 "libp2p",9597 "libp2p",
9640 "log",9598 "log",
9641 "parity-scale-codec 3.2.1",9599 "parity-scale-codec 3.2.1",
9642 "prost 0.10.4",9600 "prost",
9643 "prost-build 0.10.4",9601 "prost-build",
9644 "rand 0.7.3",9602 "rand 0.7.3",
9645 "sc-client-api",9603 "sc-client-api",
9646 "sc-network-common",9604 "sc-network-common",
9657[[package]]9615[[package]]
9658name = "sc-basic-authorship"9616name = "sc-basic-authorship"
9659version = "0.10.0-dev"9617version = "0.10.0-dev"
9660source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9618source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
9661dependencies = [9619dependencies = [
9662 "futures 0.3.25",9620 "futures 0.3.25",
9663 "futures-timer",9621 "futures-timer",
9680[[package]]9638[[package]]
9681name = "sc-block-builder"9639name = "sc-block-builder"
9682version = "0.10.0-dev"9640version = "0.10.0-dev"
9683source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9641source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
9684dependencies = [9642dependencies = [
9685 "parity-scale-codec 3.2.1",9643 "parity-scale-codec 3.2.1",
9686 "sc-client-api",9644 "sc-client-api",
9696[[package]]9654[[package]]
9697name = "sc-chain-spec"9655name = "sc-chain-spec"
9698version = "4.0.0-dev"9656version = "4.0.0-dev"
9699source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9657source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
9700dependencies = [9658dependencies = [
9701 "impl-trait-for-tuples",9659 "impl-trait-for-tuples",
9702 "memmap2",9660 "memmap2",
9713[[package]]9671[[package]]
9714name = "sc-chain-spec-derive"9672name = "sc-chain-spec-derive"
9715version = "4.0.0-dev"9673version = "4.0.0-dev"
9716source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9674source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
9717dependencies = [9675dependencies = [
9718 "proc-macro-crate",9676 "proc-macro-crate",
9719 "proc-macro2",9677 "proc-macro2",
9724[[package]]9682[[package]]
9725name = "sc-cli"9683name = "sc-cli"
9726version = "0.10.0-dev"9684version = "0.10.0-dev"
9727source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9685source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
9728dependencies = [9686dependencies = [
9729 "array-bytes",9687 "array-bytes",
9730 "chrono",9688 "chrono",
9764[[package]]9722[[package]]
9765name = "sc-client-api"9723name = "sc-client-api"
9766version = "4.0.0-dev"9724version = "4.0.0-dev"
9767source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9725source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
9768dependencies = [9726dependencies = [
9769 "fnv",9727 "fnv",
9770 "futures 0.3.25",9728 "futures 0.3.25",
9792[[package]]9750[[package]]
9793name = "sc-client-db"9751name = "sc-client-db"
9794version = "0.10.0-dev"9752version = "0.10.0-dev"
9795source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9753source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
9796dependencies = [9754dependencies = [
9797 "hash-db",9755 "hash-db",
9798 "kvdb",9756 "kvdb",
9799 "kvdb-memorydb",9757 "kvdb-memorydb",
9800 "kvdb-rocksdb",9758 "kvdb-rocksdb",
9801 "linked-hash-map",9759 "linked-hash-map",
9802 "log",9760 "log",
9803 "parity-db",9761 "parity-db 0.4.2",
9804 "parity-scale-codec 3.2.1",9762 "parity-scale-codec 3.2.1",
9805 "parking_lot 0.12.1",9763 "parking_lot 0.12.1",
9806 "sc-client-api",9764 "sc-client-api",
9817[[package]]9775[[package]]
9818name = "sc-consensus"9776name = "sc-consensus"
9819version = "0.10.0-dev"9777version = "0.10.0-dev"
9820source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9778source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
9821dependencies = [9779dependencies = [
9822 "async-trait",9780 "async-trait",
9823 "futures 0.3.25",9781 "futures 0.3.25",
9841[[package]]9799[[package]]
9842name = "sc-consensus-aura"9800name = "sc-consensus-aura"
9843version = "0.10.0-dev"9801version = "0.10.0-dev"
9844source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9802source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
9845dependencies = [9803dependencies = [
9846 "async-trait",9804 "async-trait",
9847 "futures 0.3.25",9805 "futures 0.3.25",
9870[[package]]9828[[package]]
9871name = "sc-consensus-babe"9829name = "sc-consensus-babe"
9872version = "0.10.0-dev"9830version = "0.10.0-dev"
9873source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9831source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
9874dependencies = [9832dependencies = [
9875 "async-trait",9833 "async-trait",
9876 "fork-tree",9834 "fork-tree",
9877 "futures 0.3.25",9835 "futures 0.3.25",
9878 "log",9836 "log",
9879 "merlin",9837 "merlin",
9880 "num-bigint 0.2.6",9838 "num-bigint",
9881 "num-rational 0.2.4",9839 "num-rational",
9882 "num-traits",9840 "num-traits",
9883 "parity-scale-codec 3.2.1",9841 "parity-scale-codec 3.2.1",
9884 "parking_lot 0.12.1",9842 "parking_lot 0.12.1",
9885 "rand 0.7.3",
9886 "sc-client-api",9843 "sc-client-api",
9887 "sc-consensus",9844 "sc-consensus",
9888 "sc-consensus-epochs",9845 "sc-consensus-epochs",
9912[[package]]9869[[package]]
9913name = "sc-consensus-babe-rpc"9870name = "sc-consensus-babe-rpc"
9914version = "0.10.0-dev"9871version = "0.10.0-dev"
9915source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9872source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
9916dependencies = [9873dependencies = [
9917 "futures 0.3.25",9874 "futures 0.3.25",
9918 "jsonrpsee",9875 "jsonrpsee",
9934[[package]]9891[[package]]
9935name = "sc-consensus-epochs"9892name = "sc-consensus-epochs"
9936version = "0.10.0-dev"9893version = "0.10.0-dev"
9937source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9894source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
9938dependencies = [9895dependencies = [
9939 "fork-tree",9896 "fork-tree",
9940 "parity-scale-codec 3.2.1",9897 "parity-scale-codec 3.2.1",
9947[[package]]9904[[package]]
9948name = "sc-consensus-manual-seal"9905name = "sc-consensus-manual-seal"
9949version = "0.10.0-dev"9906version = "0.10.0-dev"
9950source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9907source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
9951dependencies = [9908dependencies = [
9952 "assert_matches",9909 "assert_matches",
9953 "async-trait",9910 "async-trait",
9981[[package]]9938[[package]]
9982name = "sc-consensus-slots"9939name = "sc-consensus-slots"
9983version = "0.10.0-dev"9940version = "0.10.0-dev"
9984source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9941source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
9985dependencies = [9942dependencies = [
9986 "async-trait",9943 "async-trait",
9987 "futures 0.3.25",9944 "futures 0.3.25",
10005[[package]]9962[[package]]
10006name = "sc-executor"9963name = "sc-executor"
10007version = "0.10.0-dev"9964version = "0.10.0-dev"
10008source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9965source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10009dependencies = [9966dependencies = [
10010 "lazy_static",9967 "lazy_static",
10011 "lru 0.7.8",9968 "lru",
10012 "parity-scale-codec 3.2.1",9969 "parity-scale-codec 3.2.1",
10013 "parking_lot 0.12.1",9970 "parking_lot 0.12.1",
10014 "sc-executor-common",9971 "sc-executor-common",
10021 "sp-io",9978 "sp-io",
10022 "sp-panic-handler",9979 "sp-panic-handler",
10023 "sp-runtime-interface",9980 "sp-runtime-interface",
10024 "sp-tasks",
10025 "sp-trie",9981 "sp-trie",
10026 "sp-version",9982 "sp-version",
10027 "sp-wasm-interface",9983 "sp-wasm-interface",
10032[[package]]9988[[package]]
10033name = "sc-executor-common"9989name = "sc-executor-common"
10034version = "0.10.0-dev"9990version = "0.10.0-dev"
10035source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9991source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10036dependencies = [9992dependencies = [
10037 "environmental",9993 "environmental",
10038 "parity-scale-codec 3.2.1",9994 "parity-scale-codec 3.2.1",
10048[[package]]10004[[package]]
10049name = "sc-executor-wasmi"10005name = "sc-executor-wasmi"
10050version = "0.10.0-dev"10006version = "0.10.0-dev"
10051source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10007source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10052dependencies = [10008dependencies = [
10053 "log",10009 "log",
10054 "parity-scale-codec 3.2.1",10010 "parity-scale-codec 3.2.1",
10063[[package]]10019[[package]]
10064name = "sc-executor-wasmtime"10020name = "sc-executor-wasmtime"
10065version = "0.10.0-dev"10021version = "0.10.0-dev"
10066source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10022source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10067dependencies = [10023dependencies = [
10068 "cfg-if 1.0.0",10024 "cfg-if",
10069 "libc",10025 "libc",
10070 "log",10026 "log",
10071 "once_cell",10027 "once_cell",
10072 "parity-scale-codec 3.2.1",10028 "parity-scale-codec 3.2.1",
10073 "parity-wasm 0.45.0",10029 "parity-wasm",
10074 "rustix 0.35.13",10030 "rustix 0.35.13",
10075 "sc-allocator",10031 "sc-allocator",
10076 "sc-executor-common",10032 "sc-executor-common",
10083[[package]]10039[[package]]
10084name = "sc-finality-grandpa"10040name = "sc-finality-grandpa"
10085version = "0.10.0-dev"10041version = "0.10.0-dev"
10086source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10042source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10087dependencies = [10043dependencies = [
10088 "ahash",10044 "ahash",
10089 "array-bytes",10045 "array-bytes",
10124[[package]]10080[[package]]
10125name = "sc-finality-grandpa-rpc"10081name = "sc-finality-grandpa-rpc"
10126version = "0.10.0-dev"10082version = "0.10.0-dev"
10127source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10083source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10128dependencies = [10084dependencies = [
10129 "finality-grandpa",10085 "finality-grandpa",
10130 "futures 0.3.25",10086 "futures 0.3.25",
10145[[package]]10101[[package]]
10146name = "sc-informant"10102name = "sc-informant"
10147version = "0.10.0-dev"10103version = "0.10.0-dev"
10148source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10104source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10149dependencies = [10105dependencies = [
10150 "ansi_term",10106 "ansi_term",
10151 "futures 0.3.25",10107 "futures 0.3.25",
10162[[package]]10118[[package]]
10163name = "sc-keystore"10119name = "sc-keystore"
10164version = "4.0.0-dev"10120version = "4.0.0-dev"
10165source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10121source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10166dependencies = [10122dependencies = [
10167 "array-bytes",10123 "array-bytes",
10168 "async-trait",10124 "async-trait",
10177[[package]]10133[[package]]
10178name = "sc-network"10134name = "sc-network"
10179version = "0.10.0-dev"10135version = "0.10.0-dev"
10180source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10136source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10181dependencies = [10137dependencies = [
10182 "array-bytes",10138 "array-bytes",
10183 "async-trait",10139 "async-trait",
10195 "linked-hash-map",10151 "linked-hash-map",
10196 "linked_hash_set",10152 "linked_hash_set",
10197 "log",10153 "log",
10198 "lru 0.7.8",10154 "lru",
10199 "parity-scale-codec 3.2.1",10155 "parity-scale-codec 3.2.1",
10200 "parking_lot 0.12.1",10156 "parking_lot 0.12.1",
10201 "pin-project",10157 "pin-project",
10202 "prost 0.10.4",10158 "prost",
10203 "rand 0.7.3",10159 "rand 0.7.3",
10204 "sc-block-builder",10160 "sc-block-builder",
10205 "sc-client-api",10161 "sc-client-api",
10224[[package]]10180[[package]]
10225name = "sc-network-bitswap"10181name = "sc-network-bitswap"
10226version = "0.10.0-dev"10182version = "0.10.0-dev"
10227source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10183source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10228dependencies = [10184dependencies = [
10229 "cid",10185 "cid",
10230 "futures 0.3.25",10186 "futures 0.3.25",
10231 "libp2p",10187 "libp2p",
10232 "log",10188 "log",
10233 "prost 0.11.2",10189 "prost",
10234 "prost-build 0.11.2",10190 "prost-build",
10235 "sc-client-api",10191 "sc-client-api",
10236 "sc-network-common",10192 "sc-network-common",
10237 "sp-blockchain",10193 "sp-blockchain",
10244[[package]]10200[[package]]
10245name = "sc-network-common"10201name = "sc-network-common"
10246version = "0.10.0-dev"10202version = "0.10.0-dev"
10247source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10203source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10248dependencies = [10204dependencies = [
10249 "async-trait",10205 "async-trait",
10250 "bitflags",10206 "bitflags",
10254 "libp2p",10210 "libp2p",
10255 "linked_hash_set",10211 "linked_hash_set",
10256 "parity-scale-codec 3.2.1",10212 "parity-scale-codec 3.2.1",
10257 "prost-build 0.10.4",10213 "prost-build",
10258 "sc-consensus",10214 "sc-consensus",
10259 "sc-peerset",10215 "sc-peerset",
10260 "serde",10216 "serde",
10270[[package]]10226[[package]]
10271name = "sc-network-gossip"10227name = "sc-network-gossip"
10272version = "0.10.0-dev"10228version = "0.10.0-dev"
10273source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10229source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10274dependencies = [10230dependencies = [
10275 "ahash",10231 "ahash",
10276 "futures 0.3.25",10232 "futures 0.3.25",
10277 "futures-timer",10233 "futures-timer",
10278 "libp2p",10234 "libp2p",
10279 "log",10235 "log",
10280 "lru 0.7.8",10236 "lru",
10281 "sc-network-common",10237 "sc-network-common",
10282 "sc-peerset",10238 "sc-peerset",
10283 "sp-runtime",10239 "sp-runtime",
10288[[package]]10244[[package]]
10289name = "sc-network-light"10245name = "sc-network-light"
10290version = "0.10.0-dev"10246version = "0.10.0-dev"
10291source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10247source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10292dependencies = [10248dependencies = [
10293 "array-bytes",10249 "array-bytes",
10294 "futures 0.3.25",10250 "futures 0.3.25",
10295 "libp2p",10251 "libp2p",
10296 "log",10252 "log",
10297 "parity-scale-codec 3.2.1",10253 "parity-scale-codec 3.2.1",
10298 "prost 0.10.4",10254 "prost",
10299 "prost-build 0.10.4",10255 "prost-build",
10300 "sc-client-api",10256 "sc-client-api",
10301 "sc-network-common",10257 "sc-network-common",
10302 "sc-peerset",10258 "sc-peerset",
10309[[package]]10265[[package]]
10310name = "sc-network-sync"10266name = "sc-network-sync"
10311version = "0.10.0-dev"10267version = "0.10.0-dev"
10312source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10268source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10313dependencies = [10269dependencies = [
10314 "array-bytes",10270 "array-bytes",
10315 "fork-tree",10271 "fork-tree",
10316 "futures 0.3.25",10272 "futures 0.3.25",
10317 "libp2p",10273 "libp2p",
10318 "log",10274 "log",
10319 "lru 0.7.8",10275 "lru",
10276 "mockall",
10320 "parity-scale-codec 3.2.1",10277 "parity-scale-codec 3.2.1",
10321 "prost 0.10.4",10278 "prost",
10322 "prost-build 0.10.4",10279 "prost-build",
10323 "sc-client-api",10280 "sc-client-api",
10324 "sc-consensus",10281 "sc-consensus",
10325 "sc-network-common",10282 "sc-network-common",
10326 "sc-peerset",10283 "sc-peerset",
10284 "sc-utils",
10327 "smallvec",10285 "smallvec",
10328 "sp-arithmetic",10286 "sp-arithmetic",
10329 "sp-blockchain",10287 "sp-blockchain",
10337[[package]]10295[[package]]
10338name = "sc-network-transactions"10296name = "sc-network-transactions"
10339version = "0.10.0-dev"10297version = "0.10.0-dev"
10340source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10298source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10341dependencies = [10299dependencies = [
10342 "array-bytes",10300 "array-bytes",
10343 "futures 0.3.25",10301 "futures 0.3.25",
10356[[package]]10314[[package]]
10357name = "sc-offchain"10315name = "sc-offchain"
10358version = "4.0.0-dev"10316version = "4.0.0-dev"
10359source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10317source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10360dependencies = [10318dependencies = [
10361 "array-bytes",10319 "array-bytes",
10362 "bytes",10320 "bytes",
10386[[package]]10344[[package]]
10387name = "sc-peerset"10345name = "sc-peerset"
10388version = "4.0.0-dev"10346version = "4.0.0-dev"
10389source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10347source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10390dependencies = [10348dependencies = [
10391 "futures 0.3.25",10349 "futures 0.3.25",
10392 "libp2p",10350 "libp2p",
10399[[package]]10357[[package]]
10400name = "sc-proposer-metrics"10358name = "sc-proposer-metrics"
10401version = "0.10.0-dev"10359version = "0.10.0-dev"
10402source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10360source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10403dependencies = [10361dependencies = [
10404 "log",10362 "log",
10405 "substrate-prometheus-endpoint",10363 "substrate-prometheus-endpoint",
10408[[package]]10366[[package]]
10409name = "sc-rpc"10367name = "sc-rpc"
10410version = "4.0.0-dev"10368version = "4.0.0-dev"
10411source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10369source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10412dependencies = [10370dependencies = [
10413 "futures 0.3.25",10371 "futures 0.3.25",
10414 "hash-db",10372 "hash-db",
10438[[package]]10396[[package]]
10439name = "sc-rpc-api"10397name = "sc-rpc-api"
10440version = "0.10.0-dev"10398version = "0.10.0-dev"
10441source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10399source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10442dependencies = [10400dependencies = [
10443 "futures 0.3.25",10401 "futures 0.3.25",
10444 "jsonrpsee",10402 "jsonrpsee",
10461[[package]]10419[[package]]
10462name = "sc-rpc-server"10420name = "sc-rpc-server"
10463version = "4.0.0-dev"10421version = "4.0.0-dev"
10464source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10422source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10465dependencies = [10423dependencies = [
10466 "futures 0.3.25",10424 "futures 0.3.25",
10467 "jsonrpsee",10425 "jsonrpsee",
10471 "tokio",10429 "tokio",
10472]10430]
10431
10432[[package]]
10433name = "sc-rpc-spec-v2"
10434version = "0.10.0-dev"
10435source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10436dependencies = [
10437 "futures 0.3.25",
10438 "hex",
10439 "jsonrpsee",
10440 "parity-scale-codec 3.2.1",
10441 "sc-chain-spec",
10442 "sc-transaction-pool-api",
10443 "serde",
10444 "sp-api",
10445 "sp-blockchain",
10446 "sp-core",
10447 "sp-runtime",
10448 "thiserror",
10449]
1047310450
10474[[package]]10451[[package]]
10475name = "sc-service"10452name = "sc-service"
10476version = "0.10.0-dev"10453version = "0.10.0-dev"
10477source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10454source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10478dependencies = [10455dependencies = [
10479 "async-trait",10456 "async-trait",
10480 "directories",10457 "directories",
10506 "sc-offchain",10483 "sc-offchain",
10507 "sc-rpc",10484 "sc-rpc",
10508 "sc-rpc-server",10485 "sc-rpc-server",
10486 "sc-rpc-spec-v2",
10509 "sc-sysinfo",10487 "sc-sysinfo",
10510 "sc-telemetry",10488 "sc-telemetry",
10511 "sc-tracing",10489 "sc-tracing",
10544[[package]]10522[[package]]
10545name = "sc-state-db"10523name = "sc-state-db"
10546version = "0.10.0-dev"10524version = "0.10.0-dev"
10547source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10525source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10548dependencies = [10526dependencies = [
10549 "log",10527 "log",
10550 "parity-scale-codec 3.2.1",10528 "parity-scale-codec 3.2.1",
10558[[package]]10536[[package]]
10559name = "sc-sync-state-rpc"10537name = "sc-sync-state-rpc"
10560version = "0.10.0-dev"10538version = "0.10.0-dev"
10561source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10539source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10562dependencies = [10540dependencies = [
10563 "jsonrpsee",10541 "jsonrpsee",
10564 "parity-scale-codec 3.2.1",10542 "parity-scale-codec 3.2.1",
10577[[package]]10555[[package]]
10578name = "sc-sysinfo"10556name = "sc-sysinfo"
10579version = "6.0.0-dev"10557version = "6.0.0-dev"
10580source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10558source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10581dependencies = [10559dependencies = [
10582 "futures 0.3.25",10560 "futures 0.3.25",
10583 "libc",10561 "libc",
10596[[package]]10574[[package]]
10597name = "sc-telemetry"10575name = "sc-telemetry"
10598version = "4.0.0-dev"10576version = "4.0.0-dev"
10599source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10577source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10600dependencies = [10578dependencies = [
10601 "chrono",10579 "chrono",
10602 "futures 0.3.25",10580 "futures 0.3.25",
10614[[package]]10592[[package]]
10615name = "sc-tracing"10593name = "sc-tracing"
10616version = "4.0.0-dev"10594version = "4.0.0-dev"
10617source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10595source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10618dependencies = [10596dependencies = [
10619 "ansi_term",10597 "ansi_term",
10620 "atty",10598 "atty",
10645[[package]]10623[[package]]
10646name = "sc-tracing-proc-macro"10624name = "sc-tracing-proc-macro"
10647version = "4.0.0-dev"10625version = "4.0.0-dev"
10648source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10626source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10649dependencies = [10627dependencies = [
10650 "proc-macro-crate",10628 "proc-macro-crate",
10651 "proc-macro2",10629 "proc-macro2",
10656[[package]]10634[[package]]
10657name = "sc-transaction-pool"10635name = "sc-transaction-pool"
10658version = "4.0.0-dev"10636version = "4.0.0-dev"
10659source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10637source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10660dependencies = [10638dependencies = [
10639 "async-trait",
10661 "futures 0.3.25",10640 "futures 0.3.25",
10662 "futures-timer",10641 "futures-timer",
10663 "linked-hash-map",10642 "linked-hash-map",
10682[[package]]10661[[package]]
10683name = "sc-transaction-pool-api"10662name = "sc-transaction-pool-api"
10684version = "4.0.0-dev"10663version = "4.0.0-dev"
10685source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10664source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10686dependencies = [10665dependencies = [
10666 "async-trait",
10687 "futures 0.3.25",10667 "futures 0.3.25",
10688 "log",10668 "log",
10689 "serde",10669 "serde",
10695[[package]]10675[[package]]
10696name = "sc-utils"10676name = "sc-utils"
10697version = "4.0.0-dev"10677version = "4.0.0-dev"
10698source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10678source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
10699dependencies = [10679dependencies = [
10700 "futures 0.3.25",10680 "futures 0.3.25",
10701 "futures-timer",10681 "futures-timer",
10712checksum = "88d8a765117b237ef233705cc2cc4c6a27fccd46eea6ef0c8c6dae5f3ef407f8"10692checksum = "88d8a765117b237ef233705cc2cc4c6a27fccd46eea6ef0c8c6dae5f3ef407f8"
10713dependencies = [10693dependencies = [
10714 "bitvec 1.0.1",10694 "bitvec 1.0.1",
10715 "cfg-if 1.0.0",10695 "cfg-if",
10716 "derive_more",10696 "derive_more",
10717 "parity-scale-codec 3.2.1",10697 "parity-scale-codec 3.2.1",
10718 "scale-info-derive",10698 "scale-info-derive",
1078310763
10784[[package]]10764[[package]]
10785name = "sec1"10765name = "sec1"
10786version = "0.2.1"10766version = "0.3.0"
10787source = "registry+https://github.com/rust-lang/crates.io-index"10767source = "registry+https://github.com/rust-lang/crates.io-index"
10788checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10768checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
10789dependencies = [10769dependencies = [
10770 "base16ct",
10790 "der",10771 "der",
10791 "generic-array 0.14.6",10772 "generic-array 0.14.6",
10792 "pkcs8",10773 "pkcs8",
1087910860
10880[[package]]10861[[package]]
10881name = "serde"10862name = "serde"
10882version = "1.0.147"10863version = "1.0.149"
10883source = "registry+https://github.com/rust-lang/crates.io-index"10864source = "registry+https://github.com/rust-lang/crates.io-index"
10884checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"10865checksum = "256b9932320c590e707b94576e3cc1f7c9024d0ee6612dfbcf1cb106cbe8e055"
10885dependencies = [10866dependencies = [
10886 "serde_derive",10867 "serde_derive",
10887]10868]
1088810869
10889[[package]]10870[[package]]
10890name = "serde_derive"10871name = "serde_derive"
10891version = "1.0.147"10872version = "1.0.149"
10892source = "registry+https://github.com/rust-lang/crates.io-index"10873source = "registry+https://github.com/rust-lang/crates.io-index"
10893checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"10874checksum = "b4eae9b04cbffdfd550eb462ed33bc6a1b68c935127d008b27444d08380f94e4"
10894dependencies = [10875dependencies = [
10895 "proc-macro2",10876 "proc-macro2",
10896 "quote",10877 "quote",
10924checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10905checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
10925dependencies = [10906dependencies = [
10926 "block-buffer 0.9.0",10907 "block-buffer 0.9.0",
10927 "cfg-if 1.0.0",10908 "cfg-if",
10928 "cpufeatures",10909 "cpufeatures",
10929 "digest 0.9.0",10910 "digest 0.9.0",
10930 "opaque-debug 0.3.0",10911 "opaque-debug 0.3.0",
10936source = "registry+https://github.com/rust-lang/crates.io-index"10917source = "registry+https://github.com/rust-lang/crates.io-index"
10937checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"10918checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
10938dependencies = [10919dependencies = [
10939 "cfg-if 1.0.0",10920 "cfg-if",
10940 "cpufeatures",10921 "cpufeatures",
10941 "digest 0.10.6",10922 "digest 0.10.6",
10942]10923]
10960checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10941checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
10961dependencies = [10942dependencies = [
10962 "block-buffer 0.9.0",10943 "block-buffer 0.9.0",
10963 "cfg-if 1.0.0",10944 "cfg-if",
10964 "cpufeatures",10945 "cpufeatures",
10965 "digest 0.9.0",10946 "digest 0.9.0",
10966 "opaque-debug 0.3.0",10947 "opaque-debug 0.3.0",
10972source = "registry+https://github.com/rust-lang/crates.io-index"10953source = "registry+https://github.com/rust-lang/crates.io-index"
10973checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"10954checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
10974dependencies = [10955dependencies = [
10975 "cfg-if 1.0.0",10956 "cfg-if",
10976 "cpufeatures",10957 "cpufeatures",
10977 "digest 0.10.6",10958 "digest 0.10.6",
10978]10959]
1102911010
11030[[package]]11011[[package]]
11031name = "signature"11012name = "signature"
11032version = "1.4.0"11013version = "1.6.4"
11033source = "registry+https://github.com/rust-lang/crates.io-index"11014source = "registry+https://github.com/rust-lang/crates.io-index"
11034checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"11015checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
11035dependencies = [11016dependencies = [
11036 "digest 0.9.0",11017 "digest 0.10.6",
11037 "rand_core 0.6.4",11018 "rand_core 0.6.4",
11038]11019]
1103911020
1108611067
11087[[package]]11068[[package]]
11088name = "slot-range-helper"11069name = "slot-range-helper"
11089version = "0.9.30"11070version = "0.9.33"
11090source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"11071source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
11091dependencies = [11072dependencies = [
11092 "enumn",11073 "enumn",
11093 "parity-scale-codec 3.2.1",11074 "parity-scale-codec 3.2.1",
11163[[package]]11144[[package]]
11164name = "sp-api"11145name = "sp-api"
11165version = "4.0.0-dev"11146version = "4.0.0-dev"
11166source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11147source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11167dependencies = [11148dependencies = [
11168 "hash-db",11149 "hash-db",
11169 "log",11150 "log",
11181[[package]]11162[[package]]
11182name = "sp-api-proc-macro"11163name = "sp-api-proc-macro"
11183version = "4.0.0-dev"11164version = "4.0.0-dev"
11184source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11165source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11185dependencies = [11166dependencies = [
11186 "blake2",11167 "blake2",
11187 "proc-macro-crate",11168 "proc-macro-crate",
11193[[package]]11174[[package]]
11194name = "sp-application-crypto"11175name = "sp-application-crypto"
11195version = "6.0.0"11176version = "6.0.0"
11196source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11177source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11197dependencies = [11178dependencies = [
11198 "parity-scale-codec 3.2.1",11179 "parity-scale-codec 3.2.1",
11199 "scale-info",11180 "scale-info",
11206[[package]]11187[[package]]
11207name = "sp-arithmetic"11188name = "sp-arithmetic"
11208version = "5.0.0"11189version = "5.0.0"
11209source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11190source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11210dependencies = [11191dependencies = [
11211 "integer-sqrt",11192 "integer-sqrt",
11212 "num-traits",11193 "num-traits",
11221[[package]]11202[[package]]
11222name = "sp-authority-discovery"11203name = "sp-authority-discovery"
11223version = "4.0.0-dev"11204version = "4.0.0-dev"
11224source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11205source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11225dependencies = [11206dependencies = [
11226 "parity-scale-codec 3.2.1",11207 "parity-scale-codec 3.2.1",
11227 "scale-info",11208 "scale-info",
11234[[package]]11215[[package]]
11235name = "sp-authorship"11216name = "sp-authorship"
11236version = "4.0.0-dev"11217version = "4.0.0-dev"
11237source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11218source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11238dependencies = [11219dependencies = [
11239 "async-trait",11220 "async-trait",
11240 "parity-scale-codec 3.2.1",11221 "parity-scale-codec 3.2.1",
11246[[package]]11227[[package]]
11247name = "sp-block-builder"11228name = "sp-block-builder"
11248version = "4.0.0-dev"11229version = "4.0.0-dev"
11249source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11230source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11250dependencies = [11231dependencies = [
11251 "parity-scale-codec 3.2.1",11232 "parity-scale-codec 3.2.1",
11252 "sp-api",11233 "sp-api",
11258[[package]]11239[[package]]
11259name = "sp-blockchain"11240name = "sp-blockchain"
11260version = "4.0.0-dev"11241version = "4.0.0-dev"
11261source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11242source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11262dependencies = [11243dependencies = [
11263 "futures 0.3.25",11244 "futures 0.3.25",
11264 "log",11245 "log",
11265 "lru 0.7.8",11246 "lru",
11266 "parity-scale-codec 3.2.1",11247 "parity-scale-codec 3.2.1",
11267 "parking_lot 0.12.1",11248 "parking_lot 0.12.1",
11268 "sp-api",11249 "sp-api",
11276[[package]]11257[[package]]
11277name = "sp-consensus"11258name = "sp-consensus"
11278version = "0.10.0-dev"11259version = "0.10.0-dev"
11279source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11260source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11280dependencies = [11261dependencies = [
11281 "async-trait",11262 "async-trait",
11282 "futures 0.3.25",11263 "futures 0.3.25",
11295[[package]]11276[[package]]
11296name = "sp-consensus-aura"11277name = "sp-consensus-aura"
11297version = "0.10.0-dev"11278version = "0.10.0-dev"
11298source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11279source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11299dependencies = [11280dependencies = [
11300 "async-trait",11281 "async-trait",
11301 "parity-scale-codec 3.2.1",11282 "parity-scale-codec 3.2.1",
11313[[package]]11294[[package]]
11314name = "sp-consensus-babe"11295name = "sp-consensus-babe"
11315version = "0.10.0-dev"11296version = "0.10.0-dev"
11316source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11297source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11317dependencies = [11298dependencies = [
11318 "async-trait",11299 "async-trait",
11319 "merlin",11300 "merlin",
11336[[package]]11317[[package]]
11337name = "sp-consensus-slots"11318name = "sp-consensus-slots"
11338version = "0.10.0-dev"11319version = "0.10.0-dev"
11339source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11320source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11340dependencies = [11321dependencies = [
11341 "parity-scale-codec 3.2.1",11322 "parity-scale-codec 3.2.1",
11342 "scale-info",11323 "scale-info",
11350[[package]]11331[[package]]
11351name = "sp-consensus-vrf"11332name = "sp-consensus-vrf"
11352version = "0.10.0-dev"11333version = "0.10.0-dev"
11353source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11334source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11354dependencies = [11335dependencies = [
11355 "parity-scale-codec 3.2.1",11336 "parity-scale-codec 3.2.1",
11356 "scale-info",11337 "scale-info",
11363[[package]]11344[[package]]
11364name = "sp-core"11345name = "sp-core"
11365version = "6.0.0"11346version = "6.0.0"
11366source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11347source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11367dependencies = [11348dependencies = [
11368 "array-bytes",11349 "array-bytes",
11369 "base58",11350 "base58",
11382 "merlin",11363 "merlin",
11383 "num-traits",11364 "num-traits",
11384 "parity-scale-codec 3.2.1",11365 "parity-scale-codec 3.2.1",
11385 "parity-util-mem",
11386 "parking_lot 0.12.1",11366 "parking_lot 0.12.1",
11387 "primitive-types",11367 "primitive-types 0.12.1",
11388 "rand 0.7.3",11368 "rand 0.7.3",
11389 "regex",11369 "regex",
11390 "scale-info",11370 "scale-info",
11409[[package]]11389[[package]]
11410name = "sp-core-hashing"11390name = "sp-core-hashing"
11411version = "4.0.0"11391version = "4.0.0"
11412source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11392source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11413dependencies = [11393dependencies = [
11414 "blake2",11394 "blake2",
11415 "byteorder",11395 "byteorder",
11423[[package]]11403[[package]]
11424name = "sp-core-hashing-proc-macro"11404name = "sp-core-hashing-proc-macro"
11425version = "5.0.0"11405version = "5.0.0"
11426source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11406source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11427dependencies = [11407dependencies = [
11428 "proc-macro2",11408 "proc-macro2",
11429 "quote",11409 "quote",
11434[[package]]11414[[package]]
11435name = "sp-database"11415name = "sp-database"
11436version = "4.0.0-dev"11416version = "4.0.0-dev"
11437source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11417source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11438dependencies = [11418dependencies = [
11439 "kvdb",11419 "kvdb",
11440 "parking_lot 0.12.1",11420 "parking_lot 0.12.1",
11443[[package]]11423[[package]]
11444name = "sp-debug-derive"11424name = "sp-debug-derive"
11445version = "4.0.0"11425version = "4.0.0"
11446source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11426source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11447dependencies = [11427dependencies = [
11448 "proc-macro2",11428 "proc-macro2",
11449 "quote",11429 "quote",
11453[[package]]11433[[package]]
11454name = "sp-externalities"11434name = "sp-externalities"
11455version = "0.12.0"11435version = "0.12.0"
11456source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11436source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11457dependencies = [11437dependencies = [
11458 "environmental",11438 "environmental",
11459 "parity-scale-codec 3.2.1",11439 "parity-scale-codec 3.2.1",
11464[[package]]11444[[package]]
11465name = "sp-finality-grandpa"11445name = "sp-finality-grandpa"
11466version = "4.0.0-dev"11446version = "4.0.0-dev"
11467source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11447source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11468dependencies = [11448dependencies = [
11469 "finality-grandpa",11449 "finality-grandpa",
11470 "log",11450 "log",
11482[[package]]11462[[package]]
11483name = "sp-inherents"11463name = "sp-inherents"
11484version = "4.0.0-dev"11464version = "4.0.0-dev"
11485source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11465source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11486dependencies = [11466dependencies = [
11487 "async-trait",11467 "async-trait",
11488 "impl-trait-for-tuples",11468 "impl-trait-for-tuples",
11496[[package]]11476[[package]]
11497name = "sp-io"11477name = "sp-io"
11498version = "6.0.0"11478version = "6.0.0"
11499source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11479source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11500dependencies = [11480dependencies = [
11501 "bytes",11481 "bytes",
11502 "futures 0.3.25",11482 "futures 0.3.25",
11522[[package]]11502[[package]]
11523name = "sp-keyring"11503name = "sp-keyring"
11524version = "6.0.0"11504version = "6.0.0"
11525source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11505source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11526dependencies = [11506dependencies = [
11527 "lazy_static",11507 "lazy_static",
11528 "sp-core",11508 "sp-core",
11533[[package]]11513[[package]]
11534name = "sp-keystore"11514name = "sp-keystore"
11535version = "0.12.0"11515version = "0.12.0"
11536source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11516source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11537dependencies = [11517dependencies = [
11538 "async-trait",11518 "async-trait",
11539 "futures 0.3.25",11519 "futures 0.3.25",
11550[[package]]11530[[package]]
11551name = "sp-maybe-compressed-blob"11531name = "sp-maybe-compressed-blob"
11552version = "4.1.0-dev"11532version = "4.1.0-dev"
11553source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11533source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11554dependencies = [11534dependencies = [
11555 "thiserror",11535 "thiserror",
11556 "zstd",11536 "zstd",
11559[[package]]11539[[package]]
11560name = "sp-mmr-primitives"11540name = "sp-mmr-primitives"
11561version = "4.0.0-dev"11541version = "4.0.0-dev"
11562source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11542source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11563dependencies = [11543dependencies = [
11564 "log",11544 "log",
11565 "parity-scale-codec 3.2.1",11545 "parity-scale-codec 3.2.1",
11546 "scale-info",
11566 "serde",11547 "serde",
11567 "sp-api",11548 "sp-api",
11568 "sp-core",11549 "sp-core",
11569 "sp-debug-derive",11550 "sp-debug-derive",
11570 "sp-runtime",11551 "sp-runtime",
11571 "sp-std",11552 "sp-std",
11553 "thiserror",
11572]11554]
1157311555
11574[[package]]11556[[package]]
11575name = "sp-npos-elections"11557name = "sp-npos-elections"
11576version = "4.0.0-dev"11558version = "4.0.0-dev"
11577source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11559source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11578dependencies = [11560dependencies = [
11579 "parity-scale-codec 3.2.1",11561 "parity-scale-codec 3.2.1",
11580 "scale-info",11562 "scale-info",
11588[[package]]11570[[package]]
11589name = "sp-offchain"11571name = "sp-offchain"
11590version = "4.0.0-dev"11572version = "4.0.0-dev"
11591source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11573source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11592dependencies = [11574dependencies = [
11593 "sp-api",11575 "sp-api",
11594 "sp-core",11576 "sp-core",
11598[[package]]11580[[package]]
11599name = "sp-panic-handler"11581name = "sp-panic-handler"
11600version = "4.0.0"11582version = "4.0.0"
11601source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11583source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11602dependencies = [11584dependencies = [
11603 "backtrace",11585 "backtrace",
11604 "lazy_static",11586 "lazy_static",
11608[[package]]11590[[package]]
11609name = "sp-rpc"11591name = "sp-rpc"
11610version = "6.0.0"11592version = "6.0.0"
11611source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11593source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11612dependencies = [11594dependencies = [
11613 "rustc-hash",11595 "rustc-hash",
11614 "serde",11596 "serde",
11618[[package]]11600[[package]]
11619name = "sp-runtime"11601name = "sp-runtime"
11620version = "6.0.0"11602version = "6.0.0"
11621source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11603source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11622dependencies = [11604dependencies = [
11623 "either",11605 "either",
11624 "hash256-std-hasher",11606 "hash256-std-hasher",
11641[[package]]11623[[package]]
11642name = "sp-runtime-interface"11624name = "sp-runtime-interface"
11643version = "6.0.0"11625version = "6.0.0"
11644source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11626source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11645dependencies = [11627dependencies = [
11646 "bytes",11628 "bytes",
11647 "impl-trait-for-tuples",11629 "impl-trait-for-tuples",
11648 "parity-scale-codec 3.2.1",11630 "parity-scale-codec 3.2.1",
11649 "primitive-types",11631 "primitive-types 0.12.1",
11650 "sp-externalities",11632 "sp-externalities",
11651 "sp-runtime-interface-proc-macro",11633 "sp-runtime-interface-proc-macro",
11652 "sp-std",11634 "sp-std",
11659[[package]]11641[[package]]
11660name = "sp-runtime-interface-proc-macro"11642name = "sp-runtime-interface-proc-macro"
11661version = "5.0.0"11643version = "5.0.0"
11662source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11644source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11663dependencies = [11645dependencies = [
11664 "Inflector",11646 "Inflector",
11665 "proc-macro-crate",11647 "proc-macro-crate",
11671[[package]]11653[[package]]
11672name = "sp-sandbox"11654name = "sp-sandbox"
11673version = "0.10.0-dev"11655version = "0.10.0-dev"
11674source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11656source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11675dependencies = [11657dependencies = [
11676 "log",11658 "log",
11677 "parity-scale-codec 3.2.1",11659 "parity-scale-codec 3.2.1",
11685[[package]]11667[[package]]
11686name = "sp-session"11668name = "sp-session"
11687version = "4.0.0-dev"11669version = "4.0.0-dev"
11688source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11670source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11689dependencies = [11671dependencies = [
11690 "parity-scale-codec 3.2.1",11672 "parity-scale-codec 3.2.1",
11691 "scale-info",11673 "scale-info",
11699[[package]]11681[[package]]
11700name = "sp-staking"11682name = "sp-staking"
11701version = "4.0.0-dev"11683version = "4.0.0-dev"
11702source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11684source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11703dependencies = [11685dependencies = [
11704 "parity-scale-codec 3.2.1",11686 "parity-scale-codec 3.2.1",
11705 "scale-info",11687 "scale-info",
11710[[package]]11692[[package]]
11711name = "sp-state-machine"11693name = "sp-state-machine"
11712version = "0.12.0"11694version = "0.12.0"
11713source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11695source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11714dependencies = [11696dependencies = [
11715 "hash-db",11697 "hash-db",
11716 "log",11698 "log",
11732[[package]]11714[[package]]
11733name = "sp-std"11715name = "sp-std"
11734version = "4.0.0"11716version = "4.0.0"
11735source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11717source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
1173611718
11737[[package]]11719[[package]]
11738name = "sp-storage"11720name = "sp-storage"
11739version = "6.0.0"11721version = "6.0.0"
11740source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11722source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11741dependencies = [11723dependencies = [
11742 "impl-serde",11724 "impl-serde",
11743 "parity-scale-codec 3.2.1",11725 "parity-scale-codec 3.2.1",
11747 "sp-std",11729 "sp-std",
11748]11730]
11749
11750[[package]]
11751name = "sp-tasks"
11752version = "4.0.0-dev"
11753source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"
11754dependencies = [
11755 "log",
11756 "sp-core",
11757 "sp-externalities",
11758 "sp-io",
11759 "sp-runtime-interface",
11760 "sp-std",
11761]
1176211731
11763[[package]]11732[[package]]
11764name = "sp-timestamp"11733name = "sp-timestamp"
11765version = "4.0.0-dev"11734version = "4.0.0-dev"
11766source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11735source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11767dependencies = [11736dependencies = [
11768 "async-trait",11737 "async-trait",
11769 "futures-timer",11738 "futures-timer",
11779[[package]]11748[[package]]
11780name = "sp-tracing"11749name = "sp-tracing"
11781version = "5.0.0"11750version = "5.0.0"
11782source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11751source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11783dependencies = [11752dependencies = [
11784 "parity-scale-codec 3.2.1",11753 "parity-scale-codec 3.2.1",
11785 "sp-std",11754 "sp-std",
11791[[package]]11760[[package]]
11792name = "sp-transaction-pool"11761name = "sp-transaction-pool"
11793version = "4.0.0-dev"11762version = "4.0.0-dev"
11794source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11763source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11795dependencies = [11764dependencies = [
11796 "sp-api",11765 "sp-api",
11797 "sp-runtime",11766 "sp-runtime",
11800[[package]]11769[[package]]
11801name = "sp-transaction-storage-proof"11770name = "sp-transaction-storage-proof"
11802version = "4.0.0-dev"11771version = "4.0.0-dev"
11803source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11772source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11804dependencies = [11773dependencies = [
11805 "async-trait",11774 "async-trait",
11806 "log",11775 "log",
11816[[package]]11785[[package]]
11817name = "sp-trie"11786name = "sp-trie"
11818version = "6.0.0"11787version = "6.0.0"
11819source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11788source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11820dependencies = [11789dependencies = [
11821 "ahash",11790 "ahash",
11822 "hash-db",11791 "hash-db",
11823 "hashbrown",11792 "hashbrown",
11824 "lazy_static",11793 "lazy_static",
11825 "lru 0.7.8",11794 "lru",
11826 "memory-db",11795 "memory-db",
11827 "nohash-hasher",11796 "nohash-hasher",
11828 "parity-scale-codec 3.2.1",11797 "parity-scale-codec 3.2.1",
11839[[package]]11808[[package]]
11840name = "sp-version"11809name = "sp-version"
11841version = "5.0.0"11810version = "5.0.0"
11842source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11811source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11843dependencies = [11812dependencies = [
11844 "impl-serde",11813 "impl-serde",
11845 "parity-scale-codec 3.2.1",11814 "parity-scale-codec 3.2.1",
11846 "parity-wasm 0.45.0",11815 "parity-wasm",
11847 "scale-info",11816 "scale-info",
11848 "serde",11817 "serde",
11849 "sp-core-hashing-proc-macro",11818 "sp-core-hashing-proc-macro",
11856[[package]]11825[[package]]
11857name = "sp-version-proc-macro"11826name = "sp-version-proc-macro"
11858version = "4.0.0-dev"11827version = "4.0.0-dev"
11859source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11828source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11860dependencies = [11829dependencies = [
11861 "parity-scale-codec 3.2.1",11830 "parity-scale-codec 3.2.1",
11862 "proc-macro2",11831 "proc-macro2",
11867[[package]]11836[[package]]
11868name = "sp-wasm-interface"11837name = "sp-wasm-interface"
11869version = "6.0.0"11838version = "6.0.0"
11870source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11839source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11871dependencies = [11840dependencies = [
11872 "impl-trait-for-tuples",11841 "impl-trait-for-tuples",
11873 "log",11842 "log",
11880[[package]]11849[[package]]
11881name = "sp-weights"11850name = "sp-weights"
11882version = "4.0.0"11851version = "4.0.0"
11883source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11852source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
11884dependencies = [11853dependencies = [
11885 "impl-trait-for-tuples",11854 "impl-trait-for-tuples",
11886 "parity-scale-codec 3.2.1",11855 "parity-scale-codec 3.2.1",
1190111870
11902[[package]]11871[[package]]
11903name = "spki"11872name = "spki"
11904version = "0.5.4"11873version = "0.6.0"
11905source = "registry+https://github.com/rust-lang/crates.io-index"11874source = "registry+https://github.com/rust-lang/crates.io-index"
11906checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11875checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
11907dependencies = [11876dependencies = [
11908 "base64ct",11877 "base64ct",
11909 "der",11878 "der",
12054[[package]]12023[[package]]
12055name = "substrate-build-script-utils"12024name = "substrate-build-script-utils"
12056version = "3.0.0"12025version = "3.0.0"
12057source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12026source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
12058dependencies = [12027dependencies = [
12059 "platforms",12028 "platforms",
12060]12029]
1206112030
12062[[package]]12031[[package]]
12063name = "substrate-frame-rpc-system"12032name = "substrate-frame-rpc-system"
12064version = "4.0.0-dev"12033version = "4.0.0-dev"
12065source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12034source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
12066dependencies = [12035dependencies = [
12067 "frame-system-rpc-runtime-api",12036 "frame-system-rpc-runtime-api",
12068 "futures 0.3.25",12037 "futures 0.3.25",
12083[[package]]12052[[package]]
12084name = "substrate-prometheus-endpoint"12053name = "substrate-prometheus-endpoint"
12085version = "0.10.0-dev"12054version = "0.10.0-dev"
12086source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12055source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
12087dependencies = [12056dependencies = [
12088 "futures-util",12057 "futures-util",
12089 "hyper",12058 "hyper",
12093 "tokio",12062 "tokio",
12094]12063]
12064
12065[[package]]
12066name = "substrate-rpc-client"
12067version = "0.10.0-dev"
12068source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
12069dependencies = [
12070 "async-trait",
12071 "jsonrpsee",
12072 "log",
12073 "sc-rpc-api",
12074 "serde",
12075 "sp-runtime",
12076]
1209512077
12096[[package]]12078[[package]]
12097name = "substrate-state-trie-migration-rpc"12079name = "substrate-state-trie-migration-rpc"
12098version = "4.0.0-dev"12080version = "4.0.0-dev"
12099source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12081source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
12100dependencies = [12082dependencies = [
12101 "jsonrpsee",12083 "jsonrpsee",
12102 "log",12084 "log",
12117[[package]]12099[[package]]
12118name = "substrate-test-client"12100name = "substrate-test-client"
12119version = "2.0.1"12101version = "2.0.1"
12120source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12102source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
12121dependencies = [12103dependencies = [
12122 "array-bytes",12104 "array-bytes",
12123 "async-trait",12105 "async-trait",
12143[[package]]12125[[package]]
12144name = "substrate-test-utils"12126name = "substrate-test-utils"
12145version = "4.0.0-dev"12127version = "4.0.0-dev"
12146source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12128source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
12147dependencies = [12129dependencies = [
12148 "futures 0.3.25",12130 "futures 0.3.25",
12149 "substrate-test-utils-derive",12131 "substrate-test-utils-derive",
12153[[package]]12135[[package]]
12154name = "substrate-test-utils-derive"12136name = "substrate-test-utils-derive"
12155version = "0.10.0-dev"12137version = "0.10.0-dev"
12156source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12138source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
12157dependencies = [12139dependencies = [
12158 "proc-macro-crate",12140 "proc-macro-crate",
12159 "proc-macro2",12141 "proc-macro2",
12164[[package]]12146[[package]]
12165name = "substrate-wasm-builder"12147name = "substrate-wasm-builder"
12166version = "5.0.0-dev"12148version = "5.0.0-dev"
12167source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12149source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
12168dependencies = [12150dependencies = [
12169 "ansi_term",12151 "ansi_term",
12170 "build-helper",12152 "build-helper",
12175 "tempfile",12157 "tempfile",
12176 "toml",12158 "toml",
12177 "walkdir",12159 "walkdir",
12178 "wasm-gc-api",12160 "wasm-opt",
12179]12161]
1218012162
12181[[package]]12163[[package]]
1218612168
12187[[package]]12169[[package]]
12188name = "syn"12170name = "syn"
12189version = "1.0.103"12171version = "1.0.105"
12190source = "registry+https://github.com/rust-lang/crates.io-index"12172source = "registry+https://github.com/rust-lang/crates.io-index"
12191checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"12173checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908"
12192dependencies = [12174dependencies = [
12193 "proc-macro2",12175 "proc-macro2",
12194 "quote",12176 "quote",
12246source = "registry+https://github.com/rust-lang/crates.io-index"12228source = "registry+https://github.com/rust-lang/crates.io-index"
12247checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12229checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
12248dependencies = [12230dependencies = [
12249 "cfg-if 1.0.0",12231 "cfg-if",
12250 "fastrand",12232 "fastrand",
12251 "libc",12233 "libc",
12252 "redox_syscall",12234 "redox_syscall",
12273 "winapi",12255 "winapi",
12274]12256]
12257
12258[[package]]
12259name = "termtree"
12260version = "0.4.0"
12261source = "registry+https://github.com/rust-lang/crates.io-index"
12262checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8"
1227512263
12276[[package]]12264[[package]]
12277name = "test-runtime-constants"12265name = "test-runtime-constants"
12278version = "0.9.30"12266version = "0.9.33"
12279source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12267source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
12280dependencies = [12268dependencies = [
12281 "frame-support",12269 "frame-support",
12282 "polkadot-primitives",12270 "polkadot-primitives",
12283 "polkadot-runtime-common",12271 "polkadot-runtime-common",
12284 "smallvec",12272 "smallvec",
12273 "sp-core",
12285 "sp-runtime",12274 "sp-runtime",
12275 "sp-weights",
12286]12276]
1228712277
12288[[package]]12278[[package]]
12315 "up-sponsorship",12305 "up-sponsorship",
12316]12306]
12317
12318[[package]]
12319name = "textwrap"
12320version = "0.16.0"
12321source = "registry+https://github.com/rust-lang/crates.io-index"
12322checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
1232312307
12324[[package]]12308[[package]]
12325name = "thiserror"12309name = "thiserror"
1238012364
12381[[package]]12365[[package]]
12382name = "tikv-jemalloc-sys"12366name = "tikv-jemalloc-sys"
12383version = "0.4.3+5.2.1-patched.2"12367version = "0.5.2+5.3.0-patched"
12384source = "registry+https://github.com/rust-lang/crates.io-index"12368source = "registry+https://github.com/rust-lang/crates.io-index"
12385checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"12369checksum = "ec45c14da997d0925c7835883e4d5c181f196fa142f8c19d7643d1e9af2592c3"
12386dependencies = [12370dependencies = [
12387 "cc",12371 "cc",
12388 "fs_extra",12372 "fs_extra",
1239112375
12392[[package]]12376[[package]]
12393name = "time"12377name = "time"
12394version = "0.1.44"12378version = "0.1.45"
12395source = "registry+https://github.com/rust-lang/crates.io-index"12379source = "registry+https://github.com/rust-lang/crates.io-index"
12396checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12380checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
12397dependencies = [12381dependencies = [
12398 "libc",12382 "libc",
12399 "wasi 0.10.0+wasi-snapshot-preview1",12383 "wasi 0.10.0+wasi-snapshot-preview1",
1246312447
12464[[package]]12448[[package]]
12465name = "tokio"12449name = "tokio"
12466version = "1.22.0"12450version = "1.23.0"
12467source = "registry+https://github.com/rust-lang/crates.io-index"12451source = "registry+https://github.com/rust-lang/crates.io-index"
12468checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3"12452checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46"
12469dependencies = [12453dependencies = [
12470 "autocfg",12454 "autocfg",
12471 "bytes",12455 "bytes",
12478 "signal-hook-registry",12462 "signal-hook-registry",
12479 "socket2",12463 "socket2",
12480 "tokio-macros",12464 "tokio-macros",
12481 "winapi",12465 "windows-sys 0.42.0",
12482]12466]
1248312467
12484[[package]]12468[[package]]
12485name = "tokio-macros"12469name = "tokio-macros"
12486version = "1.8.0"12470version = "1.8.2"
12487source = "registry+https://github.com/rust-lang/crates.io-index"12471source = "registry+https://github.com/rust-lang/crates.io-index"
12488checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"12472checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
12489dependencies = [12473dependencies = [
12490 "proc-macro2",12474 "proc-macro2",
12491 "quote",12475 "quote",
12550source = "registry+https://github.com/rust-lang/crates.io-index"12534source = "registry+https://github.com/rust-lang/crates.io-index"
12551checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"12535checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
12552dependencies = [12536dependencies = [
12553 "cfg-if 1.0.0",12537 "cfg-if",
12554 "pin-project-lite 0.2.9",12538 "pin-project-lite 0.2.9",
12555 "tracing-attributes",12539 "tracing-attributes",
12556 "tracing-core",12540 "tracing-core",
1258912573
12590[[package]]12574[[package]]
12591name = "tracing-gum"12575name = "tracing-gum"
12592version = "0.9.30"12576version = "0.9.33"
12593source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12577source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
12594dependencies = [12578dependencies = [
12595 "polkadot-node-jaeger",12579 "polkadot-node-jaeger",
12596 "polkadot-primitives",12580 "polkadot-primitives",
1260012584
12601[[package]]12585[[package]]
12602name = "tracing-gum-proc-macro"12586name = "tracing-gum-proc-macro"
12603version = "0.9.30"12587version = "0.9.33"
12604source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12588source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
12605dependencies = [12589dependencies = [
12606 "expander 0.0.6",12590 "expander 0.0.6",
12607 "proc-macro-crate",12591 "proc-macro-crate",
1268812672
12689[[package]]12673[[package]]
12690name = "trust-dns-proto"12674name = "trust-dns-proto"
12691version = "0.21.2"12675version = "0.22.0"
12692source = "registry+https://github.com/rust-lang/crates.io-index"12676source = "registry+https://github.com/rust-lang/crates.io-index"
12693checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12677checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"
12694dependencies = [12678dependencies = [
12695 "async-trait",12679 "async-trait",
12696 "cfg-if 1.0.0",12680 "cfg-if",
12697 "data-encoding",12681 "data-encoding",
12698 "enum-as-inner",12682 "enum-as-inner",
12699 "futures-channel",12683 "futures-channel",
12702 "idna 0.2.3",12686 "idna 0.2.3",
12703 "ipnet",12687 "ipnet",
12704 "lazy_static",12688 "lazy_static",
12705 "log",
12706 "rand 0.8.5",12689 "rand 0.8.5",
12707 "smallvec",12690 "smallvec",
12708 "thiserror",12691 "thiserror",
12709 "tinyvec",12692 "tinyvec",
12693 "tracing",
12710 "url",12694 "url",
12711]12695]
1271212696
12713[[package]]12697[[package]]
12714name = "trust-dns-resolver"12698name = "trust-dns-resolver"
12715version = "0.21.2"12699version = "0.22.0"
12716source = "registry+https://github.com/rust-lang/crates.io-index"12700source = "registry+https://github.com/rust-lang/crates.io-index"
12717checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12701checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"
12718dependencies = [12702dependencies = [
12719 "cfg-if 1.0.0",12703 "cfg-if",
12720 "futures-util",12704 "futures-util",
12721 "ipconfig",12705 "ipconfig",
12722 "lazy_static",12706 "lazy_static",
12723 "log",
12724 "lru-cache",12707 "lru-cache",
12725 "parking_lot 0.12.1",12708 "parking_lot 0.12.1",
12726 "resolv-conf",12709 "resolv-conf",
12727 "smallvec",12710 "smallvec",
12728 "thiserror",12711 "thiserror",
12712 "tracing",
12729 "trust-dns-proto",12713 "trust-dns-proto",
12730]12714]
1273112715
12738[[package]]12722[[package]]
12739name = "try-runtime-cli"12723name = "try-runtime-cli"
12740version = "0.10.0-dev"12724version = "0.10.0-dev"
12741source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12725source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
12742dependencies = [12726dependencies = [
12743 "clap",12727 "clap",
12744 "frame-try-runtime",12728 "frame-try-runtime",
12745 "jsonrpsee",
12746 "log",12729 "log",
12747 "parity-scale-codec 3.2.1",12730 "parity-scale-codec 3.2.1",
12748 "remote-externalities",12731 "remote-externalities",
12758 "sp-runtime",12741 "sp-runtime",
12759 "sp-state-machine",12742 "sp-state-machine",
12760 "sp-version",12743 "sp-version",
12744 "sp-weights",
12745 "substrate-rpc-client",
12761 "zstd",12746 "zstd",
12762]12747]
1276312748
12764[[package]]12749[[package]]
12765name = "trybuild"12750name = "trybuild"
12766version = "1.0.71"12751version = "1.0.72"
12767source = "registry+https://github.com/rust-lang/crates.io-index"12752source = "registry+https://github.com/rust-lang/crates.io-index"
12768checksum = "ea496675d71016e9bc76aa42d87f16aefd95447cc5818e671e12b2d7e269075d"12753checksum = "db29f438342820400f2d9acfec0d363e987a38b2950bdb50a7069ed17b2148ee"
12769dependencies = [12754dependencies = [
12770 "glob",12755 "glob",
12771 "once_cell",12756 "once_cell",
12788source = "registry+https://github.com/rust-lang/crates.io-index"12773source = "registry+https://github.com/rust-lang/crates.io-index"
12789checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12774checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
12790dependencies = [12775dependencies = [
12791 "cfg-if 1.0.0",12776 "cfg-if",
12792 "digest 0.10.6",12777 "digest 0.10.6",
12793 "rand 0.8.5",12778 "rand 0.8.5",
12794 "static_assertions",12779 "static_assertions",
12795]12780]
1279612781
12797[[package]]12782[[package]]
12798name = "typenum"12783name = "typenum"
12799version = "1.15.0"12784version = "1.16.0"
12800source = "registry+https://github.com/rust-lang/crates.io-index"12785source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"12786checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
1280212787
12803[[package]]12788[[package]]
12804name = "uc-rpc"12789name = "uc-rpc"
1282812813
12829[[package]]12814[[package]]
12830name = "uint"12815name = "uint"
12831version = "0.9.4"12816version = "0.9.5"
12832source = "registry+https://github.com/rust-lang/crates.io-index"12817source = "registry+https://github.com/rust-lang/crates.io-index"
12833checksum = "a45526d29728d135c2900b0d30573fe3ee79fceb12ef534c7bb30e810a91b601"12818checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"
12834dependencies = [12819dependencies = [
12835 "byteorder",12820 "byteorder",
12836 "crunchy",12821 "crunchy",
1288812873
12889[[package]]12874[[package]]
12890name = "unique-node"12875name = "unique-node"
12891version = "0.9.30"12876version = "0.9.33"
12892dependencies = [12877dependencies = [
12893 "app-promotion-rpc",12878 "app-promotion-rpc",
12894 "clap",12879 "clap",
12902 "cumulus-primitives-parachain-inherent",12887 "cumulus-primitives-parachain-inherent",
12903 "cumulus-relay-chain-inprocess-interface",12888 "cumulus-relay-chain-inprocess-interface",
12904 "cumulus-relay-chain-interface",12889 "cumulus-relay-chain-interface",
12905 "cumulus-relay-chain-rpc-interface",12890 "cumulus-relay-chain-minimal-node",
12906 "fc-consensus",12891 "fc-consensus",
12907 "fc-db",12892 "fc-db",
12908 "fc-mapping-sync",12893 "fc-mapping-sync",
1302713012
13028[[package]]13013[[package]]
13029name = "unique-runtime"13014name = "unique-runtime"
13030version = "0.9.30"13015version = "0.9.33"
13031dependencies = [13016dependencies = [
13032 "app-promotion-rpc",13017 "app-promotion-rpc",
13033 "cumulus-pallet-aura-ext",13018 "cumulus-pallet-aura-ext",
1314813133
13149[[package]]13134[[package]]
13150name = "up-common"13135name = "up-common"
13151version = "0.9.30"13136version = "0.9.33"
13152dependencies = [13137dependencies = [
13138 "cumulus-primitives-core",
13153 "fp-rpc",13139 "fp-rpc",
13154 "frame-support",13140 "frame-support",
13155 "pallet-evm",13141 "pallet-evm",
13195[[package]]13181[[package]]
13196name = "up-sponsorship"13182name = "up-sponsorship"
13197version = "0.1.0"13183version = "0.1.0"
13198source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"13184source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.33#994d4a8dc6cc630b73d19f97315272a8795317e7"
13199dependencies = [13185dependencies = [
13200 "impl-trait-for-tuples",13186 "impl-trait-for-tuples",
13201]13187]
13296source = "registry+https://github.com/rust-lang/crates.io-index"13282source = "registry+https://github.com/rust-lang/crates.io-index"
13297checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"13283checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
13298dependencies = [13284dependencies = [
13299 "cfg-if 1.0.0",13285 "cfg-if",
13300 "wasm-bindgen-macro",13286 "wasm-bindgen-macro",
13301]13287]
1330213288
13321source = "registry+https://github.com/rust-lang/crates.io-index"13307source = "registry+https://github.com/rust-lang/crates.io-index"
13322checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"13308checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
13323dependencies = [13309dependencies = [
13324 "cfg-if 1.0.0",13310 "cfg-if",
13325 "js-sys",13311 "js-sys",
13326 "wasm-bindgen",13312 "wasm-bindgen",
13327 "web-sys",13313 "web-sys",
13356source = "registry+https://github.com/rust-lang/crates.io-index"13342source = "registry+https://github.com/rust-lang/crates.io-index"
13357checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"13343checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
13344
13345[[package]]
13346name = "wasm-instrument"
13347version = "0.3.0"
13348source = "registry+https://github.com/rust-lang/crates.io-index"
13349checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"
13350dependencies = [
13351 "parity-wasm",
13352]
1335813353
13359[[package]]13354[[package]]
13360name = "wasm-gc-api"13355name = "wasm-opt"
13361version = "0.1.11"13356version = "0.110.2"
13362source = "registry+https://github.com/rust-lang/crates.io-index"13357source = "registry+https://github.com/rust-lang/crates.io-index"
13363checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"13358checksum = "b68e8037b4daf711393f4be2056246d12d975651b14d581520ad5d1f19219cec"
13364dependencies = [13359dependencies = [
13360 "anyhow",
13365 "log",13361 "libc",
13366 "parity-wasm 0.32.0",13362 "strum",
13363 "strum_macros",
13367 "rustc-demangle",13364 "tempfile",
13365 "thiserror",
13366 "wasm-opt-cxx-sys",
13367 "wasm-opt-sys",
13368]13368]
13369
13370[[package]]
13371name = "wasm-opt-cxx-sys"
13372version = "0.110.2"
13373source = "registry+https://github.com/rust-lang/crates.io-index"
13374checksum = "91adbad477e97bba3fbd21dd7bfb594e7ad5ceb9169ab1c93ab9cb0ada636b6f"
13375dependencies = [
13376 "anyhow",
13377 "cxx",
13378 "cxx-build",
13379 "wasm-opt-sys",
13380]
1336913381
13370[[package]]13382[[package]]
13371name = "wasm-instrument"13383name = "wasm-opt-sys"
13372version = "0.3.0"13384version = "0.110.2"
13373source = "registry+https://github.com/rust-lang/crates.io-index"13385source = "registry+https://github.com/rust-lang/crates.io-index"
13374checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"13386checksum = "ec4fa5a322a4e6ac22fd141f498d56afbdbf9df5debeac32380d2dcaa3e06941"
13375dependencies = [13387dependencies = [
13376 "parity-wasm 0.45.0",13388 "anyhow",
13389 "cc",
13390 "cxx",
13391 "cxx-build",
13392 "regex",
13377]13393]
1337813394
13379[[package]]13395[[package]]
13397source = "registry+https://github.com/rust-lang/crates.io-index"13413source = "registry+https://github.com/rust-lang/crates.io-index"
13398checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"13414checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"
13399dependencies = [13415dependencies = [
13400 "parity-wasm 0.45.0",13416 "parity-wasm",
13401 "wasmi-validation",13417 "wasmi-validation",
13402 "wasmi_core",13418 "wasmi_core",
13403]13419]
13408source = "registry+https://github.com/rust-lang/crates.io-index"13424source = "registry+https://github.com/rust-lang/crates.io-index"
13409checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"13425checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"
13410dependencies = [13426dependencies = [
13411 "parity-wasm 0.45.0",13427 "parity-wasm",
13412]13428]
1341313429
13414[[package]]13430[[package]]
13420 "downcast-rs",13436 "downcast-rs",
13421 "libm",13437 "libm",
13422 "memory_units",13438 "memory_units",
13423 "num-rational 0.4.1",13439 "num-rational",
13424 "num-traits",13440 "num-traits",
13425]13441]
1342613442
13441dependencies = [13457dependencies = [
13442 "anyhow",13458 "anyhow",
13443 "bincode",13459 "bincode",
13444 "cfg-if 1.0.0",13460 "cfg-if",
13445 "indexmap",13461 "indexmap",
13446 "libc",13462 "libc",
13447 "log",13463 "log",
13467source = "registry+https://github.com/rust-lang/crates.io-index"13483source = "registry+https://github.com/rust-lang/crates.io-index"
13468checksum = "45de63ddfc8b9223d1adc8f7b2ee5f35d1f6d112833934ad7ea66e4f4339e597"13484checksum = "45de63ddfc8b9223d1adc8f7b2ee5f35d1f6d112833934ad7ea66e4f4339e597"
13469dependencies = [13485dependencies = [
13470 "cfg-if 1.0.0",13486 "cfg-if",
13471]13487]
1347213488
13473[[package]]13489[[package]]
13539 "addr2line",13555 "addr2line",
13540 "anyhow",13556 "anyhow",
13541 "bincode",13557 "bincode",
13542 "cfg-if 1.0.0",13558 "cfg-if",
13543 "cpp_demangle",13559 "cpp_demangle",
13544 "gimli",13560 "gimli",
13545 "log",13561 "log",
13574dependencies = [13590dependencies = [
13575 "anyhow",13591 "anyhow",
13576 "cc",13592 "cc",
13577 "cfg-if 1.0.0",13593 "cfg-if",
13578 "indexmap",13594 "indexmap",
13579 "libc",13595 "libc",
13580 "log",13596 "log",
1364313659
13644[[package]]13660[[package]]
13645name = "westend-runtime"13661name = "westend-runtime"
13646version = "0.9.30"13662version = "0.9.33"
13647source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13663source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
13648dependencies = [13664dependencies = [
13649 "beefy-primitives",13665 "beefy-primitives",
13650 "bitvec 1.0.1",13666 "bitvec 1.0.1",
1373313749
13734[[package]]13750[[package]]
13735name = "westend-runtime-constants"13751name = "westend-runtime-constants"
13736version = "0.9.30"13752version = "0.9.33"
13737source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13753source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
13738dependencies = [13754dependencies = [
13739 "frame-support",13755 "frame-support",
13740 "polkadot-primitives",13756 "polkadot-primitives",
13741 "polkadot-runtime-common",13757 "polkadot-runtime-common",
13742 "smallvec",13758 "smallvec",
13759 "sp-core",
13743 "sp-runtime",13760 "sp-runtime",
13761 "sp-weights",
13744]13762]
1374513763
13746[[package]]13764[[package]]
1397113989
13972[[package]]13990[[package]]
13973name = "xcm"13991name = "xcm"
13974version = "0.9.30"13992version = "0.9.33"
13975source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13993source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
13976dependencies = [13994dependencies = [
13977 "derivative",13995 "derivative",
13978 "impl-trait-for-tuples",13996 "impl-trait-for-tuples",
1398514003
13986[[package]]14004[[package]]
13987name = "xcm-builder"14005name = "xcm-builder"
13988version = "0.9.30"14006version = "0.9.33"
13989source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"14007source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
13990dependencies = [14008dependencies = [
13991 "frame-support",14009 "frame-support",
13992 "frame-system",14010 "frame-system",
1400514023
14006[[package]]14024[[package]]
14007name = "xcm-executor"14025name = "xcm-executor"
14008version = "0.9.30"14026version = "0.9.33"
14009source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"14027source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
14010dependencies = [14028dependencies = [
14011 "frame-benchmarking",14029 "frame-benchmarking",
14012 "frame-support",14030 "frame-support",
1402314041
14024[[package]]14042[[package]]
14025name = "xcm-procedural"14043name = "xcm-procedural"
14026version = "0.9.30"14044version = "0.9.33"
14027source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"14045source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d"
14028dependencies = [14046dependencies = [
14029 "Inflector",14047 "Inflector",
14030 "proc-macro2",14048 "proc-macro2",
1405714075
14058[[package]]14076[[package]]
14059name = "zeroize_derive"14077name = "zeroize_derive"
14060version = "1.3.2"14078version = "1.3.3"
14061source = "registry+https://github.com/rust-lang/crates.io-index"14079source = "registry+https://github.com/rust-lang/crates.io-index"
14062checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"14080checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c"
14063dependencies = [14081dependencies = [
14064 "proc-macro2",14082 "proc-macro2",
14065 "quote",14083 "quote",
1408814106
14089[[package]]14107[[package]]
14090name = "zstd-sys"14108name = "zstd-sys"
14091version = "2.0.1+zstd.1.5.2"14109version = "2.0.4+zstd.1.5.2"
14092source = "registry+https://github.com/rust-lang/crates.io-index"14110source = "registry+https://github.com/rust-lang/crates.io-index"
14093checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"14111checksum = "4fa202f2ef00074143e219d15b62ffc317d17cc33909feac471c044087cad7b0"
14094dependencies = [14112dependencies = [
14095 "cc",14113 "cc",
14096 "libc",14114 "libc",
modifiedCargo.tomldiffbeforeafterboth
2020
21[workspace.dependencies.orml-vesting]21[workspace.dependencies.orml-vesting]
22git = "https://github.com/uniquenetwork/open-runtime-module-library"22git = "https://github.com/uniquenetwork/open-runtime-module-library"
23branch = "polkadot-v0.9.30"23branch = "polkadot-v0.9.33"
24default-features = false24default-features = false
2525
26[workspace.dependencies.orml-xtokens]26[workspace.dependencies.orml-xtokens]
27git = "https://github.com/uniquenetwork/open-runtime-module-library"27git = "https://github.com/uniquenetwork/open-runtime-module-library"
28branch = "polkadot-v0.9.30"28branch = "polkadot-v0.9.33"
29default-features = false29default-features = false
3030
31[workspace.dependencies.orml-tokens]31[workspace.dependencies.orml-tokens]
32git = "https://github.com/uniquenetwork/open-runtime-module-library"32git = "https://github.com/uniquenetwork/open-runtime-module-library"
33branch = "polkadot-v0.9.30"33branch = "polkadot-v0.9.33"
34default-features = false34default-features = false
3535
36[workspace.dependencies.orml-traits]36[workspace.dependencies.orml-traits]
37git = "https://github.com/uniquenetwork/open-runtime-module-library"37git = "https://github.com/uniquenetwork/open-runtime-module-library"
38branch = "polkadot-v0.9.30"38branch = "polkadot-v0.9.33"
39default-features = false39default-features = false
4040
modifiedREADME.mddiffbeforeafterboth
4646
472. Remove all installed toolchains with `rustup toolchain list` and `rustup toolchain uninstall <toolchain>`.472. Remove all installed toolchains with `rustup toolchain list` and `rustup toolchain uninstall <toolchain>`.
4848
493. Install toolchain nightly-2022-07-24 and make it default:493. Install toolchain nightly-2022-10-09 and make it default:
5050
51```bash51```bash
52rustup toolchain install nightly-2022-07-2452rustup toolchain install nightly-2022-10-09
53rustup default nightly-2022-07-2453rustup default nightly-2022-10-09
54```54```
5555
564. Add wasm target for nightly toolchain:564. Add wasm target for nightly toolchain:
5757
58```bash58```bash
59rustup target add wasm32-unknown-unknown --toolchain nightly-2022-07-2459rustup target add wasm32-unknown-unknown --toolchain nightly-2022-10-09
60```60```
6161
625. Build:625. Build:
90```90```
91git clone https://github.com/paritytech/polkadot.git91git clone https://github.com/paritytech/polkadot.git
92cd polkadot92cd polkadot
93git checkout release-v0.9.3093git checkout release-v0.9.33
94cargo build --release94cargo build --release
95```95```
9696
modifiedclient/rpc/Cargo.tomldiffbeforeafterboth
14jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }14jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }
15anyhow = "1.0.57"15anyhow = "1.0.57"
1616
17sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
18sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
19sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }19sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
20sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }20sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
21sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }21sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
2323
modifiedcrates/evm-coder/Cargo.tomldiffbeforeafterboth
9# evm-coder reexports those proc-macro9# evm-coder reexports those proc-macro
10evm-coder-procedural = { path = "./procedural" }10evm-coder-procedural = { path = "./procedural" }
11# Evm uses primitive-types for H160, H256 and others11# Evm uses primitive-types for H160, H256 and others
12primitive-types = { version = "0.11.1", default-features = false }12primitive-types = { version = "0.12.1", default-features = false }
13# Evm doesn't have reexports for log and others13# Evm doesn't have reexports for log and others
14ethereum = { version = "0.12.0", default-features = false }14ethereum = { version = "0.14.0", default-features = false }
15sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
16frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
17# Error types for execution17# Error types for execution
18evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.30" }18evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.33" }
19# We have tuple-heavy code in solidity.rs19# We have tuple-heavy code in solidity.rs
20impl-trait-for-tuples = "0.2.2"20impl-trait-for-tuples = "0.2.2"
2121
22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
2323
24[dev-dependencies]24[dev-dependencies]
25# We want to assert some large binary blobs equality in tests25# We want to assert some large binary blobs equality in tests
modifiedcrates/evm-coder/tests/build_failed/custom_signature_over_max_size.stderrdiffbeforeafterboth
6 |6 |
7 = note: `#[warn(unused_imports)]` on by default7 = note: `#[warn(unused_imports)]` on by default
88
9error: any use of this value will cause an error9error[E0080]: evaluation of `<std::vec::Vec<MaxSize> as Name>::SIGNATURE` failed
10 --> tests/build_failed/custom_signature_over_max_size.rs:19:310 --> tests/build_failed/custom_signature_over_max_size.rs:19:3
11 |11 |
1218 | const SIGNATURE: SignatureUnit =
13 | ------------------------------
1419 | evm_coder::make_signature!(new nameof(T::SIGNATURE) fixed("[]"));1219 | evm_coder::make_signature!(new nameof(T::SIGNATURE) fixed("[]"));
15 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ index out of bounds: the length is 256 but the index is 25613 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ index out of bounds: the length is 256 but the index is 256
16 |14 |
17 = note: `#[deny(const_err)]` on by default
18 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
19 = note: for more information, see issue #71800 <https://github.com/rust-lang/rust/issues/71800>
20 = note: this error originates in the macro `$crate::make_signature` which comes from the expansion of the macro `evm_coder::make_signature` (in Nightly builds, run with -Z macro-backtrace for more info)15 = note: this error originates in the macro `$crate::make_signature` which comes from the expansion of the macro `evm_coder::make_signature` (in Nightly builds, run with -Z macro-backtrace for more info)
2116
22error: any use of this value will cause an error17error[E0080]: evaluation of constant value failed
23 --> tests/build_failed/custom_signature_over_max_size.rs:30:2918 --> tests/build_failed/custom_signature_over_max_size.rs:30:29
24 |19 |
2530 | const NAME: SignatureUnit = <Vec<MaxSize>>::SIGNATURE;2030 | const NAME: SignatureUnit = <Vec<MaxSize>>::SIGNATURE;
26 | ------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^ referenced constant has errors21 | ^^^^^^^^^^^^^^^^^^^^^^^^^ referenced constant has errors
27 |
28 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
29 = note: for more information, see issue #71800 <https://github.com/rust-lang/rust/issues/71800>
3022
modifiednode/cli/Cargo.tomldiffbeforeafterboth
33
4[build-dependencies.substrate-build-script-utils]4[build-dependencies.substrate-build-script-utils]
5git = "https://github.com/paritytech/substrate"5git = "https://github.com/paritytech/substrate"
6branch = "polkadot-v0.9.30"6branch = "polkadot-v0.9.33"
77
8################################################################################8################################################################################
9# Substrate Dependecies9# Substrate Dependecies
1616
17[dependencies.frame-benchmarking]17[dependencies.frame-benchmarking]
18git = "https://github.com/paritytech/substrate"18git = "https://github.com/paritytech/substrate"
19branch = "polkadot-v0.9.30"19branch = "polkadot-v0.9.33"
2020
21[dependencies.frame-benchmarking-cli]21[dependencies.frame-benchmarking-cli]
22git = "https://github.com/paritytech/substrate"22git = "https://github.com/paritytech/substrate"
23branch = "polkadot-v0.9.30"23branch = "polkadot-v0.9.33"
2424
25[dependencies.try-runtime-cli]25[dependencies.try-runtime-cli]
26git = "https://github.com/paritytech/substrate"26git = "https://github.com/paritytech/substrate"
27branch = "polkadot-v0.9.30"27branch = "polkadot-v0.9.33"
2828
29[dependencies.pallet-transaction-payment-rpc]29[dependencies.pallet-transaction-payment-rpc]
30git = "https://github.com/paritytech/substrate"30git = "https://github.com/paritytech/substrate"
31branch = "polkadot-v0.9.30"31branch = "polkadot-v0.9.33"
3232
33[dependencies.substrate-prometheus-endpoint]33[dependencies.substrate-prometheus-endpoint]
34git = "https://github.com/paritytech/substrate"34git = "https://github.com/paritytech/substrate"
35branch = "polkadot-v0.9.30"35branch = "polkadot-v0.9.33"
3636
37[dependencies.sc-basic-authorship]37[dependencies.sc-basic-authorship]
38git = "https://github.com/paritytech/substrate"38git = "https://github.com/paritytech/substrate"
39branch = "polkadot-v0.9.30"39branch = "polkadot-v0.9.33"
4040
41[dependencies.sc-chain-spec]41[dependencies.sc-chain-spec]
42git = "https://github.com/paritytech/substrate"42git = "https://github.com/paritytech/substrate"
43branch = "polkadot-v0.9.30"43branch = "polkadot-v0.9.33"
4444
45[dependencies.sc-cli]45[dependencies.sc-cli]
46features = ['wasmtime']46features = ['wasmtime']
47git = "https://github.com/paritytech/substrate"47git = "https://github.com/paritytech/substrate"
48branch = "polkadot-v0.9.30"48branch = "polkadot-v0.9.33"
4949
50[dependencies.sc-client-api]50[dependencies.sc-client-api]
51git = "https://github.com/paritytech/substrate"51git = "https://github.com/paritytech/substrate"
52branch = "polkadot-v0.9.30"52branch = "polkadot-v0.9.33"
5353
54[dependencies.sc-consensus]54[dependencies.sc-consensus]
55git = "https://github.com/paritytech/substrate"55git = "https://github.com/paritytech/substrate"
56branch = "polkadot-v0.9.30"56branch = "polkadot-v0.9.33"
5757
58[dependencies.sc-consensus-aura]58[dependencies.sc-consensus-aura]
59git = "https://github.com/paritytech/substrate"59git = "https://github.com/paritytech/substrate"
60branch = "polkadot-v0.9.30"60branch = "polkadot-v0.9.33"
6161
62[dependencies.sc-executor]62[dependencies.sc-executor]
63features = ['wasmtime']63features = ['wasmtime']
64git = "https://github.com/paritytech/substrate"64git = "https://github.com/paritytech/substrate"
65branch = "polkadot-v0.9.30"65branch = "polkadot-v0.9.33"
6666
67[dependencies.sc-finality-grandpa]67[dependencies.sc-finality-grandpa]
68git = "https://github.com/paritytech/substrate"68git = "https://github.com/paritytech/substrate"
69branch = "polkadot-v0.9.30"69branch = "polkadot-v0.9.33"
7070
71[dependencies.sc-keystore]71[dependencies.sc-keystore]
72git = "https://github.com/paritytech/substrate"72git = "https://github.com/paritytech/substrate"
73branch = "polkadot-v0.9.30"73branch = "polkadot-v0.9.33"
7474
75[dependencies.sc-rpc]75[dependencies.sc-rpc]
76git = "https://github.com/paritytech/substrate"76git = "https://github.com/paritytech/substrate"
77branch = "polkadot-v0.9.30"77branch = "polkadot-v0.9.33"
7878
79[dependencies.sc-rpc-api]79[dependencies.sc-rpc-api]
80git = "https://github.com/paritytech/substrate"80git = "https://github.com/paritytech/substrate"
81branch = "polkadot-v0.9.30"81branch = "polkadot-v0.9.33"
8282
83[dependencies.sc-service]83[dependencies.sc-service]
84features = ['wasmtime']84features = ['wasmtime']
85git = "https://github.com/paritytech/substrate"85git = "https://github.com/paritytech/substrate"
86branch = "polkadot-v0.9.30"86branch = "polkadot-v0.9.33"
8787
88[dependencies.sc-telemetry]88[dependencies.sc-telemetry]
89git = "https://github.com/paritytech/substrate"89git = "https://github.com/paritytech/substrate"
90branch = "polkadot-v0.9.30"90branch = "polkadot-v0.9.33"
9191
92[dependencies.sc-transaction-pool]92[dependencies.sc-transaction-pool]
93git = "https://github.com/paritytech/substrate"93git = "https://github.com/paritytech/substrate"
94branch = "polkadot-v0.9.30"94branch = "polkadot-v0.9.33"
9595
96[dependencies.sc-tracing]96[dependencies.sc-tracing]
97git = "https://github.com/paritytech/substrate"97git = "https://github.com/paritytech/substrate"
98branch = "polkadot-v0.9.30"98branch = "polkadot-v0.9.33"
9999
100[dependencies.sc-sysinfo]100[dependencies.sc-sysinfo]
101git = "https://github.com/paritytech/substrate"101git = "https://github.com/paritytech/substrate"
102branch = "polkadot-v0.9.30"102branch = "polkadot-v0.9.33"
103103
104[dependencies.sp-block-builder]104[dependencies.sp-block-builder]
105git = "https://github.com/paritytech/substrate"105git = "https://github.com/paritytech/substrate"
106branch = "polkadot-v0.9.30"106branch = "polkadot-v0.9.33"
107107
108[dependencies.sp-api]108[dependencies.sp-api]
109git = "https://github.com/paritytech/substrate"109git = "https://github.com/paritytech/substrate"
110branch = "polkadot-v0.9.30"110branch = "polkadot-v0.9.33"
111111
112[dependencies.sp-blockchain]112[dependencies.sp-blockchain]
113git = "https://github.com/paritytech/substrate"113git = "https://github.com/paritytech/substrate"
114branch = "polkadot-v0.9.30"114branch = "polkadot-v0.9.33"
115115
116[dependencies.sp-consensus]116[dependencies.sp-consensus]
117git = "https://github.com/paritytech/substrate"117git = "https://github.com/paritytech/substrate"
118branch = "polkadot-v0.9.30"118branch = "polkadot-v0.9.33"
119119
120[dependencies.sp-consensus-aura]120[dependencies.sp-consensus-aura]
121git = "https://github.com/paritytech/substrate"121git = "https://github.com/paritytech/substrate"
122branch = "polkadot-v0.9.30"122branch = "polkadot-v0.9.33"
123123
124[dependencies.sp-core]124[dependencies.sp-core]
125git = "https://github.com/paritytech/substrate"125git = "https://github.com/paritytech/substrate"
126branch = "polkadot-v0.9.30"126branch = "polkadot-v0.9.33"
127127
128[dependencies.sp-finality-grandpa]128[dependencies.sp-finality-grandpa]
129git = "https://github.com/paritytech/substrate"129git = "https://github.com/paritytech/substrate"
130branch = "polkadot-v0.9.30"130branch = "polkadot-v0.9.33"
131131
132[dependencies.sp-inherents]132[dependencies.sp-inherents]
133git = "https://github.com/paritytech/substrate"133git = "https://github.com/paritytech/substrate"
134branch = "polkadot-v0.9.30"134branch = "polkadot-v0.9.33"
135135
136[dependencies.sp-keystore]136[dependencies.sp-keystore]
137git = "https://github.com/paritytech/substrate"137git = "https://github.com/paritytech/substrate"
138branch = "polkadot-v0.9.30"138branch = "polkadot-v0.9.33"
139139
140[dependencies.sp-offchain]140[dependencies.sp-offchain]
141git = "https://github.com/paritytech/substrate"141git = "https://github.com/paritytech/substrate"
142branch = "polkadot-v0.9.30"142branch = "polkadot-v0.9.33"
143143
144[dependencies.sp-runtime]144[dependencies.sp-runtime]
145git = "https://github.com/paritytech/substrate"145git = "https://github.com/paritytech/substrate"
146branch = "polkadot-v0.9.30"146branch = "polkadot-v0.9.33"
147147
148[dependencies.sp-session]148[dependencies.sp-session]
149git = "https://github.com/paritytech/substrate"149git = "https://github.com/paritytech/substrate"
150branch = "polkadot-v0.9.30"150branch = "polkadot-v0.9.33"
151151
152[dependencies.sp-timestamp]152[dependencies.sp-timestamp]
153git = "https://github.com/paritytech/substrate"153git = "https://github.com/paritytech/substrate"
154branch = "polkadot-v0.9.30"154branch = "polkadot-v0.9.33"
155155
156[dependencies.sp-transaction-pool]156[dependencies.sp-transaction-pool]
157git = "https://github.com/paritytech/substrate"157git = "https://github.com/paritytech/substrate"
158branch = "polkadot-v0.9.30"158branch = "polkadot-v0.9.33"
159159
160[dependencies.sp-trie]160[dependencies.sp-trie]
161git = "https://github.com/paritytech/substrate"161git = "https://github.com/paritytech/substrate"
162branch = "polkadot-v0.9.30"162branch = "polkadot-v0.9.33"
163163
164[dependencies.substrate-frame-rpc-system]164[dependencies.substrate-frame-rpc-system]
165git = "https://github.com/paritytech/substrate"165git = "https://github.com/paritytech/substrate"
166branch = "polkadot-v0.9.30"166branch = "polkadot-v0.9.33"
167167
168[dependencies.sc-network]168[dependencies.sc-network]
169git = "https://github.com/paritytech/substrate"169git = "https://github.com/paritytech/substrate"
170branch = "polkadot-v0.9.30"170branch = "polkadot-v0.9.33"
171171
172[dependencies.serde]172[dependencies.serde]
173features = ['derive']173features = ['derive']
178178
179[dependencies.sc-consensus-manual-seal]179[dependencies.sc-consensus-manual-seal]
180git = "https://github.com/paritytech/substrate"180git = "https://github.com/paritytech/substrate"
181branch = "polkadot-v0.9.30"181branch = "polkadot-v0.9.33"
182182
183################################################################################183################################################################################
184# Cumulus dependencies184# Cumulus dependencies
185185
186[dependencies.cumulus-client-consensus-aura]186[dependencies.cumulus-client-consensus-aura]
187git = "https://github.com/paritytech/cumulus"187git = "https://github.com/paritytech/cumulus"
188branch = "polkadot-v0.9.30"188branch = "polkadot-v0.9.33"
189189
190[dependencies.cumulus-client-consensus-common]190[dependencies.cumulus-client-consensus-common]
191git = "https://github.com/paritytech/cumulus"191git = "https://github.com/paritytech/cumulus"
192branch = "polkadot-v0.9.30"192branch = "polkadot-v0.9.33"
193193
194[dependencies.cumulus-client-collator]194[dependencies.cumulus-client-collator]
195git = "https://github.com/paritytech/cumulus"195git = "https://github.com/paritytech/cumulus"
196branch = "polkadot-v0.9.30"196branch = "polkadot-v0.9.33"
197197
198[dependencies.cumulus-client-cli]198[dependencies.cumulus-client-cli]
199git = "https://github.com/paritytech/cumulus"199git = "https://github.com/paritytech/cumulus"
200branch = "polkadot-v0.9.30"200branch = "polkadot-v0.9.33"
201201
202[dependencies.cumulus-client-network]202[dependencies.cumulus-client-network]
203git = "https://github.com/paritytech/cumulus"203git = "https://github.com/paritytech/cumulus"
204branch = "polkadot-v0.9.30"204branch = "polkadot-v0.9.33"
205205
206[dependencies.cumulus-primitives-core]206[dependencies.cumulus-primitives-core]
207git = "https://github.com/paritytech/cumulus"207git = "https://github.com/paritytech/cumulus"
208branch = "polkadot-v0.9.30"208branch = "polkadot-v0.9.33"
209209
210[dependencies.cumulus-primitives-parachain-inherent]210[dependencies.cumulus-primitives-parachain-inherent]
211git = "https://github.com/paritytech/cumulus"211git = "https://github.com/paritytech/cumulus"
212branch = "polkadot-v0.9.30"212branch = "polkadot-v0.9.33"
213213
214[dependencies.cumulus-client-service]214[dependencies.cumulus-client-service]
215git = "https://github.com/paritytech/cumulus"215git = "https://github.com/paritytech/cumulus"
216branch = "polkadot-v0.9.30"216branch = "polkadot-v0.9.33"
217217
218[dependencies.cumulus-relay-chain-interface]218[dependencies.cumulus-relay-chain-interface]
219git = "https://github.com/paritytech/cumulus"219git = "https://github.com/paritytech/cumulus"
220branch = "polkadot-v0.9.30"220branch = "polkadot-v0.9.33"
221221
222[dependencies.cumulus-relay-chain-inprocess-interface]222[dependencies.cumulus-relay-chain-inprocess-interface]
223git = "https://github.com/paritytech/cumulus"223git = "https://github.com/paritytech/cumulus"
224branch = "polkadot-v0.9.30"224branch = "polkadot-v0.9.33"
225225
226[dependencies.cumulus-relay-chain-rpc-interface]226[dependencies.cumulus-relay-chain-minimal-node]
227git = "https://github.com/paritytech/cumulus"227git = "https://github.com/paritytech/cumulus"
228branch = "polkadot-v0.9.30"228branch = "polkadot-v0.9.33"
229229
230################################################################################230################################################################################
231# Polkadot dependencies231# Polkadot dependencies
232[dependencies.polkadot-primitives]232[dependencies.polkadot-primitives]
233git = "https://github.com/paritytech/polkadot"233git = "https://github.com/paritytech/polkadot"
234branch = "release-v0.9.30"234branch = "release-v0.9.33"
235235
236[dependencies.polkadot-service]236[dependencies.polkadot-service]
237git = "https://github.com/paritytech/polkadot"237git = "https://github.com/paritytech/polkadot"
238branch = "release-v0.9.30"238branch = "release-v0.9.33"
239239
240[dependencies.polkadot-cli]240[dependencies.polkadot-cli]
241git = "https://github.com/paritytech/polkadot"241git = "https://github.com/paritytech/polkadot"
242branch = "release-v0.9.30"242branch = "release-v0.9.33"
243243
244[dependencies.polkadot-test-service]244[dependencies.polkadot-test-service]
245git = "https://github.com/paritytech/polkadot"245git = "https://github.com/paritytech/polkadot"
246branch = "release-v0.9.30"246branch = "release-v0.9.33"
247247
248[dependencies.polkadot-parachain]248[dependencies.polkadot-parachain]
249git = "https://github.com/paritytech/polkadot"249git = "https://github.com/paritytech/polkadot"
250branch = "release-v0.9.30"250branch = "release-v0.9.33"
251251
252252
253################################################################################253################################################################################
277277
278[dependencies.pallet-transaction-payment-rpc-runtime-api]278[dependencies.pallet-transaction-payment-rpc-runtime-api]
279git = "https://github.com/paritytech/substrate"279git = "https://github.com/paritytech/substrate"
280branch = "polkadot-v0.9.30"280branch = "polkadot-v0.9.33"
281281
282################################################################################282################################################################################
283# Package283# Package
291license = 'GPLv3'291license = 'GPLv3'
292name = 'unique-node'292name = 'unique-node'
293repository = 'https://github.com/UniqueNetwork/unique-chain'293repository = 'https://github.com/UniqueNetwork/unique-chain'
294version = "0.9.30"294version = "0.9.33"
295295
296[[bin]]296[[bin]]
297name = 'unique-collator'297name = 'unique-collator'
305log = '0.4.16'305log = '0.4.16'
306flexi_logger = "0.22.5"306flexi_logger = "0.22.5"
307parking_lot = '0.12.1'307parking_lot = '0.12.1'
308clap = "3.1.2"308clap = "4.0.9"
309jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }309jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }
310tokio = { version = "1.19.2", features = ["time"] }310tokio = { version = "1.19.2", features = ["time"] }
311311
312fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }312fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
313fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }313fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
314fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }314fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
315fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }315fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
316fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }316fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
317fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }317fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
318pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }318pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
319319
320unique-rpc = { default-features = false, path = "../rpc" }320unique-rpc = { default-features = false, path = "../rpc" }
321app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }321app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }
328 'quartz-runtime?/runtime-benchmarks',328 'quartz-runtime?/runtime-benchmarks',
329 'opal-runtime/runtime-benchmarks',329 'opal-runtime/runtime-benchmarks',
330 'polkadot-service/runtime-benchmarks',330 'polkadot-service/runtime-benchmarks',
331 'polkadot-cli/runtime-benchmarks',
331 'sc-service/runtime-benchmarks',332 'sc-service/runtime-benchmarks',
332]333]
333try-runtime = [334try-runtime = [
334 'unique-runtime?/try-runtime',335 'unique-runtime?/try-runtime',
335 'quartz-runtime?/try-runtime',336 'quartz-runtime?/try-runtime',
336 'opal-runtime?/try-runtime',337 'opal-runtime?/try-runtime',
338 'try-runtime-cli/try-runtime',
337]339]
338sapphire-runtime = [340sapphire-runtime = [
339 'opal-runtime',341 'opal-runtime',
modifiednode/cli/src/cli.rsdiffbeforeafterboth
56 Benchmark(frame_benchmarking_cli::BenchmarkCmd),56 Benchmark(frame_benchmarking_cli::BenchmarkCmd),
5757
58 /// Try runtime58 /// Try runtime
59 #[cfg(feature = "try-runtime")]
59 TryRuntime(try_runtime_cli::TryRuntimeCmd),60 TryRuntime(try_runtime_cli::TryRuntimeCmd),
61
62 /// Try runtime. Note: `try-runtime` feature must be enabled.
63 #[cfg(not(feature = "try-runtime"))]
64 TryRuntime,
60}65}
6166
62#[derive(Debug, Parser)]67#[derive(Debug, Parser)]
modifiednode/cli/src/command.rsdiffbeforeafterboth
54use codec::Encode;54use codec::Encode;
55use cumulus_primitives_core::ParaId;55use cumulus_primitives_core::ParaId;
56use cumulus_client_cli::generate_genesis_block;56use cumulus_client_cli::generate_genesis_block;
57use std::{future::Future, pin::Pin};
58use log::info;57use log::info;
59use sc_cli::{58use sc_cli::{
60 ChainSpec, CliConfiguration, DefaultConfigurationValues, ImportParams, KeystoreParams,59 ChainSpec, CliConfiguration, DefaultConfigurationValues, ImportParams, KeystoreParams,
410 }409 }
411 }410 }
412 }411 }
412 #[cfg(feature = "try-runtime")]
413 Some(Subcommand::TryRuntime(cmd)) => {413 Some(Subcommand::TryRuntime(cmd)) => {
414 if cfg!(feature = "try-runtime") {414 use std::{future::Future, pin::Pin};
415
415 let runner = cli.create_runner(cmd)?;416 let runner = cli.create_runner(cmd)?;
416417
433 #[cfg(feature = "quartz-runtime")]434 #[cfg(feature = "quartz-runtime")]
434 RuntimeId::Quartz => Box::pin(cmd.run::<Block, QuartzRuntimeExecutor>(config)),435 RuntimeId::Quartz => Box::pin(cmd.run::<Block, QuartzRuntimeExecutor>(config)),
435436
436 RuntimeId::Opal => {437 RuntimeId::Opal => Box::pin(cmd.run::<Block, OpalRuntimeExecutor>(config)),
437 Box::pin(cmd.run::<Block, OpalRuntimeExecutor>(config))
438 }
439 RuntimeId::Unknown(chain) => return Err(no_runtime_err!(chain).into()),438 RuntimeId::Unknown(chain) => return Err(no_runtime_err!(chain).into()),
440 },439 },
441 task_manager,440 task_manager,
442 ))441 ))
443 })442 })
444 } else {
445 Err("Try-runtime must be enabled by `--features try-runtime`.".into())
446 }
447 }443 }
444 #[cfg(not(feature = "try-runtime"))]
445 Some(Subcommand::TryRuntime) => {
446 Err("Try-runtime must be enabled by `--features try-runtime`.".into())
447 }
448 None => {448 None => {
449 let runner = cli.create_runner(&cli.run.normalize())?;449 let runner = cli.create_runner(&cli.run.normalize())?;
450 let collator_options = cli.run.collator_options();450 let collator_options = cli.run.collator_options();
modifiednode/cli/src/service.rsdiffbeforeafterboth
3434
35// Cumulus Imports35// Cumulus Imports
36use cumulus_client_consensus_aura::{AuraConsensus, BuildAuraConsensusParams, SlotProportion};36use cumulus_client_consensus_aura::{AuraConsensus, BuildAuraConsensusParams, SlotProportion};
37use cumulus_client_consensus_common::ParachainConsensus;37use cumulus_client_consensus_common::{
38 ParachainConsensus, ParachainBlockImport as TParachainBlockImport,
39};
38use cumulus_client_service::{40use cumulus_client_service::{
39 prepare_node_config, start_collator, start_full_node, StartCollatorParams, StartFullNodeParams,41 prepare_node_config, start_collator, start_full_node, StartCollatorParams, StartFullNodeParams,
40};42};
43use cumulus_primitives_core::ParaId;45use cumulus_primitives_core::ParaId;
44use cumulus_relay_chain_inprocess_interface::build_inprocess_relay_chain;46use cumulus_relay_chain_inprocess_interface::build_inprocess_relay_chain;
45use cumulus_relay_chain_interface::{RelayChainError, RelayChainInterface, RelayChainResult};47use cumulus_relay_chain_interface::{RelayChainError, RelayChainInterface, RelayChainResult};
46use cumulus_relay_chain_rpc_interface::{RelayChainRpcInterface, create_client_and_start_worker};48use cumulus_relay_chain_minimal_node::build_minimal_relay_chain_node;
4749
48// Substrate Imports50// Substrate Imports
49use sp_api::BlockT;51use sp_api::BlockT;
188 sc_service::TFullClient<Block, RuntimeApi, NativeElseWasmExecutor<ExecutorDispatch>>;190 sc_service::TFullClient<Block, RuntimeApi, NativeElseWasmExecutor<ExecutorDispatch>>;
189type FullBackend = sc_service::TFullBackend<Block>;191type FullBackend = sc_service::TFullBackend<Block>;
190type FullSelectChain = sc_consensus::LongestChain<FullBackend, Block>;192type FullSelectChain = sc_consensus::LongestChain<FullBackend, Block>;
193type ParachainBlockImport<RuntimeApi, ExecutorDispatch> =
194 TParachainBlockImport<Arc<FullClient<RuntimeApi, ExecutorDispatch>>>;
191195
192/// Starts a `ServiceBuilder` for a full service.196/// Starts a `ServiceBuilder` for a full service.
193///197///
333)> {337)> {
334 match collator_options.relay_chain_rpc_url {338 match collator_options.relay_chain_rpc_url {
335 Some(relay_chain_url) => {339 Some(relay_chain_url) => {
336 let rpc_client = create_client_and_start_worker(relay_chain_url, task_manager).await?;340 build_minimal_relay_chain_node(polkadot_config, task_manager, relay_chain_url).await
337
338 Ok((
339 Arc::new(RelayChainRpcInterface::new(rpc_client)) as Arc<_>,
340 None,
341 ))
342 }341 }
343 None => build_inprocess_relay_chain(342 None => build_inprocess_relay_chain(
344 polkadot_config,343 polkadot_config,
597 import_queue,596 import_queue,
598 relay_chain_interface,597 relay_chain_interface,
599 relay_chain_slot_duration,598 relay_chain_slot_duration,
600 collator_options,
601 };599 };
602600
603 start_full_node(params)?;601 start_full_node(params)?;
631{629{
632 let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?;630 let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?;
631
632 let block_import = ParachainBlockImport::new(client.clone());
633633
634 cumulus_client_consensus_aura::import_queue::<634 cumulus_client_consensus_aura::import_queue::<
635 sp_consensus_aura::sr25519::AuthorityPair,635 sp_consensus_aura::sr25519::AuthorityPair,
639 _,639 _,
640 _,640 _,
641 >(cumulus_client_consensus_aura::ImportQueueParams {641 >(cumulus_client_consensus_aura::ImportQueueParams {
642 block_import: client.clone(),642 block_import,
643 client: client.clone(),643 client: client.clone(),
644 create_inherent_data_providers: move |_, _| async move {644 create_inherent_data_providers: move |_, _| async move {
645 let time = sp_timestamp::InherentDataProvider::from_system_time();645 let time = sp_timestamp::InherentDataProvider::from_system_time();
726 telemetry.clone(),726 telemetry.clone(),
727 );727 );
728
729 let block_import = ParachainBlockImport::new(client.clone());
728730
729 Ok(AuraConsensus::build::<731 Ok(AuraConsensus::build::<
730 sp_consensus_aura::sr25519::AuthorityPair,732 sp_consensus_aura::sr25519::AuthorityPair,
763 Ok((slot, time, parachain_inherent))765 Ok((slot, time, parachain_inherent))
764 }766 }
765 },767 },
766 block_import: client.clone(),768 block_import,
767 para_client: client,769 para_client: client,
768 backoff_authoring_blocks: Option::<()>::None,770 backoff_authoring_blocks: Option::<()>::None,
769 sync_oracle,771 sync_oracle,
modifiednode/rpc/Cargo.tomldiffbeforeafterboth
13futures = { version = "0.3.17", features = ["compat"] }13futures = { version = "0.3.17", features = ["compat"] }
14jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }14jsonrpsee = { version = "0.15.1", features = ["server", "macros"] }
15# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }15# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
16pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
17pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
18sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
19sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }19sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
20sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }20sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
21sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }21sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
22sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }22sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
23sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }23sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
24sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }24sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
25sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }25sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
26sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }26sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
27sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }27sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
28sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }28sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
29sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }29sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
30sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }30sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
31sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }31sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
32sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }32sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
33sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }33sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
34sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }34sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
35sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }35sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
36sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }36sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
37sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }37sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
38sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }38sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
39sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }39sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
40substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }40substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
41tokio = { version = "1.19.2", features = ["macros", "sync"] }41tokio = { version = "1.19.2", features = ["macros", "sync"] }
4242
43pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }43pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
44fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }44fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
45fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }45fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
46fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }46fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
47fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }47fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
48fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }48fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
49fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }49fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
5050
51pallet-common = { default-features = false, path = "../../pallets/common" }51pallet-common = { default-features = false, path = "../../pallets/common" }
52up-common = { path = "../../primitives/common" }52up-common = { path = "../../primitives/common" }
modifiedpallets/app-promotion/Cargo.tomldiffbeforeafterboth
50codec = { default-features = false, features = [50codec = { default-features = false, features = [
51 'derive',51 'derive',
52], package = 'parity-scale-codec', version = '3.1.2' }52], package = 'parity-scale-codec', version = '3.1.2' }
53frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }53frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
54frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }54frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
55frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }55frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
56pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }56pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
57pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }57pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
58pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }58pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
59pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }59pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
60sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }60sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
61sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }61sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
62sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }62sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
63sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }63sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
64serde = { default-features = false, features = ['derive'], version = '1.0.130' }64serde = { default-features = false, features = ['derive'], version = '1.0.130' }
6565
66################################################################################66################################################################################
modifiedpallets/common/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
20fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }20fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
22pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }22pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
23evm-coder = { default-features = false, path = '../../crates/evm-coder' }23evm-coder = { default-features = false, path = '../../crates/evm-coder' }
24ethereum = { version = "0.12.0", default-features = false }24ethereum = { version = "0.14.0", default-features = false }
25pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }25pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
2626
27serde = { version = "1.0.130", default-features = false }27serde = { version = "1.0.130", default-features = false }
28scale-info = { version = "2.0.1", default-features = false, features = [28scale-info = { version = "2.0.1", default-features = false, features = [
modifiedpallets/configuration/Cargo.tomldiffbeforeafterboth
10scale-info = { version = "2.0.1", default-features = false, features = [10scale-info = { version = "2.0.1", default-features = false, features = [
11 "derive",11 "derive",
12] }12] }
13frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }13frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
14frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
15sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
16sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
17sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
18sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
19fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }19fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
20smallvec = "1.6.1"20smallvec = "1.6.1"
21xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.30" }21xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.30" }
2222
modifiedpallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth
8scale-info = { version = "2.0.1", default-features = false, features = [8scale-info = { version = "2.0.1", default-features = false, features = [
9 "derive",9 "derive",
10] }10] }
11sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }11sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
12sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }12sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
13ethereum = { version = "0.12.0", default-features = false }13ethereum = { version = "0.14.0", default-features = false }
14evm-coder = { default-features = false, path = "../../crates/evm-coder" }14evm-coder = { default-features = false, path = "../../crates/evm-coder" }
15pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }15pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
16pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }16pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
17frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
18frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
20up-data-structs = { default-features = false, path = "../../primitives/data-structs" }20up-data-structs = { default-features = false, path = "../../primitives/data-structs" }
2121
22[dependencies.codec]22[dependencies.codec]
modifiedpallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth
9 "derive",9 "derive",
10] }10] }
11log = { default-features = false, version = "0.4.14" }11log = { default-features = false, version = "0.4.14" }
12ethereum = { version = "0.12.0", default-features = false }12ethereum = { version = "0.14.0", default-features = false }
1313
14# Substrate14# Substrate
15frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
16frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
17sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
18sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
19sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }19sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
2020
21# Unique21# Unique
22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
23fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }23fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
24up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.30" }24up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33" }
2525
26# Locals26# Locals
27evm-coder = { default-features = false, path = '../../crates/evm-coder' }27evm-coder = { default-features = false, path = '../../crates/evm-coder' }
modifiedpallets/evm-migration/Cargo.tomldiffbeforeafterboth
8scale-info = { version = "2.0.1", default-features = false, features = [8scale-info = { version = "2.0.1", default-features = false, features = [
9 "derive",9 "derive",
10] }10] }
11ethereum = { version = "0.12.0", default-features = false }11ethereum = { version = "0.14.0", default-features = false }
12frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }12frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
13frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }13frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
14frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
15sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
16sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
17sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
20fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }20fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
2121
22[dependencies.codec]22[dependencies.codec]
23default-features = false23default-features = false
modifiedpallets/evm-transaction-payment/Cargo.tomldiffbeforeafterboth
8scale-info = { version = "2.0.1", default-features = false, features = [8scale-info = { version = "2.0.1", default-features = false, features = [
9 "derive",9 "derive",
10] }10] }
11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
13sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }13sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
15sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
16sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
18fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }18fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
19pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }19pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
20up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.30" }20up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33" }
21fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }21fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
2222
23[dependencies.codec]23[dependencies.codec]
24default-features = false24default-features = false
modifiedpallets/foreign-assets/Cargo.tomldiffbeforeafterboth
13 "derive",13 "derive",
14] }14] }
15codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }15codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }
16sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30", default-features = false }16sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }
17sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30", default-features = false }17sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }
18frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30", default-features = false }18frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }
19frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30", default-features = false }19frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }
20up-data-structs = { default-features = false, path = '../../primitives/data-structs' }20up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
21pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30", default-features = false }21pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33", default-features = false }
22pallet-common = { default-features = false, path = '../common' }22pallet-common = { default-features = false, path = '../common' }
23pallet-fungible = { default-features = false, path = '../fungible' }23pallet-fungible = { default-features = false, path = '../fungible' }
24xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.30", default-features = false }24xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.33", default-features = false }
25xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.30", default-features = false }25xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.33", default-features = false }
26xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.30", default-features = false }26xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.33", default-features = false }
27orml-tokens.workspace = true27orml-tokens.workspace = true
28frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }28frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
2929
30[dev-dependencies]30[dev-dependencies]
31serde_json = "1.0.68"31serde_json = "1.0.68"
32hex = { version = "0.4" }32hex = { version = "0.4" }
33sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }33sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
34sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }34sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
35pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }35pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
36pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }36pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
3737
38[features]38[features]
39default = ["std"]39default = ["std"]
modifiedpallets/fungible/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
19pallet-common = { default-features = false, path = '../common' }19pallet-common = { default-features = false, path = '../common' }
20pallet-structure = { default-features = false, path = '../structure' }20pallet-structure = { default-features = false, path = '../structure' }
21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
22evm-coder = { default-features = false, path = '../../crates/evm-coder' }22evm-coder = { default-features = false, path = '../../crates/evm-coder' }
23pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }23pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }
24ethereum = { version = "0.12.0", default-features = false }24ethereum = { version = "0.14.0", default-features = false }
25frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }25frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
26pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }26pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
27scale-info = { version = "2.0.1", default-features = false, features = [27scale-info = { version = "2.0.1", default-features = false, features = [
28 "derive",28 "derive",
29] }29] }
modifiedpallets/inflation/Cargo.tomldiffbeforeafterboth
44default-features = false44default-features = false
45optional = true45optional = true
46git = "https://github.com/paritytech/substrate"46git = "https://github.com/paritytech/substrate"
47branch = "polkadot-v0.9.30"47branch = "polkadot-v0.9.33"
4848
49[dependencies.frame-support]49[dependencies.frame-support]
50default-features = false50default-features = false
51git = "https://github.com/paritytech/substrate"51git = "https://github.com/paritytech/substrate"
52branch = "polkadot-v0.9.30"52branch = "polkadot-v0.9.33"
5353
54[dependencies.frame-system]54[dependencies.frame-system]
55default-features = false55default-features = false
56git = "https://github.com/paritytech/substrate"56git = "https://github.com/paritytech/substrate"
57branch = "polkadot-v0.9.30"57branch = "polkadot-v0.9.33"
5858
59[dependencies.pallet-balances]59[dependencies.pallet-balances]
60default-features = false60default-features = false
61git = "https://github.com/paritytech/substrate"61git = "https://github.com/paritytech/substrate"
62branch = "polkadot-v0.9.30"62branch = "polkadot-v0.9.33"
6363
64[dependencies.pallet-timestamp]64[dependencies.pallet-timestamp]
65default-features = false65default-features = false
66git = "https://github.com/paritytech/substrate"66git = "https://github.com/paritytech/substrate"
67branch = "polkadot-v0.9.30"67branch = "polkadot-v0.9.33"
6868
69[dependencies.pallet-randomness-collective-flip]69[dependencies.pallet-randomness-collective-flip]
70default-features = false70default-features = false
71git = "https://github.com/paritytech/substrate"71git = "https://github.com/paritytech/substrate"
72branch = "polkadot-v0.9.30"72branch = "polkadot-v0.9.33"
7373
74[dependencies.sp-std]74[dependencies.sp-std]
75default-features = false75default-features = false
76git = "https://github.com/paritytech/substrate"76git = "https://github.com/paritytech/substrate"
77branch = "polkadot-v0.9.30"77branch = "polkadot-v0.9.33"
7878
79[dependencies.serde]79[dependencies.serde]
80default-features = false80default-features = false
84[dependencies.sp-runtime]84[dependencies.sp-runtime]
85default-features = false85default-features = false
86git = "https://github.com/paritytech/substrate"86git = "https://github.com/paritytech/substrate"
87branch = "polkadot-v0.9.30"87branch = "polkadot-v0.9.33"
8888
89[dependencies.sp-core]89[dependencies.sp-core]
90default-features = false90default-features = false
91git = "https://github.com/paritytech/substrate"91git = "https://github.com/paritytech/substrate"
92branch = "polkadot-v0.9.30"92branch = "polkadot-v0.9.33"
9393
94[dependencies.sp-io]94[dependencies.sp-io]
95default-features = false95default-features = false
96git = "https://github.com/paritytech/substrate"96git = "https://github.com/paritytech/substrate"
97branch = "polkadot-v0.9.30"97branch = "polkadot-v0.9.33"
9898
99[dependencies]99[dependencies]
100scale-info = { version = "2.0.1", default-features = false, features = [100scale-info = { version = "2.0.1", default-features = false, features = [
modifiedpallets/maintenance/Cargo.tomldiffbeforeafterboth
12[dependencies]12[dependencies]
13codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }13codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
14scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }14scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
15frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
16frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
17frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
18sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
1919
20[features]20[features]
21default = ["std"]21default = ["std"]
modifiedpallets/nonfungible/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
20pallet-common = { default-features = false, path = '../common' }20pallet-common = { default-features = false, path = '../common' }
21pallet-structure = { default-features = false, path = '../structure' }21pallet-structure = { default-features = false, path = '../structure' }
22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
23evm-coder = { default-features = false, path = '../../crates/evm-coder' }23evm-coder = { default-features = false, path = '../../crates/evm-coder' }
24pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }24pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }
25ethereum = { version = "0.12.0", default-features = false }25ethereum = { version = "0.14.0", default-features = false }
26frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }26frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
27scale-info = { version = "2.0.1", default-features = false, features = [27scale-info = { version = "2.0.1", default-features = false, features = [
28 "derive",28 "derive",
29] }29] }
modifiedpallets/nonfungible/src/benchmarking.rsdiffbeforeafterboth
225225
226 set_allowance_for_all {226 set_allowance_for_all {
227 bench_init!{227 bench_init!{
228 owner: sub; collection: collection(owner);228 owner: sub; collection: collection(owner); owner: cross_from_sub;
229 operator: cross_sub(owner); owner: cross_sub;229 operator: cross_sub;
230 };230 };
231 }: {<Pallet<T>>::set_allowance_for_all(&collection, &owner, &operator, true)}231 }: {<Pallet<T>>::set_allowance_for_all(&collection, &owner, &operator, true)}
232232
233 allowance_for_all {233 allowance_for_all {
234 bench_init!{234 bench_init!{
235 owner: sub; collection: collection(owner);235 owner: sub; collection: collection(owner); owner: cross_from_sub;
236 operator: cross_sub(owner); owner: cross_sub;236 operator: cross_sub;
237 };237 };
238 }: {<Pallet<T>>::allowance_for_all(&collection, &owner, &operator)}238 }: {<Pallet<T>>::allowance_for_all(&collection, &owner, &operator)}
239}239}
modifiedpallets/proxy-rmrk-core/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
19pallet-common = { default-features = false, path = '../common' }19pallet-common = { default-features = false, path = '../common' }
20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
21pallet-structure = { default-features = false, path = "../../pallets/structure" }21pallet-structure = { default-features = false, path = "../../pallets/structure" }
22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
23pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }23pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
24frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }24frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
25rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }25rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }
26scale-info = { version = "2.0.1", default-features = false, features = [26scale-info = { version = "2.0.1", default-features = false, features = [
27 "derive",27 "derive",
modifiedpallets/proxy-rmrk-equip/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
19pallet-common = { default-features = false, path = '../common' }19pallet-common = { default-features = false, path = '../common' }
20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
23frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }23frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
24rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }24rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }
25scale-info = { version = "2.0.1", default-features = false, features = [25scale-info = { version = "2.0.1", default-features = false, features = [
26 "derive",26 "derive",
modifiedpallets/refungible/Cargo.tomldiffbeforeafterboth
11version = '3.1.2'11version = '3.1.2'
1212
13[dependencies]13[dependencies]
14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
20evm-coder = { default-features = false, path = '../../crates/evm-coder' }20evm-coder = { default-features = false, path = '../../crates/evm-coder' }
21pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }21pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
22pallet-common = { default-features = false, path = '../common' }22pallet-common = { default-features = false, path = '../common' }
23pallet-structure = { default-features = false, path = '../structure' }23pallet-structure = { default-features = false, path = '../structure' }
24frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }24frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
2525
26struct-versioning = { path = "../../crates/struct-versioning" }26struct-versioning = { path = "../../crates/struct-versioning" }
27up-data-structs = { default-features = false, path = '../../primitives/data-structs' }27up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
28ethereum = { version = "0.12.0", default-features = false }28ethereum = { version = "0.14.0", default-features = false }
29scale-info = { version = "2.0.1", default-features = false, features = [29scale-info = { version = "2.0.1", default-features = false, features = [
30 "derive",30 "derive",
31] }31] }
modifiedpallets/refungible/src/benchmarking.rsdiffbeforeafterboth
293293
294 set_allowance_for_all {294 set_allowance_for_all {
295 bench_init!{295 bench_init!{
296 owner: sub; collection: collection(owner);296 owner: sub; collection: collection(owner); owner: cross_from_sub;
297 operator: cross_sub(owner); owner: cross_sub;297 operator: cross_sub;
298 };298 };
299 }: {<Pallet<T>>::set_allowance_for_all(&collection, &owner, &operator, true)}299 }: {<Pallet<T>>::set_allowance_for_all(&collection, &owner, &operator, true)}
300300
301 allowance_for_all {301 allowance_for_all {
302 bench_init!{302 bench_init!{
303 owner: sub; collection: collection(owner);303 owner: sub; collection: collection(owner); owner: cross_from_sub;
304 operator: cross_sub(owner); owner: cross_sub;304 operator: cross_sub;
305 };305 };
306 }: {<Pallet<T>>::allowance_for_all(&collection, &owner, &operator)}306 }: {<Pallet<T>>::allowance_for_all(&collection, &owner, &operator)}
307}307}
modifiedpallets/scheduler-v2/Cargo.tomldiffbeforeafterboth
13codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }13codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
14log = { version = "0.4.17", default-features = false }14log = { version = "0.4.17", default-features = false }
15scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }15scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
16frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
17frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
18frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }18frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
19sp-io = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }19sp-io = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
20sp-runtime = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }20sp-runtime = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
21sp-std = { version = "4.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }21sp-std = { version = "4.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
22sp-core = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }22sp-core = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
2323
24[dev-dependencies]24[dev-dependencies]
25pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }25pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
26sp-core = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }26sp-core = { version = "6.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
27substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }27substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
2828
29[features]29[features]
30default = ["std"]30default = ["std"]
modifiedpallets/scheduler-v2/src/mock.rsdiffbeforeafterboth
133parameter_types! {133parameter_types! {
134 pub BlockWeights: frame_system::limits::BlockWeights =134 pub BlockWeights: frame_system::limits::BlockWeights =
135 frame_system::limits::BlockWeights::simple_max(135 frame_system::limits::BlockWeights::simple_max(
136 Weight::from_ref_time(2_000_000_000_000)136 Weight::from_ref_time(2_000_000_000_000).set_proof_size(u64::MAX)
137 // .set_proof_size(u64::MAX),
138 );137 );
139}138}
140impl system::Config for Test {139impl system::Config for Test {
modifiedpallets/structure/Cargo.tomldiffbeforeafterboth
4edition = "2021"4edition = "2021"
55
6[dependencies]6[dependencies]
7frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }7frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
8frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }8frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
9frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }9frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
10sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }10sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
11pallet-common = { path = "../common", default-features = false }11pallet-common = { path = "../common", default-features = false }
12parity-scale-codec = { version = "3.1.2", default-features = false, features = [12parity-scale-codec = { version = "3.1.2", default-features = false, features = [
13 "derive",13 "derive",
16 "derive",16 "derive",
17] }17] }
18up-data-structs = { path = "../../primitives/data-structs", default-features = false }18up-data-structs = { path = "../../primitives/data-structs", default-features = false }
19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
2020
21[features]21[features]
22default = ["std"]22default = ["std"]
modifiedpallets/unique/Cargo.tomldiffbeforeafterboth
61default-features = false61default-features = false
62optional = true62optional = true
63git = "https://github.com/paritytech/substrate"63git = "https://github.com/paritytech/substrate"
64branch = "polkadot-v0.9.30"64branch = "polkadot-v0.9.33"
6565
66[dependencies.frame-support]66[dependencies.frame-support]
67default-features = false67default-features = false
68git = "https://github.com/paritytech/substrate"68git = "https://github.com/paritytech/substrate"
69branch = "polkadot-v0.9.30"69branch = "polkadot-v0.9.33"
7070
71[dependencies.frame-system]71[dependencies.frame-system]
72default-features = false72default-features = false
73git = "https://github.com/paritytech/substrate"73git = "https://github.com/paritytech/substrate"
74branch = "polkadot-v0.9.30"74branch = "polkadot-v0.9.33"
7575
76[dependencies.sp-std]76[dependencies.sp-std]
77default-features = false77default-features = false
78git = "https://github.com/paritytech/substrate"78git = "https://github.com/paritytech/substrate"
79branch = "polkadot-v0.9.30"79branch = "polkadot-v0.9.33"
8080
81[dependencies.sp-runtime]81[dependencies.sp-runtime]
82default-features = false82default-features = false
83git = "https://github.com/paritytech/substrate"83git = "https://github.com/paritytech/substrate"
84branch = "polkadot-v0.9.30"84branch = "polkadot-v0.9.33"
8585
86[dependencies.sp-core]86[dependencies.sp-core]
87default-features = false87default-features = false
88git = "https://github.com/paritytech/substrate"88git = "https://github.com/paritytech/substrate"
89branch = "polkadot-v0.9.30"89branch = "polkadot-v0.9.33"
9090
91[dependencies.sp-io]91[dependencies.sp-io]
92default-features = false92default-features = false
93git = "https://github.com/paritytech/substrate"93git = "https://github.com/paritytech/substrate"
94branch = "polkadot-v0.9.30"94branch = "polkadot-v0.9.33"
9595
96################################################################################96################################################################################
97# Local Dependencies97# Local Dependencies
100scale-info = { version = "2.0.1", default-features = false, features = [100scale-info = { version = "2.0.1", default-features = false, features = [
101 "derive",101 "derive",
102] }102] }
103pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }103pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
104pallet-common = { default-features = false, path = "../common" }104pallet-common = { default-features = false, path = "../common" }
105evm-coder = { default-features = false, path = '../../crates/evm-coder' }105evm-coder = { default-features = false, path = '../../crates/evm-coder' }
106pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }106pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
modifiedprimitives/app_promotion_rpc/Cargo.tomldiffbeforeafterboth
10codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [10codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [
11 "derive",11 "derive",
12] }12] }
13sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }13sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
15sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
1818
19[features]19[features]
20default = ["std"]20default = ["std"]
modifiedprimitives/common/Cargo.tomldiffbeforeafterboth
6license = 'All Rights Reserved'6license = 'All Rights Reserved'
7name = 'up-common'7name = 'up-common'
8repository = 'https://github.com/UniqueNetwork/unique-chain'8repository = 'https://github.com/UniqueNetwork/unique-chain'
9version = "0.9.30"9version = "0.9.33"
1010
11[features]11[features]
12default = ['std']12default = ['std']
17 'sp-core/std',17 'sp-core/std',
18 'sp-consensus-aura/std',18 'sp-consensus-aura/std',
19 'fp-rpc/std',19 'fp-rpc/std',
20 'cumulus-primitives-core/std',
20 'pallet-evm/std',21 'pallet-evm/std',
21]22]
2223
23[dependencies.sp-std]24[dependencies.sp-std]
24default-features = false25default-features = false
25git = "https://github.com/paritytech/substrate"26git = "https://github.com/paritytech/substrate"
26branch = "polkadot-v0.9.30"27branch = "polkadot-v0.9.33"
2728
28[dependencies.frame-support]29[dependencies.frame-support]
29default-features = false30default-features = false
30git = "https://github.com/paritytech/substrate"31git = "https://github.com/paritytech/substrate"
31branch = "polkadot-v0.9.30"32branch = "polkadot-v0.9.33"
3233
33[dependencies.sp-runtime]34[dependencies.sp-runtime]
34default-features = false35default-features = false
35git = "https://github.com/paritytech/substrate"36git = "https://github.com/paritytech/substrate"
36branch = "polkadot-v0.9.30"37branch = "polkadot-v0.9.33"
3738
38[dependencies.sp-core]39[dependencies.sp-core]
39default-features = false40default-features = false
40git = "https://github.com/paritytech/substrate"41git = "https://github.com/paritytech/substrate"
41branch = "polkadot-v0.9.30"42branch = "polkadot-v0.9.33"
4243
43[dependencies.sp-consensus-aura]44[dependencies.sp-consensus-aura]
44default-features = false45default-features = false
45git = "https://github.com/paritytech/substrate"46git = "https://github.com/paritytech/substrate"
46branch = "polkadot-v0.9.30"47branch = "polkadot-v0.9.33"
4748
48[dependencies.fp-rpc]49[dependencies.fp-rpc]
49default-features = false50default-features = false
50git = "https://github.com/uniquenetwork/frontier"51git = "https://github.com/uniquenetwork/frontier"
51branch = "unique-polkadot-v0.9.30-2"52branch = "unique-polkadot-v0.9.33"
53
54[dependencies.cumulus-primitives-core]
55default-features = false
56git = "https://github.com/paritytech/cumulus"
57branch = "polkadot-v0.9.33"
5258
53[dependencies.pallet-evm]59[dependencies.pallet-evm]
54default-features = false60default-features = false
55git = "https://github.com/uniquenetwork/frontier"61git = "https://github.com/uniquenetwork/frontier"
56branch = "unique-polkadot-v0.9.30-2"62branch = "unique-polkadot-v0.9.33"
5763
modifiedprimitives/common/src/constants.rsdiffbeforeafterboth
19 parameter_types,19 parameter_types,
20 weights::{Weight, constants::WEIGHT_PER_SECOND},20 weights::{Weight, constants::WEIGHT_PER_SECOND},
21};21};
22use cumulus_primitives_core::relay_chain::v2::MAX_POV_SIZE;
22use crate::types::{BlockNumber, Balance};23use crate::types::{BlockNumber, Balance};
2324
24pub const MILLISECS_PER_BLOCK: u64 = 12000;25pub const MILLISECS_PER_BLOCK: u64 = 12000;
42pub const UNIQUE: Balance = 100 * CENTIUNIQUE;43pub const UNIQUE: Balance = 100 * CENTIUNIQUE;
4344
44// Targeting 0.1 UNQ per transfer45// Targeting 0.1 UNQ per transfer
45pub const WEIGHT_TO_FEE_COEFF: u32 = /*<weight2fee>*/207_163_598/*</weight2fee>*/;46pub const WEIGHT_TO_FEE_COEFF: u32 = /*<weight2fee>*/175_199_920/*</weight2fee>*/;
4647
47// Targeting 0.15 UNQ per transfer via ETH48// Targeting 0.15 UNQ per transfer via ETH
48pub const MIN_GAS_PRICE: u64 = /*<mingasprice>*/1_019_483_274_941/*</mingasprice>*/;49pub const MIN_GAS_PRICE: u64 = /*<mingasprice>*/1_014_919_410_810/*</mingasprice>*/;
4950
50/// We assume that ~10% of the block weight is consumed by `on_initalize` handlers.51/// We assume that ~10% of the block weight is consumed by `on_initalize` handlers.
51/// This is used to limit the maximal weight of a single extrinsic.52/// This is used to limit the maximal weight of a single extrinsic.
56/// We allow for 2 seconds of compute with a 6 second average block time.57/// We allow for 2 seconds of compute with a 6 second average block time.
57pub const MAXIMUM_BLOCK_WEIGHT: Weight = WEIGHT_PER_SECOND.saturating_div(2);58pub const MAXIMUM_BLOCK_WEIGHT: Weight = WEIGHT_PER_SECOND
59 .saturating_div(2)
60 .set_proof_size(MAX_POV_SIZE as u64);
5861
59parameter_types! {62parameter_types! {
60 pub const TransactionByteFee: Balance = 501 * MICROUNIQUE;63 pub const TransactionByteFee: Balance = 501 * MICROUNIQUE;
modifiedprimitives/data-structs/Cargo.tomldiffbeforeafterboth
18serde = { version = "1.0.130", features = [18serde = { version = "1.0.130", features = [
19 'derive',19 'derive',
20], default-features = false, optional = true }20], default-features = false, optional = true }
21frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }21frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
22frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }22frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
23sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }23sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
24sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }24sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
25sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }25sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
26derivative = { version = "2.2.0", features = ["use_core"] }26derivative = { version = "2.2.0", features = ["use_core"] }
27struct-versioning = { path = "../../crates/struct-versioning" }27struct-versioning = { path = "../../crates/struct-versioning" }
28pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }28pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
29rmrk-traits = { default-features = false, path = "../rmrk-traits" }29rmrk-traits = { default-features = false, path = "../rmrk-traits" }
30bondrewd = { version = "0.1.14", features = [30bondrewd = { version = "0.1.14", features = [
31 "derive",31 "derive",
modifiedprimitives/rmrk-rpc/Cargo.tomldiffbeforeafterboth
8codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = [8codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = [
9 "derive",9 "derive",
10] }10] }
11sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }11sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
12sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }12sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
13sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }13sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
14sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
15serde = { version = "1.0.130", default-features = false, features = ["derive"] }15serde = { version = "1.0.130", default-features = false, features = ["derive"] }
16rmrk-traits = { default-features = false, path = "../rmrk-traits" }16rmrk-traits = { default-features = false, path = "../rmrk-traits" }
1717
modifiedprimitives/rpc/Cargo.tomldiffbeforeafterboth
10codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [10codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [
11 "derive",11 "derive",
12] }12] }
13sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }13sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
15sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
1818
19[features]19[features]
20default = ["std"]20default = ["std"]
modifiedruntime/common/config/orml.rsdiffbeforeafterboth
95 }95 }
96}96}
97
98pub struct CurrencyHooks;
99impl orml_traits::currency::MutationHooks<AccountId, CurrencyId, Balance> for CurrencyHooks {
100 type OnDust = orml_tokens::TransferDust<Runtime, TreasuryAccountId>;
101 type OnSlash = ();
102 type PreTransfer = ();
103 type PostTransfer = ();
104 type PreDeposit = ();
105 type PostDeposit = ();
106 type OnNewTokenAccount = ();
107 type OnKilledTokenAccount = ();
108}
97109
98impl orml_vesting::Config for Runtime {110impl orml_vesting::Config for Runtime {
99 type RuntimeEvent = RuntimeEvent;111 type RuntimeEvent = RuntimeEvent;
112 type CurrencyId = CurrencyId;124 type CurrencyId = CurrencyId;
113 type WeightInfo = ();125 type WeightInfo = ();
114 type ExistentialDeposits = ExistentialDeposits;126 type ExistentialDeposits = ExistentialDeposits;
115 type OnDust = orml_tokens::TransferDust<Runtime, TreasuryAccountId>;127 type CurrencyHooks = CurrencyHooks;
116 type OnSlash = ();
117 type OnTransfer = ();
118 type OnDeposit = ();
119 type MaxLocks = MaxLocks;128 type MaxLocks = MaxLocks;
120 type MaxReserves = MaxReserves;129 type MaxReserves = MaxReserves;
121 // TODO: Add all module accounts130 // TODO: Add all module accounts
122 type DustRemovalWhitelist = DustRemovalWhitelist;131 type DustRemovalWhitelist = DustRemovalWhitelist;
123 /// The id type for named reserves.132 /// The id type for named reserves.
124 type ReserveIdentifier = ();133 type ReserveIdentifier = ();
125 type OnNewTokenAccount = ();
126 type OnKilledTokenAccount = ();
127}134}
128135
129impl orml_xtokens::Config for Runtime {136impl orml_xtokens::Config for Runtime {
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
12license = 'GPLv3'12license = 'GPLv3'
13name = 'opal-runtime'13name = 'opal-runtime'
14repository = 'https://github.com/UniqueNetwork/unique-chain'14repository = 'https://github.com/UniqueNetwork/unique-chain'
15version = "0.9.30"15version = "0.9.33"
1616
17[package.metadata.docs.rs]17[package.metadata.docs.rs]
18targets = ['x86_64-unknown-linux-gnu']18targets = ['x86_64-unknown-linux-gnu']
49]49]
50try-runtime = [50try-runtime = [
51 'frame-try-runtime',51 'frame-try-runtime',
52 'frame-try-runtime?/try-runtime',
52 'frame-executive/try-runtime',53 'frame-executive/try-runtime',
53 'frame-support/try-runtime',54 'frame-support/try-runtime',
54 'frame-system/try-runtime',55 'frame-system/try-runtime',
83 'pallet-app-promotion/try-runtime',84 'pallet-app-promotion/try-runtime',
84 'pallet-foreign-assets/try-runtime',85 'pallet-foreign-assets/try-runtime',
85 'pallet-ethereum/try-runtime',86 'pallet-ethereum/try-runtime',
87 'pallet-evm/try-runtime',
86 'pallet-evm-coder-substrate/try-runtime',88 'pallet-evm-coder-substrate/try-runtime',
87 'pallet-evm-contract-helpers/try-runtime',89 'pallet-evm-contract-helpers/try-runtime',
88 'pallet-evm-transaction-payment/try-runtime',90 'pallet-evm-transaction-payment/try-runtime',
89 'pallet-evm-migration/try-runtime',91 'pallet-evm-migration/try-runtime',
92 'pallet-base-fee/try-runtime',
93 'pallet-unique-scheduler-v2/try-runtime',
90 'pallet-maintenance/try-runtime',94 'pallet-maintenance/try-runtime',
91 'pallet-test-utils?/try-runtime',95 'pallet-test-utils?/try-runtime',
92]96]
202default-features = false206default-features = false
203git = "https://github.com/paritytech/substrate"207git = "https://github.com/paritytech/substrate"
204optional = true208optional = true
205branch = "polkadot-v0.9.30"209branch = "polkadot-v0.9.33"
206210
207[dependencies.frame-try-runtime]211[dependencies.frame-try-runtime]
208default-features = false212default-features = false
209git = "https://github.com/paritytech/substrate"213git = "https://github.com/paritytech/substrate"
210optional = true214optional = true
211branch = "polkadot-v0.9.30"215branch = "polkadot-v0.9.33"
212216
213[dependencies.frame-executive]217[dependencies.frame-executive]
214default-features = false218default-features = false
215git = "https://github.com/paritytech/substrate"219git = "https://github.com/paritytech/substrate"
216branch = "polkadot-v0.9.30"220branch = "polkadot-v0.9.33"
217221
218[dependencies.frame-support]222[dependencies.frame-support]
219default-features = false223default-features = false
220git = "https://github.com/paritytech/substrate"224git = "https://github.com/paritytech/substrate"
221branch = "polkadot-v0.9.30"225branch = "polkadot-v0.9.33"
222226
223[dependencies.frame-system]227[dependencies.frame-system]
224default-features = false228default-features = false
225git = "https://github.com/paritytech/substrate"229git = "https://github.com/paritytech/substrate"
226branch = "polkadot-v0.9.30"230branch = "polkadot-v0.9.33"
227231
228[dependencies.frame-system-benchmarking]232[dependencies.frame-system-benchmarking]
229default-features = false233default-features = false
230git = "https://github.com/paritytech/substrate"234git = "https://github.com/paritytech/substrate"
231optional = true235optional = true
232branch = "polkadot-v0.9.30"236branch = "polkadot-v0.9.33"
233237
234[dependencies.frame-system-rpc-runtime-api]238[dependencies.frame-system-rpc-runtime-api]
235default-features = false239default-features = false
236git = "https://github.com/paritytech/substrate"240git = "https://github.com/paritytech/substrate"
237branch = "polkadot-v0.9.30"241branch = "polkadot-v0.9.33"
238242
239[dependencies.hex-literal]243[dependencies.hex-literal]
240optional = true244optional = true
249[dependencies.pallet-aura]253[dependencies.pallet-aura]
250default-features = false254default-features = false
251git = "https://github.com/paritytech/substrate"255git = "https://github.com/paritytech/substrate"
252branch = "polkadot-v0.9.30"256branch = "polkadot-v0.9.33"
253257
254[dependencies.pallet-balances]258[dependencies.pallet-balances]
255default-features = false259default-features = false
256git = "https://github.com/paritytech/substrate"260git = "https://github.com/paritytech/substrate"
257branch = "polkadot-v0.9.30"261branch = "polkadot-v0.9.33"
258262
259# Contracts specific packages263# Contracts specific packages
260# [dependencies.pallet-contracts]264# [dependencies.pallet-contracts]
278[dependencies.pallet-randomness-collective-flip]282[dependencies.pallet-randomness-collective-flip]
279default-features = false283default-features = false
280git = "https://github.com/paritytech/substrate"284git = "https://github.com/paritytech/substrate"
281branch = "polkadot-v0.9.30"285branch = "polkadot-v0.9.33"
282286
283[dependencies.pallet-sudo]287[dependencies.pallet-sudo]
284default-features = false288default-features = false
285git = "https://github.com/paritytech/substrate"289git = "https://github.com/paritytech/substrate"
286branch = "polkadot-v0.9.30"290branch = "polkadot-v0.9.33"
287291
288[dependencies.pallet-timestamp]292[dependencies.pallet-timestamp]
289default-features = false293default-features = false
290git = "https://github.com/paritytech/substrate"294git = "https://github.com/paritytech/substrate"
291branch = "polkadot-v0.9.30"295branch = "polkadot-v0.9.33"
292296
293[dependencies.pallet-transaction-payment]297[dependencies.pallet-transaction-payment]
294default-features = false298default-features = false
295git = "https://github.com/paritytech/substrate"299git = "https://github.com/paritytech/substrate"
296branch = "polkadot-v0.9.30"300branch = "polkadot-v0.9.33"
297301
298[dependencies.pallet-transaction-payment-rpc-runtime-api]302[dependencies.pallet-transaction-payment-rpc-runtime-api]
299default-features = false303default-features = false
300git = "https://github.com/paritytech/substrate"304git = "https://github.com/paritytech/substrate"
301branch = "polkadot-v0.9.30"305branch = "polkadot-v0.9.33"
302306
303[dependencies.pallet-treasury]307[dependencies.pallet-treasury]
304default-features = false308default-features = false
305git = "https://github.com/paritytech/substrate"309git = "https://github.com/paritytech/substrate"
306branch = "polkadot-v0.9.30"310branch = "polkadot-v0.9.33"
307311
308[dependencies.sp-arithmetic]312[dependencies.sp-arithmetic]
309default-features = false313default-features = false
310git = "https://github.com/paritytech/substrate"314git = "https://github.com/paritytech/substrate"
311branch = "polkadot-v0.9.30"315branch = "polkadot-v0.9.33"
312316
313[dependencies.sp-api]317[dependencies.sp-api]
314default-features = false318default-features = false
315git = "https://github.com/paritytech/substrate"319git = "https://github.com/paritytech/substrate"
316branch = "polkadot-v0.9.30"320branch = "polkadot-v0.9.33"
317321
318[dependencies.sp-block-builder]322[dependencies.sp-block-builder]
319default-features = false323default-features = false
320git = "https://github.com/paritytech/substrate"324git = "https://github.com/paritytech/substrate"
321branch = "polkadot-v0.9.30"325branch = "polkadot-v0.9.33"
322326
323[dependencies.sp-core]327[dependencies.sp-core]
324default-features = false328default-features = false
325git = "https://github.com/paritytech/substrate"329git = "https://github.com/paritytech/substrate"
326branch = "polkadot-v0.9.30"330branch = "polkadot-v0.9.33"
327331
328[dependencies.sp-consensus-aura]332[dependencies.sp-consensus-aura]
329default-features = false333default-features = false
330git = "https://github.com/paritytech/substrate"334git = "https://github.com/paritytech/substrate"
331branch = "polkadot-v0.9.30"335branch = "polkadot-v0.9.33"
332336
333[dependencies.sp-inherents]337[dependencies.sp-inherents]
334default-features = false338default-features = false
335git = "https://github.com/paritytech/substrate"339git = "https://github.com/paritytech/substrate"
336branch = "polkadot-v0.9.30"340branch = "polkadot-v0.9.33"
337341
338[dependencies.sp-io]342[dependencies.sp-io]
339default-features = false343default-features = false
340git = "https://github.com/paritytech/substrate"344git = "https://github.com/paritytech/substrate"
341branch = "polkadot-v0.9.30"345branch = "polkadot-v0.9.33"
342346
343[dependencies.sp-offchain]347[dependencies.sp-offchain]
344default-features = false348default-features = false
345git = "https://github.com/paritytech/substrate"349git = "https://github.com/paritytech/substrate"
346branch = "polkadot-v0.9.30"350branch = "polkadot-v0.9.33"
347351
348[dependencies.sp-runtime]352[dependencies.sp-runtime]
349default-features = false353default-features = false
350git = "https://github.com/paritytech/substrate"354git = "https://github.com/paritytech/substrate"
351branch = "polkadot-v0.9.30"355branch = "polkadot-v0.9.33"
352356
353[dependencies.sp-session]357[dependencies.sp-session]
354default-features = false358default-features = false
355git = "https://github.com/paritytech/substrate"359git = "https://github.com/paritytech/substrate"
356branch = "polkadot-v0.9.30"360branch = "polkadot-v0.9.33"
357361
358[dependencies.sp-std]362[dependencies.sp-std]
359default-features = false363default-features = false
360git = "https://github.com/paritytech/substrate"364git = "https://github.com/paritytech/substrate"
361branch = "polkadot-v0.9.30"365branch = "polkadot-v0.9.33"
362366
363[dependencies.sp-transaction-pool]367[dependencies.sp-transaction-pool]
364default-features = false368default-features = false
365git = "https://github.com/paritytech/substrate"369git = "https://github.com/paritytech/substrate"
366branch = "polkadot-v0.9.30"370branch = "polkadot-v0.9.33"
367371
368[dependencies.sp-version]372[dependencies.sp-version]
369default-features = false373default-features = false
370git = "https://github.com/paritytech/substrate"374git = "https://github.com/paritytech/substrate"
371branch = "polkadot-v0.9.30"375branch = "polkadot-v0.9.33"
372376
373[dependencies.smallvec]377[dependencies.smallvec]
374version = '1.6.1'378version = '1.6.1'
379[dependencies.parachain-info]383[dependencies.parachain-info]
380default-features = false384default-features = false
381git = "https://github.com/paritytech/cumulus"385git = "https://github.com/paritytech/cumulus"
382branch = "polkadot-v0.9.30"386branch = "polkadot-v0.9.33"
383387
384[dependencies.cumulus-pallet-aura-ext]388[dependencies.cumulus-pallet-aura-ext]
385git = "https://github.com/paritytech/cumulus"389git = "https://github.com/paritytech/cumulus"
386branch = "polkadot-v0.9.30"390branch = "polkadot-v0.9.33"
387default-features = false391default-features = false
388392
389[dependencies.cumulus-pallet-parachain-system]393[dependencies.cumulus-pallet-parachain-system]
390git = "https://github.com/paritytech/cumulus"394git = "https://github.com/paritytech/cumulus"
391branch = "polkadot-v0.9.30"395branch = "polkadot-v0.9.33"
392default-features = false396default-features = false
393397
394[dependencies.cumulus-primitives-core]398[dependencies.cumulus-primitives-core]
395git = "https://github.com/paritytech/cumulus"399git = "https://github.com/paritytech/cumulus"
396branch = "polkadot-v0.9.30"400branch = "polkadot-v0.9.33"
397default-features = false401default-features = false
398402
399[dependencies.cumulus-pallet-xcm]403[dependencies.cumulus-pallet-xcm]
400git = "https://github.com/paritytech/cumulus"404git = "https://github.com/paritytech/cumulus"
401branch = "polkadot-v0.9.30"405branch = "polkadot-v0.9.33"
402default-features = false406default-features = false
403407
404[dependencies.cumulus-pallet-dmp-queue]408[dependencies.cumulus-pallet-dmp-queue]
405git = "https://github.com/paritytech/cumulus"409git = "https://github.com/paritytech/cumulus"
406branch = "polkadot-v0.9.30"410branch = "polkadot-v0.9.33"
407default-features = false411default-features = false
408412
409[dependencies.cumulus-pallet-xcmp-queue]413[dependencies.cumulus-pallet-xcmp-queue]
410git = "https://github.com/paritytech/cumulus"414git = "https://github.com/paritytech/cumulus"
411branch = "polkadot-v0.9.30"415branch = "polkadot-v0.9.33"
412default-features = false416default-features = false
413417
414[dependencies.cumulus-primitives-utility]418[dependencies.cumulus-primitives-utility]
415git = "https://github.com/paritytech/cumulus"419git = "https://github.com/paritytech/cumulus"
416branch = "polkadot-v0.9.30"420branch = "polkadot-v0.9.33"
417default-features = false421default-features = false
418422
419[dependencies.cumulus-primitives-timestamp]423[dependencies.cumulus-primitives-timestamp]
420git = "https://github.com/paritytech/cumulus"424git = "https://github.com/paritytech/cumulus"
421branch = "polkadot-v0.9.30"425branch = "polkadot-v0.9.33"
422default-features = false426default-features = false
423427
424################################################################################428################################################################################
425# Polkadot dependencies429# Polkadot dependencies
426430
427[dependencies.polkadot-parachain]431[dependencies.polkadot-parachain]
428git = "https://github.com/paritytech/polkadot"432git = "https://github.com/paritytech/polkadot"
429branch = "release-v0.9.30"433branch = "release-v0.9.33"
430default-features = false434default-features = false
431435
432[dependencies.xcm]436[dependencies.xcm]
433git = "https://github.com/paritytech/polkadot"437git = "https://github.com/paritytech/polkadot"
434branch = "release-v0.9.30"438branch = "release-v0.9.33"
435default-features = false439default-features = false
436440
437[dependencies.xcm-builder]441[dependencies.xcm-builder]
438git = "https://github.com/paritytech/polkadot"442git = "https://github.com/paritytech/polkadot"
439branch = "release-v0.9.30"443branch = "release-v0.9.33"
440default-features = false444default-features = false
441445
442[dependencies.xcm-executor]446[dependencies.xcm-executor]
443git = "https://github.com/paritytech/polkadot"447git = "https://github.com/paritytech/polkadot"
444branch = "release-v0.9.30"448branch = "release-v0.9.33"
445default-features = false449default-features = false
446450
447[dependencies.pallet-xcm]451[dependencies.pallet-xcm]
448git = "https://github.com/paritytech/polkadot"452git = "https://github.com/paritytech/polkadot"
449branch = "release-v0.9.30"453branch = "release-v0.9.33"
450default-features = false454default-features = false
451455
452################################################################################456################################################################################
468up-rpc = { path = "../../primitives/rpc", default-features = false }472up-rpc = { path = "../../primitives/rpc", default-features = false }
469app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }473app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }
470rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }474rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }
471fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }475fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
472pallet-inflation = { path = '../../pallets/inflation', default-features = false }476pallet-inflation = { path = '../../pallets/inflation', default-features = false }
473pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }477pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }
474up-data-structs = { path = '../../primitives/data-structs', default-features = false }478up-data-structs = { path = '../../primitives/data-structs', default-features = false }
480pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }484pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
481pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }485pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }
482pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }486pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
483pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.30", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }487pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
484pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }488pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }
485pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }489pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
486pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }490pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
487pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }491pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
488pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }492pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
489pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }493pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
490pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }494pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
491pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }495pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
492fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }496fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
493fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }497fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
494evm-coder = { default-features = false, path = '../../crates/evm-coder' }498evm-coder = { default-features = false, path = '../../crates/evm-coder' }
495up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.30' }499up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.33' }
496pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }500pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }
497pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }501pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }
498502
517521
518[build-dependencies.substrate-wasm-builder]522[build-dependencies.substrate-wasm-builder]
519git = "https://github.com/paritytech/substrate"523git = "https://github.com/paritytech/substrate"
520branch = "polkadot-v0.9.30"524branch = "polkadot-v0.9.33"
521525
modifiedruntime/opal/src/lib.rsdiffbeforeafterboth
57 spec_name: create_runtime_str!(RUNTIME_NAME),57 spec_name: create_runtime_str!(RUNTIME_NAME),
58 impl_name: create_runtime_str!(RUNTIME_NAME),58 impl_name: create_runtime_str!(RUNTIME_NAME),
59 authoring_version: 1,59 authoring_version: 1,
60 spec_version: 930032,60 spec_version: 933032,
61 impl_version: 0,61 impl_version: 0,
62 apis: RUNTIME_API_VERSIONS,62 apis: RUNTIME_API_VERSIONS,
63 transaction_version: 2,63 transaction_version: 2,
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
12license = 'GPLv3'12license = 'GPLv3'
13name = 'quartz-runtime'13name = 'quartz-runtime'
14repository = 'https://github.com/UniqueNetwork/unique-chain'14repository = 'https://github.com/UniqueNetwork/unique-chain'
15version = '0.9.30'15version = '0.9.33'
1616
17[package.metadata.docs.rs]17[package.metadata.docs.rs]
18targets = ['x86_64-unknown-linux-gnu']18targets = ['x86_64-unknown-linux-gnu']
186default-features = false186default-features = false
187git = "https://github.com/paritytech/substrate"187git = "https://github.com/paritytech/substrate"
188optional = true188optional = true
189branch = "polkadot-v0.9.30"189branch = "polkadot-v0.9.33"
190190
191[dependencies.frame-try-runtime]191[dependencies.frame-try-runtime]
192default-features = false192default-features = false
193git = "https://github.com/paritytech/substrate"193git = "https://github.com/paritytech/substrate"
194optional = true194optional = true
195branch = "polkadot-v0.9.30"195branch = "polkadot-v0.9.33"
196196
197[dependencies.frame-executive]197[dependencies.frame-executive]
198default-features = false198default-features = false
199git = "https://github.com/paritytech/substrate"199git = "https://github.com/paritytech/substrate"
200branch = "polkadot-v0.9.30"200branch = "polkadot-v0.9.33"
201201
202[dependencies.frame-support]202[dependencies.frame-support]
203default-features = false203default-features = false
204git = "https://github.com/paritytech/substrate"204git = "https://github.com/paritytech/substrate"
205branch = "polkadot-v0.9.30"205branch = "polkadot-v0.9.33"
206206
207[dependencies.frame-system]207[dependencies.frame-system]
208default-features = false208default-features = false
209git = "https://github.com/paritytech/substrate"209git = "https://github.com/paritytech/substrate"
210branch = "polkadot-v0.9.30"210branch = "polkadot-v0.9.33"
211211
212[dependencies.frame-system-benchmarking]212[dependencies.frame-system-benchmarking]
213default-features = false213default-features = false
214git = "https://github.com/paritytech/substrate"214git = "https://github.com/paritytech/substrate"
215optional = true215optional = true
216branch = "polkadot-v0.9.30"216branch = "polkadot-v0.9.33"
217217
218[dependencies.frame-system-rpc-runtime-api]218[dependencies.frame-system-rpc-runtime-api]
219default-features = false219default-features = false
220git = "https://github.com/paritytech/substrate"220git = "https://github.com/paritytech/substrate"
221branch = "polkadot-v0.9.30"221branch = "polkadot-v0.9.33"
222222
223[dependencies.hex-literal]223[dependencies.hex-literal]
224optional = true224optional = true
233[dependencies.pallet-aura]233[dependencies.pallet-aura]
234default-features = false234default-features = false
235git = "https://github.com/paritytech/substrate"235git = "https://github.com/paritytech/substrate"
236branch = "polkadot-v0.9.30"236branch = "polkadot-v0.9.33"
237237
238[dependencies.pallet-balances]238[dependencies.pallet-balances]
239default-features = false239default-features = false
240git = "https://github.com/paritytech/substrate"240git = "https://github.com/paritytech/substrate"
241branch = "polkadot-v0.9.30"241branch = "polkadot-v0.9.33"
242242
243# Contracts specific packages243# Contracts specific packages
244# [dependencies.pallet-contracts]244# [dependencies.pallet-contracts]
262[dependencies.pallet-randomness-collective-flip]262[dependencies.pallet-randomness-collective-flip]
263default-features = false263default-features = false
264git = "https://github.com/paritytech/substrate"264git = "https://github.com/paritytech/substrate"
265branch = "polkadot-v0.9.30"265branch = "polkadot-v0.9.33"
266266
267[dependencies.pallet-sudo]267[dependencies.pallet-sudo]
268default-features = false268default-features = false
269git = "https://github.com/paritytech/substrate"269git = "https://github.com/paritytech/substrate"
270branch = "polkadot-v0.9.30"270branch = "polkadot-v0.9.33"
271271
272[dependencies.pallet-timestamp]272[dependencies.pallet-timestamp]
273default-features = false273default-features = false
274git = "https://github.com/paritytech/substrate"274git = "https://github.com/paritytech/substrate"
275branch = "polkadot-v0.9.30"275branch = "polkadot-v0.9.33"
276276
277[dependencies.pallet-transaction-payment]277[dependencies.pallet-transaction-payment]
278default-features = false278default-features = false
279git = "https://github.com/paritytech/substrate"279git = "https://github.com/paritytech/substrate"
280branch = "polkadot-v0.9.30"280branch = "polkadot-v0.9.33"
281281
282[dependencies.pallet-transaction-payment-rpc-runtime-api]282[dependencies.pallet-transaction-payment-rpc-runtime-api]
283default-features = false283default-features = false
284git = "https://github.com/paritytech/substrate"284git = "https://github.com/paritytech/substrate"
285branch = "polkadot-v0.9.30"285branch = "polkadot-v0.9.33"
286286
287[dependencies.pallet-treasury]287[dependencies.pallet-treasury]
288default-features = false288default-features = false
289git = "https://github.com/paritytech/substrate"289git = "https://github.com/paritytech/substrate"
290branch = "polkadot-v0.9.30"290branch = "polkadot-v0.9.33"
291291
292[dependencies.sp-arithmetic]292[dependencies.sp-arithmetic]
293default-features = false293default-features = false
294git = "https://github.com/paritytech/substrate"294git = "https://github.com/paritytech/substrate"
295branch = "polkadot-v0.9.30"295branch = "polkadot-v0.9.33"
296296
297[dependencies.sp-api]297[dependencies.sp-api]
298default-features = false298default-features = false
299git = "https://github.com/paritytech/substrate"299git = "https://github.com/paritytech/substrate"
300branch = "polkadot-v0.9.30"300branch = "polkadot-v0.9.33"
301301
302[dependencies.sp-block-builder]302[dependencies.sp-block-builder]
303default-features = false303default-features = false
304git = "https://github.com/paritytech/substrate"304git = "https://github.com/paritytech/substrate"
305branch = "polkadot-v0.9.30"305branch = "polkadot-v0.9.33"
306306
307[dependencies.sp-core]307[dependencies.sp-core]
308default-features = false308default-features = false
309git = "https://github.com/paritytech/substrate"309git = "https://github.com/paritytech/substrate"
310branch = "polkadot-v0.9.30"310branch = "polkadot-v0.9.33"
311311
312[dependencies.sp-consensus-aura]312[dependencies.sp-consensus-aura]
313default-features = false313default-features = false
314git = "https://github.com/paritytech/substrate"314git = "https://github.com/paritytech/substrate"
315branch = "polkadot-v0.9.30"315branch = "polkadot-v0.9.33"
316316
317[dependencies.sp-inherents]317[dependencies.sp-inherents]
318default-features = false318default-features = false
319git = "https://github.com/paritytech/substrate"319git = "https://github.com/paritytech/substrate"
320branch = "polkadot-v0.9.30"320branch = "polkadot-v0.9.33"
321321
322[dependencies.sp-io]322[dependencies.sp-io]
323default-features = false323default-features = false
324git = "https://github.com/paritytech/substrate"324git = "https://github.com/paritytech/substrate"
325branch = "polkadot-v0.9.30"325branch = "polkadot-v0.9.33"
326326
327[dependencies.sp-offchain]327[dependencies.sp-offchain]
328default-features = false328default-features = false
329git = "https://github.com/paritytech/substrate"329git = "https://github.com/paritytech/substrate"
330branch = "polkadot-v0.9.30"330branch = "polkadot-v0.9.33"
331331
332[dependencies.sp-runtime]332[dependencies.sp-runtime]
333default-features = false333default-features = false
334git = "https://github.com/paritytech/substrate"334git = "https://github.com/paritytech/substrate"
335branch = "polkadot-v0.9.30"335branch = "polkadot-v0.9.33"
336336
337[dependencies.sp-session]337[dependencies.sp-session]
338default-features = false338default-features = false
339git = "https://github.com/paritytech/substrate"339git = "https://github.com/paritytech/substrate"
340branch = "polkadot-v0.9.30"340branch = "polkadot-v0.9.33"
341341
342[dependencies.sp-std]342[dependencies.sp-std]
343default-features = false343default-features = false
344git = "https://github.com/paritytech/substrate"344git = "https://github.com/paritytech/substrate"
345branch = "polkadot-v0.9.30"345branch = "polkadot-v0.9.33"
346346
347[dependencies.sp-transaction-pool]347[dependencies.sp-transaction-pool]
348default-features = false348default-features = false
349git = "https://github.com/paritytech/substrate"349git = "https://github.com/paritytech/substrate"
350branch = "polkadot-v0.9.30"350branch = "polkadot-v0.9.33"
351351
352[dependencies.sp-version]352[dependencies.sp-version]
353default-features = false353default-features = false
354git = "https://github.com/paritytech/substrate"354git = "https://github.com/paritytech/substrate"
355branch = "polkadot-v0.9.30"355branch = "polkadot-v0.9.33"
356356
357[dependencies.smallvec]357[dependencies.smallvec]
358version = '1.6.1'358version = '1.6.1'
363[dependencies.parachain-info]363[dependencies.parachain-info]
364default-features = false364default-features = false
365git = "https://github.com/paritytech/cumulus"365git = "https://github.com/paritytech/cumulus"
366branch = "polkadot-v0.9.30"366branch = "polkadot-v0.9.33"
367367
368[dependencies.cumulus-pallet-aura-ext]368[dependencies.cumulus-pallet-aura-ext]
369git = "https://github.com/paritytech/cumulus"369git = "https://github.com/paritytech/cumulus"
370branch = "polkadot-v0.9.30"370branch = "polkadot-v0.9.33"
371default-features = false371default-features = false
372372
373[dependencies.cumulus-pallet-parachain-system]373[dependencies.cumulus-pallet-parachain-system]
374git = "https://github.com/paritytech/cumulus"374git = "https://github.com/paritytech/cumulus"
375branch = "polkadot-v0.9.30"375branch = "polkadot-v0.9.33"
376default-features = false376default-features = false
377377
378[dependencies.cumulus-primitives-core]378[dependencies.cumulus-primitives-core]
379git = "https://github.com/paritytech/cumulus"379git = "https://github.com/paritytech/cumulus"
380branch = "polkadot-v0.9.30"380branch = "polkadot-v0.9.33"
381default-features = false381default-features = false
382382
383[dependencies.cumulus-pallet-xcm]383[dependencies.cumulus-pallet-xcm]
384git = "https://github.com/paritytech/cumulus"384git = "https://github.com/paritytech/cumulus"
385branch = "polkadot-v0.9.30"385branch = "polkadot-v0.9.33"
386default-features = false386default-features = false
387387
388[dependencies.cumulus-pallet-dmp-queue]388[dependencies.cumulus-pallet-dmp-queue]
389git = "https://github.com/paritytech/cumulus"389git = "https://github.com/paritytech/cumulus"
390branch = "polkadot-v0.9.30"390branch = "polkadot-v0.9.33"
391default-features = false391default-features = false
392392
393[dependencies.cumulus-pallet-xcmp-queue]393[dependencies.cumulus-pallet-xcmp-queue]
394git = "https://github.com/paritytech/cumulus"394git = "https://github.com/paritytech/cumulus"
395branch = "polkadot-v0.9.30"395branch = "polkadot-v0.9.33"
396default-features = false396default-features = false
397397
398[dependencies.cumulus-primitives-utility]398[dependencies.cumulus-primitives-utility]
399git = "https://github.com/paritytech/cumulus"399git = "https://github.com/paritytech/cumulus"
400branch = "polkadot-v0.9.30"400branch = "polkadot-v0.9.33"
401default-features = false401default-features = false
402402
403[dependencies.cumulus-primitives-timestamp]403[dependencies.cumulus-primitives-timestamp]
404git = "https://github.com/paritytech/cumulus"404git = "https://github.com/paritytech/cumulus"
405branch = "polkadot-v0.9.30"405branch = "polkadot-v0.9.33"
406default-features = false406default-features = false
407407
408################################################################################408################################################################################
409# Polkadot dependencies409# Polkadot dependencies
410410
411[dependencies.polkadot-parachain]411[dependencies.polkadot-parachain]
412git = "https://github.com/paritytech/polkadot"412git = "https://github.com/paritytech/polkadot"
413branch = "release-v0.9.30"413branch = "release-v0.9.33"
414default-features = false414default-features = false
415415
416[dependencies.xcm]416[dependencies.xcm]
417git = "https://github.com/paritytech/polkadot"417git = "https://github.com/paritytech/polkadot"
418branch = "release-v0.9.30"418branch = "release-v0.9.33"
419default-features = false419default-features = false
420420
421[dependencies.xcm-builder]421[dependencies.xcm-builder]
422git = "https://github.com/paritytech/polkadot"422git = "https://github.com/paritytech/polkadot"
423branch = "release-v0.9.30"423branch = "release-v0.9.33"
424default-features = false424default-features = false
425425
426[dependencies.xcm-executor]426[dependencies.xcm-executor]
427git = "https://github.com/paritytech/polkadot"427git = "https://github.com/paritytech/polkadot"
428branch = "release-v0.9.30"428branch = "release-v0.9.33"
429default-features = false429default-features = false
430430
431[dependencies.pallet-xcm]431[dependencies.pallet-xcm]
432git = "https://github.com/paritytech/polkadot"432git = "https://github.com/paritytech/polkadot"
433branch = "release-v0.9.30"433branch = "release-v0.9.33"
434default-features = false434default-features = false
435435
436################################################################################436################################################################################
459pallet-unique = { path = '../../pallets/unique', default-features = false }459pallet-unique = { path = '../../pallets/unique', default-features = false }
460up-rpc = { path = "../../primitives/rpc", default-features = false }460up-rpc = { path = "../../primitives/rpc", default-features = false }
461app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }461app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }
462fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }462fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
463pallet-inflation = { path = '../../pallets/inflation', default-features = false }463pallet-inflation = { path = '../../pallets/inflation', default-features = false }
464pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }464pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }
465up-data-structs = { path = '../../primitives/data-structs', default-features = false }465up-data-structs = { path = '../../primitives/data-structs', default-features = false }
472pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }472pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }
473pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }473pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
474# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }474# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
475pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.30", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }475pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
476pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }476pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
477pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }477pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
478pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }478pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
479pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }479pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
480pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }480pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
481pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }481pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
482pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }482pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
483fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }483fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
484fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }484fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
485evm-coder = { default-features = false, path = '../../crates/evm-coder' }485evm-coder = { default-features = false, path = '../../crates/evm-coder' }
486up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.30' }486up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.33' }
487pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }487pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }
488pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }488pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }
489489
503503
504[build-dependencies.substrate-wasm-builder]504[build-dependencies.substrate-wasm-builder]
505git = "https://github.com/paritytech/substrate"505git = "https://github.com/paritytech/substrate"
506branch = "polkadot-v0.9.30"506branch = "polkadot-v0.9.33"
507507
modifiedruntime/quartz/src/lib.rsdiffbeforeafterboth
50 spec_name: create_runtime_str!(RUNTIME_NAME),50 spec_name: create_runtime_str!(RUNTIME_NAME),
51 impl_name: create_runtime_str!(RUNTIME_NAME),51 impl_name: create_runtime_str!(RUNTIME_NAME),
52 authoring_version: 1,52 authoring_version: 1,
53 spec_version: 930032,53 spec_version: 933032,
54 impl_version: 0,54 impl_version: 0,
55 apis: RUNTIME_API_VERSIONS,55 apis: RUNTIME_API_VERSIONS,
56 transaction_version: 2,56 transaction_version: 2,
modifiedruntime/tests/Cargo.tomldiffbeforeafterboth
11[dependencies]11[dependencies]
12up-data-structs = { default-features = false, path = '../../primitives/data-structs' }12up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
1313
14sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }14sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
15sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
16sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }16sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
17sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }17sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
1818
19fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }19fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
2020
21frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }21frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
22frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }22frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
2323
24pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }24pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
25pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }25pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
26pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }26pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
2727
28pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }28pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
29pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }29pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
3030
31pallet-common = { path = '../../pallets/common' }31pallet-common = { path = '../../pallets/common' }
32pallet-structure = { path = '../../pallets/structure' }32pallet-structure = { path = '../../pallets/structure' }
43scale-info = "*"43scale-info = "*"
4444
45evm-coder = { default-features = false, path = '../../crates/evm-coder' }45evm-coder = { default-features = false, path = '../../crates/evm-coder' }
46up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.30" }46up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33" }
4747
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
12license = 'GPLv3'12license = 'GPLv3'
13name = 'unique-runtime'13name = 'unique-runtime'
14repository = 'https://github.com/UniqueNetwork/unique-chain'14repository = 'https://github.com/UniqueNetwork/unique-chain'
15version = '0.9.30'15version = '0.9.33'
1616
17[package.metadata.docs.rs]17[package.metadata.docs.rs]
18targets = ['x86_64-unknown-linux-gnu']18targets = ['x86_64-unknown-linux-gnu']
188default-features = false188default-features = false
189git = "https://github.com/paritytech/substrate"189git = "https://github.com/paritytech/substrate"
190optional = true190optional = true
191branch = "polkadot-v0.9.30"191branch = "polkadot-v0.9.33"
192192
193[dependencies.frame-try-runtime]193[dependencies.frame-try-runtime]
194default-features = false194default-features = false
195git = "https://github.com/paritytech/substrate"195git = "https://github.com/paritytech/substrate"
196optional = true196optional = true
197branch = "polkadot-v0.9.30"197branch = "polkadot-v0.9.33"
198198
199[dependencies.frame-executive]199[dependencies.frame-executive]
200default-features = false200default-features = false
201git = "https://github.com/paritytech/substrate"201git = "https://github.com/paritytech/substrate"
202branch = "polkadot-v0.9.30"202branch = "polkadot-v0.9.33"
203203
204[dependencies.frame-support]204[dependencies.frame-support]
205default-features = false205default-features = false
206git = "https://github.com/paritytech/substrate"206git = "https://github.com/paritytech/substrate"
207branch = "polkadot-v0.9.30"207branch = "polkadot-v0.9.33"
208208
209[dependencies.frame-system]209[dependencies.frame-system]
210default-features = false210default-features = false
211git = "https://github.com/paritytech/substrate"211git = "https://github.com/paritytech/substrate"
212branch = "polkadot-v0.9.30"212branch = "polkadot-v0.9.33"
213213
214[dependencies.frame-system-benchmarking]214[dependencies.frame-system-benchmarking]
215default-features = false215default-features = false
216git = "https://github.com/paritytech/substrate"216git = "https://github.com/paritytech/substrate"
217optional = true217optional = true
218branch = "polkadot-v0.9.30"218branch = "polkadot-v0.9.33"
219219
220[dependencies.frame-system-rpc-runtime-api]220[dependencies.frame-system-rpc-runtime-api]
221default-features = false221default-features = false
222git = "https://github.com/paritytech/substrate"222git = "https://github.com/paritytech/substrate"
223branch = "polkadot-v0.9.30"223branch = "polkadot-v0.9.33"
224224
225[dependencies.hex-literal]225[dependencies.hex-literal]
226optional = true226optional = true
235[dependencies.pallet-aura]235[dependencies.pallet-aura]
236default-features = false236default-features = false
237git = "https://github.com/paritytech/substrate"237git = "https://github.com/paritytech/substrate"
238branch = "polkadot-v0.9.30"238branch = "polkadot-v0.9.33"
239239
240[dependencies.pallet-balances]240[dependencies.pallet-balances]
241default-features = false241default-features = false
242git = "https://github.com/paritytech/substrate"242git = "https://github.com/paritytech/substrate"
243branch = "polkadot-v0.9.30"243branch = "polkadot-v0.9.33"
244244
245# Contracts specific packages245# Contracts specific packages
246# [dependencies.pallet-contracts]246# [dependencies.pallet-contracts]
264[dependencies.pallet-randomness-collective-flip]264[dependencies.pallet-randomness-collective-flip]
265default-features = false265default-features = false
266git = "https://github.com/paritytech/substrate"266git = "https://github.com/paritytech/substrate"
267branch = "polkadot-v0.9.30"267branch = "polkadot-v0.9.33"
268268
269[dependencies.pallet-sudo]269[dependencies.pallet-sudo]
270default-features = false270default-features = false
271git = "https://github.com/paritytech/substrate"271git = "https://github.com/paritytech/substrate"
272branch = "polkadot-v0.9.30"272branch = "polkadot-v0.9.33"
273273
274[dependencies.pallet-timestamp]274[dependencies.pallet-timestamp]
275default-features = false275default-features = false
276git = "https://github.com/paritytech/substrate"276git = "https://github.com/paritytech/substrate"
277branch = "polkadot-v0.9.30"277branch = "polkadot-v0.9.33"
278278
279[dependencies.pallet-transaction-payment]279[dependencies.pallet-transaction-payment]
280default-features = false280default-features = false
281git = "https://github.com/paritytech/substrate"281git = "https://github.com/paritytech/substrate"
282branch = "polkadot-v0.9.30"282branch = "polkadot-v0.9.33"
283283
284[dependencies.pallet-transaction-payment-rpc-runtime-api]284[dependencies.pallet-transaction-payment-rpc-runtime-api]
285default-features = false285default-features = false
286git = "https://github.com/paritytech/substrate"286git = "https://github.com/paritytech/substrate"
287branch = "polkadot-v0.9.30"287branch = "polkadot-v0.9.33"
288288
289[dependencies.pallet-treasury]289[dependencies.pallet-treasury]
290default-features = false290default-features = false
291git = "https://github.com/paritytech/substrate"291git = "https://github.com/paritytech/substrate"
292branch = "polkadot-v0.9.30"292branch = "polkadot-v0.9.33"
293293
294[dependencies.sp-arithmetic]294[dependencies.sp-arithmetic]
295default-features = false295default-features = false
296git = "https://github.com/paritytech/substrate"296git = "https://github.com/paritytech/substrate"
297branch = "polkadot-v0.9.30"297branch = "polkadot-v0.9.33"
298298
299[dependencies.sp-api]299[dependencies.sp-api]
300default-features = false300default-features = false
301git = "https://github.com/paritytech/substrate"301git = "https://github.com/paritytech/substrate"
302branch = "polkadot-v0.9.30"302branch = "polkadot-v0.9.33"
303303
304[dependencies.sp-block-builder]304[dependencies.sp-block-builder]
305default-features = false305default-features = false
306git = "https://github.com/paritytech/substrate"306git = "https://github.com/paritytech/substrate"
307branch = "polkadot-v0.9.30"307branch = "polkadot-v0.9.33"
308308
309[dependencies.sp-core]309[dependencies.sp-core]
310default-features = false310default-features = false
311git = "https://github.com/paritytech/substrate"311git = "https://github.com/paritytech/substrate"
312branch = "polkadot-v0.9.30"312branch = "polkadot-v0.9.33"
313313
314[dependencies.sp-consensus-aura]314[dependencies.sp-consensus-aura]
315default-features = false315default-features = false
316git = "https://github.com/paritytech/substrate"316git = "https://github.com/paritytech/substrate"
317branch = "polkadot-v0.9.30"317branch = "polkadot-v0.9.33"
318318
319[dependencies.sp-inherents]319[dependencies.sp-inherents]
320default-features = false320default-features = false
321git = "https://github.com/paritytech/substrate"321git = "https://github.com/paritytech/substrate"
322branch = "polkadot-v0.9.30"322branch = "polkadot-v0.9.33"
323323
324[dependencies.sp-io]324[dependencies.sp-io]
325default-features = false325default-features = false
326git = "https://github.com/paritytech/substrate"326git = "https://github.com/paritytech/substrate"
327branch = "polkadot-v0.9.30"327branch = "polkadot-v0.9.33"
328328
329[dependencies.sp-offchain]329[dependencies.sp-offchain]
330default-features = false330default-features = false
331git = "https://github.com/paritytech/substrate"331git = "https://github.com/paritytech/substrate"
332branch = "polkadot-v0.9.30"332branch = "polkadot-v0.9.33"
333333
334[dependencies.sp-runtime]334[dependencies.sp-runtime]
335default-features = false335default-features = false
336git = "https://github.com/paritytech/substrate"336git = "https://github.com/paritytech/substrate"
337branch = "polkadot-v0.9.30"337branch = "polkadot-v0.9.33"
338338
339[dependencies.sp-session]339[dependencies.sp-session]
340default-features = false340default-features = false
341git = "https://github.com/paritytech/substrate"341git = "https://github.com/paritytech/substrate"
342branch = "polkadot-v0.9.30"342branch = "polkadot-v0.9.33"
343343
344[dependencies.sp-std]344[dependencies.sp-std]
345default-features = false345default-features = false
346git = "https://github.com/paritytech/substrate"346git = "https://github.com/paritytech/substrate"
347branch = "polkadot-v0.9.30"347branch = "polkadot-v0.9.33"
348348
349[dependencies.sp-transaction-pool]349[dependencies.sp-transaction-pool]
350default-features = false350default-features = false
351git = "https://github.com/paritytech/substrate"351git = "https://github.com/paritytech/substrate"
352branch = "polkadot-v0.9.30"352branch = "polkadot-v0.9.33"
353353
354[dependencies.sp-version]354[dependencies.sp-version]
355default-features = false355default-features = false
356git = "https://github.com/paritytech/substrate"356git = "https://github.com/paritytech/substrate"
357branch = "polkadot-v0.9.30"357branch = "polkadot-v0.9.33"
358358
359[dependencies.smallvec]359[dependencies.smallvec]
360version = '1.6.1'360version = '1.6.1'
365[dependencies.parachain-info]365[dependencies.parachain-info]
366default-features = false366default-features = false
367git = "https://github.com/paritytech/cumulus"367git = "https://github.com/paritytech/cumulus"
368branch = "polkadot-v0.9.30"368branch = "polkadot-v0.9.33"
369369
370[dependencies.cumulus-pallet-aura-ext]370[dependencies.cumulus-pallet-aura-ext]
371git = "https://github.com/paritytech/cumulus"371git = "https://github.com/paritytech/cumulus"
372branch = "polkadot-v0.9.30"372branch = "polkadot-v0.9.33"
373default-features = false373default-features = false
374374
375[dependencies.cumulus-pallet-parachain-system]375[dependencies.cumulus-pallet-parachain-system]
376git = "https://github.com/paritytech/cumulus"376git = "https://github.com/paritytech/cumulus"
377branch = "polkadot-v0.9.30"377branch = "polkadot-v0.9.33"
378default-features = false378default-features = false
379379
380[dependencies.cumulus-primitives-core]380[dependencies.cumulus-primitives-core]
381git = "https://github.com/paritytech/cumulus"381git = "https://github.com/paritytech/cumulus"
382branch = "polkadot-v0.9.30"382branch = "polkadot-v0.9.33"
383default-features = false383default-features = false
384384
385[dependencies.cumulus-pallet-xcm]385[dependencies.cumulus-pallet-xcm]
386git = "https://github.com/paritytech/cumulus"386git = "https://github.com/paritytech/cumulus"
387branch = "polkadot-v0.9.30"387branch = "polkadot-v0.9.33"
388default-features = false388default-features = false
389389
390[dependencies.cumulus-pallet-dmp-queue]390[dependencies.cumulus-pallet-dmp-queue]
391git = "https://github.com/paritytech/cumulus"391git = "https://github.com/paritytech/cumulus"
392branch = "polkadot-v0.9.30"392branch = "polkadot-v0.9.33"
393default-features = false393default-features = false
394394
395[dependencies.cumulus-pallet-xcmp-queue]395[dependencies.cumulus-pallet-xcmp-queue]
396git = "https://github.com/paritytech/cumulus"396git = "https://github.com/paritytech/cumulus"
397branch = "polkadot-v0.9.30"397branch = "polkadot-v0.9.33"
398default-features = false398default-features = false
399399
400[dependencies.cumulus-primitives-utility]400[dependencies.cumulus-primitives-utility]
401git = "https://github.com/paritytech/cumulus"401git = "https://github.com/paritytech/cumulus"
402branch = "polkadot-v0.9.30"402branch = "polkadot-v0.9.33"
403default-features = false403default-features = false
404404
405[dependencies.cumulus-primitives-timestamp]405[dependencies.cumulus-primitives-timestamp]
406git = "https://github.com/paritytech/cumulus"406git = "https://github.com/paritytech/cumulus"
407branch = "polkadot-v0.9.30"407branch = "polkadot-v0.9.33"
408default-features = false408default-features = false
409409
410################################################################################410################################################################################
411# Polkadot dependencies411# Polkadot dependencies
412412
413[dependencies.polkadot-parachain]413[dependencies.polkadot-parachain]
414git = "https://github.com/paritytech/polkadot"414git = "https://github.com/paritytech/polkadot"
415branch = "release-v0.9.30"415branch = "release-v0.9.33"
416default-features = false416default-features = false
417417
418[dependencies.xcm]418[dependencies.xcm]
419git = "https://github.com/paritytech/polkadot"419git = "https://github.com/paritytech/polkadot"
420branch = "release-v0.9.30"420branch = "release-v0.9.33"
421default-features = false421default-features = false
422422
423[dependencies.xcm-builder]423[dependencies.xcm-builder]
424git = "https://github.com/paritytech/polkadot"424git = "https://github.com/paritytech/polkadot"
425branch = "release-v0.9.30"425branch = "release-v0.9.33"
426default-features = false426default-features = false
427427
428[dependencies.xcm-executor]428[dependencies.xcm-executor]
429git = "https://github.com/paritytech/polkadot"429git = "https://github.com/paritytech/polkadot"
430branch = "release-v0.9.30"430branch = "release-v0.9.33"
431default-features = false431default-features = false
432432
433[dependencies.pallet-xcm]433[dependencies.pallet-xcm]
434git = "https://github.com/paritytech/polkadot"434git = "https://github.com/paritytech/polkadot"
435branch = "release-v0.9.30"435branch = "release-v0.9.33"
436default-features = false436default-features = false
437437
438################################################################################438################################################################################
466pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }466pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }
467pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }467pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
468# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }468# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
469pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.30", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }469pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
470pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }470pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
471pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }471pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
472pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }472pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
473pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }473pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
474pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }474pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
475pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }475pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
476pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }476pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
477fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }477fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
478fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }478fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
479fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.30-2" }479fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
480evm-coder = { default-features = false, path = '../../crates/evm-coder' }480evm-coder = { default-features = false, path = '../../crates/evm-coder' }
481up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.30' }481up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.33' }
482pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }482pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }
483pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }483pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }
484484
498498
499[build-dependencies.substrate-wasm-builder]499[build-dependencies.substrate-wasm-builder]
500git = "https://github.com/paritytech/substrate"500git = "https://github.com/paritytech/substrate"
501branch = "polkadot-v0.9.30"501branch = "polkadot-v0.9.33"
502502
modifiedruntime/unique/src/lib.rsdiffbeforeafterboth
50 spec_name: create_runtime_str!(RUNTIME_NAME),50 spec_name: create_runtime_str!(RUNTIME_NAME),
51 impl_name: create_runtime_str!(RUNTIME_NAME),51 impl_name: create_runtime_str!(RUNTIME_NAME),
52 authoring_version: 1,52 authoring_version: 1,
53 spec_version: 930032,53 spec_version: 933032,
54 impl_version: 0,54 impl_version: 0,
55 apis: RUNTIME_API_VERSIONS,55 apis: RUNTIME_API_VERSIONS,
56 transaction_version: 2,56 transaction_version: 2,
modifiedtest-pallets/utils/Cargo.tomldiffbeforeafterboth
8[dependencies]8[dependencies]
9codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }9codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
10scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }10scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
13# pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }13# pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }
14pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }14pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }
15sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30" }15sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
1616
17[features]17[features]
18default = ["std"]18default = ["std"]
modifiedtests/package.jsondiffbeforeafterboth
4 "description": "Unique Chain Tests",4 "description": "Unique Chain Tests",
5 "main": "",5 "main": "",
6 "devDependencies": {6 "devDependencies": {
7 "@polkadot/typegen": "9.5.2",7 "@polkadot/typegen": "9.9.4",
8 "@types/chai": "^4.3.3",8 "@types/chai": "^4.3.3",
9 "@types/chai-as-promised": "^7.1.5",9 "@types/chai-as-promised": "^7.1.5",
10 "@types/chai-like": "^1.1.1",10 "@types/chai-like": "^1.1.1",
114 "license": "SEE LICENSE IN ../LICENSE",114 "license": "SEE LICENSE IN ../LICENSE",
115 "homepage": "",115 "homepage": "",
116 "dependencies": {116 "dependencies": {
117 "@polkadot/api": "9.5.2",117 "@polkadot/api": "9.9.4",
118 "@polkadot/util-crypto": "10.1.11",118 "@polkadot/util-crypto": "10.2.1",
119 "chai-as-promised": "^7.1.1",119 "chai-as-promised": "^7.1.1",
120 "chai-like": "^1.1.1",120 "chai-like": "^1.1.1",
121 "csv-writer": "^1.6.0",121 "csv-writer": "^1.6.0",
modifiedtests/src/interfaces/augment-api-consts.tsdiffbeforeafterboth
8import type { ApiTypes, AugmentedConst } from '@polkadot/api-base/types';8import type { ApiTypes, AugmentedConst } from '@polkadot/api-base/types';
9import type { Option, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';9import type { Option, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
10import type { Codec } from '@polkadot/types-codec/types';10import type { Codec } from '@polkadot/types-codec/types';
11import type { H160, Perbill, Permill, Weight } from '@polkadot/types/interfaces/runtime';11import type { H160, Perbill, Permill } from '@polkadot/types/interfaces/runtime';
12import type { FrameSupportPalletId, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, UpDataStructsCollectionLimits, XcmV1MultiLocation } from '@polkadot/types/lookup';12import type { FrameSupportPalletId, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, UpDataStructsCollectionLimits, XcmV1MultiLocation } from '@polkadot/types/lookup';
1313
14export type __AugmentedConst<ApiType extends ApiTypes> = AugmentedConst<ApiType>;14export type __AugmentedConst<ApiType extends ApiTypes> = AugmentedConst<ApiType>;
1515
110 /**110 /**
111 * The maximum weight that may be scheduled per block for any dispatchables.111 * The maximum weight that may be scheduled per block for any dispatchables.
112 **/112 **/
113 maximumWeight: Weight & AugmentedConst<ApiType>;113 maximumWeight: SpWeightsWeightV2Weight & AugmentedConst<ApiType>;
114 /**114 /**
115 * The maximum number of scheduled calls in the queue for a single block.115 * The maximum number of scheduled calls in the queue for a single block.
116 **/116 **/
modifiedtests/src/interfaces/augment-api-errors.tsdiffbeforeafterboth
54 * A vesting schedule already exists for this account54 * A vesting schedule already exists for this account
55 **/55 **/
56 ExistingVestingSchedule: AugmentedError<ApiType>;56 ExistingVestingSchedule: AugmentedError<ApiType>;
57 /**57 /**
58 * Balance too low to send value58 * Balance too low to send value.
59 **/59 **/
60 InsufficientBalance: AugmentedError<ApiType>;60 InsufficientBalance: AugmentedError<ApiType>;
61 /**61 /**
62 * Transfer/payment would kill account62 * Transfer/payment would kill account
385 * Not Fungible item data used to mint in Fungible collection.385 * Not Fungible item data used to mint in Fungible collection.
386 **/386 **/
387 NotFungibleDataUsedToMintFungibleCollectionToken: AugmentedError<ApiType>;387 NotFungibleDataUsedToMintFungibleCollectionToken: AugmentedError<ApiType>;
388 /**388 /**
389 * Setting approval for all is not allowed.389 * Setting allowance for all is not allowed.
390 **/390 **/
391 SettingAllowanceForAllNotAllowed: AugmentedError<ApiType>;391 SettingAllowanceForAllNotAllowed: AugmentedError<ApiType>;
392 /**392 /**
393 * Setting item properties is not allowed.393 * Setting item properties is not allowed.
modifiedtests/src/interfaces/augment-api-events.tsdiffbeforeafterboth
8import type { ApiTypes, AugmentedEvent } from '@polkadot/api-base/types';8import type { ApiTypes, AugmentedEvent } from '@polkadot/api-base/types';
9import type { Bytes, Null, Option, Result, U8aFixed, bool, u128, u32, u64, u8 } from '@polkadot/types-codec';9import type { Bytes, Null, Option, Result, U8aFixed, bool, u128, u32, u64, u8 } from '@polkadot/types-codec';
10import type { ITuple } from '@polkadot/types-codec/types';10import type { ITuple } from '@polkadot/types-codec/types';
11import type { AccountId32, H160, H256, Weight } from '@polkadot/types/interfaces/runtime';11import type { AccountId32, H160, H256 } from '@polkadot/types/interfaces/runtime';
12import type { EthereumLog, EvmCoreErrorExitReason, FrameSupportDispatchDispatchInfo, FrameSupportTokensMiscBalanceStatus, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, SpRuntimeDispatchError, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetMultiAssets, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation } from '@polkadot/types/lookup';12import type { EthereumLog, EvmCoreErrorExitReason, FrameSupportDispatchDispatchInfo, FrameSupportTokensMiscBalanceStatus, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, SpRuntimeDispatchError, SpWeightsWeightV2Weight, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetMultiAssets, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation } from '@polkadot/types/lookup';
1313
14export type __AugmentedEvent<ApiType extends ApiTypes> = AugmentedEvent<ApiType>;14export type __AugmentedEvent<ApiType extends ApiTypes> = AugmentedEvent<ApiType>;
1515
188 /**188 /**
189 * Downward message is overweight and was placed in the overweight queue.189 * Downward message is overweight and was placed in the overweight queue.
190 **/190 **/
191 OverweightEnqueued: AugmentedEvent<ApiType, [messageId: U8aFixed, overweightIndex: u64, requiredWeight: Weight], { messageId: U8aFixed, overweightIndex: u64, requiredWeight: Weight }>;191 OverweightEnqueued: AugmentedEvent<ApiType, [messageId: U8aFixed, overweightIndex: u64, requiredWeight: SpWeightsWeightV2Weight], { messageId: U8aFixed, overweightIndex: u64, requiredWeight: SpWeightsWeightV2Weight }>;
192 /**192 /**
193 * Downward message from the overweight queue was executed.193 * Downward message from the overweight queue was executed.
194 **/194 **/
195 OverweightServiced: AugmentedEvent<ApiType, [overweightIndex: u64, weightUsed: Weight], { overweightIndex: u64, weightUsed: Weight }>;195 OverweightServiced: AugmentedEvent<ApiType, [overweightIndex: u64, weightUsed: SpWeightsWeightV2Weight], { overweightIndex: u64, weightUsed: SpWeightsWeightV2Weight }>;
196 /**196 /**
197 * Downward message is unsupported version of XCM.197 * Downward message is unsupported version of XCM.
198 **/198 **/
199 UnsupportedVersion: AugmentedEvent<ApiType, [messageId: U8aFixed], { messageId: U8aFixed }>;199 UnsupportedVersion: AugmentedEvent<ApiType, [messageId: U8aFixed], { messageId: U8aFixed }>;
200 /**200 /**
201 * The weight limit for handling downward messages was reached.201 * The weight limit for handling downward messages was reached.
202 **/202 **/
203 WeightExhausted: AugmentedEvent<ApiType, [messageId: U8aFixed, remainingWeight: Weight, requiredWeight: Weight], { messageId: U8aFixed, remainingWeight: Weight, requiredWeight: Weight }>;203 WeightExhausted: AugmentedEvent<ApiType, [messageId: U8aFixed, remainingWeight: SpWeightsWeightV2Weight, requiredWeight: SpWeightsWeightV2Weight], { messageId: U8aFixed, remainingWeight: SpWeightsWeightV2Weight, requiredWeight: SpWeightsWeightV2Weight }>;
204 /**204 /**
205 * Generic event205 * Generic event
206 **/206 **/
304 /**304 /**
305 * Downward messages were processed using the given weight.305 * Downward messages were processed using the given weight.
306 **/306 **/
307 DownwardMessagesProcessed: AugmentedEvent<ApiType, [weightUsed: Weight, dmqHead: H256], { weightUsed: Weight, dmqHead: H256 }>;307 DownwardMessagesProcessed: AugmentedEvent<ApiType, [weightUsed: SpWeightsWeightV2Weight, dmqHead: H256], { weightUsed: SpWeightsWeightV2Weight, dmqHead: H256 }>;
308 /**308 /**
309 * Some downward messages have been received and will be processed.309 * Some downward messages have been received and will be processed.
310 **/310 **/
331 [key: string]: AugmentedEvent<ApiType>;331 [key: string]: AugmentedEvent<ApiType>;
332 };332 };
333 polkadotXcm: {333 polkadotXcm: {
334 /**
335 * Some assets have been claimed from an asset trap
336 *
337 * \[ hash, origin, assets \]
338 **/
339 AssetsClaimed: AugmentedEvent<ApiType, [H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;
334 /**340 /**
335 * Some assets have been placed in an asset trap.341 * Some assets have been placed in an asset trap.
336 * 342 *
392 * 398 *
393 * \[ id, pallet index, call index, actual weight, max budgeted weight \]399 * \[ id, pallet index, call index, actual weight, max budgeted weight \]
394 **/400 **/
395 NotifyOverweight: AugmentedEvent<ApiType, [u64, u8, u8, Weight, Weight]>;401 NotifyOverweight: AugmentedEvent<ApiType, [u64, u8, u8, SpWeightsWeightV2Weight, SpWeightsWeightV2Weight]>;
396 /**402 /**
397 * A given location which had a version change subscription was dropped owing to an error403 * A given location which had a version change subscription was dropped owing to an error
398 * migrating the location to our new XCM format.404 * migrating the location to our new XCM format.
800 /**806 /**
801 * Some XCM failed.807 * Some XCM failed.
802 **/808 **/
803 Fail: AugmentedEvent<ApiType, [messageHash: Option<H256>, error: XcmV2TraitsError, weight: Weight], { messageHash: Option<H256>, error: XcmV2TraitsError, weight: Weight }>;809 Fail: AugmentedEvent<ApiType, [messageHash: Option<H256>, error: XcmV2TraitsError, weight: SpWeightsWeightV2Weight], { messageHash: Option<H256>, error: XcmV2TraitsError, weight: SpWeightsWeightV2Weight }>;
804 /**810 /**
805 * An XCM exceeded the individual message weight budget.811 * An XCM exceeded the individual message weight budget.
806 **/812 **/
807 OverweightEnqueued: AugmentedEvent<ApiType, [sender: u32, sentAt: u32, index: u64, required: Weight], { sender: u32, sentAt: u32, index: u64, required: Weight }>;813 OverweightEnqueued: AugmentedEvent<ApiType, [sender: u32, sentAt: u32, index: u64, required: SpWeightsWeightV2Weight], { sender: u32, sentAt: u32, index: u64, required: SpWeightsWeightV2Weight }>;
808 /**814 /**
809 * An XCM from the overweight queue was executed with the given actual weight used.815 * An XCM from the overweight queue was executed with the given actual weight used.
810 **/816 **/
811 OverweightServiced: AugmentedEvent<ApiType, [index: u64, used: Weight], { index: u64, used: Weight }>;817 OverweightServiced: AugmentedEvent<ApiType, [index: u64, used: SpWeightsWeightV2Weight], { index: u64, used: SpWeightsWeightV2Weight }>;
812 /**818 /**
813 * Some XCM was executed ok.819 * Some XCM was executed ok.
814 **/820 **/
815 Success: AugmentedEvent<ApiType, [messageHash: Option<H256>, weight: Weight], { messageHash: Option<H256>, weight: Weight }>;821 Success: AugmentedEvent<ApiType, [messageHash: Option<H256>, weight: SpWeightsWeightV2Weight], { messageHash: Option<H256>, weight: SpWeightsWeightV2Weight }>;
816 /**822 /**
817 * An upward message was sent to the relay chain.823 * An upward message was sent to the relay chain.
818 **/824 **/
modifiedtests/src/interfaces/augment-api-query.tsdiffbeforeafterboth
8import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from '@polkadot/api-base/types';8import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from '@polkadot/api-base/types';
9import type { BTreeMap, Bytes, Option, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';9import type { BTreeMap, Bytes, Option, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
10import type { AnyNumber, ITuple } from '@polkadot/types-codec/types';10import type { AnyNumber, ITuple } from '@polkadot/types-codec/types';
11import type { AccountId32, H160, H256, Weight } from '@polkadot/types/interfaces/runtime';11import type { AccountId32, H160, H256 } from '@polkadot/types/interfaces/runtime';
12import type { CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueQueueConfigData, EthereumBlock, EthereumLog, EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportDispatchPerDispatchClassWeight, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensReserveData, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReleases, PalletBalancesReserveData, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmContractHelpersSponsoringModeT, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletNonfungibleItemData, PalletRefungibleItemData, PalletTransactionPaymentReleases, PalletTreasuryProposal, PalletUniqueSchedulerV2BlockAgenda, PhantomTypeUpDataStructs, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, SpRuntimeDigest, SpTrieStorageProof, UpDataStructsCollection, UpDataStructsCollectionStats, UpDataStructsProperties, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, XcmV1MultiLocation } from '@polkadot/types/lookup';12import type { CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueQueueConfigData, EthereumBlock, EthereumLog, EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportDispatchPerDispatchClassWeight, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensReserveData, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReleases, PalletBalancesReserveData, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmContractHelpersSponsoringModeT, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletNonfungibleItemData, PalletRefungibleItemData, PalletTransactionPaymentReleases, PalletTreasuryProposal, PalletUniqueSchedulerV2BlockAgenda, PhantomTypeUpDataStructs, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, SpRuntimeDigest, SpTrieStorageProof, SpWeightsWeightV2Weight, UpDataStructsCollection, UpDataStructsCollectionStats, UpDataStructsProperties, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, XcmV1MultiLocation } from '@polkadot/types/lookup';
13import type { Observable } from '@polkadot/types/types';13import type { Observable } from '@polkadot/types/types';
1414
15export type __AugmentedQuery<ApiType extends ApiTypes> = AugmentedQuery<ApiType, () => unknown>;15export type __AugmentedQuery<ApiType extends ApiTypes> = AugmentedQuery<ApiType, () => unknown>;
566 * The weight we reserve at the beginning of the block for processing DMP messages. This566 * The weight we reserve at the beginning of the block for processing DMP messages. This
567 * overrides the amount set in the Config trait.567 * overrides the amount set in the Config trait.
568 **/568 **/
569 reservedDmpWeightOverride: AugmentedQuery<ApiType, () => Observable<Option<Weight>>, []> & QueryableStorageEntry<ApiType, []>;569 reservedDmpWeightOverride: AugmentedQuery<ApiType, () => Observable<Option<SpWeightsWeightV2Weight>>, []> & QueryableStorageEntry<ApiType, []>;
570 /**570 /**
571 * The weight we reserve at the beginning of the block for processing XCMP messages. This571 * The weight we reserve at the beginning of the block for processing XCMP messages. This
572 * overrides the amount set in the Config trait.572 * overrides the amount set in the Config trait.
573 **/573 **/
574 reservedXcmpWeightOverride: AugmentedQuery<ApiType, () => Observable<Option<Weight>>, []> & QueryableStorageEntry<ApiType, []>;574 reservedXcmpWeightOverride: AugmentedQuery<ApiType, () => Observable<Option<SpWeightsWeightV2Weight>>, []> & QueryableStorageEntry<ApiType, []>;
575 /**575 /**
576 * An option which indicates if the relay-chain restricts signalling a validation code upgrade.576 * An option which indicates if the relay-chain restricts signalling a validation code upgrade.
577 * In other words, if this is `Some` and [`NewValidationCode`] is `Some` then the produced577 * In other words, if this is `Some` and [`NewValidationCode`] is `Some` then the produced
modifiedtests/src/interfaces/augment-api-rpc.tsdiffbeforeafterboth
16import type { BlockHash } from '@polkadot/types/interfaces/chain';16import type { BlockHash } from '@polkadot/types/interfaces/chain';
17import type { PrefixedStorageKey } from '@polkadot/types/interfaces/childstate';17import type { PrefixedStorageKey } from '@polkadot/types/interfaces/childstate';
18import type { AuthorityId } from '@polkadot/types/interfaces/consensus';18import type { AuthorityId } from '@polkadot/types/interfaces/consensus';
19import type { CodeUploadRequest, CodeUploadResult, ContractCallRequest, ContractExecResult, ContractInstantiateResult, InstantiateRequest } from '@polkadot/types/interfaces/contracts';19import type { CodeUploadRequest, CodeUploadResult, ContractCallRequest, ContractExecResult, ContractInstantiateResult, InstantiateRequestV1 } from '@polkadot/types/interfaces/contracts';
20import type { BlockStats } from '@polkadot/types/interfaces/dev';20import type { BlockStats } from '@polkadot/types/interfaces/dev';
21import type { CreatedBlock } from '@polkadot/types/interfaces/engine';21import type { CreatedBlock } from '@polkadot/types/interfaces/engine';
22import type { EthAccount, EthCallRequest, EthFeeHistory, EthFilter, EthFilterChanges, EthLog, EthReceipt, EthRichBlock, EthSubKind, EthSubParams, EthSyncStatus, EthTransaction, EthTransactionRequest, EthWork } from '@polkadot/types/interfaces/eth';22import type { EthAccount, EthCallRequest, EthFeeHistory, EthFilter, EthFilterChanges, EthLog, EthReceipt, EthRichBlock, EthSubKind, EthSubParams, EthSyncStatus, EthTransaction, EthTransactionRequest, EthWork } from '@polkadot/types/interfaces/eth';
23import type { Extrinsic } from '@polkadot/types/interfaces/extrinsics';23import type { Extrinsic } from '@polkadot/types/interfaces/extrinsics';
24import type { EncodedFinalityProofs, JustificationNotification, ReportedRoundStates } from '@polkadot/types/interfaces/grandpa';24import type { EncodedFinalityProofs, JustificationNotification, ReportedRoundStates } from '@polkadot/types/interfaces/grandpa';
25import type { MmrLeafBatchProof, MmrLeafProof } from '@polkadot/types/interfaces/mmr';25import type { MmrLeafBatchProof, MmrLeafProof } from '@polkadot/types/interfaces/mmr';
26import type { StorageKind } from '@polkadot/types/interfaces/offchain';26import type { StorageKind } from '@polkadot/types/interfaces/offchain';
27import type { FeeDetails, RuntimeDispatchInfo } from '@polkadot/types/interfaces/payment';27import type { FeeDetails, RuntimeDispatchInfoV1 } from '@polkadot/types/interfaces/payment';
28import type { RpcMethods } from '@polkadot/types/interfaces/rpc';28import type { RpcMethods } from '@polkadot/types/interfaces/rpc';
29import type { AccountId, AccountId32, BlockNumber, H160, H256, H64, Hash, Header, Index, Justification, KeyValue, SignedBlock, StorageData } from '@polkadot/types/interfaces/runtime';29import type { AccountId, AccountId32, BlockNumber, H160, H256, H64, Hash, Header, Index, Justification, KeyValue, SignedBlock, StorageData } from '@polkadot/types/interfaces/runtime';
30import type { MigrationStatusResult, ReadProof, RuntimeVersion, TraceBlockResponse } from '@polkadot/types/interfaces/state';30import type { MigrationStatusResult, ReadProof, RuntimeVersion, TraceBlockResponse } from '@polkadot/types/interfaces/state';
174 * @deprecated Use the runtime interface `api.call.contractsApi.instantiate` instead174 * @deprecated Use the runtime interface `api.call.contractsApi.instantiate` instead
175 * Instantiate a new contract175 * Instantiate a new contract
176 **/176 **/
177 instantiate: AugmentedRpc<(request: InstantiateRequest | { origin?: any; value?: any; gasLimit?: any; storageDepositLimit?: any; code?: any; data?: any; salt?: any } | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<ContractInstantiateResult>>;177 instantiate: AugmentedRpc<(request: InstantiateRequestV1 | { origin?: any; value?: any; gasLimit?: any; code?: any; data?: any; salt?: any } | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<ContractInstantiateResult>>;
178 /**178 /**
179 * @deprecated Not available in newer versions of the contracts interfaces179 * @deprecated Not available in newer versions of the contracts interfaces
180 * Returns the projected time a given contract will be able to sustain paying its rent180 * Returns the projected time a given contract will be able to sustain paying its rent
425 localStorageSet: AugmentedRpc<(kind: StorageKind | 'PERSISTENT' | 'LOCAL' | number | Uint8Array, key: Bytes | string | Uint8Array, value: Bytes | string | Uint8Array) => Observable<Null>>;425 localStorageSet: AugmentedRpc<(kind: StorageKind | 'PERSISTENT' | 'LOCAL' | number | Uint8Array, key: Bytes | string | Uint8Array, value: Bytes | string | Uint8Array) => Observable<Null>>;
426 };426 };
427 payment: {427 payment: {
428 /**428 /**
429 * Query the detailed fee of a given encoded extrinsic429 * @deprecated Use `api.call.transactionPaymentApi.queryFeeDetails` instead
430 * Query the detailed fee of a given encoded extrinsic
430 **/431 **/
431 queryFeeDetails: AugmentedRpc<(extrinsic: Bytes | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<FeeDetails>>;432 queryFeeDetails: AugmentedRpc<(extrinsic: Bytes | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<FeeDetails>>;
432 /**433 /**
433 * Retrieves the fee information for an encoded extrinsic434 * @deprecated Use `api.call.transactionPaymentApi.queryInfo` instead
435 * Retrieves the fee information for an encoded extrinsic
434 **/436 **/
435 queryInfo: AugmentedRpc<(extrinsic: Bytes | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<RuntimeDispatchInfo>>;437 queryInfo: AugmentedRpc<(extrinsic: Bytes | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<RuntimeDispatchInfoV1>>;
436 };438 };
437 rmrk: {439 rmrk: {
438 /**440 /**
modifiedtests/src/interfaces/augment-api-runtime.tsdiffbeforeafterboth
229 **/229 **/
230 [key: string]: DecoratedCallBase<ApiType>;230 [key: string]: DecoratedCallBase<ApiType>;
231 };231 };
232 /** 0x37c8bb1350a9a2a8/1 */232 /** 0x37c8bb1350a9a2a8/2 */
233 transactionPaymentApi: {233 transactionPaymentApi: {
234 /**234 /**
235 * The transaction fee details235 * The transaction fee details
modifiedtests/src/interfaces/augment-api-tx.tsdiffbeforeafterboth
8import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@polkadot/api-base/types';8import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@polkadot/api-base/types';
9import type { Bytes, Compact, Option, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';9import type { Bytes, Compact, Option, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
10import type { AnyNumber, IMethod, ITuple } from '@polkadot/types-codec/types';10import type { AnyNumber, IMethod, ITuple } from '@polkadot/types-codec/types';
11import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill, Weight } from '@polkadot/types/interfaces/runtime';11import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';
12import type { CumulusPrimitivesParachainInherentParachainInherentData, EthereumLog, EthereumTransactionTransactionV2, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsPartEquippableList, RmrkTraitsPartPartType, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCreateCollectionData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, XcmV1MultiLocation, XcmV2WeightLimit, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';12import type { CumulusPrimitivesParachainInherentParachainInherentData, EthereumLog, EthereumTransactionTransactionV2, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsPartEquippableList, RmrkTraitsPartPartType, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, SpWeightsWeightV2Weight, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCreateCollectionData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, XcmV1MultiLocation, XcmV2WeightLimit, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
1313
14export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>;14export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>;
15export type __SubmittableExtrinsic<ApiType extends ApiTypes> = SubmittableExtrinsic<ApiType>;15export type __SubmittableExtrinsic<ApiType extends ApiTypes> = SubmittableExtrinsic<ApiType>;
243 * Events:243 * Events:
244 * - `OverweightServiced`: On success.244 * - `OverweightServiced`: On success.
245 **/245 **/
246 serviceOverweight: AugmentedSubmittable<(index: u64 | AnyNumber | Uint8Array, weightLimit: Weight | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64, Weight]>;246 serviceOverweight: AugmentedSubmittable<(index: u64 | AnyNumber | Uint8Array, weightLimit: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64, u64]>;
247 /**247 /**
248 * Generic tx248 * Generic tx
249 **/249 **/
383 * NOTE: A successful return to this does *not* imply that the `msg` was executed successfully383 * NOTE: A successful return to this does *not* imply that the `msg` was executed successfully
384 * to completion; only that *some* of it was executed.384 * to completion; only that *some* of it was executed.
385 **/385 **/
386 execute: AugmentedSubmittable<(message: XcmVersionedXcm | { V0: any } | { V1: any } | { V2: any } | string | Uint8Array, maxWeight: Weight | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedXcm, Weight]>;386 execute: AugmentedSubmittable<(message: XcmVersionedXcm | { V0: any } | { V1: any } | { V2: any } | string | Uint8Array, maxWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedXcm, u64]>;
387 /**387 /**
388 * Set a safe XCM version (the version that XCM should be encoded with if the most recent388 * Set a safe XCM version (the version that XCM should be encoded with if the most recent
389 * version a destination can accept is unknown).389 * version a destination can accept is unknown).
953 * - The weight of this call is defined by the caller.953 * - The weight of this call is defined by the caller.
954 * # </weight>954 * # </weight>
955 **/955 **/
956 sudoUncheckedWeight: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array, weight: Weight | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call, Weight]>;956 sudoUncheckedWeight: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array, weight: SpWeightsWeightV2Weight | { refTime?: any; proofSize?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call, SpWeightsWeightV2Weight]>;
957 /**957 /**
958 * Generic tx958 * Generic tx
959 **/959 **/
1759 * Events:1759 * Events:
1760 * - `OverweightServiced`: On success.1760 * - `OverweightServiced`: On success.
1761 **/1761 **/
1762 serviceOverweight: AugmentedSubmittable<(index: u64 | AnyNumber | Uint8Array, weightLimit: Weight | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64, Weight]>;1762 serviceOverweight: AugmentedSubmittable<(index: u64 | AnyNumber | Uint8Array, weightLimit: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64, u64]>;
1763 /**1763 /**
1764 * Suspends all XCM executions for the XCMP queue, regardless of the sender's origin.1764 * Suspends all XCM executions for the XCMP queue, regardless of the sender's origin.
1765 * 1765 *
1796 * - `origin`: Must pass `Root`.1796 * - `origin`: Must pass `Root`.
1797 * - `new`: Desired value for `QueueConfigData.threshold_weight`1797 * - `new`: Desired value for `QueueConfigData.threshold_weight`
1798 **/1798 **/
1799 updateThresholdWeight: AugmentedSubmittable<(updated: Weight | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Weight]>;1799 updateThresholdWeight: AugmentedSubmittable<(updated: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64]>;
1800 /**1800 /**
1801 * Overwrites the speed to which the available weight approaches the maximum weight.1801 * Overwrites the speed to which the available weight approaches the maximum weight.
1802 * A lower number results in a faster progression. A value of 1 makes the entire weight available initially.1802 * A lower number results in a faster progression. A value of 1 makes the entire weight available initially.
1803 * 1803 *
1804 * - `origin`: Must pass `Root`.1804 * - `origin`: Must pass `Root`.
1805 * - `new`: Desired value for `QueueConfigData.weight_restrict_decay`.1805 * - `new`: Desired value for `QueueConfigData.weight_restrict_decay`.
1806 **/1806 **/
1807 updateWeightRestrictDecay: AugmentedSubmittable<(updated: Weight | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Weight]>;1807 updateWeightRestrictDecay: AugmentedSubmittable<(updated: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64]>;
1808 /**1808 /**
1809 * Overwrite the maximum amount of weight any individual message may consume.1809 * Overwrite the maximum amount of weight any individual message may consume.
1810 * Messages above this weight go into the overweight queue and may only be serviced explicitly.1810 * Messages above this weight go into the overweight queue and may only be serviced explicitly.
1811 * 1811 *
1812 * - `origin`: Must pass `Root`.1812 * - `origin`: Must pass `Root`.
1813 * - `new`: Desired value for `QueueConfigData.xcmp_max_individual_weight`.1813 * - `new`: Desired value for `QueueConfigData.xcmp_max_individual_weight`.
1814 **/1814 **/
1815 updateXcmpMaxIndividualWeight: AugmentedSubmittable<(updated: Weight | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Weight]>;1815 updateXcmpMaxIndividualWeight: AugmentedSubmittable<(updated: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64]>;
1816 /**1816 /**
1817 * Generic tx1817 * Generic tx
1818 **/1818 **/
1819 [key: string]: SubmittableExtrinsicFunction<ApiType>;1819 [key: string]: SubmittableExtrinsicFunction<ApiType>;
1820 };1820 };
1821 xTokens: {1821 xTokens: {
1822 /**1822 /**
1823 * Transfer native currencies.1823 * Transfer native currencies.
1824 * 1824 *
1825 * `dest_weight` is the weight for XCM execution on the dest chain, and1825 * `dest_weight_limit` is the weight for XCM execution on the dest
1826 * it would be charged from the transferred assets. If set below1826 * chain, and it would be charged from the transferred assets. If set
1827 * requirements, the execution may fail and assets wouldn't be1827 * below requirements, the execution may fail and assets wouldn't be
1828 * received.1828 * received.
1829 * 1829 *
1830 * It's a no-op if any error on local XCM execution or message sending.1830 * It's a no-op if any error on local XCM execution or message sending.
1831 * Note sending assets out per se doesn't guarantee they would be1831 * Note sending assets out per se doesn't guarantee they would be
1832 * received. Receiving depends on if the XCM message could be delivered1832 * received. Receiving depends on if the XCM message could be delivered
1833 * by the network, and if the receiving chain would handle1833 * by the network, and if the receiving chain would handle
1834 * messages correctly.1834 * messages correctly.
1835 **/1835 **/
1836 transfer: AugmentedSubmittable<(currencyId: PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletForeignAssetsAssetIds, u128, XcmVersionedMultiLocation, u64]>;1836 transfer: AugmentedSubmittable<(currencyId: PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeightLimit: XcmV2WeightLimit | { Unlimited: any } | { Limited: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletForeignAssetsAssetIds, u128, XcmVersionedMultiLocation, XcmV2WeightLimit]>;
1837 /**1837 /**
1838 * Transfer `MultiAsset`.1838 * Transfer `MultiAsset`.
1839 * 1839 *
1840 * `dest_weight` is the weight for XCM execution on the dest chain, and1840 * `dest_weight_limit` is the weight for XCM execution on the dest
1841 * it would be charged from the transferred assets. If set below1841 * chain, and it would be charged from the transferred assets. If set
1842 * requirements, the execution may fail and assets wouldn't be1842 * below requirements, the execution may fail and assets wouldn't be
1843 * received.1843 * received.
1844 * 1844 *
1845 * It's a no-op if any error on local XCM execution or message sending.1845 * It's a no-op if any error on local XCM execution or message sending.
1846 * Note sending assets out per se doesn't guarantee they would be1846 * Note sending assets out per se doesn't guarantee they would be
1847 * received. Receiving depends on if the XCM message could be delivered1847 * received. Receiving depends on if the XCM message could be delivered
1848 * by the network, and if the receiving chain would handle1848 * by the network, and if the receiving chain would handle
1849 * messages correctly.1849 * messages correctly.
1850 **/1850 **/
1851 transferMultiasset: AugmentedSubmittable<(asset: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiAsset, XcmVersionedMultiLocation, u64]>;1851 transferMultiasset: AugmentedSubmittable<(asset: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeightLimit: XcmV2WeightLimit | { Unlimited: any } | { Limited: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiAsset, XcmVersionedMultiLocation, XcmV2WeightLimit]>;
1852 /**1852 /**
1853 * Transfer several `MultiAsset` specifying the item to be used as fee1853 * Transfer several `MultiAsset` specifying the item to be used as fee
1854 * 1854 *
1855 * `dest_weight` is the weight for XCM execution on the dest chain, and1855 * `dest_weight_limit` is the weight for XCM execution on the dest
1856 * it would be charged from the transferred assets. If set below1856 * chain, and it would be charged from the transferred assets. If set
1857 * requirements, the execution may fail and assets wouldn't be1857 * below requirements, the execution may fail and assets wouldn't be
1858 * received.1858 * received.
1859 * 1859 *
1860 * `fee_item` is index of the MultiAssets that we want to use for1860 * `fee_item` is index of the MultiAssets that we want to use for
1861 * payment1861 * payment
1862 * 1862 *
1863 * It's a no-op if any error on local XCM execution or message sending.1863 * It's a no-op if any error on local XCM execution or message sending.
1864 * Note sending assets out per se doesn't guarantee they would be1864 * Note sending assets out per se doesn't guarantee they would be
1865 * received. Receiving depends on if the XCM message could be delivered1865 * received. Receiving depends on if the XCM message could be delivered
1866 * by the network, and if the receiving chain would handle1866 * by the network, and if the receiving chain would handle
1867 * messages correctly.1867 * messages correctly.
1868 **/1868 **/
1869 transferMultiassets: AugmentedSubmittable<(assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeItem: u32 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiAssets, u32, XcmVersionedMultiLocation, u64]>;1869 transferMultiassets: AugmentedSubmittable<(assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeItem: u32 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeightLimit: XcmV2WeightLimit | { Unlimited: any } | { Limited: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiAssets, u32, XcmVersionedMultiLocation, XcmV2WeightLimit]>;
1870 /**1870 /**
1871 * Transfer `MultiAsset` specifying the fee and amount as separate.1871 * Transfer `MultiAsset` specifying the fee and amount as separate.
1872 * 1872 *
1873 * `dest_weight` is the weight for XCM execution on the dest chain, and1873 * `dest_weight_limit` is the weight for XCM execution on the dest
1874 * it would be charged from the transferred assets. If set below1874 * chain, and it would be charged from the transferred assets. If set
1875 * requirements, the execution may fail and assets wouldn't be1875 * below requirements, the execution may fail and assets wouldn't be
1876 * received.1876 * received.
1877 * 1877 *
1878 * `fee` is the multiasset to be spent to pay for execution in1878 * `fee` is the multiasset to be spent to pay for execution in
1879 * destination chain. Both fee and amount will be subtracted form the1879 * destination chain. Both fee and amount will be subtracted form the
1880 * callers balance For now we only accept fee and asset having the same1880 * callers balance For now we only accept fee and asset having the same
1881 * `MultiLocation` id.1881 * `MultiLocation` id.
1882 * 1882 *
1883 * If `fee` is not high enough to cover for the execution costs in the1883 * If `fee` is not high enough to cover for the execution costs in the
1884 * destination chain, then the assets will be trapped in the1884 * destination chain, then the assets will be trapped in the
1885 * destination chain1885 * destination chain
1886 * 1886 *
1887 * It's a no-op if any error on local XCM execution or message sending.1887 * It's a no-op if any error on local XCM execution or message sending.
1888 * Note sending assets out per se doesn't guarantee they would be1888 * Note sending assets out per se doesn't guarantee they would be
1889 * received. Receiving depends on if the XCM message could be delivered1889 * received. Receiving depends on if the XCM message could be delivered
1890 * by the network, and if the receiving chain would handle1890 * by the network, and if the receiving chain would handle
1891 * messages correctly.1891 * messages correctly.
1892 **/1892 **/
1893 transferMultiassetWithFee: AugmentedSubmittable<(asset: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, fee: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiAsset, XcmVersionedMultiAsset, XcmVersionedMultiLocation, u64]>;1893 transferMultiassetWithFee: AugmentedSubmittable<(asset: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, fee: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeightLimit: XcmV2WeightLimit | { Unlimited: any } | { Limited: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiAsset, XcmVersionedMultiAsset, XcmVersionedMultiLocation, XcmV2WeightLimit]>;
1894 /**1894 /**
1895 * Transfer several currencies specifying the item to be used as fee1895 * Transfer several currencies specifying the item to be used as fee
1896 * 1896 *
1897 * `dest_weight` is the weight for XCM execution on the dest chain, and1897 * `dest_weight_limit` is the weight for XCM execution on the dest
1898 * it would be charged from the transferred assets. If set below1898 * chain, and it would be charged from the transferred assets. If set
1899 * requirements, the execution may fail and assets wouldn't be1899 * below requirements, the execution may fail and assets wouldn't be
1900 * received.1900 * received.
1901 * 1901 *
1902 * `fee_item` is index of the currencies tuple that we want to use for1902 * `fee_item` is index of the currencies tuple that we want to use for
1903 * payment1903 * payment
1904 * 1904 *
1905 * It's a no-op if any error on local XCM execution or message sending.1905 * It's a no-op if any error on local XCM execution or message sending.
1906 * Note sending assets out per se doesn't guarantee they would be1906 * Note sending assets out per se doesn't guarantee they would be
1907 * received. Receiving depends on if the XCM message could be delivered1907 * received. Receiving depends on if the XCM message could be delivered
1908 * by the network, and if the receiving chain would handle1908 * by the network, and if the receiving chain would handle
1909 * messages correctly.1909 * messages correctly.
1910 **/1910 **/
1911 transferMulticurrencies: AugmentedSubmittable<(currencies: Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>> | ([PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, u128 | AnyNumber | Uint8Array])[], feeItem: u32 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>>, u32, XcmVersionedMultiLocation, u64]>;1911 transferMulticurrencies: AugmentedSubmittable<(currencies: Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>> | ([PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, u128 | AnyNumber | Uint8Array])[], feeItem: u32 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeightLimit: XcmV2WeightLimit | { Unlimited: any } | { Limited: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>>, u32, XcmVersionedMultiLocation, XcmV2WeightLimit]>;
1912 /**1912 /**
1913 * Transfer native currencies specifying the fee and amount as1913 * Transfer native currencies specifying the fee and amount as
1914 * separate.1914 * separate.
1915 * 1915 *
1916 * `dest_weight` is the weight for XCM execution on the dest chain, and1916 * `dest_weight_limit` is the weight for XCM execution on the dest
1917 * it would be charged from the transferred assets. If set below1917 * chain, and it would be charged from the transferred assets. If set
1918 * requirements, the execution may fail and assets wouldn't be1918 * below requirements, the execution may fail and assets wouldn't be
1919 * received.1919 * received.
1920 * 1920 *
1921 * `fee` is the amount to be spent to pay for execution in destination1921 * `fee` is the amount to be spent to pay for execution in destination
1922 * chain. Both fee and amount will be subtracted form the callers1922 * chain. Both fee and amount will be subtracted form the callers
1923 * balance.1923 * balance.
1924 * 1924 *
1925 * If `fee` is not high enough to cover for the execution costs in the1925 * If `fee` is not high enough to cover for the execution costs in the
1926 * destination chain, then the assets will be trapped in the1926 * destination chain, then the assets will be trapped in the
1927 * destination chain1927 * destination chain
1928 * 1928 *
1929 * It's a no-op if any error on local XCM execution or message sending.1929 * It's a no-op if any error on local XCM execution or message sending.
1930 * Note sending assets out per se doesn't guarantee they would be1930 * Note sending assets out per se doesn't guarantee they would be
1931 * received. Receiving depends on if the XCM message could be delivered1931 * received. Receiving depends on if the XCM message could be delivered
1932 * by the network, and if the receiving chain would handle1932 * by the network, and if the receiving chain would handle
1933 * messages correctly.1933 * messages correctly.
1934 **/1934 **/
1935 transferWithFee: AugmentedSubmittable<(currencyId: PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array, fee: u128 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletForeignAssetsAssetIds, u128, u128, XcmVersionedMultiLocation, u64]>;1935 transferWithFee: AugmentedSubmittable<(currencyId: PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array, fee: u128 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeightLimit: XcmV2WeightLimit | { Unlimited: any } | { Limited: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletForeignAssetsAssetIds, u128, u128, XcmVersionedMultiLocation, XcmV2WeightLimit]>;
1936 /**1936 /**
1937 * Generic tx1937 * Generic tx
1938 **/1938 **/
modifiedtests/src/interfaces/augment-types.tsdiffbeforeafterboth
5// this is required to allow for ambient/previous definitions5// this is required to allow for ambient/previous definitions
6import '@polkadot/types/types/registry';6import '@polkadot/types/types/registry';
77
8import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerV2BlockAgenda, PalletUniqueSchedulerV2Call, PalletUniqueSchedulerV2Error, PalletUniqueSchedulerV2Event, PalletUniqueSchedulerV2Scheduled, PalletUniqueSchedulerV2ScheduledCall, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './default';8import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerV2BlockAgenda, PalletUniqueSchedulerV2Call, PalletUniqueSchedulerV2Error, PalletUniqueSchedulerV2Event, PalletUniqueSchedulerV2Scheduled, PalletUniqueSchedulerV2ScheduledCall, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './default';
9import type { Data, StorageKey } from '@polkadot/types';9import type { Data, StorageKey } from '@polkadot/types';
10import type { BitVec, Bool, Bytes, F32, F64, I128, I16, I256, I32, I64, I8, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, f32, f64, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';10import type { BitVec, Bool, Bytes, F32, F64, I128, I16, I256, I32, I64, I8, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, f32, f64, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';
11import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';11import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';
24import type { StatementKind } from '@polkadot/types/interfaces/claims';24import type { StatementKind } from '@polkadot/types/interfaces/claims';
25import type { CollectiveOrigin, MemberCount, ProposalIndex, Votes, VotesTo230 } from '@polkadot/types/interfaces/collective';25import type { CollectiveOrigin, MemberCount, ProposalIndex, Votes, VotesTo230 } from '@polkadot/types/interfaces/collective';
26import type { AuthorityId, RawVRFOutput } from '@polkadot/types/interfaces/consensus';26import type { AuthorityId, RawVRFOutput } from '@polkadot/types/interfaces/consensus';
27import type { AliveContractInfo, CodeHash, CodeSource, CodeUploadRequest, CodeUploadResult, CodeUploadResultValue, ContractCallFlags, ContractCallRequest, ContractExecResult, ContractExecResultOk, ContractExecResultResult, ContractExecResultSuccessTo255, ContractExecResultSuccessTo260, ContractExecResultTo255, ContractExecResultTo260, ContractExecResultTo267, ContractInfo, ContractInstantiateResult, ContractInstantiateResultTo267, ContractInstantiateResultTo299, ContractReturnFlags, ContractStorageKey, DeletedContract, ExecReturnValue, Gas, HostFnWeights, HostFnWeightsTo264, InstantiateRequest, InstantiateRequestV1, InstantiateRequestV2, InstantiateReturnValue, InstantiateReturnValueOk, InstantiateReturnValueTo267, InstructionWeights, Limits, LimitsTo264, PrefabWasmModule, RentProjection, Schedule, ScheduleTo212, ScheduleTo258, ScheduleTo264, SeedOf, StorageDeposit, TombstoneContractInfo, TrieId } from '@polkadot/types/interfaces/contracts';27import type { AliveContractInfo, CodeHash, CodeSource, CodeUploadRequest, CodeUploadResult, CodeUploadResultValue, ContractCallFlags, ContractCallRequest, ContractExecResult, ContractExecResultOk, ContractExecResultResult, ContractExecResultSuccessTo255, ContractExecResultSuccessTo260, ContractExecResultTo255, ContractExecResultTo260, ContractExecResultTo267, ContractExecResultU64, ContractInfo, ContractInstantiateResult, ContractInstantiateResultTo267, ContractInstantiateResultTo299, ContractInstantiateResultU64, ContractReturnFlags, ContractStorageKey, DeletedContract, ExecReturnValue, Gas, HostFnWeights, HostFnWeightsTo264, InstantiateRequest, InstantiateRequestV1, InstantiateRequestV2, InstantiateReturnValue, InstantiateReturnValueOk, InstantiateReturnValueTo267, InstructionWeights, Limits, LimitsTo264, PrefabWasmModule, RentProjection, Schedule, ScheduleTo212, ScheduleTo258, ScheduleTo264, SeedOf, StorageDeposit, TombstoneContractInfo, TrieId } from '@polkadot/types/interfaces/contracts';
28import type { ContractConstructorSpecLatest, ContractConstructorSpecV0, ContractConstructorSpecV1, ContractConstructorSpecV2, ContractConstructorSpecV3, ContractContractSpecV0, ContractContractSpecV1, ContractContractSpecV2, ContractContractSpecV3, ContractContractSpecV4, ContractCryptoHasher, ContractDiscriminant, ContractDisplayName, ContractEventParamSpecLatest, ContractEventParamSpecV0, ContractEventParamSpecV2, ContractEventSpecLatest, ContractEventSpecV0, ContractEventSpecV1, ContractEventSpecV2, ContractLayoutArray, ContractLayoutCell, ContractLayoutEnum, ContractLayoutHash, ContractLayoutHashingStrategy, ContractLayoutKey, ContractLayoutStruct, ContractLayoutStructField, ContractMessageParamSpecLatest, ContractMessageParamSpecV0, ContractMessageParamSpecV2, ContractMessageSpecLatest, ContractMessageSpecV0, ContractMessageSpecV1, ContractMessageSpecV2, ContractMetadata, ContractMetadataLatest, ContractMetadataV0, ContractMetadataV1, ContractMetadataV2, ContractMetadataV3, ContractMetadataV4, ContractProject, ContractProjectContract, ContractProjectInfo, ContractProjectSource, ContractProjectV0, ContractSelector, ContractStorageLayout, ContractTypeSpec } from '@polkadot/types/interfaces/contractsAbi';28import type { ContractConstructorSpecLatest, ContractConstructorSpecV0, ContractConstructorSpecV1, ContractConstructorSpecV2, ContractConstructorSpecV3, ContractContractSpecV0, ContractContractSpecV1, ContractContractSpecV2, ContractContractSpecV3, ContractContractSpecV4, ContractCryptoHasher, ContractDiscriminant, ContractDisplayName, ContractEventParamSpecLatest, ContractEventParamSpecV0, ContractEventParamSpecV2, ContractEventSpecLatest, ContractEventSpecV0, ContractEventSpecV1, ContractEventSpecV2, ContractLayoutArray, ContractLayoutCell, ContractLayoutEnum, ContractLayoutHash, ContractLayoutHashingStrategy, ContractLayoutKey, ContractLayoutStruct, ContractLayoutStructField, ContractMessageParamSpecLatest, ContractMessageParamSpecV0, ContractMessageParamSpecV2, ContractMessageSpecLatest, ContractMessageSpecV0, ContractMessageSpecV1, ContractMessageSpecV2, ContractMetadata, ContractMetadataLatest, ContractMetadataV0, ContractMetadataV1, ContractMetadataV2, ContractMetadataV3, ContractMetadataV4, ContractProject, ContractProjectContract, ContractProjectInfo, ContractProjectSource, ContractProjectV0, ContractSelector, ContractStorageLayout, ContractTypeSpec } from '@polkadot/types/interfaces/contractsAbi';
29import type { FundIndex, FundInfo, LastContribution, TrieIndex } from '@polkadot/types/interfaces/crowdloan';29import type { FundIndex, FundInfo, LastContribution, TrieIndex } from '@polkadot/types/interfaces/crowdloan';
30import type { CollationInfo, CollationInfoV1, ConfigData, MessageId, OverweightIndex, PageCounter, PageIndexData } from '@polkadot/types/interfaces/cumulus';30import type { CollationInfo, CollationInfoV1, ConfigData, MessageId, OverweightIndex, PageCounter, PageIndexData } from '@polkadot/types/interfaces/cumulus';
47import type { StorageKind } from '@polkadot/types/interfaces/offchain';47import type { StorageKind } from '@polkadot/types/interfaces/offchain';
48import type { DeferredOffenceOf, Kind, OffenceDetails, Offender, OpaqueTimeSlot, ReportIdOf, Reporter } from '@polkadot/types/interfaces/offences';48import type { DeferredOffenceOf, Kind, OffenceDetails, Offender, OpaqueTimeSlot, ReportIdOf, Reporter } from '@polkadot/types/interfaces/offences';
49import type { AbridgedCandidateReceipt, AbridgedHostConfiguration, AbridgedHrmpChannel, AssignmentId, AssignmentKind, AttestedCandidate, AuctionIndex, AuthorityDiscoveryId, AvailabilityBitfield, AvailabilityBitfieldRecord, BackedCandidate, Bidder, BufferedSessionChange, CandidateCommitments, CandidateDescriptor, CandidateEvent, CandidateHash, CandidateInfo, CandidatePendingAvailability, CandidateReceipt, CollatorId, CollatorSignature, CommittedCandidateReceipt, CoreAssignment, CoreIndex, CoreOccupied, CoreState, DisputeLocation, DisputeResult, DisputeState, DisputeStatement, DisputeStatementSet, DoubleVoteReport, DownwardMessage, ExplicitDisputeStatement, GlobalValidationData, GlobalValidationSchedule, GroupIndex, GroupRotationInfo, HeadData, HostConfiguration, HrmpChannel, HrmpChannelId, HrmpOpenChannelRequest, InboundDownwardMessage, InboundHrmpMessage, InboundHrmpMessages, IncomingParachain, IncomingParachainDeploy, IncomingParachainFixed, InvalidDisputeStatementKind, LeasePeriod, LeasePeriodOf, LocalValidationData, MessageIngestionType, MessageQueueChain, MessagingStateSnapshot, MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, OccupiedCore, OccupiedCoreAssumption, OldV1SessionInfo, OutboundHrmpMessage, ParaGenesisArgs, ParaId, ParaInfo, ParaLifecycle, ParaPastCodeMeta, ParaScheduling, ParaValidatorIndex, ParachainDispatchOrigin, ParachainInherentData, ParachainProposal, ParachainsInherentData, ParathreadClaim, ParathreadClaimQueue, ParathreadEntry, PersistedValidationData, PvfCheckStatement, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, RelayChainBlockNumber, RelayChainHash, RelayHash, Remark, ReplacementTimes, Retriable, ScheduledCore, Scheduling, ScrapedOnChainVotes, ServiceQuality, SessionInfo, SessionInfoValidatorGroup, SignedAvailabilityBitfield, SignedAvailabilityBitfields, SigningContext, SlotRange, SlotRange10, Statement, SubId, SystemInherentData, TransientValidationData, UpgradeGoAhead, UpgradeRestriction, UpwardMessage, ValidDisputeStatementKind, ValidationCode, ValidationCodeHash, ValidationData, ValidationDataType, ValidationFunctionParams, ValidatorSignature, ValidityAttestation, VecInboundHrmpMessage, WinnersData, WinnersData10, WinnersDataTuple, WinnersDataTuple10, WinningData, WinningData10, WinningDataEntry } from '@polkadot/types/interfaces/parachains';49import type { AbridgedCandidateReceipt, AbridgedHostConfiguration, AbridgedHrmpChannel, AssignmentId, AssignmentKind, AttestedCandidate, AuctionIndex, AuthorityDiscoveryId, AvailabilityBitfield, AvailabilityBitfieldRecord, BackedCandidate, Bidder, BufferedSessionChange, CandidateCommitments, CandidateDescriptor, CandidateEvent, CandidateHash, CandidateInfo, CandidatePendingAvailability, CandidateReceipt, CollatorId, CollatorSignature, CommittedCandidateReceipt, CoreAssignment, CoreIndex, CoreOccupied, CoreState, DisputeLocation, DisputeResult, DisputeState, DisputeStatement, DisputeStatementSet, DoubleVoteReport, DownwardMessage, ExplicitDisputeStatement, GlobalValidationData, GlobalValidationSchedule, GroupIndex, GroupRotationInfo, HeadData, HostConfiguration, HrmpChannel, HrmpChannelId, HrmpOpenChannelRequest, InboundDownwardMessage, InboundHrmpMessage, InboundHrmpMessages, IncomingParachain, IncomingParachainDeploy, IncomingParachainFixed, InvalidDisputeStatementKind, LeasePeriod, LeasePeriodOf, LocalValidationData, MessageIngestionType, MessageQueueChain, MessagingStateSnapshot, MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, OccupiedCore, OccupiedCoreAssumption, OldV1SessionInfo, OutboundHrmpMessage, ParaGenesisArgs, ParaId, ParaInfo, ParaLifecycle, ParaPastCodeMeta, ParaScheduling, ParaValidatorIndex, ParachainDispatchOrigin, ParachainInherentData, ParachainProposal, ParachainsInherentData, ParathreadClaim, ParathreadClaimQueue, ParathreadEntry, PersistedValidationData, PvfCheckStatement, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, RelayChainBlockNumber, RelayChainHash, RelayHash, Remark, ReplacementTimes, Retriable, ScheduledCore, Scheduling, ScrapedOnChainVotes, ServiceQuality, SessionInfo, SessionInfoValidatorGroup, SignedAvailabilityBitfield, SignedAvailabilityBitfields, SigningContext, SlotRange, SlotRange10, Statement, SubId, SystemInherentData, TransientValidationData, UpgradeGoAhead, UpgradeRestriction, UpwardMessage, ValidDisputeStatementKind, ValidationCode, ValidationCodeHash, ValidationData, ValidationDataType, ValidationFunctionParams, ValidatorSignature, ValidityAttestation, VecInboundHrmpMessage, WinnersData, WinnersData10, WinnersDataTuple, WinnersDataTuple10, WinningData, WinningData10, WinningDataEntry } from '@polkadot/types/interfaces/parachains';
50import type { FeeDetails, InclusionFee, RuntimeDispatchInfo } from '@polkadot/types/interfaces/payment';50import type { FeeDetails, InclusionFee, RuntimeDispatchInfo, RuntimeDispatchInfoV1, RuntimeDispatchInfoV2 } from '@polkadot/types/interfaces/payment';
51import type { Approvals } from '@polkadot/types/interfaces/poll';51import type { Approvals } from '@polkadot/types/interfaces/poll';
52import type { ProxyAnnouncement, ProxyDefinition, ProxyType } from '@polkadot/types/interfaces/proxy';52import type { ProxyAnnouncement, ProxyDefinition, ProxyType } from '@polkadot/types/interfaces/proxy';
53import type { AccountStatus, AccountValidity } from '@polkadot/types/interfaces/purchase';53import type { AccountStatus, AccountValidity } from '@polkadot/types/interfaces/purchase';
273 ContractExecResultTo255: ContractExecResultTo255;273 ContractExecResultTo255: ContractExecResultTo255;
274 ContractExecResultTo260: ContractExecResultTo260;274 ContractExecResultTo260: ContractExecResultTo260;
275 ContractExecResultTo267: ContractExecResultTo267;275 ContractExecResultTo267: ContractExecResultTo267;
276 ContractExecResultU64: ContractExecResultU64;
276 ContractInfo: ContractInfo;277 ContractInfo: ContractInfo;
277 ContractInstantiateResult: ContractInstantiateResult;278 ContractInstantiateResult: ContractInstantiateResult;
278 ContractInstantiateResultTo267: ContractInstantiateResultTo267;279 ContractInstantiateResultTo267: ContractInstantiateResultTo267;
279 ContractInstantiateResultTo299: ContractInstantiateResultTo299;280 ContractInstantiateResultTo299: ContractInstantiateResultTo299;
281 ContractInstantiateResultU64: ContractInstantiateResultU64;
280 ContractLayoutArray: ContractLayoutArray;282 ContractLayoutArray: ContractLayoutArray;
281 ContractLayoutCell: ContractLayoutCell;283 ContractLayoutCell: ContractLayoutCell;
282 ContractLayoutEnum: ContractLayoutEnum;284 ContractLayoutEnum: ContractLayoutEnum;
1067 RpcMethods: RpcMethods;1069 RpcMethods: RpcMethods;
1068 RuntimeDbWeight: RuntimeDbWeight;1070 RuntimeDbWeight: RuntimeDbWeight;
1069 RuntimeDispatchInfo: RuntimeDispatchInfo;1071 RuntimeDispatchInfo: RuntimeDispatchInfo;
1072 RuntimeDispatchInfoV1: RuntimeDispatchInfoV1;
1073 RuntimeDispatchInfoV2: RuntimeDispatchInfoV2;
1070 RuntimeVersion: RuntimeVersion;1074 RuntimeVersion: RuntimeVersion;
1071 RuntimeVersionApi: RuntimeVersionApi;1075 RuntimeVersionApi: RuntimeVersionApi;
1072 RuntimeVersionPartial: RuntimeVersionPartial;1076 RuntimeVersionPartial: RuntimeVersionPartial;
1198 SpTrieStorageProof: SpTrieStorageProof;1202 SpTrieStorageProof: SpTrieStorageProof;
1199 SpVersionRuntimeVersion: SpVersionRuntimeVersion;1203 SpVersionRuntimeVersion: SpVersionRuntimeVersion;
1200 SpWeightsRuntimeDbWeight: SpWeightsRuntimeDbWeight;1204 SpWeightsRuntimeDbWeight: SpWeightsRuntimeDbWeight;
1205 SpWeightsWeightV2Weight: SpWeightsWeightV2Weight;
1201 Sr25519Signature: Sr25519Signature;1206 Sr25519Signature: Sr25519Signature;
1202 StakingLedger: StakingLedger;1207 StakingLedger: StakingLedger;
1203 StakingLedgerTo223: StakingLedgerTo223;1208 StakingLedgerTo223: StakingLedgerTo223;
modifiedtests/src/interfaces/default/types.tsdiffbeforeafterboth
33
4import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';4import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
5import type { ITuple } from '@polkadot/types-codec/types';5import type { ITuple } from '@polkadot/types-codec/types';
6import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill, Weight } from '@polkadot/types/interfaces/runtime';6import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';
7import type { Event } from '@polkadot/types/interfaces/system';7import type { Event } from '@polkadot/types/interfaces/system';
88
9/** @name CumulusPalletDmpQueueCall */9/** @name CumulusPalletDmpQueueCall */
10export interface CumulusPalletDmpQueueCall extends Enum {10export interface CumulusPalletDmpQueueCall extends Enum {
11 readonly isServiceOverweight: boolean;11 readonly isServiceOverweight: boolean;
12 readonly asServiceOverweight: {12 readonly asServiceOverweight: {
13 readonly index: u64;13 readonly index: u64;
14 readonly weightLimit: Weight;14 readonly weightLimit: u64;
15 } & Struct;15 } & Struct;
16 readonly type: 'ServiceOverweight';16 readonly type: 'ServiceOverweight';
17}17}
1818
19/** @name CumulusPalletDmpQueueConfigData */19/** @name CumulusPalletDmpQueueConfigData */
20export interface CumulusPalletDmpQueueConfigData extends Struct {20export interface CumulusPalletDmpQueueConfigData extends Struct {
21 readonly maxIndividual: Weight;21 readonly maxIndividual: SpWeightsWeightV2Weight;
22}22}
2323
24/** @name CumulusPalletDmpQueueError */24/** @name CumulusPalletDmpQueueError */
46 readonly isWeightExhausted: boolean;46 readonly isWeightExhausted: boolean;
47 readonly asWeightExhausted: {47 readonly asWeightExhausted: {
48 readonly messageId: U8aFixed;48 readonly messageId: U8aFixed;
49 readonly remainingWeight: Weight;49 readonly remainingWeight: SpWeightsWeightV2Weight;
50 readonly requiredWeight: Weight;50 readonly requiredWeight: SpWeightsWeightV2Weight;
51 } & Struct;51 } & Struct;
52 readonly isOverweightEnqueued: boolean;52 readonly isOverweightEnqueued: boolean;
53 readonly asOverweightEnqueued: {53 readonly asOverweightEnqueued: {
54 readonly messageId: U8aFixed;54 readonly messageId: U8aFixed;
55 readonly overweightIndex: u64;55 readonly overweightIndex: u64;
56 readonly requiredWeight: Weight;56 readonly requiredWeight: SpWeightsWeightV2Weight;
57 } & Struct;57 } & Struct;
58 readonly isOverweightServiced: boolean;58 readonly isOverweightServiced: boolean;
59 readonly asOverweightServiced: {59 readonly asOverweightServiced: {
60 readonly overweightIndex: u64;60 readonly overweightIndex: u64;
61 readonly weightUsed: Weight;61 readonly weightUsed: SpWeightsWeightV2Weight;
62 } & Struct;62 } & Struct;
63 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';63 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';
64}64}
122 } & Struct;122 } & Struct;
123 readonly isDownwardMessagesProcessed: boolean;123 readonly isDownwardMessagesProcessed: boolean;
124 readonly asDownwardMessagesProcessed: {124 readonly asDownwardMessagesProcessed: {
125 readonly weightUsed: Weight;125 readonly weightUsed: SpWeightsWeightV2Weight;
126 readonly dmqHead: H256;126 readonly dmqHead: H256;
127 } & Struct;127 } & Struct;
128 readonly type: 'ValidationFunctionStored' | 'ValidationFunctionApplied' | 'ValidationFunctionDiscarded' | 'UpgradeAuthorized' | 'DownwardMessagesReceived' | 'DownwardMessagesProcessed';128 readonly type: 'ValidationFunctionStored' | 'ValidationFunctionApplied' | 'ValidationFunctionDiscarded' | 'UpgradeAuthorized' | 'DownwardMessagesReceived' | 'DownwardMessagesProcessed';
166 readonly isServiceOverweight: boolean;166 readonly isServiceOverweight: boolean;
167 readonly asServiceOverweight: {167 readonly asServiceOverweight: {
168 readonly index: u64;168 readonly index: u64;
169 readonly weightLimit: Weight;169 readonly weightLimit: u64;
170 } & Struct;170 } & Struct;
171 readonly isSuspendXcmExecution: boolean;171 readonly isSuspendXcmExecution: boolean;
172 readonly isResumeXcmExecution: boolean;172 readonly isResumeXcmExecution: boolean;
184 } & Struct;184 } & Struct;
185 readonly isUpdateThresholdWeight: boolean;185 readonly isUpdateThresholdWeight: boolean;
186 readonly asUpdateThresholdWeight: {186 readonly asUpdateThresholdWeight: {
187 readonly new_: Weight;187 readonly new_: u64;
188 } & Struct;188 } & Struct;
189 readonly isUpdateWeightRestrictDecay: boolean;189 readonly isUpdateWeightRestrictDecay: boolean;
190 readonly asUpdateWeightRestrictDecay: {190 readonly asUpdateWeightRestrictDecay: {
191 readonly new_: Weight;191 readonly new_: u64;
192 } & Struct;192 } & Struct;
193 readonly isUpdateXcmpMaxIndividualWeight: boolean;193 readonly isUpdateXcmpMaxIndividualWeight: boolean;
194 readonly asUpdateXcmpMaxIndividualWeight: {194 readonly asUpdateXcmpMaxIndividualWeight: {
195 readonly new_: Weight;195 readonly new_: u64;
196 } & Struct;196 } & Struct;
197 readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';197 readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';
198}198}
212 readonly isSuccess: boolean;212 readonly isSuccess: boolean;
213 readonly asSuccess: {213 readonly asSuccess: {
214 readonly messageHash: Option<H256>;214 readonly messageHash: Option<H256>;
215 readonly weight: Weight;215 readonly weight: SpWeightsWeightV2Weight;
216 } & Struct;216 } & Struct;
217 readonly isFail: boolean;217 readonly isFail: boolean;
218 readonly asFail: {218 readonly asFail: {
219 readonly messageHash: Option<H256>;219 readonly messageHash: Option<H256>;
220 readonly error: XcmV2TraitsError;220 readonly error: XcmV2TraitsError;
221 readonly weight: Weight;221 readonly weight: SpWeightsWeightV2Weight;
222 } & Struct;222 } & Struct;
223 readonly isBadVersion: boolean;223 readonly isBadVersion: boolean;
224 readonly asBadVersion: {224 readonly asBadVersion: {
241 readonly sender: u32;241 readonly sender: u32;
242 readonly sentAt: u32;242 readonly sentAt: u32;
243 readonly index: u64;243 readonly index: u64;
244 readonly required: Weight;244 readonly required: SpWeightsWeightV2Weight;
245 } & Struct;245 } & Struct;
246 readonly isOverweightServiced: boolean;246 readonly isOverweightServiced: boolean;
247 readonly asOverweightServiced: {247 readonly asOverweightServiced: {
248 readonly index: u64;248 readonly index: u64;
249 readonly used: Weight;249 readonly used: SpWeightsWeightV2Weight;
250 } & Struct;250 } & Struct;
251 readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';251 readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';
252}252}
286 readonly suspendThreshold: u32;286 readonly suspendThreshold: u32;
287 readonly dropThreshold: u32;287 readonly dropThreshold: u32;
288 readonly resumeThreshold: u32;288 readonly resumeThreshold: u32;
289 readonly thresholdWeight: Weight;289 readonly thresholdWeight: SpWeightsWeightV2Weight;
290 readonly weightRestrictDecay: Weight;290 readonly weightRestrictDecay: SpWeightsWeightV2Weight;
291 readonly xcmpMaxIndividualWeight: Weight;291 readonly xcmpMaxIndividualWeight: SpWeightsWeightV2Weight;
292}292}
293293
294/** @name CumulusPrimitivesParachainInherentParachainInherentData */294/** @name CumulusPrimitivesParachainInherentParachainInherentData */
511511
512/** @name FrameSupportDispatchDispatchInfo */512/** @name FrameSupportDispatchDispatchInfo */
513export interface FrameSupportDispatchDispatchInfo extends Struct {513export interface FrameSupportDispatchDispatchInfo extends Struct {
514 readonly weight: Weight;514 readonly weight: SpWeightsWeightV2Weight;
515 readonly class: FrameSupportDispatchDispatchClass;515 readonly class: FrameSupportDispatchDispatchClass;
516 readonly paysFee: FrameSupportDispatchPays;516 readonly paysFee: FrameSupportDispatchPays;
517}517}
532532
533/** @name FrameSupportDispatchPerDispatchClassWeight */533/** @name FrameSupportDispatchPerDispatchClassWeight */
534export interface FrameSupportDispatchPerDispatchClassWeight extends Struct {534export interface FrameSupportDispatchPerDispatchClassWeight extends Struct {
535 readonly normal: Weight;535 readonly normal: SpWeightsWeightV2Weight;
536 readonly operational: Weight;536 readonly operational: SpWeightsWeightV2Weight;
537 readonly mandatory: Weight;537 readonly mandatory: SpWeightsWeightV2Weight;
538}538}
539539
540/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass */540/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass */
688688
689/** @name FrameSystemLimitsBlockWeights */689/** @name FrameSystemLimitsBlockWeights */
690export interface FrameSystemLimitsBlockWeights extends Struct {690export interface FrameSystemLimitsBlockWeights extends Struct {
691 readonly baseBlock: Weight;691 readonly baseBlock: SpWeightsWeightV2Weight;
692 readonly maxBlock: Weight;692 readonly maxBlock: SpWeightsWeightV2Weight;
693 readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;693 readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
694}694}
695695
696/** @name FrameSystemLimitsWeightsPerClass */696/** @name FrameSystemLimitsWeightsPerClass */
697export interface FrameSystemLimitsWeightsPerClass extends Struct {697export interface FrameSystemLimitsWeightsPerClass extends Struct {
698 readonly baseExtrinsic: Weight;698 readonly baseExtrinsic: SpWeightsWeightV2Weight;
699 readonly maxExtrinsic: Option<Weight>;699 readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
700 readonly maxTotal: Option<Weight>;700 readonly maxTotal: Option<SpWeightsWeightV2Weight>;
701 readonly reserved: Option<Weight>;701 readonly reserved: Option<SpWeightsWeightV2Weight>;
702}702}
703703
704/** @name FrameSystemPhase */704/** @name FrameSystemPhase */
954 readonly currencyId: PalletForeignAssetsAssetIds;954 readonly currencyId: PalletForeignAssetsAssetIds;
955 readonly amount: u128;955 readonly amount: u128;
956 readonly dest: XcmVersionedMultiLocation;956 readonly dest: XcmVersionedMultiLocation;
957 readonly destWeight: u64;957 readonly destWeightLimit: XcmV2WeightLimit;
958 } & Struct;958 } & Struct;
959 readonly isTransferMultiasset: boolean;959 readonly isTransferMultiasset: boolean;
960 readonly asTransferMultiasset: {960 readonly asTransferMultiasset: {
961 readonly asset: XcmVersionedMultiAsset;961 readonly asset: XcmVersionedMultiAsset;
962 readonly dest: XcmVersionedMultiLocation;962 readonly dest: XcmVersionedMultiLocation;
963 readonly destWeight: u64;963 readonly destWeightLimit: XcmV2WeightLimit;
964 } & Struct;964 } & Struct;
965 readonly isTransferWithFee: boolean;965 readonly isTransferWithFee: boolean;
966 readonly asTransferWithFee: {966 readonly asTransferWithFee: {
967 readonly currencyId: PalletForeignAssetsAssetIds;967 readonly currencyId: PalletForeignAssetsAssetIds;
968 readonly amount: u128;968 readonly amount: u128;
969 readonly fee: u128;969 readonly fee: u128;
970 readonly dest: XcmVersionedMultiLocation;970 readonly dest: XcmVersionedMultiLocation;
971 readonly destWeight: u64;971 readonly destWeightLimit: XcmV2WeightLimit;
972 } & Struct;972 } & Struct;
973 readonly isTransferMultiassetWithFee: boolean;973 readonly isTransferMultiassetWithFee: boolean;
974 readonly asTransferMultiassetWithFee: {974 readonly asTransferMultiassetWithFee: {
975 readonly asset: XcmVersionedMultiAsset;975 readonly asset: XcmVersionedMultiAsset;
976 readonly fee: XcmVersionedMultiAsset;976 readonly fee: XcmVersionedMultiAsset;
977 readonly dest: XcmVersionedMultiLocation;977 readonly dest: XcmVersionedMultiLocation;
978 readonly destWeight: u64;978 readonly destWeightLimit: XcmV2WeightLimit;
979 } & Struct;979 } & Struct;
980 readonly isTransferMulticurrencies: boolean;980 readonly isTransferMulticurrencies: boolean;
981 readonly asTransferMulticurrencies: {981 readonly asTransferMulticurrencies: {
982 readonly currencies: Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>>;982 readonly currencies: Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>>;
983 readonly feeItem: u32;983 readonly feeItem: u32;
984 readonly dest: XcmVersionedMultiLocation;984 readonly dest: XcmVersionedMultiLocation;
985 readonly destWeight: u64;985 readonly destWeightLimit: XcmV2WeightLimit;
986 } & Struct;986 } & Struct;
987 readonly isTransferMultiassets: boolean;987 readonly isTransferMultiassets: boolean;
988 readonly asTransferMultiassets: {988 readonly asTransferMultiassets: {
989 readonly assets: XcmVersionedMultiAssets;989 readonly assets: XcmVersionedMultiAssets;
990 readonly feeItem: u32;990 readonly feeItem: u32;
991 readonly dest: XcmVersionedMultiLocation;991 readonly dest: XcmVersionedMultiLocation;
992 readonly destWeight: u64;992 readonly destWeightLimit: XcmV2WeightLimit;
993 } & Struct;993 } & Struct;
994 readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';994 readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';
995}995}
1960 readonly isSudoUncheckedWeight: boolean;1960 readonly isSudoUncheckedWeight: boolean;
1961 readonly asSudoUncheckedWeight: {1961 readonly asSudoUncheckedWeight: {
1962 readonly call: Call;1962 readonly call: Call;
1963 readonly weight: Weight;1963 readonly weight: SpWeightsWeightV2Weight;
1964 } & Struct;1964 } & Struct;
1965 readonly isSetKey: boolean;1965 readonly isSetKey: boolean;
1966 readonly asSetKey: {1966 readonly asSetKey: {
2504 readonly isExecute: boolean;2504 readonly isExecute: boolean;
2505 readonly asExecute: {2505 readonly asExecute: {
2506 readonly message: XcmVersionedXcm;2506 readonly message: XcmVersionedXcm;
2507 readonly maxWeight: Weight;2507 readonly maxWeight: u64;
2508 } & Struct;2508 } & Struct;
2509 readonly isForceXcmVersion: boolean;2509 readonly isForceXcmVersion: boolean;
2510 readonly asForceXcmVersion: {2510 readonly asForceXcmVersion: {
2573 readonly isNotified: boolean;2573 readonly isNotified: boolean;
2574 readonly asNotified: ITuple<[u64, u8, u8]>;2574 readonly asNotified: ITuple<[u64, u8, u8]>;
2575 readonly isNotifyOverweight: boolean;2575 readonly isNotifyOverweight: boolean;
2576 readonly asNotifyOverweight: ITuple<[u64, u8, u8, Weight, Weight]>;2576 readonly asNotifyOverweight: ITuple<[u64, u8, u8, SpWeightsWeightV2Weight, SpWeightsWeightV2Weight]>;
2577 readonly isNotifyDispatchError: boolean;2577 readonly isNotifyDispatchError: boolean;
2578 readonly asNotifyDispatchError: ITuple<[u64, u8, u8]>;2578 readonly asNotifyDispatchError: ITuple<[u64, u8, u8]>;
2579 readonly isNotifyDecodeFailed: boolean;2579 readonly isNotifyDecodeFailed: boolean;
2594 readonly asNotifyTargetSendFail: ITuple<[XcmV1MultiLocation, u64, XcmV2TraitsError]>;2594 readonly asNotifyTargetSendFail: ITuple<[XcmV1MultiLocation, u64, XcmV2TraitsError]>;
2595 readonly isNotifyTargetMigrationFail: boolean;2595 readonly isNotifyTargetMigrationFail: boolean;
2596 readonly asNotifyTargetMigrationFail: ITuple<[XcmVersionedMultiLocation, u64]>;2596 readonly asNotifyTargetMigrationFail: ITuple<[XcmVersionedMultiLocation, u64]>;
2597 readonly isAssetsClaimed: boolean;
2598 readonly asAssetsClaimed: ITuple<[H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;
2597 readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail';2599 readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail' | 'AssetsClaimed';
2598}2600}
25992601
2600/** @name PalletXcmOrigin */2602/** @name PalletXcmOrigin */
2872 readonly asArithmetic: SpRuntimeArithmeticError;2874 readonly asArithmetic: SpRuntimeArithmeticError;
2873 readonly isTransactional: boolean;2875 readonly isTransactional: boolean;
2874 readonly asTransactional: SpRuntimeTransactionalError;2876 readonly asTransactional: SpRuntimeTransactionalError;
2877 readonly isExhausted: boolean;
2878 readonly isCorruption: boolean;
2879 readonly isUnavailable: boolean;
2875 readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional';2880 readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional' | 'Exhausted' | 'Corruption' | 'Unavailable';
2876}2881}
28772882
2878/** @name SpRuntimeModuleError */2883/** @name SpRuntimeModuleError */
2934 readonly write: u64;2939 readonly write: u64;
2935}2940}
2941
2942/** @name SpWeightsWeightV2Weight */
2943export interface SpWeightsWeightV2Weight extends Struct {
2944 readonly refTime: Compact<u64>;
2945 readonly proofSize: Compact<u64>;
2946}
29362947
2937/** @name UpDataStructsAccessMode */2948/** @name UpDataStructsAccessMode */
2938export interface UpDataStructsAccessMode extends Enum {2949export interface UpDataStructsAccessMode extends Enum {
modifiedtests/src/interfaces/lookup.tsdiffbeforeafterboth
27 * Lookup7: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>27 * Lookup7: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>
28 **/28 **/
29 FrameSupportDispatchPerDispatchClassWeight: {29 FrameSupportDispatchPerDispatchClassWeight: {
30 normal: 'Weight',30 normal: 'SpWeightsWeightV2Weight',
31 operational: 'Weight',31 operational: 'SpWeightsWeightV2Weight',
32 mandatory: 'Weight'32 mandatory: 'SpWeightsWeightV2Weight'
33 },33 },
34 /**
35 * Lookup8: sp_weights::weight_v2::Weight
36 **/
37 SpWeightsWeightV2Weight: {
38 refTime: 'Compact<u64>',
39 proofSize: 'Compact<u64>'
40 },
34 /**41 /**
35 * Lookup12: sp_runtime::generic::digest::Digest42 * Lookup13: sp_runtime::generic::digest::Digest
36 **/43 **/
37 SpRuntimeDigest: {44 SpRuntimeDigest: {
38 logs: 'Vec<SpRuntimeDigestDigestItem>'45 logs: 'Vec<SpRuntimeDigestDigestItem>'
39 },46 },
40 /**47 /**
41 * Lookup14: sp_runtime::generic::digest::DigestItem48 * Lookup15: sp_runtime::generic::digest::DigestItem
42 **/49 **/
43 SpRuntimeDigestDigestItem: {50 SpRuntimeDigestDigestItem: {
44 _enum: {51 _enum: {
45 Other: 'Bytes',52 Other: 'Bytes',
53 RuntimeEnvironmentUpdated: 'Null'60 RuntimeEnvironmentUpdated: 'Null'
54 }61 }
55 },62 },
56 /**63 /**
57 * Lookup17: frame_system::EventRecord<opal_runtime::RuntimeEvent, primitive_types::H256>64 * Lookup18: frame_system::EventRecord<opal_runtime::RuntimeEvent, primitive_types::H256>
58 **/65 **/
59 FrameSystemEventRecord: {66 FrameSystemEventRecord: {
60 phase: 'FrameSystemPhase',67 phase: 'FrameSystemPhase',
61 event: 'Event',68 event: 'Event',
62 topics: 'Vec<H256>'69 topics: 'Vec<H256>'
63 },70 },
64 /**71 /**
65 * Lookup19: frame_system::pallet::Event<T>72 * Lookup20: frame_system::pallet::Event<T>
66 **/73 **/
67 FrameSystemEvent: {74 FrameSystemEvent: {
68 _enum: {75 _enum: {
69 ExtrinsicSuccess: {76 ExtrinsicSuccess: {
89 }96 }
90 }97 }
91 },98 },
92 /**99 /**
93 * Lookup20: frame_support::dispatch::DispatchInfo100 * Lookup21: frame_support::dispatch::DispatchInfo
94 **/101 **/
95 FrameSupportDispatchDispatchInfo: {102 FrameSupportDispatchDispatchInfo: {
96 weight: 'Weight',103 weight: 'SpWeightsWeightV2Weight',
97 class: 'FrameSupportDispatchDispatchClass',104 class: 'FrameSupportDispatchDispatchClass',
98 paysFee: 'FrameSupportDispatchPays'105 paysFee: 'FrameSupportDispatchPays'
99 },106 },
100 /**107 /**
101 * Lookup21: frame_support::dispatch::DispatchClass108 * Lookup22: frame_support::dispatch::DispatchClass
102 **/109 **/
103 FrameSupportDispatchDispatchClass: {110 FrameSupportDispatchDispatchClass: {
104 _enum: ['Normal', 'Operational', 'Mandatory']111 _enum: ['Normal', 'Operational', 'Mandatory']
105 },112 },
106 /**113 /**
107 * Lookup22: frame_support::dispatch::Pays114 * Lookup23: frame_support::dispatch::Pays
108 **/115 **/
109 FrameSupportDispatchPays: {116 FrameSupportDispatchPays: {
110 _enum: ['Yes', 'No']117 _enum: ['Yes', 'No']
111 },118 },
112 /**119 /**
113 * Lookup23: sp_runtime::DispatchError120 * Lookup24: sp_runtime::DispatchError
114 **/121 **/
115 SpRuntimeDispatchError: {122 SpRuntimeDispatchError: {
116 _enum: {123 _enum: {
117 Other: 'Null',124 Other: 'Null',
123 TooManyConsumers: 'Null',130 TooManyConsumers: 'Null',
124 Token: 'SpRuntimeTokenError',131 Token: 'SpRuntimeTokenError',
125 Arithmetic: 'SpRuntimeArithmeticError',132 Arithmetic: 'SpRuntimeArithmeticError',
126 Transactional: 'SpRuntimeTransactionalError'133 Transactional: 'SpRuntimeTransactionalError',
134 Exhausted: 'Null',
135 Corruption: 'Null',
136 Unavailable: 'Null'
127 }137 }
128 },138 },
129 /**139 /**
130 * Lookup24: sp_runtime::ModuleError140 * Lookup25: sp_runtime::ModuleError
131 **/141 **/
132 SpRuntimeModuleError: {142 SpRuntimeModuleError: {
133 index: 'u8',143 index: 'u8',
134 error: '[u8;4]'144 error: '[u8;4]'
135 },145 },
136 /**146 /**
137 * Lookup25: sp_runtime::TokenError147 * Lookup26: sp_runtime::TokenError
138 **/148 **/
139 SpRuntimeTokenError: {149 SpRuntimeTokenError: {
140 _enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported']150 _enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported']
141 },151 },
142 /**152 /**
143 * Lookup26: sp_runtime::ArithmeticError153 * Lookup27: sp_runtime::ArithmeticError
144 **/154 **/
145 SpRuntimeArithmeticError: {155 SpRuntimeArithmeticError: {
146 _enum: ['Underflow', 'Overflow', 'DivisionByZero']156 _enum: ['Underflow', 'Overflow', 'DivisionByZero']
147 },157 },
148 /**158 /**
149 * Lookup27: sp_runtime::TransactionalError159 * Lookup28: sp_runtime::TransactionalError
150 **/160 **/
151 SpRuntimeTransactionalError: {161 SpRuntimeTransactionalError: {
152 _enum: ['LimitReached', 'NoLayer']162 _enum: ['LimitReached', 'NoLayer']
153 },163 },
154 /**164 /**
155 * Lookup28: cumulus_pallet_parachain_system::pallet::Event<T>165 * Lookup29: cumulus_pallet_parachain_system::pallet::Event<T>
156 **/166 **/
157 CumulusPalletParachainSystemEvent: {167 CumulusPalletParachainSystemEvent: {
158 _enum: {168 _enum: {
159 ValidationFunctionStored: 'Null',169 ValidationFunctionStored: 'Null',
168 count: 'u32',178 count: 'u32',
169 },179 },
170 DownwardMessagesProcessed: {180 DownwardMessagesProcessed: {
171 weightUsed: 'Weight',181 weightUsed: 'SpWeightsWeightV2Weight',
172 dmqHead: 'H256'182 dmqHead: 'H256'
173 }183 }
174 }184 }
175 },185 },
176 /**186 /**
177 * Lookup29: pallet_balances::pallet::Event<T, I>187 * Lookup30: pallet_balances::pallet::Event<T, I>
178 **/188 **/
179 PalletBalancesEvent: {189 PalletBalancesEvent: {
180 _enum: {190 _enum: {
181 Endowed: {191 Endowed: {
224 }234 }
225 }235 }
226 },236 },
227 /**237 /**
228 * Lookup30: frame_support::traits::tokens::misc::BalanceStatus238 * Lookup31: frame_support::traits::tokens::misc::BalanceStatus
229 **/239 **/
230 FrameSupportTokensMiscBalanceStatus: {240 FrameSupportTokensMiscBalanceStatus: {
231 _enum: ['Free', 'Reserved']241 _enum: ['Free', 'Reserved']
232 },242 },
233 /**243 /**
234 * Lookup31: pallet_transaction_payment::pallet::Event<T>244 * Lookup32: pallet_transaction_payment::pallet::Event<T>
235 **/245 **/
236 PalletTransactionPaymentEvent: {246 PalletTransactionPaymentEvent: {
237 _enum: {247 _enum: {
238 TransactionFeePaid: {248 TransactionFeePaid: {
242 }252 }
243 }253 }
244 },254 },
245 /**255 /**
246 * Lookup32: pallet_treasury::pallet::Event<T, I>256 * Lookup33: pallet_treasury::pallet::Event<T, I>
247 **/257 **/
248 PalletTreasuryEvent: {258 PalletTreasuryEvent: {
249 _enum: {259 _enum: {
250 Proposed: {260 Proposed: {
278 }288 }
279 }289 }
280 },290 },
281 /**291 /**
282 * Lookup33: pallet_sudo::pallet::Event<T>292 * Lookup34: pallet_sudo::pallet::Event<T>
283 **/293 **/
284 PalletSudoEvent: {294 PalletSudoEvent: {
285 _enum: {295 _enum: {
286 Sudid: {296 Sudid: {
294 }304 }
295 }305 }
296 },306 },
297 /**307 /**
298 * Lookup37: orml_vesting::module::Event<T>308 * Lookup38: orml_vesting::module::Event<T>
299 **/309 **/
300 OrmlVestingModuleEvent: {310 OrmlVestingModuleEvent: {
301 _enum: {311 _enum: {
302 VestingScheduleAdded: {312 VestingScheduleAdded: {
313 }323 }
314 }324 }
315 },325 },
316 /**326 /**
317 * Lookup38: orml_vesting::VestingSchedule<BlockNumber, Balance>327 * Lookup39: orml_vesting::VestingSchedule<BlockNumber, Balance>
318 **/328 **/
319 OrmlVestingVestingSchedule: {329 OrmlVestingVestingSchedule: {
320 start: 'u32',330 start: 'u32',
321 period: 'u32',331 period: 'u32',
322 periodCount: 'u32',332 periodCount: 'u32',
323 perPeriod: 'Compact<u128>'333 perPeriod: 'Compact<u128>'
324 },334 },
325 /**335 /**
326 * Lookup40: orml_xtokens::module::Event<T>336 * Lookup41: orml_xtokens::module::Event<T>
327 **/337 **/
328 OrmlXtokensModuleEvent: {338 OrmlXtokensModuleEvent: {
329 _enum: {339 _enum: {
330 TransferredMultiAssets: {340 TransferredMultiAssets: {
335 }345 }
336 }346 }
337 },347 },
338 /**348 /**
339 * Lookup41: xcm::v1::multiasset::MultiAssets349 * Lookup42: xcm::v1::multiasset::MultiAssets
340 **/350 **/
341 XcmV1MultiassetMultiAssets: 'Vec<XcmV1MultiAsset>',351 XcmV1MultiassetMultiAssets: 'Vec<XcmV1MultiAsset>',
342 /**352 /**
343 * Lookup43: xcm::v1::multiasset::MultiAsset353 * Lookup44: xcm::v1::multiasset::MultiAsset
344 **/354 **/
345 XcmV1MultiAsset: {355 XcmV1MultiAsset: {
346 id: 'XcmV1MultiassetAssetId',356 id: 'XcmV1MultiassetAssetId',
347 fun: 'XcmV1MultiassetFungibility'357 fun: 'XcmV1MultiassetFungibility'
348 },358 },
349 /**359 /**
350 * Lookup44: xcm::v1::multiasset::AssetId360 * Lookup45: xcm::v1::multiasset::AssetId
351 **/361 **/
352 XcmV1MultiassetAssetId: {362 XcmV1MultiassetAssetId: {
353 _enum: {363 _enum: {
354 Concrete: 'XcmV1MultiLocation',364 Concrete: 'XcmV1MultiLocation',
355 Abstract: 'Bytes'365 Abstract: 'Bytes'
356 }366 }
357 },367 },
358 /**368 /**
359 * Lookup45: xcm::v1::multilocation::MultiLocation369 * Lookup46: xcm::v1::multilocation::MultiLocation
360 **/370 **/
361 XcmV1MultiLocation: {371 XcmV1MultiLocation: {
362 parents: 'u8',372 parents: 'u8',
363 interior: 'XcmV1MultilocationJunctions'373 interior: 'XcmV1MultilocationJunctions'
364 },374 },
365 /**375 /**
366 * Lookup46: xcm::v1::multilocation::Junctions376 * Lookup47: xcm::v1::multilocation::Junctions
367 **/377 **/
368 XcmV1MultilocationJunctions: {378 XcmV1MultilocationJunctions: {
369 _enum: {379 _enum: {
370 Here: 'Null',380 Here: 'Null',
378 X8: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)'388 X8: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)'
379 }389 }
380 },390 },
381 /**391 /**
382 * Lookup47: xcm::v1::junction::Junction392 * Lookup48: xcm::v1::junction::Junction
383 **/393 **/
384 XcmV1Junction: {394 XcmV1Junction: {
385 _enum: {395 _enum: {
386 Parachain: 'Compact<u32>',396 Parachain: 'Compact<u32>',
406 }416 }
407 }417 }
408 },418 },
409 /**419 /**
410 * Lookup49: xcm::v0::junction::NetworkId420 * Lookup50: xcm::v0::junction::NetworkId
411 **/421 **/
412 XcmV0JunctionNetworkId: {422 XcmV0JunctionNetworkId: {
413 _enum: {423 _enum: {
414 Any: 'Null',424 Any: 'Null',
576 _enum: {586 _enum: {
577 Success: {587 Success: {
578 messageHash: 'Option<H256>',588 messageHash: 'Option<H256>',
579 weight: 'Weight',589 weight: 'SpWeightsWeightV2Weight',
580 },590 },
581 Fail: {591 Fail: {
582 messageHash: 'Option<H256>',592 messageHash: 'Option<H256>',
583 error: 'XcmV2TraitsError',593 error: 'XcmV2TraitsError',
584 weight: 'Weight',594 weight: 'SpWeightsWeightV2Weight',
585 },595 },
586 BadVersion: {596 BadVersion: {
587 messageHash: 'Option<H256>',597 messageHash: 'Option<H256>',
599 sender: 'u32',609 sender: 'u32',
600 sentAt: 'u32',610 sentAt: 'u32',
601 index: 'u64',611 index: 'u64',
602 required: 'Weight',612 required: 'SpWeightsWeightV2Weight',
603 },613 },
604 OverweightServiced: {614 OverweightServiced: {
605 index: 'u64',615 index: 'u64',
606 used: 'Weight'616 used: 'SpWeightsWeightV2Weight'
607 }617 }
608 }618 }
609 },619 },
650 UnexpectedResponse: '(XcmV1MultiLocation,u64)',660 UnexpectedResponse: '(XcmV1MultiLocation,u64)',
651 ResponseReady: '(u64,XcmV2Response)',661 ResponseReady: '(u64,XcmV2Response)',
652 Notified: '(u64,u8,u8)',662 Notified: '(u64,u8,u8)',
653 NotifyOverweight: '(u64,u8,u8,Weight,Weight)',663 NotifyOverweight: '(u64,u8,u8,SpWeightsWeightV2Weight,SpWeightsWeightV2Weight)',
654 NotifyDispatchError: '(u64,u8,u8)',664 NotifyDispatchError: '(u64,u8,u8)',
655 NotifyDecodeFailed: '(u64,u8,u8)',665 NotifyDecodeFailed: '(u64,u8,u8)',
656 InvalidResponder: '(XcmV1MultiLocation,u64,Option<XcmV1MultiLocation>)',666 InvalidResponder: '(XcmV1MultiLocation,u64,Option<XcmV1MultiLocation>)',
660 VersionChangeNotified: '(XcmV1MultiLocation,u32)',670 VersionChangeNotified: '(XcmV1MultiLocation,u32)',
661 SupportedVersionChanged: '(XcmV1MultiLocation,u32)',671 SupportedVersionChanged: '(XcmV1MultiLocation,u32)',
662 NotifyTargetSendFail: '(XcmV1MultiLocation,u64,XcmV2TraitsError)',672 NotifyTargetSendFail: '(XcmV1MultiLocation,u64,XcmV2TraitsError)',
663 NotifyTargetMigrationFail: '(XcmVersionedMultiLocation,u64)'673 NotifyTargetMigrationFail: '(XcmVersionedMultiLocation,u64)',
674 AssetsClaimed: '(H256,XcmV1MultiLocation,XcmVersionedMultiAssets)'
664 }675 }
665 },676 },
666 /**677 /**
963 },974 },
964 WeightExhausted: {975 WeightExhausted: {
965 messageId: '[u8;32]',976 messageId: '[u8;32]',
966 remainingWeight: 'Weight',977 remainingWeight: 'SpWeightsWeightV2Weight',
967 requiredWeight: 'Weight',978 requiredWeight: 'SpWeightsWeightV2Weight',
968 },979 },
969 OverweightEnqueued: {980 OverweightEnqueued: {
970 messageId: '[u8;32]',981 messageId: '[u8;32]',
971 overweightIndex: 'u64',982 overweightIndex: 'u64',
972 requiredWeight: 'Weight',983 requiredWeight: 'SpWeightsWeightV2Weight',
973 },984 },
974 OverweightServiced: {985 OverweightServiced: {
975 overweightIndex: 'u64',986 overweightIndex: 'u64',
976 weightUsed: 'Weight'987 weightUsed: 'SpWeightsWeightV2Weight'
977 }988 }
978 }989 }
979 },990 },
1394 * Lookup133: frame_system::limits::BlockWeights1405 * Lookup133: frame_system::limits::BlockWeights
1395 **/1406 **/
1396 FrameSystemLimitsBlockWeights: {1407 FrameSystemLimitsBlockWeights: {
1397 baseBlock: 'Weight',1408 baseBlock: 'SpWeightsWeightV2Weight',
1398 maxBlock: 'Weight',1409 maxBlock: 'SpWeightsWeightV2Weight',
1399 perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'1410 perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
1400 },1411 },
1401 /**1412 /**
1410 * Lookup135: frame_system::limits::WeightsPerClass1421 * Lookup135: frame_system::limits::WeightsPerClass
1411 **/1422 **/
1412 FrameSystemLimitsWeightsPerClass: {1423 FrameSystemLimitsWeightsPerClass: {
1413 baseExtrinsic: 'Weight',1424 baseExtrinsic: 'SpWeightsWeightV2Weight',
1414 maxExtrinsic: 'Option<Weight>',1425 maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',
1415 maxTotal: 'Option<Weight>',1426 maxTotal: 'Option<SpWeightsWeightV2Weight>',
1416 reserved: 'Option<Weight>'1427 reserved: 'Option<SpWeightsWeightV2Weight>'
1417 },1428 },
1418 /**1429 /**
1419 * Lookup137: frame_system::limits::BlockLength1430 * Lookup137: frame_system::limits::BlockLength
1700 },1711 },
1701 sudo_unchecked_weight: {1712 sudo_unchecked_weight: {
1702 call: 'Call',1713 call: 'Call',
1703 weight: 'Weight',1714 weight: 'SpWeightsWeightV2Weight',
1704 },1715 },
1705 set_key: {1716 set_key: {
1706 _alias: {1717 _alias: {
1742 currencyId: 'PalletForeignAssetsAssetIds',1753 currencyId: 'PalletForeignAssetsAssetIds',
1743 amount: 'u128',1754 amount: 'u128',
1744 dest: 'XcmVersionedMultiLocation',1755 dest: 'XcmVersionedMultiLocation',
1745 destWeight: 'u64',1756 destWeightLimit: 'XcmV2WeightLimit',
1746 },1757 },
1747 transfer_multiasset: {1758 transfer_multiasset: {
1748 asset: 'XcmVersionedMultiAsset',1759 asset: 'XcmVersionedMultiAsset',
1749 dest: 'XcmVersionedMultiLocation',1760 dest: 'XcmVersionedMultiLocation',
1750 destWeight: 'u64',1761 destWeightLimit: 'XcmV2WeightLimit',
1751 },1762 },
1752 transfer_with_fee: {1763 transfer_with_fee: {
1753 currencyId: 'PalletForeignAssetsAssetIds',1764 currencyId: 'PalletForeignAssetsAssetIds',
1754 amount: 'u128',1765 amount: 'u128',
1755 fee: 'u128',1766 fee: 'u128',
1756 dest: 'XcmVersionedMultiLocation',1767 dest: 'XcmVersionedMultiLocation',
1757 destWeight: 'u64',1768 destWeightLimit: 'XcmV2WeightLimit',
1758 },1769 },
1759 transfer_multiasset_with_fee: {1770 transfer_multiasset_with_fee: {
1760 asset: 'XcmVersionedMultiAsset',1771 asset: 'XcmVersionedMultiAsset',
1761 fee: 'XcmVersionedMultiAsset',1772 fee: 'XcmVersionedMultiAsset',
1762 dest: 'XcmVersionedMultiLocation',1773 dest: 'XcmVersionedMultiLocation',
1763 destWeight: 'u64',1774 destWeightLimit: 'XcmV2WeightLimit',
1764 },1775 },
1765 transfer_multicurrencies: {1776 transfer_multicurrencies: {
1766 currencies: 'Vec<(PalletForeignAssetsAssetIds,u128)>',1777 currencies: 'Vec<(PalletForeignAssetsAssetIds,u128)>',
1767 feeItem: 'u32',1778 feeItem: 'u32',
1768 dest: 'XcmVersionedMultiLocation',1779 dest: 'XcmVersionedMultiLocation',
1769 destWeight: 'u64',1780 destWeightLimit: 'XcmV2WeightLimit',
1770 },1781 },
1771 transfer_multiassets: {1782 transfer_multiassets: {
1772 assets: 'XcmVersionedMultiAssets',1783 assets: 'XcmVersionedMultiAssets',
1773 feeItem: 'u32',1784 feeItem: 'u32',
1774 dest: 'XcmVersionedMultiLocation',1785 dest: 'XcmVersionedMultiLocation',
1775 destWeight: 'u64'1786 destWeightLimit: 'XcmV2WeightLimit'
1776 }1787 }
1777 }1788 }
1778 },1789 },
1826 _enum: {1837 _enum: {
1827 service_overweight: {1838 service_overweight: {
1828 index: 'u64',1839 index: 'u64',
1829 weightLimit: 'Weight',1840 weightLimit: 'u64',
1830 },1841 },
1831 suspend_xcm_execution: 'Null',1842 suspend_xcm_execution: 'Null',
1832 resume_xcm_execution: 'Null',1843 resume_xcm_execution: 'Null',
1852 _alias: {1863 _alias: {
1853 new_: 'new',1864 new_: 'new',
1854 },1865 },
1855 new_: 'Weight',1866 new_: 'u64',
1856 },1867 },
1857 update_weight_restrict_decay: {1868 update_weight_restrict_decay: {
1858 _alias: {1869 _alias: {
1859 new_: 'new',1870 new_: 'new',
1860 },1871 },
1861 new_: 'Weight',1872 new_: 'u64',
1862 },1873 },
1863 update_xcmp_max_individual_weight: {1874 update_xcmp_max_individual_weight: {
1864 _alias: {1875 _alias: {
1865 new_: 'new',1876 new_: 'new',
1866 },1877 },
1867 new_: 'Weight'1878 new_: 'u64'
1868 }1879 }
1869 }1880 }
1870 },1881 },
1891 },1902 },
1892 execute: {1903 execute: {
1893 message: 'XcmVersionedXcm',1904 message: 'XcmVersionedXcm',
1894 maxWeight: 'Weight',1905 maxWeight: 'u64',
1895 },1906 },
1896 force_xcm_version: {1907 force_xcm_version: {
1897 location: 'XcmV1MultiLocation',1908 location: 'XcmV1MultiLocation',
2161 _enum: {2172 _enum: {
2162 service_overweight: {2173 service_overweight: {
2163 index: 'u64',2174 index: 'u64',
2164 weightLimit: 'Weight'2175 weightLimit: 'u64'
2165 }2176 }
2166 }2177 }
2167 },2178 },
3059 suspendThreshold: 'u32',3070 suspendThreshold: 'u32',
3060 dropThreshold: 'u32',3071 dropThreshold: 'u32',
3061 resumeThreshold: 'u32',3072 resumeThreshold: 'u32',
3062 thresholdWeight: 'Weight',3073 thresholdWeight: 'SpWeightsWeightV2Weight',
3063 weightRestrictDecay: 'Weight',3074 weightRestrictDecay: 'SpWeightsWeightV2Weight',
3064 xcmpMaxIndividualWeight: 'Weight'3075 xcmpMaxIndividualWeight: 'SpWeightsWeightV2Weight'
3065 },3076 },
3066 /**3077 /**
3067 * Lookup369: cumulus_pallet_xcmp_queue::pallet::Error<T>3078 * Lookup369: cumulus_pallet_xcmp_queue::pallet::Error<T>
3083 * Lookup372: cumulus_pallet_dmp_queue::ConfigData3094 * Lookup372: cumulus_pallet_dmp_queue::ConfigData
3084 **/3095 **/
3085 CumulusPalletDmpQueueConfigData: {3096 CumulusPalletDmpQueueConfigData: {
3086 maxIndividual: 'Weight'3097 maxIndividual: 'SpWeightsWeightV2Weight'
3087 },3098 },
3088 /**3099 /**
3089 * Lookup373: cumulus_pallet_dmp_queue::PageIndexData3100 * Lookup373: cumulus_pallet_dmp_queue::PageIndexData
modifiedtests/src/interfaces/registry.tsdiffbeforeafterboth
5// this is required to allow for ambient/previous definitions5// this is required to allow for ambient/previous definitions
6import '@polkadot/types/types/registry';6import '@polkadot/types/types/registry';
77
8import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerV2BlockAgenda, PalletUniqueSchedulerV2Call, PalletUniqueSchedulerV2Error, PalletUniqueSchedulerV2Event, PalletUniqueSchedulerV2Scheduled, PalletUniqueSchedulerV2ScheduledCall, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';8import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerV2BlockAgenda, PalletUniqueSchedulerV2Call, PalletUniqueSchedulerV2Error, PalletUniqueSchedulerV2Event, PalletUniqueSchedulerV2Scheduled, PalletUniqueSchedulerV2ScheduledCall, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
99
10declare module '@polkadot/types/types/registry' {10declare module '@polkadot/types/types/registry' {
11 interface InterfaceTypes {11 interface InterfaceTypes {
215 SpTrieStorageProof: SpTrieStorageProof;215 SpTrieStorageProof: SpTrieStorageProof;
216 SpVersionRuntimeVersion: SpVersionRuntimeVersion;216 SpVersionRuntimeVersion: SpVersionRuntimeVersion;
217 SpWeightsRuntimeDbWeight: SpWeightsRuntimeDbWeight;217 SpWeightsRuntimeDbWeight: SpWeightsRuntimeDbWeight;
218 SpWeightsWeightV2Weight: SpWeightsWeightV2Weight;
218 UpDataStructsAccessMode: UpDataStructsAccessMode;219 UpDataStructsAccessMode: UpDataStructsAccessMode;
219 UpDataStructsCollection: UpDataStructsCollection;220 UpDataStructsCollection: UpDataStructsCollection;
220 UpDataStructsCollectionLimits: UpDataStructsCollectionLimits;221 UpDataStructsCollectionLimits: UpDataStructsCollectionLimits;
modifiedtests/src/interfaces/types-lookup.tsdiffbeforeafterboth
77
8import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';8import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
9import type { ITuple } from '@polkadot/types-codec/types';9import type { ITuple } from '@polkadot/types-codec/types';
10import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill, Weight } from '@polkadot/types/interfaces/runtime';10import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';
11import type { Event } from '@polkadot/types/interfaces/system';11import type { Event } from '@polkadot/types/interfaces/system';
1212
13declare module '@polkadot/types/lookup' {13declare module '@polkadot/types/lookup' {
3030
31 /** @name FrameSupportDispatchPerDispatchClassWeight (7) */31 /** @name FrameSupportDispatchPerDispatchClassWeight (7) */
32 interface FrameSupportDispatchPerDispatchClassWeight extends Struct {32 interface FrameSupportDispatchPerDispatchClassWeight extends Struct {
33 readonly normal: Weight;33 readonly normal: SpWeightsWeightV2Weight;
34 readonly operational: Weight;34 readonly operational: SpWeightsWeightV2Weight;
35 readonly mandatory: Weight;35 readonly mandatory: SpWeightsWeightV2Weight;
36 }36 }
37
38 /** @name SpWeightsWeightV2Weight (8) */
39 interface SpWeightsWeightV2Weight extends Struct {
40 readonly refTime: Compact<u64>;
41 readonly proofSize: Compact<u64>;
42 }
3743
38 /** @name SpRuntimeDigest (12) */44 /** @name SpRuntimeDigest (13) */
39 interface SpRuntimeDigest extends Struct {45 interface SpRuntimeDigest extends Struct {
40 readonly logs: Vec<SpRuntimeDigestDigestItem>;46 readonly logs: Vec<SpRuntimeDigestDigestItem>;
41 }47 }
4248
43 /** @name SpRuntimeDigestDigestItem (14) */49 /** @name SpRuntimeDigestDigestItem (15) */
44 interface SpRuntimeDigestDigestItem extends Enum {50 interface SpRuntimeDigestDigestItem extends Enum {
45 readonly isOther: boolean;51 readonly isOther: boolean;
46 readonly asOther: Bytes;52 readonly asOther: Bytes;
54 readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';60 readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';
55 }61 }
5662
57 /** @name FrameSystemEventRecord (17) */63 /** @name FrameSystemEventRecord (18) */
58 interface FrameSystemEventRecord extends Struct {64 interface FrameSystemEventRecord extends Struct {
59 readonly phase: FrameSystemPhase;65 readonly phase: FrameSystemPhase;
60 readonly event: Event;66 readonly event: Event;
61 readonly topics: Vec<H256>;67 readonly topics: Vec<H256>;
62 }68 }
6369
64 /** @name FrameSystemEvent (19) */70 /** @name FrameSystemEvent (20) */
65 interface FrameSystemEvent extends Enum {71 interface FrameSystemEvent extends Enum {
66 readonly isExtrinsicSuccess: boolean;72 readonly isExtrinsicSuccess: boolean;
67 readonly asExtrinsicSuccess: {73 readonly asExtrinsicSuccess: {
89 readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';95 readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';
90 }96 }
9197
92 /** @name FrameSupportDispatchDispatchInfo (20) */98 /** @name FrameSupportDispatchDispatchInfo (21) */
93 interface FrameSupportDispatchDispatchInfo extends Struct {99 interface FrameSupportDispatchDispatchInfo extends Struct {
94 readonly weight: Weight;100 readonly weight: SpWeightsWeightV2Weight;
95 readonly class: FrameSupportDispatchDispatchClass;101 readonly class: FrameSupportDispatchDispatchClass;
96 readonly paysFee: FrameSupportDispatchPays;102 readonly paysFee: FrameSupportDispatchPays;
97 }103 }
98104
99 /** @name FrameSupportDispatchDispatchClass (21) */105 /** @name FrameSupportDispatchDispatchClass (22) */
100 interface FrameSupportDispatchDispatchClass extends Enum {106 interface FrameSupportDispatchDispatchClass extends Enum {
101 readonly isNormal: boolean;107 readonly isNormal: boolean;
102 readonly isOperational: boolean;108 readonly isOperational: boolean;
103 readonly isMandatory: boolean;109 readonly isMandatory: boolean;
104 readonly type: 'Normal' | 'Operational' | 'Mandatory';110 readonly type: 'Normal' | 'Operational' | 'Mandatory';
105 }111 }
106112
107 /** @name FrameSupportDispatchPays (22) */113 /** @name FrameSupportDispatchPays (23) */
108 interface FrameSupportDispatchPays extends Enum {114 interface FrameSupportDispatchPays extends Enum {
109 readonly isYes: boolean;115 readonly isYes: boolean;
110 readonly isNo: boolean;116 readonly isNo: boolean;
111 readonly type: 'Yes' | 'No';117 readonly type: 'Yes' | 'No';
112 }118 }
113119
114 /** @name SpRuntimeDispatchError (23) */120 /** @name SpRuntimeDispatchError (24) */
115 interface SpRuntimeDispatchError extends Enum {121 interface SpRuntimeDispatchError extends Enum {
116 readonly isOther: boolean;122 readonly isOther: boolean;
117 readonly isCannotLookup: boolean;123 readonly isCannotLookup: boolean;
127 readonly asArithmetic: SpRuntimeArithmeticError;133 readonly asArithmetic: SpRuntimeArithmeticError;
128 readonly isTransactional: boolean;134 readonly isTransactional: boolean;
129 readonly asTransactional: SpRuntimeTransactionalError;135 readonly asTransactional: SpRuntimeTransactionalError;
136 readonly isExhausted: boolean;
137 readonly isCorruption: boolean;
138 readonly isUnavailable: boolean;
130 readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional';139 readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional' | 'Exhausted' | 'Corruption' | 'Unavailable';
131 }140 }
132141
133 /** @name SpRuntimeModuleError (24) */142 /** @name SpRuntimeModuleError (25) */
134 interface SpRuntimeModuleError extends Struct {143 interface SpRuntimeModuleError extends Struct {
135 readonly index: u8;144 readonly index: u8;
136 readonly error: U8aFixed;145 readonly error: U8aFixed;
137 }146 }
138147
139 /** @name SpRuntimeTokenError (25) */148 /** @name SpRuntimeTokenError (26) */
140 interface SpRuntimeTokenError extends Enum {149 interface SpRuntimeTokenError extends Enum {
141 readonly isNoFunds: boolean;150 readonly isNoFunds: boolean;
142 readonly isWouldDie: boolean;151 readonly isWouldDie: boolean;
148 readonly type: 'NoFunds' | 'WouldDie' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported';157 readonly type: 'NoFunds' | 'WouldDie' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported';
149 }158 }
150159
151 /** @name SpRuntimeArithmeticError (26) */160 /** @name SpRuntimeArithmeticError (27) */
152 interface SpRuntimeArithmeticError extends Enum {161 interface SpRuntimeArithmeticError extends Enum {
153 readonly isUnderflow: boolean;162 readonly isUnderflow: boolean;
154 readonly isOverflow: boolean;163 readonly isOverflow: boolean;
155 readonly isDivisionByZero: boolean;164 readonly isDivisionByZero: boolean;
156 readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';165 readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';
157 }166 }
158167
159 /** @name SpRuntimeTransactionalError (27) */168 /** @name SpRuntimeTransactionalError (28) */
160 interface SpRuntimeTransactionalError extends Enum {169 interface SpRuntimeTransactionalError extends Enum {
161 readonly isLimitReached: boolean;170 readonly isLimitReached: boolean;
162 readonly isNoLayer: boolean;171 readonly isNoLayer: boolean;
163 readonly type: 'LimitReached' | 'NoLayer';172 readonly type: 'LimitReached' | 'NoLayer';
164 }173 }
165174
166 /** @name CumulusPalletParachainSystemEvent (28) */175 /** @name CumulusPalletParachainSystemEvent (29) */
167 interface CumulusPalletParachainSystemEvent extends Enum {176 interface CumulusPalletParachainSystemEvent extends Enum {
168 readonly isValidationFunctionStored: boolean;177 readonly isValidationFunctionStored: boolean;
169 readonly isValidationFunctionApplied: boolean;178 readonly isValidationFunctionApplied: boolean;
181 } & Struct;190 } & Struct;
182 readonly isDownwardMessagesProcessed: boolean;191 readonly isDownwardMessagesProcessed: boolean;
183 readonly asDownwardMessagesProcessed: {192 readonly asDownwardMessagesProcessed: {
184 readonly weightUsed: Weight;193 readonly weightUsed: SpWeightsWeightV2Weight;
185 readonly dmqHead: H256;194 readonly dmqHead: H256;
186 } & Struct;195 } & Struct;
187 readonly type: 'ValidationFunctionStored' | 'ValidationFunctionApplied' | 'ValidationFunctionDiscarded' | 'UpgradeAuthorized' | 'DownwardMessagesReceived' | 'DownwardMessagesProcessed';196 readonly type: 'ValidationFunctionStored' | 'ValidationFunctionApplied' | 'ValidationFunctionDiscarded' | 'UpgradeAuthorized' | 'DownwardMessagesReceived' | 'DownwardMessagesProcessed';
188 }197 }
189198
190 /** @name PalletBalancesEvent (29) */199 /** @name PalletBalancesEvent (30) */
191 interface PalletBalancesEvent extends Enum {200 interface PalletBalancesEvent extends Enum {
192 readonly isEndowed: boolean;201 readonly isEndowed: boolean;
193 readonly asEndowed: {202 readonly asEndowed: {
246 readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed';255 readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed';
247 }256 }
248257
249 /** @name FrameSupportTokensMiscBalanceStatus (30) */258 /** @name FrameSupportTokensMiscBalanceStatus (31) */
250 interface FrameSupportTokensMiscBalanceStatus extends Enum {259 interface FrameSupportTokensMiscBalanceStatus extends Enum {
251 readonly isFree: boolean;260 readonly isFree: boolean;
252 readonly isReserved: boolean;261 readonly isReserved: boolean;
253 readonly type: 'Free' | 'Reserved';262 readonly type: 'Free' | 'Reserved';
254 }263 }
255264
256 /** @name PalletTransactionPaymentEvent (31) */265 /** @name PalletTransactionPaymentEvent (32) */
257 interface PalletTransactionPaymentEvent extends Enum {266 interface PalletTransactionPaymentEvent extends Enum {
258 readonly isTransactionFeePaid: boolean;267 readonly isTransactionFeePaid: boolean;
259 readonly asTransactionFeePaid: {268 readonly asTransactionFeePaid: {
264 readonly type: 'TransactionFeePaid';273 readonly type: 'TransactionFeePaid';
265 }274 }
266275
267 /** @name PalletTreasuryEvent (32) */276 /** @name PalletTreasuryEvent (33) */
268 interface PalletTreasuryEvent extends Enum {277 interface PalletTreasuryEvent extends Enum {
269 readonly isProposed: boolean;278 readonly isProposed: boolean;
270 readonly asProposed: {279 readonly asProposed: {
306 readonly type: 'Proposed' | 'Spending' | 'Awarded' | 'Rejected' | 'Burnt' | 'Rollover' | 'Deposit' | 'SpendApproved';315 readonly type: 'Proposed' | 'Spending' | 'Awarded' | 'Rejected' | 'Burnt' | 'Rollover' | 'Deposit' | 'SpendApproved';
307 }316 }
308317
309 /** @name PalletSudoEvent (33) */318 /** @name PalletSudoEvent (34) */
310 interface PalletSudoEvent extends Enum {319 interface PalletSudoEvent extends Enum {
311 readonly isSudid: boolean;320 readonly isSudid: boolean;
312 readonly asSudid: {321 readonly asSudid: {
323 readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';332 readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';
324 }333 }
325334
326 /** @name OrmlVestingModuleEvent (37) */335 /** @name OrmlVestingModuleEvent (38) */
327 interface OrmlVestingModuleEvent extends Enum {336 interface OrmlVestingModuleEvent extends Enum {
328 readonly isVestingScheduleAdded: boolean;337 readonly isVestingScheduleAdded: boolean;
329 readonly asVestingScheduleAdded: {338 readonly asVestingScheduleAdded: {
343 readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';352 readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';
344 }353 }
345354
346 /** @name OrmlVestingVestingSchedule (38) */355 /** @name OrmlVestingVestingSchedule (39) */
347 interface OrmlVestingVestingSchedule extends Struct {356 interface OrmlVestingVestingSchedule extends Struct {
348 readonly start: u32;357 readonly start: u32;
349 readonly period: u32;358 readonly period: u32;
350 readonly periodCount: u32;359 readonly periodCount: u32;
351 readonly perPeriod: Compact<u128>;360 readonly perPeriod: Compact<u128>;
352 }361 }
353362
354 /** @name OrmlXtokensModuleEvent (40) */363 /** @name OrmlXtokensModuleEvent (41) */
355 interface OrmlXtokensModuleEvent extends Enum {364 interface OrmlXtokensModuleEvent extends Enum {
356 readonly isTransferredMultiAssets: boolean;365 readonly isTransferredMultiAssets: boolean;
357 readonly asTransferredMultiAssets: {366 readonly asTransferredMultiAssets: {
363 readonly type: 'TransferredMultiAssets';372 readonly type: 'TransferredMultiAssets';
364 }373 }
365374
366 /** @name XcmV1MultiassetMultiAssets (41) */375 /** @name XcmV1MultiassetMultiAssets (42) */
367 interface XcmV1MultiassetMultiAssets extends Vec<XcmV1MultiAsset> {}376 interface XcmV1MultiassetMultiAssets extends Vec<XcmV1MultiAsset> {}
368377
369 /** @name XcmV1MultiAsset (43) */378 /** @name XcmV1MultiAsset (44) */
370 interface XcmV1MultiAsset extends Struct {379 interface XcmV1MultiAsset extends Struct {
371 readonly id: XcmV1MultiassetAssetId;380 readonly id: XcmV1MultiassetAssetId;
372 readonly fun: XcmV1MultiassetFungibility;381 readonly fun: XcmV1MultiassetFungibility;
373 }382 }
374383
375 /** @name XcmV1MultiassetAssetId (44) */384 /** @name XcmV1MultiassetAssetId (45) */
376 interface XcmV1MultiassetAssetId extends Enum {385 interface XcmV1MultiassetAssetId extends Enum {
377 readonly isConcrete: boolean;386 readonly isConcrete: boolean;
378 readonly asConcrete: XcmV1MultiLocation;387 readonly asConcrete: XcmV1MultiLocation;
381 readonly type: 'Concrete' | 'Abstract';390 readonly type: 'Concrete' | 'Abstract';
382 }391 }
383392
384 /** @name XcmV1MultiLocation (45) */393 /** @name XcmV1MultiLocation (46) */
385 interface XcmV1MultiLocation extends Struct {394 interface XcmV1MultiLocation extends Struct {
386 readonly parents: u8;395 readonly parents: u8;
387 readonly interior: XcmV1MultilocationJunctions;396 readonly interior: XcmV1MultilocationJunctions;
388 }397 }
389398
390 /** @name XcmV1MultilocationJunctions (46) */399 /** @name XcmV1MultilocationJunctions (47) */
391 interface XcmV1MultilocationJunctions extends Enum {400 interface XcmV1MultilocationJunctions extends Enum {
392 readonly isHere: boolean;401 readonly isHere: boolean;
393 readonly isX1: boolean;402 readonly isX1: boolean;
409 readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';418 readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';
410 }419 }
411420
412 /** @name XcmV1Junction (47) */421 /** @name XcmV1Junction (48) */
413 interface XcmV1Junction extends Enum {422 interface XcmV1Junction extends Enum {
414 readonly isParachain: boolean;423 readonly isParachain: boolean;
415 readonly asParachain: Compact<u32>;424 readonly asParachain: Compact<u32>;
443 readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';452 readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';
444 }453 }
445454
446 /** @name XcmV0JunctionNetworkId (49) */455 /** @name XcmV0JunctionNetworkId (50) */
447 interface XcmV0JunctionNetworkId extends Enum {456 interface XcmV0JunctionNetworkId extends Enum {
448 readonly isAny: boolean;457 readonly isAny: boolean;
449 readonly isNamed: boolean;458 readonly isNamed: boolean;
628 readonly isSuccess: boolean;637 readonly isSuccess: boolean;
629 readonly asSuccess: {638 readonly asSuccess: {
630 readonly messageHash: Option<H256>;639 readonly messageHash: Option<H256>;
631 readonly weight: Weight;640 readonly weight: SpWeightsWeightV2Weight;
632 } & Struct;641 } & Struct;
633 readonly isFail: boolean;642 readonly isFail: boolean;
634 readonly asFail: {643 readonly asFail: {
635 readonly messageHash: Option<H256>;644 readonly messageHash: Option<H256>;
636 readonly error: XcmV2TraitsError;645 readonly error: XcmV2TraitsError;
637 readonly weight: Weight;646 readonly weight: SpWeightsWeightV2Weight;
638 } & Struct;647 } & Struct;
639 readonly isBadVersion: boolean;648 readonly isBadVersion: boolean;
640 readonly asBadVersion: {649 readonly asBadVersion: {
657 readonly sender: u32;666 readonly sender: u32;
658 readonly sentAt: u32;667 readonly sentAt: u32;
659 readonly index: u64;668 readonly index: u64;
660 readonly required: Weight;669 readonly required: SpWeightsWeightV2Weight;
661 } & Struct;670 } & Struct;
662 readonly isOverweightServiced: boolean;671 readonly isOverweightServiced: boolean;
663 readonly asOverweightServiced: {672 readonly asOverweightServiced: {
664 readonly index: u64;673 readonly index: u64;
665 readonly used: Weight;674 readonly used: SpWeightsWeightV2Weight;
666 } & Struct;675 } & Struct;
667 readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';676 readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';
668 }677 }
713 readonly isNotified: boolean;722 readonly isNotified: boolean;
714 readonly asNotified: ITuple<[u64, u8, u8]>;723 readonly asNotified: ITuple<[u64, u8, u8]>;
715 readonly isNotifyOverweight: boolean;724 readonly isNotifyOverweight: boolean;
716 readonly asNotifyOverweight: ITuple<[u64, u8, u8, Weight, Weight]>;725 readonly asNotifyOverweight: ITuple<[u64, u8, u8, SpWeightsWeightV2Weight, SpWeightsWeightV2Weight]>;
717 readonly isNotifyDispatchError: boolean;726 readonly isNotifyDispatchError: boolean;
718 readonly asNotifyDispatchError: ITuple<[u64, u8, u8]>;727 readonly asNotifyDispatchError: ITuple<[u64, u8, u8]>;
719 readonly isNotifyDecodeFailed: boolean;728 readonly isNotifyDecodeFailed: boolean;
734 readonly asNotifyTargetSendFail: ITuple<[XcmV1MultiLocation, u64, XcmV2TraitsError]>;743 readonly asNotifyTargetSendFail: ITuple<[XcmV1MultiLocation, u64, XcmV2TraitsError]>;
735 readonly isNotifyTargetMigrationFail: boolean;744 readonly isNotifyTargetMigrationFail: boolean;
736 readonly asNotifyTargetMigrationFail: ITuple<[XcmVersionedMultiLocation, u64]>;745 readonly asNotifyTargetMigrationFail: ITuple<[XcmVersionedMultiLocation, u64]>;
746 readonly isAssetsClaimed: boolean;
747 readonly asAssetsClaimed: ITuple<[H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;
737 readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail';748 readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail' | 'AssetsClaimed';
738 }749 }
739750
740 /** @name XcmV2TraitsOutcome (67) */751 /** @name XcmV2TraitsOutcome (67) */
1081 readonly isWeightExhausted: boolean;1092 readonly isWeightExhausted: boolean;
1082 readonly asWeightExhausted: {1093 readonly asWeightExhausted: {
1083 readonly messageId: U8aFixed;1094 readonly messageId: U8aFixed;
1084 readonly remainingWeight: Weight;1095 readonly remainingWeight: SpWeightsWeightV2Weight;
1085 readonly requiredWeight: Weight;1096 readonly requiredWeight: SpWeightsWeightV2Weight;
1086 } & Struct;1097 } & Struct;
1087 readonly isOverweightEnqueued: boolean;1098 readonly isOverweightEnqueued: boolean;
1088 readonly asOverweightEnqueued: {1099 readonly asOverweightEnqueued: {
1089 readonly messageId: U8aFixed;1100 readonly messageId: U8aFixed;
1090 readonly overweightIndex: u64;1101 readonly overweightIndex: u64;
1091 readonly requiredWeight: Weight;1102 readonly requiredWeight: SpWeightsWeightV2Weight;
1092 } & Struct;1103 } & Struct;
1093 readonly isOverweightServiced: boolean;1104 readonly isOverweightServiced: boolean;
1094 readonly asOverweightServiced: {1105 readonly asOverweightServiced: {
1095 readonly overweightIndex: u64;1106 readonly overweightIndex: u64;
1096 readonly weightUsed: Weight;1107 readonly weightUsed: SpWeightsWeightV2Weight;
1097 } & Struct;1108 } & Struct;
1098 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';1109 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';
1099 }1110 }
15601571
1561 /** @name FrameSystemLimitsBlockWeights (133) */1572 /** @name FrameSystemLimitsBlockWeights (133) */
1562 interface FrameSystemLimitsBlockWeights extends Struct {1573 interface FrameSystemLimitsBlockWeights extends Struct {
1563 readonly baseBlock: Weight;1574 readonly baseBlock: SpWeightsWeightV2Weight;
1564 readonly maxBlock: Weight;1575 readonly maxBlock: SpWeightsWeightV2Weight;
1565 readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;1576 readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
1566 }1577 }
15671578
15741585
1575 /** @name FrameSystemLimitsWeightsPerClass (135) */1586 /** @name FrameSystemLimitsWeightsPerClass (135) */
1576 interface FrameSystemLimitsWeightsPerClass extends Struct {1587 interface FrameSystemLimitsWeightsPerClass extends Struct {
1577 readonly baseExtrinsic: Weight;1588 readonly baseExtrinsic: SpWeightsWeightV2Weight;
1578 readonly maxExtrinsic: Option<Weight>;1589 readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
1579 readonly maxTotal: Option<Weight>;1590 readonly maxTotal: Option<SpWeightsWeightV2Weight>;
1580 readonly reserved: Option<Weight>;1591 readonly reserved: Option<SpWeightsWeightV2Weight>;
1581 }1592 }
15821593
1583 /** @name FrameSystemLimitsBlockLength (137) */1594 /** @name FrameSystemLimitsBlockLength (137) */
1882 readonly isSudoUncheckedWeight: boolean;1893 readonly isSudoUncheckedWeight: boolean;
1883 readonly asSudoUncheckedWeight: {1894 readonly asSudoUncheckedWeight: {
1884 readonly call: Call;1895 readonly call: Call;
1885 readonly weight: Weight;1896 readonly weight: SpWeightsWeightV2Weight;
1886 } & Struct;1897 } & Struct;
1887 readonly isSetKey: boolean;1898 readonly isSetKey: boolean;
1888 readonly asSetKey: {1899 readonly asSetKey: {
1923 readonly currencyId: PalletForeignAssetsAssetIds;1934 readonly currencyId: PalletForeignAssetsAssetIds;
1924 readonly amount: u128;1935 readonly amount: u128;
1925 readonly dest: XcmVersionedMultiLocation;1936 readonly dest: XcmVersionedMultiLocation;
1926 readonly destWeight: u64;1937 readonly destWeightLimit: XcmV2WeightLimit;
1927 } & Struct;1938 } & Struct;
1928 readonly isTransferMultiasset: boolean;1939 readonly isTransferMultiasset: boolean;
1929 readonly asTransferMultiasset: {1940 readonly asTransferMultiasset: {
1930 readonly asset: XcmVersionedMultiAsset;1941 readonly asset: XcmVersionedMultiAsset;
1931 readonly dest: XcmVersionedMultiLocation;1942 readonly dest: XcmVersionedMultiLocation;
1932 readonly destWeight: u64;1943 readonly destWeightLimit: XcmV2WeightLimit;
1933 } & Struct;1944 } & Struct;
1934 readonly isTransferWithFee: boolean;1945 readonly isTransferWithFee: boolean;
1935 readonly asTransferWithFee: {1946 readonly asTransferWithFee: {
1936 readonly currencyId: PalletForeignAssetsAssetIds;1947 readonly currencyId: PalletForeignAssetsAssetIds;
1937 readonly amount: u128;1948 readonly amount: u128;
1938 readonly fee: u128;1949 readonly fee: u128;
1939 readonly dest: XcmVersionedMultiLocation;1950 readonly dest: XcmVersionedMultiLocation;
1940 readonly destWeight: u64;1951 readonly destWeightLimit: XcmV2WeightLimit;
1941 } & Struct;1952 } & Struct;
1942 readonly isTransferMultiassetWithFee: boolean;1953 readonly isTransferMultiassetWithFee: boolean;
1943 readonly asTransferMultiassetWithFee: {1954 readonly asTransferMultiassetWithFee: {
1944 readonly asset: XcmVersionedMultiAsset;1955 readonly asset: XcmVersionedMultiAsset;
1945 readonly fee: XcmVersionedMultiAsset;1956 readonly fee: XcmVersionedMultiAsset;
1946 readonly dest: XcmVersionedMultiLocation;1957 readonly dest: XcmVersionedMultiLocation;
1947 readonly destWeight: u64;1958 readonly destWeightLimit: XcmV2WeightLimit;
1948 } & Struct;1959 } & Struct;
1949 readonly isTransferMulticurrencies: boolean;1960 readonly isTransferMulticurrencies: boolean;
1950 readonly asTransferMulticurrencies: {1961 readonly asTransferMulticurrencies: {
1951 readonly currencies: Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>>;1962 readonly currencies: Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>>;
1952 readonly feeItem: u32;1963 readonly feeItem: u32;
1953 readonly dest: XcmVersionedMultiLocation;1964 readonly dest: XcmVersionedMultiLocation;
1954 readonly destWeight: u64;1965 readonly destWeightLimit: XcmV2WeightLimit;
1955 } & Struct;1966 } & Struct;
1956 readonly isTransferMultiassets: boolean;1967 readonly isTransferMultiassets: boolean;
1957 readonly asTransferMultiassets: {1968 readonly asTransferMultiassets: {
1958 readonly assets: XcmVersionedMultiAssets;1969 readonly assets: XcmVersionedMultiAssets;
1959 readonly feeItem: u32;1970 readonly feeItem: u32;
1960 readonly dest: XcmVersionedMultiLocation;1971 readonly dest: XcmVersionedMultiLocation;
1961 readonly destWeight: u64;1972 readonly destWeightLimit: XcmV2WeightLimit;
1962 } & Struct;1973 } & Struct;
1963 readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';1974 readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';
1964 }1975 }
2014 readonly isServiceOverweight: boolean;2025 readonly isServiceOverweight: boolean;
2015 readonly asServiceOverweight: {2026 readonly asServiceOverweight: {
2016 readonly index: u64;2027 readonly index: u64;
2017 readonly weightLimit: Weight;2028 readonly weightLimit: u64;
2018 } & Struct;2029 } & Struct;
2019 readonly isSuspendXcmExecution: boolean;2030 readonly isSuspendXcmExecution: boolean;
2020 readonly isResumeXcmExecution: boolean;2031 readonly isResumeXcmExecution: boolean;
2032 } & Struct;2043 } & Struct;
2033 readonly isUpdateThresholdWeight: boolean;2044 readonly isUpdateThresholdWeight: boolean;
2034 readonly asUpdateThresholdWeight: {2045 readonly asUpdateThresholdWeight: {
2035 readonly new_: Weight;2046 readonly new_: u64;
2036 } & Struct;2047 } & Struct;
2037 readonly isUpdateWeightRestrictDecay: boolean;2048 readonly isUpdateWeightRestrictDecay: boolean;
2038 readonly asUpdateWeightRestrictDecay: {2049 readonly asUpdateWeightRestrictDecay: {
2039 readonly new_: Weight;2050 readonly new_: u64;
2040 } & Struct;2051 } & Struct;
2041 readonly isUpdateXcmpMaxIndividualWeight: boolean;2052 readonly isUpdateXcmpMaxIndividualWeight: boolean;
2042 readonly asUpdateXcmpMaxIndividualWeight: {2053 readonly asUpdateXcmpMaxIndividualWeight: {
2043 readonly new_: Weight;2054 readonly new_: u64;
2044 } & Struct;2055 } & Struct;
2045 readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';2056 readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';
2046 }2057 }
2069 readonly isExecute: boolean;2080 readonly isExecute: boolean;
2070 readonly asExecute: {2081 readonly asExecute: {
2071 readonly message: XcmVersionedXcm;2082 readonly message: XcmVersionedXcm;
2072 readonly maxWeight: Weight;2083 readonly maxWeight: u64;
2073 } & Struct;2084 } & Struct;
2074 readonly isForceXcmVersion: boolean;2085 readonly isForceXcmVersion: boolean;
2075 readonly asForceXcmVersion: {2086 readonly asForceXcmVersion: {
2372 readonly isServiceOverweight: boolean;2383 readonly isServiceOverweight: boolean;
2373 readonly asServiceOverweight: {2384 readonly asServiceOverweight: {
2374 readonly index: u64;2385 readonly index: u64;
2375 readonly weightLimit: Weight;2386 readonly weightLimit: u64;
2376 } & Struct;2387 } & Struct;
2377 readonly type: 'ServiceOverweight';2388 readonly type: 'ServiceOverweight';
2378 }2389 }
3331 readonly suspendThreshold: u32;3342 readonly suspendThreshold: u32;
3332 readonly dropThreshold: u32;3343 readonly dropThreshold: u32;
3333 readonly resumeThreshold: u32;3344 readonly resumeThreshold: u32;
3334 readonly thresholdWeight: Weight;3345 readonly thresholdWeight: SpWeightsWeightV2Weight;
3335 readonly weightRestrictDecay: Weight;3346 readonly weightRestrictDecay: SpWeightsWeightV2Weight;
3336 readonly xcmpMaxIndividualWeight: Weight;3347 readonly xcmpMaxIndividualWeight: SpWeightsWeightV2Weight;
3337 }3348 }
33383349
3339 /** @name CumulusPalletXcmpQueueError (369) */3350 /** @name CumulusPalletXcmpQueueError (369) */
33693380
3370 /** @name CumulusPalletDmpQueueConfigData (372) */3381 /** @name CumulusPalletDmpQueueConfigData (372) */
3371 interface CumulusPalletDmpQueueConfigData extends Struct {3382 interface CumulusPalletDmpQueueConfigData extends Struct {
3372 readonly maxIndividual: Weight;3383 readonly maxIndividual: SpWeightsWeightV2Weight;
3373 }3384 }
33743385
3375 /** @name CumulusPalletDmpQueuePageIndexData (373) */3386 /** @name CumulusPalletDmpQueuePageIndexData (373) */
modifiedtests/src/substrate/substrate-api.tsdiffbeforeafterboth
37 extrinsic: {},37 extrinsic: {},
38 payload: {},38 payload: {},
39 },39 },
40 CheckMaintenance: {
41 extrinsic: {},
42 payload: {},
43 },
40 FakeTransactionFinalizer: {44 FakeTransactionFinalizer: {
41 extrinsic: {},45 extrinsic: {},
42 payload: {},46 payload: {},
modifiedtests/yarn.lockdiffbeforeafterboth
17 dependencies:17 dependencies:
18 "@babel/highlight" "^7.18.6"18 "@babel/highlight" "^7.18.6"
1919
20"@babel/compat-data@^7.19.3":20"@babel/compat-data@^7.20.0":
21 version "7.19.4"21 version "7.20.5"
22 resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747"22 resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733"
23 integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==23 integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==
2424
25"@babel/core@^7.19.3":25"@babel/core@^7.20.2":
26 version "7.19.6"26 version "7.20.5"
27 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f"27 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113"
28 integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg==28 integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==
29 dependencies:29 dependencies:
30 "@ampproject/remapping" "^2.1.0"30 "@ampproject/remapping" "^2.1.0"
31 "@babel/code-frame" "^7.18.6"31 "@babel/code-frame" "^7.18.6"
32 "@babel/generator" "^7.19.6"32 "@babel/generator" "^7.20.5"
33 "@babel/helper-compilation-targets" "^7.19.3"33 "@babel/helper-compilation-targets" "^7.20.0"
34 "@babel/helper-module-transforms" "^7.19.6"34 "@babel/helper-module-transforms" "^7.20.2"
35 "@babel/helpers" "^7.19.4"35 "@babel/helpers" "^7.20.5"
36 "@babel/parser" "^7.19.6"36 "@babel/parser" "^7.20.5"
37 "@babel/template" "^7.18.10"37 "@babel/template" "^7.18.10"
38 "@babel/traverse" "^7.19.6"38 "@babel/traverse" "^7.20.5"
39 "@babel/types" "^7.19.4"39 "@babel/types" "^7.20.5"
40 convert-source-map "^1.7.0"40 convert-source-map "^1.7.0"
41 debug "^4.1.0"41 debug "^4.1.0"
42 gensync "^1.0.0-beta.2"42 gensync "^1.0.0-beta.2"
43 json5 "^2.2.1"43 json5 "^2.2.1"
44 semver "^6.3.0"44 semver "^6.3.0"
4545
46"@babel/generator@^7.19.6":46"@babel/generator@^7.20.5":
47 version "7.19.6"47 version "7.20.5"
48 resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d"48 resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.5.tgz#cb25abee3178adf58d6814b68517c62bdbfdda95"
49 integrity sha512-oHGRUQeoX1QrKeJIKVe0hwjGqNnVYsM5Nep5zo0uE0m42sLH+Fsd2pStJ5sRM1bNyTUUoz0pe2lTeMJrb/taTA==49 integrity sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==
50 dependencies:50 dependencies:
51 "@babel/types" "^7.19.4"51 "@babel/types" "^7.20.5"
52 "@jridgewell/gen-mapping" "^0.3.2"52 "@jridgewell/gen-mapping" "^0.3.2"
53 jsesc "^2.5.1"53 jsesc "^2.5.1"
5454
55"@babel/helper-compilation-targets@^7.19.3":55"@babel/helper-compilation-targets@^7.20.0":
56 version "7.19.3"56 version "7.20.0"
57 resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"57 resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a"
58 integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==58 integrity sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==
59 dependencies:59 dependencies:
60 "@babel/compat-data" "^7.19.3"60 "@babel/compat-data" "^7.20.0"
61 "@babel/helper-validator-option" "^7.18.6"61 "@babel/helper-validator-option" "^7.18.6"
62 browserslist "^4.21.3"62 browserslist "^4.21.3"
63 semver "^6.3.0"63 semver "^6.3.0"
89 dependencies:89 dependencies:
90 "@babel/types" "^7.18.6"90 "@babel/types" "^7.18.6"
9191
92"@babel/helper-module-transforms@^7.19.6":92"@babel/helper-module-transforms@^7.20.2":
93 version "7.19.6"93 version "7.20.2"
94 resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f"94 resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712"
95 integrity sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw==95 integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==
96 dependencies:96 dependencies:
97 "@babel/helper-environment-visitor" "^7.18.9"97 "@babel/helper-environment-visitor" "^7.18.9"
98 "@babel/helper-module-imports" "^7.18.6"98 "@babel/helper-module-imports" "^7.18.6"
99 "@babel/helper-simple-access" "^7.19.4"99 "@babel/helper-simple-access" "^7.20.2"
100 "@babel/helper-split-export-declaration" "^7.18.6"100 "@babel/helper-split-export-declaration" "^7.18.6"
101 "@babel/helper-validator-identifier" "^7.19.1"101 "@babel/helper-validator-identifier" "^7.19.1"
102 "@babel/template" "^7.18.10"102 "@babel/template" "^7.18.10"
103 "@babel/traverse" "^7.19.6"103 "@babel/traverse" "^7.20.1"
104 "@babel/types" "^7.19.4"104 "@babel/types" "^7.20.2"
105105
106"@babel/helper-simple-access@^7.19.4":106"@babel/helper-simple-access@^7.20.2":
107 version "7.19.4"107 version "7.20.2"
108 resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7"108 resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9"
109 integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==109 integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==
110 dependencies:110 dependencies:
111 "@babel/types" "^7.19.4"111 "@babel/types" "^7.20.2"
112112
113"@babel/helper-split-export-declaration@^7.18.6":113"@babel/helper-split-export-declaration@^7.18.6":
114 version "7.18.6"114 version "7.18.6"
132 resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"132 resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
133 integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==133 integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
134134
135"@babel/helpers@^7.19.4":135"@babel/helpers@^7.20.5":
136 version "7.19.4"136 version "7.20.6"
137 resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5"137 resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.6.tgz#e64778046b70e04779dfbdf924e7ebb45992c763"
138 integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw==138 integrity sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==
139 dependencies:139 dependencies:
140 "@babel/template" "^7.18.10"140 "@babel/template" "^7.18.10"
141 "@babel/traverse" "^7.19.4"141 "@babel/traverse" "^7.20.5"
142 "@babel/types" "^7.19.4"142 "@babel/types" "^7.20.5"
143143
144"@babel/highlight@^7.18.6":144"@babel/highlight@^7.18.6":
145 version "7.18.6"145 version "7.18.6"
150 chalk "^2.0.0"150 chalk "^2.0.0"
151 js-tokens "^4.0.0"151 js-tokens "^4.0.0"
152152
153"@babel/parser@^7.18.10", "@babel/parser@^7.19.6":153"@babel/parser@^7.18.10":
154 version "7.19.6"154 version "7.19.6"
155 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8"155 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8"
156 integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==156 integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==
157157
158"@babel/parser@^7.20.5":
159 version "7.20.5"
160 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
161 integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
162
158"@babel/register@^7.18.9":163"@babel/register@^7.18.9":
159 version "7.18.9"164 version "7.18.9"
160 resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.18.9.tgz#1888b24bc28d5cc41c412feb015e9ff6b96e439c"165 resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.18.9.tgz#1888b24bc28d5cc41c412feb015e9ff6b96e439c"
166 pirates "^4.0.5"171 pirates "^4.0.5"
167 source-map-support "^0.5.16"172 source-map-support "^0.5.16"
168173
169"@babel/runtime@^7.18.9", "@babel/runtime@^7.19.4":174"@babel/runtime@^7.20.1", "@babel/runtime@^7.20.6":
170 version "7.19.4"175 version "7.20.6"
171 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.19.4.tgz#a42f814502ee467d55b38dd1c256f53a7b885c78"176 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.6.tgz#facf4879bfed9b5326326273a64220f099b0fce3"
172 integrity sha512-EXpLCrk55f+cYqmHsSR+yD/0gAIMxxA9QK9lnQWzhMCvt+YmoBN7Zx94s++Kv0+unHk39vxNO8t+CMA2WSS3wA==177 integrity sha512-Q+8MqP7TiHMWzSfwiJwXCjyf4GYA4Dgw3emg/7xmwsdLJOZUp+nMqcOwOzzYheuM1rhDu8FSj2l0aoMygEuXuA==
173 dependencies:178 dependencies:
174 regenerator-runtime "^0.13.4"179 regenerator-runtime "^0.13.11"
175180
176"@babel/template@^7.18.10":181"@babel/template@^7.18.10":
177 version "7.18.10"182 version "7.18.10"
182 "@babel/parser" "^7.18.10"187 "@babel/parser" "^7.18.10"
183 "@babel/types" "^7.18.10"188 "@babel/types" "^7.18.10"
184189
185"@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6":190"@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5":
186 version "7.19.6"191 version "7.20.5"
187 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc"192 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
188 integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ==193 integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
189 dependencies:194 dependencies:
190 "@babel/code-frame" "^7.18.6"195 "@babel/code-frame" "^7.18.6"
191 "@babel/generator" "^7.19.6"196 "@babel/generator" "^7.20.5"
192 "@babel/helper-environment-visitor" "^7.18.9"197 "@babel/helper-environment-visitor" "^7.18.9"
193 "@babel/helper-function-name" "^7.19.0"198 "@babel/helper-function-name" "^7.19.0"
194 "@babel/helper-hoist-variables" "^7.18.6"199 "@babel/helper-hoist-variables" "^7.18.6"
195 "@babel/helper-split-export-declaration" "^7.18.6"200 "@babel/helper-split-export-declaration" "^7.18.6"
196 "@babel/parser" "^7.19.6"201 "@babel/parser" "^7.20.5"
197 "@babel/types" "^7.19.4"202 "@babel/types" "^7.20.5"
198 debug "^4.1.0"203 debug "^4.1.0"
199 globals "^11.1.0"204 globals "^11.1.0"
200205
201"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.19.4":206"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0":
202 version "7.19.4"207 version "7.19.4"
203 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"208 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
204 integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==209 integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==
207 "@babel/helper-validator-identifier" "^7.19.1"212 "@babel/helper-validator-identifier" "^7.19.1"
208 to-fast-properties "^2.0.0"213 to-fast-properties "^2.0.0"
209214
215"@babel/types@^7.20.2", "@babel/types@^7.20.5":
216 version "7.20.5"
217 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
218 integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
219 dependencies:
220 "@babel/helper-string-parser" "^7.19.4"
221 "@babel/helper-validator-identifier" "^7.19.1"
222 to-fast-properties "^2.0.0"
223
210"@cspotcode/source-map-support@^0.8.0":224"@cspotcode/source-map-support@^0.8.0":
211 version "0.8.1"225 version "0.8.1"
212 resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1"226 resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1"
520 "@nodelib/fs.scandir" "2.1.5"534 "@nodelib/fs.scandir" "2.1.5"
521 fastq "^1.6.0"535 fastq "^1.6.0"
522536
523"@polkadot/api-augment@9.5.2":537"@polkadot/api-augment@9.9.4":
524 version "9.5.2"538 version "9.9.4"
525 resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-9.5.2.tgz#55168dd112517028fea5f2ab9c54ea627e43ac3a"539 resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-9.9.4.tgz#cb09d8edfc3a5d61c6519f30a2f02b1bb939c9f6"
526 integrity sha512-dH6QMY8Z3zI6CrgSU3eSe6f0KWDb5PYGztg/FXGPrjh7Vjic7syWZ1LD6zaHJAFWDp80BEdEXfqr4lConrCKGg==540 integrity sha512-+T9YWw5kEi7AkSoS2UfE1nrVeJUtD92elQBZ3bMMkfM1geKWhSnvBLyTMn6kFmNXTfK0qt8YKS1pwbux7cC9tg==
527 dependencies:541 dependencies:
528 "@babel/runtime" "^7.19.4"542 "@babel/runtime" "^7.20.1"
529 "@polkadot/api-base" "9.5.2"543 "@polkadot/api-base" "9.9.4"
530 "@polkadot/rpc-augment" "9.5.2"544 "@polkadot/rpc-augment" "9.9.4"
531 "@polkadot/types" "9.5.2"545 "@polkadot/types" "9.9.4"
532 "@polkadot/types-augment" "9.5.2"546 "@polkadot/types-augment" "9.9.4"
533 "@polkadot/types-codec" "9.5.2"547 "@polkadot/types-codec" "9.9.4"
534 "@polkadot/util" "^10.1.11"548 "@polkadot/util" "^10.1.14"
535549
536"@polkadot/api-base@9.5.2":550"@polkadot/api-base@9.9.4":
537 version "9.5.2"551 version "9.9.4"
538 resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-9.5.2.tgz#ac0a6b5546a54bcc753ac55c9f033caa9f8b4e5c"552 resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-9.9.4.tgz#eccc645b60485bfe64a5e6a9ebb3195d2011c0ee"
539 integrity sha512-BBsH9SLB1FHgjdiU32cZX1puL3Eh8IjOJHjRsO/5SdttciQhF5g/u/m/mM/55qnlXmffI9s2Jre18G0XtVU9Aw==553 integrity sha512-G1DcxcMeGcvaAAA3u5Tbf70zE5aIuAPEAXnptFMF0lvJz4O6CM8k8ZZFTSk25hjsYlnx8WI1FTc97q4/tKie+Q==
540 dependencies:554 dependencies:
541 "@babel/runtime" "^7.19.4"555 "@babel/runtime" "^7.20.1"
542 "@polkadot/rpc-core" "9.5.2"556 "@polkadot/rpc-core" "9.9.4"
543 "@polkadot/types" "9.5.2"557 "@polkadot/types" "9.9.4"
544 "@polkadot/util" "^10.1.11"558 "@polkadot/util" "^10.1.14"
545 rxjs "^7.5.7"559 rxjs "^7.5.7"
546560
547"@polkadot/api-derive@9.5.2":561"@polkadot/api-derive@9.9.4":
548 version "9.5.2"562 version "9.9.4"
549 resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-9.5.2.tgz#c0412cfc13fa71f93b315d126b12b5ab38e6438c"563 resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-9.9.4.tgz#0eedd9c604be2425d8a1adcf048446184a5aaec9"
550 integrity sha512-kWn12dlqfIES1trNLd3O1i2qa4T97v/co1VMCgVstICwCt3+mGZgpxkMqQqPiWHagKEVeBNoAn+h8eOiQlbujA==564 integrity sha512-3ka7GzY4QbI3d/DHjQ9SjfDOTDxeU8gM2Dn31BP1oFzGwdFe2GZhDIE//lR5S6UDVxNNlgWz4927AunOQcuAmg==
551 dependencies:565 dependencies:
552 "@babel/runtime" "^7.19.4"566 "@babel/runtime" "^7.20.1"
553 "@polkadot/api" "9.5.2"567 "@polkadot/api" "9.9.4"
554 "@polkadot/api-augment" "9.5.2"568 "@polkadot/api-augment" "9.9.4"
555 "@polkadot/api-base" "9.5.2"569 "@polkadot/api-base" "9.9.4"
556 "@polkadot/rpc-core" "9.5.2"570 "@polkadot/rpc-core" "9.9.4"
557 "@polkadot/types" "9.5.2"571 "@polkadot/types" "9.9.4"
558 "@polkadot/types-codec" "9.5.2"572 "@polkadot/types-codec" "9.9.4"
559 "@polkadot/util" "^10.1.11"573 "@polkadot/util" "^10.1.14"
560 "@polkadot/util-crypto" "^10.1.11"574 "@polkadot/util-crypto" "^10.1.14"
561 rxjs "^7.5.7"575 rxjs "^7.5.7"
562576
563"@polkadot/api@9.5.2":577"@polkadot/api@9.9.4":
564 version "9.5.2"578 version "9.9.4"
565 resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-9.5.2.tgz#cef83928e47c393fbebf2788bc86841b6ab37a41"579 resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-9.9.4.tgz#a4899d7497644378a94e0cc6fcbf73a5e2d31b92"
566 integrity sha512-iEF/E8vQan3fHmIEl3bX7Yn/1jQLlvSDwPOxiQdj4tIcF36HX6vCbkdhQKRif0CNYES58TA9EKFiCNg81k+kXw==580 integrity sha512-ze7W/DXsPHsixrFOACzugDQqezzrUGGX1Z2JOl6z+V8pd+ZKLSecsKJFUzf4yoBT82ArITYPtRVx/Dq9b9K2dA==
567 dependencies:581 dependencies:
568 "@babel/runtime" "^7.19.4"582 "@babel/runtime" "^7.20.1"
569 "@polkadot/api-augment" "9.5.2"583 "@polkadot/api-augment" "9.9.4"
570 "@polkadot/api-base" "9.5.2"584 "@polkadot/api-base" "9.9.4"
571 "@polkadot/api-derive" "9.5.2"585 "@polkadot/api-derive" "9.9.4"
572 "@polkadot/keyring" "^10.1.11"586 "@polkadot/keyring" "^10.1.14"
573 "@polkadot/rpc-augment" "9.5.2"587 "@polkadot/rpc-augment" "9.9.4"
574 "@polkadot/rpc-core" "9.5.2"588 "@polkadot/rpc-core" "9.9.4"
575 "@polkadot/rpc-provider" "9.5.2"589 "@polkadot/rpc-provider" "9.9.4"
576 "@polkadot/types" "9.5.2"590 "@polkadot/types" "9.9.4"
577 "@polkadot/types-augment" "9.5.2"591 "@polkadot/types-augment" "9.9.4"
578 "@polkadot/types-codec" "9.5.2"592 "@polkadot/types-codec" "9.9.4"
579 "@polkadot/types-create" "9.5.2"593 "@polkadot/types-create" "9.9.4"
580 "@polkadot/types-known" "9.5.2"594 "@polkadot/types-known" "9.9.4"
581 "@polkadot/util" "^10.1.11"595 "@polkadot/util" "^10.1.14"
582 "@polkadot/util-crypto" "^10.1.11"596 "@polkadot/util-crypto" "^10.1.14"
583 eventemitter3 "^4.0.7"597 eventemitter3 "^4.0.7"
584 rxjs "^7.5.7"598 rxjs "^7.5.7"
585599
586"@polkadot/keyring@^10.1.11":600"@polkadot/keyring@^10.1.14":
587 version "10.1.11"601 version "10.2.1"
588 resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-10.1.11.tgz#a3fed011b0c8826ea2097e04f7189e9be66fbf98"602 resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-10.2.1.tgz#692d4e24dcbbe294b6945640802fc924ea20348e"
589 integrity sha512-Nv8cZaOA/KbdslDMTklJ58+y+UPpic3+oMQoozuq48Ccjv7WeW2BX47XM/RNE8nYFg6EHa6Whfm4IFaFb8s7ag==603 integrity sha512-84/zzxDZANQ4AfsCT1vrjX3I23/mj9WUWl1F7q9ruK6UBFyGsl46Y3ABOopFHij9UXhppndhB65IeDnqoOKqxQ==
590 dependencies:604 dependencies:
591 "@babel/runtime" "^7.19.4"605 "@babel/runtime" "^7.20.6"
592 "@polkadot/util" "10.1.11"606 "@polkadot/util" "10.2.1"
593 "@polkadot/util-crypto" "10.1.11"607 "@polkadot/util-crypto" "10.2.1"
594608
595"@polkadot/networks@10.1.11", "@polkadot/networks@^10.1.11":609"@polkadot/networks@10.2.1", "@polkadot/networks@^10.1.14":
596 version "10.1.11"610 version "10.2.1"
597 resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-10.1.11.tgz#96a5d6c80228f4beada9154cca0f60a63198e7f4"611 resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-10.2.1.tgz#5095011795afa20291ef3e34a2ad38ed2c63fe09"
598 integrity sha512-4FfOVETXwh6PL6wd6fYJMkRSQKm+xUw3vR5rHqcAnB696FpMFPPErc6asgZ9lYMyzNJRY3yG86HQpFhtCv1nGA==612 integrity sha512-cDZIY4jBo2tlDdSXNbECpuWer0NWlPcJNhHHveTiu2idje2QyIBNxBlAPViNGpz+ScAR0EknEzmQKuHOcSKxzg==
599 dependencies:613 dependencies:
600 "@babel/runtime" "^7.19.4"614 "@babel/runtime" "^7.20.6"
601 "@polkadot/util" "10.1.11"615 "@polkadot/util" "10.2.1"
602 "@substrate/ss58-registry" "^1.33.0"616 "@substrate/ss58-registry" "^1.35.0"
603617
604"@polkadot/rpc-augment@9.5.2":618"@polkadot/rpc-augment@9.9.4":
605 version "9.5.2"619 version "9.9.4"
606 resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-9.5.2.tgz#739cc3ed2f86f4318432e38381a2cc780dc64f1e"620 resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-9.9.4.tgz#82a1473143cb9ec1183e01babcfe7ac396ad456b"
607 integrity sha512-QAcunC7p/T4xy6e4m0Q1c9tiVYxnm+S9o10tmtx0K4qXzrc/4I2/tsw3nEGi3BzJhvMpFondSQGcJ3gyLwpmVA==621 integrity sha512-67zGQAhJuXd/CZlwDZTgxNt3xGtsDwLvLvyFrHuNjJNM0KGCyt/OpQHVBlyZ6xfII0WZpccASN6P2MxsGTMnKw==
608 dependencies:622 dependencies:
609 "@babel/runtime" "^7.19.4"623 "@babel/runtime" "^7.20.1"
610 "@polkadot/rpc-core" "9.5.2"624 "@polkadot/rpc-core" "9.9.4"
611 "@polkadot/types" "9.5.2"625 "@polkadot/types" "9.9.4"
612 "@polkadot/types-codec" "9.5.2"626 "@polkadot/types-codec" "9.9.4"
613 "@polkadot/util" "^10.1.11"627 "@polkadot/util" "^10.1.14"
614628
615"@polkadot/rpc-core@9.5.2":629"@polkadot/rpc-core@9.9.4":
616 version "9.5.2"630 version "9.9.4"
617 resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-9.5.2.tgz#1a00868038b6c07fe8f58bd0a6cc9519d14001cc"631 resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-9.9.4.tgz#30cb94dfb9438ef54f6ab9367bc533fa6934dbc5"
618 integrity sha512-4PbNz0GEp3FXYOnsS7mDHZy9DNVBOl56fq8vs09rLkEkrrvGkHmCvabEEWL7OPbwBzwzsCxdgI+IdkVTUKXPkQ==632 integrity sha512-DxhJcq1GAi+28nLMqhTksNMqTX40bGNhYuyQyy/to39VxizAjx+lyAHAMfzG9lvPnTIi2KzXif2pCdWq3AgJag==
619 dependencies:633 dependencies:
620 "@babel/runtime" "^7.19.4"634 "@babel/runtime" "^7.20.1"
621 "@polkadot/rpc-augment" "9.5.2"635 "@polkadot/rpc-augment" "9.9.4"
622 "@polkadot/rpc-provider" "9.5.2"636 "@polkadot/rpc-provider" "9.9.4"
623 "@polkadot/types" "9.5.2"637 "@polkadot/types" "9.9.4"
624 "@polkadot/util" "^10.1.11"638 "@polkadot/util" "^10.1.14"
625 rxjs "^7.5.7"639 rxjs "^7.5.7"
626640
627"@polkadot/rpc-provider@9.5.2":641"@polkadot/rpc-provider@9.9.4":
628 version "9.5.2"642 version "9.9.4"
629 resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-9.5.2.tgz#3e38ea4c3639180f12270b6fe8cbcabf728aaf1d"643 resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-9.9.4.tgz#dab6d72e83e325dc170e03d0edf5f7bec07c0293"
630 integrity sha512-Sn2jfvAsvQcl35o0up8JR/XbDMS/3YVDEN2sFuzXtiD77W2njukItbZT+BolfAW+biAUs3bNomump5k/YLiLKg==644 integrity sha512-aUkPtlYukAOFX3FkUgLw3MNy+T0mCiCX7va3PIts9ggK4vl14NFZHurCZq+5ANvknRU4WG8P5teurH9Rd9oDjQ==
631 dependencies:645 dependencies:
632 "@babel/runtime" "^7.19.4"646 "@babel/runtime" "^7.20.1"
633 "@polkadot/keyring" "^10.1.11"647 "@polkadot/keyring" "^10.1.14"
634 "@polkadot/types" "9.5.2"648 "@polkadot/types" "9.9.4"
635 "@polkadot/types-support" "9.5.2"649 "@polkadot/types-support" "9.9.4"
636 "@polkadot/util" "^10.1.11"650 "@polkadot/util" "^10.1.14"
637 "@polkadot/util-crypto" "^10.1.11"651 "@polkadot/util-crypto" "^10.1.14"
638 "@polkadot/x-fetch" "^10.1.11"652 "@polkadot/x-fetch" "^10.1.14"
639 "@polkadot/x-global" "^10.1.11"653 "@polkadot/x-global" "^10.1.14"
640 "@polkadot/x-ws" "^10.1.11"654 "@polkadot/x-ws" "^10.1.14"
641 "@substrate/connect" "0.7.14"655 "@substrate/connect" "0.7.17"
642 eventemitter3 "^4.0.7"656 eventemitter3 "^4.0.7"
643 mock-socket "^9.1.5"657 mock-socket "^9.1.5"
644 nock "^13.2.9"658 nock "^13.2.9"
645659
646"@polkadot/typegen@9.5.2":660"@polkadot/typegen@9.9.4":
647 version "9.5.2"661 version "9.9.4"
648 resolved "https://registry.yarnpkg.com/@polkadot/typegen/-/typegen-9.5.2.tgz#b4f3b5eca69c70cc496c8cd3b7804df32282c336"662 resolved "https://registry.yarnpkg.com/@polkadot/typegen/-/typegen-9.9.4.tgz#24ee3122c338a359d5776e1c728160ffaaffe6b9"
649 integrity sha512-DIiicI3VzbqkfjthvHhLYCaElkaKB/qM+P0mGDmb3+NgttJQsH2Sqy/zsT/mjr07hAB1gXf4dhCmj0QQBiR1og==663 integrity sha512-uIPD3r9QCvTtz5JHQaO5T2q36U9PrmrutHXbHWWzswsWU6lxkGjIiwUOdV+IUemeQx85GVOAPInU+BnwdhPUpA==
650 dependencies:664 dependencies:
651 "@babel/core" "^7.19.3"665 "@babel/core" "^7.20.2"
652 "@babel/register" "^7.18.9"666 "@babel/register" "^7.18.9"
653 "@babel/runtime" "^7.19.4"667 "@babel/runtime" "^7.20.1"
654 "@polkadot/api" "9.5.2"668 "@polkadot/api" "9.9.4"
655 "@polkadot/api-augment" "9.5.2"669 "@polkadot/api-augment" "9.9.4"
656 "@polkadot/rpc-augment" "9.5.2"670 "@polkadot/rpc-augment" "9.9.4"
657 "@polkadot/rpc-provider" "9.5.2"671 "@polkadot/rpc-provider" "9.9.4"
658 "@polkadot/types" "9.5.2"672 "@polkadot/types" "9.9.4"
659 "@polkadot/types-augment" "9.5.2"673 "@polkadot/types-augment" "9.9.4"
660 "@polkadot/types-codec" "9.5.2"674 "@polkadot/types-codec" "9.9.4"
661 "@polkadot/types-create" "9.5.2"675 "@polkadot/types-create" "9.9.4"
662 "@polkadot/types-support" "9.5.2"676 "@polkadot/types-support" "9.9.4"
663 "@polkadot/util" "^10.1.11"677 "@polkadot/util" "^10.1.14"
664 "@polkadot/util-crypto" "^10.1.11"678 "@polkadot/util-crypto" "^10.1.14"
665 "@polkadot/x-ws" "^10.1.11"679 "@polkadot/x-ws" "^10.1.14"
666 handlebars "^4.7.7"680 handlebars "^4.7.7"
667 websocket "^1.0.34"681 websocket "^1.0.34"
668 yargs "^17.6.0"682 yargs "^17.6.2"
669683
670"@polkadot/types-augment@9.5.2":684"@polkadot/types-augment@9.9.4":
671 version "9.5.2"685 version "9.9.4"
672 resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-9.5.2.tgz#d9e77756b0e36455d708f5af8265ef011ddf8d91"686 resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-9.9.4.tgz#08a2a89c0b8000ef156a0ed41f5eb7aa55cc1bb1"
673 integrity sha512-LDJdv/84sECwA0R5lK85/orxjoozJe3+2jeLjRiKr8S6qm9XRfz0wLCSF866kpSGBZ4B1dYBUhzjoSu95y2Jug==687 integrity sha512-mQNc0kxt3zM6SC+5hJbsg03fxEFpn5nakki+loE2mNsWr1g+rR7LECagAZ4wT2gvdbzWuY/LlRYyDQxe0PwdZg==
674 dependencies:688 dependencies:
675 "@babel/runtime" "^7.19.4"689 "@babel/runtime" "^7.20.1"
676 "@polkadot/types" "9.5.2"690 "@polkadot/types" "9.9.4"
677 "@polkadot/types-codec" "9.5.2"691 "@polkadot/types-codec" "9.9.4"
678 "@polkadot/util" "^10.1.11"692 "@polkadot/util" "^10.1.14"
679693
680"@polkadot/types-codec@9.5.2":694"@polkadot/types-codec@9.9.4":
681 version "9.5.2"695 version "9.9.4"
682 resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-9.5.2.tgz#345c38ccef17651b8cabd159a42810893b5e7e44"696 resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-9.9.4.tgz#1219a6b453dab8e53a0d376f13394b02964c7665"
683 integrity sha512-FJPjE3ceTGTcadeC8d5C+aSR8SLKuQrXKIBmMNBky+WwzEo0vufRqxFWcPLxAOEeeUPgBXS967tP15+UU4psGA==697 integrity sha512-uSHoQQcj4813c9zNkDDH897K6JB0OznTrH5WeZ1wxpjML7lkuTJ2t/GQE9e4q5Ycl7YePZsvEp2qlc3GwrVm/w==
684 dependencies:698 dependencies:
685 "@babel/runtime" "^7.19.4"699 "@babel/runtime" "^7.20.1"
686 "@polkadot/util" "^10.1.11"700 "@polkadot/util" "^10.1.14"
687 "@polkadot/x-bigint" "^10.1.11"701 "@polkadot/x-bigint" "^10.1.14"
688702
689"@polkadot/types-create@9.5.2":703"@polkadot/types-create@9.9.4":
690 version "9.5.2"704 version "9.9.4"
691 resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-9.5.2.tgz#a85dcb794ea11e5d528baa34b65e57cfafc905cf"705 resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-9.9.4.tgz#d2d3d0e4c3cd4a0a4581dcb418a8f6bec657b986"
692 integrity sha512-YbplL8K0LqUEHoV3FgZ5B83oVV67KGbLXsWHVVaUZBPsmtXJXrbBfSyJgl/80I2n4lXEBmg3sFAYMbaSTvL05A==706 integrity sha512-EOxLryRQ4JVRSRnIMXk3Tjry1tyegNuWK8OUj51A1wHrX76DF9chME27bXUP4d7el1pjqPuQ9/l+/928GG386g==
693 dependencies:707 dependencies:
694 "@babel/runtime" "^7.19.4"708 "@babel/runtime" "^7.20.1"
695 "@polkadot/types-codec" "9.5.2"709 "@polkadot/types-codec" "9.9.4"
696 "@polkadot/util" "^10.1.11"710 "@polkadot/util" "^10.1.14"
697711
698"@polkadot/types-known@9.5.2":712"@polkadot/types-known@9.9.4":
699 version "9.5.2"713 version "9.9.4"
700 resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-9.5.2.tgz#a71fd08932b1643bbf346321472ed48ab1ade215"714 resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-9.9.4.tgz#d30fa2c5c964b76b748413004758d05eb8f0e8f9"
701 integrity sha512-iNaGOF6dGiTvy3Ns8Z7WNjYD1SGnZiapDAKPH4brPuJqMpN6/FxYpfPSSOKx+IJEamsdINcaggb87eWyPxH8CA==715 integrity sha512-BaKXkg3yZLDv31g0CZPJsZDXX01VTjkQ0tmW9U6fmccEq3zHlxbUiXf3aKlwKRJyDWiEOxr4cQ4GT8jj6uEIuA==
702 dependencies:716 dependencies:
703 "@babel/runtime" "^7.19.4"717 "@babel/runtime" "^7.20.1"
704 "@polkadot/networks" "^10.1.11"718 "@polkadot/networks" "^10.1.14"
705 "@polkadot/types" "9.5.2"719 "@polkadot/types" "9.9.4"
706 "@polkadot/types-codec" "9.5.2"720 "@polkadot/types-codec" "9.9.4"
707 "@polkadot/types-create" "9.5.2"721 "@polkadot/types-create" "9.9.4"
708 "@polkadot/util" "^10.1.11"722 "@polkadot/util" "^10.1.14"
709723
710"@polkadot/types-support@9.5.2":724"@polkadot/types-support@9.9.4":
711 version "9.5.2"725 version "9.9.4"
712 resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-9.5.2.tgz#f2990d19cbd78c24e5b7116466fb1d89f93a8ca7"726 resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-9.9.4.tgz#3f2eb1097a268bdd280d36fb53b7cdc98a5e238c"
713 integrity sha512-Zdbl5fvGQjUkyE1r67vhyPEqLUwlZ35GCnkoobY9MgN6gylhSjNue/shpG4uGsEjWVQL7GkFkrPiwtzDArVilg==727 integrity sha512-vjhdD7B5kdTLhm2iO0QAb7fM4D2ojNUVVocOJotC9NULYtoC+PkPvkvFbw7VQ1H3u7yxyZfWloMtBnCsIp5EAA==
714 dependencies:728 dependencies:
715 "@babel/runtime" "^7.19.4"729 "@babel/runtime" "^7.20.1"
716 "@polkadot/util" "^10.1.11"730 "@polkadot/util" "^10.1.14"
717731
718"@polkadot/types@9.5.2":732"@polkadot/types@9.9.4":
719 version "9.5.2"733 version "9.9.4"
720 resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-9.5.2.tgz#33ab2caea08f084141a01038adbe53ed69ab7d9c"734 resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-9.9.4.tgz#a1b38174f5a9e2aa97612157d12faffd905b126e"
721 integrity sha512-6C5xzOrMK+fu0JMOlSO+8dPDhpwKPOaKMv3v5BMvBEWtDNKM81/QQoAoYT7DSVXq/V16icSFxPs9IWC+6Qq5ag==735 integrity sha512-/LJ029S0AtKzvV9JoQtIIeHRP/Xoq8MZmDfdHUEgThRd+uvtQzFyGmcupe4EzX0p5VAx93DUFQKm8vUdHE39Tw==
722 dependencies:736 dependencies:
723 "@babel/runtime" "^7.19.4"737 "@babel/runtime" "^7.20.1"
724 "@polkadot/keyring" "^10.1.11"738 "@polkadot/keyring" "^10.1.14"
725 "@polkadot/types-augment" "9.5.2"739 "@polkadot/types-augment" "9.9.4"
726 "@polkadot/types-codec" "9.5.2"740 "@polkadot/types-codec" "9.9.4"
727 "@polkadot/types-create" "9.5.2"741 "@polkadot/types-create" "9.9.4"
728 "@polkadot/util" "^10.1.11"742 "@polkadot/util" "^10.1.14"
729 "@polkadot/util-crypto" "^10.1.11"743 "@polkadot/util-crypto" "^10.1.14"
730 rxjs "^7.5.7"744 rxjs "^7.5.7"
731745
732"@polkadot/util-crypto@10.1.11", "@polkadot/util-crypto@^10.1.11":746"@polkadot/util-crypto@10.2.1", "@polkadot/util-crypto@^10.1.14":
733 version "10.1.11"747 version "10.2.1"
734 resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-10.1.11.tgz#e59bdc8e1e2bd98a115e2e2ed45461e68a14a48c"748 resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-10.2.1.tgz#f6ce1c81496336ca50c2ca84975bcde79aa16634"
735 integrity sha512-wG63frIMAR5T/HXGM0SFNzZZdk7qDBsfLXfn6PIZiXCCCsdEYPzS5WltB7fkhicYpbePJ7VgdCAddj1l4IcGyg==749 integrity sha512-UH1J4oD92gkLXMfVTLee3Y2vYadNyp1lmS4P2nZwQ0SOzGZ4rN7khD2CrB1cXS9WPq196Zb5oZdGLnPYnXHtjw==
736 dependencies:750 dependencies:
737 "@babel/runtime" "^7.19.4"751 "@babel/runtime" "^7.20.6"
738 "@noble/hashes" "1.1.3"752 "@noble/hashes" "1.1.3"
739 "@noble/secp256k1" "1.7.0"753 "@noble/secp256k1" "1.7.0"
740 "@polkadot/networks" "10.1.11"754 "@polkadot/networks" "10.2.1"
741 "@polkadot/util" "10.1.11"755 "@polkadot/util" "10.2.1"
742 "@polkadot/wasm-crypto" "^6.3.1"756 "@polkadot/wasm-crypto" "^6.4.1"
743 "@polkadot/x-bigint" "10.1.11"757 "@polkadot/x-bigint" "10.2.1"
744 "@polkadot/x-randomvalues" "10.1.11"758 "@polkadot/x-randomvalues" "10.2.1"
745 "@scure/base" "1.1.1"759 "@scure/base" "1.1.1"
746 ed2curve "^0.3.0"760 ed2curve "^0.3.0"
747 tweetnacl "^1.0.3"761 tweetnacl "^1.0.3"
748762
749"@polkadot/util@10.1.11", "@polkadot/util@^10.1.11":763"@polkadot/util@10.2.1", "@polkadot/util@^10.1.14":
750 version "10.1.11"764 version "10.2.1"
751 resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-10.1.11.tgz#22bcdabbd7a0d266417f6569cc655f516d371a82"765 resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-10.2.1.tgz#a8c3a4fe87091197448bec70f7ea079b60d5abf6"
752 integrity sha512-6m51lw6g6ilqO/k4BQY7rD0lYM9NCnC4FiM7CEEUc7j8q86qxdcZ88zdNldkhNsTIQnfmCtkK3GRzZW6VYrbUw==766 integrity sha512-ewGKSOp+VXKEeCvpCCP2Qqi/FVkewBF9vb/N8pRwuNQ2XE9k1lnsOZZeQemVBDhKsZz+h3IeNcWejaF6K3vYHQ==
753 dependencies:767 dependencies:
754 "@babel/runtime" "^7.19.4"768 "@babel/runtime" "^7.20.6"
755 "@polkadot/x-bigint" "10.1.11"769 "@polkadot/x-bigint" "10.2.1"
756 "@polkadot/x-global" "10.1.11"770 "@polkadot/x-global" "10.2.1"
757 "@polkadot/x-textdecoder" "10.1.11"771 "@polkadot/x-textdecoder" "10.2.1"
758 "@polkadot/x-textencoder" "10.1.11"772 "@polkadot/x-textencoder" "10.2.1"
759 "@types/bn.js" "^5.1.1"773 "@types/bn.js" "^5.1.1"
760 bn.js "^5.2.1"774 bn.js "^5.2.1"
761775
762"@polkadot/wasm-bridge@6.3.1":776"@polkadot/wasm-bridge@6.4.1":
763 version "6.3.1"777 version "6.4.1"
764 resolved "https://registry.yarnpkg.com/@polkadot/wasm-bridge/-/wasm-bridge-6.3.1.tgz#439fa78e80947a7cb695443e1f64b25c30bb1487"778 resolved "https://registry.yarnpkg.com/@polkadot/wasm-bridge/-/wasm-bridge-6.4.1.tgz#e97915dd67ba543ec3381299c2a5b9330686e27e"
765 integrity sha512-1TYkHsb9AEFhU9uZj3biEnN2yKQNzdrwSjiTvfCYnt97pnEkKsZI6cku+YPZQv5w/x9CQa5Yua9e2DVVZSivGA==779 integrity sha512-QZDvz6dsUlbYsaMV5biZgZWkYH9BC5AfhT0f0/knv8+LrbAoQdP3Asbvddw8vyU9sbpuCHXrd4bDLBwUCRfrBQ==
766 dependencies:780 dependencies:
767 "@babel/runtime" "^7.18.9"781 "@babel/runtime" "^7.20.6"
768782
769"@polkadot/wasm-crypto-asmjs@6.3.1":783"@polkadot/wasm-crypto-asmjs@6.4.1":
770 version "6.3.1"784 version "6.4.1"
771 resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-6.3.1.tgz#e8f469c9cf4a7709c8131a96f857291953f3e30a"785 resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-6.4.1.tgz#3cc76bbda5ea4a7a860982c64f9565907b312253"
772 integrity sha512-zbombRfA5v/mUWQQhgg2YwaxhRmxRIrvskw65x+lruax3b6xPBFDs7yplopiJU3r8h2pTgQvX/DUksvqz2TCRQ==786 integrity sha512-UxZTwuBZlnODGIQdCsE2Sn/jU0O2xrNQ/TkhRFELfkZXEXTNu4lw6NpaKq7Iey4L+wKd8h4lT3VPVkMcPBLOvA==
773 dependencies:787 dependencies:
774 "@babel/runtime" "^7.18.9"788 "@babel/runtime" "^7.20.6"
775789
776"@polkadot/wasm-crypto-init@6.3.1":790"@polkadot/wasm-crypto-init@6.4.1":
777 version "6.3.1"791 version "6.4.1"
778 resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-init/-/wasm-crypto-init-6.3.1.tgz#b590220c53c94b9a54d5dc236d0cbe943db76706"792 resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-init/-/wasm-crypto-init-6.4.1.tgz#4d9ab0030db52cf177bf707ef8e77aa4ca721668"
779 integrity sha512-9yaUBcu+snwjJLmPPGl3cyGRQ1afyFGm16qzTM0sgG/ZCfUlK4uk8KWZe+sBUKgoxb2oXY7Y4WklKgQI1YBdfw==793 integrity sha512-1ALagSi/nfkyFaH6JDYfy/QbicVbSn99K8PV9rctDUfxc7P06R7CoqbjGQ4OMPX6w1WYVPU7B4jPHGLYBlVuMw==
780 dependencies:794 dependencies:
781 "@babel/runtime" "^7.18.9"795 "@babel/runtime" "^7.20.6"
782 "@polkadot/wasm-bridge" "6.3.1"796 "@polkadot/wasm-bridge" "6.4.1"
783 "@polkadot/wasm-crypto-asmjs" "6.3.1"797 "@polkadot/wasm-crypto-asmjs" "6.4.1"
784 "@polkadot/wasm-crypto-wasm" "6.3.1"798 "@polkadot/wasm-crypto-wasm" "6.4.1"
785799
786"@polkadot/wasm-crypto-wasm@6.3.1":800"@polkadot/wasm-crypto-wasm@6.4.1":
787 version "6.3.1"801 version "6.4.1"
788 resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-6.3.1.tgz#67f720e7f9694fef096abe9d60abbac02e032383"802 resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-6.4.1.tgz#97180f80583b18f6a13c1054fa5f7e8da40b1028"
789 integrity sha512-idSlzKGVzCfeCMRHsacRvqwojSaTadFxL/Dbls4z1thvfa3U9Ku0d2qVtlwg7Hj+tYWDiuP8Kygs+6bQwfs0XA==803 integrity sha512-3VV9ZGzh0ZY3SmkkSw+0TRXxIpiO0nB8lFwlRgcwaCihwrvLfRnH9GI8WE12mKsHVjWTEVR3ogzILJxccAUjDA==
790 dependencies:804 dependencies:
791 "@babel/runtime" "^7.18.9"805 "@babel/runtime" "^7.20.6"
792 "@polkadot/wasm-util" "6.3.1"806 "@polkadot/wasm-util" "6.4.1"
793807
794"@polkadot/wasm-crypto@^6.3.1":808"@polkadot/wasm-crypto@^6.4.1":
795 version "6.3.1"809 version "6.4.1"
796 resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto/-/wasm-crypto-6.3.1.tgz#63f5798aca2b2ff0696f190e6862d9781d8f280c"810 resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto/-/wasm-crypto-6.4.1.tgz#79310e23ad1ca62362ba893db6a8567154c2536a"
797 integrity sha512-OO8h0qeVkqp4xYZaRVl4iuWOEtq282pNBHDKb6SOJuI2g59eWGcKh4EQU9Me2VP6qzojIqptrkrVt7KQXC68gA==811 integrity sha512-FH+dcDPdhSLJvwL0pMLtn/LIPd62QDPODZRCmDyw+pFjLOMaRBc7raomWUOqyRWJTnqVf/iscc2rLVLNMyt7ag==
798 dependencies:812 dependencies:
799 "@babel/runtime" "^7.18.9"813 "@babel/runtime" "^7.20.6"
800 "@polkadot/wasm-bridge" "6.3.1"814 "@polkadot/wasm-bridge" "6.4.1"
801 "@polkadot/wasm-crypto-asmjs" "6.3.1"815 "@polkadot/wasm-crypto-asmjs" "6.4.1"
802 "@polkadot/wasm-crypto-init" "6.3.1"816 "@polkadot/wasm-crypto-init" "6.4.1"
803 "@polkadot/wasm-crypto-wasm" "6.3.1"817 "@polkadot/wasm-crypto-wasm" "6.4.1"
804 "@polkadot/wasm-util" "6.3.1"818 "@polkadot/wasm-util" "6.4.1"
805819
806"@polkadot/wasm-util@6.3.1":820"@polkadot/wasm-util@6.4.1":
807 version "6.3.1"821 version "6.4.1"
808 resolved "https://registry.yarnpkg.com/@polkadot/wasm-util/-/wasm-util-6.3.1.tgz#439ebb68a436317af388ed6438b8f879df3afcda"822 resolved "https://registry.yarnpkg.com/@polkadot/wasm-util/-/wasm-util-6.4.1.tgz#74aecc85bec427a9225d9874685944ea3dc3ab76"
809 integrity sha512-12oAv5J7Yoc9m6jixrSaQCxpOkWOyzHx3DMC8qmLjRiwdBWxqLmImOVRVnFsbaxqSbhBIHRuJphVxWE+GZETDg==823 integrity sha512-Uwo+WpEsDmFExWC5kTNvsVhvqXMZEKf4gUHXFn4c6Xz4lmieRT5g+1bO1KJ21pl4msuIgdV3Bksfs/oiqMFqlw==
810 dependencies:824 dependencies:
811 "@babel/runtime" "^7.18.9"825 "@babel/runtime" "^7.20.6"
812826
813"@polkadot/x-bigint@10.1.11", "@polkadot/x-bigint@^10.1.11":827"@polkadot/x-bigint@10.2.1", "@polkadot/x-bigint@^10.1.14":
814 version "10.1.11"828 version "10.2.1"
815 resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-10.1.11.tgz#7d62ce10cccd55b86a415342db95b9feeb099776"829 resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-10.2.1.tgz#aa2d4384bb4ae6b5a3f333aa25bf6fd64d9006c5"
816 integrity sha512-TC4KZ+ni/SJhcf/LIwD49C/kwvACu0nCchETNO+sAfJ7COXZwHDUJXVXmwN5PgkQxwsWsKKuJmzR/Fi1bgMWnQ==830 integrity sha512-asFroI2skC4gYv0oIqqb84DqCCxhNUTSCKobEg57WdXoT4TKrN9Uetg2AMSIHRiX/9lP3EPMhUjM1VVGobTQRQ==
817 dependencies:831 dependencies:
818 "@babel/runtime" "^7.19.4"832 "@babel/runtime" "^7.20.6"
819 "@polkadot/x-global" "10.1.11"833 "@polkadot/x-global" "10.2.1"
820834
821"@polkadot/x-fetch@^10.1.11":835"@polkadot/x-fetch@^10.1.14":
822 version "10.1.11"836 version "10.2.1"
823 resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-10.1.11.tgz#8f579bb166096c977acff91a40b3848fb5581900"837 resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-10.2.1.tgz#cb5b33da1d91787eb2e5207ef62806a75ef3c62f"
824 integrity sha512-WtyUr9itVD9BLnxCUloJ1iwrXOY/lnlEShEYKHcSm6MIHtbJolePd3v1+o5mOX+bdDbHXhPZnH8anCCqDNDRqg==838 integrity sha512-6ASJUZIrbLaKW+AOW7E5CuktwJwa2LHhxxRyJe398HxZUjJRjO2VJPdqoSwwCYvfFa1TcIr3FDWS63ooDfvGMA==
825 dependencies:839 dependencies:
826 "@babel/runtime" "^7.19.4"840 "@babel/runtime" "^7.20.6"
827 "@polkadot/x-global" "10.1.11"841 "@polkadot/x-global" "10.2.1"
828 "@types/node-fetch" "^2.6.2"842 "@types/node-fetch" "^2.6.2"
829 node-fetch "^3.2.10"843 node-fetch "^3.3.0"
830844
831"@polkadot/x-global@10.1.11", "@polkadot/x-global@^10.1.11":845"@polkadot/x-global@10.2.1", "@polkadot/x-global@^10.1.14":
832 version "10.1.11"846 version "10.2.1"
833 resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-10.1.11.tgz#37dda3ef1cebfd14c68c69279ae6521957817866"847 resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-10.2.1.tgz#6fbaab05653e680adc8c69c07947eee49afc1238"
834 integrity sha512-bWz5gdcELy6+xfr27R1GE5MPX4nfVlchzHQH+DR6OBbSi9g/PeycQAvFB6IkTmP+YEbNNtIpxnSP37zoUaG3xw==848 integrity sha512-kWmPku2lCcoYKU16+lWGOb95+6Lu9zo1trvzTWmAt7z0DXw2GlD9+qmDTt5iYGtguJsGXoRZDGilDTo3MeFrkA==
835 dependencies:849 dependencies:
836 "@babel/runtime" "^7.19.4"850 "@babel/runtime" "^7.20.6"
837851
838"@polkadot/x-randomvalues@10.1.11":852"@polkadot/x-randomvalues@10.2.1":
839 version "10.1.11"853 version "10.2.1"
840 resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-10.1.11.tgz#f9e088f8b400770d3e53ba9e0c0f0d464047f89e"854 resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-10.2.1.tgz#1c463625c0b7cf775e94594f522eb21a5229b42e"
841 integrity sha512-V2V37f5hoM5B32eCpGw87Lwstin2+ArXhOZ8ENKncbQLXzbF9yTODueDoA5Vt0MJCs2CDP9cyiCYykcanqVkxg==855 integrity sha512-bEwG6j/+HMZ5LIkyzRbTB0N1Wz2lHyxP25pPFgHFqGqon/KZoRN5kxOwEJ1DpPJIv+9PVn5tt7bc4R3qsaZ93g==
842 dependencies:856 dependencies:
843 "@babel/runtime" "^7.19.4"857 "@babel/runtime" "^7.20.6"
844 "@polkadot/x-global" "10.1.11"858 "@polkadot/x-global" "10.2.1"
845859
846"@polkadot/x-textdecoder@10.1.11":860"@polkadot/x-textdecoder@10.2.1":
847 version "10.1.11"861 version "10.2.1"
848 resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-10.1.11.tgz#314c79e27545a41fe0494a26196bf2dff5cfcb5d"862 resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-10.2.1.tgz#c1778ef35e2aa8db8f11bbe31a5bbf5e46017d7d"
849 integrity sha512-QZqie04SR6pAj260PaLBfZUGXWKI357t4ROVJhpaj06qc1zrk1V8Mwkr49+WzjAPFEOqo70HWnzXmPNCH4dQiw==863 integrity sha512-hpFmrdv/rrSM4UNaV8TJBgMtwXsYlNgBTSUmnKWwJIN3PhOUeYxl1qIbPchxGbJBc35WviJCZe7rlLja9JvFcw==
850 dependencies:864 dependencies:
851 "@babel/runtime" "^7.19.4"865 "@babel/runtime" "^7.20.6"
852 "@polkadot/x-global" "10.1.11"866 "@polkadot/x-global" "10.2.1"
853867
854"@polkadot/x-textencoder@10.1.11":868"@polkadot/x-textencoder@10.2.1":
855 version "10.1.11"869 version "10.2.1"
856 resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-10.1.11.tgz#23b18b3ffbc649572728aa37d7787432bb3a03b5"870 resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-10.2.1.tgz#c09562c73a44659243075d43b007b5c1b39c57a8"
857 integrity sha512-UX+uV9AbDID81waaG/NvTkkf7ZNVW7HSHaddgbWjQEVW2Ex4ByccBarY5jEi6cErEPKfzCamKhgXflu0aV9LWw==871 integrity sha512-4gMyY6DCH34KA++bawu/zlUJ0/8+aZJsurwjRBbkdfOS2uLo0K+vJ5GBevAhl0VSznM36ptfh/MpkIBKK/6R0g==
858 dependencies:872 dependencies:
859 "@babel/runtime" "^7.19.4"873 "@babel/runtime" "^7.20.6"
860 "@polkadot/x-global" "10.1.11"874 "@polkadot/x-global" "10.2.1"
861875
862"@polkadot/x-ws@^10.1.11":876"@polkadot/x-ws@^10.1.14":
863 version "10.1.11"877 version "10.2.1"
864 resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-10.1.11.tgz#7431ad72064d56519d4293278f03ae97b9ea9271"878 resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-10.2.1.tgz#ec119c22a8cb7b9cde00e9909e37b6ba2845efd1"
865 integrity sha512-EUbL/R1A/NxYf6Rnb1M7U9yeTuo5r4y2vcQllE5aBLaQ0cFnRykHzlmZlVX1E7O5uy3lYVdxWC7sNgxItIWkWA==879 integrity sha512-oS/WEHc1JSJ+xMArzFXbg1yEeaRrp6GsJLBvObj4DgTyqoWTR5fYkq1G1nHbyqdR729yAnR6755PdaWecIg98g==
866 dependencies:880 dependencies:
867 "@babel/runtime" "^7.19.4"881 "@babel/runtime" "^7.20.6"
868 "@polkadot/x-global" "10.1.11"882 "@polkadot/x-global" "10.2.1"
869 "@types/websocket" "^1.0.5"883 "@types/websocket" "^1.0.5"
870 websocket "^1.0.34"884 websocket "^1.0.34"
871885
884 resolved "https://registry.yarnpkg.com/@substrate/connect-extension-protocol/-/connect-extension-protocol-1.0.1.tgz#fa5738039586c648013caa6a0c95c43265dbe77d"898 resolved "https://registry.yarnpkg.com/@substrate/connect-extension-protocol/-/connect-extension-protocol-1.0.1.tgz#fa5738039586c648013caa6a0c95c43265dbe77d"
885 integrity sha512-161JhCC1csjH3GE5mPLEd7HbWtwNSPJBg3p1Ksz9SFlTzj/bgEwudiRN2y5i0MoLGCIJRYKyKGMxVnd29PzNjg==899 integrity sha512-161JhCC1csjH3GE5mPLEd7HbWtwNSPJBg3p1Ksz9SFlTzj/bgEwudiRN2y5i0MoLGCIJRYKyKGMxVnd29PzNjg==
886900
887"@substrate/connect@0.7.14":901"@substrate/connect@0.7.17":
888 version "0.7.14"902 version "0.7.17"
889 resolved "https://registry.yarnpkg.com/@substrate/connect/-/connect-0.7.14.tgz#c090e952e9cdd93185a94d24fbc424ea20fe7bbe"903 resolved "https://registry.yarnpkg.com/@substrate/connect/-/connect-0.7.17.tgz#b76ce23d24255e89028db81b3cb280c7f86db72e"
890 integrity sha512-uW5uBmihpivshmmmw+rsg7qOV0KqVSep4rWOXFMP8aFQinvmqw4JqxP21og4H/7JZxttYUBFQVsdtXHGKJ0aVQ==904 integrity sha512-s0XBmGpUCFWZFa+TS0TEvOKtWjJP2uT4xKmvzApH8INB5xbz79wqWFX6WWh3AlK/X1P0Smt+RVEH7HQiLJAYAw==
891 dependencies:905 dependencies:
892 "@substrate/connect-extension-protocol" "^1.0.1"906 "@substrate/connect-extension-protocol" "^1.0.1"
893 "@substrate/smoldot-light" "0.6.34"907 "@substrate/smoldot-light" "0.7.7"
894 eventemitter3 "^4.0.7"908 eventemitter3 "^4.0.7"
895909
896"@substrate/smoldot-light@0.6.34":910"@substrate/smoldot-light@0.7.7":
897 version "0.6.34"911 version "0.7.7"
898 resolved "https://registry.yarnpkg.com/@substrate/smoldot-light/-/smoldot-light-0.6.34.tgz#273dba622102281fd0fdb0e375198bff2ec584c3"912 resolved "https://registry.yarnpkg.com/@substrate/smoldot-light/-/smoldot-light-0.7.7.tgz#ee5f89bb25af64d2014d97548b959b7da4c67f08"
899 integrity sha512-+HK9MaJ0HelJmpf4YYR+salJ7dhVBltmhGlyz5l8OXS9DW18fe0Z2wxEo8P5kX9CUxlCXEb8J9JBRQAYBPHbwQ==913 integrity sha512-ksxeAed6dIUtYSl0f8ehgWQjwXnpDGTIJt+WVRIGt3OObZkA96ZdBWx0xP7GrXZtj37u4n/Y1z7TyTm4bwQvrw==
900 dependencies:914 dependencies:
901 pako "^2.0.4"915 pako "^2.0.4"
902 ws "^8.8.1"916 ws "^8.8.1"
903917
904"@substrate/ss58-registry@^1.33.0":918"@substrate/ss58-registry@^1.35.0":
905 version "1.33.0"919 version "1.36.0"
906 resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.33.0.tgz#b93218fc86405769716b02f0ce5e61df221b37ae"920 resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.36.0.tgz#22b59fa85cacc0bdf40aa5d8131a377c1b5a8dd8"
907 integrity sha512-DztMuMcEfu+tJrtIQIIp5gO8/XJZ8N8UwPObDCSNgrp7trtSkPJAUFB9qXaReXtN9UvTcVBMTWk6VPfFi04Wkg==921 integrity sha512-YfQIpe2bIvGg/XWNByycznbOiAknMvpYaUpQJ2sLmNT/OwPx7XjEXk7dLShccuiQDoOQt3trTtF3Frz/Tjv6Fg==
908922
909"@szmarczak/http-timer@^4.0.5":923"@szmarczak/http-timer@^4.0.5":
910 version "4.0.6"924 version "4.0.6"
3679 dependencies:3693 dependencies:
3680 whatwg-url "^5.0.0"3694 whatwg-url "^5.0.0"
36813695
3682node-fetch@^3.2.10:3696node-fetch@^3.3.0:
3683 version "3.2.10"3697 version "3.3.0"
3684 resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.10.tgz#e8347f94b54ae18b57c9c049ef641cef398a85c8"3698 resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.0.tgz#37e71db4ecc257057af828d523a7243d651d91e4"
3685 integrity sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==3699 integrity sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==
3686 dependencies:3700 dependencies:
3687 data-uri-to-buffer "^4.0.0"3701 data-uri-to-buffer "^4.0.0"
3688 fetch-blob "^3.1.4"3702 fetch-blob "^3.1.4"
4078 dependencies:4092 dependencies:
4079 picomatch "^2.2.1"4093 picomatch "^2.2.1"
40804094
4081regenerator-runtime@^0.13.4:4095regenerator-runtime@^0.13.11:
4082 version "0.13.10"4096 version "0.13.11"
4083 resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.10.tgz#ed07b19616bcbec5da6274ebc75ae95634bfc2ee"4097 resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
4084 integrity sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw==4098 integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
40854099
4086regexp.prototype.flags@^1.4.3:4100regexp.prototype.flags@^1.4.3:
4087 version "1.4.3"4101 version "1.4.3"
5170 resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"5184 resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
5171 integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==5185 integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
51725186
5173yargs-parser@^21.0.0:5187yargs-parser@^21.1.1:
5174 version "21.1.1"5188 version "21.1.1"
5175 resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"5189 resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
5176 integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==5190 integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
5198 y18n "^5.0.5"5212 y18n "^5.0.5"
5199 yargs-parser "^20.2.2"5213 yargs-parser "^20.2.2"
52005214
5201yargs@^17.6.0:5215yargs@^17.6.2:
5202 version "17.6.0"5216 version "17.6.2"
5203 resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.6.0.tgz#e134900fc1f218bc230192bdec06a0a5f973e46c"5217 resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.6.2.tgz#2e23f2944e976339a1ee00f18c77fedee8332541"
5204 integrity sha512-8H/wTDqlSwoSnScvV2N/JHfLWOKuh5MVla9hqLjK3nsfyy6Y4kDSYSvkU5YCUEPOSnRXfIyx3Sq+B/IWudTo4g==5218 integrity sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==
5205 dependencies:5219 dependencies:
5206 cliui "^8.0.1"5220 cliui "^8.0.1"
5207 escalade "^3.1.1"5221 escalade "^3.1.1"
5208 get-caller-file "^2.0.5"5222 get-caller-file "^2.0.5"
5209 require-directory "^2.1.1"5223 require-directory "^2.1.1"
5210 string-width "^4.2.3"5224 string-width "^4.2.3"
5211 y18n "^5.0.5"5225 y18n "^5.0.5"
5212 yargs-parser "^21.0.0"5226 yargs-parser "^21.1.1"
52135227
5214yn@3.1.1:5228yn@3.1.1:
5215 version "3.1.1"5229 version "3.1.1"