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

difftreelog

Merge branch 'develop' into hotfix/OutOfOffset

Igor Kozyrev2022-05-06parents: #923810b #b35da00.patch.diff
in: master

53 files changed

modifiedCargo.lockdiffbeforeafterboth
59 "cipher",59 "cipher",
60 "ctr",60 "ctr",
61 "ghash",61 "ghash",
62 "subtle 2.4.1",62 "subtle",
63]63]
6464
65[[package]]65[[package]]
9999
100[[package]]100[[package]]
101name = "anyhow"101name = "anyhow"
102version = "1.0.56"102version = "1.0.57"
103source = "registry+https://github.com/rust-lang/crates.io-index"103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"104checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
105105
106[[package]]106[[package]]
107name = "approx"107name = "approx"
241241
242[[package]]242[[package]]
243name = "async-process"243name = "async-process"
244version = "1.3.0"244version = "1.4.0"
245source = "registry+https://github.com/rust-lang/crates.io-index"245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "83137067e3a2a6a06d67168e49e68a0957d215410473a740cea95a2425c0b7c6"246checksum = "cf2c06e30a24e8c78a3987d07f0930edf76ef35e027e7bdb063fccafdad1f60c"
247dependencies = [247dependencies = [
248 "async-io",248 "async-io",
249 "blocking",249 "blocking",
278 "memchr",278 "memchr",
279 "num_cpus",279 "num_cpus",
280 "once_cell",280 "once_cell",
281 "pin-project-lite 0.2.8",281 "pin-project-lite 0.2.9",
282 "pin-utils",282 "pin-utils",
283 "slab",283 "slab",
284 "wasm-bindgen-futures",284 "wasm-bindgen-futures",
325 "futures-sink",325 "futures-sink",
326 "futures-util",326 "futures-util",
327 "memchr",327 "memchr",
328 "pin-project-lite 0.2.8",328 "pin-project-lite 0.2.9",
329]329]
330330
331[[package]]331[[package]]
338 "futures-sink",338 "futures-sink",
339 "futures-util",339 "futures-util",
340 "memchr",340 "memchr",
341 "pin-project-lite 0.2.8",341 "pin-project-lite 0.2.9",
342]342]
343343
344[[package]]344[[package]]
394 "futures-core",394 "futures-core",
395 "getrandom 0.2.6",395 "getrandom 0.2.6",
396 "instant",396 "instant",
397 "pin-project-lite 0.2.8",397 "pin-project-lite 0.2.9",
398 "rand 0.8.5",398 "rand 0.8.5",
399 "tokio 1.17.0",399 "tokio 1.18.1",
400]400]
401401
402[[package]]402[[package]]
403name = "backtrace"403name = "backtrace"
404version = "0.3.64"404version = "0.3.65"
405source = "registry+https://github.com/rust-lang/crates.io-index"405source = "registry+https://github.com/rust-lang/crates.io-index"
406checksum = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f"406checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61"
407dependencies = [407dependencies = [
408 "addr2line",408 "addr2line",
409 "cc",409 "cc",
410 "cfg-if 1.0.0",410 "cfg-if 1.0.0",
411 "libc",411 "libc",
412 "miniz_oxide",412 "miniz_oxide",
413 "object",413 "object 0.28.3",
414 "rustc-demangle",414 "rustc-demangle",
415]415]
416416
417[[package]]417[[package]]
418name = "base-x"418name = "base-x"
419version = "0.2.8"419version = "0.2.10"
420source = "registry+https://github.com/rust-lang/crates.io-index"420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"421checksum = "dc19a4937b4fbd3fe3379793130e42060d10627a360f2127802b10b87e7baf74"
422422
423[[package]]423[[package]]
424name = "base16ct"424name = "base16ct"
456[[package]]456[[package]]
457name = "beefy-gadget"457name = "beefy-gadget"
458version = "4.0.0-dev"458version = "4.0.0-dev"
459source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"459source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
460dependencies = [460dependencies = [
461 "beefy-primitives",461 "beefy-primitives",
462 "fnv",462 "fnv",
463 "futures 0.3.21",463 "futures 0.3.21",
464 "futures-timer",
464 "hex",465 "hex",
465 "log",466 "log",
466 "parity-scale-codec",467 "parity-scale-codec",
467 "parking_lot 0.12.0",468 "parking_lot 0.12.0",
468 "sc-chain-spec",469 "sc-chain-spec",
469 "sc-client-api",470 "sc-client-api",
471 "sc-finality-grandpa",
470 "sc-keystore",472 "sc-keystore",
471 "sc-network",473 "sc-network",
472 "sc-network-gossip",474 "sc-network-gossip",
475 "sp-application-crypto",477 "sp-application-crypto",
476 "sp-arithmetic",478 "sp-arithmetic",
477 "sp-blockchain",479 "sp-blockchain",
480 "sp-consensus",
478 "sp-core",481 "sp-core",
479 "sp-keystore",482 "sp-keystore",
483 "sp-mmr-primitives",
480 "sp-runtime",484 "sp-runtime",
481 "substrate-prometheus-endpoint",485 "substrate-prometheus-endpoint",
482 "thiserror",486 "thiserror",
486[[package]]490[[package]]
487name = "beefy-gadget-rpc"491name = "beefy-gadget-rpc"
488version = "4.0.0-dev"492version = "4.0.0-dev"
489source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"493source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
490dependencies = [494dependencies = [
491 "beefy-gadget",495 "beefy-gadget",
492 "beefy-primitives",496 "beefy-primitives",
509[[package]]513[[package]]
510name = "beefy-merkle-tree"514name = "beefy-merkle-tree"
511version = "4.0.0-dev"515version = "4.0.0-dev"
512source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"516source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
513517
514[[package]]518[[package]]
515name = "beefy-primitives"519name = "beefy-primitives"
516version = "4.0.0-dev"520version = "4.0.0-dev"
517source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"521source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
518dependencies = [522dependencies = [
519 "parity-scale-codec",523 "parity-scale-codec",
520 "scale-info",524 "scale-info",
571source = "registry+https://github.com/rust-lang/crates.io-index"575source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"576checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"
573dependencies = [577dependencies = [
574 "funty 2.0.0",578 "funty",
575 "radium",579 "radium",
576 "tap",580 "tap",
577 "wyz",581 "wyz",
730[[package]]734[[package]]
731name = "bp-header-chain"735name = "bp-header-chain"
732version = "0.1.0"736version = "0.1.0"
733source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"737source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
734dependencies = [738dependencies = [
739 "bp-runtime",
735 "finality-grandpa",740 "finality-grandpa",
736 "frame-support",741 "frame-support",
737 "parity-scale-codec",742 "parity-scale-codec",
746[[package]]751[[package]]
747name = "bp-message-dispatch"752name = "bp-message-dispatch"
748version = "0.1.0"753version = "0.1.0"
749source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"754source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
750dependencies = [755dependencies = [
751 "bp-runtime",756 "bp-runtime",
752 "frame-support",757 "frame-support",
758[[package]]763[[package]]
759name = "bp-messages"764name = "bp-messages"
760version = "0.1.0"765version = "0.1.0"
761source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"766source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
762dependencies = [767dependencies = [
763 "bitvec",768 "bitvec",
764 "bp-runtime",769 "bp-runtime",
768 "parity-scale-codec",773 "parity-scale-codec",
769 "scale-info",774 "scale-info",
770 "serde",775 "serde",
776 "sp-core",
771 "sp-std",777 "sp-std",
772]778]
773779
774[[package]]780[[package]]
775name = "bp-polkadot-core"781name = "bp-polkadot-core"
776version = "0.1.0"782version = "0.1.0"
777source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"783source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
778dependencies = [784dependencies = [
779 "bp-messages",785 "bp-messages",
780 "bp-runtime",786 "bp-runtime",
792[[package]]798[[package]]
793name = "bp-rococo"799name = "bp-rococo"
794version = "0.1.0"800version = "0.1.0"
795source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"801source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
796dependencies = [802dependencies = [
797 "bp-messages",803 "bp-messages",
798 "bp-polkadot-core",804 "bp-polkadot-core",
809[[package]]815[[package]]
810name = "bp-runtime"816name = "bp-runtime"
811version = "0.1.0"817version = "0.1.0"
812source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"818source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
813dependencies = [819dependencies = [
814 "frame-support",820 "frame-support",
815 "hash-db",821 "hash-db",
827[[package]]833[[package]]
828name = "bp-test-utils"834name = "bp-test-utils"
829version = "0.1.0"835version = "0.1.0"
830source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"836source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
831dependencies = [837dependencies = [
832 "bp-header-chain",838 "bp-header-chain",
833 "ed25519-dalek",839 "ed25519-dalek",
842[[package]]848[[package]]
843name = "bp-wococo"849name = "bp-wococo"
844version = "0.1.0"850version = "0.1.0"
845source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"851source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
846dependencies = [852dependencies = [
847 "bp-messages",853 "bp-messages",
848 "bp-polkadot-core",854 "bp-polkadot-core",
857[[package]]863[[package]]
858name = "bridge-runtime-common"864name = "bridge-runtime-common"
859version = "0.1.0"865version = "0.1.0"
860source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"866source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
861dependencies = [867dependencies = [
862 "bp-message-dispatch",868 "bp-message-dispatch",
863 "bp-messages",869 "bp-messages",
864 "bp-runtime",870 "bp-runtime",
865 "frame-support",871 "frame-support",
872 "frame-system",
866 "hash-db",873 "hash-db",
867 "pallet-bridge-dispatch",874 "pallet-bridge-dispatch",
868 "pallet-bridge-grandpa",875 "pallet-bridge-grandpa",
869 "pallet-bridge-messages",876 "pallet-bridge-messages",
870 "pallet-transaction-payment",877 "pallet-transaction-payment",
871 "parity-scale-codec",878 "parity-scale-codec",
872 "scale-info",879 "scale-info",
880 "sp-api",
873 "sp-core",881 "sp-core",
874 "sp-runtime",882 "sp-runtime",
875 "sp-state-machine",883 "sp-state-machine",
889source = "registry+https://github.com/rust-lang/crates.io-index"897source = "registry+https://github.com/rust-lang/crates.io-index"
890checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"898checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
891dependencies = [899dependencies = [
900 "lazy_static",
892 "memchr",901 "memchr",
902 "regex-automata",
903 "serde",
893]904]
894905
895[[package]]906[[package]]
990dependencies = [1001dependencies = [
991 "camino",1002 "camino",
992 "cargo-platform",1003 "cargo-platform",
993 "semver 1.0.7",1004 "semver 1.0.9",
994 "serde",1005 "serde",
995 "serde_json",1006 "serde_json",
996]1007]
11111122
1112[[package]]1123[[package]]
1113name = "clap"1124name = "clap"
1114version = "3.1.8"1125version = "3.1.16"
1115source = "registry+https://github.com/rust-lang/crates.io-index"1126source = "registry+https://github.com/rust-lang/crates.io-index"
1116checksum = "71c47df61d9e16dc010b55dba1952a57d8c215dbb533fd13cdd13369aac73b1c"1127checksum = "f52d4f8e4a1419219935762e32913b4430f37cb0c0200ad17a89ee18c0188a9f"
1117dependencies = [1128dependencies = [
1118 "atty",1129 "atty",
1119 "bitflags",1130 "bitflags",
1120 "clap_derive",1131 "clap_derive",
1132 "clap_lex",
1121 "indexmap",1133 "indexmap",
1122 "lazy_static",1134 "lazy_static",
1123 "os_str_bytes",
1124 "strsim",1135 "strsim",
1125 "termcolor",1136 "termcolor",
1126 "textwrap",1137 "textwrap",
1140]1151]
11411152
1142[[package]]1153[[package]]
1154name = "clap_lex"
1155version = "0.2.0"
1156source = "registry+https://github.com/rust-lang/crates.io-index"
1157checksum = "a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213"
1158dependencies = [
1159 "os_str_bytes",
1160]
1161
1162[[package]]
1163name = "coarsetime"
1164version = "0.1.22"
1165source = "registry+https://github.com/rust-lang/crates.io-index"
1166checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"
1167dependencies = [
1168 "libc",
1169 "once_cell",
1170 "wasi 0.11.0+wasi-snapshot-preview1",
1171 "wasm-bindgen",
1172]
1173
1174[[package]]
1143name = "concurrent-queue"1175name = "concurrent-queue"
1144version = "1.2.2"1176version = "1.2.2"
1145source = "registry+https://github.com/rust-lang/crates.io-index"1177source = "registry+https://github.com/rust-lang/crates.io-index"
12111243
1212[[package]]1244[[package]]
1213name = "cranelift-bforest"1245name = "cranelift-bforest"
1214version = "0.80.1"1246version = "0.82.3"
1215source = "registry+https://github.com/rust-lang/crates.io-index"1247source = "registry+https://github.com/rust-lang/crates.io-index"
1216checksum = "62fc68cdb867b7d27b5f33cd65eb11376dfb41a2d09568a1a2c2bc1dc204f4ef"1248checksum = "38faa2a16616c8e78a18d37b4726b98bfd2de192f2fdc8a39ddf568a408a0f75"
1217dependencies = [1249dependencies = [
1218 "cranelift-entity",1250 "cranelift-entity",
1219]1251]
12201252
1221[[package]]1253[[package]]
1222name = "cranelift-codegen"1254name = "cranelift-codegen"
1223version = "0.80.1"1255version = "0.82.3"
1224source = "registry+https://github.com/rust-lang/crates.io-index"1256source = "registry+https://github.com/rust-lang/crates.io-index"
1225checksum = "31253a44ab62588f8235a996cc9b0636d98a299190069ced9628b8547329b47a"1257checksum = "26f192472a3ba23860afd07d2b0217dc628f21fcc72617aa1336d98e1671f33b"
1226dependencies = [1258dependencies = [
1227 "cranelift-bforest",1259 "cranelift-bforest",
1228 "cranelift-codegen-meta",1260 "cranelift-codegen-meta",
12371269
1238[[package]]1270[[package]]
1239name = "cranelift-codegen-meta"1271name = "cranelift-codegen-meta"
1240version = "0.80.1"1272version = "0.82.3"
1241source = "registry+https://github.com/rust-lang/crates.io-index"1273source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "7a20ab4627d30b702fb1b8a399882726d216b8164d3b3fa6189e3bf901506afe"1274checksum = "0f32ddb89e9b89d3d9b36a5b7d7ea3261c98235a76ac95ba46826b8ec40b1a24"
1243dependencies = [1275dependencies = [
1244 "cranelift-codegen-shared",1276 "cranelift-codegen-shared",
1245]1277]
12461278
1247[[package]]1279[[package]]
1248name = "cranelift-codegen-shared"1280name = "cranelift-codegen-shared"
1249version = "0.80.1"1281version = "0.82.3"
1250source = "registry+https://github.com/rust-lang/crates.io-index"1282source = "registry+https://github.com/rust-lang/crates.io-index"
1251checksum = "6687d9668dacfed4468361f7578d86bded8ca4db978f734d9b631494bebbb5b8"1283checksum = "01fd0d9f288cc1b42d9333b7a776b17e278fc888c28e6a0f09b5573d45a150bc"
12521284
1253[[package]]1285[[package]]
1254name = "cranelift-entity"1286name = "cranelift-entity"
1255version = "0.80.1"1287version = "0.82.3"
1256source = "registry+https://github.com/rust-lang/crates.io-index"1288source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "c77c5d72db97ba2cb36f69037a709edbae0d29cb25503775891e7151c5c874bf"1289checksum = "9e3bfe172b83167604601faf9dc60453e0d0a93415b57a9c4d1a7ae6849185cf"
1258dependencies = [1290dependencies = [
1259 "serde",1291 "serde",
1260]1292]
12611293
1262[[package]]1294[[package]]
1263name = "cranelift-frontend"1295name = "cranelift-frontend"
1264version = "0.80.1"1296version = "0.82.3"
1265source = "registry+https://github.com/rust-lang/crates.io-index"1297source = "registry+https://github.com/rust-lang/crates.io-index"
1266checksum = "426dca83f63c7c64ea459eb569aadc5e0c66536c0042ed5d693f91830e8750d0"1298checksum = "a006e3e32d80ce0e4ba7f1f9ddf66066d052a8c884a110b91d05404d6ce26dce"
1267dependencies = [1299dependencies = [
1268 "cranelift-codegen",1300 "cranelift-codegen",
1269 "log",1301 "log",
12731305
1274[[package]]1306[[package]]
1275name = "cranelift-native"1307name = "cranelift-native"
1276version = "0.80.1"1308version = "0.82.3"
1277source = "registry+https://github.com/rust-lang/crates.io-index"1309source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "8007864b5d0c49b026c861a15761785a2871124e401630c03ef1426e6d0d559e"1310checksum = "501241b0cdf903412ec9075385ac9f2b1eb18a89044d1538e97fab603231f70c"
1279dependencies = [1311dependencies = [
1280 "cranelift-codegen",1312 "cranelift-codegen",
1281 "libc",1313 "libc",
12841316
1285[[package]]1317[[package]]
1286name = "cranelift-wasm"1318name = "cranelift-wasm"
1287version = "0.80.1"1319version = "0.82.3"
1288source = "registry+https://github.com/rust-lang/crates.io-index"1320source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "94cf12c071415ba261d897387ae5350c4d83c238376c8c5a96514ecfa2ea66a3"1321checksum = "16d9e4211bbc3268042a96dd4de5bd979cda22434991d035f5f8eacba987fad2"
1290dependencies = [1322dependencies = [
1291 "cranelift-codegen",1323 "cranelift-codegen",
1292 "cranelift-entity",1324 "cranelift-entity",
1343]1375]
13441376
1345[[package]]1377[[package]]
1378name = "crossbeam-queue"
1379version = "0.3.5"
1380source = "registry+https://github.com/rust-lang/crates.io-index"
1381checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2"
1382dependencies = [
1383 "cfg-if 1.0.0",
1384 "crossbeam-utils",
1385]
1386
1387[[package]]
1346name = "crossbeam-utils"1388name = "crossbeam-utils"
1347version = "0.8.8"1389version = "0.8.8"
1348source = "registry+https://github.com/rust-lang/crates.io-index"1390source = "registry+https://github.com/rust-lang/crates.io-index"
1366dependencies = [1408dependencies = [
1367 "generic-array 0.14.5",1409 "generic-array 0.14.5",
1368 "rand_core 0.6.3",1410 "rand_core 0.6.3",
1369 "subtle 2.4.1",1411 "subtle",
1370 "zeroize",1412 "zeroize",
1371]1413]
13721414
13821424
1383[[package]]1425[[package]]
1384name = "crypto-mac"1426name = "crypto-mac"
1385version = "0.7.0"
1386source = "registry+https://github.com/rust-lang/crates.io-index"
1387checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
1388dependencies = [
1389 "generic-array 0.12.4",
1390 "subtle 1.0.0",
1391]
1392
1393[[package]]
1394name = "crypto-mac"
1395version = "0.8.0"1427version = "0.8.0"
1396source = "registry+https://github.com/rust-lang/crates.io-index"1428source = "registry+https://github.com/rust-lang/crates.io-index"
1397checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1429checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
1398dependencies = [1430dependencies = [
1399 "generic-array 0.14.5",1431 "generic-array 0.14.5",
1400 "subtle 2.4.1",1432 "subtle",
1401]1433]
14021434
1403[[package]]1435[[package]]
1407checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1439checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
1408dependencies = [1440dependencies = [
1409 "generic-array 0.14.5",1441 "generic-array 0.14.5",
1410 "subtle 2.4.1",1442 "subtle",
1411]1443]
14121444
1413[[package]]1445[[package]]
1446name = "csv"
1447version = "1.1.6"
1448source = "registry+https://github.com/rust-lang/crates.io-index"
1449checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
1450dependencies = [
1451 "bstr",
1452 "csv-core",
1453 "itoa 0.4.8",
1454 "ryu",
1455 "serde",
1456]
1457
1458[[package]]
1459name = "csv-core"
1460version = "0.1.10"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
1463dependencies = [
1464 "memchr",
1465]
1466
1467[[package]]
1414name = "ct-logs"1468name = "ct-logs"
1415version = "0.8.0"1469version = "0.8.0"
1416source = "registry+https://github.com/rust-lang/crates.io-index"1470source = "registry+https://github.com/rust-lang/crates.io-index"
1452[[package]]1506[[package]]
1453name = "cumulus-client-cli"1507name = "cumulus-client-cli"
1454version = "0.1.0"1508version = "0.1.0"
1455source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1509source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.20#4bbedb30b1478494b410477498bd0a2221177a11"
1456dependencies = [1510dependencies = [
1457 "clap",1511 "clap",
1458 "sc-cli",1512 "sc-cli",
1463[[package]]1517[[package]]
1464name = "cumulus-client-collator"1518name = "cumulus-client-collator"
1465version = "0.1.0"1519version = "0.1.0"
1466source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1520source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.20#4bbedb30b1478494b410477498bd0a2221177a11"
1467dependencies = [1521dependencies = [
1468 "cumulus-client-consensus-common",1522 "cumulus-client-consensus-common",
1469 "cumulus-client-network",1523 "cumulus-client-network",
1487[[package]]1541[[package]]
1488name = "cumulus-client-consensus-aura"1542name = "cumulus-client-consensus-aura"
1489version = "0.1.0"1543version = "0.1.0"
1490source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1544source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.20#4bbedb30b1478494b410477498bd0a2221177a11"
1491dependencies = [1545dependencies = [
1492 "async-trait",1546 "async-trait",
1493 "cumulus-client-consensus-common",1547 "cumulus-client-consensus-common",
1516[[package]]1570[[package]]
1517name = "cumulus-client-consensus-common"1571name = "cumulus-client-consensus-common"
1518version = "0.1.0"1572version = "0.1.0"
1519source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1573source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.20#4bbedb30b1478494b410477498bd0a2221177a11"
1520dependencies = [1574dependencies = [
1521 "async-trait",1575 "async-trait",
1522 "cumulus-relay-chain-interface",1576 "cumulus-relay-chain-interface",
1537[[package]]1591[[package]]
1538name = "cumulus-client-network"1592name = "cumulus-client-network"
1539version = "0.1.0"1593version = "0.1.0"
1540source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1594source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.20#4bbedb30b1478494b410477498bd0a2221177a11"
1541dependencies = [1595dependencies = [
1542 "async-trait",1596 "async-trait",
1543 "cumulus-relay-chain-interface",1597 "cumulus-relay-chain-interface",
1562[[package]]1616[[package]]
1563name = "cumulus-client-pov-recovery"1617name = "cumulus-client-pov-recovery"
1564version = "0.1.0"1618version = "0.1.0"
1565source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1619source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.20#4bbedb30b1478494b410477498bd0a2221177a11"
1566dependencies = [1620dependencies = [
1567 "cumulus-primitives-core",1621 "cumulus-primitives-core",
1568 "cumulus-relay-chain-interface",1622 "cumulus-relay-chain-interface",
1586[[package]]1640[[package]]
1587name = "cumulus-client-service"1641name = "cumulus-client-service"
1588version = "0.1.0"1642version = "0.1.0"
1589source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1643source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.20#4bbedb30b1478494b410477498bd0a2221177a11"
1590dependencies = [1644dependencies = [
1591 "cumulus-client-cli",1645 "cumulus-client-cli",
1592 "cumulus-client-collator",1646 "cumulus-client-collator",
1616[[package]]1670[[package]]
1617name = "cumulus-pallet-aura-ext"1671name = "cumulus-pallet-aura-ext"
1618version = "0.1.0"1672version = "0.1.0"
1619source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1673source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.20#4bbedb30b1478494b410477498bd0a2221177a11"
1620dependencies = [1674dependencies = [
1621 "frame-executive",1675 "frame-executive",
1622 "frame-support",1676 "frame-support",
1634[[package]]1688[[package]]
1635name = "cumulus-pallet-dmp-queue"1689name = "cumulus-pallet-dmp-queue"
1636version = "0.1.0"1690version = "0.1.0"
1637source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1691source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.20#4bbedb30b1478494b410477498bd0a2221177a11"
1638dependencies = [1692dependencies = [
1639 "cumulus-primitives-core",1693 "cumulus-primitives-core",
1640 "frame-support",1694 "frame-support",
1652[[package]]1706[[package]]
1653name = "cumulus-pallet-parachain-system"1707name = "cumulus-pallet-parachain-system"
1654version = "0.1.0"1708version = "0.1.0"
1655source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1709source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.20#4bbedb30b1478494b410477498bd0a2221177a11"
1656dependencies = [1710dependencies = [
1657 "cumulus-pallet-parachain-system-proc-macro",1711 "cumulus-pallet-parachain-system-proc-macro",
1658 "cumulus-primitives-core",1712 "cumulus-primitives-core",
1682[[package]]1736[[package]]
1683name = "cumulus-pallet-parachain-system-proc-macro"1737name = "cumulus-pallet-parachain-system-proc-macro"
1684version = "0.1.0"1738version = "0.1.0"
1685source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1739source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.20#4bbedb30b1478494b410477498bd0a2221177a11"
1686dependencies = [1740dependencies = [
1687 "proc-macro-crate 1.1.3",1741 "proc-macro-crate 1.1.3",
1688 "proc-macro2",1742 "proc-macro2",
1693[[package]]1747[[package]]
1694name = "cumulus-pallet-xcm"1748name = "cumulus-pallet-xcm"
1695version = "0.1.0"1749version = "0.1.0"
1696source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1750source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.20#4bbedb30b1478494b410477498bd0a2221177a11"
1697dependencies = [1751dependencies = [
1698 "cumulus-primitives-core",1752 "cumulus-primitives-core",
1699 "frame-support",1753 "frame-support",
1710[[package]]1764[[package]]
1711name = "cumulus-pallet-xcmp-queue"1765name = "cumulus-pallet-xcmp-queue"
1712version = "0.1.0"1766version = "0.1.0"
1713source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1767source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.20#4bbedb30b1478494b410477498bd0a2221177a11"
1714dependencies = [1768dependencies = [
1715 "cumulus-primitives-core",1769 "cumulus-primitives-core",
1716 "frame-support",1770 "frame-support",
1728[[package]]1782[[package]]
1729name = "cumulus-primitives-core"1783name = "cumulus-primitives-core"
1730version = "0.1.0"1784version = "0.1.0"
1731source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1785source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.20#4bbedb30b1478494b410477498bd0a2221177a11"
1732dependencies = [1786dependencies = [
1733 "frame-support",1787 "frame-support",
1734 "parity-scale-codec",1788 "parity-scale-codec",
1744[[package]]1798[[package]]
1745name = "cumulus-primitives-parachain-inherent"1799name = "cumulus-primitives-parachain-inherent"
1746version = "0.1.0"1800version = "0.1.0"
1747source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1801source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.20#4bbedb30b1478494b410477498bd0a2221177a11"
1748dependencies = [1802dependencies = [
1749 "async-trait",1803 "async-trait",
1750 "cumulus-primitives-core",1804 "cumulus-primitives-core",
1767[[package]]1821[[package]]
1768name = "cumulus-primitives-timestamp"1822name = "cumulus-primitives-timestamp"
1769version = "0.1.0"1823version = "0.1.0"
1770source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1824source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.20#4bbedb30b1478494b410477498bd0a2221177a11"
1771dependencies = [1825dependencies = [
1772 "cumulus-primitives-core",1826 "cumulus-primitives-core",
1773 "futures 0.3.21",1827 "futures 0.3.21",
1780[[package]]1834[[package]]
1781name = "cumulus-primitives-utility"1835name = "cumulus-primitives-utility"
1782version = "0.1.0"1836version = "0.1.0"
1783source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1837source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.20#4bbedb30b1478494b410477498bd0a2221177a11"
1784dependencies = [1838dependencies = [
1785 "cumulus-primitives-core",1839 "cumulus-primitives-core",
1786 "frame-support",1840 "frame-support",
1797[[package]]1851[[package]]
1798name = "cumulus-relay-chain-inprocess-interface"1852name = "cumulus-relay-chain-inprocess-interface"
1799version = "0.1.0"1853version = "0.1.0"
1800source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1854source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.20#4bbedb30b1478494b410477498bd0a2221177a11"
1801dependencies = [1855dependencies = [
1802 "async-trait",1856 "async-trait",
1803 "cumulus-primitives-core",1857 "cumulus-primitives-core",
1825[[package]]1879[[package]]
1826name = "cumulus-relay-chain-interface"1880name = "cumulus-relay-chain-interface"
1827version = "0.1.0"1881version = "0.1.0"
1828source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1882source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.20#4bbedb30b1478494b410477498bd0a2221177a11"
1829dependencies = [1883dependencies = [
1830 "async-trait",1884 "async-trait",
1831 "cumulus-primitives-core",1885 "cumulus-primitives-core",
1832 "derive_more",1886 "derive_more",
1833 "futures 0.3.21",1887 "futures 0.3.21",
1834 "jsonrpsee-core 0.9.0",1888 "jsonrpsee-core",
1835 "parity-scale-codec",1889 "parity-scale-codec",
1836 "parking_lot 0.12.0",1890 "parking_lot 0.12.0",
1837 "polkadot-overseer",1891 "polkadot-overseer",
1849[[package]]1903[[package]]
1850name = "cumulus-relay-chain-rpc-interface"1904name = "cumulus-relay-chain-rpc-interface"
1851version = "0.1.0"1905version = "0.1.0"
1852source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1906source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.20#4bbedb30b1478494b410477498bd0a2221177a11"
1853dependencies = [1907dependencies = [
1854 "async-trait",1908 "async-trait",
1855 "backoff",1909 "backoff",
1856 "cumulus-primitives-core",1910 "cumulus-primitives-core",
1857 "cumulus-relay-chain-interface",1911 "cumulus-relay-chain-interface",
1858 "futures 0.3.21",1912 "futures 0.3.21",
1859 "futures-timer",1913 "futures-timer",
1860 "jsonrpsee 0.9.0",1914 "jsonrpsee",
1861 "parity-scale-codec",1915 "parity-scale-codec",
1862 "parking_lot 0.12.0",1916 "parking_lot 0.12.0",
1863 "polkadot-service",1917 "polkadot-service",
1875[[package]]1929[[package]]
1876name = "cumulus-test-relay-sproof-builder"1930name = "cumulus-test-relay-sproof-builder"
1877version = "0.1.0"1931version = "0.1.0"
1878source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1932source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.20#4bbedb30b1478494b410477498bd0a2221177a11"
1879dependencies = [1933dependencies = [
1880 "cumulus-primitives-core",1934 "cumulus-primitives-core",
1881 "parity-scale-codec",1935 "parity-scale-codec",
1894 "byteorder",1948 "byteorder",
1895 "digest 0.8.1",1949 "digest 0.8.1",
1896 "rand_core 0.5.1",1950 "rand_core 0.5.1",
1897 "subtle 2.4.1",1951 "subtle",
1898 "zeroize",1952 "zeroize",
1899]1953]
19001954
1907 "byteorder",1961 "byteorder",
1908 "digest 0.9.0",1962 "digest 0.9.0",
1909 "rand_core 0.5.1",1963 "rand_core 0.5.1",
1910 "subtle 2.4.1",1964 "subtle",
1911 "zeroize",1965 "zeroize",
1912]1966]
19131967
2031dependencies = [2085dependencies = [
2032 "block-buffer 0.10.2",2086 "block-buffer 0.10.2",
2033 "crypto-common",2087 "crypto-common",
2034 "subtle 2.4.1",2088 "subtle",
2035]2089]
20362090
2037[[package]]2091[[package]]
2054]2108]
20552109
2056[[package]]2110[[package]]
2111name = "dirs"
2112version = "1.0.5"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
2115dependencies = [
2116 "libc",
2117 "redox_users 0.3.5",
2118 "winapi 0.3.9",
2119]
2120
2121[[package]]
2057name = "dirs-sys"2122name = "dirs-sys"
2058version = "0.3.7"2123version = "0.3.7"
2059source = "registry+https://github.com/rust-lang/crates.io-index"2124source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2125checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
2061dependencies = [2126dependencies = [
2062 "libc",2127 "libc",
2063 "redox_users",2128 "redox_users 0.4.3",
2064 "winapi 0.3.9",2129 "winapi 0.3.9",
2065]2130]
20662131
2071checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2136checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
2072dependencies = [2137dependencies = [
2073 "libc",2138 "libc",
2074 "redox_users",2139 "redox_users 0.4.3",
2075 "winapi 0.3.9",2140 "winapi 0.3.9",
2076]2141]
20772142
2178 "group",2243 "group",
2179 "rand_core 0.6.3",2244 "rand_core 0.6.3",
2180 "sec1",2245 "sec1",
2181 "subtle 2.4.1",2246 "subtle",
2182 "zeroize",2247 "zeroize",
2183]2248]
21842249
2185[[package]]2250[[package]]
2251name = "encode_unicode"
2252version = "0.3.6"
2253source = "registry+https://github.com/rust-lang/crates.io-index"
2254checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2255
2256[[package]]
2186name = "enum-as-inner"2257name = "enum-as-inner"
2187version = "0.3.4"2258version = "0.3.4"
2188source = "registry+https://github.com/rust-lang/crates.io-index"2259source = "registry+https://github.com/rust-lang/crates.io-index"
21962267
2197[[package]]2268[[package]]
2198name = "enumflags2"2269name = "enumflags2"
2199version = "0.6.4"2270version = "0.7.5"
2200source = "registry+https://github.com/rust-lang/crates.io-index"2271source = "registry+https://github.com/rust-lang/crates.io-index"
2201checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"2272checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"
2202dependencies = [2273dependencies = [
2203 "enumflags2_derive",2274 "enumflags2_derive",
2204]2275]
22052276
2206[[package]]2277[[package]]
2207name = "enumflags2_derive"2278name = "enumflags2_derive"
2208version = "0.6.4"2279version = "0.7.4"
2209source = "registry+https://github.com/rust-lang/crates.io-index"2280source = "registry+https://github.com/rust-lang/crates.io-index"
2210checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"2281checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"
2211dependencies = [2282dependencies = [
2212 "proc-macro2",2283 "proc-macro2",
2213 "quote",2284 "quote",
22162287
2217[[package]]2288[[package]]
2218name = "enumn"2289name = "enumn"
2219version = "0.1.3"2290version = "0.1.4"
2220source = "registry+https://github.com/rust-lang/crates.io-index"2291source = "registry+https://github.com/rust-lang/crates.io-index"
2221checksum = "4e58b112d5099aa0857c5d05f0eacab86406dd8c0f85fe5d320a13256d29ecf4"2292checksum = "052bc8773a98bd051ff37db74a8a25f00e6bfa2cbd03373390c72e9f7afbf344"
2222dependencies = [2293dependencies = [
2223 "proc-macro2",2294 "proc-macro2",
2224 "quote",2295 "quote",
23232394
2324[[package]]2395[[package]]
2325name = "evm"2396name = "evm"
2326version = "0.33.1"2397version = "0.35.0"
2327source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2398source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"
2328dependencies = [2399dependencies = [
2329 "auto_impl",2400 "auto_impl",
2330 "environmental",2401 "environmental",
2338 "rlp",2409 "rlp",
2339 "scale-info",2410 "scale-info",
2340 "serde",2411 "serde",
2341 "sha3 0.8.2",2412 "sha3 0.10.1",
2342]2413]
23432414
2344[[package]]2415[[package]]
23692440
2370[[package]]2441[[package]]
2371name = "evm-core"2442name = "evm-core"
2372version = "0.33.0"2443version = "0.35.0"
2373source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2444source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"
2374dependencies = [2445dependencies = [
2375 "funty 1.1.0",
2376 "parity-scale-codec",2446 "parity-scale-codec",
2377 "primitive-types",2447 "primitive-types",
2378 "scale-info",2448 "scale-info",
23812451
2382[[package]]2452[[package]]
2383name = "evm-gasometer"2453name = "evm-gasometer"
2384version = "0.33.0"2454version = "0.35.0"
2385source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2455source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"
2386dependencies = [2456dependencies = [
2387 "environmental",2457 "environmental",
2388 "evm-core",2458 "evm-core",
23922462
2393[[package]]2463[[package]]
2394name = "evm-runtime"2464name = "evm-runtime"
2395version = "0.33.0"2465version = "0.35.0"
2396source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2466source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.19#1b170dc649f5e16a33134710a9fe2610e580661e"
2397dependencies = [2467dependencies = [
2398 "auto_impl",2468 "auto_impl",
2399 "environmental",2469 "environmental",
2400 "evm-core",2470 "evm-core",
2401 "primitive-types",2471 "primitive-types",
2402 "sha3 0.8.2",2472 "sha3 0.10.1",
2403]2473]
24042474
2405[[package]]2475[[package]]
24252495
2426[[package]]2496[[package]]
2427name = "expander"2497name = "expander"
2428version = "0.0.5"2498version = "0.0.6"
2429source = "registry+https://github.com/rust-lang/crates.io-index"2499source = "registry+https://github.com/rust-lang/crates.io-index"
2430checksum = "309f21c39e8e38e4b6eda07e155bd7a4e5fc4d707cefd0402cc82a8b6bb65aaa"2500checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"
2431dependencies = [2501dependencies = [
2432 "blake2 0.10.4",2502 "blake2 0.10.4",
2433 "fs-err",2503 "fs-err",
2434 "proc-macro2",2504 "proc-macro2",
2435 "quote",2505 "quote",
2506 "syn",
2436]2507]
24372508
2438[[package]]2509[[package]]
2484[[package]]2555[[package]]
2485name = "fc-consensus"2556name = "fc-consensus"
2486version = "2.0.0-dev"2557version = "2.0.0-dev"
2487source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2558source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.20#de4fa0f04d07395296a3a6df3b8afba931febb25"
2488dependencies = [2559dependencies = [
2489 "async-trait",2560 "async-trait",
2490 "derive_more",
2491 "fc-db",2561 "fc-db",
2492 "fp-consensus",2562 "fp-consensus",
2493 "fp-rpc",2563 "fp-rpc",
2494 "futures 0.3.21",
2495 "log",
2496 "parity-scale-codec",
2497 "sc-client-api",2564 "sc-client-api",
2498 "sc-consensus",2565 "sc-consensus",
2499 "sc-transaction-pool-api",
2500 "sp-api",2566 "sp-api",
2501 "sp-block-builder",2567 "sp-block-builder",
2502 "sp-blockchain",2568 "sp-blockchain",
2503 "sp-consensus",2569 "sp-consensus",
2504 "sp-core",
2505 "sp-inherents",
2506 "sp-runtime",2570 "sp-runtime",
2507 "sp-timestamp",2571 "thiserror",
2508 "substrate-prometheus-endpoint",
2509]2572]
25102573
2511[[package]]2574[[package]]
2512name = "fc-db"2575name = "fc-db"
2513version = "2.0.0-dev"2576version = "2.0.0-dev"
2514source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2577source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.20#de4fa0f04d07395296a3a6df3b8afba931febb25"
2515dependencies = [2578dependencies = [
2516 "fp-storage",2579 "fp-storage",
2517 "kvdb",
2518 "kvdb-rocksdb",2580 "kvdb-rocksdb",
2519 "pallet-ethereum",
2520 "parity-scale-codec",2581 "parity-scale-codec",
2521 "parking_lot 0.11.2",2582 "parking_lot 0.12.0",
2522 "sp-core",2583 "sp-core",
2523 "sp-database",2584 "sp-database",
2524 "sp-runtime",2585 "sp-runtime",
2527[[package]]2588[[package]]
2528name = "fc-mapping-sync"2589name = "fc-mapping-sync"
2529version = "2.0.0-dev"2590version = "2.0.0-dev"
2530source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2591source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.20#de4fa0f04d07395296a3a6df3b8afba931febb25"
2531dependencies = [2592dependencies = [
2532 "fc-consensus",
2533 "fc-db",2593 "fc-db",
2534 "fp-consensus",2594 "fp-consensus",
2535 "fp-rpc",2595 "fp-rpc",
2545[[package]]2605[[package]]
2546name = "fc-rpc"2606name = "fc-rpc"
2547version = "2.0.0-dev"2607version = "2.0.0-dev"
2548source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2608source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.20#de4fa0f04d07395296a3a6df3b8afba931febb25"
2549dependencies = [2609dependencies = [
2550 "ethereum",2610 "ethereum",
2551 "ethereum-types",2611 "ethereum-types",
2552 "evm",2612 "evm",
2553 "fc-consensus",
2554 "fc-db",2613 "fc-db",
2555 "fc-rpc-core",2614 "fc-rpc-core",
2556 "fp-consensus",
2557 "fp-evm",
2558 "fp-rpc",2615 "fp-rpc",
2559 "fp-storage",2616 "fp-storage",
2560 "futures 0.3.21",2617 "futures 0.3.21",
2561 "futures-util",2618 "hex",
2562 "jsonrpc-core",2619 "jsonrpc-core",
2620 "jsonrpc-core-client",
2563 "jsonrpc-pubsub",2621 "jsonrpc-pubsub",
2564 "libsecp256k1 0.3.5",2622 "libsecp256k1",
2565 "log",2623 "log",
2566 "lru 0.6.6",2624 "lru 0.6.6",
2567 "pallet-ethereum",
2568 "pallet-evm",
2569 "parity-scale-codec",2625 "parity-scale-codec",
2570 "parking_lot 0.11.2",2626 "rand 0.8.5",
2571 "rand 0.7.3",
2572 "rlp",2627 "rlp",
2573 "rustc-hex",
2574 "sc-client-api",2628 "sc-client-api",
2575 "sc-network",2629 "sc-network",
2576 "sc-rpc",2630 "sc-rpc",
2577 "sc-service",2631 "sc-service",
2578 "sc-transaction-pool",2632 "sc-transaction-pool",
2579 "sc-transaction-pool-api",2633 "sc-transaction-pool-api",
2580 "sha3 0.8.2",
2581 "sp-api",2634 "sp-api",
2582 "sp-block-builder",2635 "sp-block-builder",
2583 "sp-blockchain",2636 "sp-blockchain",
2637 "sp-core",
2584 "sp-io",2638 "sp-io",
2585 "sp-runtime",2639 "sp-runtime",
2586 "sp-storage",2640 "sp-storage",
2587 "sp-transaction-pool",2641 "tokio 1.18.1",
2588 "tokio 1.17.0",
2589]2642]
25902643
2591[[package]]2644[[package]]
2592name = "fc-rpc-core"2645name = "fc-rpc-core"
2593version = "1.1.0-dev"2646version = "1.1.0-dev"
2594source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2647source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.20#de4fa0f04d07395296a3a6df3b8afba931febb25"
2595dependencies = [2648dependencies = [
2596 "ethereum",2649 "ethereum",
2597 "ethereum-types",2650 "ethereum-types",
2603 "rustc-hex",2656 "rustc-hex",
2604 "serde",2657 "serde",
2605 "serde_json",2658 "serde_json",
2606 "sha3 0.8.2",
2607]2659]
26082660
2609[[package]]2661[[package]]
26172669
2618[[package]]2670[[package]]
2619name = "ff"2671name = "ff"
2620version = "0.11.0"2672version = "0.11.1"
2621source = "registry+https://github.com/rust-lang/crates.io-index"2673source = "registry+https://github.com/rust-lang/crates.io-index"
2622checksum = "b2958d04124b9f27f175eaeb9a9f383d026098aa837eadd8ba22c11f13a05b9e"2674checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"
2623dependencies = [2675dependencies = [
2624 "rand_core 0.6.3",2676 "rand_core 0.6.3",
2625 "subtle 2.4.1",2677 "subtle",
2626]2678]
26272679
2628[[package]]2680[[package]]
26712723
2672[[package]]2724[[package]]
2673name = "flate2"2725name = "flate2"
2674version = "1.0.22"2726version = "1.0.23"
2675source = "registry+https://github.com/rust-lang/crates.io-index"2727source = "registry+https://github.com/rust-lang/crates.io-index"
2676checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"2728checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"
2677dependencies = [2729dependencies = [
2678 "cfg-if 1.0.0",2730 "cfg-if 1.0.0",
2679 "crc32fast",2731 "crc32fast",
2707[[package]]2759[[package]]
2708name = "fork-tree"2760name = "fork-tree"
2709version = "3.0.0"2761version = "3.0.0"
2710source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2762source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
2711dependencies = [2763dependencies = [
2712 "parity-scale-codec",2764 "parity-scale-codec",
2713]2765]
2725[[package]]2777[[package]]
2726name = "fp-consensus"2778name = "fp-consensus"
2727version = "2.0.0-dev"2779version = "2.0.0-dev"
2728source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2780source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.20#de4fa0f04d07395296a3a6df3b8afba931febb25"
2729dependencies = [2781dependencies = [
2730 "ethereum",2782 "ethereum",
2731 "parity-scale-codec",2783 "parity-scale-codec",
2732 "rlp",
2733 "sha3 0.8.2",
2734 "sp-core",2784 "sp-core",
2735 "sp-runtime",2785 "sp-runtime",
2736 "sp-std",2786 "sp-std",
2739[[package]]2789[[package]]
2740name = "fp-evm"2790name = "fp-evm"
2741version = "3.0.0-dev"2791version = "3.0.0-dev"
2742source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2792source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.20#de4fa0f04d07395296a3a6df3b8afba931febb25"
2743dependencies = [2793dependencies = [
2744 "evm",2794 "evm",
2745 "impl-trait-for-tuples",2795 "impl-trait-for-tuples",
2746 "parity-scale-codec",2796 "parity-scale-codec",
2747 "scale-info",
2748 "serde",2797 "serde",
2749 "sp-core",2798 "sp-core",
2750 "sp-std",2799 "sp-std",
2753[[package]]2802[[package]]
2754name = "fp-evm-mapping"2803name = "fp-evm-mapping"
2755version = "0.1.0"2804version = "0.1.0"
2756source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2805source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.20#de4fa0f04d07395296a3a6df3b8afba931febb25"
2757dependencies = [2806dependencies = [
2758 "frame-support",2807 "frame-support",
2759 "sp-core",2808 "sp-core",
2762[[package]]2811[[package]]
2763name = "fp-rpc"2812name = "fp-rpc"
2764version = "3.0.0-dev"2813version = "3.0.0-dev"
2765source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2814source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.20#de4fa0f04d07395296a3a6df3b8afba931febb25"
2766dependencies = [2815dependencies = [
2767 "ethereum",2816 "ethereum",
2768 "ethereum-types",2817 "ethereum-types",
2779[[package]]2828[[package]]
2780name = "fp-self-contained"2829name = "fp-self-contained"
2781version = "1.0.0-dev"2830version = "1.0.0-dev"
2782source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2831source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.20#de4fa0f04d07395296a3a6df3b8afba931febb25"
2783dependencies = [2832dependencies = [
2784 "ethereum",2833 "ethereum",
2785 "frame-support",2834 "frame-support",
2786 "parity-scale-codec",2835 "parity-scale-codec",
2787 "parity-util-mem",2836 "parity-util-mem",
2788 "scale-info",2837 "scale-info",
2789 "serde",2838 "serde",
2790 "sha3 0.8.2",2839 "sp-debug-derive",
2791 "sp-core",
2792 "sp-io",2840 "sp-io",
2793 "sp-runtime",2841 "sp-runtime",
2794]2842]
27952843
2796[[package]]2844[[package]]
2797name = "fp-storage"2845name = "fp-storage"
2798version = "2.0.0"2846version = "2.0.0"
2799source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"2847source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.20#de4fa0f04d07395296a3a6df3b8afba931febb25"
2848dependencies = [
2849 "parity-scale-codec",
2850]
28002851
2801[[package]]2852[[package]]
2802name = "frame-benchmarking"2853name = "frame-benchmarking"
2803version = "4.0.0-dev"2854version = "4.0.0-dev"
2804source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2855source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
2805dependencies = [2856dependencies = [
2806 "frame-support",2857 "frame-support",
2807 "frame-system",2858 "frame-system",
2823[[package]]2874[[package]]
2824name = "frame-benchmarking-cli"2875name = "frame-benchmarking-cli"
2825version = "4.0.0-dev"2876version = "4.0.0-dev"
2826source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2877source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
2827dependencies = [2878dependencies = [
2828 "Inflector",2879 "Inflector",
2829 "chrono",2880 "chrono",
2830 "clap",2881 "clap",
2831 "frame-benchmarking",2882 "frame-benchmarking",
2832 "frame-support",2883 "frame-support",
2884 "frame-system",
2833 "handlebars",2885 "handlebars",
2834 "hash-db",2886 "hash-db",
2835 "hex",2887 "hex",
2839 "log",2891 "log",
2840 "memory-db",2892 "memory-db",
2841 "parity-scale-codec",2893 "parity-scale-codec",
2894 "prettytable-rs",
2842 "rand 0.8.5",2895 "rand 0.8.5",
2896 "rand_pcg 0.3.1",
2897 "sc-block-builder",
2843 "sc-cli",2898 "sc-cli",
2844 "sc-client-api",2899 "sc-client-api",
2845 "sc-client-db",2900 "sc-client-db",
2846 "sc-executor",2901 "sc-executor",
2847 "sc-service",2902 "sc-service",
2903 "sc-sysinfo",
2848 "serde",2904 "serde",
2849 "serde_json",2905 "serde_json",
2850 "serde_nanos",2906 "serde_nanos",
2853 "sp-core",2909 "sp-core",
2854 "sp-database",2910 "sp-database",
2855 "sp-externalities",2911 "sp-externalities",
2912 "sp-inherents",
2856 "sp-keystore",2913 "sp-keystore",
2857 "sp-runtime",2914 "sp-runtime",
2858 "sp-state-machine",2915 "sp-state-machine",
2859 "sp-std",
2860 "sp-storage",2916 "sp-storage",
2861 "sp-trie",2917 "sp-trie",
2918 "tempfile",
2919 "thousands",
2862]2920]
28632921
2864[[package]]2922[[package]]
2923name = "frame-election-provider-solution-type"
2924version = "4.0.0-dev"
2925source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
2926dependencies = [
2927 "proc-macro-crate 1.1.3",
2928 "proc-macro2",
2929 "quote",
2930 "syn",
2931]
2932
2933[[package]]
2865name = "frame-election-provider-support"2934name = "frame-election-provider-support"
2866version = "4.0.0-dev"2935version = "4.0.0-dev"
2867source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2936source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
2868dependencies = [2937dependencies = [
2938 "frame-election-provider-solution-type",
2869 "frame-support",2939 "frame-support",
2870 "frame-system",2940 "frame-system",
2871 "parity-scale-codec",2941 "parity-scale-codec",
2872 "scale-info",2942 "scale-info",
2873 "sp-arithmetic",2943 "sp-arithmetic",
2874 "sp-npos-elections",2944 "sp-npos-elections",
2945 "sp-runtime",
2875 "sp-std",2946 "sp-std",
2876]2947]
28772948
2878[[package]]2949[[package]]
2879name = "frame-executive"2950name = "frame-executive"
2880version = "4.0.0-dev"2951version = "4.0.0-dev"
2881source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2952source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
2882dependencies = [2953dependencies = [
2883 "frame-support",2954 "frame-support",
2884 "frame-system",2955 "frame-system",
2906[[package]]2977[[package]]
2907name = "frame-support"2978name = "frame-support"
2908version = "4.0.0-dev"2979version = "4.0.0-dev"
2909source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2980source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
2910dependencies = [2981dependencies = [
2911 "bitflags",2982 "bitflags",
2912 "frame-metadata",2983 "frame-metadata",
2935[[package]]3006[[package]]
2936name = "frame-support-procedural"3007name = "frame-support-procedural"
2937version = "4.0.0-dev"3008version = "4.0.0-dev"
2938source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3009source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
2939dependencies = [3010dependencies = [
2940 "Inflector",3011 "Inflector",
2941 "frame-support-procedural-tools",3012 "frame-support-procedural-tools",
2947[[package]]3018[[package]]
2948name = "frame-support-procedural-tools"3019name = "frame-support-procedural-tools"
2949version = "4.0.0-dev"3020version = "4.0.0-dev"
2950source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3021source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
2951dependencies = [3022dependencies = [
2952 "frame-support-procedural-tools-derive",3023 "frame-support-procedural-tools-derive",
2953 "proc-macro-crate 1.1.3",3024 "proc-macro-crate 1.1.3",
2959[[package]]3030[[package]]
2960name = "frame-support-procedural-tools-derive"3031name = "frame-support-procedural-tools-derive"
2961version = "3.0.0"3032version = "3.0.0"
2962source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3033source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
2963dependencies = [3034dependencies = [
2964 "proc-macro2",3035 "proc-macro2",
2965 "quote",3036 "quote",
2969[[package]]3040[[package]]
2970name = "frame-system"3041name = "frame-system"
2971version = "4.0.0-dev"3042version = "4.0.0-dev"
2972source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3043source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
2973dependencies = [3044dependencies = [
2974 "frame-support",3045 "frame-support",
2975 "log",3046 "log",
2986[[package]]3057[[package]]
2987name = "frame-system-benchmarking"3058name = "frame-system-benchmarking"
2988version = "4.0.0-dev"3059version = "4.0.0-dev"
2989source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3060source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
2990dependencies = [3061dependencies = [
2991 "frame-benchmarking",3062 "frame-benchmarking",
2992 "frame-support",3063 "frame-support",
3001[[package]]3072[[package]]
3002name = "frame-system-rpc-runtime-api"3073name = "frame-system-rpc-runtime-api"
3003version = "4.0.0-dev"3074version = "4.0.0-dev"
3004source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3075source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
3005dependencies = [3076dependencies = [
3006 "parity-scale-codec",3077 "parity-scale-codec",
3007 "sp-api",3078 "sp-api",
3010[[package]]3081[[package]]
3011name = "frame-try-runtime"3082name = "frame-try-runtime"
3012version = "0.10.0-dev"3083version = "0.10.0-dev"
3013source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
3014dependencies = [3085dependencies = [
3015 "frame-support",3086 "frame-support",
3016 "sp-api",3087 "sp-api",
30703141
3071[[package]]3142[[package]]
3072name = "funty"3143name = "funty"
3073version = "1.1.0"
3074source = "registry+https://github.com/rust-lang/crates.io-index"
3075checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
3076
3077[[package]]
3078name = "funty"
3079version = "2.0.0"3144version = "2.0.0"
3080source = "registry+https://github.com/rust-lang/crates.io-index"3145source = "registry+https://github.com/rust-lang/crates.io-index"
3081checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"3146checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
3146 "futures-io",3211 "futures-io",
3147 "memchr",3212 "memchr",
3148 "parking",3213 "parking",
3149 "pin-project-lite 0.2.8",3214 "pin-project-lite 0.2.9",
3150 "waker-fn",3215 "waker-fn",
3151]3216]
31523217
3204 "futures-sink",3269 "futures-sink",
3205 "futures-task",3270 "futures-task",
3206 "memchr",3271 "memchr",
3207 "pin-project-lite 0.2.8",3272 "pin-project-lite 0.2.9",
3208 "pin-utils",3273 "pin-utils",
3209 "slab",3274 "slab",
3210]3275]
32943359
3295[[package]]3360[[package]]
3296name = "gloo-timers"3361name = "gloo-timers"
3297version = "0.2.3"3362version = "0.2.4"
3298source = "registry+https://github.com/rust-lang/crates.io-index"3363source = "registry+https://github.com/rust-lang/crates.io-index"
3299checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e"3364checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"
3300dependencies = [3365dependencies = [
3301 "futures-channel",3366 "futures-channel",
3302 "futures-core",3367 "futures-core",
3312dependencies = [3377dependencies = [
3313 "ff",3378 "ff",
3314 "rand_core 0.6.3",3379 "rand_core 0.6.3",
3315 "subtle 2.4.1",3380 "subtle",
3316]3381]
33173382
3318[[package]]3383[[package]]
3329 "http",3394 "http",
3330 "indexmap",3395 "indexmap",
3331 "slab",3396 "slab",
3332 "tokio 1.17.0",3397 "tokio 1.18.1",
3333 "tokio-util 0.7.1",3398 "tokio-util 0.7.1",
3334 "tracing",3399 "tracing",
3335]3400]
33743439
3375[[package]]3440[[package]]
3376name = "hashbrown"3441name = "hashbrown"
3377version = "0.12.0"3442version = "0.12.1"
3378source = "registry+https://github.com/rust-lang/crates.io-index"3443source = "registry+https://github.com/rust-lang/crates.io-index"
3379checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"3444checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"
3380dependencies = [3445dependencies = [
3381 "ahash",3446 "ahash",
3382]3447]
34253490
3426[[package]]3491[[package]]
3427name = "hmac"3492name = "hmac"
3428version = "0.7.1"
3429source = "registry+https://github.com/rust-lang/crates.io-index"
3430checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"
3431dependencies = [
3432 "crypto-mac 0.7.0",
3433 "digest 0.8.1",
3434]
3435
3436[[package]]
3437name = "hmac"
3438version = "0.8.1"3493version = "0.8.1"
3439source = "registry+https://github.com/rust-lang/crates.io-index"3494source = "registry+https://github.com/rust-lang/crates.io-index"
3440checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3495checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
34553510
3456[[package]]3511[[package]]
3457name = "hmac-drbg"3512name = "hmac-drbg"
3458version = "0.2.0"
3459source = "registry+https://github.com/rust-lang/crates.io-index"
3460checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"
3461dependencies = [
3462 "digest 0.8.1",
3463 "generic-array 0.12.4",
3464 "hmac 0.7.1",
3465]
3466
3467[[package]]
3468name = "hmac-drbg"
3469version = "0.3.0"3513version = "0.3.0"
3470source = "registry+https://github.com/rust-lang/crates.io-index"3514source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3515checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"
34883532
3489[[package]]3533[[package]]
3490name = "http"3534name = "http"
3491version = "0.2.6"3535version = "0.2.7"
3492source = "registry+https://github.com/rust-lang/crates.io-index"3536source = "registry+https://github.com/rust-lang/crates.io-index"
3493checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"3537checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb"
3494dependencies = [3538dependencies = [
3495 "bytes 1.1.0",3539 "bytes 1.1.0",
3496 "fnv",3540 "fnv",
3505dependencies = [3549dependencies = [
3506 "bytes 1.1.0",3550 "bytes 1.1.0",
3507 "http",3551 "http",
3508 "pin-project-lite 0.2.8",3552 "pin-project-lite 0.2.9",
3509]3553]
35103554
3511[[package]]3555[[package]]
3512name = "httparse"3556name = "httparse"
3513version = "1.6.0"3557version = "1.7.1"
3514source = "registry+https://github.com/rust-lang/crates.io-index"3558source = "registry+https://github.com/rust-lang/crates.io-index"
3515checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4"3559checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
35163560
3517[[package]]3561[[package]]
3518name = "httpdate"3562name = "httpdate"
3542 "httparse",3586 "httparse",
3543 "httpdate",3587 "httpdate",
3544 "itoa 1.0.1",3588 "itoa 1.0.1",
3545 "pin-project-lite 0.2.8",3589 "pin-project-lite 0.2.9",
3546 "socket2 0.4.4",3590 "socket2 0.4.4",
3547 "tokio 1.17.0",3591 "tokio 1.18.1",
3548 "tower-service",3592 "tower-service",
3549 "tracing",3593 "tracing",
3550 "want",3594 "want",
3562 "log",3606 "log",
3563 "rustls 0.19.1",3607 "rustls 0.19.1",
3564 "rustls-native-certs 0.5.0",3608 "rustls-native-certs 0.5.0",
3565 "tokio 1.17.0",3609 "tokio 1.18.1",
3566 "tokio-rustls 0.22.0",3610 "tokio-rustls 0.22.0",
3567 "webpki 0.21.4",3611 "webpki 0.21.4",
3568]3612]
3577 "hyper",3621 "hyper",
3578 "log",3622 "log",
3579 "rustls 0.20.4",3623 "rustls 0.20.4",
3580 "rustls-native-certs 0.6.1",3624 "rustls-native-certs 0.6.2",
3581 "tokio 1.17.0",3625 "tokio 1.18.1",
3582 "tokio-rustls 0.23.3",3626 "tokio-rustls 0.23.4",
3583 "webpki-roots 0.22.2",3627 "webpki-roots 0.22.3",
3584]3628]
35853629
3586[[package]]3630[[package]]
37233767
3724[[package]]3768[[package]]
3725name = "io-lifetimes"3769name = "io-lifetimes"
3726version = "0.4.4"3770version = "0.5.3"
3727source = "registry+https://github.com/rust-lang/crates.io-index"3771source = "registry+https://github.com/rust-lang/crates.io-index"
3728checksum = "f6ef6787e7f0faedc040f95716bdd0e62bcfcf4ba93da053b62dea2691c13864"3772checksum = "ec58677acfea8a15352d42fc87d11d63596ade9239e0a7c9352914417515dbe6"
3729dependencies = [
3730 "winapi 0.3.9",
3731]
37323773
3733[[package]]3774[[package]]
3734name = "iovec"3775name = "iovec"
37593800
3760[[package]]3801[[package]]
3761name = "ipnet"3802name = "ipnet"
3762version = "2.4.0"3803version = "2.5.0"
3763source = "registry+https://github.com/rust-lang/crates.io-index"3804source = "registry+https://github.com/rust-lang/crates.io-index"
3764checksum = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c"3805checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
37653806
3766[[package]]3807[[package]]
3767name = "itertools"3808name = "itertools"
37953836
3796[[package]]3837[[package]]
3797name = "js-sys"3838name = "js-sys"
3798version = "0.3.56"3839version = "0.3.57"
3799source = "registry+https://github.com/rust-lang/crates.io-index"3840source = "registry+https://github.com/rust-lang/crates.io-index"
3800checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"3841checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
3801dependencies = [3842dependencies = [
3802 "wasm-bindgen",3843 "wasm-bindgen",
3803]3844]
3913 "jsonrpc-core",3954 "jsonrpc-core",
3914 "lazy_static",3955 "lazy_static",
3915 "log",3956 "log",
3916 "tokio 1.17.0",3957 "tokio 1.18.1",
3917 "tokio-stream",3958 "tokio-stream",
3918 "tokio-util 0.6.9",3959 "tokio-util 0.6.9",
3919 "unicase",3960 "unicase",
39363977
3937[[package]]3978[[package]]
3938name = "jsonrpsee"3979name = "jsonrpsee"
3939version = "0.4.1"3980version = "0.10.1"
3940source = "registry+https://github.com/rust-lang/crates.io-index"3981source = "registry+https://github.com/rust-lang/crates.io-index"
3941checksum = "6373a33d987866ccfe1af4bc11b089dce941764313f9fd8b7cf13fcb51b72dc5"3982checksum = "91dc760c341fa81173f9a434931aaf32baad5552b0230cc6c93e8fb7eaad4c19"
3942dependencies = [3983dependencies = [
3943 "jsonrpsee-types 0.4.1",3984 "jsonrpsee-core",
3944 "jsonrpsee-utils",3985 "jsonrpsee-http-client",
3945 "jsonrpsee-ws-client 0.4.1",
3946]
3947
3948[[package]]
3949name = "jsonrpsee"
3950version = "0.8.0"
3951source = "registry+https://github.com/rust-lang/crates.io-index"
3952checksum = "05fd8cd6c6b1bbd06881d2cf88f1fc83cc36c98f2219090f839115fb4a956cb9"
3953dependencies = [
3954 "jsonrpsee-core 0.8.0",
3955 "jsonrpsee-proc-macros",3986 "jsonrpsee-proc-macros",
3956 "jsonrpsee-types 0.8.0",3987 "jsonrpsee-types",
3957 "jsonrpsee-ws-client 0.8.0",3988 "jsonrpsee-ws-client",
3958]3989]
39593990
3960[[package]]3991[[package]]
3961name = "jsonrpsee"
3962version = "0.9.0"
3963source = "registry+https://github.com/rust-lang/crates.io-index"
3964checksum = "f0d0b8cc1959f8c05256ace093b2317482da9127f1d9227564f47e7e6bf9bda8"
3965dependencies = [
3966 "jsonrpsee-core 0.9.0",
3967 "jsonrpsee-http-client",
3968 "jsonrpsee-types 0.9.0",
3969 "jsonrpsee-ws-client 0.9.0",
3970]
3971
3972[[package]]
3973name = "jsonrpsee-client-transport"3992name = "jsonrpsee-client-transport"
3974version = "0.8.0"3993version = "0.10.1"
3975source = "registry+https://github.com/rust-lang/crates.io-index"3994source = "registry+https://github.com/rust-lang/crates.io-index"
3976checksum = "3303cdf246e6ab76e2866fb3d9acb6c76a068b1b28bd923a1b7a8122257ad7b5"3995checksum = "765f7a36d5087f74e3b3b47805c2188fef8eb54afcb587b078d9f8ebfe9c7220"
3977dependencies = [3996dependencies = [
3978 "futures 0.3.21",3997 "futures 0.3.21",
3979 "http",3998 "http",
3980 "jsonrpsee-core 0.8.0",3999 "jsonrpsee-core",
3981 "jsonrpsee-types 0.8.0",4000 "jsonrpsee-types",
3982 "pin-project 1.0.10",4001 "pin-project 1.0.10",
3983 "rustls-native-certs 0.6.1",4002 "rustls-native-certs 0.6.2",
3984 "soketto",4003 "soketto",
3985 "thiserror",4004 "thiserror",
3986 "tokio 1.17.0",4005 "tokio 1.18.1",
3987 "tokio-rustls 0.23.3",4006 "tokio-rustls 0.23.4",
3988 "tokio-util 0.6.9",4007 "tokio-util 0.7.1",
3989 "tracing",4008 "tracing",
3990 "webpki-roots 0.22.2",4009 "webpki-roots 0.22.3",
3991]4010]
39924011
3993[[package]]4012[[package]]
3994name = "jsonrpsee-client-transport"
3995version = "0.9.0"
3996source = "registry+https://github.com/rust-lang/crates.io-index"
3997checksum = "fa370c2c717d798c3c0a315ae3f0a707a388c6963c11f9da7dbbe1d3f7392f5f"
3998dependencies = [
3999 "futures 0.3.21",
4000 "http",
4001 "jsonrpsee-core 0.9.0",
4002 "jsonrpsee-types 0.9.0",
4003 "pin-project 1.0.10",
4004 "rustls-native-certs 0.6.1",
4005 "soketto",
4006 "thiserror",
4007 "tokio 1.17.0",
4008 "tokio-rustls 0.23.3",
4009 "tokio-util 0.6.9",
4010 "tracing",
4011 "webpki-roots 0.22.2",
4012]
4013
4014[[package]]
4015name = "jsonrpsee-core"4013name = "jsonrpsee-core"
4016version = "0.8.0"4014version = "0.10.1"
4017source = "registry+https://github.com/rust-lang/crates.io-index"4015source = "registry+https://github.com/rust-lang/crates.io-index"
4018checksum = "f220b5a238dc7992b90f1144fbf6eaa585872c9376afe6fe6863ffead6191bf3"4016checksum = "82ef77ecd20c2254d54f5da8c0738eacca61e6b6511268a8f2753e3148c6c706"
4019dependencies = [4017dependencies = [
4020 "anyhow",4018 "anyhow",
4021 "arrayvec 0.7.2",4019 "arrayvec 0.7.2",
4024 "futures-channel",4022 "futures-channel",
4025 "futures-util",4023 "futures-util",
4026 "hyper",4024 "hyper",
4027 "jsonrpsee-types 0.8.0",4025 "jsonrpsee-types",
4028 "rustc-hash",4026 "rustc-hash",
4029 "serde",4027 "serde",
4030 "serde_json",4028 "serde_json",
4031 "soketto",4029 "soketto",
4032 "thiserror",4030 "thiserror",
4033 "tokio 1.17.0",4031 "tokio 1.18.1",
4034 "tracing",4032 "tracing",
4035]4033]
40364034
4037[[package]]4035[[package]]
4038name = "jsonrpsee-core"
4039version = "0.9.0"
4040source = "registry+https://github.com/rust-lang/crates.io-index"
4041checksum = "22abc3274b265dcefe2e26c4beecf9fda4fffa48cf94930443a6c73678f020d5"
4042dependencies = [
4043 "anyhow",
4044 "arrayvec 0.7.2",
4045 "async-trait",
4046 "beef",
4047 "futures-channel",
4048 "futures-util",
4049 "hyper",
4050 "jsonrpsee-types 0.9.0",
4051 "rustc-hash",
4052 "serde",
4053 "serde_json",
4054 "soketto",
4055 "thiserror",
4056 "tokio 1.17.0",
4057 "tracing",
4058]
4059
4060[[package]]
4061name = "jsonrpsee-http-client"4036name = "jsonrpsee-http-client"
4062version = "0.9.0"4037version = "0.10.1"
4063source = "registry+https://github.com/rust-lang/crates.io-index"4038source = "registry+https://github.com/rust-lang/crates.io-index"
4064checksum = "d31b837273d09dd80051eefa57d337769dff6c3266108c43a3544ac7ffed9d68"4039checksum = "92709e0b8255691f4df954a0176b1cbc3312f151e7ed2e643812e8bd121f1d1c"
4065dependencies = [4040dependencies = [
4066 "async-trait",4041 "async-trait",
4067 "hyper",4042 "hyper",
4068 "hyper-rustls 0.23.0",4043 "hyper-rustls 0.23.0",
4069 "jsonrpsee-core 0.9.0",4044 "jsonrpsee-core",
4070 "jsonrpsee-types 0.9.0",4045 "jsonrpsee-types",
4071 "rustc-hash",4046 "rustc-hash",
4072 "serde",4047 "serde",
4073 "serde_json",4048 "serde_json",
4074 "thiserror",4049 "thiserror",
4075 "tokio 1.17.0",4050 "tokio 1.18.1",
4076 "tracing",4051 "tracing",
4077]4052]
40784053
4079[[package]]4054[[package]]
4080name = "jsonrpsee-proc-macros"4055name = "jsonrpsee-proc-macros"
4081version = "0.8.0"4056version = "0.10.1"
4082source = "registry+https://github.com/rust-lang/crates.io-index"4057source = "registry+https://github.com/rust-lang/crates.io-index"
4083checksum = "4299ebf790ea9de1cb72e73ff2ae44c723ef264299e5e2d5ef46a371eb3ac3d8"4058checksum = "b7291c72805bc7d413b457e50d8ef3e87aa554da65ecbbc278abb7dfc283e7f0"
4084dependencies = [4059dependencies = [
4085 "proc-macro-crate 1.1.3",4060 "proc-macro-crate 1.1.3",
4086 "proc-macro2",4061 "proc-macro2",
40904065
4091[[package]]4066[[package]]
4092name = "jsonrpsee-types"4067name = "jsonrpsee-types"
4093version = "0.4.1"4068version = "0.10.1"
4094source = "registry+https://github.com/rust-lang/crates.io-index"4069source = "registry+https://github.com/rust-lang/crates.io-index"
4095checksum = "62f778cf245158fbd8f5d50823a2e9e4c708a40be164766bd35e9fb1d86715b2"4070checksum = "38b6aa52f322cbf20c762407629b8300f39bcc0cf0619840d9252a2f65fd2dd9"
4096dependencies = [4071dependencies = [
4097 "anyhow",4072 "anyhow",
4098 "async-trait",
4099 "beef",4073 "beef",
4100 "futures-channel",
4101 "futures-util",
4102 "hyper",
4103 "log",
4104 "serde",4074 "serde",
4105 "serde_json",4075 "serde_json",
4106 "soketto",
4107 "thiserror",4076 "thiserror",
4108]
4109
4110[[package]]
4111name = "jsonrpsee-types"
4112version = "0.8.0"
4113source = "registry+https://github.com/rust-lang/crates.io-index"
4114checksum = "c1b3f601bbbe45cd63f5407b6f7d7950e08a7d4f82aa699ff41a4a5e9e54df58"
4115dependencies = [
4116 "anyhow",
4117 "beef",
4118 "serde",
4119 "serde_json",
4120 "thiserror",
4121 "tracing",4077 "tracing",
4122]4078]
41234079
4124[[package]]4080[[package]]
4125name = "jsonrpsee-types"
4126version = "0.9.0"
4127source = "registry+https://github.com/rust-lang/crates.io-index"
4128checksum = "9f4c45d2e2aa1db4c7d7d7dbaabc10a5b5258d99cd9d42fbfd5260b76f80c324"
4129dependencies = [
4130 "anyhow",
4131 "beef",
4132 "serde",
4133 "serde_json",
4134 "thiserror",
4135 "tracing",
4136]
4137
4138[[package]]
4139name = "jsonrpsee-utils"
4140version = "0.4.1"
4141source = "registry+https://github.com/rust-lang/crates.io-index"
4142checksum = "0109c4f972058f3b1925b73a17210aff7b63b65967264d0045d15ee88fe84f0c"
4143dependencies = [
4144 "arrayvec 0.7.2",
4145 "beef",
4146 "jsonrpsee-types 0.4.1",
4147]
4148
4149[[package]]
4150name = "jsonrpsee-ws-client"4081name = "jsonrpsee-ws-client"
4151version = "0.4.1"4082version = "0.10.1"
4152source = "registry+https://github.com/rust-lang/crates.io-index"4083source = "registry+https://github.com/rust-lang/crates.io-index"
4153checksum = "559aa56fc402af206c00fc913dc2be1d9d788dcde045d14df141a535245d35ef"4084checksum = "dd66d18bab78d956df24dd0d2e41e4c00afbb818fda94a98264bdd12ce8506ac"
4154dependencies = [4085dependencies = [
4155 "arrayvec 0.7.2",4086 "jsonrpsee-client-transport",
4156 "async-trait",
4157 "fnv",
4158 "futures 0.3.21",
4159 "http",
4160 "jsonrpsee-types 0.4.1",
4161 "log",
4162 "pin-project 1.0.10",
4163 "rustls-native-certs 0.5.0",4087 "jsonrpsee-core",
4164 "serde",4088 "jsonrpsee-types",
4165 "serde_json",
4166 "soketto",
4167 "thiserror",
4168 "tokio 1.17.0",
4169 "tokio-rustls 0.22.0",
4170 "tokio-util 0.6.9",
4171]4089]
41724090
4173[[package]]4091[[package]]
4174name = "jsonrpsee-ws-client"
4175version = "0.8.0"
4176source = "registry+https://github.com/rust-lang/crates.io-index"
4177checksum = "aff425cee7c779e33920913bc695447416078ee6d119f443f3060feffa4e86b5"
4178dependencies = [
4179 "jsonrpsee-client-transport 0.8.0",
4180 "jsonrpsee-core 0.8.0",
4181 "jsonrpsee-types 0.8.0",
4182]
4183
4184[[package]]
4185name = "jsonrpsee-ws-client"
4186version = "0.9.0"
4187source = "registry+https://github.com/rust-lang/crates.io-index"
4188checksum = "31b58983485b2b626c276f1eb367d62dae82132451b281072a7bfa536a33ddf3"
4189dependencies = [
4190 "jsonrpsee-client-transport 0.9.0",
4191 "jsonrpsee-core 0.9.0",
4192 "jsonrpsee-types 0.9.0",
4193]
4194
4195[[package]]
4196name = "k256"4092name = "k256"
4197version = "0.10.4"4093version = "0.10.4"
4198source = "registry+https://github.com/rust-lang/crates.io-index"4094source = "registry+https://github.com/rust-lang/crates.io-index"
42224118
4223[[package]]4119[[package]]
4224name = "kusama-runtime"4120name = "kusama-runtime"
4225version = "0.9.18"4121version = "0.9.20"
4226source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"4122source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
4227dependencies = [4123dependencies = [
4228 "beefy-primitives",4124 "beefy-primitives",
4229 "bitvec",4125 "bitvec",
4244 "pallet-bags-list",4140 "pallet-bags-list",
4245 "pallet-balances",4141 "pallet-balances",
4246 "pallet-bounties",4142 "pallet-bounties",
4143 "pallet-child-bounties",
4247 "pallet-collective",4144 "pallet-collective",
4248 "pallet-democracy",4145 "pallet-democracy",
4249 "pallet-election-provider-multi-phase",4146 "pallet-election-provider-multi-phase",
4147 "pallet-election-provider-support-benchmarking",
4250 "pallet-elections-phragmen",4148 "pallet-elections-phragmen",
4251 "pallet-gilt",4149 "pallet-gilt",
4252 "pallet-grandpa",4150 "pallet-grandpa",
4253 "pallet-identity",4151 "pallet-identity",
4254 "pallet-im-online",4152 "pallet-im-online",
4255 "pallet-indices",4153 "pallet-indices",
4256 "pallet-membership",4154 "pallet-membership",
4257 "pallet-mmr-primitives",
4258 "pallet-multisig",4155 "pallet-multisig",
4259 "pallet-nicks",4156 "pallet-nicks",
4260 "pallet-offences",4157 "pallet-offences",
4276 "pallet-utility",4173 "pallet-utility",
4277 "pallet-vesting",4174 "pallet-vesting",
4278 "pallet-xcm",4175 "pallet-xcm",
4176 "pallet-xcm-benchmarks",
4279 "parity-scale-codec",4177 "parity-scale-codec",
4280 "polkadot-primitives",4178 "polkadot-primitives",
4281 "polkadot-runtime-common",4179 "polkadot-runtime-common",
4293 "sp-core",4191 "sp-core",
4294 "sp-inherents",4192 "sp-inherents",
4295 "sp-io",4193 "sp-io",
4194 "sp-mmr-primitives",
4296 "sp-npos-elections",4195 "sp-npos-elections",
4297 "sp-offchain",4196 "sp-offchain",
4298 "sp-runtime",4197 "sp-runtime",
43104209
4311[[package]]4210[[package]]
4312name = "kusama-runtime-constants"4211name = "kusama-runtime-constants"
4313version = "0.9.18"4212version = "0.9.20"
4314source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"4213source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
4315dependencies = [4214dependencies = [
4316 "frame-support",4215 "frame-support",
4317 "polkadot-primitives",4216 "polkadot-primitives",
43824281
4383[[package]]4282[[package]]
4384name = "libc"4283name = "libc"
4385version = "0.2.121"4284version = "0.2.125"
4386source = "registry+https://github.com/rust-lang/crates.io-index"4285source = "registry+https://github.com/rust-lang/crates.io-index"
4387checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"4286checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
43884287
4389[[package]]4288[[package]]
4390name = "libloading"4289name = "libloading"
4468 "futures-timer",4367 "futures-timer",
4469 "instant",4368 "instant",
4470 "lazy_static",4369 "lazy_static",
4471 "libsecp256k1 0.7.0",4370 "libsecp256k1",
4472 "log",4371 "log",
4473 "multiaddr",4372 "multiaddr",
4474 "multihash 0.14.0",4373 "multihash 0.14.0",
49024801
4903[[package]]4802[[package]]
4904name = "libsecp256k1"4803name = "libsecp256k1"
4905version = "0.3.5"
4906source = "registry+https://github.com/rust-lang/crates.io-index"
4907checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"
4908dependencies = [
4909 "arrayref",
4910 "crunchy",
4911 "digest 0.8.1",
4912 "hmac-drbg 0.2.0",
4913 "rand 0.7.3",
4914 "sha2 0.8.2",
4915 "subtle 2.4.1",
4916 "typenum",
4917]
4918
4919[[package]]
4920name = "libsecp256k1"
4921version = "0.7.0"4804version = "0.7.0"
4922source = "registry+https://github.com/rust-lang/crates.io-index"4805source = "registry+https://github.com/rust-lang/crates.io-index"
4923checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4806checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"
4924dependencies = [4807dependencies = [
4925 "arrayref",4808 "arrayref",
4926 "base64",4809 "base64",
4927 "digest 0.9.0",4810 "digest 0.9.0",
4928 "hmac-drbg 0.3.0",4811 "hmac-drbg",
4929 "libsecp256k1-core",4812 "libsecp256k1-core",
4930 "libsecp256k1-gen-ecmult",4813 "libsecp256k1-gen-ecmult",
4931 "libsecp256k1-gen-genmult",4814 "libsecp256k1-gen-genmult",
4943dependencies = [4826dependencies = [
4944 "crunchy",4827 "crunchy",
4945 "digest 0.9.0",4828 "digest 0.9.0",
4946 "subtle 2.4.1",4829 "subtle",
4947]4830]
49484831
4949[[package]]4832[[package]]
49664849
4967[[package]]4850[[package]]
4968name = "libz-sys"4851name = "libz-sys"
4969version = "1.1.5"4852version = "1.1.6"
4970source = "registry+https://github.com/rust-lang/crates.io-index"4853source = "registry+https://github.com/rust-lang/crates.io-index"
4971checksum = "6f35facd4a5673cb5a48822be2be1d4236c1c99cb4113cab7061ac720d5bf859"4854checksum = "92e7e15d7610cce1d9752e137625f14e61a28cd45929b6e12e47b50fe154ee2e"
4972dependencies = [4855dependencies = [
4973 "cc",4856 "cc",
4974 "pkg-config",4857 "pkg-config",
50024885
5003[[package]]4886[[package]]
5004name = "linux-raw-sys"4887name = "linux-raw-sys"
5005version = "0.0.36"4888version = "0.0.42"
5006source = "registry+https://github.com/rust-lang/crates.io-index"4889source = "registry+https://github.com/rust-lang/crates.io-index"
5007checksum = "a261afc61b7a5e323933b402ca6a1765183687c614789b1e4db7762ed4230bca"4890checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"
50084891
5009[[package]]4892[[package]]
5010name = "lock_api"4893name = "lock_api"
50184901
5019[[package]]4902[[package]]
5020name = "log"4903name = "log"
5021version = "0.4.16"4904version = "0.4.17"
5022source = "registry+https://github.com/rust-lang/crates.io-index"4905source = "registry+https://github.com/rust-lang/crates.io-index"
5023checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"4906checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
5024dependencies = [4907dependencies = [
5025 "cfg-if 1.0.0",4908 "cfg-if 1.0.0",
5026 "value-bag",4909 "value-bag",
51205003
5121[[package]]5004[[package]]
5122name = "memchr"5005name = "memchr"
5123version = "2.4.1"5006version = "2.5.0"
5124source = "registry+https://github.com/rust-lang/crates.io-index"5007source = "registry+https://github.com/rust-lang/crates.io-index"
5125checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"5008checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
51265009
5127[[package]]5010[[package]]
5128name = "memmap2"5011name = "memmap2"
5158checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"5041checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"
5159dependencies = [5042dependencies = [
5160 "hash-db",5043 "hash-db",
5161 "hashbrown 0.12.0",5044 "hashbrown 0.12.1",
5162 "parity-util-mem",5045 "parity-util-mem",
5163]5046]
51645047
51915074
5192[[package]]5075[[package]]
5193name = "metered-channel"5076name = "metered-channel"
5194version = "0.9.18"5077version = "0.9.20"
5195source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5078source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
5196dependencies = [5079dependencies = [
5080 "coarsetime",
5081 "crossbeam-queue",
5197 "derive_more",5082 "derive_more",
5198 "futures 0.3.21",5083 "futures 0.3.21",
5199 "futures-timer",5084 "futures-timer",
5085 "nanorand",
5200 "thiserror",5086 "thiserror",
5201 "tracing",5087 "tracing-gum",
5202]5088]
52035089
5204[[package]]5090[[package]]
52205106
5221[[package]]5107[[package]]
5222name = "miniz_oxide"5108name = "miniz_oxide"
5223version = "0.4.4"5109version = "0.5.1"
5224source = "registry+https://github.com/rust-lang/crates.io-index"5110source = "registry+https://github.com/rust-lang/crates.io-index"
5225checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"5111checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"
5226dependencies = [5112dependencies = [
5227 "adler",5113 "adler",
5228 "autocfg",
5229]5114]
52305115
5231[[package]]5116[[package]]
54245309
5425[[package]]5310[[package]]
5426name = "names"5311name = "names"
5427version = "0.12.0"5312version = "0.13.0"
5428source = "registry+https://github.com/rust-lang/crates.io-index"5313source = "registry+https://github.com/rust-lang/crates.io-index"
5429checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"5314checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"
5430dependencies = [5315dependencies = [
5431 "rand 0.8.5",5316 "rand 0.8.5",
5432]5317]
54335318
5434[[package]]5319[[package]]
5320name = "nanorand"
5321version = "0.7.0"
5322source = "registry+https://github.com/rust-lang/crates.io-index"
5323checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
5324
5325[[package]]
5435name = "net2"5326name = "net2"
5436version = "0.2.37"5327version = "0.2.37"
5437source = "registry+https://github.com/rust-lang/crates.io-index"5328source = "registry+https://github.com/rust-lang/crates.io-index"
54865377
5487[[package]]5378[[package]]
5488name = "num-complex"5379name = "num-complex"
5489version = "0.4.0"5380version = "0.4.1"
5490source = "registry+https://github.com/rust-lang/crates.io-index"5381source = "registry+https://github.com/rust-lang/crates.io-index"
5491checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"5382checksum = "97fbc387afefefd5e9e39493299f3069e14a140dd34dc19b4c1c1a8fddb6a790"
5492dependencies = [5383dependencies = [
5493 "num-traits",5384 "num-traits",
5494]5385]
55055396
5506[[package]]5397[[package]]
5507name = "num-integer"5398name = "num-integer"
5508version = "0.1.44"5399version = "0.1.45"
5509source = "registry+https://github.com/rust-lang/crates.io-index"5400source = "registry+https://github.com/rust-lang/crates.io-index"
5510checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"5401checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
5511dependencies = [5402dependencies = [
5512 "autocfg",5403 "autocfg",
5513 "num-traits",5404 "num-traits",
55385429
5539[[package]]5430[[package]]
5540name = "num-traits"5431name = "num-traits"
5541version = "0.2.14"5432version = "0.2.15"
5542source = "registry+https://github.com/rust-lang/crates.io-index"5433source = "registry+https://github.com/rust-lang/crates.io-index"
5543checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"5434checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
5544dependencies = [5435dependencies = [
5545 "autocfg",5436 "autocfg",
5546 "libm",5437 "libm",
5568]5459]
55695460
5570[[package]]5461[[package]]
5462name = "object"
5463version = "0.28.3"
5464source = "registry+https://github.com/rust-lang/crates.io-index"
5465checksum = "40bec70ba014595f99f7aa110b84331ffe1ee9aece7fe6f387cc7e3ecda4d456"
5466dependencies = [
5467 "memchr",
5468]
5469
5470[[package]]
5571name = "once_cell"5471name = "once_cell"
5572version = "1.10.0"5472version = "1.10.0"
5573source = "registry+https://github.com/rust-lang/crates.io-index"5473source = "registry+https://github.com/rust-lang/crates.io-index"
5702[[package]]5602[[package]]
5703name = "orml-vesting"5603name = "orml-vesting"
5704version = "0.4.1-dev"5604version = "0.4.1-dev"
5705source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.18#4690ac0d5e85a35351608d27c4304dfc6df4eb03"5605source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.20#3ffcc1b1917f37b9bb8ece700cbbf97893e54391"
5706dependencies = [5606dependencies = [
5707 "frame-support",5607 "frame-support",
5708 "frame-system",5608 "frame-system",
5719version = "6.0.0"5619version = "6.0.0"
5720source = "registry+https://github.com/rust-lang/crates.io-index"5620source = "registry+https://github.com/rust-lang/crates.io-index"
5721checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"5621checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
5722dependencies = [
5723 "memchr",
5724]
57255622
5726[[package]]5623[[package]]
5727name = "owning_ref"5624name = "owning_ref"
5735[[package]]5632[[package]]
5736name = "pallet-aura"5633name = "pallet-aura"
5737version = "4.0.0-dev"5634version = "4.0.0-dev"
5738source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5635source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5739dependencies = [5636dependencies = [
5740 "frame-support",5637 "frame-support",
5741 "frame-system",5638 "frame-system",
5751[[package]]5648[[package]]
5752name = "pallet-authority-discovery"5649name = "pallet-authority-discovery"
5753version = "4.0.0-dev"5650version = "4.0.0-dev"
5754source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5651source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5755dependencies = [5652dependencies = [
5756 "frame-support",5653 "frame-support",
5757 "frame-system",5654 "frame-system",
5767[[package]]5664[[package]]
5768name = "pallet-authorship"5665name = "pallet-authorship"
5769version = "4.0.0-dev"5666version = "4.0.0-dev"
5770source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5667source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5771dependencies = [5668dependencies = [
5772 "frame-support",5669 "frame-support",
5773 "frame-system",5670 "frame-system",
5782[[package]]5679[[package]]
5783name = "pallet-babe"5680name = "pallet-babe"
5784version = "4.0.0-dev"5681version = "4.0.0-dev"
5785source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5682source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5786dependencies = [5683dependencies = [
5787 "frame-benchmarking",5684 "frame-benchmarking",
5788 "frame-support",5685 "frame-support",
5806[[package]]5703[[package]]
5807name = "pallet-bags-list"5704name = "pallet-bags-list"
5808version = "4.0.0-dev"5705version = "4.0.0-dev"
5809source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5706source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5810dependencies = [5707dependencies = [
5811 "frame-benchmarking",5708 "frame-benchmarking",
5812 "frame-election-provider-support",5709 "frame-election-provider-support",
5826[[package]]5723[[package]]
5827name = "pallet-balances"5724name = "pallet-balances"
5828version = "4.0.0-dev"5725version = "4.0.0-dev"
5829source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5726source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5830dependencies = [5727dependencies = [
5831 "frame-benchmarking",5728 "frame-benchmarking",
5832 "frame-support",5729 "frame-support",
5841[[package]]5738[[package]]
5842name = "pallet-base-fee"5739name = "pallet-base-fee"
5843version = "1.0.0"5740version = "1.0.0"
5844source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"5741source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.20#de4fa0f04d07395296a3a6df3b8afba931febb25"
5845dependencies = [5742dependencies = [
5743 "fp-evm",
5846 "frame-support",5744 "frame-support",
5847 "frame-system",5745 "frame-system",
5848 "pallet-evm",
5849 "parity-scale-codec",5746 "parity-scale-codec",
5850 "scale-info",5747 "scale-info",
5851 "serde",5748 "serde",
5856[[package]]5753[[package]]
5857name = "pallet-beefy"5754name = "pallet-beefy"
5858version = "4.0.0-dev"5755version = "4.0.0-dev"
5859source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5756source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5860dependencies = [5757dependencies = [
5861 "beefy-primitives",5758 "beefy-primitives",
5862 "frame-support",5759 "frame-support",
5872[[package]]5769[[package]]
5873name = "pallet-beefy-mmr"5770name = "pallet-beefy-mmr"
5874version = "4.0.0-dev"5771version = "4.0.0-dev"
5875source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5772source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5876dependencies = [5773dependencies = [
5877 "beefy-merkle-tree",5774 "beefy-merkle-tree",
5878 "beefy-primitives",5775 "beefy-primitives",
5883 "log",5780 "log",
5884 "pallet-beefy",5781 "pallet-beefy",
5885 "pallet-mmr",5782 "pallet-mmr",
5886 "pallet-mmr-primitives",
5887 "pallet-session",5783 "pallet-session",
5888 "parity-scale-codec",5784 "parity-scale-codec",
5889 "scale-info",5785 "scale-info",
5897[[package]]5793[[package]]
5898name = "pallet-bounties"5794name = "pallet-bounties"
5899version = "4.0.0-dev"5795version = "4.0.0-dev"
5900source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5796source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5901dependencies = [5797dependencies = [
5902 "frame-benchmarking",5798 "frame-benchmarking",
5903 "frame-support",5799 "frame-support",
5915[[package]]5811[[package]]
5916name = "pallet-bridge-dispatch"5812name = "pallet-bridge-dispatch"
5917version = "0.1.0"5813version = "0.1.0"
5918source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5814source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
5919dependencies = [5815dependencies = [
5920 "bp-message-dispatch",5816 "bp-message-dispatch",
5921 "bp-runtime",5817 "bp-runtime",
5932[[package]]5828[[package]]
5933name = "pallet-bridge-grandpa"5829name = "pallet-bridge-grandpa"
5934version = "0.1.0"5830version = "0.1.0"
5935source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5831source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
5936dependencies = [5832dependencies = [
5937 "bp-header-chain",5833 "bp-header-chain",
5938 "bp-runtime",5834 "bp-runtime",
5954[[package]]5850[[package]]
5955name = "pallet-bridge-messages"5851name = "pallet-bridge-messages"
5956version = "0.1.0"5852version = "0.1.0"
5957source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5853source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
5958dependencies = [5854dependencies = [
5959 "bitvec",5855 "bitvec",
5960 "bp-message-dispatch",5856 "bp-message-dispatch",
5973]5869]
59745870
5975[[package]]5871[[package]]
5872name = "pallet-child-bounties"
5873version = "4.0.0-dev"
5874source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5875dependencies = [
5876 "frame-benchmarking",
5877 "frame-support",
5878 "frame-system",
5879 "log",
5880 "pallet-bounties",
5881 "pallet-treasury",
5882 "parity-scale-codec",
5883 "scale-info",
5884 "sp-core",
5885 "sp-io",
5886 "sp-runtime",
5887 "sp-std",
5888]
5889
5890[[package]]
5976name = "pallet-collective"5891name = "pallet-collective"
5977version = "4.0.0-dev"5892version = "4.0.0-dev"
5978source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5893source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5979dependencies = [5894dependencies = [
5980 "frame-benchmarking",5895 "frame-benchmarking",
5981 "frame-support",5896 "frame-support",
6011[[package]]5926[[package]]
6012name = "pallet-democracy"5927name = "pallet-democracy"
6013version = "4.0.0-dev"5928version = "4.0.0-dev"
6014source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5929source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6015dependencies = [5930dependencies = [
6016 "frame-benchmarking",5931 "frame-benchmarking",
6017 "frame-support",5932 "frame-support",
6027[[package]]5942[[package]]
6028name = "pallet-election-provider-multi-phase"5943name = "pallet-election-provider-multi-phase"
6029version = "4.0.0-dev"5944version = "4.0.0-dev"
6030source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5945source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6031dependencies = [5946dependencies = [
6032 "frame-benchmarking",5947 "frame-benchmarking",
6033 "frame-election-provider-support",5948 "frame-election-provider-support",
6048]5963]
60495964
6050[[package]]5965[[package]]
5966name = "pallet-election-provider-support-benchmarking"
5967version = "4.0.0-dev"
5968source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
5969dependencies = [
5970 "frame-benchmarking",
5971 "frame-election-provider-support",
5972 "frame-system",
5973 "parity-scale-codec",
5974 "sp-npos-elections",
5975 "sp-runtime",
5976]
5977
5978[[package]]
6051name = "pallet-elections-phragmen"5979name = "pallet-elections-phragmen"
6052version = "5.0.0-dev"5980version = "5.0.0-dev"
6053source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5981source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6054dependencies = [5982dependencies = [
6055 "frame-benchmarking",5983 "frame-benchmarking",
6056 "frame-support",5984 "frame-support",
6068[[package]]5996[[package]]
6069name = "pallet-ethereum"5997name = "pallet-ethereum"
6070version = "4.0.0-dev"5998version = "4.0.0-dev"
6071source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"5999source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.20#de4fa0f04d07395296a3a6df3b8afba931febb25"
6072dependencies = [6000dependencies = [
6073 "ethereum",6001 "ethereum",
6074 "ethereum-types",6002 "ethereum-types",
6087 "pallet-timestamp",6015 "pallet-timestamp",
6088 "parity-scale-codec",6016 "parity-scale-codec",
6089 "rlp",6017 "rlp",
6090 "rustc-hex",
6091 "scale-info",6018 "scale-info",
6092 "serde",6019 "serde",
6093 "sha3 0.8.2",6020 "sha3 0.10.1",
6094 "sp-io",6021 "sp-io",
6095 "sp-runtime",6022 "sp-runtime",
6096 "sp-std",6023 "sp-std",
6099[[package]]6026[[package]]
6100name = "pallet-evm"6027name = "pallet-evm"
6101version = "6.0.0-dev"6028version = "6.0.0-dev"
6102source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"6029source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.20#de4fa0f04d07395296a3a6df3b8afba931febb25"
6103dependencies = [6030dependencies = [
6104 "evm",6031 "evm",
6105 "evm-gasometer",
6106 "evm-runtime",
6107 "fp-evm",6032 "fp-evm",
6108 "fp-evm-mapping",6033 "fp-evm-mapping",
6109 "frame-benchmarking",6034 "frame-benchmarking",
6119 "rlp",6044 "rlp",
6120 "scale-info",6045 "scale-info",
6121 "serde",6046 "serde",
6122 "sha3 0.8.2",6047 "sha3 0.10.1",
6123 "sp-core",6048 "sp-core",
6124 "sp-io",6049 "sp-io",
6125 "sp-runtime",6050 "sp-runtime",
6221[[package]]6146[[package]]
6222name = "pallet-gilt"6147name = "pallet-gilt"
6223version = "4.0.0-dev"6148version = "4.0.0-dev"
6224source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6149source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6225dependencies = [6150dependencies = [
6226 "frame-benchmarking",6151 "frame-benchmarking",
6227 "frame-support",6152 "frame-support",
6236[[package]]6161[[package]]
6237name = "pallet-grandpa"6162name = "pallet-grandpa"
6238version = "4.0.0-dev"6163version = "4.0.0-dev"
6239source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6164source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6240dependencies = [6165dependencies = [
6241 "frame-benchmarking",6166 "frame-benchmarking",
6242 "frame-support",6167 "frame-support",
6259[[package]]6184[[package]]
6260name = "pallet-identity"6185name = "pallet-identity"
6261version = "4.0.0-dev"6186version = "4.0.0-dev"
6262source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6187source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6263dependencies = [6188dependencies = [
6264 "enumflags2",6189 "enumflags2",
6265 "frame-benchmarking",6190 "frame-benchmarking",
6275[[package]]6200[[package]]
6276name = "pallet-im-online"6201name = "pallet-im-online"
6277version = "4.0.0-dev"6202version = "4.0.0-dev"
6278source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6203source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6279dependencies = [6204dependencies = [
6280 "frame-benchmarking",6205 "frame-benchmarking",
6281 "frame-support",6206 "frame-support",
6295[[package]]6220[[package]]
6296name = "pallet-indices"6221name = "pallet-indices"
6297version = "4.0.0-dev"6222version = "4.0.0-dev"
6298source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6223source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6299dependencies = [6224dependencies = [
6300 "frame-benchmarking",6225 "frame-benchmarking",
6301 "frame-support",6226 "frame-support",
6331[[package]]6256[[package]]
6332name = "pallet-membership"6257name = "pallet-membership"
6333version = "4.0.0-dev"6258version = "4.0.0-dev"
6334source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6259source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6335dependencies = [6260dependencies = [
6336 "frame-benchmarking",6261 "frame-benchmarking",
6337 "frame-support",6262 "frame-support",
6348[[package]]6273[[package]]
6349name = "pallet-mmr"6274name = "pallet-mmr"
6350version = "4.0.0-dev"6275version = "4.0.0-dev"
6351source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6276source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6352dependencies = [6277dependencies = [
6353 "ckb-merkle-mountain-range",6278 "ckb-merkle-mountain-range",
6354 "frame-benchmarking",6279 "frame-benchmarking",
6355 "frame-support",6280 "frame-support",
6356 "frame-system",6281 "frame-system",
6357 "pallet-mmr-primitives",
6358 "parity-scale-codec",6282 "parity-scale-codec",
6359 "scale-info",6283 "scale-info",
6360 "sp-core",6284 "sp-core",
6361 "sp-io",6285 "sp-io",
6286 "sp-mmr-primitives",
6362 "sp-runtime",6287 "sp-runtime",
6363 "sp-std",6288 "sp-std",
6364]6289]
63656290
6366[[package]]6291[[package]]
6367name = "pallet-mmr-primitives"
6368version = "4.0.0-dev"
6369source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"
6370dependencies = [
6371 "frame-support",
6372 "frame-system",
6373 "log",
6374 "parity-scale-codec",
6375 "serde",
6376 "sp-api",
6377 "sp-core",
6378 "sp-runtime",
6379 "sp-std",
6380]
6381
6382[[package]]
6383name = "pallet-mmr-rpc"6292name = "pallet-mmr-rpc"
6384version = "3.0.0"6293version = "3.0.0"
6385source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6294source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6386dependencies = [6295dependencies = [
6387 "jsonrpc-core",6296 "jsonrpc-core",
6388 "jsonrpc-core-client",6297 "jsonrpc-core-client",
6389 "jsonrpc-derive",6298 "jsonrpc-derive",
6390 "pallet-mmr-primitives",
6391 "parity-scale-codec",6299 "parity-scale-codec",
6392 "serde",6300 "serde",
6393 "sp-api",6301 "sp-api",
6394 "sp-blockchain",6302 "sp-blockchain",
6395 "sp-core",6303 "sp-core",
6304 "sp-mmr-primitives",
6396 "sp-runtime",6305 "sp-runtime",
6397]6306]
63986307
6399[[package]]6308[[package]]
6400name = "pallet-multisig"6309name = "pallet-multisig"
6401version = "4.0.0-dev"6310version = "4.0.0-dev"
6402source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6311source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6403dependencies = [6312dependencies = [
6404 "frame-benchmarking",6313 "frame-benchmarking",
6405 "frame-support",6314 "frame-support",
6414[[package]]6323[[package]]
6415name = "pallet-nicks"6324name = "pallet-nicks"
6416version = "4.0.0-dev"6325version = "4.0.0-dev"
6417source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6326source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6418dependencies = [6327dependencies = [
6419 "frame-support",6328 "frame-support",
6420 "frame-system",6329 "frame-system",
6426]6335]
64276336
6428[[package]]6337[[package]]
6338name = "pallet-nomination-pools"
6339version = "1.0.0"
6340source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6341dependencies = [
6342 "frame-support",
6343 "frame-system",
6344 "parity-scale-codec",
6345 "scale-info",
6346 "sp-core",
6347 "sp-runtime",
6348 "sp-staking",
6349 "sp-std",
6350]
6351
6352[[package]]
6353name = "pallet-nomination-pools-benchmarking"
6354version = "1.0.0"
6355source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6356dependencies = [
6357 "frame-benchmarking",
6358 "frame-election-provider-support",
6359 "frame-support",
6360 "frame-system",
6361 "pallet-bags-list",
6362 "pallet-nomination-pools",
6363 "pallet-staking",
6364 "parity-scale-codec",
6365 "scale-info",
6366 "sp-runtime",
6367 "sp-staking",
6368 "sp-std",
6369]
6370
6371[[package]]
6429name = "pallet-nonfungible"6372name = "pallet-nonfungible"
6430version = "0.1.0"6373version = "0.1.0"
6431dependencies = [6374dependencies = [
6448[[package]]6391[[package]]
6449name = "pallet-offences"6392name = "pallet-offences"
6450version = "4.0.0-dev"6393version = "4.0.0-dev"
6451source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6394source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6452dependencies = [6395dependencies = [
6453 "frame-support",6396 "frame-support",
6454 "frame-system",6397 "frame-system",
6465[[package]]6408[[package]]
6466name = "pallet-offences-benchmarking"6409name = "pallet-offences-benchmarking"
6467version = "4.0.0-dev"6410version = "4.0.0-dev"
6468source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6411source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6469dependencies = [6412dependencies = [
6470 "frame-benchmarking",6413 "frame-benchmarking",
6471 "frame-election-provider-support",6414 "frame-election-provider-support",
6488[[package]]6431[[package]]
6489name = "pallet-preimage"6432name = "pallet-preimage"
6490version = "4.0.0-dev"6433version = "4.0.0-dev"
6491source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6434source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6492dependencies = [6435dependencies = [
6493 "frame-benchmarking",6436 "frame-benchmarking",
6494 "frame-support",6437 "frame-support",
6504[[package]]6447[[package]]
6505name = "pallet-proxy"6448name = "pallet-proxy"
6506version = "4.0.0-dev"6449version = "4.0.0-dev"
6507source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6450source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6508dependencies = [6451dependencies = [
6509 "frame-benchmarking",6452 "frame-benchmarking",
6510 "frame-support",6453 "frame-support",
6519[[package]]6462[[package]]
6520name = "pallet-randomness-collective-flip"6463name = "pallet-randomness-collective-flip"
6521version = "4.0.0-dev"6464version = "4.0.0-dev"
6522source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6465source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6523dependencies = [6466dependencies = [
6524 "frame-support",6467 "frame-support",
6525 "frame-system",6468 "frame-system",
6533[[package]]6476[[package]]
6534name = "pallet-recovery"6477name = "pallet-recovery"
6535version = "4.0.0-dev"6478version = "4.0.0-dev"
6536source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6479source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6537dependencies = [6480dependencies = [
6538 "frame-support",6481 "frame-support",
6539 "frame-system",6482 "frame-system",
6564[[package]]6507[[package]]
6565name = "pallet-scheduler"6508name = "pallet-scheduler"
6566version = "4.0.0-dev"6509version = "4.0.0-dev"
6567source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6510source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6568dependencies = [6511dependencies = [
6569 "frame-benchmarking",6512 "frame-benchmarking",
6570 "frame-support",6513 "frame-support",
6580[[package]]6523[[package]]
6581name = "pallet-session"6524name = "pallet-session"
6582version = "4.0.0-dev"6525version = "4.0.0-dev"
6583source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6526source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6584dependencies = [6527dependencies = [
6585 "frame-support",6528 "frame-support",
6586 "frame-system",6529 "frame-system",
6601[[package]]6544[[package]]
6602name = "pallet-session-benchmarking"6545name = "pallet-session-benchmarking"
6603version = "4.0.0-dev"6546version = "4.0.0-dev"
6604source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6547source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6605dependencies = [6548dependencies = [
6606 "frame-benchmarking",6549 "frame-benchmarking",
6607 "frame-support",6550 "frame-support",
6617[[package]]6560[[package]]
6618name = "pallet-society"6561name = "pallet-society"
6619version = "4.0.0-dev"6562version = "4.0.0-dev"
6620source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6563source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6621dependencies = [6564dependencies = [
6622 "frame-support",6565 "frame-support",
6623 "frame-system",6566 "frame-system",
6631[[package]]6574[[package]]
6632name = "pallet-staking"6575name = "pallet-staking"
6633version = "4.0.0-dev"6576version = "4.0.0-dev"
6634source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6577source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6635dependencies = [6578dependencies = [
6636 "frame-benchmarking",6579 "frame-benchmarking",
6637 "frame-election-provider-support",6580 "frame-election-provider-support",
6654[[package]]6597[[package]]
6655name = "pallet-staking-reward-curve"6598name = "pallet-staking-reward-curve"
6656version = "4.0.0-dev"6599version = "4.0.0-dev"
6657source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6600source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6658dependencies = [6601dependencies = [
6659 "proc-macro-crate 1.1.3",6602 "proc-macro-crate 1.1.3",
6660 "proc-macro2",6603 "proc-macro2",
6665[[package]]6608[[package]]
6666name = "pallet-staking-reward-fn"6609name = "pallet-staking-reward-fn"
6667version = "4.0.0-dev"6610version = "4.0.0-dev"
6668source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6611source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6669dependencies = [6612dependencies = [
6670 "log",6613 "log",
6671 "sp-arithmetic",6614 "sp-arithmetic",
6674[[package]]6617[[package]]
6675name = "pallet-sudo"6618name = "pallet-sudo"
6676version = "4.0.0-dev"6619version = "4.0.0-dev"
6677source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6620source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6678dependencies = [6621dependencies = [
6679 "frame-support",6622 "frame-support",
6680 "frame-system",6623 "frame-system",
6688[[package]]6631[[package]]
6689name = "pallet-template-transaction-payment"6632name = "pallet-template-transaction-payment"
6690version = "3.0.0"6633version = "3.0.0"
6691source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#7bc842b35a53f762ee6ee89e5f5bef84a284c9f4"6634source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.20#fa1a51fcccf488d3d41f0ae7864b9b6455b64d77"
6692dependencies = [6635dependencies = [
6693 "frame-benchmarking",6636 "frame-benchmarking",
6694 "frame-support",6637 "frame-support",
6708[[package]]6651[[package]]
6709name = "pallet-timestamp"6652name = "pallet-timestamp"
6710version = "4.0.0-dev"6653version = "4.0.0-dev"
6711source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6654source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6712dependencies = [6655dependencies = [
6713 "frame-benchmarking",6656 "frame-benchmarking",
6714 "frame-support",6657 "frame-support",
6726[[package]]6669[[package]]
6727name = "pallet-tips"6670name = "pallet-tips"
6728version = "4.0.0-dev"6671version = "4.0.0-dev"
6729source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6672source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6730dependencies = [6673dependencies = [
6731 "frame-benchmarking",6674 "frame-benchmarking",
6732 "frame-support",6675 "frame-support",
6745[[package]]6688[[package]]
6746name = "pallet-transaction-payment"6689name = "pallet-transaction-payment"
6747version = "4.0.0-dev"6690version = "4.0.0-dev"
6748source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6691source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6749dependencies = [6692dependencies = [
6750 "frame-support",6693 "frame-support",
6751 "frame-system",6694 "frame-system",
6762[[package]]6705[[package]]
6763name = "pallet-transaction-payment-rpc"6706name = "pallet-transaction-payment-rpc"
6764version = "4.0.0-dev"6707version = "4.0.0-dev"
6765source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6708source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6766dependencies = [6709dependencies = [
6767 "jsonrpc-core",6710 "jsonrpc-core",
6768 "jsonrpc-core-client",6711 "jsonrpc-core-client",
6779[[package]]6722[[package]]
6780name = "pallet-transaction-payment-rpc-runtime-api"6723name = "pallet-transaction-payment-rpc-runtime-api"
6781version = "4.0.0-dev"6724version = "4.0.0-dev"
6782source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6725source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6783dependencies = [6726dependencies = [
6784 "pallet-transaction-payment",6727 "pallet-transaction-payment",
6785 "parity-scale-codec",6728 "parity-scale-codec",
6790[[package]]6733[[package]]
6791name = "pallet-treasury"6734name = "pallet-treasury"
6792version = "4.0.0-dev"6735version = "4.0.0-dev"
6793source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6736source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6794dependencies = [6737dependencies = [
6795 "frame-benchmarking",6738 "frame-benchmarking",
6796 "frame-support",6739 "frame-support",
6863[[package]]6806[[package]]
6864name = "pallet-utility"6807name = "pallet-utility"
6865version = "4.0.0-dev"6808version = "4.0.0-dev"
6866source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6809source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6867dependencies = [6810dependencies = [
6868 "frame-benchmarking",6811 "frame-benchmarking",
6869 "frame-support",6812 "frame-support",
6879[[package]]6822[[package]]
6880name = "pallet-vesting"6823name = "pallet-vesting"
6881version = "4.0.0-dev"6824version = "4.0.0-dev"
6882source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6825source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
6883dependencies = [6826dependencies = [
6884 "frame-benchmarking",6827 "frame-benchmarking",
6885 "frame-support",6828 "frame-support",
68936836
6894[[package]]6837[[package]]
6895name = "pallet-xcm"6838name = "pallet-xcm"
6896version = "0.9.18"6839version = "0.9.20"
6897source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6840source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
6898dependencies = [6841dependencies = [
6899 "frame-support",6842 "frame-support",
6900 "frame-system",6843 "frame-system",
69116854
6912[[package]]6855[[package]]
6913name = "pallet-xcm-benchmarks"6856name = "pallet-xcm-benchmarks"
6914version = "0.9.18"6857version = "0.9.20"
6915source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6858source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
6916dependencies = [6859dependencies = [
6917 "frame-benchmarking",6860 "frame-benchmarking",
6918 "frame-support",6861 "frame-support",
6929[[package]]6872[[package]]
6930name = "parachain-info"6873name = "parachain-info"
6931version = "0.1.0"6874version = "0.1.0"
6932source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"6875source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.20#4bbedb30b1478494b410477498bd0a2221177a11"
6933dependencies = [6876dependencies = [
6934 "cumulus-primitives-core",6877 "cumulus-primitives-core",
6935 "frame-support",6878 "frame-support",
69416884
6942[[package]]6885[[package]]
6943name = "parity-db"6886name = "parity-db"
6944version = "0.3.11"6887version = "0.3.12"
6945source = "registry+https://github.com/rust-lang/crates.io-index"6888source = "registry+https://github.com/rust-lang/crates.io-index"
6946checksum = "b3e7f385d61562f5834282b90aa50b41f38a35cf64d5209b8b05487b50553dbe"6889checksum = "6e73cd0b0a78045276b19eaae8eaaa20e44a1da9a0217ff934a810d9492ae701"
6947dependencies = [6890dependencies = [
6948 "blake2-rfc",6891 "blake2-rfc",
6949 "crc32fast",6892 "crc32fast",
7000 "libc",6943 "libc",
7001 "log",6944 "log",
7002 "rand 0.7.3",6945 "rand 0.7.3",
7003 "tokio 1.17.0",6946 "tokio 1.18.1",
7004 "winapi 0.3.9",6947 "winapi 0.3.9",
7005]6948]
70066949
7012dependencies = [6955dependencies = [
7013 "cfg-if 1.0.0",6956 "cfg-if 1.0.0",
7014 "ethereum-types",6957 "ethereum-types",
7015 "hashbrown 0.12.0",6958 "hashbrown 0.12.1",
7016 "impl-trait-for-tuples",6959 "impl-trait-for-tuples",
7017 "lru 0.7.5",6960 "lru 0.7.5",
7018 "parity-util-mem-derive",6961 "parity-util-mem-derive",
7090checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"7033checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
7091dependencies = [7034dependencies = [
7092 "lock_api",7035 "lock_api",
7093 "parking_lot_core 0.9.2",7036 "parking_lot_core 0.9.3",
7094]7037]
70957038
7096[[package]]7039[[package]]
7102 "cfg-if 1.0.0",7045 "cfg-if 1.0.0",
7103 "instant",7046 "instant",
7104 "libc",7047 "libc",
7105 "redox_syscall",7048 "redox_syscall 0.2.13",
7106 "smallvec",7049 "smallvec",
7107 "winapi 0.3.9",7050 "winapi 0.3.9",
7108]7051]
71097052
7110[[package]]7053[[package]]
7111name = "parking_lot_core"7054name = "parking_lot_core"
7112version = "0.9.2"7055version = "0.9.3"
7113source = "registry+https://github.com/rust-lang/crates.io-index"7056source = "registry+https://github.com/rust-lang/crates.io-index"
7114checksum = "995f667a6c822200b0433ac218e05582f0e2efa1b922a3fd2fbaadc5f87bab37"7057checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
7115dependencies = [7058dependencies = [
7116 "cfg-if 1.0.0",7059 "cfg-if 1.0.0",
7117 "libc",7060 "libc",
7118 "redox_syscall",7061 "redox_syscall 0.2.13",
7119 "smallvec",7062 "smallvec",
7120 "windows-sys",7063 "windows-sys",
7121]7064]
72637206
7264[[package]]7207[[package]]
7265name = "pin-project-lite"7208name = "pin-project-lite"
7266version = "0.2.8"7209version = "0.2.9"
7267source = "registry+https://github.com/rust-lang/crates.io-index"7210source = "registry+https://github.com/rust-lang/crates.io-index"
7268checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"7211checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
72697212
7270[[package]]7213[[package]]
7271name = "pin-utils"7214name = "pin-utils"
72987241
7299[[package]]7242[[package]]
7300name = "polkadot-approval-distribution"7243name = "polkadot-approval-distribution"
7301version = "0.9.18"7244version = "0.9.20"
7302source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7245source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7303dependencies = [7246dependencies = [
7304 "futures 0.3.21",7247 "futures 0.3.21",
7305 "polkadot-node-network-protocol",7248 "polkadot-node-network-protocol",
7306 "polkadot-node-primitives",7249 "polkadot-node-primitives",
7307 "polkadot-node-subsystem",7250 "polkadot-node-subsystem",
7308 "polkadot-node-subsystem-util",7251 "polkadot-node-subsystem-util",
7309 "polkadot-primitives",7252 "polkadot-primitives",
7310 "tracing",7253 "rand 0.8.5",
7254 "tracing-gum",
7311]7255]
73127256
7313[[package]]7257[[package]]
7314name = "polkadot-availability-bitfield-distribution"7258name = "polkadot-availability-bitfield-distribution"
7315version = "0.9.18"7259version = "0.9.20"
7316source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7260source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7317dependencies = [7261dependencies = [
7318 "futures 0.3.21",7262 "futures 0.3.21",
7319 "polkadot-node-network-protocol",7263 "polkadot-node-network-protocol",
7320 "polkadot-node-subsystem",7264 "polkadot-node-subsystem",
7321 "polkadot-node-subsystem-util",7265 "polkadot-node-subsystem-util",
7322 "polkadot-primitives",7266 "polkadot-primitives",
7323 "tracing",7267 "tracing-gum",
7324]7268]
73257269
7326[[package]]7270[[package]]
7327name = "polkadot-availability-distribution"7271name = "polkadot-availability-distribution"
7328version = "0.9.18"7272version = "0.9.20"
7329source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7273source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7330dependencies = [7274dependencies = [
7331 "derive_more",7275 "derive_more",
7332 "fatality",7276 "fatality",
7343 "sp-core",7287 "sp-core",
7344 "sp-keystore",7288 "sp-keystore",
7345 "thiserror",7289 "thiserror",
7346 "tracing",7290 "tracing-gum",
7347]7291]
73487292
7349[[package]]7293[[package]]
7350name = "polkadot-availability-recovery"7294name = "polkadot-availability-recovery"
7351version = "0.9.18"7295version = "0.9.20"
7352source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7296source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7353dependencies = [7297dependencies = [
7354 "fatality",7298 "fatality",
7355 "futures 0.3.21",7299 "futures 0.3.21",
7364 "rand 0.8.5",7308 "rand 0.8.5",
7365 "sc-network",7309 "sc-network",
7366 "thiserror",7310 "thiserror",
7367 "tracing",7311 "tracing-gum",
7368]7312]
73697313
7370[[package]]7314[[package]]
7371name = "polkadot-cli"7315name = "polkadot-cli"
7372version = "0.9.18"7316version = "0.9.20"
7373source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7317source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7374dependencies = [7318dependencies = [
7375 "clap",7319 "clap",
7376 "frame-benchmarking-cli",7320 "frame-benchmarking-cli",
7377 "futures 0.3.21",7321 "futures 0.3.21",
7378 "log",7322 "log",
7323 "polkadot-client",
7379 "polkadot-node-core-pvf",7324 "polkadot-node-core-pvf",
7380 "polkadot-node-metrics",7325 "polkadot-node-metrics",
7381 "polkadot-performance-test",7326 "polkadot-performance-test",
73927337
7393[[package]]7338[[package]]
7394name = "polkadot-client"7339name = "polkadot-client"
7395version = "0.9.18"7340version = "0.9.20"
7396source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7341source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7397dependencies = [7342dependencies = [
7398 "beefy-primitives",7343 "beefy-primitives",
7399 "frame-benchmarking",7344 "frame-benchmarking",
7345 "frame-benchmarking-cli",
7346 "frame-system",
7400 "frame-system-rpc-runtime-api",7347 "frame-system-rpc-runtime-api",
7401 "pallet-mmr-primitives",7348 "pallet-transaction-payment",
7402 "pallet-transaction-payment-rpc-runtime-api",7349 "pallet-transaction-payment-rpc-runtime-api",
7350 "polkadot-core-primitives",
7351 "polkadot-node-core-parachains-inherent",
7403 "polkadot-primitives",7352 "polkadot-primitives",
7404 "polkadot-runtime",7353 "polkadot-runtime",
7354 "polkadot-runtime-common",
7405 "sc-client-api",7355 "sc-client-api",
7406 "sc-consensus",7356 "sc-consensus",
7407 "sc-executor",7357 "sc-executor",
7412 "sp-blockchain",7362 "sp-blockchain",
7413 "sp-consensus",7363 "sp-consensus",
7414 "sp-consensus-babe",7364 "sp-consensus-babe",
7365 "sp-core",
7415 "sp-finality-grandpa",7366 "sp-finality-grandpa",
7367 "sp-inherents",
7368 "sp-keyring",
7369 "sp-mmr-primitives",
7416 "sp-offchain",7370 "sp-offchain",
7417 "sp-runtime",7371 "sp-runtime",
7418 "sp-session",7372 "sp-session",
7419 "sp-storage",7373 "sp-storage",
7374 "sp-timestamp",
7420 "sp-transaction-pool",7375 "sp-transaction-pool",
7421]7376]
74227377
7423[[package]]7378[[package]]
7424name = "polkadot-collator-protocol"7379name = "polkadot-collator-protocol"
7425version = "0.9.18"7380version = "0.9.20"
7426source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7381source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7427dependencies = [7382dependencies = [
7428 "always-assert",7383 "always-assert",
7429 "fatality",7384 "fatality",
7438 "sp-keystore",7393 "sp-keystore",
7439 "sp-runtime",7394 "sp-runtime",
7440 "thiserror",7395 "thiserror",
7441 "tracing",7396 "tracing-gum",
7442]7397]
74437398
7444[[package]]7399[[package]]
7445name = "polkadot-core-primitives"7400name = "polkadot-core-primitives"
7446version = "0.9.18"7401version = "0.9.20"
7447source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7402source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7448dependencies = [7403dependencies = [
7449 "parity-scale-codec",7404 "parity-scale-codec",
7450 "parity-util-mem",7405 "parity-util-mem",
74567411
7457[[package]]7412[[package]]
7458name = "polkadot-dispute-distribution"7413name = "polkadot-dispute-distribution"
7459version = "0.9.18"7414version = "0.9.20"
7460source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7415source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7461dependencies = [7416dependencies = [
7462 "derive_more",7417 "derive_more",
7463 "fatality",7418 "fatality",
7474 "sp-application-crypto",7429 "sp-application-crypto",
7475 "sp-keystore",7430 "sp-keystore",
7476 "thiserror",7431 "thiserror",
7477 "tracing",7432 "tracing-gum",
7478]7433]
74797434
7480[[package]]7435[[package]]
7481name = "polkadot-erasure-coding"7436name = "polkadot-erasure-coding"
7482version = "0.9.18"7437version = "0.9.20"
7483source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7438source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7484dependencies = [7439dependencies = [
7485 "parity-scale-codec",7440 "parity-scale-codec",
7486 "polkadot-node-primitives",7441 "polkadot-node-primitives",
74937448
7494[[package]]7449[[package]]
7495name = "polkadot-gossip-support"7450name = "polkadot-gossip-support"
7496version = "0.9.18"7451version = "0.9.20"
7497source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7452source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7498dependencies = [7453dependencies = [
7499 "futures 0.3.21",7454 "futures 0.3.21",
7500 "futures-timer",7455 "futures-timer",
7508 "sp-application-crypto",7463 "sp-application-crypto",
7509 "sp-core",7464 "sp-core",
7510 "sp-keystore",7465 "sp-keystore",
7511 "tracing",7466 "tracing-gum",
7512]7467]
75137468
7514[[package]]7469[[package]]
7515name = "polkadot-network-bridge"7470name = "polkadot-network-bridge"
7516version = "0.9.18"7471version = "0.9.20"
7517source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7472source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7518dependencies = [7473dependencies = [
7519 "async-trait",7474 "async-trait",
7520 "futures 0.3.21",7475 "futures 0.3.21",
7527 "polkadot-primitives",7482 "polkadot-primitives",
7528 "sc-network",7483 "sc-network",
7529 "sp-consensus",7484 "sp-consensus",
7530 "tracing",7485 "tracing-gum",
7531]7486]
75327487
7533[[package]]7488[[package]]
7534name = "polkadot-node-collation-generation"7489name = "polkadot-node-collation-generation"
7535version = "0.9.18"7490version = "0.9.20"
7536source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7491source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7537dependencies = [7492dependencies = [
7538 "futures 0.3.21",7493 "futures 0.3.21",
7539 "parity-scale-codec",7494 "parity-scale-codec",
7545 "sp-core",7500 "sp-core",
7546 "sp-maybe-compressed-blob",7501 "sp-maybe-compressed-blob",
7547 "thiserror",7502 "thiserror",
7548 "tracing",7503 "tracing-gum",
7549]7504]
75507505
7551[[package]]7506[[package]]
7552name = "polkadot-node-core-approval-voting"7507name = "polkadot-node-core-approval-voting"
7553version = "0.9.18"7508version = "0.9.20"
7554source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7509source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7555dependencies = [7510dependencies = [
7556 "bitvec",7511 "bitvec",
7557 "derive_more",7512 "derive_more",
7573 "sp-consensus",7528 "sp-consensus",
7574 "sp-consensus-slots",7529 "sp-consensus-slots",
7575 "sp-runtime",7530 "sp-runtime",
7576 "tracing",7531 "thiserror",
7532 "tracing-gum",
7577]7533]
75787534
7579[[package]]7535[[package]]
7580name = "polkadot-node-core-av-store"7536name = "polkadot-node-core-av-store"
7581version = "0.9.18"7537version = "0.9.20"
7582source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7538source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7583dependencies = [7539dependencies = [
7584 "bitvec",7540 "bitvec",
7585 "futures 0.3.21",7541 "futures 0.3.21",
7593 "polkadot-overseer",7549 "polkadot-overseer",
7594 "polkadot-primitives",7550 "polkadot-primitives",
7595 "thiserror",7551 "thiserror",
7596 "tracing",7552 "tracing-gum",
7597]7553]
75987554
7599[[package]]7555[[package]]
7600name = "polkadot-node-core-backing"7556name = "polkadot-node-core-backing"
7601version = "0.9.18"7557version = "0.9.20"
7602source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7558source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7603dependencies = [7559dependencies = [
7604 "bitvec",7560 "bitvec",
7605 "futures 0.3.21",7561 "futures 0.3.21",
7611 "polkadot-statement-table",7567 "polkadot-statement-table",
7612 "sp-keystore",7568 "sp-keystore",
7613 "thiserror",7569 "thiserror",
7614 "tracing",7570 "tracing-gum",
7615]7571]
76167572
7617[[package]]7573[[package]]
7618name = "polkadot-node-core-bitfield-signing"7574name = "polkadot-node-core-bitfield-signing"
7619version = "0.9.18"7575version = "0.9.20"
7620source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7576source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7621dependencies = [7577dependencies = [
7622 "futures 0.3.21",7578 "futures 0.3.21",
7623 "polkadot-node-subsystem",7579 "polkadot-node-subsystem",
7624 "polkadot-node-subsystem-util",7580 "polkadot-node-subsystem-util",
7625 "polkadot-primitives",7581 "polkadot-primitives",
7626 "sp-keystore",7582 "sp-keystore",
7627 "thiserror",7583 "thiserror",
7628 "tracing",7584 "tracing-gum",
7629 "wasm-timer",7585 "wasm-timer",
7630]7586]
76317587
7632[[package]]7588[[package]]
7633name = "polkadot-node-core-candidate-validation"7589name = "polkadot-node-core-candidate-validation"
7634version = "0.9.18"7590version = "0.9.20"
7635source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7591source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7636dependencies = [7592dependencies = [
7637 "async-trait",7593 "async-trait",
7638 "futures 0.3.21",7594 "futures 0.3.21",
7644 "polkadot-parachain",7600 "polkadot-parachain",
7645 "polkadot-primitives",7601 "polkadot-primitives",
7646 "sp-maybe-compressed-blob",7602 "sp-maybe-compressed-blob",
7647 "tracing",7603 "tracing-gum",
7648]7604]
76497605
7650[[package]]7606[[package]]
7651name = "polkadot-node-core-chain-api"7607name = "polkadot-node-core-chain-api"
7652version = "0.9.18"7608version = "0.9.20"
7653source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7609source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7654dependencies = [7610dependencies = [
7655 "futures 0.3.21",7611 "futures 0.3.21",
7656 "polkadot-node-subsystem",7612 "polkadot-node-subsystem",
7659 "sc-client-api",7615 "sc-client-api",
7660 "sc-consensus-babe",7616 "sc-consensus-babe",
7661 "sp-blockchain",7617 "sp-blockchain",
7662 "tracing",7618 "tracing-gum",
7663]7619]
76647620
7665[[package]]7621[[package]]
7666name = "polkadot-node-core-chain-selection"7622name = "polkadot-node-core-chain-selection"
7667version = "0.9.18"7623version = "0.9.20"
7668source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7624source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7669dependencies = [7625dependencies = [
7670 "futures 0.3.21",7626 "futures 0.3.21",
7671 "futures-timer",7627 "futures-timer",
7676 "polkadot-node-subsystem-util",7632 "polkadot-node-subsystem-util",
7677 "polkadot-primitives",7633 "polkadot-primitives",
7678 "thiserror",7634 "thiserror",
7679 "tracing",7635 "tracing-gum",
7680]7636]
76817637
7682[[package]]7638[[package]]
7683name = "polkadot-node-core-dispute-coordinator"7639name = "polkadot-node-core-dispute-coordinator"
7684version = "0.9.18"7640version = "0.9.20"
7685source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7641source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7686dependencies = [7642dependencies = [
7687 "fatality",7643 "fatality",
7688 "futures 0.3.21",7644 "futures 0.3.21",
7695 "polkadot-primitives",7651 "polkadot-primitives",
7696 "sc-keystore",7652 "sc-keystore",
7697 "thiserror",7653 "thiserror",
7698 "tracing",7654 "tracing-gum",
7699]7655]
77007656
7701[[package]]7657[[package]]
7702name = "polkadot-node-core-parachains-inherent"7658name = "polkadot-node-core-parachains-inherent"
7703version = "0.9.18"7659version = "0.9.20"
7704source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7660source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7705dependencies = [7661dependencies = [
7706 "async-trait",7662 "async-trait",
7707 "futures 0.3.21",7663 "futures 0.3.21",
7712 "sp-inherents",7668 "sp-inherents",
7713 "sp-runtime",7669 "sp-runtime",
7714 "thiserror",7670 "thiserror",
7715 "tracing",7671 "tracing-gum",
7716]7672]
77177673
7718[[package]]7674[[package]]
7719name = "polkadot-node-core-provisioner"7675name = "polkadot-node-core-provisioner"
7720version = "0.9.18"7676version = "0.9.20"
7721source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7677source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7722dependencies = [7678dependencies = [
7723 "bitvec",7679 "bitvec",
7724 "futures 0.3.21",7680 "futures 0.3.21",
7729 "polkadot-primitives",7685 "polkadot-primitives",
7730 "rand 0.8.5",7686 "rand 0.8.5",
7731 "thiserror",7687 "thiserror",
7732 "tracing",7688 "tracing-gum",
7733]7689]
77347690
7735[[package]]7691[[package]]
7736name = "polkadot-node-core-pvf"7692name = "polkadot-node-core-pvf"
7737version = "0.9.18"7693version = "0.9.20"
7738source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7694source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7739dependencies = [7695dependencies = [
7740 "always-assert",7696 "always-assert",
7741 "assert_matches",7697 "assert_matches",
7759 "sp-maybe-compressed-blob",7715 "sp-maybe-compressed-blob",
7760 "sp-tracing",7716 "sp-tracing",
7761 "sp-wasm-interface",7717 "sp-wasm-interface",
7762 "tracing",7718 "tracing-gum",
7763]7719]
77647720
7765[[package]]7721[[package]]
7766name = "polkadot-node-core-pvf-checker"7722name = "polkadot-node-core-pvf-checker"
7767version = "0.9.18"7723version = "0.9.20"
7768source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7724source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7769dependencies = [7725dependencies = [
7770 "futures 0.3.21",7726 "futures 0.3.21",
7771 "polkadot-node-primitives",7727 "polkadot-node-primitives",
7775 "polkadot-primitives",7731 "polkadot-primitives",
7776 "sp-keystore",7732 "sp-keystore",
7777 "thiserror",7733 "thiserror",
7778 "tracing",7734 "tracing-gum",
7779]7735]
77807736
7781[[package]]7737[[package]]
7782name = "polkadot-node-core-runtime-api"7738name = "polkadot-node-core-runtime-api"
7783version = "0.9.18"7739version = "0.9.20"
7784source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7740source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7785dependencies = [7741dependencies = [
7786 "futures 0.3.21",7742 "futures 0.3.21",
7787 "memory-lru",7743 "memory-lru",
7793 "sp-authority-discovery",7749 "sp-authority-discovery",
7794 "sp-consensus-babe",7750 "sp-consensus-babe",
7795 "sp-core",7751 "sp-core",
7796 "tracing",7752 "tracing-gum",
7797]7753]
77987754
7799[[package]]7755[[package]]
7800name = "polkadot-node-jaeger"7756name = "polkadot-node-jaeger"
7801version = "0.9.18"7757version = "0.9.20"
7802source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7758source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7803dependencies = [7759dependencies = [
7804 "async-std",7760 "async-std",
7805 "lazy_static",7761 "lazy_static",
78167772
7817[[package]]7773[[package]]
7818name = "polkadot-node-metrics"7774name = "polkadot-node-metrics"
7819version = "0.9.18"7775version = "0.9.20"
7820source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7776source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7821dependencies = [7777dependencies = [
7822 "bs58",7778 "bs58",
7823 "futures 0.3.21",7779 "futures 0.3.21",
7830 "sc-service",7786 "sc-service",
7831 "sc-tracing",7787 "sc-tracing",
7832 "substrate-prometheus-endpoint",7788 "substrate-prometheus-endpoint",
7833 "tracing",7789 "tracing-gum",
7834]7790]
78357791
7836[[package]]7792[[package]]
7837name = "polkadot-node-network-protocol"7793name = "polkadot-node-network-protocol"
7838version = "0.9.18"7794version = "0.9.20"
7839source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7795source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7840dependencies = [7796dependencies = [
7841 "async-trait",7797 "async-trait",
7842 "fatality",7798 "fatality",
78537809
7854[[package]]7810[[package]]
7855name = "polkadot-node-primitives"7811name = "polkadot-node-primitives"
7856version = "0.9.18"7812version = "0.9.20"
7857source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7813source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7858dependencies = [7814dependencies = [
7859 "bounded-vec",7815 "bounded-vec",
7860 "futures 0.3.21",7816 "futures 0.3.21",
78757831
7876[[package]]7832[[package]]
7877name = "polkadot-node-subsystem"7833name = "polkadot-node-subsystem"
7878version = "0.9.18"7834version = "0.9.20"
7879source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7835source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7880dependencies = [7836dependencies = [
7881 "polkadot-node-jaeger",7837 "polkadot-node-jaeger",
7882 "polkadot-node-subsystem-types",7838 "polkadot-node-subsystem-types",
78857841
7886[[package]]7842[[package]]
7887name = "polkadot-node-subsystem-types"7843name = "polkadot-node-subsystem-types"
7888version = "0.9.18"7844version = "0.9.20"
7889source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7845source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7890dependencies = [7846dependencies = [
7891 "derive_more",7847 "derive_more",
7892 "futures 0.3.21",7848 "futures 0.3.21",
79047860
7905[[package]]7861[[package]]
7906name = "polkadot-node-subsystem-util"7862name = "polkadot-node-subsystem-util"
7907version = "0.9.18"7863version = "0.9.20"
7908source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7864source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7909dependencies = [7865dependencies = [
7910 "async-trait",7866 "async-trait",
7911 "derive_more",7867 "derive_more",
7932 "sp-core",7888 "sp-core",
7933 "sp-keystore",7889 "sp-keystore",
7934 "thiserror",7890 "thiserror",
7935 "tracing",7891 "tracing-gum",
7936]7892]
79377893
7938[[package]]7894[[package]]
7939name = "polkadot-overseer"7895name = "polkadot-overseer"
7940version = "0.9.18"7896version = "0.9.20"
7941source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7897source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7942dependencies = [7898dependencies = [
7943 "futures 0.3.21",7899 "futures 0.3.21",
7944 "futures-timer",7900 "futures-timer",
7953 "polkadot-primitives",7909 "polkadot-primitives",
7954 "sc-client-api",7910 "sc-client-api",
7955 "sp-api",7911 "sp-api",
7956 "tracing",7912 "tracing-gum",
7957]7913]
79587914
7959[[package]]7915[[package]]
7960name = "polkadot-overseer-gen"7916name = "polkadot-overseer-gen"
7961version = "0.9.18"7917version = "0.9.20"
7962source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7918source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7963dependencies = [7919dependencies = [
7964 "async-trait",7920 "async-trait",
7965 "futures 0.3.21",7921 "futures 0.3.21",
7970 "polkadot-node-primitives",7926 "polkadot-node-primitives",
7971 "polkadot-overseer-gen-proc-macro",7927 "polkadot-overseer-gen-proc-macro",
7972 "thiserror",7928 "thiserror",
7973 "tracing",7929 "tracing-gum",
7974]7930]
79757931
7976[[package]]7932[[package]]
7977name = "polkadot-overseer-gen-proc-macro"7933name = "polkadot-overseer-gen-proc-macro"
7978version = "0.9.18"7934version = "0.9.20"
7979source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7935source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7980dependencies = [7936dependencies = [
7981 "expander 0.0.5",7937 "expander 0.0.6",
7982 "proc-macro-crate 1.1.3",7938 "proc-macro-crate 1.1.3",
7983 "proc-macro2",7939 "proc-macro2",
7984 "quote",7940 "quote",
79877943
7988[[package]]7944[[package]]
7989name = "polkadot-parachain"7945name = "polkadot-parachain"
7990version = "0.9.18"7946version = "0.9.20"
7991source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7947source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
7992dependencies = [7948dependencies = [
7993 "derive_more",7949 "derive_more",
7994 "frame-support",7950 "frame-support",
80047960
8005[[package]]7961[[package]]
8006name = "polkadot-performance-test"7962name = "polkadot-performance-test"
8007version = "0.9.18"7963version = "0.9.20"
8008source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7964source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
8009dependencies = [7965dependencies = [
8010 "env_logger",7966 "env_logger",
8011 "kusama-runtime",7967 "kusama-runtime",
80197975
8020[[package]]7976[[package]]
8021name = "polkadot-primitives"7977name = "polkadot-primitives"
8022version = "0.9.18"7978version = "0.9.20"
8023source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7979source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
8024dependencies = [7980dependencies = [
8025 "bitvec",7981 "bitvec",
8026 "frame-system",7982 "frame-system",
80498005
8050[[package]]8006[[package]]
8051name = "polkadot-rpc"8007name = "polkadot-rpc"
8052version = "0.9.18"8008version = "0.9.20"
8053source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8009source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
8054dependencies = [8010dependencies = [
8055 "beefy-gadget",8011 "beefy-gadget",
8056 "beefy-gadget-rpc",8012 "beefy-gadget-rpc",
8076 "sp-keystore",8032 "sp-keystore",
8077 "sp-runtime",8033 "sp-runtime",
8078 "substrate-frame-rpc-system",8034 "substrate-frame-rpc-system",
8035 "substrate-state-trie-migration-rpc",
8079]8036]
80808037
8081[[package]]8038[[package]]
8082name = "polkadot-runtime"8039name = "polkadot-runtime"
8083version = "0.9.18"8040version = "0.9.20"
8084source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8041source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
8085dependencies = [8042dependencies = [
8086 "beefy-primitives",8043 "beefy-primitives",
8087 "bitvec",8044 "bitvec",
8101 "pallet-bags-list",8058 "pallet-bags-list",
8102 "pallet-balances",8059 "pallet-balances",
8103 "pallet-bounties",8060 "pallet-bounties",
8061 "pallet-child-bounties",
8104 "pallet-collective",8062 "pallet-collective",
8105 "pallet-democracy",8063 "pallet-democracy",
8106 "pallet-election-provider-multi-phase",8064 "pallet-election-provider-multi-phase",
8065 "pallet-election-provider-support-benchmarking",
8107 "pallet-elections-phragmen",8066 "pallet-elections-phragmen",
8108 "pallet-grandpa",8067 "pallet-grandpa",
8109 "pallet-identity",8068 "pallet-identity",
8110 "pallet-im-online",8069 "pallet-im-online",
8111 "pallet-indices",8070 "pallet-indices",
8112 "pallet-membership",8071 "pallet-membership",
8113 "pallet-mmr-primitives",
8114 "pallet-multisig",8072 "pallet-multisig",
8115 "pallet-nicks",8073 "pallet-nicks",
8116 "pallet-offences",8074 "pallet-offences",
8147 "sp-core",8105 "sp-core",
8148 "sp-inherents",8106 "sp-inherents",
8149 "sp-io",8107 "sp-io",
8108 "sp-mmr-primitives",
8150 "sp-npos-elections",8109 "sp-npos-elections",
8151 "sp-offchain",8110 "sp-offchain",
8152 "sp-runtime",8111 "sp-runtime",
81648123
8165[[package]]8124[[package]]
8166name = "polkadot-runtime-common"8125name = "polkadot-runtime-common"
8167version = "0.9.18"8126version = "0.9.20"
8168source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8127source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
8169dependencies = [8128dependencies = [
8170 "beefy-primitives",8129 "beefy-primitives",
8171 "bitvec",8130 "bitvec",
8174 "frame-support",8133 "frame-support",
8175 "frame-system",8134 "frame-system",
8176 "impl-trait-for-tuples",8135 "impl-trait-for-tuples",
8177 "libsecp256k1 0.7.0",8136 "libsecp256k1",
8178 "log",8137 "log",
8179 "pallet-authorship",8138 "pallet-authorship",
8180 "pallet-babe",8139 "pallet-babe",
82118170
8212[[package]]8171[[package]]
8213name = "polkadot-runtime-constants"8172name = "polkadot-runtime-constants"
8214version = "0.9.18"8173version = "0.9.20"
8215source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8174source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
8216dependencies = [8175dependencies = [
8217 "frame-support",8176 "frame-support",
8218 "polkadot-primitives",8177 "polkadot-primitives",
82238182
8224[[package]]8183[[package]]
8225name = "polkadot-runtime-metrics"8184name = "polkadot-runtime-metrics"
8226version = "0.9.18"8185version = "0.9.20"
8227source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8186source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
8228dependencies = [8187dependencies = [
8229 "bs58",8188 "bs58",
8230 "parity-scale-codec",8189 "parity-scale-codec",
82358194
8236[[package]]8195[[package]]
8237name = "polkadot-runtime-parachains"8196name = "polkadot-runtime-parachains"
8238version = "0.9.18"8197version = "0.9.20"
8239source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8198source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
8240dependencies = [8199dependencies = [
8241 "bitflags",8200 "bitflags",
8242 "bitvec",8201 "bitvec",
8262 "scale-info",8221 "scale-info",
8263 "serde",8222 "serde",
8264 "sp-api",8223 "sp-api",
8224 "sp-application-crypto",
8265 "sp-core",8225 "sp-core",
8266 "sp-inherents",8226 "sp-inherents",
8267 "sp-io",8227 "sp-io",
82778237
8278[[package]]8238[[package]]
8279name = "polkadot-service"8239name = "polkadot-service"
8280version = "0.9.18"8240version = "0.9.20"
8281source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8241source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
8282dependencies = [8242dependencies = [
8283 "async-trait",8243 "async-trait",
8284 "beefy-gadget",8244 "beefy-gadget",
8292 "lru 0.7.5",8252 "lru 0.7.5",
8293 "pallet-babe",8253 "pallet-babe",
8294 "pallet-im-online",8254 "pallet-im-online",
8295 "pallet-mmr-primitives",
8296 "pallet-staking",8255 "pallet-staking",
8297 "pallet-transaction-payment-rpc-runtime-api",8256 "pallet-transaction-payment-rpc-runtime-api",
8298 "parity-db",8257 "parity-db",
8372 "sp-trie",8331 "sp-trie",
8373 "substrate-prometheus-endpoint",8332 "substrate-prometheus-endpoint",
8374 "thiserror",8333 "thiserror",
8375 "tracing",8334 "tracing-gum",
8376 "westend-runtime",8335 "westend-runtime",
8377]8336]
83788337
8379[[package]]8338[[package]]
8380name = "polkadot-statement-distribution"8339name = "polkadot-statement-distribution"
8381version = "0.9.18"8340version = "0.9.20"
8382source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8341source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
8383dependencies = [8342dependencies = [
8384 "arrayvec 0.5.2",8343 "arrayvec 0.5.2",
8385 "fatality",8344 "fatality",
8394 "sp-keystore",8353 "sp-keystore",
8395 "sp-staking",8354 "sp-staking",
8396 "thiserror",8355 "thiserror",
8397 "tracing",8356 "tracing-gum",
8398]8357]
83998358
8400[[package]]8359[[package]]
8401name = "polkadot-statement-table"8360name = "polkadot-statement-table"
8402version = "0.9.18"8361version = "0.9.20"
8403source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8362source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
8404dependencies = [8363dependencies = [
8405 "parity-scale-codec",8364 "parity-scale-codec",
8406 "polkadot-primitives",8365 "polkadot-primitives",
84098368
8410[[package]]8369[[package]]
8411name = "polkadot-test-runtime"8370name = "polkadot-test-runtime"
8412version = "0.9.18"8371version = "0.9.20"
8413source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8372source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
8414dependencies = [8373dependencies = [
8415 "beefy-primitives",8374 "beefy-primitives",
8416 "bitvec",8375 "bitvec",
8426 "pallet-balances",8385 "pallet-balances",
8427 "pallet-grandpa",8386 "pallet-grandpa",
8428 "pallet-indices",8387 "pallet-indices",
8429 "pallet-mmr-primitives",
8430 "pallet-nicks",8388 "pallet-nicks",
8431 "pallet-offences",8389 "pallet-offences",
8432 "pallet-session",8390 "pallet-session",
8455 "sp-core",8413 "sp-core",
8456 "sp-inherents",8414 "sp-inherents",
8457 "sp-io",8415 "sp-io",
8416 "sp-mmr-primitives",
8458 "sp-offchain",8417 "sp-offchain",
8459 "sp-runtime",8418 "sp-runtime",
8460 "sp-session",8419 "sp-session",
84718430
8472[[package]]8431[[package]]
8473name = "polkadot-test-service"8432name = "polkadot-test-service"
8474version = "0.9.18"8433version = "0.9.20"
8475source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8434source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
8476dependencies = [8435dependencies = [
8477 "frame-benchmarking",8436 "frame-benchmarking",
8478 "frame-system",8437 "frame-system",
8519 "substrate-test-client",8478 "substrate-test-client",
8520 "tempfile",8479 "tempfile",
8521 "test-runtime-constants",8480 "test-runtime-constants",
8522 "tokio 1.17.0",8481 "tokio 1.18.1",
8523 "tracing",8482 "tracing-gum",
8524]8483]
85258484
8526[[package]]8485[[package]]
8566checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"8525checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
85678526
8568[[package]]8527[[package]]
8528name = "prettytable-rs"
8529version = "0.8.0"
8530source = "registry+https://github.com/rust-lang/crates.io-index"
8531checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"
8532dependencies = [
8533 "atty",
8534 "csv",
8535 "encode_unicode",
8536 "lazy_static",
8537 "term",
8538 "unicode-width",
8539]
8540
8541[[package]]
8569name = "primitive-types"8542name = "primitive-types"
8570version = "0.11.1"8543version = "0.11.1"
8571source = "registry+https://github.com/rust-lang/crates.io-index"8544source = "registry+https://github.com/rust-lang/crates.io-index"
86248597
8625[[package]]8598[[package]]
8626name = "proc-macro2"8599name = "proc-macro2"
8627version = "1.0.37"8600version = "1.0.38"
8628source = "registry+https://github.com/rust-lang/crates.io-index"8601source = "registry+https://github.com/rust-lang/crates.io-index"
8629checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"8602checksum = "9027b48e9d4c9175fa2218adf3557f91c1137021739951d4932f5f8268ac48aa"
8630dependencies = [8603dependencies = [
8631 "unicode-xid",8604 "unicode-xid",
8632]8605]
88058778
8806[[package]]8779[[package]]
8807name = "quote"8780name = "quote"
8808version = "1.0.17"8781version = "1.0.18"
8809source = "registry+https://github.com/rust-lang/crates.io-index"8782source = "registry+https://github.com/rust-lang/crates.io-index"
8810checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58"8783checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
8811dependencies = [8784dependencies = [
8812 "proc-macro2",8785 "proc-macro2",
8813]8786]
8829 "rand_chacha 0.2.2",8802 "rand_chacha 0.2.2",
8830 "rand_core 0.5.1",8803 "rand_core 0.5.1",
8831 "rand_hc",8804 "rand_hc",
8832 "rand_pcg",8805 "rand_pcg 0.2.1",
8833]8806]
88348807
8835[[package]]8808[[package]]
8910]8883]
89118884
8912[[package]]8885[[package]]
8886name = "rand_pcg"
8887version = "0.3.1"
8888source = "registry+https://github.com/rust-lang/crates.io-index"
8889checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
8890dependencies = [
8891 "rand_core 0.6.3",
8892]
8893
8894[[package]]
8913name = "rawpointer"8895name = "rawpointer"
8914version = "0.2.1"8896version = "0.2.1"
8915source = "registry+https://github.com/rust-lang/crates.io-index"8897source = "registry+https://github.com/rust-lang/crates.io-index"
8916checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"8898checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
89178899
8918[[package]]8900[[package]]
8919name = "rayon"8901name = "rayon"
8920version = "1.5.1"8902version = "1.5.2"
8921source = "registry+https://github.com/rust-lang/crates.io-index"8903source = "registry+https://github.com/rust-lang/crates.io-index"
8922checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8904checksum = "fd249e82c21598a9a426a4e00dd7adc1d640b22445ec8545feef801d1a74c221"
8923dependencies = [8905dependencies = [
8924 "autocfg",8906 "autocfg",
8925 "crossbeam-deque",8907 "crossbeam-deque",
89298911
8930[[package]]8912[[package]]
8931name = "rayon-core"8913name = "rayon-core"
8932version = "1.9.1"8914version = "1.9.2"
8933source = "registry+https://github.com/rust-lang/crates.io-index"8915source = "registry+https://github.com/rust-lang/crates.io-index"
8934checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8916checksum = "9f51245e1e62e1f1629cbfec37b5793bbabcaeb90f30e94d2ba03564687353e4"
8935dependencies = [8917dependencies = [
8936 "crossbeam-channel",8918 "crossbeam-channel",
8937 "crossbeam-deque",8919 "crossbeam-deque",
8938 "crossbeam-utils",8920 "crossbeam-utils",
8939 "lazy_static",
8940 "num_cpus",8921 "num_cpus",
8941]8922]
89428923
8943[[package]]8924[[package]]
8944name = "redox_syscall"8925name = "redox_syscall"
8926version = "0.1.57"
8927source = "registry+https://github.com/rust-lang/crates.io-index"
8928checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
8929
8930[[package]]
8931name = "redox_syscall"
8945version = "0.2.13"8932version = "0.2.13"
8946source = "registry+https://github.com/rust-lang/crates.io-index"8933source = "registry+https://github.com/rust-lang/crates.io-index"
8947checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"8934checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
89518938
8952[[package]]8939[[package]]
8953name = "redox_users"8940name = "redox_users"
8941version = "0.3.5"
8942source = "registry+https://github.com/rust-lang/crates.io-index"
8943checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
8944dependencies = [
8945 "getrandom 0.1.16",
8946 "redox_syscall 0.1.57",
8947 "rust-argon2",
8948]
8949
8950[[package]]
8951name = "redox_users"
8954version = "0.4.3"8952version = "0.4.3"
8955source = "registry+https://github.com/rust-lang/crates.io-index"8953source = "registry+https://github.com/rust-lang/crates.io-index"
8956checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8954checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
8957dependencies = [8955dependencies = [
8958 "getrandom 0.2.6",8956 "getrandom 0.2.6",
8959 "redox_syscall",8957 "redox_syscall 0.2.13",
8960 "thiserror",8958 "thiserror",
8961]8959]
89628960
89758973
8976[[package]]8974[[package]]
8977name = "ref-cast"8975name = "ref-cast"
8978version = "1.0.6"8976version = "1.0.7"
8979source = "registry+https://github.com/rust-lang/crates.io-index"8977source = "registry+https://github.com/rust-lang/crates.io-index"
8980checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"8978checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab"
8981dependencies = [8979dependencies = [
8982 "ref-cast-impl",8980 "ref-cast-impl",
8983]8981]
89848982
8985[[package]]8983[[package]]
8986name = "ref-cast-impl"8984name = "ref-cast-impl"
8987version = "1.0.6"8985version = "1.0.7"
8988source = "registry+https://github.com/rust-lang/crates.io-index"8986source = "registry+https://github.com/rust-lang/crates.io-index"
8989checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"8987checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f"
8990dependencies = [8988dependencies = [
8991 "proc-macro2",8989 "proc-macro2",
8992 "quote",8990 "quote",
89958993
8996[[package]]8994[[package]]
8997name = "regalloc"8995name = "regalloc"
8998version = "0.0.33"8996version = "0.0.34"
8999source = "registry+https://github.com/rust-lang/crates.io-index"8997source = "registry+https://github.com/rust-lang/crates.io-index"
9000checksum = "7d808cff91dfca7b239d40b972ba628add94892b1d9e19a842aedc5cfae8ab1a"8998checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"
9001dependencies = [8999dependencies = [
9002 "log",9000 "log",
9003 "rustc-hash",9001 "rustc-hash",
9045[[package]]9043[[package]]
9046name = "remote-externalities"9044name = "remote-externalities"
9047version = "0.10.0-dev"9045version = "0.10.0-dev"
9048source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9046source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9049dependencies = [9047dependencies = [
9050 "env_logger",9048 "env_logger",
9051 "jsonrpsee 0.8.0",9049 "jsonrpsee",
9052 "log",9050 "log",
9053 "parity-scale-codec",9051 "parity-scale-codec",
9054 "serde",9052 "serde",
91329130
9133[[package]]9131[[package]]
9134name = "rococo-runtime"9132name = "rococo-runtime"
9135version = "0.9.18"9133version = "0.9.20"
9136source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9134source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
9137dependencies = [9135dependencies = [
9136 "beefy-merkle-tree",
9138 "beefy-primitives",9137 "beefy-primitives",
9139 "bp-messages",9138 "bp-messages",
9140 "bp-rococo",9139 "bp-rococo",
9145 "frame-executive",9144 "frame-executive",
9146 "frame-support",9145 "frame-support",
9147 "frame-system",9146 "frame-system",
9147 "frame-system-benchmarking",
9148 "frame-system-rpc-runtime-api",9148 "frame-system-rpc-runtime-api",
9149 "hex-literal",9149 "hex-literal",
9150 "log",9150 "log",
9163 "pallet-indices",9163 "pallet-indices",
9164 "pallet-membership",9164 "pallet-membership",
9165 "pallet-mmr",9165 "pallet-mmr",
9166 "pallet-mmr-primitives",
9167 "pallet-multisig",9166 "pallet-multisig",
9168 "pallet-offences",9167 "pallet-offences",
9169 "pallet-proxy",9168 "pallet-proxy",
9192 "sp-core",9191 "sp-core",
9193 "sp-inherents",9192 "sp-inherents",
9194 "sp-io",9193 "sp-io",
9194 "sp-mmr-primitives",
9195 "sp-offchain",9195 "sp-offchain",
9196 "sp-runtime",9196 "sp-runtime",
9197 "sp-session",9197 "sp-session",
92079207
9208[[package]]9208[[package]]
9209name = "rococo-runtime-constants"9209name = "rococo-runtime-constants"
9210version = "0.9.18"9210version = "0.9.20"
9211source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9211source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
9212dependencies = [9212dependencies = [
9213 "frame-support",9213 "frame-support",
9214 "polkadot-primitives",9214 "polkadot-primitives",
9228]9228]
92299229
9230[[package]]9230[[package]]
9231name = "rust-argon2"
9232version = "0.8.3"
9233source = "registry+https://github.com/rust-lang/crates.io-index"
9234checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
9235dependencies = [
9236 "base64",
9237 "blake2b_simd",
9238 "constant_time_eq",
9239 "crossbeam-utils",
9240]
9241
9242[[package]]
9231name = "rustc-demangle"9243name = "rustc-demangle"
9232version = "0.1.21"9244version = "0.1.21"
9233source = "registry+https://github.com/rust-lang/crates.io-index"9245source = "registry+https://github.com/rust-lang/crates.io-index"
9269source = "registry+https://github.com/rust-lang/crates.io-index"9281source = "registry+https://github.com/rust-lang/crates.io-index"
9270checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9282checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
9271dependencies = [9283dependencies = [
9272 "semver 1.0.7",9284 "semver 1.0.9",
9273]9285]
92749286
9275[[package]]9287[[package]]
9276name = "rustix"9288name = "rustix"
9277version = "0.31.3"9289version = "0.33.7"
9278source = "registry+https://github.com/rust-lang/crates.io-index"9290source = "registry+https://github.com/rust-lang/crates.io-index"
9279checksum = "b2dcfc2778a90e38f56a708bfc90572422e11d6c7ee233d053d1f782cf9df6d2"9291checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"
9280dependencies = [9292dependencies = [
9281 "bitflags",9293 "bitflags",
9282 "errno",9294 "errno",
93259337
9326[[package]]9338[[package]]
9327name = "rustls-native-certs"9339name = "rustls-native-certs"
9328version = "0.6.1"9340version = "0.6.2"
9329source = "registry+https://github.com/rust-lang/crates.io-index"9341source = "registry+https://github.com/rust-lang/crates.io-index"
9330checksum = "5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943"9342checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
9331dependencies = [9343dependencies = [
9332 "openssl-probe",9344 "openssl-probe",
9333 "rustls-pemfile",9345 "rustls-pemfile",
93379349
9338[[package]]9350[[package]]
9339name = "rustls-pemfile"9351name = "rustls-pemfile"
9340version = "0.2.1"9352version = "1.0.0"
9341source = "registry+https://github.com/rust-lang/crates.io-index"9353source = "registry+https://github.com/rust-lang/crates.io-index"
9342checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"9354checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"
9343dependencies = [9355dependencies = [
9344 "base64",9356 "base64",
9345]9357]
9397[[package]]9409[[package]]
9398name = "sc-allocator"9410name = "sc-allocator"
9399version = "4.1.0-dev"9411version = "4.1.0-dev"
9400source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9412source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9401dependencies = [9413dependencies = [
9402 "log",9414 "log",
9403 "sp-core",9415 "sp-core",
9408[[package]]9420[[package]]
9409name = "sc-authority-discovery"9421name = "sc-authority-discovery"
9410version = "0.10.0-dev"9422version = "0.10.0-dev"
9411source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9423source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9412dependencies = [9424dependencies = [
9413 "async-trait",9425 "async-trait",
9414 "futures 0.3.21",9426 "futures 0.3.21",
9435[[package]]9447[[package]]
9436name = "sc-basic-authorship"9448name = "sc-basic-authorship"
9437version = "0.10.0-dev"9449version = "0.10.0-dev"
9438source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9450source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9439dependencies = [9451dependencies = [
9440 "futures 0.3.21",9452 "futures 0.3.21",
9441 "futures-timer",9453 "futures-timer",
9458[[package]]9470[[package]]
9459name = "sc-block-builder"9471name = "sc-block-builder"
9460version = "0.10.0-dev"9472version = "0.10.0-dev"
9461source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9473source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9462dependencies = [9474dependencies = [
9463 "parity-scale-codec",9475 "parity-scale-codec",
9464 "sc-client-api",9476 "sc-client-api",
9474[[package]]9486[[package]]
9475name = "sc-chain-spec"9487name = "sc-chain-spec"
9476version = "4.0.0-dev"9488version = "4.0.0-dev"
9477source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9489source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9478dependencies = [9490dependencies = [
9479 "impl-trait-for-tuples",9491 "impl-trait-for-tuples",
9480 "memmap2 0.5.3",9492 "memmap2 0.5.3",
9491[[package]]9503[[package]]
9492name = "sc-chain-spec-derive"9504name = "sc-chain-spec-derive"
9493version = "4.0.0-dev"9505version = "4.0.0-dev"
9494source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9506source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9495dependencies = [9507dependencies = [
9496 "proc-macro-crate 1.1.3",9508 "proc-macro-crate 1.1.3",
9497 "proc-macro2",9509 "proc-macro2",
9502[[package]]9514[[package]]
9503name = "sc-cli"9515name = "sc-cli"
9504version = "0.10.0-dev"9516version = "0.10.0-dev"
9505source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9517source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9506dependencies = [9518dependencies = [
9507 "chrono",9519 "chrono",
9508 "clap",9520 "clap",
9534 "sp-version",9546 "sp-version",
9535 "thiserror",9547 "thiserror",
9536 "tiny-bip39",9548 "tiny-bip39",
9537 "tokio 1.17.0",9549 "tokio 1.18.1",
9538]9550]
95399551
9540[[package]]9552[[package]]
9541name = "sc-client-api"9553name = "sc-client-api"
9542version = "4.0.0-dev"9554version = "4.0.0-dev"
9543source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9555source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9544dependencies = [9556dependencies = [
9545 "fnv",9557 "fnv",
9546 "futures 0.3.21",9558 "futures 0.3.21",
9568[[package]]9580[[package]]
9569name = "sc-client-db"9581name = "sc-client-db"
9570version = "0.10.0-dev"9582version = "0.10.0-dev"
9571source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9583source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9572dependencies = [9584dependencies = [
9573 "hash-db",9585 "hash-db",
9574 "kvdb",9586 "kvdb",
9593[[package]]9605[[package]]
9594name = "sc-consensus"9606name = "sc-consensus"
9595version = "0.10.0-dev"9607version = "0.10.0-dev"
9596source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9608source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9597dependencies = [9609dependencies = [
9598 "async-trait",9610 "async-trait",
9599 "futures 0.3.21",9611 "futures 0.3.21",
9617[[package]]9629[[package]]
9618name = "sc-consensus-aura"9630name = "sc-consensus-aura"
9619version = "0.10.0-dev"9631version = "0.10.0-dev"
9620source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9632source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9621dependencies = [9633dependencies = [
9622 "async-trait",9634 "async-trait",
9623 "futures 0.3.21",9635 "futures 0.3.21",
9646[[package]]9658[[package]]
9647name = "sc-consensus-babe"9659name = "sc-consensus-babe"
9648version = "0.10.0-dev"9660version = "0.10.0-dev"
9649source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9661source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9650dependencies = [9662dependencies = [
9651 "async-trait",9663 "async-trait",
9652 "fork-tree",9664 "fork-tree",
9689[[package]]9701[[package]]
9690name = "sc-consensus-babe-rpc"9702name = "sc-consensus-babe-rpc"
9691version = "0.10.0-dev"9703version = "0.10.0-dev"
9692source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9704source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9693dependencies = [9705dependencies = [
9694 "futures 0.3.21",9706 "futures 0.3.21",
9695 "jsonrpc-core",9707 "jsonrpc-core",
9713[[package]]9725[[package]]
9714name = "sc-consensus-epochs"9726name = "sc-consensus-epochs"
9715version = "0.10.0-dev"9727version = "0.10.0-dev"
9716source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9728source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9717dependencies = [9729dependencies = [
9718 "fork-tree",9730 "fork-tree",
9719 "parity-scale-codec",9731 "parity-scale-codec",
9726[[package]]9738[[package]]
9727name = "sc-consensus-manual-seal"9739name = "sc-consensus-manual-seal"
9728version = "0.10.0-dev"9740version = "0.10.0-dev"
9729source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9741source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9730dependencies = [9742dependencies = [
9731 "assert_matches",9743 "assert_matches",
9732 "async-trait",9744 "async-trait",
9762[[package]]9774[[package]]
9763name = "sc-consensus-slots"9775name = "sc-consensus-slots"
9764version = "0.10.0-dev"9776version = "0.10.0-dev"
9765source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9777source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9766dependencies = [9778dependencies = [
9767 "async-trait",9779 "async-trait",
9768 "futures 0.3.21",9780 "futures 0.3.21",
9787[[package]]9799[[package]]
9788name = "sc-consensus-uncles"9800name = "sc-consensus-uncles"
9789version = "0.10.0-dev"9801version = "0.10.0-dev"
9790source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9802source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9791dependencies = [9803dependencies = [
9792 "sc-client-api",9804 "sc-client-api",
9793 "sp-authorship",9805 "sp-authorship",
9798[[package]]9810[[package]]
9799name = "sc-executor"9811name = "sc-executor"
9800version = "0.10.0-dev"9812version = "0.10.0-dev"
9801source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9813source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9802dependencies = [9814dependencies = [
9803 "lazy_static",9815 "lazy_static",
9804 "lru 0.6.6",9816 "lru 0.7.5",
9805 "parity-scale-codec",9817 "parity-scale-codec",
9806 "parking_lot 0.12.0",9818 "parking_lot 0.12.0",
9807 "sc-executor-common",9819 "sc-executor-common",
9825[[package]]9837[[package]]
9826name = "sc-executor-common"9838name = "sc-executor-common"
9827version = "0.10.0-dev"9839version = "0.10.0-dev"
9828source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9840source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9829dependencies = [9841dependencies = [
9830 "environmental",9842 "environmental",
9831 "parity-scale-codec",9843 "parity-scale-codec",
9842[[package]]9854[[package]]
9843name = "sc-executor-wasmi"9855name = "sc-executor-wasmi"
9844version = "0.10.0-dev"9856version = "0.10.0-dev"
9845source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9857source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9846dependencies = [9858dependencies = [
9847 "log",9859 "log",
9848 "parity-scale-codec",9860 "parity-scale-codec",
9858[[package]]9870[[package]]
9859name = "sc-executor-wasmtime"9871name = "sc-executor-wasmtime"
9860version = "0.10.0-dev"9872version = "0.10.0-dev"
9861source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9873source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9862dependencies = [9874dependencies = [
9863 "cfg-if 1.0.0",9875 "cfg-if 1.0.0",
9864 "libc",9876 "libc",
9876[[package]]9888[[package]]
9877name = "sc-finality-grandpa"9889name = "sc-finality-grandpa"
9878version = "0.10.0-dev"9890version = "0.10.0-dev"
9879source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9891source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9880dependencies = [9892dependencies = [
9881 "ahash",9893 "ahash",
9882 "async-trait",9894 "async-trait",
9916[[package]]9928[[package]]
9917name = "sc-finality-grandpa-rpc"9929name = "sc-finality-grandpa-rpc"
9918version = "0.10.0-dev"9930version = "0.10.0-dev"
9919source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9931source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9920dependencies = [9932dependencies = [
9921 "finality-grandpa",9933 "finality-grandpa",
9922 "futures 0.3.21",9934 "futures 0.3.21",
9940[[package]]9952[[package]]
9941name = "sc-informant"9953name = "sc-informant"
9942version = "0.10.0-dev"9954version = "0.10.0-dev"
9943source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9955source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9944dependencies = [9956dependencies = [
9945 "ansi_term",9957 "ansi_term",
9946 "futures 0.3.21",9958 "futures 0.3.21",
9957[[package]]9969[[package]]
9958name = "sc-keystore"9970name = "sc-keystore"
9959version = "4.0.0-dev"9971version = "4.0.0-dev"
9960source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9972source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9961dependencies = [9973dependencies = [
9962 "async-trait",9974 "async-trait",
9963 "hex",9975 "hex",
9972[[package]]9984[[package]]
9973name = "sc-network"9985name = "sc-network"
9974version = "0.10.0-dev"9986version = "0.10.0-dev"
9975source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9987source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
9976dependencies = [9988dependencies = [
9977 "async-trait",9989 "async-trait",
9978 "asynchronous-codec 0.5.0",9990 "asynchronous-codec 0.5.0",
10021[[package]]10033[[package]]
10022name = "sc-network-gossip"10034name = "sc-network-gossip"
10023version = "0.10.0-dev"10035version = "0.10.0-dev"
10024source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10036source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10025dependencies = [10037dependencies = [
10026 "ahash",10038 "ahash",
10027 "futures 0.3.21",10039 "futures 0.3.21",
10038[[package]]10050[[package]]
10039name = "sc-offchain"10051name = "sc-offchain"
10040version = "4.0.0-dev"10052version = "4.0.0-dev"
10041source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10053source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10042dependencies = [10054dependencies = [
10043 "bytes 1.1.0",10055 "bytes 1.1.0",
10044 "fnv",10056 "fnv",
10066[[package]]10078[[package]]
10067name = "sc-peerset"10079name = "sc-peerset"
10068version = "4.0.0-dev"10080version = "4.0.0-dev"
10069source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10081source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10070dependencies = [10082dependencies = [
10071 "futures 0.3.21",10083 "futures 0.3.21",
10072 "libp2p",10084 "libp2p",
10079[[package]]10091[[package]]
10080name = "sc-proposer-metrics"10092name = "sc-proposer-metrics"
10081version = "0.10.0-dev"10093version = "0.10.0-dev"
10082source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10094source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10083dependencies = [10095dependencies = [
10084 "log",10096 "log",
10085 "substrate-prometheus-endpoint",10097 "substrate-prometheus-endpoint",
10088[[package]]10100[[package]]
10089name = "sc-rpc"10101name = "sc-rpc"
10090version = "4.0.0-dev"10102version = "4.0.0-dev"
10091source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10103source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10092dependencies = [10104dependencies = [
10093 "futures 0.3.21",10105 "futures 0.3.21",
10094 "hash-db",10106 "hash-db",
10119[[package]]10131[[package]]
10120name = "sc-rpc-api"10132name = "sc-rpc-api"
10121version = "0.10.0-dev"10133version = "0.10.0-dev"
10122source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10134source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10123dependencies = [10135dependencies = [
10124 "futures 0.3.21",10136 "futures 0.3.21",
10125 "jsonrpc-core",10137 "jsonrpc-core",
10131 "parking_lot 0.12.0",10143 "parking_lot 0.12.0",
10132 "sc-chain-spec",10144 "sc-chain-spec",
10133 "sc-transaction-pool-api",10145 "sc-transaction-pool-api",
10146 "scale-info",
10134 "serde",10147 "serde",
10135 "serde_json",10148 "serde_json",
10136 "sp-core",10149 "sp-core",
10144[[package]]10157[[package]]
10145name = "sc-rpc-server"10158name = "sc-rpc-server"
10146version = "4.0.0-dev"10159version = "4.0.0-dev"
10147source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10160source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10148dependencies = [10161dependencies = [
10149 "futures 0.3.21",10162 "futures 0.3.21",
10150 "jsonrpc-core",10163 "jsonrpc-core",
10155 "log",10168 "log",
10156 "serde_json",10169 "serde_json",
10157 "substrate-prometheus-endpoint",10170 "substrate-prometheus-endpoint",
10158 "tokio 1.17.0",10171 "tokio 1.18.1",
10159]10172]
1016010173
10161[[package]]10174[[package]]
10162name = "sc-service"10175name = "sc-service"
10163version = "0.10.0-dev"10176version = "0.10.0-dev"
10164source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10177source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10165dependencies = [10178dependencies = [
10166 "async-trait",10179 "async-trait",
10167 "directories",10180 "directories",
10189 "sc-offchain",10202 "sc-offchain",
10190 "sc-rpc",10203 "sc-rpc",
10191 "sc-rpc-server",10204 "sc-rpc-server",
10205 "sc-sysinfo",
10192 "sc-telemetry",10206 "sc-telemetry",
10193 "sc-tracing",10207 "sc-tracing",
10194 "sc-transaction-pool",10208 "sc-transaction-pool",
10217 "substrate-prometheus-endpoint",10231 "substrate-prometheus-endpoint",
10218 "tempfile",10232 "tempfile",
10219 "thiserror",10233 "thiserror",
10220 "tokio 1.17.0",10234 "tokio 1.18.1",
10221 "tracing",10235 "tracing",
10222 "tracing-futures",10236 "tracing-futures",
10223]10237]
1022410238
10225[[package]]10239[[package]]
10226name = "sc-state-db"10240name = "sc-state-db"
10227version = "0.10.0-dev"10241version = "0.10.0-dev"
10228source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10242source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10229dependencies = [10243dependencies = [
10230 "log",10244 "log",
10231 "parity-scale-codec",10245 "parity-scale-codec",
10239[[package]]10253[[package]]
10240name = "sc-sync-state-rpc"10254name = "sc-sync-state-rpc"
10241version = "0.10.0-dev"10255version = "0.10.0-dev"
10242source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10256source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10243dependencies = [10257dependencies = [
10244 "jsonrpc-core",10258 "jsonrpc-core",
10245 "jsonrpc-core-client",10259 "jsonrpc-core-client",
10258]10272]
1025910273
10260[[package]]10274[[package]]
10275name = "sc-sysinfo"
10276version = "6.0.0-dev"
10277source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10278dependencies = [
10279 "futures 0.3.21",
10280 "libc",
10281 "log",
10282 "rand 0.7.3",
10283 "rand_pcg 0.2.1",
10284 "regex",
10285 "sc-telemetry",
10286 "serde",
10287 "serde_json",
10288 "sp-core",
10289 "sp-io",
10290 "sp-std",
10291]
10292
10293[[package]]
10261name = "sc-telemetry"10294name = "sc-telemetry"
10262version = "4.0.0-dev"10295version = "4.0.0-dev"
10263source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10296source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10264dependencies = [10297dependencies = [
10265 "chrono",10298 "chrono",
10266 "futures 0.3.21",10299 "futures 0.3.21",
10278[[package]]10311[[package]]
10279name = "sc-tracing"10312name = "sc-tracing"
10280version = "4.0.0-dev"10313version = "4.0.0-dev"
10281source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10314source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10282dependencies = [10315dependencies = [
10283 "ansi_term",10316 "ansi_term",
10284 "atty",10317 "atty",
10309[[package]]10342[[package]]
10310name = "sc-tracing-proc-macro"10343name = "sc-tracing-proc-macro"
10311version = "4.0.0-dev"10344version = "4.0.0-dev"
10312source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10345source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10313dependencies = [10346dependencies = [
10314 "proc-macro-crate 1.1.3",10347 "proc-macro-crate 1.1.3",
10315 "proc-macro2",10348 "proc-macro2",
10320[[package]]10353[[package]]
10321name = "sc-transaction-pool"10354name = "sc-transaction-pool"
10322version = "4.0.0-dev"10355version = "4.0.0-dev"
10323source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10356source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10324dependencies = [10357dependencies = [
10325 "futures 0.3.21",10358 "futures 0.3.21",
10326 "futures-timer",10359 "futures-timer",
10347[[package]]10380[[package]]
10348name = "sc-transaction-pool-api"10381name = "sc-transaction-pool-api"
10349version = "4.0.0-dev"10382version = "4.0.0-dev"
10350source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10383source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10351dependencies = [10384dependencies = [
10352 "futures 0.3.21",10385 "futures 0.3.21",
10353 "log",10386 "log",
10360[[package]]10393[[package]]
10361name = "sc-utils"10394name = "sc-utils"
10362version = "4.0.0-dev"10395version = "4.0.0-dev"
10363source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10396source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10364dependencies = [10397dependencies = [
10365 "futures 0.3.21",10398 "futures 0.3.21",
10366 "futures-timer",10399 "futures-timer",
1037210405
10373[[package]]10406[[package]]
10374name = "scale-info"10407name = "scale-info"
10375version = "2.0.1"10408version = "2.1.1"
10376source = "registry+https://github.com/rust-lang/crates.io-index"10409source = "registry+https://github.com/rust-lang/crates.io-index"
10377checksum = "0563970d79bcbf3c537ce3ad36d859b30d36fc5b190efd227f1f7a84d7cf0d42"10410checksum = "8980cafbe98a7ee7a9cc16b32ebce542c77883f512d83fbf2ddc8f6a85ea74c9"
10378dependencies = [10411dependencies = [
10379 "bitvec",10412 "bitvec",
10380 "cfg-if 1.0.0",10413 "cfg-if 1.0.0",
1038610419
10387[[package]]10420[[package]]
10388name = "scale-info-derive"10421name = "scale-info-derive"
10389version = "2.0.0"10422version = "2.1.1"
10390source = "registry+https://github.com/rust-lang/crates.io-index"10423source = "registry+https://github.com/rust-lang/crates.io-index"
10391checksum = "b7805950c36512db9e3251c970bb7ac425f326716941862205d612ab3b5e46e2"10424checksum = "4260c630e8a8a33429d1688eff2f163f24c65a4e1b1578ef6b565061336e4b6f"
10392dependencies = [10425dependencies = [
10393 "proc-macro-crate 1.1.3",10426 "proc-macro-crate 1.1.3",
10394 "proc-macro2",10427 "proc-macro2",
10420 "rand 0.7.3",10453 "rand 0.7.3",
10421 "rand_core 0.5.1",10454 "rand_core 0.5.1",
10422 "sha2 0.8.2",10455 "sha2 0.8.2",
10423 "subtle 2.4.1",10456 "subtle",
10424 "zeroize",10457 "zeroize",
10425]10458]
1042610459
10465 "der",10498 "der",
10466 "generic-array 0.14.5",10499 "generic-array 0.14.5",
10467 "pkcs8",10500 "pkcs8",
10468 "subtle 2.4.1",10501 "subtle",
10469 "zeroize",10502 "zeroize",
10470]10503]
1047110504
1054810581
10549[[package]]10582[[package]]
10550name = "semver"10583name = "semver"
10551version = "1.0.7"10584version = "1.0.9"
10552source = "registry+https://github.com/rust-lang/crates.io-index"10585source = "registry+https://github.com/rust-lang/crates.io-index"
10553checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"10586checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd"
10554dependencies = [10587dependencies = [
10555 "serde",10588 "serde",
10556]10589]
1057210605
10573[[package]]10606[[package]]
10574name = "serde"10607name = "serde"
10575version = "1.0.136"10608version = "1.0.137"
10576source = "registry+https://github.com/rust-lang/crates.io-index"10609source = "registry+https://github.com/rust-lang/crates.io-index"
10577checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"10610checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
10578dependencies = [10611dependencies = [
10579 "serde_derive",10612 "serde_derive",
10580]10613]
1058110614
10582[[package]]10615[[package]]
10583name = "serde_derive"10616name = "serde_derive"
10584version = "1.0.136"10617version = "1.0.137"
10585source = "registry+https://github.com/rust-lang/crates.io-index"10618source = "registry+https://github.com/rust-lang/crates.io-index"
10586checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"10619checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
10587dependencies = [10620dependencies = [
10588 "proc-macro2",10621 "proc-macro2",
10589 "quote",10622 "quote",
1059210625
10593[[package]]10626[[package]]
10594name = "serde_json"10627name = "serde_json"
10595version = "1.0.79"10628version = "1.0.81"
10596source = "registry+https://github.com/rust-lang/crates.io-index"10629source = "registry+https://github.com/rust-lang/crates.io-index"
10597checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"10630checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
10598dependencies = [10631dependencies = [
10599 "itoa 1.0.1",10632 "itoa 1.0.1",
10600 "ryu",10633 "ryu",
1067310706
10674[[package]]10707[[package]]
10675name = "sha3"10708name = "sha3"
10676version = "0.8.2"
10677source = "registry+https://github.com/rust-lang/crates.io-index"
10678checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"
10679dependencies = [
10680 "block-buffer 0.7.3",
10681 "byte-tools",
10682 "digest 0.8.1",
10683 "keccak",
10684 "opaque-debug 0.2.3",
10685]
10686
10687[[package]]
10688name = "sha3"
10689version = "0.9.1"10709version = "0.9.1"
10690source = "registry+https://github.com/rust-lang/crates.io-index"10710source = "registry+https://github.com/rust-lang/crates.io-index"
10691checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10711checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"
1076910789
10770[[package]]10790[[package]]
10771name = "slot-range-helper"10791name = "slot-range-helper"
10772version = "0.9.18"10792version = "0.9.20"
10773source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"10793source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
10774dependencies = [10794dependencies = [
10775 "enumn",10795 "enumn",
10776 "parity-scale-codec",10796 "parity-scale-codec",
10814 "ring",10834 "ring",
10815 "rustc_version 0.3.3",10835 "rustc_version 0.3.3",
10816 "sha2 0.9.9",10836 "sha2 0.9.9",
10817 "subtle 2.4.1",10837 "subtle",
10818 "x25519-dalek",10838 "x25519-dalek",
10819]10839]
1082010840
10858[[package]]10878[[package]]
10859name = "sp-api"10879name = "sp-api"
10860version = "4.0.0-dev"10880version = "4.0.0-dev"
10861source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10881source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10862dependencies = [10882dependencies = [
10863 "hash-db",10883 "hash-db",
10864 "log",10884 "log",
10875[[package]]10895[[package]]
10876name = "sp-api-proc-macro"10896name = "sp-api-proc-macro"
10877version = "4.0.0-dev"10897version = "4.0.0-dev"
10878source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10898source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10879dependencies = [10899dependencies = [
10880 "blake2 0.10.4",10900 "blake2 0.10.4",
10881 "proc-macro-crate 1.1.3",10901 "proc-macro-crate 1.1.3",
10887[[package]]10907[[package]]
10888name = "sp-application-crypto"10908name = "sp-application-crypto"
10889version = "6.0.0"10909version = "6.0.0"
10890source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10910source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10891dependencies = [10911dependencies = [
10892 "parity-scale-codec",10912 "parity-scale-codec",
10893 "scale-info",10913 "scale-info",
10900[[package]]10920[[package]]
10901name = "sp-arithmetic"10921name = "sp-arithmetic"
10902version = "5.0.0"10922version = "5.0.0"
10903source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10923source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10904dependencies = [10924dependencies = [
10905 "integer-sqrt",10925 "integer-sqrt",
10906 "num-traits",10926 "num-traits",
10915[[package]]10935[[package]]
10916name = "sp-authority-discovery"10936name = "sp-authority-discovery"
10917version = "4.0.0-dev"10937version = "4.0.0-dev"
10918source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10938source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10919dependencies = [10939dependencies = [
10920 "parity-scale-codec",10940 "parity-scale-codec",
10921 "scale-info",10941 "scale-info",
10928[[package]]10948[[package]]
10929name = "sp-authorship"10949name = "sp-authorship"
10930version = "4.0.0-dev"10950version = "4.0.0-dev"
10931source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10951source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10932dependencies = [10952dependencies = [
10933 "async-trait",10953 "async-trait",
10934 "parity-scale-codec",10954 "parity-scale-codec",
10940[[package]]10960[[package]]
10941name = "sp-block-builder"10961name = "sp-block-builder"
10942version = "4.0.0-dev"10962version = "4.0.0-dev"
10943source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10963source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10944dependencies = [10964dependencies = [
10945 "parity-scale-codec",10965 "parity-scale-codec",
10946 "sp-api",10966 "sp-api",
10952[[package]]10972[[package]]
10953name = "sp-blockchain"10973name = "sp-blockchain"
10954version = "4.0.0-dev"10974version = "4.0.0-dev"
10955source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10975source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10956dependencies = [10976dependencies = [
10957 "futures 0.3.21",10977 "futures 0.3.21",
10958 "log",10978 "log",
10970[[package]]10990[[package]]
10971name = "sp-consensus"10991name = "sp-consensus"
10972version = "0.10.0-dev"10992version = "0.10.0-dev"
10973source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10993source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10974dependencies = [10994dependencies = [
10975 "async-trait",10995 "async-trait",
10976 "futures 0.3.21",10996 "futures 0.3.21",
10989[[package]]11009[[package]]
10990name = "sp-consensus-aura"11010name = "sp-consensus-aura"
10991version = "0.10.0-dev"11011version = "0.10.0-dev"
10992source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11012source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
10993dependencies = [11013dependencies = [
10994 "async-trait",11014 "async-trait",
10995 "parity-scale-codec",11015 "parity-scale-codec",
11007[[package]]11027[[package]]
11008name = "sp-consensus-babe"11028name = "sp-consensus-babe"
11009version = "0.10.0-dev"11029version = "0.10.0-dev"
11010source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11030source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11011dependencies = [11031dependencies = [
11012 "async-trait",11032 "async-trait",
11013 "merlin",11033 "merlin",
11030[[package]]11050[[package]]
11031name = "sp-consensus-slots"11051name = "sp-consensus-slots"
11032version = "0.10.0-dev"11052version = "0.10.0-dev"
11033source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11053source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11034dependencies = [11054dependencies = [
11035 "parity-scale-codec",11055 "parity-scale-codec",
11036 "scale-info",11056 "scale-info",
11044[[package]]11064[[package]]
11045name = "sp-consensus-vrf"11065name = "sp-consensus-vrf"
11046version = "0.10.0-dev"11066version = "0.10.0-dev"
11047source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11067source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11048dependencies = [11068dependencies = [
11049 "parity-scale-codec",11069 "parity-scale-codec",
11050 "schnorrkel",11070 "schnorrkel",
11056[[package]]11076[[package]]
11057name = "sp-core"11077name = "sp-core"
11058version = "6.0.0"11078version = "6.0.0"
11059source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11079source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11060dependencies = [11080dependencies = [
11061 "base58",11081 "base58",
11062 "bitflags",11082 "bitflags",
11070 "hex",11090 "hex",
11071 "impl-serde",11091 "impl-serde",
11072 "lazy_static",11092 "lazy_static",
11073 "libsecp256k1 0.7.0",11093 "libsecp256k1",
11074 "log",11094 "log",
11075 "merlin",11095 "merlin",
11076 "num-traits",11096 "num-traits",
11102[[package]]11122[[package]]
11103name = "sp-core-hashing"11123name = "sp-core-hashing"
11104version = "4.0.0"11124version = "4.0.0"
11105source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11125source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11106dependencies = [11126dependencies = [
11107 "blake2 0.10.4",11127 "blake2 0.10.4",
11108 "byteorder",11128 "byteorder",
11116[[package]]11136[[package]]
11117name = "sp-core-hashing-proc-macro"11137name = "sp-core-hashing-proc-macro"
11118version = "5.0.0"11138version = "5.0.0"
11119source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11139source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11120dependencies = [11140dependencies = [
11121 "proc-macro2",11141 "proc-macro2",
11122 "quote",11142 "quote",
11127[[package]]11147[[package]]
11128name = "sp-database"11148name = "sp-database"
11129version = "4.0.0-dev"11149version = "4.0.0-dev"
11130source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11150source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11131dependencies = [11151dependencies = [
11132 "kvdb",11152 "kvdb",
11133 "parking_lot 0.12.0",11153 "parking_lot 0.12.0",
11136[[package]]11156[[package]]
11137name = "sp-debug-derive"11157name = "sp-debug-derive"
11138version = "4.0.0"11158version = "4.0.0"
11139source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11159source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11140dependencies = [11160dependencies = [
11141 "proc-macro2",11161 "proc-macro2",
11142 "quote",11162 "quote",
11146[[package]]11166[[package]]
11147name = "sp-externalities"11167name = "sp-externalities"
11148version = "0.12.0"11168version = "0.12.0"
11149source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11169source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11150dependencies = [11170dependencies = [
11151 "environmental",11171 "environmental",
11152 "parity-scale-codec",11172 "parity-scale-codec",
11157[[package]]11177[[package]]
11158name = "sp-finality-grandpa"11178name = "sp-finality-grandpa"
11159version = "4.0.0-dev"11179version = "4.0.0-dev"
11160source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11180source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11161dependencies = [11181dependencies = [
11162 "finality-grandpa",11182 "finality-grandpa",
11163 "log",11183 "log",
11175[[package]]11195[[package]]
11176name = "sp-inherents"11196name = "sp-inherents"
11177version = "4.0.0-dev"11197version = "4.0.0-dev"
11178source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11198source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11179dependencies = [11199dependencies = [
11180 "async-trait",11200 "async-trait",
11181 "impl-trait-for-tuples",11201 "impl-trait-for-tuples",
11189[[package]]11209[[package]]
11190name = "sp-io"11210name = "sp-io"
11191version = "6.0.0"11211version = "6.0.0"
11192source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11212source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11193dependencies = [11213dependencies = [
11194 "futures 0.3.21",11214 "futures 0.3.21",
11195 "hash-db",11215 "hash-db",
11196 "libsecp256k1 0.7.0",11216 "libsecp256k1",
11197 "log",11217 "log",
11198 "parity-scale-codec",11218 "parity-scale-codec",
11199 "parking_lot 0.12.0",11219 "parking_lot 0.12.0",
11214[[package]]11234[[package]]
11215name = "sp-keyring"11235name = "sp-keyring"
11216version = "6.0.0"11236version = "6.0.0"
11217source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11237source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11218dependencies = [11238dependencies = [
11219 "lazy_static",11239 "lazy_static",
11220 "sp-core",11240 "sp-core",
11225[[package]]11245[[package]]
11226name = "sp-keystore"11246name = "sp-keystore"
11227version = "0.12.0"11247version = "0.12.0"
11228source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11248source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11229dependencies = [11249dependencies = [
11230 "async-trait",11250 "async-trait",
11231 "futures 0.3.21",11251 "futures 0.3.21",
11242[[package]]11262[[package]]
11243name = "sp-maybe-compressed-blob"11263name = "sp-maybe-compressed-blob"
11244version = "4.1.0-dev"11264version = "4.1.0-dev"
11245source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11265source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11246dependencies = [11266dependencies = [
11247 "thiserror",11267 "thiserror",
11248 "zstd",11268 "zstd",
11249]11269]
1125011270
11251[[package]]11271[[package]]
11252name = "sp-npos-elections"11272name = "sp-mmr-primitives"
11253version = "4.0.0-dev"11273version = "4.0.0-dev"
11254source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11274source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11255dependencies = [11275dependencies = [
11276 "log",
11256 "parity-scale-codec",11277 "parity-scale-codec",
11257 "scale-info",
11258 "serde",11278 "serde",
11259 "sp-arithmetic",11279 "sp-api",
11260 "sp-core",11280 "sp-core",
11261 "sp-npos-elections-solution-type",11281 "sp-debug-derive",
11262 "sp-runtime",11282 "sp-runtime",
11263 "sp-std",11283 "sp-std",
11264]11284]
1126511285
11266[[package]]11286[[package]]
11267name = "sp-npos-elections-solution-type"11287name = "sp-npos-elections"
11268version = "4.0.0-dev"11288version = "4.0.0-dev"
11269source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11289source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11270dependencies = [11290dependencies = [
11271 "proc-macro-crate 1.1.3",11291 "parity-scale-codec",
11292 "scale-info",
11272 "proc-macro2",11293 "serde",
11294 "sp-arithmetic",
11273 "quote",11295 "sp-core",
11274 "syn",11296 "sp-runtime",
11297 "sp-std",
11275]11298]
1127611299
11277[[package]]11300[[package]]
11278name = "sp-offchain"11301name = "sp-offchain"
11279version = "4.0.0-dev"11302version = "4.0.0-dev"
11280source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11303source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11281dependencies = [11304dependencies = [
11282 "sp-api",11305 "sp-api",
11283 "sp-core",11306 "sp-core",
11287[[package]]11310[[package]]
11288name = "sp-panic-handler"11311name = "sp-panic-handler"
11289version = "4.0.0"11312version = "4.0.0"
11290source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11313source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11291dependencies = [11314dependencies = [
11292 "backtrace",11315 "backtrace",
11293 "lazy_static",11316 "lazy_static",
11297[[package]]11320[[package]]
11298name = "sp-rpc"11321name = "sp-rpc"
11299version = "6.0.0"11322version = "6.0.0"
11300source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11323source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11301dependencies = [11324dependencies = [
11302 "rustc-hash",11325 "rustc-hash",
11303 "serde",11326 "serde",
11307[[package]]11330[[package]]
11308name = "sp-runtime"11331name = "sp-runtime"
11309version = "6.0.0"11332version = "6.0.0"
11310source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11333source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11311dependencies = [11334dependencies = [
11312 "either",11335 "either",
11313 "hash256-std-hasher",11336 "hash256-std-hasher",
11329[[package]]11352[[package]]
11330name = "sp-runtime-interface"11353name = "sp-runtime-interface"
11331version = "6.0.0"11354version = "6.0.0"
11332source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11355source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11333dependencies = [11356dependencies = [
11334 "impl-trait-for-tuples",11357 "impl-trait-for-tuples",
11335 "parity-scale-codec",11358 "parity-scale-codec",
11346[[package]]11369[[package]]
11347name = "sp-runtime-interface-proc-macro"11370name = "sp-runtime-interface-proc-macro"
11348version = "5.0.0"11371version = "5.0.0"
11349source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11372source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11350dependencies = [11373dependencies = [
11351 "Inflector",11374 "Inflector",
11352 "proc-macro-crate 1.1.3",11375 "proc-macro-crate 1.1.3",
11358[[package]]11381[[package]]
11359name = "sp-serializer"11382name = "sp-serializer"
11360version = "4.0.0-dev"11383version = "4.0.0-dev"
11361source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11384source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11362dependencies = [11385dependencies = [
11363 "serde",11386 "serde",
11364 "serde_json",11387 "serde_json",
11367[[package]]11390[[package]]
11368name = "sp-session"11391name = "sp-session"
11369version = "4.0.0-dev"11392version = "4.0.0-dev"
11370source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11393source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11371dependencies = [11394dependencies = [
11372 "parity-scale-codec",11395 "parity-scale-codec",
11373 "scale-info",11396 "scale-info",
11381[[package]]11404[[package]]
11382name = "sp-staking"11405name = "sp-staking"
11383version = "4.0.0-dev"11406version = "4.0.0-dev"
11384source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11407source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11385dependencies = [11408dependencies = [
11386 "parity-scale-codec",11409 "parity-scale-codec",
11387 "scale-info",11410 "scale-info",
11392[[package]]11415[[package]]
11393name = "sp-state-machine"11416name = "sp-state-machine"
11394version = "0.12.0"11417version = "0.12.0"
11395source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11418source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11396dependencies = [11419dependencies = [
11397 "hash-db",11420 "hash-db",
11398 "log",11421 "log",
11408 "sp-trie",11431 "sp-trie",
11409 "thiserror",11432 "thiserror",
11410 "tracing",11433 "tracing",
11411 "trie-db",
11412 "trie-root",11434 "trie-root",
11413]11435]
1141411436
11415[[package]]11437[[package]]
11416name = "sp-std"11438name = "sp-std"
11417version = "4.0.0"11439version = "4.0.0"
11418source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11440source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
1141911441
11420[[package]]11442[[package]]
11421name = "sp-storage"11443name = "sp-storage"
11422version = "6.0.0"11444version = "6.0.0"
11423source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11445source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11424dependencies = [11446dependencies = [
11425 "impl-serde",11447 "impl-serde",
11426 "parity-scale-codec",11448 "parity-scale-codec",
11433[[package]]11455[[package]]
11434name = "sp-tasks"11456name = "sp-tasks"
11435version = "4.0.0-dev"11457version = "4.0.0-dev"
11436source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11458source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11437dependencies = [11459dependencies = [
11438 "log",11460 "log",
11439 "sp-core",11461 "sp-core",
11446[[package]]11468[[package]]
11447name = "sp-timestamp"11469name = "sp-timestamp"
11448version = "4.0.0-dev"11470version = "4.0.0-dev"
11449source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11471source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11450dependencies = [11472dependencies = [
11451 "async-trait",11473 "async-trait",
11452 "futures-timer",11474 "futures-timer",
11462[[package]]11484[[package]]
11463name = "sp-tracing"11485name = "sp-tracing"
11464version = "5.0.0"11486version = "5.0.0"
11465source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11487source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11466dependencies = [11488dependencies = [
11467 "parity-scale-codec",11489 "parity-scale-codec",
11468 "sp-std",11490 "sp-std",
11474[[package]]11496[[package]]
11475name = "sp-transaction-pool"11497name = "sp-transaction-pool"
11476version = "4.0.0-dev"11498version = "4.0.0-dev"
11477source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11499source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11478dependencies = [11500dependencies = [
11479 "sp-api",11501 "sp-api",
11480 "sp-runtime",11502 "sp-runtime",
11483[[package]]11505[[package]]
11484name = "sp-transaction-storage-proof"11506name = "sp-transaction-storage-proof"
11485version = "4.0.0-dev"11507version = "4.0.0-dev"
11486source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11508source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11487dependencies = [11509dependencies = [
11488 "async-trait",11510 "async-trait",
11489 "log",11511 "log",
11499[[package]]11521[[package]]
11500name = "sp-trie"11522name = "sp-trie"
11501version = "6.0.0"11523version = "6.0.0"
11502source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11524source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11503dependencies = [11525dependencies = [
11504 "hash-db",11526 "hash-db",
11505 "memory-db",11527 "memory-db",
11515[[package]]11537[[package]]
11516name = "sp-version"11538name = "sp-version"
11517version = "5.0.0"11539version = "5.0.0"
11518source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11540source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11519dependencies = [11541dependencies = [
11520 "impl-serde",11542 "impl-serde",
11521 "parity-scale-codec",11543 "parity-scale-codec",
11532[[package]]11554[[package]]
11533name = "sp-version-proc-macro"11555name = "sp-version-proc-macro"
11534version = "4.0.0-dev"11556version = "4.0.0-dev"
11535source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11557source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11536dependencies = [11558dependencies = [
11537 "parity-scale-codec",11559 "parity-scale-codec",
11538 "proc-macro2",11560 "proc-macro2",
11543[[package]]11565[[package]]
11544name = "sp-wasm-interface"11566name = "sp-wasm-interface"
11545version = "6.0.0"11567version = "6.0.0"
11546source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11568source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11547dependencies = [11569dependencies = [
11548 "impl-trait-for-tuples",11570 "impl-trait-for-tuples",
11549 "log",11571 "log",
11700[[package]]11722[[package]]
11701name = "substrate-build-script-utils"11723name = "substrate-build-script-utils"
11702version = "3.0.0"11724version = "3.0.0"
11703source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11725source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11704dependencies = [11726dependencies = [
11705 "platforms",11727 "platforms",
11706]11728]
1170711729
11708[[package]]11730[[package]]
11709name = "substrate-frame-rpc-system"11731name = "substrate-frame-rpc-system"
11710version = "4.0.0-dev"11732version = "4.0.0-dev"
11711source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11733source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11712dependencies = [11734dependencies = [
11713 "frame-system-rpc-runtime-api",11735 "frame-system-rpc-runtime-api",
11714 "futures 0.3.21",11736 "futures 0.3.21",
11730[[package]]11752[[package]]
11731name = "substrate-prometheus-endpoint"11753name = "substrate-prometheus-endpoint"
11732version = "0.10.0-dev"11754version = "0.10.0-dev"
11733source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11755source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11734dependencies = [11756dependencies = [
11735 "futures-util",11757 "futures-util",
11736 "hyper",11758 "hyper",
11737 "log",11759 "log",
11738 "prometheus",11760 "prometheus",
11739 "thiserror",11761 "thiserror",
11740 "tokio 1.17.0",11762 "tokio 1.18.1",
11741]11763]
1174211764
11743[[package]]11765[[package]]
11766name = "substrate-state-trie-migration-rpc"
11767version = "4.0.0-dev"
11768source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11769dependencies = [
11770 "jsonrpc-core",
11771 "jsonrpc-core-client",
11772 "jsonrpc-derive",
11773 "log",
11774 "parity-scale-codec",
11775 "sc-client-api",
11776 "sc-rpc-api",
11777 "scale-info",
11778 "serde",
11779 "sp-core",
11780 "sp-io",
11781 "sp-runtime",
11782 "sp-state-machine",
11783 "sp-std",
11784 "sp-trie",
11785 "trie-db",
11786]
11787
11788[[package]]
11744name = "substrate-test-client"11789name = "substrate-test-client"
11745version = "2.0.1"11790version = "2.0.1"
11746source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11791source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11747dependencies = [11792dependencies = [
11748 "async-trait",11793 "async-trait",
11749 "futures 0.3.21",11794 "futures 0.3.21",
11769[[package]]11814[[package]]
11770name = "substrate-test-utils"11815name = "substrate-test-utils"
11771version = "4.0.0-dev"11816version = "4.0.0-dev"
11772source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11817source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11773dependencies = [11818dependencies = [
11774 "futures 0.3.21",11819 "futures 0.3.21",
11775 "substrate-test-utils-derive",11820 "substrate-test-utils-derive",
11776 "tokio 1.17.0",11821 "tokio 1.18.1",
11777]11822]
1177811823
11779[[package]]11824[[package]]
11780name = "substrate-test-utils-derive"11825name = "substrate-test-utils-derive"
11781version = "0.10.0-dev"11826version = "0.10.0-dev"
11782source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11827source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11783dependencies = [11828dependencies = [
11784 "proc-macro-crate 1.1.3",11829 "proc-macro-crate 1.1.3",
11785 "proc-macro2",11830 "proc-macro2",
11790[[package]]11835[[package]]
11791name = "substrate-wasm-builder"11836name = "substrate-wasm-builder"
11792version = "5.0.0-dev"11837version = "5.0.0-dev"
11793source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11838source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
11794dependencies = [11839dependencies = [
11795 "ansi_term",11840 "ansi_term",
11796 "build-helper",11841 "build-helper",
1180511850
11806[[package]]11851[[package]]
11807name = "subtle"11852name = "subtle"
11808version = "1.0.0"
11809source = "registry+https://github.com/rust-lang/crates.io-index"
11810checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
11811
11812[[package]]
11813name = "subtle"
11814version = "2.4.1"11853version = "2.4.1"
11815source = "registry+https://github.com/rust-lang/crates.io-index"11854source = "registry+https://github.com/rust-lang/crates.io-index"
11816checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"11855checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
1181711856
11818[[package]]11857[[package]]
11819name = "syn"11858name = "syn"
11820version = "1.0.91"11859version = "1.0.92"
11821source = "registry+https://github.com/rust-lang/crates.io-index"11860source = "registry+https://github.com/rust-lang/crates.io-index"
11822checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"11861checksum = "7ff7c592601f11445996a06f8ad0c27f094a58857c2f89e97974ab9235b92c52"
11823dependencies = [11862dependencies = [
11824 "proc-macro2",11863 "proc-macro2",
11825 "quote",11864 "quote",
11859 "cfg-if 1.0.0",11898 "cfg-if 1.0.0",
11860 "fastrand",11899 "fastrand",
11861 "libc",11900 "libc",
11862 "redox_syscall",11901 "redox_syscall 0.2.13",
11863 "remove_dir_all",11902 "remove_dir_all",
11864 "winapi 0.3.9",11903 "winapi 0.3.9",
11865]11904]
1186611905
11867[[package]]11906[[package]]
11907name = "term"
11908version = "0.5.2"
11909source = "registry+https://github.com/rust-lang/crates.io-index"
11910checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"
11911dependencies = [
11912 "byteorder",
11913 "dirs",
11914 "winapi 0.3.9",
11915]
11916
11917[[package]]
11868name = "termcolor"11918name = "termcolor"
11869version = "1.1.3"11919version = "1.1.3"
11870source = "registry+https://github.com/rust-lang/crates.io-index"11920source = "registry+https://github.com/rust-lang/crates.io-index"
1187511925
11876[[package]]11926[[package]]
11877name = "test-runtime-constants"11927name = "test-runtime-constants"
11878version = "0.9.18"11928version = "0.9.20"
11879source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"11929source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
11880dependencies = [11930dependencies = [
11881 "frame-support",11931 "frame-support",
11882 "polkadot-primitives",11932 "polkadot-primitives",
1189311943
11894[[package]]11944[[package]]
11895name = "thiserror"11945name = "thiserror"
11896version = "1.0.30"11946version = "1.0.31"
11897source = "registry+https://github.com/rust-lang/crates.io-index"11947source = "registry+https://github.com/rust-lang/crates.io-index"
11898checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"11948checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
11899dependencies = [11949dependencies = [
11900 "thiserror-impl",11950 "thiserror-impl",
11901]11951]
1190211952
11903[[package]]11953[[package]]
11904name = "thiserror-impl"11954name = "thiserror-impl"
11905version = "1.0.30"11955version = "1.0.31"
11906source = "registry+https://github.com/rust-lang/crates.io-index"11956source = "registry+https://github.com/rust-lang/crates.io-index"
11907checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"11957checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
11908dependencies = [11958dependencies = [
11909 "proc-macro2",11959 "proc-macro2",
11910 "quote",11960 "quote",
11911 "syn",11961 "syn",
11912]11962]
1191311963
11914[[package]]11964[[package]]
11965name = "thousands"
11966version = "0.2.0"
11967source = "registry+https://github.com/rust-lang/crates.io-index"
11968checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"
11969
11970[[package]]
11915name = "thread_local"11971name = "thread_local"
11916version = "1.1.4"11972version = "1.1.4"
11917source = "registry+https://github.com/rust-lang/crates.io-index"11973source = "registry+https://github.com/rust-lang/crates.io-index"
1199412050
11995[[package]]12051[[package]]
11996name = "tinyvec"12052name = "tinyvec"
11997version = "1.5.1"12053version = "1.6.0"
11998source = "registry+https://github.com/rust-lang/crates.io-index"12054source = "registry+https://github.com/rust-lang/crates.io-index"
11999checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"12055checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
12000dependencies = [12056dependencies = [
12001 "tinyvec_macros",12057 "tinyvec_macros",
12002]12058]
1202112077
12022[[package]]12078[[package]]
12023name = "tokio"12079name = "tokio"
12024version = "1.17.0"12080version = "1.18.1"
12025source = "registry+https://github.com/rust-lang/crates.io-index"12081source = "registry+https://github.com/rust-lang/crates.io-index"
12026checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"12082checksum = "dce653fb475565de9f6fb0614b28bca8df2c430c0cf84bcd9c843f15de5414cc"
12027dependencies = [12083dependencies = [
12028 "bytes 1.1.0",12084 "bytes 1.1.0",
12029 "libc",12085 "libc",
12032 "num_cpus",12088 "num_cpus",
12033 "once_cell",12089 "once_cell",
12034 "parking_lot 0.12.0",12090 "parking_lot 0.12.0",
12035 "pin-project-lite 0.2.8",12091 "pin-project-lite 0.2.9",
12036 "signal-hook-registry",12092 "signal-hook-registry",
12037 "socket2 0.4.4",12093 "socket2 0.4.4",
12038 "tokio-macros 1.7.0",12094 "tokio-macros 1.7.0",
12068checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12124checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
12069dependencies = [12125dependencies = [
12070 "rustls 0.19.1",12126 "rustls 0.19.1",
12071 "tokio 1.17.0",12127 "tokio 1.18.1",
12072 "webpki 0.21.4",12128 "webpki 0.21.4",
12073]12129]
1207412130
12075[[package]]12131[[package]]
12076name = "tokio-rustls"12132name = "tokio-rustls"
12077version = "0.23.3"12133version = "0.23.4"
12078source = "registry+https://github.com/rust-lang/crates.io-index"12134source = "registry+https://github.com/rust-lang/crates.io-index"
12079checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e"12135checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
12080dependencies = [12136dependencies = [
12081 "rustls 0.20.4",12137 "rustls 0.20.4",
12082 "tokio 1.17.0",12138 "tokio 1.18.1",
12083 "webpki 0.22.0",12139 "webpki 0.22.0",
12084]12140]
1208512141
12090checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"12146checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
12091dependencies = [12147dependencies = [
12092 "futures-core",12148 "futures-core",
12093 "pin-project-lite 0.2.8",12149 "pin-project-lite 0.2.9",
12094 "tokio 1.17.0",12150 "tokio 1.18.1",
12095]12151]
1209612152
12097[[package]]12153[[package]]
12102dependencies = [12158dependencies = [
12103 "bytes 1.1.0",12159 "bytes 1.1.0",
12104 "futures-core",12160 "futures-core",
12105 "futures-io",
12106 "futures-sink",12161 "futures-sink",
12107 "log",12162 "log",
12108 "pin-project-lite 0.2.8",12163 "pin-project-lite 0.2.9",
12109 "tokio 1.17.0",12164 "tokio 1.18.1",
12110]12165]
1211112166
12112[[package]]12167[[package]]
12117dependencies = [12172dependencies = [
12118 "bytes 1.1.0",12173 "bytes 1.1.0",
12119 "futures-core",12174 "futures-core",
12175 "futures-io",
12120 "futures-sink",12176 "futures-sink",
12121 "pin-project-lite 0.2.8",12177 "pin-project-lite 0.2.9",
12122 "tokio 1.17.0",12178 "tokio 1.18.1",
12123 "tracing",12179 "tracing",
12124]12180]
1212512181
12126[[package]]12182[[package]]
12127name = "toml"12183name = "toml"
12128version = "0.5.8"12184version = "0.5.9"
12129source = "registry+https://github.com/rust-lang/crates.io-index"12185source = "registry+https://github.com/rust-lang/crates.io-index"
12130checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"12186checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
12131dependencies = [12187dependencies = [
12132 "serde",12188 "serde",
12133]12189]
1214012196
12141[[package]]12197[[package]]
12142name = "tracing"12198name = "tracing"
12143version = "0.1.32"12199version = "0.1.34"
12144source = "registry+https://github.com/rust-lang/crates.io-index"12200source = "registry+https://github.com/rust-lang/crates.io-index"
12145checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f"12201checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
12146dependencies = [12202dependencies = [
12147 "cfg-if 1.0.0",12203 "cfg-if 1.0.0",
12148 "pin-project-lite 0.2.8",12204 "pin-project-lite 0.2.9",
12149 "tracing-attributes",12205 "tracing-attributes",
12150 "tracing-core",12206 "tracing-core",
12151]12207]
1215212208
12153[[package]]12209[[package]]
12154name = "tracing-attributes"12210name = "tracing-attributes"
12155version = "0.1.20"12211version = "0.1.21"
12156source = "registry+https://github.com/rust-lang/crates.io-index"12212source = "registry+https://github.com/rust-lang/crates.io-index"
12157checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"12213checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"
12158dependencies = [12214dependencies = [
12159 "proc-macro2",12215 "proc-macro2",
12160 "quote",12216 "quote",
1216312219
12164[[package]]12220[[package]]
12165name = "tracing-core"12221name = "tracing-core"
12166version = "0.1.24"12222version = "0.1.26"
12167source = "registry+https://github.com/rust-lang/crates.io-index"12223source = "registry+https://github.com/rust-lang/crates.io-index"
12168checksum = "90442985ee2f57c9e1b548ee72ae842f4a9a20e3f417cc38dbc5dc684d9bb4ee"12224checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
12169dependencies = [12225dependencies = [
12170 "lazy_static",12226 "lazy_static",
12171 "valuable",12227 "valuable",
12182]12238]
1218312239
12184[[package]]12240[[package]]
12241name = "tracing-gum"
12242version = "0.9.20"
12243source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
12244dependencies = [
12245 "polkadot-node-jaeger",
12246 "polkadot-primitives",
12247 "tracing",
12248 "tracing-gum-proc-macro",
12249]
12250
12251[[package]]
12252name = "tracing-gum-proc-macro"
12253version = "0.9.20"
12254source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
12255dependencies = [
12256 "expander 0.0.6",
12257 "proc-macro-crate 1.1.3",
12258 "proc-macro2",
12259 "quote",
12260 "syn",
12261]
12262
12263[[package]]
12185name = "tracing-log"12264name = "tracing-log"
12186version = "0.1.2"12265version = "0.1.3"
12187source = "registry+https://github.com/rust-lang/crates.io-index"12266source = "registry+https://github.com/rust-lang/crates.io-index"
12188checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"12267checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
12189dependencies = [12268dependencies = [
12190 "lazy_static",12269 "lazy_static",
12191 "log",12270 "log",
12232checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12311checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"
12233dependencies = [12312dependencies = [
12234 "hash-db",12313 "hash-db",
12235 "hashbrown 0.12.0",12314 "hashbrown 0.12.1",
12236 "log",12315 "log",
12237 "rustc-hex",12316 "rustc-hex",
12238 "smallvec",12317 "smallvec",
12309[[package]]12388[[package]]
12310name = "try-runtime-cli"12389name = "try-runtime-cli"
12311version = "0.10.0-dev"12390version = "0.10.0-dev"
12312source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"12391source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a"
12313dependencies = [12392dependencies = [
12314 "clap",12393 "clap",
12315 "jsonrpsee 0.4.1",12394 "jsonrpsee",
12316 "log",12395 "log",
12317 "parity-scale-codec",12396 "parity-scale-codec",
12318 "remote-externalities",12397 "remote-externalities",
1233912418
12340[[package]]12419[[package]]
12341name = "twox-hash"12420name = "twox-hash"
12342version = "1.6.2"12421version = "1.6.3"
12343source = "registry+https://github.com/rust-lang/crates.io-index"12422source = "registry+https://github.com/rust-lang/crates.io-index"
12344checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"12423checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
12345dependencies = [12424dependencies = [
12346 "cfg-if 1.0.0",12425 "cfg-if 1.0.0",
12347 "digest 0.10.3",12426 "digest 0.10.3",
1240312482
12404[[package]]12483[[package]]
12405name = "unicode-bidi"12484name = "unicode-bidi"
12406version = "0.3.7"12485version = "0.3.8"
12407source = "registry+https://github.com/rust-lang/crates.io-index"12486source = "registry+https://github.com/rust-lang/crates.io-index"
12408checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"12487checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
1240912488
12410[[package]]12489[[package]]
12411name = "unicode-normalization"12490name = "unicode-normalization"
12423checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"12502checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
1242412503
12425[[package]]12504[[package]]
12505name = "unicode-width"
12506version = "0.1.9"
12507source = "registry+https://github.com/rust-lang/crates.io-index"
12508checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
12509
12510[[package]]
12426name = "unicode-xid"12511name = "unicode-xid"
12427version = "0.2.2"12512version = "0.2.3"
12428source = "registry+https://github.com/rust-lang/crates.io-index"12513source = "registry+https://github.com/rust-lang/crates.io-index"
12429checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"12514checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
1243012515
12431[[package]]12516[[package]]
12432name = "unique-node"12517name = "unique-node"
12506 "substrate-build-script-utils",12591 "substrate-build-script-utils",
12507 "substrate-frame-rpc-system",12592 "substrate-frame-rpc-system",
12508 "substrate-prometheus-endpoint",12593 "substrate-prometheus-endpoint",
12509 "tokio 1.17.0",12594 "tokio 1.18.1",
12510 "unique-rpc",12595 "unique-rpc",
12511 "unique-runtime",12596 "unique-runtime",
12512 "unique-runtime-common",12597 "unique-runtime-common",
12523 "fc-rpc",12608 "fc-rpc",
12524 "fc-rpc-core",12609 "fc-rpc-core",
12525 "fp-rpc",12610 "fp-rpc",
12611 "fp-storage",
12526 "futures 0.3.21",12612 "futures 0.3.21",
12527 "jsonrpc-core",12613 "jsonrpc-core",
12528 "jsonrpc-pubsub",12614 "jsonrpc-pubsub",
12660checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12746checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
12661dependencies = [12747dependencies = [
12662 "generic-array 0.14.5",12748 "generic-array 0.14.5",
12663 "subtle 2.4.1",12749 "subtle",
12664]12750]
1266512751
12666[[package]]12752[[package]]
12731[[package]]12817[[package]]
12732name = "up-sponsorship"12818name = "up-sponsorship"
12733version = "0.1.0"12819version = "0.1.0"
12734source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#7bc842b35a53f762ee6ee89e5f5bef84a284c9f4"12820source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.20#fa1a51fcccf488d3d41f0ae7864b9b6455b64d77"
12735dependencies = [12821dependencies = [
12736 "impl-trait-for-tuples",12822 "impl-trait-for-tuples",
12737]12823]
1276712853
12768[[package]]12854[[package]]
12769name = "value-bag"12855name = "value-bag"
12770version = "1.0.0-alpha.8"12856version = "1.0.0-alpha.9"
12771source = "registry+https://github.com/rust-lang/crates.io-index"12857source = "registry+https://github.com/rust-lang/crates.io-index"
12772checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"12858checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
12773dependencies = [12859dependencies = [
12774 "ctor",12860 "ctor",
12775 "version_check",12861 "version_check",
1284012926
12841[[package]]12927[[package]]
12842name = "wasm-bindgen"12928name = "wasm-bindgen"
12843version = "0.2.79"12929version = "0.2.80"
12844source = "registry+https://github.com/rust-lang/crates.io-index"12930source = "registry+https://github.com/rust-lang/crates.io-index"
12845checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"12931checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
12846dependencies = [12932dependencies = [
12847 "cfg-if 1.0.0",12933 "cfg-if 1.0.0",
12848 "wasm-bindgen-macro",12934 "wasm-bindgen-macro",
12849]12935]
1285012936
12851[[package]]12937[[package]]
12852name = "wasm-bindgen-backend"12938name = "wasm-bindgen-backend"
12853version = "0.2.79"12939version = "0.2.80"
12854source = "registry+https://github.com/rust-lang/crates.io-index"12940source = "registry+https://github.com/rust-lang/crates.io-index"
12855checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"12941checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
12856dependencies = [12942dependencies = [
12857 "bumpalo",12943 "bumpalo",
12858 "lazy_static",12944 "lazy_static",
1286512951
12866[[package]]12952[[package]]
12867name = "wasm-bindgen-futures"12953name = "wasm-bindgen-futures"
12868version = "0.4.29"12954version = "0.4.30"
12869source = "registry+https://github.com/rust-lang/crates.io-index"12955source = "registry+https://github.com/rust-lang/crates.io-index"
12870checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"12956checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"
12871dependencies = [12957dependencies = [
12872 "cfg-if 1.0.0",12958 "cfg-if 1.0.0",
12873 "js-sys",12959 "js-sys",
1287712963
12878[[package]]12964[[package]]
12879name = "wasm-bindgen-macro"12965name = "wasm-bindgen-macro"
12880version = "0.2.79"12966version = "0.2.80"
12881source = "registry+https://github.com/rust-lang/crates.io-index"12967source = "registry+https://github.com/rust-lang/crates.io-index"
12882checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"12968checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
12883dependencies = [12969dependencies = [
12884 "quote",12970 "quote",
12885 "wasm-bindgen-macro-support",12971 "wasm-bindgen-macro-support",
12886]12972]
1288712973
12888[[package]]12974[[package]]
12889name = "wasm-bindgen-macro-support"12975name = "wasm-bindgen-macro-support"
12890version = "0.2.79"12976version = "0.2.80"
12891source = "registry+https://github.com/rust-lang/crates.io-index"12977source = "registry+https://github.com/rust-lang/crates.io-index"
12892checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"12978checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
12893dependencies = [12979dependencies = [
12894 "proc-macro2",12980 "proc-macro2",
12895 "quote",12981 "quote",
1290012986
12901[[package]]12987[[package]]
12902name = "wasm-bindgen-shared"12988name = "wasm-bindgen-shared"
12903version = "0.2.79"12989version = "0.2.80"
12904source = "registry+https://github.com/rust-lang/crates.io-index"12990source = "registry+https://github.com/rust-lang/crates.io-index"
12905checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"12991checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
1290612992
12907[[package]]12993[[package]]
12908name = "wasm-gc-api"12994name = "wasm-gc-api"
1296513051
12966[[package]]13052[[package]]
12967name = "wasmparser"13053name = "wasmparser"
12968version = "0.81.0"13054version = "0.83.0"
12969source = "registry+https://github.com/rust-lang/crates.io-index"13055source = "registry+https://github.com/rust-lang/crates.io-index"
12970checksum = "98930446519f63d00a836efdc22f67766ceae8dbcc1571379f2bcabc6b2b9abc"13056checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"
1297113057
12972[[package]]13058[[package]]
12973name = "wasmtime"13059name = "wasmtime"
12974version = "0.33.1"13060version = "0.35.3"
12975source = "registry+https://github.com/rust-lang/crates.io-index"13061source = "registry+https://github.com/rust-lang/crates.io-index"
12976checksum = "4c9c724da92e39a85d2231d4c2a942c8be295211441dbca581c6c3f3f45a9f00"13062checksum = "21ffb4705016d5ca91e18a72ed6822dab50e6d5ddd7045461b17ef19071cdef1"
12977dependencies = [13063dependencies = [
12978 "anyhow",13064 "anyhow",
12979 "backtrace",13065 "backtrace",
12980 "bincode",13066 "bincode",
12981 "cfg-if 1.0.0",13067 "cfg-if 1.0.0",
12982 "cpp_demangle",
12983 "indexmap",13068 "indexmap",
12984 "lazy_static",13069 "lazy_static",
12985 "libc",13070 "libc",
12986 "log",13071 "log",
12987 "object",13072 "object 0.27.1",
13073 "once_cell",
12988 "paste",13074 "paste",
12989 "psm",13075 "psm",
12990 "rayon",13076 "rayon",
12991 "region",13077 "region",
12992 "rustc-demangle",
12993 "serde",13078 "serde",
12994 "target-lexicon",13079 "target-lexicon",
12995 "wasmparser",13080 "wasmparser",
1300313088
13004[[package]]13089[[package]]
13005name = "wasmtime-cache"13090name = "wasmtime-cache"
13006version = "0.33.1"13091version = "0.35.3"
13007source = "registry+https://github.com/rust-lang/crates.io-index"13092source = "registry+https://github.com/rust-lang/crates.io-index"
13008checksum = "da4439d99100298344567c0eb6916ad5864e99e54760b8177c427e529077fb30"13093checksum = "85c6ab24291fa7cb3a181f5669f6c72599b7ef781669759b45c7828c5999d0c0"
13009dependencies = [13094dependencies = [
13010 "anyhow",13095 "anyhow",
13011 "base64",13096 "base64",
1302313108
13024[[package]]13109[[package]]
13025name = "wasmtime-cranelift"13110name = "wasmtime-cranelift"
13026version = "0.33.1"13111version = "0.35.3"
13027source = "registry+https://github.com/rust-lang/crates.io-index"13112source = "registry+https://github.com/rust-lang/crates.io-index"
13028checksum = "1762765dd69245f00e5d9783b695039e449a7be0f9c5383e4c78465dd6131aeb"13113checksum = "f04c810078a491b7bc4866ebe045f714d2b95e6b539e1f64009a4a7606be11de"
13029dependencies = [13114dependencies = [
13030 "anyhow",13115 "anyhow",
13031 "cranelift-codegen",13116 "cranelift-codegen",
13036 "gimli",13121 "gimli",
13037 "log",13122 "log",
13038 "more-asserts",13123 "more-asserts",
13039 "object",13124 "object 0.27.1",
13040 "target-lexicon",13125 "target-lexicon",
13041 "thiserror",13126 "thiserror",
13042 "wasmparser",13127 "wasmparser",
1304513130
13046[[package]]13131[[package]]
13047name = "wasmtime-environ"13132name = "wasmtime-environ"
13048version = "0.33.1"13133version = "0.35.3"
13049source = "registry+https://github.com/rust-lang/crates.io-index"13134source = "registry+https://github.com/rust-lang/crates.io-index"
13050checksum = "c4468301d95ec71710bb6261382efe27d1296447711645e3dbabaea6e4de3504"13135checksum = "61448266ea164b1ac406363cdcfac81c7c44db4d94c7a81c8620ac6c5c6cdf59"
13051dependencies = [13136dependencies = [
13052 "anyhow",13137 "anyhow",
13053 "cranelift-entity",13138 "cranelift-entity",
13054 "gimli",13139 "gimli",
13055 "indexmap",13140 "indexmap",
13056 "log",13141 "log",
13057 "more-asserts",13142 "more-asserts",
13058 "object",13143 "object 0.27.1",
13059 "serde",13144 "serde",
13060 "target-lexicon",13145 "target-lexicon",
13061 "thiserror",13146 "thiserror",
1306513150
13066[[package]]13151[[package]]
13067name = "wasmtime-jit"13152name = "wasmtime-jit"
13068version = "0.33.1"13153version = "0.35.3"
13069source = "registry+https://github.com/rust-lang/crates.io-index"13154source = "registry+https://github.com/rust-lang/crates.io-index"
13070checksum = "ab0ae6e581ff014b470ec35847ea3c0b4c3ace89a55df5a04c802a11f4574e7d"13155checksum = "156b4623c6b0d4b8c24afb846c20525922f538ef464cc024abab7ea8de2109a2"
13071dependencies = [13156dependencies = [
13072 "addr2line",13157 "addr2line",
13073 "anyhow",13158 "anyhow",
13074 "bincode",13159 "bincode",
13075 "cfg-if 1.0.0",13160 "cfg-if 1.0.0",
13161 "cpp_demangle",
13076 "gimli",13162 "gimli",
13077 "object",13163 "log",
13164 "object 0.27.1",
13078 "region",13165 "region",
13166 "rustc-demangle",
13079 "rustix",13167 "rustix",
13080 "serde",13168 "serde",
13081 "target-lexicon",13169 "target-lexicon",
13082 "thiserror",13170 "thiserror",
13083 "wasmtime-environ",13171 "wasmtime-environ",
13172 "wasmtime-jit-debug",
13084 "wasmtime-runtime",13173 "wasmtime-runtime",
13085 "winapi 0.3.9",13174 "winapi 0.3.9",
13086]13175]
1308713176
13088[[package]]13177[[package]]
13178name = "wasmtime-jit-debug"
13179version = "0.35.3"
13180source = "registry+https://github.com/rust-lang/crates.io-index"
13181checksum = "d5dc31f811760a6c76b2672c404866fd19b75e5fb3b0075a3e377a6846490654"
13182dependencies = [
13183 "lazy_static",
13184 "object 0.27.1",
13185 "rustix",
13186]
13187
13188[[package]]
13089name = "wasmtime-runtime"13189name = "wasmtime-runtime"
13090version = "0.33.1"13190version = "0.35.3"
13091source = "registry+https://github.com/rust-lang/crates.io-index"13191source = "registry+https://github.com/rust-lang/crates.io-index"
13092checksum = "6d9c28877ae37a367cda7b52b8887589816152e95dde9b7c80cc686f52761961"13192checksum = "f907beaff69d4d920fa4688411ee4cc75c0f01859e424677f9e426e2ef749864"
13093dependencies = [13193dependencies = [
13094 "anyhow",13194 "anyhow",
13095 "backtrace",13195 "backtrace",
13096 "cc",13196 "cc",
13097 "cfg-if 1.0.0",13197 "cfg-if 1.0.0",
13098 "indexmap",13198 "indexmap",
13099 "lazy_static",
13100 "libc",13199 "libc",
13101 "log",13200 "log",
13102 "mach",13201 "mach",
13107 "rustix",13206 "rustix",
13108 "thiserror",13207 "thiserror",
13109 "wasmtime-environ",13208 "wasmtime-environ",
13209 "wasmtime-jit-debug",
13110 "winapi 0.3.9",13210 "winapi 0.3.9",
13111]13211]
1311213212
13113[[package]]13213[[package]]
13114name = "wasmtime-types"13214name = "wasmtime-types"
13115version = "0.33.1"13215version = "0.35.3"
13116source = "registry+https://github.com/rust-lang/crates.io-index"13216source = "registry+https://github.com/rust-lang/crates.io-index"
13117checksum = "395726e8f5dd8c57cb0db445627b842343f7e29ed7489467fdf7953ed9d3cd4f"13217checksum = "514ef0e5fd197b9609dc9eb74beba0c84d5a12b2417cbae55534633329ba4852"
13118dependencies = [13218dependencies = [
13119 "cranelift-entity",13219 "cranelift-entity",
13120 "serde",13220 "serde",
1312413224
13125[[package]]13225[[package]]
13126name = "web-sys"13226name = "web-sys"
13127version = "0.3.56"13227version = "0.3.57"
13128source = "registry+https://github.com/rust-lang/crates.io-index"13228source = "registry+https://github.com/rust-lang/crates.io-index"
13129checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"13229checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
13130dependencies = [13230dependencies = [
13131 "js-sys",13231 "js-sys",
13132 "wasm-bindgen",13232 "wasm-bindgen",
1316313263
13164[[package]]13264[[package]]
13165name = "webpki-roots"13265name = "webpki-roots"
13166version = "0.22.2"13266version = "0.22.3"
13167source = "registry+https://github.com/rust-lang/crates.io-index"13267source = "registry+https://github.com/rust-lang/crates.io-index"
13168checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449"13268checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"
13169dependencies = [13269dependencies = [
13170 "webpki 0.22.0",13270 "webpki 0.22.0",
13171]13271]
1318113281
13182[[package]]13282[[package]]
13183name = "westend-runtime"13283name = "westend-runtime"
13184version = "0.9.18"13284version = "0.9.20"
13185source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13285source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
13186dependencies = [13286dependencies = [
13187 "beefy-primitives",13287 "beefy-primitives",
13188 "bitvec",13288 "bitvec",
13204 "pallet-collective",13304 "pallet-collective",
13205 "pallet-democracy",13305 "pallet-democracy",
13206 "pallet-election-provider-multi-phase",13306 "pallet-election-provider-multi-phase",
13307 "pallet-election-provider-support-benchmarking",
13207 "pallet-elections-phragmen",13308 "pallet-elections-phragmen",
13208 "pallet-grandpa",13309 "pallet-grandpa",
13209 "pallet-identity",13310 "pallet-identity",
13210 "pallet-im-online",13311 "pallet-im-online",
13211 "pallet-indices",13312 "pallet-indices",
13212 "pallet-membership",13313 "pallet-membership",
13213 "pallet-mmr-primitives",
13214 "pallet-multisig",13314 "pallet-multisig",
13215 "pallet-nicks",13315 "pallet-nicks",
13316 "pallet-nomination-pools",
13317 "pallet-nomination-pools-benchmarking",
13216 "pallet-offences",13318 "pallet-offences",
13217 "pallet-offences-benchmarking",13319 "pallet-offences-benchmarking",
13218 "pallet-preimage",13320 "pallet-preimage",
13250 "sp-core",13352 "sp-core",
13251 "sp-inherents",13353 "sp-inherents",
13252 "sp-io",13354 "sp-io",
13355 "sp-mmr-primitives",
13253 "sp-npos-elections",13356 "sp-npos-elections",
13254 "sp-offchain",13357 "sp-offchain",
13255 "sp-runtime",13358 "sp-runtime",
1326713370
13268[[package]]13371[[package]]
13269name = "westend-runtime-constants"13372name = "westend-runtime-constants"
13270version = "0.9.18"13373version = "0.9.20"
13271source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13374source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
13272dependencies = [13375dependencies = [
13273 "frame-support",13376 "frame-support",
13274 "polkadot-primitives",13377 "polkadot-primitives",
1333913442
13340[[package]]13443[[package]]
13341name = "windows-sys"13444name = "windows-sys"
13342version = "0.34.0"13445version = "0.36.1"
13343source = "registry+https://github.com/rust-lang/crates.io-index"13446source = "registry+https://github.com/rust-lang/crates.io-index"
13344checksum = "5acdd78cb4ba54c0045ac14f62d8f94a03d10047904ae2a40afa1e99d8f70825"13447checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
13345dependencies = [13448dependencies = [
13346 "windows_aarch64_msvc",13449 "windows_aarch64_msvc",
13347 "windows_i686_gnu",13450 "windows_i686_gnu",
1335213455
13353[[package]]13456[[package]]
13354name = "windows_aarch64_msvc"13457name = "windows_aarch64_msvc"
13355version = "0.34.0"13458version = "0.36.1"
13356source = "registry+https://github.com/rust-lang/crates.io-index"13459source = "registry+https://github.com/rust-lang/crates.io-index"
13357checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"13460checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
1335813461
13359[[package]]13462[[package]]
13360name = "windows_i686_gnu"13463name = "windows_i686_gnu"
13361version = "0.34.0"13464version = "0.36.1"
13362source = "registry+https://github.com/rust-lang/crates.io-index"13465source = "registry+https://github.com/rust-lang/crates.io-index"
13363checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"13466checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
1336413467
13365[[package]]13468[[package]]
13366name = "windows_i686_msvc"13469name = "windows_i686_msvc"
13367version = "0.34.0"13470version = "0.36.1"
13368source = "registry+https://github.com/rust-lang/crates.io-index"13471source = "registry+https://github.com/rust-lang/crates.io-index"
13369checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"13472checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
1337013473
13371[[package]]13474[[package]]
13372name = "windows_x86_64_gnu"13475name = "windows_x86_64_gnu"
13373version = "0.34.0"13476version = "0.36.1"
13374source = "registry+https://github.com/rust-lang/crates.io-index"13477source = "registry+https://github.com/rust-lang/crates.io-index"
13375checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"13478checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
1337613479
13377[[package]]13480[[package]]
13378name = "windows_x86_64_msvc"13481name = "windows_x86_64_msvc"
13379version = "0.34.0"13482version = "0.36.1"
13380source = "registry+https://github.com/rust-lang/crates.io-index"13483source = "registry+https://github.com/rust-lang/crates.io-index"
13381checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"13484checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
1338213485
13383[[package]]13486[[package]]
13384name = "winreg"13487name = "winreg"
1342113524
13422[[package]]13525[[package]]
13423name = "xcm"13526name = "xcm"
13424version = "0.9.18"13527version = "0.9.20"
13425source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13528source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
13426dependencies = [13529dependencies = [
13427 "derivative",13530 "derivative",
13428 "impl-trait-for-tuples",13531 "impl-trait-for-tuples",
1343413537
13435[[package]]13538[[package]]
13436name = "xcm-builder"13539name = "xcm-builder"
13437version = "0.9.18"13540version = "0.9.20"
13438source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13541source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
13439dependencies = [13542dependencies = [
13440 "frame-support",13543 "frame-support",
13441 "frame-system",13544 "frame-system",
1345413557
13455[[package]]13558[[package]]
13456name = "xcm-executor"13559name = "xcm-executor"
13457version = "0.9.18"13560version = "0.9.20"
13458source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13561source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
13459dependencies = [13562dependencies = [
13460 "frame-benchmarking",13563 "frame-benchmarking",
13461 "frame-support",13564 "frame-support",
13473[[package]]13576[[package]]
13474name = "xcm-procedural"13577name = "xcm-procedural"
13475version = "0.1.0"13578version = "0.1.0"
13476source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13579source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280"
13477dependencies = [13580dependencies = [
13478 "Inflector",13581 "Inflector",
13479 "proc-macro2",13582 "proc-macro2",
1350313606
13504[[package]]13607[[package]]
13505name = "zeroize"13608name = "zeroize"
13506version = "1.5.4"13609version = "1.5.5"
13507source = "registry+https://github.com/rust-lang/crates.io-index"13610source = "registry+https://github.com/rust-lang/crates.io-index"
13508checksum = "7eb5728b8afd3f280a869ce1d4c554ffaed35f45c231fc41bfbd0381bef50317"13611checksum = "94693807d016b2f2d2e14420eb3bfcca689311ff775dcf113d74ea624b7cdf07"
13509dependencies = [13612dependencies = [
13510 "zeroize_derive",13613 "zeroize_derive",
13511]13614]
1352413627
13525[[package]]13628[[package]]
13526name = "zstd"13629name = "zstd"
13527version = "0.9.2+zstd.1.5.1"13630version = "0.10.0+zstd.1.5.2"
13528source = "registry+https://github.com/rust-lang/crates.io-index"13631source = "registry+https://github.com/rust-lang/crates.io-index"
13529checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"13632checksum = "3b1365becbe415f3f0fcd024e2f7b45bacfb5bdd055f0dc113571394114e7bdd"
13530dependencies = [13633dependencies = [
13531 "zstd-safe",13634 "zstd-safe",
13532]13635]
1353313636
13534[[package]]13637[[package]]
13535name = "zstd-safe"13638name = "zstd-safe"
13536version = "4.1.3+zstd.1.5.1"13639version = "4.1.4+zstd.1.5.2"
13537source = "registry+https://github.com/rust-lang/crates.io-index"13640source = "registry+https://github.com/rust-lang/crates.io-index"
13538checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"13641checksum = "2f7cd17c9af1a4d6c24beb1cc54b17e2ef7b593dc92f19e9d9acad8b182bbaee"
13539dependencies = [13642dependencies = [
13540 "libc",13643 "libc",
13541 "zstd-sys",13644 "zstd-sys",
13542]13645]
1354313646
13544[[package]]13647[[package]]
13545name = "zstd-sys"13648name = "zstd-sys"
13546version = "1.6.2+zstd.1.5.1"13649version = "1.6.3+zstd.1.5.2"
13547source = "registry+https://github.com/rust-lang/crates.io-index"13650source = "registry+https://github.com/rust-lang/crates.io-index"
13548checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"13651checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"
13549dependencies = [13652dependencies = [
13550 "cc",13653 "cc",
13551 "libc",13654 "libc",
modifiedCargo.tomldiffbeforeafterboth

no syntactic changes

modifiedMakefilediffbeforeafterboth
3131
32.PHONY: _bench32.PHONY: _bench
33_bench:33_bench:
34 cargo run --release --features runtime-benchmarks -- \34 cargo run --release --features runtime-benchmarks,unique-runtime -- \
35 benchmark --pallet pallet-$(PALLET) \35 benchmark pallet --pallet pallet-$(PALLET) \
36 --wasm-execution compiled --extrinsic '*' \36 --wasm-execution compiled --extrinsic '*' \
37 --template .maintain/frame-weight-template.hbs --steps=50 --repeat=200 --heap-pages=4096 \37 --template .maintain/frame-weight-template.hbs --steps=50 --repeat=200 --heap-pages=4096 \
38 --output=./pallets/$(PALLET)/src/weights.rs38 --output=./pallets/$(PALLET)/src/weights.rs
3939
modifiedclient/rpc/Cargo.tomldiffbeforeafterboth
13jsonrpc-core-client = "18.0.0"13jsonrpc-core-client = "18.0.0"
14jsonrpc-derive = "18.0.0"14jsonrpc-derive = "18.0.0"
1515
16sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }16sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
17sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }17sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
19sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }19sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
20sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }20sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
21pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }21pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
2222
modifiedcrates/evm-coder/Cargo.tomldiffbeforeafterboth
9primitive-types = { version = "0.11.1", default-features = false }9primitive-types = { version = "0.11.1", default-features = false }
10hex-literal = "0.3.3"10hex-literal = "0.3.3"
11ethereum = { version = "0.12.0", default-features = false }11ethereum = { version = "0.12.0", default-features = false }
12evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm.git", branch = "unique-polkadot-v0.9.18" }12evm-core = { default-features = false , git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.19" }
13impl-trait-for-tuples = "0.2.1"13impl-trait-for-tuples = "0.2.1"
1414
15[dev-dependencies]15[dev-dependencies]
modifiednode/cli/Cargo.tomldiffbeforeafterboth
2# Build Dependencies2# Build Dependencies
33
4[build-dependencies.substrate-build-script-utils]4[build-dependencies.substrate-build-script-utils]
5git = 'https://github.com/paritytech/substrate.git'5git = "https://github.com/paritytech/substrate"
6branch = 'polkadot-v0.9.18'6branch = "polkadot-v0.9.20"
77
8################################################################################8################################################################################
9# Substrate Dependecies9# Substrate Dependecies
15version = '3.1.2'15version = '3.1.2'
1616
17[dependencies.frame-benchmarking]17[dependencies.frame-benchmarking]
18git = 'https://github.com/paritytech/substrate.git'18git = "https://github.com/paritytech/substrate"
19branch = 'polkadot-v0.9.18'19branch = "polkadot-v0.9.20"
2020
21[dependencies.frame-benchmarking-cli]21[dependencies.frame-benchmarking-cli]
22git = 'https://github.com/paritytech/substrate.git'22git = "https://github.com/paritytech/substrate"
23branch = 'polkadot-v0.9.18'23branch = "polkadot-v0.9.20"
2424
25[dependencies.pallet-transaction-payment-rpc]25[dependencies.pallet-transaction-payment-rpc]
26git = 'https://github.com/paritytech/substrate.git'26git = "https://github.com/paritytech/substrate"
27branch = 'polkadot-v0.9.18'27branch = "polkadot-v0.9.20"
2828
29[dependencies.substrate-prometheus-endpoint]29[dependencies.substrate-prometheus-endpoint]
30git = 'https://github.com/paritytech/substrate.git'30git = "https://github.com/paritytech/substrate"
31branch = 'polkadot-v0.9.18'31branch = "polkadot-v0.9.20"
3232
33[dependencies.sc-basic-authorship]33[dependencies.sc-basic-authorship]
34git = 'https://github.com/paritytech/substrate.git'34git = "https://github.com/paritytech/substrate"
35branch = 'polkadot-v0.9.18'35branch = "polkadot-v0.9.20"
3636
37[dependencies.sc-chain-spec]37[dependencies.sc-chain-spec]
38git = 'https://github.com/paritytech/substrate.git'38git = "https://github.com/paritytech/substrate"
39branch = 'polkadot-v0.9.18'39branch = "polkadot-v0.9.20"
4040
41[dependencies.sc-cli]41[dependencies.sc-cli]
42features = ['wasmtime']42features = ['wasmtime']
43git = 'https://github.com/paritytech/substrate.git'43git = "https://github.com/paritytech/substrate"
44branch = 'polkadot-v0.9.18'44branch = "polkadot-v0.9.20"
4545
46[dependencies.sc-client-api]46[dependencies.sc-client-api]
47git = 'https://github.com/paritytech/substrate.git'47git = "https://github.com/paritytech/substrate"
48branch = 'polkadot-v0.9.18'48branch = "polkadot-v0.9.20"
4949
50[dependencies.sc-consensus]50[dependencies.sc-consensus]
51git = 'https://github.com/paritytech/substrate.git'51git = "https://github.com/paritytech/substrate"
52branch = 'polkadot-v0.9.18'52branch = "polkadot-v0.9.20"
5353
54[dependencies.sc-consensus-aura]54[dependencies.sc-consensus-aura]
55git = 'https://github.com/paritytech/substrate.git'55git = "https://github.com/paritytech/substrate"
56branch = 'polkadot-v0.9.18'56branch = "polkadot-v0.9.20"
5757
58[dependencies.sc-executor]58[dependencies.sc-executor]
59features = ['wasmtime']59features = ['wasmtime']
60git = 'https://github.com/paritytech/substrate.git'60git = "https://github.com/paritytech/substrate"
61branch = 'polkadot-v0.9.18'61branch = "polkadot-v0.9.20"
6262
63[dependencies.sc-finality-grandpa]63[dependencies.sc-finality-grandpa]
64git = 'https://github.com/paritytech/substrate.git'64git = "https://github.com/paritytech/substrate"
65branch = 'polkadot-v0.9.18'65branch = "polkadot-v0.9.20"
6666
67[dependencies.sc-keystore]67[dependencies.sc-keystore]
68git = 'https://github.com/paritytech/substrate.git'68git = "https://github.com/paritytech/substrate"
69branch = 'polkadot-v0.9.18'69branch = "polkadot-v0.9.20"
7070
71[dependencies.sc-rpc]71[dependencies.sc-rpc]
72git = 'https://github.com/paritytech/substrate.git'72git = "https://github.com/paritytech/substrate"
73branch = 'polkadot-v0.9.18'73branch = "polkadot-v0.9.20"
7474
75[dependencies.sc-rpc-api]75[dependencies.sc-rpc-api]
76git = 'https://github.com/paritytech/substrate.git'76git = "https://github.com/paritytech/substrate"
77branch = 'polkadot-v0.9.18'77branch = "polkadot-v0.9.20"
7878
79[dependencies.sc-service]79[dependencies.sc-service]
80features = ['wasmtime']80features = ['wasmtime']
81git = 'https://github.com/paritytech/substrate.git'81git = "https://github.com/paritytech/substrate"
82branch = 'polkadot-v0.9.18'82branch = "polkadot-v0.9.20"
8383
84[dependencies.sc-telemetry]84[dependencies.sc-telemetry]
85git = 'https://github.com/paritytech/substrate.git'85git = "https://github.com/paritytech/substrate"
86branch = 'polkadot-v0.9.18'86branch = "polkadot-v0.9.20"
8787
88[dependencies.sc-transaction-pool]88[dependencies.sc-transaction-pool]
89git = 'https://github.com/paritytech/substrate.git'89git = "https://github.com/paritytech/substrate"
90branch = 'polkadot-v0.9.18'90branch = "polkadot-v0.9.20"
9191
92[dependencies.sc-tracing]92[dependencies.sc-tracing]
93git = 'https://github.com/paritytech/substrate.git'93git = "https://github.com/paritytech/substrate"
94branch = 'polkadot-v0.9.18'94branch = "polkadot-v0.9.20"
9595
96[dependencies.sp-block-builder]96[dependencies.sp-block-builder]
97git = 'https://github.com/paritytech/substrate.git'97git = "https://github.com/paritytech/substrate"
98branch = 'polkadot-v0.9.18'98branch = "polkadot-v0.9.20"
9999
100[dependencies.sp-api]100[dependencies.sp-api]
101git = 'https://github.com/paritytech/substrate.git'101git = "https://github.com/paritytech/substrate"
102branch = 'polkadot-v0.9.18'102branch = "polkadot-v0.9.20"
103103
104[dependencies.sp-blockchain]104[dependencies.sp-blockchain]
105git = 'https://github.com/paritytech/substrate.git'105git = "https://github.com/paritytech/substrate"
106branch = 'polkadot-v0.9.18'106branch = "polkadot-v0.9.20"
107107
108[dependencies.sp-consensus]108[dependencies.sp-consensus]
109git = 'https://github.com/paritytech/substrate.git'109git = "https://github.com/paritytech/substrate"
110branch = 'polkadot-v0.9.18'110branch = "polkadot-v0.9.20"
111111
112[dependencies.sp-consensus-aura]112[dependencies.sp-consensus-aura]
113git = 'https://github.com/paritytech/substrate.git'113git = "https://github.com/paritytech/substrate"
114branch = 'polkadot-v0.9.18'114branch = "polkadot-v0.9.20"
115115
116[dependencies.sp-core]116[dependencies.sp-core]
117git = 'https://github.com/paritytech/substrate.git'117git = "https://github.com/paritytech/substrate"
118branch = 'polkadot-v0.9.18'118branch = "polkadot-v0.9.20"
119119
120[dependencies.sp-finality-grandpa]120[dependencies.sp-finality-grandpa]
121git = 'https://github.com/paritytech/substrate.git'121git = "https://github.com/paritytech/substrate"
122branch = 'polkadot-v0.9.18'122branch = "polkadot-v0.9.20"
123123
124[dependencies.sp-inherents]124[dependencies.sp-inherents]
125git = 'https://github.com/paritytech/substrate.git'125git = "https://github.com/paritytech/substrate"
126branch = 'polkadot-v0.9.18'126branch = "polkadot-v0.9.20"
127127
128[dependencies.sp-keystore]128[dependencies.sp-keystore]
129git = 'https://github.com/paritytech/substrate.git'129git = "https://github.com/paritytech/substrate"
130branch = 'polkadot-v0.9.18'130branch = "polkadot-v0.9.20"
131131
132[dependencies.sp-offchain]132[dependencies.sp-offchain]
133git = 'https://github.com/paritytech/substrate.git'133git = "https://github.com/paritytech/substrate"
134branch = 'polkadot-v0.9.18'134branch = "polkadot-v0.9.20"
135135
136[dependencies.sp-runtime]136[dependencies.sp-runtime]
137git = 'https://github.com/paritytech/substrate.git'137git = "https://github.com/paritytech/substrate"
138branch = 'polkadot-v0.9.18'138branch = "polkadot-v0.9.20"
139139
140[dependencies.sp-session]140[dependencies.sp-session]
141git = 'https://github.com/paritytech/substrate.git'141git = "https://github.com/paritytech/substrate"
142branch = 'polkadot-v0.9.18'142branch = "polkadot-v0.9.20"
143143
144[dependencies.sp-timestamp]144[dependencies.sp-timestamp]
145git = 'https://github.com/paritytech/substrate.git'145git = "https://github.com/paritytech/substrate"
146branch = 'polkadot-v0.9.18'146branch = "polkadot-v0.9.20"
147147
148[dependencies.sp-transaction-pool]148[dependencies.sp-transaction-pool]
149git = 'https://github.com/paritytech/substrate.git'149git = "https://github.com/paritytech/substrate"
150branch = 'polkadot-v0.9.18'150branch = "polkadot-v0.9.20"
151151
152[dependencies.sp-trie]152[dependencies.sp-trie]
153git = 'https://github.com/paritytech/substrate.git'153git = "https://github.com/paritytech/substrate"
154branch = 'polkadot-v0.9.18'154branch = "polkadot-v0.9.20"
155155
156[dependencies.substrate-frame-rpc-system]156[dependencies.substrate-frame-rpc-system]
157git = 'https://github.com/paritytech/substrate.git'157git = "https://github.com/paritytech/substrate"
158branch = 'polkadot-v0.9.18'158branch = "polkadot-v0.9.20"
159159
160[dependencies.sc-network]160[dependencies.sc-network]
161git = 'https://github.com/paritytech/substrate.git'161git = "https://github.com/paritytech/substrate"
162branch = 'polkadot-v0.9.18'162branch = "polkadot-v0.9.20"
163163
164[dependencies.serde]164[dependencies.serde]
165features = ['derive']165features = ['derive']
169version = '1.0.68'169version = '1.0.68'
170170
171[dependencies.sc-consensus-manual-seal]171[dependencies.sc-consensus-manual-seal]
172git = 'https://github.com/paritytech/substrate.git'172git = "https://github.com/paritytech/substrate"
173branch = 'polkadot-v0.9.18'173branch = "polkadot-v0.9.20"
174174
175################################################################################175################################################################################
176# Cumulus dependencies176# Cumulus dependencies
177177
178[dependencies.cumulus-client-consensus-aura]178[dependencies.cumulus-client-consensus-aura]
179git = 'https://github.com/paritytech/cumulus.git'179git = "https://github.com/paritytech/cumulus"
180branch = 'polkadot-v0.9.18'180branch = "polkadot-v0.9.20"
181181
182[dependencies.cumulus-client-consensus-common]182[dependencies.cumulus-client-consensus-common]
183git = 'https://github.com/paritytech/cumulus.git'183git = "https://github.com/paritytech/cumulus"
184branch = 'polkadot-v0.9.18'184branch = "polkadot-v0.9.20"
185185
186[dependencies.cumulus-client-collator]186[dependencies.cumulus-client-collator]
187git = 'https://github.com/paritytech/cumulus.git'187git = "https://github.com/paritytech/cumulus"
188branch = 'polkadot-v0.9.18'188branch = "polkadot-v0.9.20"
189189
190[dependencies.cumulus-client-cli]190[dependencies.cumulus-client-cli]
191git = 'https://github.com/paritytech/cumulus.git'191git = "https://github.com/paritytech/cumulus"
192branch = 'polkadot-v0.9.18'192branch = "polkadot-v0.9.20"
193193
194[dependencies.cumulus-client-network]194[dependencies.cumulus-client-network]
195git = 'https://github.com/paritytech/cumulus.git'195git = "https://github.com/paritytech/cumulus"
196branch = 'polkadot-v0.9.18'196branch = "polkadot-v0.9.20"
197197
198[dependencies.cumulus-primitives-core]198[dependencies.cumulus-primitives-core]
199git = 'https://github.com/paritytech/cumulus.git'199git = "https://github.com/paritytech/cumulus"
200branch = 'polkadot-v0.9.18'200branch = "polkadot-v0.9.20"
201201
202[dependencies.cumulus-primitives-parachain-inherent]202[dependencies.cumulus-primitives-parachain-inherent]
203git = 'https://github.com/paritytech/cumulus.git'203git = "https://github.com/paritytech/cumulus"
204branch = 'polkadot-v0.9.18'204branch = "polkadot-v0.9.20"
205205
206[dependencies.cumulus-client-service]206[dependencies.cumulus-client-service]
207git = 'https://github.com/paritytech/cumulus.git'207git = "https://github.com/paritytech/cumulus"
208branch = 'polkadot-v0.9.18'208branch = "polkadot-v0.9.20"
209209
210[dependencies.cumulus-relay-chain-interface]210[dependencies.cumulus-relay-chain-interface]
211git = 'https://github.com/paritytech/cumulus.git'211git = "https://github.com/paritytech/cumulus"
212branch = 'polkadot-v0.9.18'212branch = "polkadot-v0.9.20"
213213
214[dependencies.cumulus-relay-chain-inprocess-interface]214[dependencies.cumulus-relay-chain-inprocess-interface]
215git = 'https://github.com/paritytech/cumulus.git'215git = "https://github.com/paritytech/cumulus"
216branch = 'polkadot-v0.9.18'216branch = "polkadot-v0.9.20"
217217
218[dependencies.cumulus-relay-chain-rpc-interface]218[dependencies.cumulus-relay-chain-rpc-interface]
219git = 'https://github.com/paritytech/cumulus.git'219git = "https://github.com/paritytech/cumulus"
220branch = 'polkadot-v0.9.18'220branch = "polkadot-v0.9.20"
221221
222################################################################################222################################################################################
223# Polkadot dependencies223# Polkadot dependencies
224[dependencies.polkadot-primitives]224[dependencies.polkadot-primitives]
225git = "https://github.com/paritytech/polkadot"225git = "https://github.com/paritytech/polkadot"
226branch = 'release-v0.9.18'226branch = "release-v0.9.20"
227227
228[dependencies.polkadot-service]228[dependencies.polkadot-service]
229git = "https://github.com/paritytech/polkadot"229git = "https://github.com/paritytech/polkadot"
230branch = 'release-v0.9.18'230branch = "release-v0.9.20"
231231
232[dependencies.polkadot-cli]232[dependencies.polkadot-cli]
233git = "https://github.com/paritytech/polkadot"233git = "https://github.com/paritytech/polkadot"
234branch = 'release-v0.9.18'234branch = "release-v0.9.20"
235235
236[dependencies.polkadot-test-service]236[dependencies.polkadot-test-service]
237git = "https://github.com/paritytech/polkadot"237git = "https://github.com/paritytech/polkadot"
238branch = 'release-v0.9.18'238branch = "release-v0.9.20"
239239
240[dependencies.polkadot-parachain]240[dependencies.polkadot-parachain]
241git = "https://github.com/paritytech/polkadot"241git = "https://github.com/paritytech/polkadot"
242branch = 'release-v0.9.18'242branch = "release-v0.9.20"
243243
244244
245################################################################################245################################################################################
268path = "../../primitives/rpc"268path = "../../primitives/rpc"
269269
270[dependencies.pallet-transaction-payment-rpc-runtime-api]270[dependencies.pallet-transaction-payment-rpc-runtime-api]
271git = 'https://github.com/paritytech/substrate.git'271git = "https://github.com/paritytech/substrate"
272branch = 'polkadot-v0.9.18'272branch = "polkadot-v0.9.20"
273273
274################################################################################274################################################################################
275# Package275# Package
302jsonrpc-pubsub = "18.0.0"302jsonrpc-pubsub = "18.0.0"
303tokio = { version = "1.17.0", features = ["time"] }303tokio = { version = "1.17.0", features = ["time"] }
304304
305fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }305fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
306fc-consensus = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }306fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
307fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }307fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
308fc-rpc = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }308fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
309fc-db = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }309fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
310fp-rpc = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }310fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
311pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }311pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
312312
313unique-rpc = { default-features = false, path = "../rpc" }313unique-rpc = { default-features = false, path = "../rpc" }
314314
modifiednode/cli/src/cli.rsdiffbeforeafterboth
53 Revert(sc_cli::RevertCmd),53 Revert(sc_cli::RevertCmd),
5454
55 /// The custom benchmark subcommmand benchmarking runtime pallets.55 /// The custom benchmark subcommmand benchmarking runtime pallets.
56 #[structopt(name = "benchmark", about = "Benchmark runtime pallets.")]56 #[clap(subcommand)]
57 Benchmark(frame_benchmarking_cli::BenchmarkCmd),57 Benchmark(frame_benchmarking_cli::BenchmarkCmd),
58}58}
5959
modifiednode/cli/src/command.rsdiffbeforeafterboth
325 })325 })
326 }326 }
327 Some(Subcommand::Revert(cmd)) => construct_async_run!(|components, cli, cmd, config| {327 Some(Subcommand::Revert(cmd)) => construct_async_run!(|components, cli, cmd, config| {
328 Ok(cmd.run(components.client, components.backend))328 Ok(cmd.run(components.client, components.backend, None))
329 }),329 }),
330 Some(Subcommand::ExportGenesisState(params)) => {330 Some(Subcommand::ExportGenesisState(params)) => {
331 let mut builder = sc_cli::LoggerBuilder::new("");331 let mut builder = sc_cli::LoggerBuilder::new("");
371371
372 Ok(())372 Ok(())
373 }373 }
374 #[cfg(feature = "unique-runtime")]
374 Some(Subcommand::Benchmark(cmd)) => {375 Some(Subcommand::Benchmark(cmd)) => {
375 if cfg!(feature = "runtime-benchmarks") {376 use frame_benchmarking_cli::BenchmarkCmd;
376 let runner = cli.create_runner(cmd)?;377 let runner = cli.create_runner(cmd)?;
378 // Switch on the concrete benchmark sub-command-
377 runner.sync_run(|config| match config.chain_spec.runtime_id() {379 match cmd {
378 #[cfg(feature = "unique-runtime")]380 BenchmarkCmd::Pallet(cmd) => {
379 RuntimeId::Unique => cmd.run::<Block, UniqueRuntimeExecutor>(config),
380
381 #[cfg(feature = "quartz-runtime")]381 if cfg!(feature = "runtime-benchmarks") {
382 RuntimeId::Quartz => cmd.run::<Block, QuartzRuntimeExecutor>(config),382 runner.sync_run(|config| cmd.run::<Block, UniqueRuntimeExecutor>(config))
383383 } else {
384 Err("Benchmarking wasn't enabled when building the node. \
385 You can enable it with `--features runtime-benchmarks`."
386 .into())
387 }
388 }
389 BenchmarkCmd::Block(cmd) => runner.sync_run(|config| {
390 let partials = new_partial::<
391 unique_runtime::RuntimeApi,
392 UniqueRuntimeExecutor,
393 _,
394 >(&config, crate::service::parachain_build_import_queue)?;
395 cmd.run(partials.client)
396 }),
384 RuntimeId::Opal => cmd.run::<Block, OpalRuntimeExecutor>(config),397 BenchmarkCmd::Storage(cmd) => runner.sync_run(|config| {
398 let partials = new_partial::<
399 unique_runtime::RuntimeApi,
400 UniqueRuntimeExecutor,
401 _,
402 >(&config, crate::service::parachain_build_import_queue)?;
403 let db = partials.backend.expose_db();
404 let storage = partials.backend.expose_storage();
405
406 cmd.run(config, partials.client.clone(), db, storage)
407 }),
385 RuntimeId::Unknown(chain) => Err(no_runtime_err!(chain).into()),408 BenchmarkCmd::Overhead(_) => Err("Unsupported benchmarking command".into()),
386 })409 }
387 } else {
388 Err("Benchmarking wasn't enabled when building the node. \
389 You can enable it with `--features runtime-benchmarks`."
390 .into())
391 }
392 }410 }
411 #[cfg(not(feature = "unique-runtime"))]
412 Some(Subcommand::Benchmark(..)) => {
413 Err("benchmarking is only available with unique runtime enabled".into())
414 }
393 None => {415 None => {
394 let runner = cli.create_runner(&cli.run.normalize())?;416 let runner = cli.create_runner(&cli.run.normalize())?;
395 let collator_options = cli.run.collator_options();417 let collator_options = cli.run.collator_options();
426 let para_id = ParaId::from(para_id);448 let para_id = ParaId::from(para_id);
427449
428 let parachain_account =450 let parachain_account =
429 AccountIdConversion::<polkadot_primitives::v0::AccountId>::into_account(451 AccountIdConversion::<polkadot_primitives::v2::AccountId>::into_account(
430 &para_id,452 &para_id,
431 );453 );
432454
modifiednode/cli/src/service.rsdiffbeforeafterboth
341 + 'static,341 + 'static,
342 RuntimeApi::RuntimeApi: sp_transaction_pool::runtime_api::TaggedTransactionQueue<Block>342 RuntimeApi::RuntimeApi: sp_transaction_pool::runtime_api::TaggedTransactionQueue<Block>
343 + fp_rpc::EthereumRuntimeRPCApi<Block>343 + fp_rpc::EthereumRuntimeRPCApi<Block>
344 + fp_rpc::ConvertTransactionRuntimeApi<Block>
344 + sp_session::SessionKeys<Block>345 + sp_session::SessionKeys<Block>
345 + sp_block_builder::BlockBuilder<Block>346 + sp_block_builder::BlockBuilder<Block>
346 + pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<Block, Balance>347 + pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<Block, Balance>
474 client.clone(),475 client.clone(),
475 backend.clone(),476 backend.clone(),
476 frontier_backend.clone(),477 frontier_backend.clone(),
478 3,
479 0,
477 SyncStrategy::Normal,480 SyncStrategy::Normal,
478 )481 )
479 .for_each(|()| futures::future::ready(())),482 .for_each(|()| futures::future::ready(())),
619 + 'static,622 + 'static,
620 RuntimeApi::RuntimeApi: sp_transaction_pool::runtime_api::TaggedTransactionQueue<Block>623 RuntimeApi::RuntimeApi: sp_transaction_pool::runtime_api::TaggedTransactionQueue<Block>
621 + fp_rpc::EthereumRuntimeRPCApi<Block>624 + fp_rpc::EthereumRuntimeRPCApi<Block>
625 + fp_rpc::ConvertTransactionRuntimeApi<Block>
622 + sp_session::SessionKeys<Block>626 + sp_session::SessionKeys<Block>
623 + sp_block_builder::BlockBuilder<Block>627 + sp_block_builder::BlockBuilder<Block>
624 + pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<Block, Balance>628 + pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<Block, Balance>
751 + 'static,755 + 'static,
752 RuntimeApi::RuntimeApi: sp_transaction_pool::runtime_api::TaggedTransactionQueue<Block>756 RuntimeApi::RuntimeApi: sp_transaction_pool::runtime_api::TaggedTransactionQueue<Block>
753 + fp_rpc::EthereumRuntimeRPCApi<Block>757 + fp_rpc::EthereumRuntimeRPCApi<Block>
758 + fp_rpc::ConvertTransactionRuntimeApi<Block>
754 + sp_session::SessionKeys<Block>759 + sp_session::SessionKeys<Block>
755 + sp_block_builder::BlockBuilder<Block>760 + sp_block_builder::BlockBuilder<Block>
756 + pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<Block, Balance>761 + pallet_transaction_payment_rpc_runtime_api::TransactionPaymentApi<Block, Balance>
913 client.clone(),918 client.clone(),
914 backend.clone(),919 backend.clone(),
915 frontier_backend.clone(),920 frontier_backend.clone(),
921 3,
922 0,
916 SyncStrategy::Normal,923 SyncStrategy::Normal,
917 )924 )
918 .for_each(|()| futures::future::ready(())),925 .for_each(|()| futures::future::ready(())),
modifiednode/rpc/Cargo.tomldiffbeforeafterboth
13futures = { version = "0.3.17", features = ["compat"] }13futures = { version = "0.3.17", features = ["compat"] }
14jsonrpc-core = "18.0.0"14jsonrpc-core = "18.0.0"
15jsonrpc-pubsub = "18.0.0"15jsonrpc-pubsub = "18.0.0"
16# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }16# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }
17pallet-transaction-payment-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }17pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
18pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }18pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
19sc-client-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }19sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
20sc-consensus-aura = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }20sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
21sc-consensus-epochs = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }21sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
22sc-finality-grandpa = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }22sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
23sc-finality-grandpa-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }23sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
24sc-keystore = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }24sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
25sc-network = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }25sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
26sc-rpc-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }26sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
27sc-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }27sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
28sc-service = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }28sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
29sp-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }29sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
30sp-block-builder = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }30sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
31sp-blockchain = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }31sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
32sp-consensus = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }32sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
33sp-consensus-aura = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }33sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
34sp-core = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }34sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
35sp-offchain = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }35sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
36sp-runtime = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }36sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
37sp-storage = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }37sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
38sp-session = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }38sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
39sp-transaction-pool = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }39sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
40sc-transaction-pool = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }40sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
41substrate-frame-rpc-system = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }41substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
42tokio = { version = "0.2.25", features = ["macros", "sync"] }42tokio = { version = "0.2.25", features = ["macros", "sync"] }
4343
44pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }44pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
45fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }45fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
46fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }46fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
47fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
47fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }48fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
48fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }49fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
49fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }50fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
5051
51pallet-common = { default-features = false, path = "../../pallets/common" }52pallet-common = { default-features = false, path = "../../pallets/common" }
52unique-runtime-common = { default-features = false, path = "../../runtime/common" }53unique-runtime-common = { default-features = false, path = "../../runtime/common" }
modifiednode/rpc/src/lib.rsdiffbeforeafterboth
21};21};
22use fc_rpc_core::types::{FilterPool, FeeHistoryCache};22use fc_rpc_core::types::{FilterPool, FeeHistoryCache};
23use jsonrpc_pubsub::manager::SubscriptionManager;23use jsonrpc_pubsub::manager::SubscriptionManager;
24use pallet_ethereum::EthereumStorageSchema;24use fp_storage::EthereumStorageSchema;
25use sc_client_api::{25use sc_client_api::{
26 backend::{AuxStore, StorageProvider},26 backend::{AuxStore, StorageProvider},
27 client::BlockchainEvents,27 client::BlockchainEvents,
38use sp_block_builder::BlockBuilder;38use sp_block_builder::BlockBuilder;
39use sp_blockchain::{Error as BlockChainError, HeaderBackend, HeaderMetadata};39use sp_blockchain::{Error as BlockChainError, HeaderBackend, HeaderMetadata};
40use sc_service::TransactionPool;40use sc_service::TransactionPool;
41use std::{collections::BTreeMap, marker::PhantomData, sync::Arc};41use std::{collections::BTreeMap, sync::Arc};
4242
43use unique_runtime_common::types::{43use unique_runtime_common::types::{
44 Hash, AccountId, RuntimeInstance, Index, Block, BlockNumber, Balance,44 Hash, AccountId, RuntimeInstance, Index, Block, BlockNumber, Balance,
93 pub block_data_cache: Arc<EthBlockDataCache<Block>>,93 pub block_data_cache: Arc<EthBlockDataCache<Block>>,
94}94}
95
96struct AccountCodes<C, B, R> {
97 client: Arc<C>,
98 _blk_marker: PhantomData<B>,
99 _runtime_marker: PhantomData<R>,
100}
101
102impl<C, Block, R> AccountCodes<C, Block, R>
103where
104 Block: sp_api::BlockT,
105 C: ProvideRuntimeApi<Block>,
106 R: RuntimeInstance,
107{
108 fn new(client: Arc<C>) -> Self {
109 Self {
110 client,
111 _blk_marker: PhantomData,
112 _runtime_marker: PhantomData,
113 }
114 }
115}
116
117impl<C, Block, Runtime> fc_rpc::AccountCodeProvider<Block> for AccountCodes<C, Block, Runtime>
118where
119 Block: sp_api::BlockT,
120 C: ProvideRuntimeApi<Block>,
121 C::Api: up_rpc::UniqueApi<Block, <Runtime as RuntimeInstance>::CrossAccountId, AccountId>,
122 Runtime: RuntimeInstance,
123{
124 fn code(&self, block: &sp_api::BlockId<Block>, account: sp_core::H160) -> Option<Vec<u8>> {
125 use up_rpc::UniqueApi;
126 self.client
127 .runtime_api()
128 .eth_contract_code(block, account)
129 .ok()
130 .flatten()
131 }
132}
13395
134pub fn overrides_handle<C, BE, R>(client: Arc<C>) -> Arc<OverrideHandle<Block>>96pub fn overrides_handle<C, BE, R>(client: Arc<C>) -> Arc<OverrideHandle<Block>>
135where97where
145 let mut overrides_map = BTreeMap::new();107 let mut overrides_map = BTreeMap::new();
146 overrides_map.insert(108 overrides_map.insert(
147 EthereumStorageSchema::V1,109 EthereumStorageSchema::V1,
148 Box::new(SchemaV1Override::new_with_code_provider(110 Box::new(SchemaV1Override::new(client.clone()))
149 client.clone(),
150 Arc::new(AccountCodes::<C, Block, R>::new(client.clone())),
151 )) as Box<dyn StorageOverride<_> + Send + Sync>,111 as Box<dyn StorageOverride<_> + Send + Sync>,
152 );112 );
153 overrides_map.insert(113 overrides_map.insert(
154 EthereumStorageSchema::V2,114 EthereumStorageSchema::V2,
182 // C::Api: pallet_contracts_rpc::ContractsRuntimeApi<Block, AccountId, Balance, BlockNumber, Hash>,142 // C::Api: pallet_contracts_rpc::ContractsRuntimeApi<Block, AccountId, Balance, BlockNumber, Hash>,
183 C::Api: pallet_transaction_payment_rpc::TransactionPaymentRuntimeApi<Block, Balance>,143 C::Api: pallet_transaction_payment_rpc::TransactionPaymentRuntimeApi<Block, Balance>,
184 C::Api: fp_rpc::EthereumRuntimeRPCApi<Block>,144 C::Api: fp_rpc::EthereumRuntimeRPCApi<Block>,
145 C::Api: fp_rpc::ConvertTransactionRuntimeApi<Block>,
185 C::Api: up_rpc::UniqueApi<Block, <R as RuntimeInstance>::CrossAccountId, AccountId>,146 C::Api: up_rpc::UniqueApi<Block, <R as RuntimeInstance>::CrossAccountId, AccountId>,
186 B: sc_client_api::Backend<Block> + Send + Sync + 'static,147 B: sc_client_api::Backend<Block> + Send + Sync + 'static,
187 B::State: sc_client_api::backend::StateBackend<sp_runtime::traits::HashFor<Block>>,148 B::State: sc_client_api::backend::StateBackend<sp_runtime::traits::HashFor<Block>>,
242 client.clone(),203 client.clone(),
243 pool.clone(),204 pool.clone(),
244 graph,205 graph,
245 <R as RuntimeInstance>::get_transaction_converter(),206 Some(<R as RuntimeInstance>::get_transaction_converter()),
246 network.clone(),207 network.clone(),
247 signers,208 signers,
248 overrides.clone(),209 overrides.clone(),
249 backend.clone(),210 backend.clone(),
250 is_authority,211 is_authority,
251 max_past_logs,
252 block_data_cache.clone(),212 block_data_cache.clone(),
253 fee_history_limit,213 fee_history_limit,
254 fee_history_cache,214 fee_history_cache,
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.git', branch = 'polkadot-v0.9.18' }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
15frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
16sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
17sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
18sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
19fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }19fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
20up-data-structs = { default-features = false, path = '../../primitives/data-structs' }20up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
21pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }21pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
22evm-coder = { default-features = false, path = '../../crates/evm-coder' }22evm-coder = { default-features = false, path = '../../crates/evm-coder' }
23pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }23pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
24serde = { version = "1.0.130", default-features = false }24serde = { version = "1.0.130", default-features = false }
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/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.git', branch = 'polkadot-v0.9.18' }11sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
12sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }12sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
13ethereum = { version = "0.12.0", default-features = false }13ethereum = { version = "0.12.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.git", branch = "unique-polkadot-v0.9.18-2" }15pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
16pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }16pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
17frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }17frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
18frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }18frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
19frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
2020
21[dependencies.codec]21[dependencies.codec]
22default-features = false22default-features = false
modifiedpallets/evm-coder-substrate/src/lib.rsdiffbeforeafterboth
44 use pallet_ethereum::EthereumTransactionSender;44 use pallet_ethereum::EthereumTransactionSender;
45 use sp_std::cell::RefCell;45 use sp_std::cell::RefCell;
46 use sp_std::vec::Vec;46 use sp_std::vec::Vec;
47 use sp_core::{H160, H256};47 use sp_core::H160;
48 use ethereum::TransactionV2;
49 use frame_support::{pallet_prelude::*, traits::PalletInfo};48 use frame_support::{pallet_prelude::*, traits::PalletInfo};
50 use frame_system::pallet_prelude::*;49 use frame_system::pallet_prelude::*;
5150
82 pub const G_SLOAD_WORD: u64 = 800;81 pub const G_SLOAD_WORD: u64 = 800;
83 pub const G_SSTORE_WORD: u64 = 20000;82 pub const G_SSTORE_WORD: u64 = 20000;
84
85 pub fn generate_transaction() -> TransactionV2 {
86 use ethereum::{TransactionV0, TransactionAction, TransactionSignature};
87 TransactionV2::Legacy(TransactionV0 {
88 nonce: 0.into(),
89 gas_price: 0.into(),
90 gas_limit: 0.into(),
91 action: TransactionAction::Call(H160([0; 20])),
92 value: 0.into(),
93 // zero selector, this transaction always has same sender, so all data should be acquired from logs
94 input: Vec::from([0, 0, 0, 0]),
95 // if v is not 27 - then we need to pass some other validity checks
96 signature: TransactionSignature::new(27, H256([0x88; 32]), H256([0x88; 32])).unwrap(),
97 })
98 }
9983
100 #[derive(Default)]84 #[derive(Default)]
101 pub struct SubstrateRecorder<T: Config> {85 pub struct SubstrateRecorder<T: Config> {
214 }198 }
215 T::EthereumTransactionSender::submit_logs_transaction(199 T::EthereumTransactionSender::submit_logs_transaction(Default::default(), logs)
216 Default::default(),
217 generate_transaction(),
218 logs,
219 )
220 }200 }
221 }201 }
229 .expect("evm-coder-substrate is a pallet, which should be added to runtime")209 .expect("evm-coder-substrate is a pallet, which should be added to runtime")
230 as u8 =>210 as u8 =>
231 {211 {
212 let mut read = &error as &[u8];
232 match error {213 match Error::<T>::decode(&mut read) {
233 v if v == Error::<T>::OutOfGas.as_u8() => ExError::Error(ExitError::OutOfGas),214 Ok(Error::<T>::OutOfGas) => ExError::Error(ExitError::OutOfGas),
234 v if v == Error::<T>::OutOfFund.as_u8() => ExError::Error(ExitError::OutOfFund),215 Ok(Error::<T>::OutOfFund) => ExError::Error(ExitError::OutOfFund),
235 _ => unreachable!("this pallet only defines two possible errors"),216 _ => unreachable!("this pallet only defines two possible errors"),
236 }217 }
237 }218 }
238 DispatchError::Module(ModuleError {219 DispatchError::Module(ModuleError {
239 message: Some(msg), ..220 message: Some(msg), ..
240 }) => ExError::Revert(msg.into()),221 }) => ExError::Revert(msg.into()),
241 DispatchError::Module(ModuleError { index, error, .. }) => {222 DispatchError::Module(ModuleError { index, error, .. }) => {
242 ExError::Revert(format!("error {} in pallet {}", error, index))223 ExError::Revert(format!("error {:?} in pallet {}", error, index))
243 }224 }
244 e => ExError::Revert(format!("substrate error: {:?}", e)),225 e => ExError::Revert(format!("substrate error: {:?}", e)),
245 }226 }
modifiedpallets/evm-contract-helpers/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.git', branch = 'polkadot-v0.9.18' }11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
12frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
13sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }13sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
14sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
15sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }15sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
16evm-coder = { default-features = false, path = '../../crates/evm-coder' }16evm-coder = { default-features = false, path = '../../crates/evm-coder' }
17pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }17pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
18pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }18pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
19fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }19fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
20up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18' }20up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.20" }
21log = "0.4.14"21log = "0.4.14"
2222
23[dependencies.codec]23[dependencies.codec]
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] }
11frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
12frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
13frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }13frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
14sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }14sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
15sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }15sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
16sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }16sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
17sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }17sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
18pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }18pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
19fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }19fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
2020
21[dependencies.codec]21[dependencies.codec]
22default-features = false22default-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.git', branch = 'polkadot-v0.9.18' }11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
12frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
13sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }13sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
14sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
15sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }15sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
16sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }16sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
18fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }18fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
19pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }19pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
20up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18' }20up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.20" }
21fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }21fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
2222
23[dependencies.codec]23[dependencies.codec]
24default-features = false24default-features = false
modifiedpallets/evm-transaction-payment/src/lib.rsdiffbeforeafterboth
20use fp_evm::WithdrawReason;20use fp_evm::WithdrawReason;
21use frame_support::traits::{Currency, IsSubType};21use frame_support::traits::{Currency, IsSubType};
22pub use pallet::*;22pub use pallet::*;
23use pallet_evm::{EVMCurrencyAdapter, EnsureAddressOrigin, account::CrossAccountId};23use pallet_evm::{EnsureAddressOrigin, account::CrossAccountId};
24use sp_core::{H160, U256};24use sp_core::H160;
25use sp_runtime::TransactionOutcome;25use sp_runtime::{TransactionOutcome, DispatchError};
26use up_sponsorship::SponsorshipHandler;26use up_sponsorship::SponsorshipHandler;
2727
28#[frame_support::pallet]28#[frame_support::pallet]
43 pub struct Pallet<T>(_);43 pub struct Pallet<T>(_);
44}44}
45
46type NegativeImbalanceOf<C, T> =
47 <C as Currency<<T as frame_system::Config>::AccountId>>::NegativeImbalance;
48
49pub struct ChargeEvmLiquidityInfo<T>
50where
51 T: Config,
52 T: pallet_evm::Config,
53{
54 who: H160,
55 negative_imbalance: NegativeImbalanceOf<<T as Config>::Currency, T>,
56}
5745
58pub struct TransactionValidityHack<T: Config>(PhantomData<*const T>);46pub struct TransactionValidityHack<T: Config>(PhantomData<*const T>);
59impl<T: Config> fp_evm::TransactionValidityHack<T::CrossAccountId> for TransactionValidityHack<T> {47impl<T: Config> fp_evm::TransactionValidityHack<T::CrossAccountId> for TransactionValidityHack<T> {
60 fn who_pays_fee(origin: H160, reason: &WithdrawReason) -> Option<T::CrossAccountId> {48 fn who_pays_fee(origin: H160, reason: &WithdrawReason) -> Option<T::CrossAccountId> {
61 match reason {49 match reason {
62 WithdrawReason::Call { target, input } => {50 WithdrawReason::Call { target, input } => {
63 // This method is only used for checking, we shouldn't touch storage in it
64 frame_support::storage::with_transaction(|| {
65 let origin_sub = T::CrossAccountId::from_eth(origin);51 let origin_sub = T::CrossAccountId::from_eth(origin);
66 TransactionOutcome::Rollback(T::EvmSponsorshipHandler::get_sponsor(52 T::EvmSponsorshipHandler::get_sponsor(&origin_sub, &(*target, input.clone()))
67 &origin_sub,
68 &(*target, input.clone()),
69 ))
70 })
71 }53 }
72 _ => None,54 _ => None,
73 }55 }
74 }56 }
75}57}
76pub struct OnChargeTransaction<T: Config>(PhantomData<*const T>);
77impl<T> pallet_evm::OnChargeEVMTransaction<T> for OnChargeTransaction<T>
78where
79 T: Config,
80 T: pallet_evm::Config,
81{
82 type LiquidityInfo = Option<ChargeEvmLiquidityInfo<T>>;
83
84 fn withdraw_fee(
85 who: &T::CrossAccountId,
86 reason: WithdrawReason,
87 fee: U256,
88 ) -> core::result::Result<Self::LiquidityInfo, pallet_evm::Error<T>> {
89 let who_pays_fee = if let WithdrawReason::Call { target, input } = &reason {
90 T::EvmSponsorshipHandler::get_sponsor(who, &(*target, input.clone()))
91 .unwrap_or(who.clone())
92 } else {
93 who.clone()
94 };
95
96 let negative_imbalance = EVMCurrencyAdapter::<<T as Config>::Currency, ()>::withdraw_fee(
97 &who_pays_fee,
98 reason,
99 fee,
100 )?;
101
102 Ok(negative_imbalance.map(|i| ChargeEvmLiquidityInfo {
103 who: who_pays_fee.as_eth().clone(),
104 negative_imbalance: i,
105 }))
106 }
107
108 fn correct_and_deposit_fee(
109 who: &T::CrossAccountId,
110 corrected_fee: U256,
111 already_withdrawn: Self::LiquidityInfo,
112 ) {
113 <EVMCurrencyAdapter<<T as Config>::Currency, ()> as pallet_evm::OnChargeEVMTransaction<T>>::correct_and_deposit_fee(
114 &already_withdrawn.as_ref().map(|e| T::CrossAccountId::from_eth(e.who)).unwrap_or(who.clone()),
115 corrected_fee,
116 already_withdrawn.map(|e| e.negative_imbalance),
117 )
118 }
119
120 fn pay_priority_fee(tip: U256) {
121 <EVMCurrencyAdapter<<T as Config>::Currency, ()> as pallet_evm::OnChargeEVMTransaction<T>>::pay_priority_fee(tip)
122 }
123}
12458
125/// Implements sponsoring for evm calls performed from pallet-evm (via api.tx.ethereum.transact/api.tx.evm.call)59/// Implements sponsoring for evm calls performed from pallet-evm (via api.tx.ethereum.transact/api.tx.evm.call)
126pub struct BridgeSponsorshipHandler<T>(PhantomData<T>);60pub struct BridgeSponsorshipHandler<T>(PhantomData<T>);
143 )77 )
144 .ok()?;78 .ok()?;
145 let who = T::CrossAccountId::from_sub(who.clone());79 let who = T::CrossAccountId::from_sub(who.clone());
146 // Effects from EvmSponsorshipHandler are applied in OnChargeEvmTransaction by pallet_evm::runner80 // Effects from EvmSponsorshipHandler are applied by pallet_evm::runner
147 // TODO: Should we implement simulation mode (test, but do not apply effects) in `up-sponsorship`?81 // TODO: Should we implement simulation mode (test, but do not apply effects) in `up-sponsorship`?
148 let sponsor = frame_support::storage::with_transaction(|| {82 let sponsor = frame_support::storage::with_transaction(|| {
149 TransactionOutcome::Rollback(T::EvmSponsorshipHandler::get_sponsor(83 TransactionOutcome::Rollback(Ok::<_, DispatchError>(
150 &who,84 T::EvmSponsorshipHandler::get_sponsor(&who, &(*target, input.clone())),
151 &(*target, input.clone()),
152 ))85 ))
153 })?;86 })
87 // FIXME: it may fail with DispatchError in case of depth limit
88 .ok()??;
154 Some(sponsor.as_sub().clone())89 Some(sponsor.as_sub().clone())
155 }90 }
156 _ => None,91 _ => None,
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.git', branch = 'polkadot-v0.9.18' }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
15frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
16sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
17sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
18sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
19pallet-common = { default-features = false, path = '../common' }19pallet-common = { default-features = false, path = '../common' }
20up-data-structs = { default-features = false, path = '../../primitives/data-structs' }20up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
21evm-coder = { default-features = false, path = '../../crates/evm-coder' }21evm-coder = { default-features = false, path = '../../crates/evm-coder' }
22pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }22pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }
23ethereum = { version = "0.12.0", default-features = false }23ethereum = { version = "0.12.0", default-features = false }
24frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }24frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
25pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }25pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
26scale-info = { version = "2.0.1", default-features = false, features = [26scale-info = { version = "2.0.1", default-features = false, features = [
27 "derive",27 "derive",
28] }28] }
modifiedpallets/inflation/Cargo.tomldiffbeforeafterboth
4[package]4[package]
5authors = ['Unique Network <support@uniquenetwork.io>']5authors = ['Unique Network <support@uniquenetwork.io>']
6description = 'Unique Inflation Pallet'6description = 'Unique Inflation Pallet'
7edition = '2018'7edition = '2021'
8homepage = 'https://unique.network'8homepage = 'https://unique.network'
9license = 'GPLv3'9license = 'GPLv3'
10name = 'pallet-inflation'10name = 'pallet-inflation'
42[dependencies.frame-benchmarking]42[dependencies.frame-benchmarking]
43default-features = false43default-features = false
44optional = true44optional = true
45git = 'https://github.com/paritytech/substrate.git'45git = "https://github.com/paritytech/substrate"
46branch = 'polkadot-v0.9.18'46branch = "polkadot-v0.9.20"
4747
48[dependencies.frame-support]48[dependencies.frame-support]
49default-features = false49default-features = false
50git = 'https://github.com/paritytech/substrate.git'50git = "https://github.com/paritytech/substrate"
51branch = 'polkadot-v0.9.18'51branch = "polkadot-v0.9.20"
5252
53[dependencies.frame-system]53[dependencies.frame-system]
54default-features = false54default-features = false
55git = 'https://github.com/paritytech/substrate.git'55git = "https://github.com/paritytech/substrate"
56branch = 'polkadot-v0.9.18'56branch = "polkadot-v0.9.20"
5757
58[dependencies.pallet-balances]58[dependencies.pallet-balances]
59default-features = false59default-features = false
60git = 'https://github.com/paritytech/substrate.git'60git = "https://github.com/paritytech/substrate"
61branch = 'polkadot-v0.9.18'61branch = "polkadot-v0.9.20"
6262
63[dependencies.pallet-timestamp]63[dependencies.pallet-timestamp]
64default-features = false64default-features = false
65git = 'https://github.com/paritytech/substrate.git'65git = "https://github.com/paritytech/substrate"
66branch = 'polkadot-v0.9.18'66branch = "polkadot-v0.9.20"
6767
68[dependencies.pallet-randomness-collective-flip]68[dependencies.pallet-randomness-collective-flip]
69default-features = false69default-features = false
70git = 'https://github.com/paritytech/substrate.git'70git = "https://github.com/paritytech/substrate"
71branch = 'polkadot-v0.9.18'71branch = "polkadot-v0.9.20"
7272
73[dependencies.sp-std]73[dependencies.sp-std]
74default-features = false74default-features = false
75git = 'https://github.com/paritytech/substrate.git'75git = "https://github.com/paritytech/substrate"
76branch = 'polkadot-v0.9.18'76branch = "polkadot-v0.9.20"
7777
78[dependencies.serde]78[dependencies.serde]
79default-features = false79default-features = false
8282
83[dependencies.sp-runtime]83[dependencies.sp-runtime]
84default-features = false84default-features = false
85git = 'https://github.com/paritytech/substrate.git'85git = "https://github.com/paritytech/substrate"
86branch = 'polkadot-v0.9.18'86branch = "polkadot-v0.9.20"
8787
88[dependencies.sp-core]88[dependencies.sp-core]
89default-features = false89default-features = false
90git = 'https://github.com/paritytech/substrate.git'90git = "https://github.com/paritytech/substrate"
91branch = 'polkadot-v0.9.18'91branch = "polkadot-v0.9.20"
9292
93[dependencies.sp-io]93[dependencies.sp-io]
94default-features = false94default-features = false
95git = 'https://github.com/paritytech/substrate.git'95git = "https://github.com/paritytech/substrate"
96branch = 'polkadot-v0.9.18'96branch = "polkadot-v0.9.20"
9797
98[dependencies]98[dependencies]
99scale-info = { version = "2.0.1", default-features = false, features = [99scale-info = { version = "2.0.1", default-features = false, features = [
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.git', branch = 'polkadot-v0.9.18' }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
15frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
16sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
17sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
18sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
20pallet-common = { default-features = false, path = '../common' }20pallet-common = { default-features = false, path = '../common' }
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.12.0", default-features = false }
25frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }25frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
26scale-info = { version = "2.0.1", default-features = false, features = [26scale-info = { version = "2.0.1", default-features = false, features = [
27 "derive",27 "derive",
28] }28] }
modifiedpallets/nonfungible/src/erc.rsdiffbeforeafterboth
444 for (id, token_uri) in tokens {444 for (id, token_uri) in tokens {
445 let id: u32 = id.try_into().map_err(|_| "token id overflow")?;445 let id: u32 = id.try_into().map_err(|_| "token id overflow")?;
446 if id != expected_index {446 if id != expected_index {
447 panic!("item id should be next ({}) but got {}", expected_index, id);447 return Err("item id should be next".into());
448 }448 }
449 expected_index = expected_index.checked_add(1).ok_or("item id overflow")?;449 expected_index = expected_index.checked_add(1).ok_or("item id overflow")?;
450450
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.git', branch = 'polkadot-v0.9.18' }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
15frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
16sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
17sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
18sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
20pallet-common = { default-features = false, path = '../common' }20pallet-common = { default-features = false, path = '../common' }
21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
22frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }22frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
23scale-info = { version = "2.0.1", default-features = false, features = [23scale-info = { version = "2.0.1", default-features = false, features = [
24 "derive",24 "derive",
25] }25] }
modifiedpallets/scheduler/Cargo.tomldiffbeforeafterboth
15scale-info = { version = "2.0.1", default-features = false, features = [15scale-info = { version = "2.0.1", default-features = false, features = [
16 "derive",16 "derive",
17] }17] }
18frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }18frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
19frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }19frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
20sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }20sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
21sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }21sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
22sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }22sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
23frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }23frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
2424
25up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18' }25up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.20" }
26log = { version = "0.4.14", default-features = false }26log = { version = "0.4.14", default-features = false }
2727
28[dev-dependencies]28[dev-dependencies]
29sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }29sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
30substrate-test-utils = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }30substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
3131
32[features]32[features]
33default = ["std"]33default = ["std"]
modifiedpallets/scheduler/src/lib.rsdiffbeforeafterboth
704 use frame_system::{EnsureRoot, EnsureSignedBy};704 use frame_system::{EnsureRoot, EnsureSignedBy};
705 use crate as scheduler;705 use crate as scheduler;
706706
707 #[frame_support::pallet]
707 mod logger {708 pub mod logger {
708 use super::*;709 use super::{OriginCaller, OriginTrait};
710 use frame_support::pallet_prelude::*;
711 use frame_system::pallet_prelude::*;
709 use std::cell::RefCell;712 use std::cell::RefCell;
710713
711 thread_local! {714 thread_local! {
712 static LOG: RefCell<Vec<(OriginCaller, u32)>> = RefCell::new(Vec::new());715 static LOG: RefCell<Vec<(OriginCaller, u32)>> = RefCell::new(Vec::new());
713 }716 }
717 pub fn log() -> Vec<(OriginCaller, u32)> {
718 LOG.with(|log| log.borrow().clone())
719 }
720
721 #[pallet::pallet]
722 #[pallet::generate_store(pub(super) trait Store)]
723 pub struct Pallet<T>(PhantomData<T>);
724
725 #[pallet::hooks]
726 impl<T: Config> Hooks<BlockNumberFor<T>> for Pallet<T> {}
727
728 #[pallet::config]
714 pub trait Config: system::Config {729 pub trait Config: frame_system::Config {
715 type Event: From<Event> + Into<<Self as system::Config>::Event>;730 type Event: From<Event<Self>> + IsType<<Self as frame_system::Config>::Event>;
716 }731 }
717 decl_event! {732
733 #[pallet::event]
734 #[pallet::generate_deposit(pub(super) fn deposit_event)]
718 pub enum Event {735 pub enum Event<T: Config> {
719 Logged(u32, Weight),736 Logged(u32, Weight),
720 }737 }
721 }738
722 decl_module! {739 #[pallet::call]
723 pub struct Module<T: Config> for enum Call740 impl<T: Config> Pallet<T>
724 where741 where
725 origin: <T as system::Config>::Origin,742 <T as frame_system::Config>::Origin: OriginTrait<PalletsOrigin = OriginCaller>,
726 <T as system::Config>::Origin: OriginTrait<PalletsOrigin = OriginCaller>
727 {743 {
728 fn deposit_event() = default;
729
730 #[weight = *weight]744 #[pallet::weight(*weight)]
731 fn log(origin, i: u32, weight: Weight) {745 pub fn log(origin: OriginFor<T>, i: u32, weight: Weight) -> DispatchResult {
732 Self::deposit_event(Event::Logged(i, weight));746 Self::deposit_event(Event::Logged(i, weight));
733 LOG.with(|log| {747 LOG.with(|log| {
734 log.borrow_mut().push((origin.caller().clone(), i));748 log.borrow_mut().push((origin.caller().clone(), i));
735 })749 });
750 Ok(())
736 }751 }
737752
738 #[weight = *weight]753 #[pallet::weight(*weight)]
739 fn log_without_filter(origin, i: u32, weight: Weight) {754 pub fn log_without_filter(
755 origin: OriginFor<T>,
756 i: u32,
757 weight: Weight,
758 ) -> DispatchResult {
740 Self::deposit_event(Event::Logged(i, weight));759 Self::deposit_event(Event::Logged(i, weight));
741 LOG.with(|log| {760 LOG.with(|log| {
742 log.borrow_mut().push((origin.caller().clone(), i));761 log.borrow_mut().push((origin.caller().clone(), i));
743 })762 });
763 Ok(())
744 }764 }
745 }765 }
746 }
747 }766 }
748767
749 type UncheckedExtrinsic = frame_system::mocking::MockUncheckedExtrinsic<Test>;768 type UncheckedExtrinsic = frame_system::mocking::MockUncheckedExtrinsic<Test>;
756 UncheckedExtrinsic = UncheckedExtrinsic,775 UncheckedExtrinsic = UncheckedExtrinsic,
757 {776 {
758 System: frame_system::{Pallet, Call, Config, Storage, Event<T>},777 System: frame_system::{Pallet, Call, Config, Storage, Event<T>},
759 Logger: logger::{Pallet, Call, Event},778 Logger: logger::{Pallet, Call, Event<T>},
760 Scheduler: scheduler::{Pallet, Call, Storage, Event<T>},779 Scheduler: scheduler::{Pallet, Call, Storage, Event<T>},
761 }780 }
762 );781 );
modifiedpallets/unique/Cargo.tomldiffbeforeafterboth
4[package]4[package]
5authors = ['Unique Network <support@uniquenetwork.io>']5authors = ['Unique Network <support@uniquenetwork.io>']
6description = 'Unique Pallet'6description = 'Unique Pallet'
7edition = '2018'7edition = '2021'
8homepage = 'https://unique.network'8homepage = 'https://unique.network'
9license = 'GPLv3'9license = 'GPLv3'
10name = 'pallet-unique'10name = 'pallet-unique'
60[dependencies.frame-benchmarking]60[dependencies.frame-benchmarking]
61default-features = false61default-features = false
62optional = true62optional = true
63git = 'https://github.com/paritytech/substrate.git'63git = "https://github.com/paritytech/substrate"
64branch = 'polkadot-v0.9.18'64branch = "polkadot-v0.9.20"
6565
66[dependencies.frame-support]66[dependencies.frame-support]
67default-features = false67default-features = false
68git = 'https://github.com/paritytech/substrate.git'68git = "https://github.com/paritytech/substrate"
69branch = 'polkadot-v0.9.18'69branch = "polkadot-v0.9.20"
7070
71[dependencies.frame-system]71[dependencies.frame-system]
72default-features = false72default-features = false
73git = 'https://github.com/paritytech/substrate.git'73git = "https://github.com/paritytech/substrate"
74branch = 'polkadot-v0.9.18'74branch = "polkadot-v0.9.20"
7575
76[dependencies.pallet-balances]76[dependencies.pallet-balances]
77default-features = false77default-features = false
78git = 'https://github.com/paritytech/substrate.git'78git = "https://github.com/paritytech/substrate"
79branch = 'polkadot-v0.9.18'79branch = "polkadot-v0.9.20"
8080
81[dependencies.pallet-timestamp]81[dependencies.pallet-timestamp]
82default-features = false82default-features = false
83git = 'https://github.com/paritytech/substrate.git'83git = "https://github.com/paritytech/substrate"
84branch = 'polkadot-v0.9.18'84branch = "polkadot-v0.9.20"
8585
86[dependencies.pallet-randomness-collective-flip]86[dependencies.pallet-randomness-collective-flip]
87default-features = false87default-features = false
88git = 'https://github.com/paritytech/substrate.git'88git = "https://github.com/paritytech/substrate"
89branch = 'polkadot-v0.9.18'89branch = "polkadot-v0.9.20"
9090
91[dependencies.sp-std]91[dependencies.sp-std]
92default-features = false92default-features = false
93git = 'https://github.com/paritytech/substrate.git'93git = "https://github.com/paritytech/substrate"
94branch = 'polkadot-v0.9.18'94branch = "polkadot-v0.9.20"
9595
96[dependencies.pallet-transaction-payment]96[dependencies.pallet-transaction-payment]
97default-features = false97default-features = false
98git = 'https://github.com/paritytech/substrate.git'98git = "https://github.com/paritytech/substrate"
99branch = 'polkadot-v0.9.18'99branch = "polkadot-v0.9.20"
100100
101[dependencies.serde]101[dependencies.serde]
102default-features = false102default-features = false
105105
106[dependencies.sp-runtime]106[dependencies.sp-runtime]
107default-features = false107default-features = false
108git = 'https://github.com/paritytech/substrate.git'108git = "https://github.com/paritytech/substrate"
109branch = 'polkadot-v0.9.18'109branch = "polkadot-v0.9.20"
110110
111[dependencies.sp-core]111[dependencies.sp-core]
112default-features = false112default-features = false
113git = 'https://github.com/paritytech/substrate.git'113git = "https://github.com/paritytech/substrate"
114branch = 'polkadot-v0.9.18'114branch = "polkadot-v0.9.20"
115115
116[dependencies.sp-io]116[dependencies.sp-io]
117default-features = false117default-features = false
118git = 'https://github.com/paritytech/substrate.git'118git = "https://github.com/paritytech/substrate"
119branch = 'polkadot-v0.9.18'119branch = "polkadot-v0.9.20"
120120
121121
122################################################################################122################################################################################
129] }129] }
130ethereum = { version = "0.12.0", default-features = false }130ethereum = { version = "0.12.0", default-features = false }
131rlp = { default-features = false, version = "0.5.0" }131rlp = { default-features = false, version = "0.5.0" }
132sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }132sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
133133
134up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18' }134up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.20" }
135fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }135fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
136evm-coder = { default-features = false, path = "../../crates/evm-coder" }136evm-coder = { default-features = false, path = "../../crates/evm-coder" }
137pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }137pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
138primitive-types = { version = "0.11.1", default-features = false, features = [138primitive-types = { version = "0.11.1", default-features = false, features = [
139 "serde_no_std",139 "serde_no_std",
140] }140] }
141141
142pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }142pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
143pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }143pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
144fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }144fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
145hex-literal = "0.3.3"145hex-literal = "0.3.3"
146146
147pallet-common = { default-features = false, path = "../common" }147pallet-common = { default-features = false, path = "../common" }
modifiedpallets/unique/src/eth/sponsoring.rsdiffbeforeafterboth
14// You should have received a copy of the GNU General Public License14// You should have received a copy of the GNU General Public License
15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.
1616
17//! Implements EVM sponsoring logic via OnChargeEVMTransaction17//! Implements EVM sponsoring logic via TransactionValidityHack
1818
19use crate::{Config, sponsorship::*};19use crate::{Config, sponsorship::*};
20use evm_coder::{Call, abi::AbiReader};20use evm_coder::{Call, abi::AbiReader};
modifiedpallets/unique/src/mock.rsdiffbeforeafterboth
101}101}
102102
103parameter_types! {103parameter_types! {
104 pub const TransactionByteFee: u64 = 1;
105 pub const OperationalFeeMultiplier: u8 = 5;104 pub const OperationalFeeMultiplier: u8 = 5;
106}105}
107106
108impl pallet_transaction_payment::Config for Test {107impl pallet_transaction_payment::Config for Test {
109 type OnChargeTransaction = CurrencyAdapter<pallet_balances::Pallet<Test>, ()>;108 type OnChargeTransaction = CurrencyAdapter<pallet_balances::Pallet<Test>, ()>;
110 type TransactionByteFee = TransactionByteFee;109 type LengthToFee = IdentityFee<u64>;
111 type WeightToFee = IdentityFee<u64>;110 type WeightToFee = IdentityFee<u64>;
112 type FeeMultiplierUpdate = ();111 type FeeMultiplierUpdate = ();
113 type OperationalFeeMultiplier = OperationalFeeMultiplier;112 type OperationalFeeMultiplier = OperationalFeeMultiplier;
178impl pallet_ethereum::EthereumTransactionSender for TestEtheremTransactionSender {177impl pallet_ethereum::EthereumTransactionSender for TestEtheremTransactionSender {
179 fn submit_logs_transaction(178 fn submit_logs_transaction(_source: H160, _logs: Vec<MaybeMirroredLog>) {}
180 _source: H160,
181 _tx: pallet_ethereum::Transaction,
182 _logs: Vec<MaybeMirroredLog>,
183 ) {
184 }
185}179}
modifiedpallets/unique/src/sponsorship.rsdiffbeforeafterboth
304}304}
305305
306use crate::SponsorshipPredict;306use crate::SponsorshipPredict;
307use up_data_structs::SponsorshipState;
308pub struct UniqueSponsorshipPredict<T>(PhantomData<T>);307pub struct UniqueSponsorshipPredict<T>(PhantomData<T>);
309308
310impl<T> SponsorshipPredict<T> for UniqueSponsorshipPredict<T>309impl<T> SponsorshipPredict<T> for UniqueSponsorshipPredict<T>
modifiedpallets/unique/src/tests.rsdiffbeforeafterboth
18use super::*;18use super::*;
19use crate::mock::*;19use crate::mock::*;
20use crate::{AccessMode, CollectionMode};20use crate::{AccessMode, CollectionMode};
21use sp_runtime::AccountId32;
22use up_data_structs::{21use up_data_structs::{
23 COLLECTION_NUMBER_LIMIT, CollectionId, CreateItemData, CreateFungibleData, CreateNftData,22 COLLECTION_NUMBER_LIMIT, CollectionId, CreateItemData, CreateFungibleData, CreateNftData,
24 CreateReFungibleData, MAX_DECIMAL_POINTS, COLLECTION_ADMINS_LIMIT, MetaUpdatePermission,23 CreateReFungibleData, MAX_DECIMAL_POINTS, COLLECTION_ADMINS_LIMIT, MetaUpdatePermission,
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.git', branch = 'polkadot-v0.9.18' }21frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
22frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }22frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
23sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }23sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
24sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }24sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
25sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }25sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
26derivative = "2.2.0"26derivative = "2.2.0"
2727
28[features]28[features]
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.git', branch = 'polkadot-v0.9.18' }13sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
14sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
15sp-api = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }15sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
16sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.18' }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.20" }
17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
1818
19[features]19[features]
20default = ["std"]20default = ["std"]
modifiedprimitives/rpc/src/lib.rsdiffbeforeafterboth
1818
19use up_data_structs::{CollectionId, TokenId, Collection, CollectionStats, CollectionLimits};19use up_data_structs::{CollectionId, TokenId, Collection, CollectionStats, CollectionLimits};
20use sp_std::vec::Vec;20use sp_std::vec::Vec;
21use sp_core::H160;
22use codec::Decode;21use codec::Decode;
23use sp_runtime::DispatchError;22use sp_runtime::DispatchError;
2423
50 token: TokenId,49 token: TokenId,
51 ) -> Result<u128>;50 ) -> Result<u128>;
52
53 /// Used for ethereum integration
54 fn eth_contract_code(account: H160) -> Option<Vec<u8>>;
5551
56 fn adminlist(collection: CollectionId) -> Result<Vec<CrossAccountId>>;52 fn adminlist(collection: CollectionId) -> Result<Vec<CrossAccountId>>;
57 fn allowlist(collection: CollectionId) -> Result<Vec<CrossAccountId>>;53 fn allowlist(collection: CollectionId) -> Result<Vec<CrossAccountId>>;
modifiedruntime/common/Cargo.tomldiffbeforeafterboth
2828
29[dependencies.sp-core]29[dependencies.sp-core]
30default-features = false30default-features = false
31git = 'https://github.com/paritytech/substrate.git'31git = "https://github.com/paritytech/substrate"
32branch = 'polkadot-v0.9.18'32branch = "polkadot-v0.9.20"
3333
34[dependencies.sp-runtime]34[dependencies.sp-runtime]
35default-features = false35default-features = false
36git = 'https://github.com/paritytech/substrate.git'36git = "https://github.com/paritytech/substrate"
37branch = 'polkadot-v0.9.18'37branch = "polkadot-v0.9.20"
3838
39[dependencies.codec]39[dependencies.codec]
40default-features = false40default-features = false
4949
50[dependencies.frame-support]50[dependencies.frame-support]
51default-features = false51default-features = false
52git = 'https://github.com/paritytech/substrate.git'52git = "https://github.com/paritytech/substrate"
53branch = 'polkadot-v0.9.18'53branch = "polkadot-v0.9.20"
5454
55[dependencies.frame-system]55[dependencies.frame-system]
56default-features = false56default-features = false
57git = 'https://github.com/paritytech/substrate.git'57git = "https://github.com/paritytech/substrate"
58branch = 'polkadot-v0.9.18'58branch = "polkadot-v0.9.20"
5959
60[dependencies.pallet-common]60[dependencies.pallet-common]
61default-features = false61default-features = false
62path = "../../pallets/common"62path = "../../pallets/common"
6363
64[dependencies.sp-consensus-aura]64[dependencies.sp-consensus-aura]
65default-features = false65default-features = false
66git = 'https://github.com/paritytech/substrate.git'66git = "https://github.com/paritytech/substrate"
67branch = 'polkadot-v0.9.18'67branch = "polkadot-v0.9.20"
6868
69[dependencies.fp-rpc]69[dependencies.fp-rpc]
70default-features = false70default-features = false
71git = "https://github.com/uniquenetwork/frontier.git"71git = "https://github.com/uniquenetwork/frontier"
72branch = "unique-polkadot-v0.9.18-2"72branch = "unique-polkadot-v0.9.20"
7373
74[dependencies]74[dependencies]
75pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }75pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
76
modifiedruntime/common/src/runtime_apis.rsdiffbeforeafterboth
46 dispatch_unique_runtime!(collection.allowance(sender, spender, token))46 dispatch_unique_runtime!(collection.allowance(sender, spender, token))
47 }47 }
4848
49 fn eth_contract_code(account: H160) -> Option<Vec<u8>> {
50 <pallet_unique::UniqueErcSupport<Runtime>>::get_code(&account)
51 .or_else(|| <pallet_evm_migration::OnMethodCall<Runtime>>::get_code(&account))
52 .or_else(|| <pallet_evm_contract_helpers::HelpersOnMethodCall<Self>>::get_code(&account))
53 }
54 fn adminlist(collection: CollectionId) -> Result<Vec<CrossAccountId>, DispatchError> {49 fn adminlist(collection: CollectionId) -> Result<Vec<CrossAccountId>, DispatchError> {
55 Ok(<pallet_common::Pallet<Runtime>>::adminlist(collection))50 Ok(<pallet_common::Pallet<Runtime>>::adminlist(collection))
56 }51 }
191 None186 None
192 };187 };
193188
189 let is_transactional = false;
194 <Runtime as pallet_evm::Config>::Runner::call(190 <Runtime as pallet_evm::Config>::Runner::call(
195 CrossAccountId::from_eth(from),191 CrossAccountId::from_eth(from),
196 to,192 to,
201 max_priority_fee_per_gas,197 max_priority_fee_per_gas,
202 nonce,198 nonce,
203 access_list.unwrap_or_default(),199 access_list.unwrap_or_default(),
200 is_transactional,
204 config.as_ref().unwrap_or_else(|| <Runtime as pallet_evm::Config>::config()),201 config.as_ref().unwrap_or_else(|| <Runtime as pallet_evm::Config>::config()),
205 ).map_err(|err| err.into())202 ).map_err(|err| err.into())
206 }203 }
225 None222 None
226 };223 };
227224
225 let is_transactional = false;
228 <Runtime as pallet_evm::Config>::Runner::create(226 <Runtime as pallet_evm::Config>::Runner::create(
229 CrossAccountId::from_eth(from),227 CrossAccountId::from_eth(from),
230 data,228 data,
234 max_priority_fee_per_gas,232 max_priority_fee_per_gas,
235 nonce,233 nonce,
236 access_list.unwrap_or_default(),234 access_list.unwrap_or_default(),
235 is_transactional,
237 config.as_ref().unwrap_or_else(|| <Runtime as pallet_evm::Config>::config()),236 config.as_ref().unwrap_or_else(|| <Runtime as pallet_evm::Config>::config()),
238 ).map_err(|err| err.into())237 ).map_err(|err| err.into())
239 }238 }
274 }273 }
275 }274 }
275
276 impl fp_rpc::ConvertTransactionRuntimeApi<Block> for Runtime {
277 fn convert_transaction(transaction: pallet_ethereum::Transaction) -> <Block as BlockT>::Extrinsic {
278 UncheckedExtrinsic::new_unsigned(
279 pallet_ethereum::Call::<Runtime>::transact { transaction }.into(),
280 )
281 }
282 }
276283
277 impl sp_session::SessionKeys<Block> for Runtime {284 impl sp_session::SessionKeys<Block> for Runtime {
278 fn decode_session_keys(285 fn decode_session_keys(
399 // System Events406 // System Events
400 hex_literal::hex!("26aa394eea5630e07c48ae0c9558cef780d41e5e16056765bc8461851072c9d7").to_vec().into(),407 hex_literal::hex!("26aa394eea5630e07c48ae0c9558cef780d41e5e16056765bc8461851072c9d7").to_vec().into(),
408
409 // Transactional depth
410 hex_literal::hex!("3a7472616e73616374696f6e5f6c6576656c3a").to_vec().into(),
401 ];411 ];
402412
403 let mut batches = Vec::<BenchmarkBatch>::new();413 let mut batches = Vec::<BenchmarkBatch>::new();
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
117117
118[dependencies.frame-benchmarking]118[dependencies.frame-benchmarking]
119default-features = false119default-features = false
120git = 'https://github.com/paritytech/substrate.git'120git = "https://github.com/paritytech/substrate"
121optional = true121optional = true
122branch = 'polkadot-v0.9.18'122branch = "polkadot-v0.9.20"
123123
124[dependencies.frame-executive]124[dependencies.frame-executive]
125default-features = false125default-features = false
126git = 'https://github.com/paritytech/substrate.git'126git = "https://github.com/paritytech/substrate"
127branch = 'polkadot-v0.9.18'127branch = "polkadot-v0.9.20"
128128
129[dependencies.frame-support]129[dependencies.frame-support]
130default-features = false130default-features = false
131git = 'https://github.com/paritytech/substrate.git'131git = "https://github.com/paritytech/substrate"
132branch = 'polkadot-v0.9.18'132branch = "polkadot-v0.9.20"
133133
134[dependencies.frame-system]134[dependencies.frame-system]
135default-features = false135default-features = false
136git = 'https://github.com/paritytech/substrate.git'136git = "https://github.com/paritytech/substrate"
137branch = 'polkadot-v0.9.18'137branch = "polkadot-v0.9.20"
138138
139[dependencies.frame-system-benchmarking]139[dependencies.frame-system-benchmarking]
140default-features = false140default-features = false
141git = 'https://github.com/paritytech/substrate.git'141git = "https://github.com/paritytech/substrate"
142optional = true142optional = true
143branch = 'polkadot-v0.9.18'143branch = "polkadot-v0.9.20"
144144
145[dependencies.frame-system-rpc-runtime-api]145[dependencies.frame-system-rpc-runtime-api]
146default-features = false146default-features = false
147git = 'https://github.com/paritytech/substrate.git'147git = "https://github.com/paritytech/substrate"
148branch = 'polkadot-v0.9.18'148branch = "polkadot-v0.9.20"
149149
150[dependencies.hex-literal]150[dependencies.hex-literal]
151optional = true151optional = true
159159
160[dependencies.pallet-aura]160[dependencies.pallet-aura]
161default-features = false161default-features = false
162git = 'https://github.com/paritytech/substrate.git'162git = "https://github.com/paritytech/substrate"
163branch = 'polkadot-v0.9.18'163branch = "polkadot-v0.9.20"
164164
165[dependencies.pallet-balances]165[dependencies.pallet-balances]
166default-features = false166default-features = false
167git = 'https://github.com/paritytech/substrate.git'167git = "https://github.com/paritytech/substrate"
168branch = 'polkadot-v0.9.18'168branch = "polkadot-v0.9.20"
169169
170# Contracts specific packages170# Contracts specific packages
171# [dependencies.pallet-contracts]171# [dependencies.pallet-contracts]
172# git = 'https://github.com/paritytech/substrate.git'172# git = 'https://github.com/paritytech/substrate'
173# default-features = false173# default-features = false
174# branch = 'polkadot-v0.9.18'174# branch = 'master'
175# version = '4.0.0-dev'175# version = '4.0.0-dev'
176176
177# [dependencies.pallet-contracts-primitives]177# [dependencies.pallet-contracts-primitives]
178# git = 'https://github.com/paritytech/substrate.git'178# git = 'https://github.com/paritytech/substrate'
179# default-features = false179# default-features = false
180# branch = 'polkadot-v0.9.18'180# branch = 'master'
181# version = '4.0.0-dev'181# version = '4.0.0-dev'
182182
183# [dependencies.pallet-contracts-rpc-runtime-api]183# [dependencies.pallet-contracts-rpc-runtime-api]
184# git = 'https://github.com/paritytech/substrate.git'184# git = 'https://github.com/paritytech/substrate'
185# default-features = false185# default-features = false
186# branch = 'polkadot-v0.9.18'186# branch = 'master'
187# version = '4.0.0-dev'187# version = '4.0.0-dev'
188188
189[dependencies.pallet-randomness-collective-flip]189[dependencies.pallet-randomness-collective-flip]
190default-features = false190default-features = false
191git = 'https://github.com/paritytech/substrate.git'191git = "https://github.com/paritytech/substrate"
192branch = 'polkadot-v0.9.18'192branch = "polkadot-v0.9.20"
193193
194[dependencies.pallet-sudo]194[dependencies.pallet-sudo]
195default-features = false195default-features = false
196git = 'https://github.com/paritytech/substrate.git'196git = "https://github.com/paritytech/substrate"
197branch = 'polkadot-v0.9.18'197branch = "polkadot-v0.9.20"
198198
199[dependencies.pallet-timestamp]199[dependencies.pallet-timestamp]
200default-features = false200default-features = false
201git = 'https://github.com/paritytech/substrate.git'201git = "https://github.com/paritytech/substrate"
202branch = 'polkadot-v0.9.18'202branch = "polkadot-v0.9.20"
203203
204[dependencies.pallet-transaction-payment]204[dependencies.pallet-transaction-payment]
205default-features = false205default-features = false
206git = 'https://github.com/paritytech/substrate.git'206git = "https://github.com/paritytech/substrate"
207branch = 'polkadot-v0.9.18'207branch = "polkadot-v0.9.20"
208208
209[dependencies.pallet-transaction-payment-rpc-runtime-api]209[dependencies.pallet-transaction-payment-rpc-runtime-api]
210default-features = false210default-features = false
211git = 'https://github.com/paritytech/substrate.git'211git = "https://github.com/paritytech/substrate"
212branch = 'polkadot-v0.9.18'212branch = "polkadot-v0.9.20"
213213
214[dependencies.pallet-treasury]214[dependencies.pallet-treasury]
215default-features = false215default-features = false
216git = 'https://github.com/paritytech/substrate.git'216git = "https://github.com/paritytech/substrate"
217branch = 'polkadot-v0.9.18'217branch = "polkadot-v0.9.20"
218218
219# [dependencies.pallet-vesting]219# [dependencies.pallet-vesting]
220# default-features = false220# default-features = false
221# git = 'https://github.com/paritytech/substrate.git'221# git = 'https://github.com/paritytech/substrate'
222# branch = 'polkadot-v0.9.18'222# branch = 'master'
223223
224[dependencies.sp-arithmetic]224[dependencies.sp-arithmetic]
225default-features = false225default-features = false
226git = 'https://github.com/paritytech/substrate.git'226git = "https://github.com/paritytech/substrate"
227branch = 'polkadot-v0.9.18'227branch = "polkadot-v0.9.20"
228228
229[dependencies.sp-api]229[dependencies.sp-api]
230default-features = false230default-features = false
231git = 'https://github.com/paritytech/substrate.git'231git = "https://github.com/paritytech/substrate"
232branch = 'polkadot-v0.9.18'232branch = "polkadot-v0.9.20"
233233
234[dependencies.sp-block-builder]234[dependencies.sp-block-builder]
235default-features = false235default-features = false
236git = 'https://github.com/paritytech/substrate.git'236git = "https://github.com/paritytech/substrate"
237branch = 'polkadot-v0.9.18'237branch = "polkadot-v0.9.20"
238238
239[dependencies.sp-core]239[dependencies.sp-core]
240default-features = false240default-features = false
241git = 'https://github.com/paritytech/substrate.git'241git = "https://github.com/paritytech/substrate"
242branch = 'polkadot-v0.9.18'242branch = "polkadot-v0.9.20"
243243
244[dependencies.sp-consensus-aura]244[dependencies.sp-consensus-aura]
245default-features = false245default-features = false
246git = 'https://github.com/paritytech/substrate.git'246git = "https://github.com/paritytech/substrate"
247branch = 'polkadot-v0.9.18'247branch = "polkadot-v0.9.20"
248248
249[dependencies.sp-inherents]249[dependencies.sp-inherents]
250default-features = false250default-features = false
251git = 'https://github.com/paritytech/substrate.git'251git = "https://github.com/paritytech/substrate"
252branch = 'polkadot-v0.9.18'252branch = "polkadot-v0.9.20"
253253
254[dependencies.sp-io]254[dependencies.sp-io]
255default-features = false255default-features = false
256git = 'https://github.com/paritytech/substrate.git'256git = "https://github.com/paritytech/substrate"
257branch = 'polkadot-v0.9.18'257branch = "polkadot-v0.9.20"
258258
259[dependencies.sp-offchain]259[dependencies.sp-offchain]
260default-features = false260default-features = false
261git = 'https://github.com/paritytech/substrate.git'261git = "https://github.com/paritytech/substrate"
262branch = 'polkadot-v0.9.18'262branch = "polkadot-v0.9.20"
263263
264[dependencies.sp-runtime]264[dependencies.sp-runtime]
265default-features = false265default-features = false
266git = 'https://github.com/paritytech/substrate.git'266git = "https://github.com/paritytech/substrate"
267branch = 'polkadot-v0.9.18'267branch = "polkadot-v0.9.20"
268268
269[dependencies.sp-session]269[dependencies.sp-session]
270default-features = false270default-features = false
271git = 'https://github.com/paritytech/substrate.git'271git = "https://github.com/paritytech/substrate"
272branch = 'polkadot-v0.9.18'272branch = "polkadot-v0.9.20"
273273
274[dependencies.sp-std]274[dependencies.sp-std]
275default-features = false275default-features = false
276git = 'https://github.com/paritytech/substrate.git'276git = "https://github.com/paritytech/substrate"
277branch = 'polkadot-v0.9.18'277branch = "polkadot-v0.9.20"
278278
279[dependencies.sp-transaction-pool]279[dependencies.sp-transaction-pool]
280default-features = false280default-features = false
281git = 'https://github.com/paritytech/substrate.git'281git = "https://github.com/paritytech/substrate"
282branch = 'polkadot-v0.9.18'282branch = "polkadot-v0.9.20"
283283
284[dependencies.sp-version]284[dependencies.sp-version]
285default-features = false285default-features = false
286git = 'https://github.com/paritytech/substrate.git'286git = "https://github.com/paritytech/substrate"
287branch = 'polkadot-v0.9.18'287branch = "polkadot-v0.9.20"
288288
289[dependencies.smallvec]289[dependencies.smallvec]
290version = '1.6.1'290version = '1.6.1'
294294
295[dependencies.parachain-info]295[dependencies.parachain-info]
296default-features = false296default-features = false
297git = 'https://github.com/paritytech/cumulus.git'297git = "https://github.com/paritytech/cumulus"
298branch = 'polkadot-v0.9.18'298branch = "polkadot-v0.9.20"
299299
300[dependencies.cumulus-pallet-aura-ext]300[dependencies.cumulus-pallet-aura-ext]
301git = 'https://github.com/paritytech/cumulus.git'301git = "https://github.com/paritytech/cumulus"
302branch = 'polkadot-v0.9.18'302branch = "polkadot-v0.9.20"
303default-features = false303default-features = false
304304
305[dependencies.cumulus-pallet-parachain-system]305[dependencies.cumulus-pallet-parachain-system]
306git = 'https://github.com/paritytech/cumulus.git'306git = "https://github.com/paritytech/cumulus"
307branch = 'polkadot-v0.9.18'307branch = "polkadot-v0.9.20"
308default-features = false308default-features = false
309309
310[dependencies.cumulus-primitives-core]310[dependencies.cumulus-primitives-core]
311git = 'https://github.com/paritytech/cumulus.git'311git = "https://github.com/paritytech/cumulus"
312branch = 'polkadot-v0.9.18'312branch = "polkadot-v0.9.20"
313default-features = false313default-features = false
314314
315[dependencies.cumulus-pallet-xcm]315[dependencies.cumulus-pallet-xcm]
316git = 'https://github.com/paritytech/cumulus.git'316git = "https://github.com/paritytech/cumulus"
317branch = 'polkadot-v0.9.18'317branch = "polkadot-v0.9.20"
318default-features = false318default-features = false
319319
320[dependencies.cumulus-pallet-dmp-queue]320[dependencies.cumulus-pallet-dmp-queue]
321git = 'https://github.com/paritytech/cumulus.git'321git = "https://github.com/paritytech/cumulus"
322branch = 'polkadot-v0.9.18'322branch = "polkadot-v0.9.20"
323default-features = false323default-features = false
324324
325[dependencies.cumulus-pallet-xcmp-queue]325[dependencies.cumulus-pallet-xcmp-queue]
326git = 'https://github.com/paritytech/cumulus.git'326git = "https://github.com/paritytech/cumulus"
327branch = 'polkadot-v0.9.18'327branch = "polkadot-v0.9.20"
328default-features = false328default-features = false
329329
330[dependencies.cumulus-primitives-utility]330[dependencies.cumulus-primitives-utility]
331git = 'https://github.com/paritytech/cumulus.git'331git = "https://github.com/paritytech/cumulus"
332branch = 'polkadot-v0.9.18'332branch = "polkadot-v0.9.20"
333default-features = false333default-features = false
334334
335[dependencies.cumulus-primitives-timestamp]335[dependencies.cumulus-primitives-timestamp]
336git = 'https://github.com/paritytech/cumulus.git'336git = "https://github.com/paritytech/cumulus"
337branch = 'polkadot-v0.9.18'337branch = "polkadot-v0.9.20"
338default-features = false338default-features = false
339339
340################################################################################340################################################################################
341# Polkadot dependencies341# Polkadot dependencies
342342
343[dependencies.polkadot-parachain]343[dependencies.polkadot-parachain]
344git = 'https://github.com/paritytech/polkadot'344git = "https://github.com/paritytech/polkadot"
345branch = 'release-v0.9.18'345branch = "release-v0.9.20"
346default-features = false346default-features = false
347347
348[dependencies.xcm]348[dependencies.xcm]
349git = 'https://github.com/paritytech/polkadot'349git = "https://github.com/paritytech/polkadot"
350branch = 'release-v0.9.18'350branch = "release-v0.9.20"
351default-features = false351default-features = false
352352
353[dependencies.xcm-builder]353[dependencies.xcm-builder]
354git = 'https://github.com/paritytech/polkadot'354git = "https://github.com/paritytech/polkadot"
355branch = 'release-v0.9.18'355branch = "release-v0.9.20"
356default-features = false356default-features = false
357357
358[dependencies.xcm-executor]358[dependencies.xcm-executor]
359git = 'https://github.com/paritytech/polkadot'359git = "https://github.com/paritytech/polkadot"
360branch = 'release-v0.9.18'360branch = "release-v0.9.20"
361default-features = false361default-features = false
362362
363[dependencies.pallet-xcm]363[dependencies.pallet-xcm]
364git = 'https://github.com/paritytech/polkadot'364git = "https://github.com/paritytech/polkadot"
365branch = 'release-v0.9.18'365branch = "release-v0.9.20"
366default-features = false366default-features = false
367367
368[dependencies.orml-vesting]368[dependencies.orml-vesting]
369git = 'https://github.com/UniqueNetwork/open-runtime-module-library'369git = "https://github.com/uniquenetwork/open-runtime-module-library"
370branch = 'unique-polkadot-v0.9.18'370branch = "unique-polkadot-v0.9.20"
371version = "0.4.1-dev"371version = "0.4.1-dev"
372default-features = false372default-features = false
373373
382derivative = "2.2.0"382derivative = "2.2.0"
383pallet-unique = { path = '../../pallets/unique', default-features = false }383pallet-unique = { path = '../../pallets/unique', default-features = false }
384up-rpc = { path = "../../primitives/rpc", default-features = false }384up-rpc = { path = "../../primitives/rpc", default-features = false }
385fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }385fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
386pallet-inflation = { path = '../../pallets/inflation', default-features = false }386pallet-inflation = { path = '../../pallets/inflation', default-features = false }
387up-data-structs = { path = '../../primitives/data-structs', default-features = false }387up-data-structs = { path = '../../primitives/data-structs', default-features = false }
388pallet-common = { default-features = false, path = "../../pallets/common" }388pallet-common = { default-features = false, path = "../../pallets/common" }
391pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }391pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
392pallet-unq-scheduler = { path = '../../pallets/scheduler', default-features = false }392pallet-unq-scheduler = { path = '../../pallets/scheduler', default-features = false }
393# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }393# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
394pallet-charge-transaction = { git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }394pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.20", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
395pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }395pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
396pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }396pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
397pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }397pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
398pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }398pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
399pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }399pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
400pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }400pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
401pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }401pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
402fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }402fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
403fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }403fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
404404
405################################################################################405################################################################################
406# Build Dependencies406# Build Dependencies
407407
408[build-dependencies.substrate-wasm-builder]408[build-dependencies.substrate-wasm-builder]
409git = 'https://github.com/paritytech/substrate.git'409git = "https://github.com/paritytech/substrate"
410branch = 'polkadot-v0.9.18'410branch = "polkadot-v0.9.20"
411411
modifiedruntime/opal/src/lib.rsdiffbeforeafterboth
52 EnsureAddressTruncated, HashedAddressMapping, Runner, account::CrossAccountId as _,52 EnsureAddressTruncated, HashedAddressMapping, Runner, account::CrossAccountId as _,
53};53};
54pub use frame_support::{54pub use frame_support::{
55 construct_runtime, match_type,55 construct_runtime, match_types,
56 dispatch::DispatchResult,56 dispatch::DispatchResult,
57 PalletId, parameter_types, StorageValue, ConsensusEngineId,57 PalletId, parameter_types, StorageValue, ConsensusEngineId,
58 traits::{58 traits::{
63 weights::{63 weights::{
64 constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight, WEIGHT_PER_SECOND},64 constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight, WEIGHT_PER_SECOND},
65 DispatchClass, DispatchInfo, GetDispatchInfo, IdentityFee, Pays, PostDispatchInfo, Weight,65 DispatchClass, DispatchInfo, GetDispatchInfo, IdentityFee, Pays, PostDispatchInfo, Weight,
66 WeightToFeePolynomial, WeightToFeeCoefficient, WeightToFeeCoefficients,66 WeightToFeePolynomial, WeightToFeeCoefficient, WeightToFeeCoefficients, ConstantMultiplier,
67 },67 },
68};68};
69use up_data_structs::*;69use up_data_structs::*;
78};78};
79use smallvec::smallvec;79use smallvec::smallvec;
80use codec::{Encode, Decode};80use codec::{Encode, Decode};
81use pallet_evm::{Account as EVMAccount, FeeCalculator, GasWeightMapping, OnMethodCall};81use pallet_evm::{Account as EVMAccount, FeeCalculator, GasWeightMapping};
82use fp_rpc::TransactionStatus;82use fp_rpc::TransactionStatus;
83use sp_runtime::{83use sp_runtime::{
84 traits::{BlockNumberProvider, Dispatchable, PostDispatchInfoOf, Saturating},84 traits::{BlockNumberProvider, Dispatchable, PostDispatchInfoOf, Saturating},
301 type OnCreate = pallet_evm_contract_helpers::HelpersOnCreate<Self>;301 type OnCreate = pallet_evm_contract_helpers::HelpersOnCreate<Self>;
302 type ChainId = ChainId;302 type ChainId = ChainId;
303 type Runner = pallet_evm::runner::stack::Runner<Self>;303 type Runner = pallet_evm::runner::stack::Runner<Self>;
304 type OnChargeTransaction = pallet_evm_transaction_payment::OnChargeTransaction<Self>;304 type OnChargeTransaction = pallet_evm::EVMCurrencyAdapter<Balances, DealWithFees>;
305 type TransactionValidityHack = pallet_evm_transaction_payment::TransactionValidityHack<Self>;305 type TransactionValidityHack = pallet_evm_transaction_payment::TransactionValidityHack<Self>;
306 type FindAuthor = EthereumFindAuthor<Aura>;306 type FindAuthor = EthereumFindAuthor<Aura>;
307}307}
326326
327impl pallet_ethereum::Config for Runtime {327impl pallet_ethereum::Config for Runtime {
328 type Event = Event;328 type Event = Event;
329 type StateRoot = pallet_ethereum::IntermediateStateRoot;329 type StateRoot = pallet_ethereum::IntermediateStateRoot<Self>;
330}330}
331331
332impl pallet_randomness_collective_flip::Config for Runtime {}332impl pallet_randomness_collective_flip::Config for Runtime {}
494494
495impl pallet_transaction_payment::Config for Runtime {495impl pallet_transaction_payment::Config for Runtime {
496 type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter<Balances, DealWithFees>;496 type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter<Balances, DealWithFees>;
497 type TransactionByteFee = TransactionByteFee;497 type LengthToFee = ConstantMultiplier<Balance, TransactionByteFee>;
498 type OperationalFeeMultiplier = OperationalFeeMultiplier;498 type OperationalFeeMultiplier = OperationalFeeMultiplier;
499 type WeightToFee = LinearFee<Balance>;499 type WeightToFee = LinearFee<Balance>;
500 type FeeMultiplierUpdate = ();500 type FeeMultiplierUpdate = ();
673 pub const MaxAuthorities: u32 = 100_000;673 pub const MaxAuthorities: u32 = 100_000;
674}674}
675675
676match_type! {676match_types! {
677 pub type ParentOrParentsUnitPlurality: impl Contains<MultiLocation> = {677 pub type ParentOrParentsUnitPlurality: impl Contains<MultiLocation> = {
678 MultiLocation { parents: 1, interior: Here } |678 MultiLocation { parents: 1, interior: Here } |
679 MultiLocation { parents: 1, interior: X1(Plurality { id: BodyId::Unit, .. }) }679 MultiLocation { parents: 1, interior: X1(Plurality { id: BodyId::Unit, .. }) }
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
117117
118[dependencies.frame-benchmarking]118[dependencies.frame-benchmarking]
119default-features = false119default-features = false
120git = 'https://github.com/paritytech/substrate.git'120git = "https://github.com/paritytech/substrate"
121optional = true121optional = true
122branch = 'polkadot-v0.9.18'122branch = "polkadot-v0.9.20"
123123
124[dependencies.frame-executive]124[dependencies.frame-executive]
125default-features = false125default-features = false
126git = 'https://github.com/paritytech/substrate.git'126git = "https://github.com/paritytech/substrate"
127branch = 'polkadot-v0.9.18'127branch = "polkadot-v0.9.20"
128128
129[dependencies.frame-support]129[dependencies.frame-support]
130default-features = false130default-features = false
131git = 'https://github.com/paritytech/substrate.git'131git = "https://github.com/paritytech/substrate"
132branch = 'polkadot-v0.9.18'132branch = "polkadot-v0.9.20"
133133
134[dependencies.frame-system]134[dependencies.frame-system]
135default-features = false135default-features = false
136git = 'https://github.com/paritytech/substrate.git'136git = "https://github.com/paritytech/substrate"
137branch = 'polkadot-v0.9.18'137branch = "polkadot-v0.9.20"
138138
139[dependencies.frame-system-benchmarking]139[dependencies.frame-system-benchmarking]
140default-features = false140default-features = false
141git = 'https://github.com/paritytech/substrate.git'141git = "https://github.com/paritytech/substrate"
142optional = true142optional = true
143branch = 'polkadot-v0.9.18'143branch = "polkadot-v0.9.20"
144144
145[dependencies.frame-system-rpc-runtime-api]145[dependencies.frame-system-rpc-runtime-api]
146default-features = false146default-features = false
147git = 'https://github.com/paritytech/substrate.git'147git = "https://github.com/paritytech/substrate"
148branch = 'polkadot-v0.9.18'148branch = "polkadot-v0.9.20"
149149
150[dependencies.hex-literal]150[dependencies.hex-literal]
151optional = true151optional = true
159159
160[dependencies.pallet-aura]160[dependencies.pallet-aura]
161default-features = false161default-features = false
162git = 'https://github.com/paritytech/substrate.git'162git = "https://github.com/paritytech/substrate"
163branch = 'polkadot-v0.9.18'163branch = "polkadot-v0.9.20"
164164
165[dependencies.pallet-balances]165[dependencies.pallet-balances]
166default-features = false166default-features = false
167git = 'https://github.com/paritytech/substrate.git'167git = "https://github.com/paritytech/substrate"
168branch = 'polkadot-v0.9.18'168branch = "polkadot-v0.9.20"
169169
170# Contracts specific packages170# Contracts specific packages
171# [dependencies.pallet-contracts]171# [dependencies.pallet-contracts]
172# git = 'https://github.com/paritytech/substrate.git'172# git = 'https://github.com/paritytech/substrate'
173# default-features = false173# default-features = false
174# branch = 'polkadot-v0.9.18'174# branch = 'master'
175# version = '4.0.0-dev'175# version = '4.0.0-dev'
176176
177# [dependencies.pallet-contracts-primitives]177# [dependencies.pallet-contracts-primitives]
178# git = 'https://github.com/paritytech/substrate.git'178# git = 'https://github.com/paritytech/substrate'
179# default-features = false179# default-features = false
180# branch = 'polkadot-v0.9.18'180# branch = 'master'
181# version = '4.0.0-dev'181# version = '4.0.0-dev'
182182
183# [dependencies.pallet-contracts-rpc-runtime-api]183# [dependencies.pallet-contracts-rpc-runtime-api]
184# git = 'https://github.com/paritytech/substrate.git'184# git = 'https://github.com/paritytech/substrate'
185# default-features = false185# default-features = false
186# branch = 'polkadot-v0.9.18'186# branch = 'master'
187# version = '4.0.0-dev'187# version = '4.0.0-dev'
188188
189[dependencies.pallet-randomness-collective-flip]189[dependencies.pallet-randomness-collective-flip]
190default-features = false190default-features = false
191git = 'https://github.com/paritytech/substrate.git'191git = "https://github.com/paritytech/substrate"
192branch = 'polkadot-v0.9.18'192branch = "polkadot-v0.9.20"
193193
194[dependencies.pallet-sudo]194[dependencies.pallet-sudo]
195default-features = false195default-features = false
196git = 'https://github.com/paritytech/substrate.git'196git = "https://github.com/paritytech/substrate"
197branch = 'polkadot-v0.9.18'197branch = "polkadot-v0.9.20"
198198
199[dependencies.pallet-timestamp]199[dependencies.pallet-timestamp]
200default-features = false200default-features = false
201git = 'https://github.com/paritytech/substrate.git'201git = "https://github.com/paritytech/substrate"
202branch = 'polkadot-v0.9.18'202branch = "polkadot-v0.9.20"
203203
204[dependencies.pallet-transaction-payment]204[dependencies.pallet-transaction-payment]
205default-features = false205default-features = false
206git = 'https://github.com/paritytech/substrate.git'206git = "https://github.com/paritytech/substrate"
207branch = 'polkadot-v0.9.18'207branch = "polkadot-v0.9.20"
208208
209[dependencies.pallet-transaction-payment-rpc-runtime-api]209[dependencies.pallet-transaction-payment-rpc-runtime-api]
210default-features = false210default-features = false
211git = 'https://github.com/paritytech/substrate.git'211git = "https://github.com/paritytech/substrate"
212branch = 'polkadot-v0.9.18'212branch = "polkadot-v0.9.20"
213213
214[dependencies.pallet-treasury]214[dependencies.pallet-treasury]
215default-features = false215default-features = false
216git = 'https://github.com/paritytech/substrate.git'216git = "https://github.com/paritytech/substrate"
217branch = 'polkadot-v0.9.18'217branch = "polkadot-v0.9.20"
218218
219# [dependencies.pallet-vesting]219# [dependencies.pallet-vesting]
220# default-features = false220# default-features = false
221# git = 'https://github.com/paritytech/substrate.git'221# git = 'https://github.com/paritytech/substrate'
222# branch = 'polkadot-v0.9.18'222# branch = 'master'
223223
224[dependencies.sp-arithmetic]224[dependencies.sp-arithmetic]
225default-features = false225default-features = false
226git = 'https://github.com/paritytech/substrate.git'226git = "https://github.com/paritytech/substrate"
227branch = 'polkadot-v0.9.18'227branch = "polkadot-v0.9.20"
228228
229[dependencies.sp-api]229[dependencies.sp-api]
230default-features = false230default-features = false
231git = 'https://github.com/paritytech/substrate.git'231git = "https://github.com/paritytech/substrate"
232branch = 'polkadot-v0.9.18'232branch = "polkadot-v0.9.20"
233233
234[dependencies.sp-block-builder]234[dependencies.sp-block-builder]
235default-features = false235default-features = false
236git = 'https://github.com/paritytech/substrate.git'236git = "https://github.com/paritytech/substrate"
237branch = 'polkadot-v0.9.18'237branch = "polkadot-v0.9.20"
238238
239[dependencies.sp-core]239[dependencies.sp-core]
240default-features = false240default-features = false
241git = 'https://github.com/paritytech/substrate.git'241git = "https://github.com/paritytech/substrate"
242branch = 'polkadot-v0.9.18'242branch = "polkadot-v0.9.20"
243243
244[dependencies.sp-consensus-aura]244[dependencies.sp-consensus-aura]
245default-features = false245default-features = false
246git = 'https://github.com/paritytech/substrate.git'246git = "https://github.com/paritytech/substrate"
247branch = 'polkadot-v0.9.18'247branch = "polkadot-v0.9.20"
248248
249[dependencies.sp-inherents]249[dependencies.sp-inherents]
250default-features = false250default-features = false
251git = 'https://github.com/paritytech/substrate.git'251git = "https://github.com/paritytech/substrate"
252branch = 'polkadot-v0.9.18'252branch = "polkadot-v0.9.20"
253253
254[dependencies.sp-io]254[dependencies.sp-io]
255default-features = false255default-features = false
256git = 'https://github.com/paritytech/substrate.git'256git = "https://github.com/paritytech/substrate"
257branch = 'polkadot-v0.9.18'257branch = "polkadot-v0.9.20"
258258
259[dependencies.sp-offchain]259[dependencies.sp-offchain]
260default-features = false260default-features = false
261git = 'https://github.com/paritytech/substrate.git'261git = "https://github.com/paritytech/substrate"
262branch = 'polkadot-v0.9.18'262branch = "polkadot-v0.9.20"
263263
264[dependencies.sp-runtime]264[dependencies.sp-runtime]
265default-features = false265default-features = false
266git = 'https://github.com/paritytech/substrate.git'266git = "https://github.com/paritytech/substrate"
267branch = 'polkadot-v0.9.18'267branch = "polkadot-v0.9.20"
268268
269[dependencies.sp-session]269[dependencies.sp-session]
270default-features = false270default-features = false
271git = 'https://github.com/paritytech/substrate.git'271git = "https://github.com/paritytech/substrate"
272branch = 'polkadot-v0.9.18'272branch = "polkadot-v0.9.20"
273273
274[dependencies.sp-std]274[dependencies.sp-std]
275default-features = false275default-features = false
276git = 'https://github.com/paritytech/substrate.git'276git = "https://github.com/paritytech/substrate"
277branch = 'polkadot-v0.9.18'277branch = "polkadot-v0.9.20"
278278
279[dependencies.sp-transaction-pool]279[dependencies.sp-transaction-pool]
280default-features = false280default-features = false
281git = 'https://github.com/paritytech/substrate.git'281git = "https://github.com/paritytech/substrate"
282branch = 'polkadot-v0.9.18'282branch = "polkadot-v0.9.20"
283283
284[dependencies.sp-version]284[dependencies.sp-version]
285default-features = false285default-features = false
286git = 'https://github.com/paritytech/substrate.git'286git = "https://github.com/paritytech/substrate"
287branch = 'polkadot-v0.9.18'287branch = "polkadot-v0.9.20"
288288
289[dependencies.smallvec]289[dependencies.smallvec]
290version = '1.6.1'290version = '1.6.1'
294294
295[dependencies.parachain-info]295[dependencies.parachain-info]
296default-features = false296default-features = false
297git = 'https://github.com/paritytech/cumulus.git'297git = "https://github.com/paritytech/cumulus"
298branch = 'polkadot-v0.9.18'298branch = "polkadot-v0.9.20"
299299
300[dependencies.cumulus-pallet-aura-ext]300[dependencies.cumulus-pallet-aura-ext]
301git = 'https://github.com/paritytech/cumulus.git'301git = "https://github.com/paritytech/cumulus"
302branch = 'polkadot-v0.9.18'302branch = "polkadot-v0.9.20"
303default-features = false303default-features = false
304304
305[dependencies.cumulus-pallet-parachain-system]305[dependencies.cumulus-pallet-parachain-system]
306git = 'https://github.com/paritytech/cumulus.git'306git = "https://github.com/paritytech/cumulus"
307branch = 'polkadot-v0.9.18'307branch = "polkadot-v0.9.20"
308default-features = false308default-features = false
309309
310[dependencies.cumulus-primitives-core]310[dependencies.cumulus-primitives-core]
311git = 'https://github.com/paritytech/cumulus.git'311git = "https://github.com/paritytech/cumulus"
312branch = 'polkadot-v0.9.18'312branch = "polkadot-v0.9.20"
313default-features = false313default-features = false
314314
315[dependencies.cumulus-pallet-xcm]315[dependencies.cumulus-pallet-xcm]
316git = 'https://github.com/paritytech/cumulus.git'316git = "https://github.com/paritytech/cumulus"
317branch = 'polkadot-v0.9.18'317branch = "polkadot-v0.9.20"
318default-features = false318default-features = false
319319
320[dependencies.cumulus-pallet-dmp-queue]320[dependencies.cumulus-pallet-dmp-queue]
321git = 'https://github.com/paritytech/cumulus.git'321git = "https://github.com/paritytech/cumulus"
322branch = 'polkadot-v0.9.18'322branch = "polkadot-v0.9.20"
323default-features = false323default-features = false
324324
325[dependencies.cumulus-pallet-xcmp-queue]325[dependencies.cumulus-pallet-xcmp-queue]
326git = 'https://github.com/paritytech/cumulus.git'326git = "https://github.com/paritytech/cumulus"
327branch = 'polkadot-v0.9.18'327branch = "polkadot-v0.9.20"
328default-features = false328default-features = false
329329
330[dependencies.cumulus-primitives-utility]330[dependencies.cumulus-primitives-utility]
331git = 'https://github.com/paritytech/cumulus.git'331git = "https://github.com/paritytech/cumulus"
332branch = 'polkadot-v0.9.18'332branch = "polkadot-v0.9.20"
333default-features = false333default-features = false
334334
335[dependencies.cumulus-primitives-timestamp]335[dependencies.cumulus-primitives-timestamp]
336git = 'https://github.com/paritytech/cumulus.git'336git = "https://github.com/paritytech/cumulus"
337branch = 'polkadot-v0.9.18'337branch = "polkadot-v0.9.20"
338default-features = false338default-features = false
339339
340################################################################################340################################################################################
341# Polkadot dependencies341# Polkadot dependencies
342342
343[dependencies.polkadot-parachain]343[dependencies.polkadot-parachain]
344git = 'https://github.com/paritytech/polkadot'344git = "https://github.com/paritytech/polkadot"
345branch = 'release-v0.9.18'345branch = "release-v0.9.20"
346default-features = false346default-features = false
347347
348[dependencies.xcm]348[dependencies.xcm]
349git = 'https://github.com/paritytech/polkadot'349git = "https://github.com/paritytech/polkadot"
350branch = 'release-v0.9.18'350branch = "release-v0.9.20"
351default-features = false351default-features = false
352352
353[dependencies.xcm-builder]353[dependencies.xcm-builder]
354git = 'https://github.com/paritytech/polkadot'354git = "https://github.com/paritytech/polkadot"
355branch = 'release-v0.9.18'355branch = "release-v0.9.20"
356default-features = false356default-features = false
357357
358[dependencies.xcm-executor]358[dependencies.xcm-executor]
359git = 'https://github.com/paritytech/polkadot'359git = "https://github.com/paritytech/polkadot"
360branch = 'release-v0.9.18'360branch = "release-v0.9.20"
361default-features = false361default-features = false
362362
363[dependencies.pallet-xcm]363[dependencies.pallet-xcm]
364git = 'https://github.com/paritytech/polkadot'364git = "https://github.com/paritytech/polkadot"
365branch = 'release-v0.9.18'365branch = "release-v0.9.20"
366default-features = false366default-features = false
367367
368[dependencies.orml-vesting]368[dependencies.orml-vesting]
369git = 'https://github.com/UniqueNetwork/open-runtime-module-library'369git = "https://github.com/uniquenetwork/open-runtime-module-library"
370branch = 'unique-polkadot-v0.9.18'370branch = "unique-polkadot-v0.9.20"
371version = "0.4.1-dev"371version = "0.4.1-dev"
372default-features = false372default-features = false
373373
382derivative = "2.2.0"382derivative = "2.2.0"
383pallet-unique = { path = '../../pallets/unique', default-features = false }383pallet-unique = { path = '../../pallets/unique', default-features = false }
384up-rpc = { path = "../../primitives/rpc", default-features = false }384up-rpc = { path = "../../primitives/rpc", default-features = false }
385fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }385fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
386pallet-inflation = { path = '../../pallets/inflation', default-features = false }386pallet-inflation = { path = '../../pallets/inflation', default-features = false }
387up-data-structs = { path = '../../primitives/data-structs', default-features = false }387up-data-structs = { path = '../../primitives/data-structs', default-features = false }
388pallet-common = { default-features = false, path = "../../pallets/common" }388pallet-common = { default-features = false, path = "../../pallets/common" }
391pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }391pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
392pallet-unq-scheduler = { path = '../../pallets/scheduler', default-features = false }392pallet-unq-scheduler = { path = '../../pallets/scheduler', default-features = false }
393# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }393# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
394pallet-charge-transaction = { git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }394pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.20", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
395pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }395pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
396pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }396pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
397pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }397pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
398pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }398pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
399pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }399pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
400pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }400pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
401pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }401pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
402fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }402fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
403fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }403fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
404404
405################################################################################405################################################################################
406# Build Dependencies406# Build Dependencies
407407
408[build-dependencies.substrate-wasm-builder]408[build-dependencies.substrate-wasm-builder]
409git = 'https://github.com/paritytech/substrate.git'409git = "https://github.com/paritytech/substrate"
410branch = 'polkadot-v0.9.18'410branch = "polkadot-v0.9.20"
411411
modifiedruntime/quartz/src/lib.rsdiffbeforeafterboth
52 EnsureAddressTruncated, HashedAddressMapping, Runner, account::CrossAccountId as _,52 EnsureAddressTruncated, HashedAddressMapping, Runner, account::CrossAccountId as _,
53};53};
54pub use frame_support::{54pub use frame_support::{
55 construct_runtime, match_type,55 construct_runtime, match_types,
56 dispatch::DispatchResult,56 dispatch::DispatchResult,
57 PalletId, parameter_types, StorageValue, ConsensusEngineId,57 PalletId, parameter_types, StorageValue, ConsensusEngineId,
58 traits::{58 traits::{
63 weights::{63 weights::{
64 constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight, WEIGHT_PER_SECOND},64 constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight, WEIGHT_PER_SECOND},
65 DispatchClass, DispatchInfo, GetDispatchInfo, IdentityFee, Pays, PostDispatchInfo, Weight,65 DispatchClass, DispatchInfo, GetDispatchInfo, IdentityFee, Pays, PostDispatchInfo, Weight,
66 WeightToFeePolynomial, WeightToFeeCoefficient, WeightToFeeCoefficients,66 WeightToFeePolynomial, WeightToFeeCoefficient, WeightToFeeCoefficients, ConstantMultiplier,
67 },67 },
68};68};
69use up_data_structs::*;69use up_data_structs::*;
78};78};
79use smallvec::smallvec;79use smallvec::smallvec;
80use codec::{Encode, Decode};80use codec::{Encode, Decode};
81use pallet_evm::{Account as EVMAccount, FeeCalculator, GasWeightMapping, OnMethodCall};81use pallet_evm::{Account as EVMAccount, FeeCalculator, GasWeightMapping};
82use fp_rpc::TransactionStatus;82use fp_rpc::TransactionStatus;
83use sp_runtime::{83use sp_runtime::{
84 traits::{BlockNumberProvider, Dispatchable, PostDispatchInfoOf, Saturating},84 traits::{BlockNumberProvider, Dispatchable, PostDispatchInfoOf, Saturating},
280 type OnCreate = pallet_evm_contract_helpers::HelpersOnCreate<Self>;280 type OnCreate = pallet_evm_contract_helpers::HelpersOnCreate<Self>;
281 type ChainId = ChainId;281 type ChainId = ChainId;
282 type Runner = pallet_evm::runner::stack::Runner<Self>;282 type Runner = pallet_evm::runner::stack::Runner<Self>;
283 type OnChargeTransaction = pallet_evm_transaction_payment::OnChargeTransaction<Self>;283 type OnChargeTransaction = pallet_evm::EVMCurrencyAdapter<Balances, DealWithFees>;
284 type TransactionValidityHack = pallet_evm_transaction_payment::TransactionValidityHack<Self>;284 type TransactionValidityHack = pallet_evm_transaction_payment::TransactionValidityHack<Self>;
285 type FindAuthor = EthereumFindAuthor<Aura>;285 type FindAuthor = EthereumFindAuthor<Aura>;
286}286}
305305
306impl pallet_ethereum::Config for Runtime {306impl pallet_ethereum::Config for Runtime {
307 type Event = Event;307 type Event = Event;
308 type StateRoot = pallet_ethereum::IntermediateStateRoot;308 type StateRoot = pallet_ethereum::IntermediateStateRoot<Self>;
309}309}
310310
311impl pallet_randomness_collective_flip::Config for Runtime {}311impl pallet_randomness_collective_flip::Config for Runtime {}
473473
474impl pallet_transaction_payment::Config for Runtime {474impl pallet_transaction_payment::Config for Runtime {
475 type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter<Balances, DealWithFees>;475 type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter<Balances, DealWithFees>;
476 type TransactionByteFee = TransactionByteFee;476 type LengthToFee = ConstantMultiplier<Balance, TransactionByteFee>;
477 type OperationalFeeMultiplier = OperationalFeeMultiplier;477 type OperationalFeeMultiplier = OperationalFeeMultiplier;
478 type WeightToFee = LinearFee<Balance>;478 type WeightToFee = LinearFee<Balance>;
479 type FeeMultiplierUpdate = ();479 type FeeMultiplierUpdate = ();
652 pub const MaxAuthorities: u32 = 100_000;652 pub const MaxAuthorities: u32 = 100_000;
653}653}
654654
655match_type! {655match_types! {
656 pub type ParentOrParentsUnitPlurality: impl Contains<MultiLocation> = {656 pub type ParentOrParentsUnitPlurality: impl Contains<MultiLocation> = {
657 MultiLocation { parents: 1, interior: Here } |657 MultiLocation { parents: 1, interior: Here } |
658 MultiLocation { parents: 1, interior: X1(Plurality { id: BodyId::Unit, .. }) }658 MultiLocation { parents: 1, interior: X1(Plurality { id: BodyId::Unit, .. }) }
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
117117
118[dependencies.frame-benchmarking]118[dependencies.frame-benchmarking]
119default-features = false119default-features = false
120git = 'https://github.com/paritytech/substrate.git'120git = "https://github.com/paritytech/substrate"
121optional = true121optional = true
122branch = 'polkadot-v0.9.18'122branch = "polkadot-v0.9.20"
123123
124[dependencies.frame-executive]124[dependencies.frame-executive]
125default-features = false125default-features = false
126git = 'https://github.com/paritytech/substrate.git'126git = "https://github.com/paritytech/substrate"
127branch = 'polkadot-v0.9.18'127branch = "polkadot-v0.9.20"
128128
129[dependencies.frame-support]129[dependencies.frame-support]
130default-features = false130default-features = false
131git = 'https://github.com/paritytech/substrate.git'131git = "https://github.com/paritytech/substrate"
132branch = 'polkadot-v0.9.18'132branch = "polkadot-v0.9.20"
133133
134[dependencies.frame-system]134[dependencies.frame-system]
135default-features = false135default-features = false
136git = 'https://github.com/paritytech/substrate.git'136git = "https://github.com/paritytech/substrate"
137branch = 'polkadot-v0.9.18'137branch = "polkadot-v0.9.20"
138138
139[dependencies.frame-system-benchmarking]139[dependencies.frame-system-benchmarking]
140default-features = false140default-features = false
141git = 'https://github.com/paritytech/substrate.git'141git = "https://github.com/paritytech/substrate"
142optional = true142optional = true
143branch = 'polkadot-v0.9.18'143branch = "polkadot-v0.9.20"
144144
145[dependencies.frame-system-rpc-runtime-api]145[dependencies.frame-system-rpc-runtime-api]
146default-features = false146default-features = false
147git = 'https://github.com/paritytech/substrate.git'147git = "https://github.com/paritytech/substrate"
148branch = 'polkadot-v0.9.18'148branch = "polkadot-v0.9.20"
149149
150[dependencies.hex-literal]150[dependencies.hex-literal]
151optional = true151optional = true
159159
160[dependencies.pallet-aura]160[dependencies.pallet-aura]
161default-features = false161default-features = false
162git = 'https://github.com/paritytech/substrate.git'162git = "https://github.com/paritytech/substrate"
163branch = 'polkadot-v0.9.18'163branch = "polkadot-v0.9.20"
164164
165[dependencies.pallet-balances]165[dependencies.pallet-balances]
166default-features = false166default-features = false
167git = 'https://github.com/paritytech/substrate.git'167git = "https://github.com/paritytech/substrate"
168branch = 'polkadot-v0.9.18'168branch = "polkadot-v0.9.20"
169169
170# Contracts specific packages170# Contracts specific packages
171# [dependencies.pallet-contracts]171# [dependencies.pallet-contracts]
172# git = 'https://github.com/paritytech/substrate.git'172# git = 'https://github.com/paritytech/substrate'
173# default-features = false173# default-features = false
174# branch = 'polkadot-v0.9.18'174# branch = 'master'
175# version = '4.0.0-dev'175# version = '4.0.0-dev'
176176
177# [dependencies.pallet-contracts-primitives]177# [dependencies.pallet-contracts-primitives]
178# git = 'https://github.com/paritytech/substrate.git'178# git = 'https://github.com/paritytech/substrate'
179# default-features = false179# default-features = false
180# branch = 'polkadot-v0.9.18'180# branch = 'master'
181# version = '4.0.0-dev'181# version = '4.0.0-dev'
182182
183# [dependencies.pallet-contracts-rpc-runtime-api]183# [dependencies.pallet-contracts-rpc-runtime-api]
184# git = 'https://github.com/paritytech/substrate.git'184# git = 'https://github.com/paritytech/substrate'
185# default-features = false185# default-features = false
186# branch = 'polkadot-v0.9.18'186# branch = 'master'
187# version = '4.0.0-dev'187# version = '4.0.0-dev'
188188
189[dependencies.pallet-randomness-collective-flip]189[dependencies.pallet-randomness-collective-flip]
190default-features = false190default-features = false
191git = 'https://github.com/paritytech/substrate.git'191git = "https://github.com/paritytech/substrate"
192branch = 'polkadot-v0.9.18'192branch = "polkadot-v0.9.20"
193193
194[dependencies.pallet-sudo]194[dependencies.pallet-sudo]
195default-features = false195default-features = false
196git = 'https://github.com/paritytech/substrate.git'196git = "https://github.com/paritytech/substrate"
197branch = 'polkadot-v0.9.18'197branch = "polkadot-v0.9.20"
198198
199[dependencies.pallet-timestamp]199[dependencies.pallet-timestamp]
200default-features = false200default-features = false
201git = 'https://github.com/paritytech/substrate.git'201git = "https://github.com/paritytech/substrate"
202branch = 'polkadot-v0.9.18'202branch = "polkadot-v0.9.20"
203203
204[dependencies.pallet-transaction-payment]204[dependencies.pallet-transaction-payment]
205default-features = false205default-features = false
206git = 'https://github.com/paritytech/substrate.git'206git = "https://github.com/paritytech/substrate"
207branch = 'polkadot-v0.9.18'207branch = "polkadot-v0.9.20"
208208
209[dependencies.pallet-transaction-payment-rpc-runtime-api]209[dependencies.pallet-transaction-payment-rpc-runtime-api]
210default-features = false210default-features = false
211git = 'https://github.com/paritytech/substrate.git'211git = "https://github.com/paritytech/substrate"
212branch = 'polkadot-v0.9.18'212branch = "polkadot-v0.9.20"
213213
214[dependencies.pallet-treasury]214[dependencies.pallet-treasury]
215default-features = false215default-features = false
216git = 'https://github.com/paritytech/substrate.git'216git = "https://github.com/paritytech/substrate"
217branch = 'polkadot-v0.9.18'217branch = "polkadot-v0.9.20"
218218
219# [dependencies.pallet-vesting]219# [dependencies.pallet-vesting]
220# default-features = false220# default-features = false
221# git = 'https://github.com/paritytech/substrate.git'221# git = 'https://github.com/paritytech/substrate'
222# branch = 'polkadot-v0.9.18'222# branch = 'master'
223223
224[dependencies.sp-arithmetic]224[dependencies.sp-arithmetic]
225default-features = false225default-features = false
226git = 'https://github.com/paritytech/substrate.git'226git = "https://github.com/paritytech/substrate"
227branch = 'polkadot-v0.9.18'227branch = "polkadot-v0.9.20"
228228
229[dependencies.sp-api]229[dependencies.sp-api]
230default-features = false230default-features = false
231git = 'https://github.com/paritytech/substrate.git'231git = "https://github.com/paritytech/substrate"
232branch = 'polkadot-v0.9.18'232branch = "polkadot-v0.9.20"
233233
234[dependencies.sp-block-builder]234[dependencies.sp-block-builder]
235default-features = false235default-features = false
236git = 'https://github.com/paritytech/substrate.git'236git = "https://github.com/paritytech/substrate"
237branch = 'polkadot-v0.9.18'237branch = "polkadot-v0.9.20"
238238
239[dependencies.sp-core]239[dependencies.sp-core]
240default-features = false240default-features = false
241git = 'https://github.com/paritytech/substrate.git'241git = "https://github.com/paritytech/substrate"
242branch = 'polkadot-v0.9.18'242branch = "polkadot-v0.9.20"
243243
244[dependencies.sp-consensus-aura]244[dependencies.sp-consensus-aura]
245default-features = false245default-features = false
246git = 'https://github.com/paritytech/substrate.git'246git = "https://github.com/paritytech/substrate"
247branch = 'polkadot-v0.9.18'247branch = "polkadot-v0.9.20"
248248
249[dependencies.sp-inherents]249[dependencies.sp-inherents]
250default-features = false250default-features = false
251git = 'https://github.com/paritytech/substrate.git'251git = "https://github.com/paritytech/substrate"
252branch = 'polkadot-v0.9.18'252branch = "polkadot-v0.9.20"
253253
254[dependencies.sp-io]254[dependencies.sp-io]
255default-features = false255default-features = false
256git = 'https://github.com/paritytech/substrate.git'256git = "https://github.com/paritytech/substrate"
257branch = 'polkadot-v0.9.18'257branch = "polkadot-v0.9.20"
258258
259[dependencies.sp-offchain]259[dependencies.sp-offchain]
260default-features = false260default-features = false
261git = 'https://github.com/paritytech/substrate.git'261git = "https://github.com/paritytech/substrate"
262branch = 'polkadot-v0.9.18'262branch = "polkadot-v0.9.20"
263263
264[dependencies.sp-runtime]264[dependencies.sp-runtime]
265default-features = false265default-features = false
266git = 'https://github.com/paritytech/substrate.git'266git = "https://github.com/paritytech/substrate"
267branch = 'polkadot-v0.9.18'267branch = "polkadot-v0.9.20"
268268
269[dependencies.sp-session]269[dependencies.sp-session]
270default-features = false270default-features = false
271git = 'https://github.com/paritytech/substrate.git'271git = "https://github.com/paritytech/substrate"
272branch = 'polkadot-v0.9.18'272branch = "polkadot-v0.9.20"
273273
274[dependencies.sp-std]274[dependencies.sp-std]
275default-features = false275default-features = false
276git = 'https://github.com/paritytech/substrate.git'276git = "https://github.com/paritytech/substrate"
277branch = 'polkadot-v0.9.18'277branch = "polkadot-v0.9.20"
278278
279[dependencies.sp-transaction-pool]279[dependencies.sp-transaction-pool]
280default-features = false280default-features = false
281git = 'https://github.com/paritytech/substrate.git'281git = "https://github.com/paritytech/substrate"
282branch = 'polkadot-v0.9.18'282branch = "polkadot-v0.9.20"
283283
284[dependencies.sp-version]284[dependencies.sp-version]
285default-features = false285default-features = false
286git = 'https://github.com/paritytech/substrate.git'286git = "https://github.com/paritytech/substrate"
287branch = 'polkadot-v0.9.18'287branch = "polkadot-v0.9.20"
288288
289[dependencies.smallvec]289[dependencies.smallvec]
290version = '1.6.1'290version = '1.6.1'
294294
295[dependencies.parachain-info]295[dependencies.parachain-info]
296default-features = false296default-features = false
297git = 'https://github.com/paritytech/cumulus.git'297git = "https://github.com/paritytech/cumulus"
298branch = 'polkadot-v0.9.18'298branch = "polkadot-v0.9.20"
299299
300[dependencies.cumulus-pallet-aura-ext]300[dependencies.cumulus-pallet-aura-ext]
301git = 'https://github.com/paritytech/cumulus.git'301git = "https://github.com/paritytech/cumulus"
302branch = 'polkadot-v0.9.18'302branch = "polkadot-v0.9.20"
303default-features = false303default-features = false
304304
305[dependencies.cumulus-pallet-parachain-system]305[dependencies.cumulus-pallet-parachain-system]
306git = 'https://github.com/paritytech/cumulus.git'306git = "https://github.com/paritytech/cumulus"
307branch = 'polkadot-v0.9.18'307branch = "polkadot-v0.9.20"
308default-features = false308default-features = false
309309
310[dependencies.cumulus-primitives-core]310[dependencies.cumulus-primitives-core]
311git = 'https://github.com/paritytech/cumulus.git'311git = "https://github.com/paritytech/cumulus"
312branch = 'polkadot-v0.9.18'312branch = "polkadot-v0.9.20"
313default-features = false313default-features = false
314314
315[dependencies.cumulus-pallet-xcm]315[dependencies.cumulus-pallet-xcm]
316git = 'https://github.com/paritytech/cumulus.git'316git = "https://github.com/paritytech/cumulus"
317branch = 'polkadot-v0.9.18'317branch = "polkadot-v0.9.20"
318default-features = false318default-features = false
319319
320[dependencies.cumulus-pallet-dmp-queue]320[dependencies.cumulus-pallet-dmp-queue]
321git = 'https://github.com/paritytech/cumulus.git'321git = "https://github.com/paritytech/cumulus"
322branch = 'polkadot-v0.9.18'322branch = "polkadot-v0.9.20"
323default-features = false323default-features = false
324324
325[dependencies.cumulus-pallet-xcmp-queue]325[dependencies.cumulus-pallet-xcmp-queue]
326git = 'https://github.com/paritytech/cumulus.git'326git = "https://github.com/paritytech/cumulus"
327branch = 'polkadot-v0.9.18'327branch = "polkadot-v0.9.20"
328default-features = false328default-features = false
329329
330[dependencies.cumulus-primitives-utility]330[dependencies.cumulus-primitives-utility]
331git = 'https://github.com/paritytech/cumulus.git'331git = "https://github.com/paritytech/cumulus"
332branch = 'polkadot-v0.9.18'332branch = "polkadot-v0.9.20"
333default-features = false333default-features = false
334334
335[dependencies.cumulus-primitives-timestamp]335[dependencies.cumulus-primitives-timestamp]
336git = 'https://github.com/paritytech/cumulus.git'336git = "https://github.com/paritytech/cumulus"
337branch = 'polkadot-v0.9.18'337branch = "polkadot-v0.9.20"
338default-features = false338default-features = false
339339
340################################################################################340################################################################################
341# Polkadot dependencies341# Polkadot dependencies
342342
343[dependencies.polkadot-parachain]343[dependencies.polkadot-parachain]
344git = 'https://github.com/paritytech/polkadot'344git = "https://github.com/paritytech/polkadot"
345branch = 'release-v0.9.18'345branch = "release-v0.9.20"
346default-features = false346default-features = false
347347
348[dependencies.xcm]348[dependencies.xcm]
349git = 'https://github.com/paritytech/polkadot'349git = "https://github.com/paritytech/polkadot"
350branch = 'release-v0.9.18'350branch = "release-v0.9.20"
351default-features = false351default-features = false
352352
353[dependencies.xcm-builder]353[dependencies.xcm-builder]
354git = 'https://github.com/paritytech/polkadot'354git = "https://github.com/paritytech/polkadot"
355branch = 'release-v0.9.18'355branch = "release-v0.9.20"
356default-features = false356default-features = false
357357
358[dependencies.xcm-executor]358[dependencies.xcm-executor]
359git = 'https://github.com/paritytech/polkadot'359git = "https://github.com/paritytech/polkadot"
360branch = 'release-v0.9.18'360branch = "release-v0.9.20"
361default-features = false361default-features = false
362362
363[dependencies.pallet-xcm]363[dependencies.pallet-xcm]
364git = 'https://github.com/paritytech/polkadot'364git = "https://github.com/paritytech/polkadot"
365branch = 'release-v0.9.18'365branch = "release-v0.9.20"
366default-features = false366default-features = false
367367
368[dependencies.orml-vesting]368[dependencies.orml-vesting]
369git = 'https://github.com/UniqueNetwork/open-runtime-module-library'369git = "https://github.com/uniquenetwork/open-runtime-module-library"
370branch = 'unique-polkadot-v0.9.18'370branch = "unique-polkadot-v0.9.20"
371version = "0.4.1-dev"371version = "0.4.1-dev"
372default-features = false372default-features = false
373373
390pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }390pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
391pallet-unq-scheduler = { path = '../../pallets/scheduler', default-features = false }391pallet-unq-scheduler = { path = '../../pallets/scheduler', default-features = false }
392# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }392# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
393pallet-charge-transaction = { git = "https://github.com/UniqueNetwork/pallet-sponsoring", branch = 'polkadot-v0.9.18', package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }393pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.20", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
394pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }394pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
395pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }395pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
396pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }396pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
397pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }397pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
398pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }398pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
399pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }399pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
400pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }400pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
401fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }401fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
402fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }402fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
403fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.18-2" }403fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.20" }
404404
405################################################################################405################################################################################
406# Build Dependencies406# Build Dependencies
407407
408[build-dependencies.substrate-wasm-builder]408[build-dependencies.substrate-wasm-builder]
409git = 'https://github.com/paritytech/substrate.git'409git = "https://github.com/paritytech/substrate"
410branch = 'polkadot-v0.9.18'410branch = "polkadot-v0.9.20"
411411
modifiedruntime/unique/src/lib.rsdiffbeforeafterboth
52 EnsureAddressTruncated, HashedAddressMapping, Runner, account::CrossAccountId as _,52 EnsureAddressTruncated, HashedAddressMapping, Runner, account::CrossAccountId as _,
53};53};
54pub use frame_support::{54pub use frame_support::{
55 construct_runtime, match_type,55 construct_runtime, match_types,
56 dispatch::DispatchResult,56 dispatch::DispatchResult,
57 PalletId, parameter_types, StorageValue, ConsensusEngineId,57 PalletId, parameter_types, StorageValue, ConsensusEngineId,
58 traits::{58 traits::{
63 weights::{63 weights::{
64 constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight, WEIGHT_PER_SECOND},64 constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight, WEIGHT_PER_SECOND},
65 DispatchClass, DispatchInfo, GetDispatchInfo, IdentityFee, Pays, PostDispatchInfo, Weight,65 DispatchClass, DispatchInfo, GetDispatchInfo, IdentityFee, Pays, PostDispatchInfo, Weight,
66 WeightToFeePolynomial, WeightToFeeCoefficient, WeightToFeeCoefficients,66 WeightToFeePolynomial, WeightToFeeCoefficient, WeightToFeeCoefficients, ConstantMultiplier,
67 },67 },
68};68};
69use up_data_structs::*;69use up_data_structs::*;
78};78};
79use smallvec::smallvec;79use smallvec::smallvec;
80use codec::{Encode, Decode};80use codec::{Encode, Decode};
81use pallet_evm::{Account as EVMAccount, FeeCalculator, GasWeightMapping, OnMethodCall};81use pallet_evm::{Account as EVMAccount, FeeCalculator, GasWeightMapping};
82use fp_rpc::TransactionStatus;82use fp_rpc::TransactionStatus;
83use sp_runtime::{83use sp_runtime::{
84 traits::{BlockNumberProvider, Dispatchable, PostDispatchInfoOf, Saturating},84 traits::{BlockNumberProvider, Dispatchable, PostDispatchInfoOf, Saturating},
279 type OnCreate = pallet_evm_contract_helpers::HelpersOnCreate<Self>;279 type OnCreate = pallet_evm_contract_helpers::HelpersOnCreate<Self>;
280 type ChainId = ChainId;280 type ChainId = ChainId;
281 type Runner = pallet_evm::runner::stack::Runner<Self>;281 type Runner = pallet_evm::runner::stack::Runner<Self>;
282 type OnChargeTransaction = pallet_evm_transaction_payment::OnChargeTransaction<Self>;282 type OnChargeTransaction = pallet_evm::EVMCurrencyAdapter<Balances, DealWithFees>;
283 type TransactionValidityHack = pallet_evm_transaction_payment::TransactionValidityHack<Self>;283 type TransactionValidityHack = pallet_evm_transaction_payment::TransactionValidityHack<Self>;
284 type FindAuthor = EthereumFindAuthor<Aura>;284 type FindAuthor = EthereumFindAuthor<Aura>;
285}285}
304304
305impl pallet_ethereum::Config for Runtime {305impl pallet_ethereum::Config for Runtime {
306 type Event = Event;306 type Event = Event;
307 type StateRoot = pallet_ethereum::IntermediateStateRoot;307 type StateRoot = pallet_ethereum::IntermediateStateRoot<Self>;
308}308}
309309
310impl pallet_randomness_collective_flip::Config for Runtime {}310impl pallet_randomness_collective_flip::Config for Runtime {}
472472
473impl pallet_transaction_payment::Config for Runtime {473impl pallet_transaction_payment::Config for Runtime {
474 type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter<Balances, DealWithFees>;474 type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter<Balances, DealWithFees>;
475 type TransactionByteFee = TransactionByteFee;475 type LengthToFee = ConstantMultiplier<Balance, TransactionByteFee>;
476 type OperationalFeeMultiplier = OperationalFeeMultiplier;476 type OperationalFeeMultiplier = OperationalFeeMultiplier;
477 type WeightToFee = LinearFee<Balance>;477 type WeightToFee = LinearFee<Balance>;
478 type FeeMultiplierUpdate = ();478 type FeeMultiplierUpdate = ();
651 pub const MaxAuthorities: u32 = 100_000;651 pub const MaxAuthorities: u32 = 100_000;
652}652}
653653
654match_type! {654match_types! {
655 pub type ParentOrParentsUnitPlurality: impl Contains<MultiLocation> = {655 pub type ParentOrParentsUnitPlurality: impl Contains<MultiLocation> = {
656 MultiLocation { parents: 1, interior: Here } |656 MultiLocation { parents: 1, interior: Here } |
657 MultiLocation { parents: 1, interior: X1(Plurality { id: BodyId::Unit, .. }) }657 MultiLocation { parents: 1, interior: X1(Plurality { id: BodyId::Unit, .. }) }
modifiedtests/package.jsondiffbeforeafterboth
4 "description": "Unique Chain Tests",4 "description": "Unique Chain Tests",
5 "main": "",5 "main": "",
6 "devDependencies": {6 "devDependencies": {
7 "@polkadot/dev": "0.65.60",7 "@polkadot/dev": "0.66.17",
8 "@polkadot/ts": "0.4.22",8 "@polkadot/ts": "0.4.22",
9 "@polkadot/typegen": "7.8.1",9 "@polkadot/typegen": "8.3.1",
10 "@types/chai": "^4.3.0",10 "@types/chai": "^4.3.1",
11 "@types/chai-as-promised": "^7.1.5",11 "@types/chai-as-promised": "^7.1.5",
12 "@types/mocha": "^9.1.0",12 "@types/mocha": "^9.1.1",
13 "@types/node": "^17.0.18",13 "@types/node": "^17.0.31",
14 "@typescript-eslint/eslint-plugin": "^5.12.0",14 "@typescript-eslint/eslint-plugin": "^5.22.0",
15 "@typescript-eslint/parser": "^5.12.0",15 "@typescript-eslint/parser": "^5.22.0",
16 "chai": "^4.3.6",16 "chai": "^4.3.6",
17 "eslint": "^8.9.0",17 "eslint": "^8.14.0",
18 "mocha": "^9.2.0",18 "mocha": "^10.0.0",
19 "ts-node": "^10.5.0",19 "ts-node": "^10.7.0",
20 "typescript": "^4.5.5"20 "typescript": "^4.6.4"
21 },21 },
22 "mocha": {22 "mocha": {
23 "timeout": 9999999,23 "timeout": 9999999,
26 "scripts": {26 "scripts": {
27 "lint": "eslint --ext .ts,.js src/",27 "lint": "eslint --ext .ts,.js src/",
28 "fix": "eslint --ext .ts,.js src/ --fix",28 "fix": "eslint --ext .ts,.js src/ --fix",
29 "test": "mocha --timeout 9999999 -r ts-node/register './**/*.test.ts'",29 "test": "mocha --timeout 9999999 -r ts-node/register './src/**/*.test.ts'",
30 "testEth": "mocha --timeout 9999999 -r ts-node/register './**/eth/**/*.test.ts'",30 "testEth": "mocha --timeout 9999999 -r ts-node/register './**/eth/**/*.test.ts'",
31 "testEthMarketplace": "mocha --timeout 9999999 -r ts-node/register './**/eth/marketplace/**/*.test.ts'",31 "testEthMarketplace": "mocha --timeout 9999999 -r ts-node/register './**/eth/marketplace/**/*.test.ts'",
32 "load": "mocha --timeout 9999999 -r ts-node/register './**/*.load.ts'",32 "load": "mocha --timeout 9999999 -r ts-node/register './**/*.load.ts'",
69 "testEnableDisableTransfers": "mocha --timeout 9999999 -r ts-node/register ./**/enableDisableTransfer.test.ts",69 "testEnableDisableTransfers": "mocha --timeout 9999999 -r ts-node/register ./**/enableDisableTransfer.test.ts",
70 "testLimits": "mocha --timeout 9999999 -r ts-node/register ./**/limits.test.ts",70 "testLimits": "mocha --timeout 9999999 -r ts-node/register ./**/limits.test.ts",
71 "polkadot-types-fetch-metadata": "curl -H 'Content-Type: application/json' -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' http://localhost:9933 > src/interfaces/metadata.json",71 "polkadot-types-fetch-metadata": "curl -H 'Content-Type: application/json' -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' http://localhost:9933 > src/interfaces/metadata.json",
72 "polkadot-types-from-defs": "echo 'export default {}' > src/interfaces/lookup.ts && ts-node ./node_modules/.bin/polkadot-types-from-defs --endpoint src/interfaces/metadata.json --input src/interfaces/ --package .",72 "polkadot-types-from-defs": "ts-node ./node_modules/.bin/polkadot-types-from-defs --endpoint src/interfaces/metadata.json --input src/interfaces/ --package .",
73 "polkadot-types-from-chain": "ts-node ./node_modules/.bin/polkadot-types-from-chain --endpoint src/interfaces/metadata.json --output src/interfaces/ --package .",73 "polkadot-types-from-chain": "ts-node ./node_modules/.bin/polkadot-types-from-chain --endpoint src/interfaces/metadata.json --output src/interfaces/ --package .",
74 "polkadot-types": "yarn polkadot-types-fetch-metadata && yarn polkadot-types-from-defs && yarn polkadot-types-from-chain"74 "polkadot-types": "yarn polkadot-types-fetch-metadata && yarn polkadot-types-from-defs && yarn polkadot-types-from-chain"
75 },75 },
76 "author": "",76 "author": "",
77 "license": "SEE LICENSE IN ../LICENSE",77 "license": "SEE LICENSE IN ../LICENSE",
78 "homepage": "",78 "homepage": "",
79 "dependencies": {79 "dependencies": {
80 "@polkadot/api": "7.8.1",80 "@polkadot/api": "8.3.1",
81 "@polkadot/api-contract": "7.8.1",81 "@polkadot/api-contract": "8.3.1",
82 "@polkadot/util-crypto": "^8.4.1",82 "@polkadot/util-crypto": "^9.1.1",
83 "bignumber.js": "^9.0.2",83 "bignumber.js": "^9.0.2",
84 "chai-as-promised": "^7.1.1",84 "chai-as-promised": "^7.1.1",
85 "solc": "^0.8.12",85 "solc": "^0.8.13",
86 "web3": "^1.7.0"86 "web3": "^1.7.3"
87 },87 },
88 "standard": {88 "standard": {
89 "globals": [89 "globals": [
modifiedtests/src/eth/contractSponsoring.test.tsdiffbeforeafterboth
205 expect(await flipper.methods.getValue().call()).to.be.true;205 expect(await flipper.methods.getValue().call()).to.be.true;
206 expect(await web3.eth.getBalance(caller)).to.be.equals(originalCallerBalance);206 expect(await web3.eth.getBalance(caller)).to.be.equals(originalCallerBalance);
207
208 const newFlipperBalance = await web3.eth.getBalance(flipper.options.address);
209 expect(newFlipperBalance).to.be.not.equals(originalFlipperBalance);
207210
208 await flipper.methods.flip().send({from: caller});211 await flipper.methods.flip().send({from: caller});
212 expect(await web3.eth.getBalance(flipper.options.address)).to.be.equal(newFlipperBalance);
209 expect(await web3.eth.getBalance(caller)).to.be.not.equals(originalCallerBalance);213 expect(await web3.eth.getBalance(caller)).to.be.not.equals(originalCallerBalance);
210 });214 });
211215
modifiedtests/src/interfaces/augment-api-consts.tsdiffbeforeafterboth
94 [key: string]: Codec;94 [key: string]: Codec;
95 };95 };
96 transactionPayment: {96 transactionPayment: {
97 /**
98 * The polynomial that is applied in order to derive fee from length.
99 **/
100 lengthToFee: Vec<FrameSupportWeightsWeightToFeeCoefficient> & AugmentedConst<ApiType>;
97 /**101 /**
98 * A fee mulitplier for `Operational` extrinsics to compute "virtual tip" to boost their102 * A fee mulitplier for `Operational` extrinsics to compute "virtual tip" to boost their
99 * `priority`103 * `priority`
118 * transactions.122 * transactions.
119 **/123 **/
120 operationalFeeMultiplier: u8 & AugmentedConst<ApiType>;124 operationalFeeMultiplier: u8 & AugmentedConst<ApiType>;
121 /**
122 * The fee to be paid for making a transaction; the per-byte portion.
123 **/
124 transactionByteFee: u128 & AugmentedConst<ApiType>;
125 /**125 /**
126 * The polynomial that is applied in order to derive fee from weight.126 * The polynomial that is applied in order to derive fee from weight.
127 **/127 **/
modifiedtests/src/interfaces/augment-api-query.tsdiffbeforeafterboth
5import type { BTreeMap, Bytes, Option, U256, Vec, bool, u128, u16, u32, u64 } from '@polkadot/types-codec';5import type { BTreeMap, Bytes, Option, U256, Vec, bool, u128, u16, u32, u64 } from '@polkadot/types-codec';
6import type { AnyNumber, ITuple } from '@polkadot/types-codec/types';6import type { AnyNumber, ITuple } from '@polkadot/types-codec/types';
7import type { AccountId32, H160, H256 } from '@polkadot/types/interfaces/runtime';7import type { AccountId32, H160, H256 } from '@polkadot/types/interfaces/runtime';
8import type { CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueQueueConfigData, EthereumBlock, EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportWeightsPerDispatchClassU64, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReleases, PalletBalancesReserveData, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmContractHelpersSponsoringModeT, PalletNonfungibleItemData, PalletRefungibleItemData, PalletTransactionPaymentReleases, PalletTreasuryProposal, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV1AbridgedHostConfiguration, PolkadotPrimitivesV1PersistedValidationData, PolkadotPrimitivesV1UpgradeRestriction, SpRuntimeDigest, SpTrieStorageProof, UpDataStructsCollection, UpDataStructsCollectionStats } from '@polkadot/types/lookup';8import type { CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueQueueConfigData, EthereumBlock, EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportWeightsPerDispatchClassU64, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReleases, PalletBalancesReserveData, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmContractHelpersSponsoringModeT, PalletNonfungibleItemData, PalletRefungibleItemData, PalletTransactionPaymentReleases, PalletTreasuryProposal, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, SpRuntimeDigest, SpTrieStorageProof, UpDataStructsCollection, UpDataStructsCollectionStats } from '@polkadot/types/lookup';
9import type { Observable } from '@polkadot/types/types';9import type { Observable } from '@polkadot/types/types';
1010
11declare module '@polkadot/api-base/types/storage' {11declare module '@polkadot/api-base/types/storage' {
257 * 257 *
258 * This data is also absent from the genesis.258 * This data is also absent from the genesis.
259 **/259 **/
260 hostConfiguration: AugmentedQuery<ApiType, () => Observable<Option<PolkadotPrimitivesV1AbridgedHostConfiguration>>, []> & QueryableStorageEntry<ApiType, []>;260 hostConfiguration: AugmentedQuery<ApiType, () => Observable<Option<PolkadotPrimitivesV2AbridgedHostConfiguration>>, []> & QueryableStorageEntry<ApiType, []>;
261 /**261 /**
262 * HRMP messages that were sent in a block.262 * HRMP messages that were sent in a block.
263 * 263 *
349 * relay-chain. This value is ephemeral which means it doesn't hit the storage. This value is349 * relay-chain. This value is ephemeral which means it doesn't hit the storage. This value is
350 * set after the inherent.350 * set after the inherent.
351 **/351 **/
352 upgradeRestrictionSignal: AugmentedQuery<ApiType, () => Observable<Option<PolkadotPrimitivesV1UpgradeRestriction>>, []> & QueryableStorageEntry<ApiType, []>;352 upgradeRestrictionSignal: AugmentedQuery<ApiType, () => Observable<Option<PolkadotPrimitivesV2UpgradeRestriction>>, []> & QueryableStorageEntry<ApiType, []>;
353 /**353 /**
354 * Upward messages that were sent in a block.354 * Upward messages that were sent in a block.
355 * 355 *
361 * This value is expected to be set only once per block and it's never stored361 * This value is expected to be set only once per block and it's never stored
362 * in the trie.362 * in the trie.
363 **/363 **/
364 validationData: AugmentedQuery<ApiType, () => Observable<Option<PolkadotPrimitivesV1PersistedValidationData>>, []> & QueryableStorageEntry<ApiType, []>;364 validationData: AugmentedQuery<ApiType, () => Observable<Option<PolkadotPrimitivesV2PersistedValidationData>>, []> & QueryableStorageEntry<ApiType, []>;
365 /**365 /**
366 * Generic query366 * Generic query
367 **/367 **/
modifiedtests/src/interfaces/augment-api-rpc.tsdiffbeforeafterboth
13import type { PrefixedStorageKey } from '@polkadot/types/interfaces/childstate';13import type { PrefixedStorageKey } from '@polkadot/types/interfaces/childstate';
14import type { AuthorityId } from '@polkadot/types/interfaces/consensus';14import type { AuthorityId } from '@polkadot/types/interfaces/consensus';
15import type { CodeUploadRequest, CodeUploadResult, ContractCallRequest, ContractExecResult, ContractInstantiateResult, InstantiateRequest } from '@polkadot/types/interfaces/contracts';15import type { CodeUploadRequest, CodeUploadResult, ContractCallRequest, ContractExecResult, ContractInstantiateResult, InstantiateRequest } from '@polkadot/types/interfaces/contracts';
16import type { BlockStats } from '@polkadot/types/interfaces/dev';
16import type { CreatedBlock } from '@polkadot/types/interfaces/engine';17import type { CreatedBlock } from '@polkadot/types/interfaces/engine';
17import type { EthAccount, EthCallRequest, EthFilter, EthFilterChanges, EthLog, EthReceipt, EthRichBlock, EthSubKind, EthSubParams, EthSyncStatus, EthTransaction, EthTransactionRequest, EthWork } from '@polkadot/types/interfaces/eth';18import type { EthAccount, EthCallRequest, EthFilter, EthFilterChanges, EthLog, EthReceipt, EthRichBlock, EthSubKind, EthSubParams, EthSyncStatus, EthTransaction, EthTransactionRequest, EthWork } from '@polkadot/types/interfaces/eth';
18import type { Extrinsic } from '@polkadot/types/interfaces/extrinsics';19import type { Extrinsic } from '@polkadot/types/interfaces/extrinsics';
22import type { FeeDetails, RuntimeDispatchInfo } from '@polkadot/types/interfaces/payment';23import type { FeeDetails, RuntimeDispatchInfo } from '@polkadot/types/interfaces/payment';
23import type { RpcMethods } from '@polkadot/types/interfaces/rpc';24import type { RpcMethods } from '@polkadot/types/interfaces/rpc';
24import type { AccountId, BlockNumber, H160, H256, H64, Hash, Header, Index, Justification, KeyValue, SignedBlock, StorageData } from '@polkadot/types/interfaces/runtime';25import type { AccountId, BlockNumber, H160, H256, H64, Hash, Header, Index, Justification, KeyValue, SignedBlock, StorageData } from '@polkadot/types/interfaces/runtime';
25import type { ReadProof, RuntimeVersion, TraceBlockResponse } from '@polkadot/types/interfaces/state';26import type { MigrationStatusResult, ReadProof, RuntimeVersion, TraceBlockResponse } from '@polkadot/types/interfaces/state';
26import type { ApplyExtrinsicResult, ChainProperties, ChainType, Health, NetworkState, NodeRole, PeerInfo, SyncState } from '@polkadot/types/interfaces/system';27import type { ApplyExtrinsicResult, ChainProperties, ChainType, Health, NetworkState, NodeRole, PeerInfo, SyncState } from '@polkadot/types/interfaces/system';
27import type { IExtrinsic, Observable } from '@polkadot/types/types';28import type { IExtrinsic, Observable } from '@polkadot/types/types';
2829
156 **/157 **/
157 uploadCode: AugmentedRpc<(uploadRequest: CodeUploadRequest | { origin?: any; code?: any; storageDepositLimit?: any } | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<CodeUploadResult>>;158 uploadCode: AugmentedRpc<(uploadRequest: CodeUploadRequest | { origin?: any; code?: any; storageDepositLimit?: any } | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<CodeUploadResult>>;
158 };159 };
160 dev: {
161 /**
162 * Reexecute the specified `block_hash` and gather statistics while doing so
163 **/
164 getBlockStats: AugmentedRpc<(at: Hash | string | Uint8Array) => Observable<Option<BlockStats>>>;
165 };
159 engine: {166 engine: {
160 /**167 /**
161 * Instructs the manual-seal authorship task to create a new block168 * Instructs the manual-seal authorship task to create a new block
333 uninstallFilter: AugmentedRpc<(index: U256 | AnyNumber | Uint8Array) => Observable<bool>>;340 uninstallFilter: AugmentedRpc<(index: U256 | AnyNumber | Uint8Array) => Observable<bool>>;
334 };341 };
335 grandpa: {342 grandpa: {
336 /**343 /**
337 * Prove finality for the range (begin; end] hash.344 * Prove finality for the given block number, returning the Justification for the last block in the set.
338 **/345 **/
339 proveFinality: AugmentedRpc<(begin: BlockHash | string | Uint8Array, end: BlockHash | string | Uint8Array, authoritiesSetId?: u64 | AnyNumber | Uint8Array) => Observable<Option<EncodedFinalityProofs>>>;346 proveFinality: AugmentedRpc<(blockNumber: BlockNumber | AnyNumber | Uint8Array) => Observable<Option<EncodedFinalityProofs>>>;
340 /**347 /**
341 * Returns the state of the current best round state as well as the ongoing background rounds348 * Returns the state of the current best round state as well as the ongoing background rounds
342 **/349 **/
473 * Provides a way to trace the re-execution of a single block480 * Provides a way to trace the re-execution of a single block
474 **/481 **/
475 traceBlock: AugmentedRpc<(block: Hash | string | Uint8Array, targets: Option<Text> | null | object | string | Uint8Array, storageKeys: Option<Text> | null | object | string | Uint8Array, methods: Option<Text> | null | object | string | Uint8Array) => Observable<TraceBlockResponse>>;482 traceBlock: AugmentedRpc<(block: Hash | string | Uint8Array, targets: Option<Text> | null | object | string | Uint8Array, storageKeys: Option<Text> | null | object | string | Uint8Array, methods: Option<Text> | null | object | string | Uint8Array) => Observable<TraceBlockResponse>>;
483 /**
484 * Check current migration state
485 **/
486 trieMigrationStatus: AugmentedRpc<(at?: BlockHash | string | Uint8Array) => Observable<MigrationStatusResult>>;
476 };487 };
477 syncstate: {488 syncstate: {
478 /**489 /**
611 * Get last token id622 * Get last token id
612 **/623 **/
613 lastTokenId: AugmentedRpc<(collection: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<u32>>;624 lastTokenId: AugmentedRpc<(collection: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<u32>>;
614 /**625 /**
615 * Check if token exists626 * Get number of blocks when sponsored transaction is available
616 **/627 **/
617 tokenExists: AugmentedRpc<(collection: u32 | AnyNumber | Uint8Array, tokenId: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<bool>>;628 nextSponsored: AugmentedRpc<(collection: u32 | AnyNumber | Uint8Array, account: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array, tokenId: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<Option<u64>>>;
618 /**629 /**
619 * Get token owner630 * Check if token exists
620 **/631 **/
621 tokenOwner: AugmentedRpc<(collection: u32 | AnyNumber | Uint8Array, tokenId: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<PalletEvmAccountBasicCrossAccountIdRepr>>;632 tokenExists: AugmentedRpc<(collection: u32 | AnyNumber | Uint8Array, tokenId: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<bool>>;
622 /**633 /**
623 * Get token variable metadata634 * Get token owner
624 **/635 **/
625 variableMetadata: AugmentedRpc<(collection: u32 | AnyNumber | Uint8Array, tokenId: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<Bytes>>;636 tokenOwner: AugmentedRpc<(collection: u32 | AnyNumber | Uint8Array, tokenId: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<PalletEvmAccountBasicCrossAccountIdRepr>>;
626 /**637 /**
627 * nextSponsored transaction638 * Get token variable metadata
628 **/639 **/
629 nextSponsored: AugmentedRpc<(collection: u32 | AnyNumber | Uint8Array, account: AccountId | string | Uint8Array | { Substrate: any } | { Ethereum: any } | string | Uint8Array, tokenId: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<Option<u64>>>;640 variableMetadata: AugmentedRpc<(collection: u32 | AnyNumber | Uint8Array, tokenId: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<Bytes>>;
630 };641 };
631 web3: {642 web3: {
632 /**643 /**
modifiedtests/src/interfaces/augment-api-tx.tsdiffbeforeafterboth
262 * - `xcm_version`: The latest version of XCM that `location` supports.262 * - `xcm_version`: The latest version of XCM that `location` supports.
263 **/263 **/
264 forceXcmVersion: AugmentedSubmittable<(location: XcmV1MultiLocation | { parents?: any; interior?: any } | string | Uint8Array, xcmVersion: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmV1MultiLocation, u32]>;264 forceXcmVersion: AugmentedSubmittable<(location: XcmV1MultiLocation | { parents?: any; interior?: any } | string | Uint8Array, xcmVersion: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmV1MultiLocation, u32]>;
265 /**265 /**
266 * Transfer some assets from the local chain to the sovereign account of a destination chain and forward266 * Transfer some assets from the local chain to the sovereign account of a destination
267 * a notification XCM.267 * chain and forward a notification XCM.
268 * 268 *
269 * Fee payment on the destination side is made from the first asset listed in the `assets` vector.269 * Fee payment on the destination side is made from the asset in the `assets` vector of
270 * index `fee_asset_item`, up to enough to pay for `weight_limit` of weight. If more weight
271 * is needed than `weight_limit`, then the operation will fail and the assets send may be
272 * at risk.
270 * 273 *
271 * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.274 * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.
272 * - `dest`: Destination context for the assets. Will typically be `X2(Parent, Parachain(..))` to send275 * - `dest`: Destination context for the assets. Will typically be `X2(Parent, Parachain(..))` to send
273 * from parachain to parachain, or `X1(Parachain(..))` to send from relay to parachain.276 * from parachain to parachain, or `X1(Parachain(..))` to send from relay to parachain.
274 * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be277 * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be
275 * an `AccountId32` value.278 * an `AccountId32` value.
276 * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on the279 * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on the
277 * `dest` side.280 * `dest` side.
278 * - `fee_asset_item`: The index into `assets` of the item which should be used to pay281 * - `fee_asset_item`: The index into `assets` of the item which should be used to pay
279 * fees.282 * fees.
280 * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase.283 * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase.
281 **/284 **/
282 limitedReserveTransferAssets: AugmentedSubmittable<(dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, beneficiary: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array, weightLimit: XcmV2WeightLimit | { Unlimited: any } | { Limited: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiLocation, XcmVersionedMultiLocation, XcmVersionedMultiAssets, u32, XcmV2WeightLimit]>;285 limitedReserveTransferAssets: AugmentedSubmittable<(dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, beneficiary: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array, weightLimit: XcmV2WeightLimit | { Unlimited: any } | { Limited: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiLocation, XcmVersionedMultiLocation, XcmVersionedMultiAssets, u32, XcmV2WeightLimit]>;
283 /**286 /**
284 * Teleport some assets from the local chain to some destination chain.287 * Teleport some assets from the local chain to some destination chain.
285 * 288 *
286 * Fee payment on the destination side is made from the first asset listed in the `assets` vector.289 * Fee payment on the destination side is made from the asset in the `assets` vector of
290 * index `fee_asset_item`, up to enough to pay for `weight_limit` of weight. If more weight
291 * is needed than `weight_limit`, then the operation will fail and the assets send may be
292 * at risk.
287 * 293 *
288 * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.294 * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.
289 * - `dest`: Destination context for the assets. Will typically be `X2(Parent, Parachain(..))` to send295 * - `dest`: Destination context for the assets. Will typically be `X2(Parent, Parachain(..))` to send
290 * from parachain to parachain, or `X1(Parachain(..))` to send from relay to parachain.296 * from parachain to parachain, or `X1(Parachain(..))` to send from relay to parachain.
291 * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be297 * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be
292 * an `AccountId32` value.298 * an `AccountId32` value.
293 * - `assets`: The assets to be withdrawn. The first item should be the currency used to to pay the fee on the299 * - `assets`: The assets to be withdrawn. The first item should be the currency used to to pay the fee on the
294 * `dest` side. May not be empty.300 * `dest` side. May not be empty.
295 * - `fee_asset_item`: The index into `assets` of the item which should be used to pay301 * - `fee_asset_item`: The index into `assets` of the item which should be used to pay
296 * fees.302 * fees.
297 * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase.303 * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase.
298 **/304 **/
299 limitedTeleportAssets: AugmentedSubmittable<(dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, beneficiary: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array, weightLimit: XcmV2WeightLimit | { Unlimited: any } | { Limited: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiLocation, XcmVersionedMultiLocation, XcmVersionedMultiAssets, u32, XcmV2WeightLimit]>;305 limitedTeleportAssets: AugmentedSubmittable<(dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, beneficiary: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array, weightLimit: XcmV2WeightLimit | { Unlimited: any } | { Limited: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiLocation, XcmVersionedMultiLocation, XcmVersionedMultiAssets, u32, XcmV2WeightLimit]>;
300 /**306 /**
301 * Transfer some assets from the local chain to the sovereign account of a destination chain and forward307 * Transfer some assets from the local chain to the sovereign account of a destination
302 * a notification XCM.308 * chain and forward a notification XCM.
303 * 309 *
304 * Fee payment on the destination side is made from the first asset listed in the `assets` vector and310 * Fee payment on the destination side is made from the asset in the `assets` vector of
305 * fee-weight is calculated locally and thus remote weights are assumed to be equal to311 * index `fee_asset_item`. The weight limit for fees is not provided and thus is unlimited,
306 * local weights.312 * with all fees taken as needed from the asset.
307 * 313 *
308 * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.314 * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.
309 * - `dest`: Destination context for the assets. Will typically be `X2(Parent, Parachain(..))` to send315 * - `dest`: Destination context for the assets. Will typically be `X2(Parent, Parachain(..))` to send
310 * from parachain to parachain, or `X1(Parachain(..))` to send from relay to parachain.316 * from parachain to parachain, or `X1(Parachain(..))` to send from relay to parachain.
311 * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be317 * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be
312 * an `AccountId32` value.318 * an `AccountId32` value.
313 * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on the319 * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on the
314 * `dest` side.320 * `dest` side.
315 * - `fee_asset_item`: The index into `assets` of the item which should be used to pay321 * - `fee_asset_item`: The index into `assets` of the item which should be used to pay
316 * fees.322 * fees.
317 **/323 **/
318 reserveTransferAssets: AugmentedSubmittable<(dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, beneficiary: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiLocation, XcmVersionedMultiLocation, XcmVersionedMultiAssets, u32]>;324 reserveTransferAssets: AugmentedSubmittable<(dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, beneficiary: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiLocation, XcmVersionedMultiLocation, XcmVersionedMultiAssets, u32]>;
319 send: AugmentedSubmittable<(dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, message: XcmVersionedXcm | { V0: any } | { V1: any } | { V2: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiLocation, XcmVersionedXcm]>;325 send: AugmentedSubmittable<(dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, message: XcmVersionedXcm | { V0: any } | { V1: any } | { V2: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiLocation, XcmVersionedXcm]>;
320 /**326 /**
321 * Teleport some assets from the local chain to some destination chain.327 * Teleport some assets from the local chain to some destination chain.
322 * 328 *
323 * Fee payment on the destination side is made from the first asset listed in the `assets` vector and329 * Fee payment on the destination side is made from the asset in the `assets` vector of
324 * fee-weight is calculated locally and thus remote weights are assumed to be equal to330 * index `fee_asset_item`. The weight limit for fees is not provided and thus is unlimited,
325 * local weights.331 * with all fees taken as needed from the asset.
326 * 332 *
327 * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.333 * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.
328 * - `dest`: Destination context for the assets. Will typically be `X2(Parent, Parachain(..))` to send334 * - `dest`: Destination context for the assets. Will typically be `X2(Parent, Parachain(..))` to send
329 * from parachain to parachain, or `X1(Parachain(..))` to send from relay to parachain.335 * from parachain to parachain, or `X1(Parachain(..))` to send from relay to parachain.
330 * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be336 * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be
331 * an `AccountId32` value.337 * an `AccountId32` value.
332 * - `assets`: The assets to be withdrawn. The first item should be the currency used to to pay the fee on the338 * - `assets`: The assets to be withdrawn. The first item should be the currency used to to pay the fee on the
333 * `dest` side. May not be empty.339 * `dest` side. May not be empty.
334 * - `fee_asset_item`: The index into `assets` of the item which should be used to pay340 * - `fee_asset_item`: The index into `assets` of the item which should be used to pay
335 * fees.341 * fees.
336 **/342 **/
337 teleportAssets: AugmentedSubmittable<(dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, beneficiary: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiLocation, XcmVersionedMultiLocation, XcmVersionedMultiAssets, u32]>;343 teleportAssets: AugmentedSubmittable<(dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, beneficiary: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiLocation, XcmVersionedMultiLocation, XcmVersionedMultiAssets, u32]>;
338 /**344 /**
339 * Generic tx345 * Generic tx
modifiedtests/src/interfaces/augment-types.tsdiffbeforeafterboth
1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit
2/* eslint-disable */2/* eslint-disable */
33
4import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, 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, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSupportWeightsWeightToFeeCoefficient, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletFungibleError, PalletInflationCall, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTimestampCall, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletXcmCall, PalletXcmError, PalletXcmEvent, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV1AbridgedHostConfiguration, PolkadotPrimitivesV1AbridgedHrmpChannel, PolkadotPrimitivesV1PersistedValidationData, PolkadotPrimitivesV1UpgradeRestriction, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpTrieStorageProof, SpVersionRuntimeVersion, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExData, UpDataStructsMetaUpdatePermission, UpDataStructsSchemaVersion, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipState, 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, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './unique';4import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, 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, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSupportWeightsWeightToFeeCoefficient, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletFungibleError, PalletInflationCall, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTimestampCall, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletXcmCall, PalletXcmError, PalletXcmEvent, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExData, UpDataStructsMetaUpdatePermission, UpDataStructsSchemaVersion, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipState, 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, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './unique';
5import type { Data, StorageKey } from '@polkadot/types';5import type { Data, StorageKey } from '@polkadot/types';
6import type { BTreeSet, BitVec, Bool, Bytes, I128, I16, I256, I32, I64, I8, Json, Null, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';6import type { BTreeSet, BitVec, Bool, Bytes, I128, I16, I256, I32, I64, I8, Json, Null, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';
7import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';7import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';
23import type { FundIndex, FundInfo, LastContribution, TrieIndex } from '@polkadot/types/interfaces/crowdloan';23import type { FundIndex, FundInfo, LastContribution, TrieIndex } from '@polkadot/types/interfaces/crowdloan';
24import type { ConfigData, MessageId, OverweightIndex, PageCounter, PageIndexData } from '@polkadot/types/interfaces/cumulus';24import type { ConfigData, MessageId, OverweightIndex, PageCounter, PageIndexData } from '@polkadot/types/interfaces/cumulus';
25import type { AccountVote, AccountVoteSplit, AccountVoteStandard, Conviction, Delegations, PreimageStatus, PreimageStatusAvailable, PriorLock, PropIndex, Proposal, ProxyState, ReferendumIndex, ReferendumInfo, ReferendumInfoFinished, ReferendumInfoTo239, ReferendumStatus, Tally, Voting, VotingDelegating, VotingDirect, VotingDirectVote } from '@polkadot/types/interfaces/democracy';25import type { AccountVote, AccountVoteSplit, AccountVoteStandard, Conviction, Delegations, PreimageStatus, PreimageStatusAvailable, PriorLock, PropIndex, Proposal, ProxyState, ReferendumIndex, ReferendumInfo, ReferendumInfoFinished, ReferendumInfoTo239, ReferendumStatus, Tally, Voting, VotingDelegating, VotingDirect, VotingDirectVote } from '@polkadot/types/interfaces/democracy';
26import type { BlockStats } from '@polkadot/types/interfaces/dev';
26import type { ApprovalFlag, DefunctVoter, Renouncing, SetIndex, Vote, VoteIndex, VoteThreshold, VoterInfo } from '@polkadot/types/interfaces/elections';27import type { ApprovalFlag, DefunctVoter, Renouncing, SetIndex, Vote, VoteIndex, VoteThreshold, VoterInfo } from '@polkadot/types/interfaces/elections';
27import type { CreatedBlock, ImportedAux } from '@polkadot/types/interfaces/engine';28import type { CreatedBlock, ImportedAux } from '@polkadot/types/interfaces/engine';
28import type { BlockV0, BlockV1, BlockV2, EIP1559Transaction, EIP2930Transaction, EthAccessList, EthAccessListItem, EthAccount, EthAddress, EthBlock, EthBloom, EthCallRequest, EthFilter, EthFilterAddress, EthFilterChanges, EthFilterTopic, EthFilterTopicEntry, EthFilterTopicInner, EthHeader, EthLog, EthReceipt, EthRichBlock, EthRichHeader, EthStorageProof, EthSubKind, EthSubParams, EthSubResult, EthSyncInfo, EthSyncStatus, EthTransaction, EthTransactionAction, EthTransactionCondition, EthTransactionRequest, EthTransactionSignature, EthTransactionStatus, EthWork, EthereumAccountId, EthereumAddress, EthereumLookupSource, EthereumSignature, LegacyTransaction, TransactionV0, TransactionV1, TransactionV2 } from '@polkadot/types/interfaces/eth';29import type { BlockV0, BlockV1, BlockV2, EIP1559Transaction, EIP2930Transaction, EthAccessList, EthAccessListItem, EthAccount, EthAddress, EthBlock, EthBloom, EthCallRequest, EthFilter, EthFilterAddress, EthFilterChanges, EthFilterTopic, EthFilterTopicEntry, EthFilterTopicInner, EthHeader, EthLog, EthReceipt, EthRichBlock, EthRichHeader, EthStorageProof, EthSubKind, EthSubParams, EthSubResult, EthSyncInfo, EthSyncStatus, EthTransaction, EthTransactionAction, EthTransactionCondition, EthTransactionRequest, EthTransactionSignature, EthTransactionStatus, EthWork, EthereumAccountId, EthereumAddress, EthereumLookupSource, EthereumSignature, LegacyTransaction, TransactionV0, TransactionV1, TransactionV2 } from '@polkadot/types/interfaces/eth';
51import type { BeefyKey, FullIdentification, IdentificationTuple, Keys, MembershipProof, SessionIndex, SessionKeys1, SessionKeys10, SessionKeys10B, SessionKeys2, SessionKeys3, SessionKeys4, SessionKeys5, SessionKeys6, SessionKeys6B, SessionKeys7, SessionKeys7B, SessionKeys8, SessionKeys8B, SessionKeys9, SessionKeys9B, ValidatorCount } from '@polkadot/types/interfaces/session';52import type { BeefyKey, FullIdentification, IdentificationTuple, Keys, MembershipProof, SessionIndex, SessionKeys1, SessionKeys10, SessionKeys10B, SessionKeys2, SessionKeys3, SessionKeys4, SessionKeys5, SessionKeys6, SessionKeys6B, SessionKeys7, SessionKeys7B, SessionKeys8, SessionKeys8B, SessionKeys9, SessionKeys9B, ValidatorCount } from '@polkadot/types/interfaces/session';
52import type { Bid, BidKind, SocietyJudgement, SocietyVote, StrikeCount, VouchingStatus } from '@polkadot/types/interfaces/society';53import type { Bid, BidKind, SocietyJudgement, SocietyVote, StrikeCount, VouchingStatus } from '@polkadot/types/interfaces/society';
53import type { ActiveEraInfo, CompactAssignments, CompactAssignmentsTo257, CompactAssignmentsTo265, CompactAssignmentsWith16, CompactAssignmentsWith24, CompactScore, CompactScoreCompact, ElectionCompute, ElectionPhase, ElectionResult, ElectionScore, ElectionSize, ElectionStatus, EraIndex, EraPoints, EraRewardPoints, EraRewards, Exposure, ExtendedBalance, Forcing, IndividualExposure, KeyType, MomentOf, Nominations, NominatorIndex, NominatorIndexCompact, OffchainAccuracy, OffchainAccuracyCompact, PhragmenScore, Points, RawSolution, RawSolutionTo265, RawSolutionWith16, RawSolutionWith24, ReadySolution, RewardDestination, RewardPoint, RoundSnapshot, SeatHolder, SignedSubmission, SignedSubmissionOf, SignedSubmissionTo276, SlashJournalEntry, SlashingSpans, SlashingSpansTo204, SolutionOrSnapshotSize, SolutionSupport, SolutionSupports, SpanIndex, SpanRecord, StakingLedger, StakingLedgerTo223, StakingLedgerTo240, SubmissionIndicesOf, Supports, UnappliedSlash, UnappliedSlashOther, UnlockChunk, ValidatorIndex, ValidatorIndexCompact, ValidatorPrefs, ValidatorPrefsTo145, ValidatorPrefsTo196, ValidatorPrefsWithBlocked, ValidatorPrefsWithCommission, VoteWeight, Voter } from '@polkadot/types/interfaces/staking';54import type { ActiveEraInfo, CompactAssignments, CompactAssignmentsTo257, CompactAssignmentsTo265, CompactAssignmentsWith16, CompactAssignmentsWith24, CompactScore, CompactScoreCompact, ElectionCompute, ElectionPhase, ElectionResult, ElectionScore, ElectionSize, ElectionStatus, EraIndex, EraPoints, EraRewardPoints, EraRewards, Exposure, ExtendedBalance, Forcing, IndividualExposure, KeyType, MomentOf, Nominations, NominatorIndex, NominatorIndexCompact, OffchainAccuracy, OffchainAccuracyCompact, PhragmenScore, Points, RawSolution, RawSolutionTo265, RawSolutionWith16, RawSolutionWith24, ReadySolution, RewardDestination, RewardPoint, RoundSnapshot, SeatHolder, SignedSubmission, SignedSubmissionOf, SignedSubmissionTo276, SlashJournalEntry, SlashingSpans, SlashingSpansTo204, SolutionOrSnapshotSize, SolutionSupport, SolutionSupports, SpanIndex, SpanRecord, StakingLedger, StakingLedgerTo223, StakingLedgerTo240, SubmissionIndicesOf, Supports, UnappliedSlash, UnappliedSlashOther, UnlockChunk, ValidatorIndex, ValidatorIndexCompact, ValidatorPrefs, ValidatorPrefsTo145, ValidatorPrefsTo196, ValidatorPrefsWithBlocked, ValidatorPrefsWithCommission, VoteWeight, Voter } from '@polkadot/types/interfaces/staking';
54import type { ApiId, BlockTrace, BlockTraceEvent, BlockTraceEventData, BlockTraceSpan, KeyValueOption, ReadProof, RuntimeVersion, RuntimeVersionApi, RuntimeVersionPartial, SpecVersion, StorageChangeSet, TraceBlockResponse, TraceError } from '@polkadot/types/interfaces/state';55import type { ApiId, BlockTrace, BlockTraceEvent, BlockTraceEventData, BlockTraceSpan, KeyValueOption, MigrationStatusResult, ReadProof, RuntimeVersion, RuntimeVersionApi, RuntimeVersionPartial, SpecVersion, StorageChangeSet, TraceBlockResponse, TraceError } from '@polkadot/types/interfaces/state';
55import type { WeightToFeeCoefficient } from '@polkadot/types/interfaces/support';56import type { WeightToFeeCoefficient } from '@polkadot/types/interfaces/support';
56import type { AccountInfo, AccountInfoWithDualRefCount, AccountInfoWithProviders, AccountInfoWithRefCount, AccountInfoWithRefCountU8, AccountInfoWithTripleRefCount, ApplyExtrinsicResult, ArithmeticError, BlockLength, BlockWeights, ChainProperties, ChainType, ConsumedWeight, DigestOf, DispatchClass, DispatchError, DispatchErrorModule, DispatchErrorTo198, DispatchInfo, DispatchInfoTo190, DispatchInfoTo244, DispatchOutcome, DispatchResult, DispatchResultOf, DispatchResultTo198, Event, EventId, EventIndex, EventRecord, Health, InvalidTransaction, Key, LastRuntimeUpgradeInfo, NetworkState, NetworkStatePeerset, NetworkStatePeersetInfo, NodeRole, NotConnectedPeer, Peer, PeerEndpoint, PeerEndpointAddr, PeerInfo, PeerPing, PerDispatchClassU32, PerDispatchClassWeight, PerDispatchClassWeightsPerClass, Phase, RawOrigin, RefCount, RefCountTo259, SyncState, SystemOrigin, TokenError, TransactionValidityError, UnknownTransaction, WeightPerClass } from '@polkadot/types/interfaces/system';57import type { AccountInfo, AccountInfoWithDualRefCount, AccountInfoWithProviders, AccountInfoWithRefCount, AccountInfoWithRefCountU8, AccountInfoWithTripleRefCount, ApplyExtrinsicResult, ArithmeticError, BlockLength, BlockWeights, ChainProperties, ChainType, ConsumedWeight, DigestOf, DispatchClass, DispatchError, DispatchErrorModule, DispatchErrorModuleU8a, DispatchErrorTo198, DispatchInfo, DispatchInfoTo190, DispatchInfoTo244, DispatchOutcome, DispatchResult, DispatchResultOf, DispatchResultTo198, Event, EventId, EventIndex, EventRecord, Health, InvalidTransaction, Key, LastRuntimeUpgradeInfo, NetworkState, NetworkStatePeerset, NetworkStatePeersetInfo, NodeRole, NotConnectedPeer, Peer, PeerEndpoint, PeerEndpointAddr, PeerInfo, PeerPing, PerDispatchClassU32, PerDispatchClassWeight, PerDispatchClassWeightsPerClass, Phase, RawOrigin, RefCount, RefCountTo259, SyncState, SystemOrigin, TokenError, TransactionValidityError, UnknownTransaction, WeightPerClass } from '@polkadot/types/interfaces/system';
57import type { Bounty, BountyIndex, BountyStatus, BountyStatusActive, BountyStatusCuratorProposed, BountyStatusPendingPayout, OpenTip, OpenTipFinderTo225, OpenTipTip, OpenTipTo225, TreasuryProposal } from '@polkadot/types/interfaces/treasury';58import type { Bounty, BountyIndex, BountyStatus, BountyStatusActive, BountyStatusCuratorProposed, BountyStatusPendingPayout, OpenTip, OpenTipFinderTo225, OpenTipTip, OpenTipTo225, TreasuryProposal } from '@polkadot/types/interfaces/treasury';
58import type { Multiplier } from '@polkadot/types/interfaces/txpayment';59import type { Multiplier } from '@polkadot/types/interfaces/txpayment';
59import type { ClassDetails, ClassId, ClassMetadata, DepositBalance, DepositBalanceOf, DestroyWitness, InstanceDetails, InstanceId, InstanceMetadata } from '@polkadot/types/interfaces/uniques';60import type { ClassDetails, ClassId, ClassMetadata, DepositBalance, DepositBalanceOf, DestroyWitness, InstanceDetails, InstanceId, InstanceMetadata } from '@polkadot/types/interfaces/uniques';
153 BlockNumber: BlockNumber;154 BlockNumber: BlockNumber;
154 BlockNumberFor: BlockNumberFor;155 BlockNumberFor: BlockNumberFor;
155 BlockNumberOf: BlockNumberOf;156 BlockNumberOf: BlockNumberOf;
157 BlockStats: BlockStats;
156 BlockTrace: BlockTrace;158 BlockTrace: BlockTrace;
157 BlockTraceEvent: BlockTraceEvent;159 BlockTraceEvent: BlockTraceEvent;
158 BlockTraceEventData: BlockTraceEventData;160 BlockTraceEventData: BlockTraceEventData;
328 DispatchClass: DispatchClass;330 DispatchClass: DispatchClass;
329 DispatchError: DispatchError;331 DispatchError: DispatchError;
330 DispatchErrorModule: DispatchErrorModule;332 DispatchErrorModule: DispatchErrorModule;
333 DispatchErrorModuleU8a: DispatchErrorModuleU8a;
331 DispatchErrorTo198: DispatchErrorTo198;334 DispatchErrorTo198: DispatchErrorTo198;
332 DispatchFeePayment: DispatchFeePayment;335 DispatchFeePayment: DispatchFeePayment;
333 DispatchInfo: DispatchInfo;336 DispatchInfo: DispatchInfo;
658 MetadataV13: MetadataV13;661 MetadataV13: MetadataV13;
659 MetadataV14: MetadataV14;662 MetadataV14: MetadataV14;
660 MetadataV9: MetadataV9;663 MetadataV9: MetadataV9;
664 MigrationStatusResult: MigrationStatusResult;
661 MmrLeafProof: MmrLeafProof;665 MmrLeafProof: MmrLeafProof;
662 MmrRootHash: MmrRootHash;666 MmrRootHash: MmrRootHash;
663 ModuleConstantMetadataV10: ModuleConstantMetadataV10;667 ModuleConstantMetadataV10: ModuleConstantMetadataV10;
849 PolkadotCorePrimitivesInboundHrmpMessage: PolkadotCorePrimitivesInboundHrmpMessage;853 PolkadotCorePrimitivesInboundHrmpMessage: PolkadotCorePrimitivesInboundHrmpMessage;
850 PolkadotCorePrimitivesOutboundHrmpMessage: PolkadotCorePrimitivesOutboundHrmpMessage;854 PolkadotCorePrimitivesOutboundHrmpMessage: PolkadotCorePrimitivesOutboundHrmpMessage;
851 PolkadotParachainPrimitivesXcmpMessageFormat: PolkadotParachainPrimitivesXcmpMessageFormat;855 PolkadotParachainPrimitivesXcmpMessageFormat: PolkadotParachainPrimitivesXcmpMessageFormat;
852 PolkadotPrimitivesV1AbridgedHostConfiguration: PolkadotPrimitivesV1AbridgedHostConfiguration;856 PolkadotPrimitivesV2AbridgedHostConfiguration: PolkadotPrimitivesV2AbridgedHostConfiguration;
853 PolkadotPrimitivesV1AbridgedHrmpChannel: PolkadotPrimitivesV1AbridgedHrmpChannel;857 PolkadotPrimitivesV2AbridgedHrmpChannel: PolkadotPrimitivesV2AbridgedHrmpChannel;
854 PolkadotPrimitivesV1PersistedValidationData: PolkadotPrimitivesV1PersistedValidationData;858 PolkadotPrimitivesV2PersistedValidationData: PolkadotPrimitivesV2PersistedValidationData;
855 PolkadotPrimitivesV1UpgradeRestriction: PolkadotPrimitivesV1UpgradeRestriction;859 PolkadotPrimitivesV2UpgradeRestriction: PolkadotPrimitivesV2UpgradeRestriction;
856 PortableType: PortableType;860 PortableType: PortableType;
857 PortableTypeV14: PortableTypeV14;861 PortableTypeV14: PortableTypeV14;
858 Precommits: Precommits;862 Precommits: Precommits;
1059 SpRuntimeModuleError: SpRuntimeModuleError;1063 SpRuntimeModuleError: SpRuntimeModuleError;
1060 SpRuntimeMultiSignature: SpRuntimeMultiSignature;1064 SpRuntimeMultiSignature: SpRuntimeMultiSignature;
1061 SpRuntimeTokenError: SpRuntimeTokenError;1065 SpRuntimeTokenError: SpRuntimeTokenError;
1066 SpRuntimeTransactionalError: SpRuntimeTransactionalError;
1062 SpTrieStorageProof: SpTrieStorageProof;1067 SpTrieStorageProof: SpTrieStorageProof;
1063 SpVersionRuntimeVersion: SpVersionRuntimeVersion;1068 SpVersionRuntimeVersion: SpVersionRuntimeVersion;
1064 Sr25519Signature: Sr25519Signature;1069 Sr25519Signature: Sr25519Signature;
modifiedtests/src/interfaces/lookup.tsdiffbeforeafterboth
4/* eslint-disable sort-keys */4/* eslint-disable sort-keys */
55
6export default {6export default {
7 /**7 /**
8 * Lookup2: polkadot_primitives::v1::PersistedValidationData<primitive_types::H256, N>8 * Lookup2: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>
9 **/9 **/
10 PolkadotPrimitivesV1PersistedValidationData: {10 PolkadotPrimitivesV2PersistedValidationData: {
11 parentHead: 'Bytes',11 parentHead: 'Bytes',
12 relayParentNumber: 'u32',12 relayParentNumber: 'u32',
13 relayParentStorageRoot: 'H256',13 relayParentStorageRoot: 'H256',
14 maxPovSize: 'u32'14 maxPovSize: 'u32'
15 },15 },
16 /**16 /**
17 * Lookup9: polkadot_primitives::v1::UpgradeRestriction17 * Lookup9: polkadot_primitives::v2::UpgradeRestriction
18 **/18 **/
19 PolkadotPrimitivesV1UpgradeRestriction: {19 PolkadotPrimitivesV2UpgradeRestriction: {
20 _enum: ['Present']20 _enum: ['Present']
21 },21 },
22 /**22 /**
28 /**28 /**
29 * Lookup11: BTreeSet<T>29 * Lookup11: BTreeSet<T>
30 **/30 **/
31 BTreeSet: 'Vec<Bytes>',31 BTreeSet: 'BTreeSet<Bytes>',
32 /**32 /**
33 * Lookup13: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot33 * Lookup13: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
34 **/34 **/
35 CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {35 CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {
36 dmqMqcHead: 'H256',36 dmqMqcHead: 'H256',
37 relayDispatchQueueSize: '(u32,u32)',37 relayDispatchQueueSize: '(u32,u32)',
38 ingressChannels: 'Vec<(u32,PolkadotPrimitivesV1AbridgedHrmpChannel)>',38 ingressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>',
39 egressChannels: 'Vec<(u32,PolkadotPrimitivesV1AbridgedHrmpChannel)>'39 egressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>'
40 },40 },
41 /**41 /**
42 * Lookup18: polkadot_primitives::v1::AbridgedHrmpChannel42 * Lookup18: polkadot_primitives::v2::AbridgedHrmpChannel
43 **/43 **/
44 PolkadotPrimitivesV1AbridgedHrmpChannel: {44 PolkadotPrimitivesV2AbridgedHrmpChannel: {
45 maxCapacity: 'u32',45 maxCapacity: 'u32',
46 maxTotalSize: 'u32',46 maxTotalSize: 'u32',
47 maxMessageSize: 'u32',47 maxMessageSize: 'u32',
48 msgCount: 'u32',48 msgCount: 'u32',
49 totalSize: 'u32',49 totalSize: 'u32',
50 mqcHead: 'Option<H256>'50 mqcHead: 'Option<H256>'
51 },51 },
52 /**52 /**
53 * Lookup20: polkadot_primitives::v1::AbridgedHostConfiguration53 * Lookup20: polkadot_primitives::v2::AbridgedHostConfiguration
54 **/54 **/
55 PolkadotPrimitivesV1AbridgedHostConfiguration: {55 PolkadotPrimitivesV2AbridgedHostConfiguration: {
56 maxCodeSize: 'u32',56 maxCodeSize: 'u32',
57 maxHeadDataSize: 'u32',57 maxHeadDataSize: 'u32',
58 maxUpwardQueueCount: 'u32',58 maxUpwardQueueCount: 'u32',
93 * Lookup29: cumulus_primitives_parachain_inherent::ParachainInherentData93 * Lookup29: cumulus_primitives_parachain_inherent::ParachainInherentData
94 **/94 **/
95 CumulusPrimitivesParachainInherentParachainInherentData: {95 CumulusPrimitivesParachainInherentParachainInherentData: {
96 validationData: 'PolkadotPrimitivesV1PersistedValidationData',96 validationData: 'PolkadotPrimitivesV2PersistedValidationData',
97 relayChainState: 'SpTrieStorageProof',97 relayChainState: 'SpTrieStorageProof',
98 downwardMessages: 'Vec<PolkadotCorePrimitivesInboundDownwardMessage>',98 downwardMessages: 'Vec<PolkadotCorePrimitivesInboundDownwardMessage>',
99 horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'99 horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'
1691 NoProviders: 'Null',1691 NoProviders: 'Null',
1692 TooManyConsumers: 'Null',1692 TooManyConsumers: 'Null',
1693 Token: 'SpRuntimeTokenError',1693 Token: 'SpRuntimeTokenError',
1694 Arithmetic: 'SpRuntimeArithmeticError'1694 Arithmetic: 'SpRuntimeArithmeticError',
1695 Transactional: 'SpRuntimeTransactionalError'
1695 }1696 }
1696 },1697 },
1697 /**1698 /**
1698 * Lookup216: sp_runtime::ModuleError1699 * Lookup216: sp_runtime::ModuleError
1699 **/1700 **/
1700 SpRuntimeModuleError: {1701 SpRuntimeModuleError: {
1701 index: 'u8',1702 index: 'u8',
1702 error: 'u8'1703 error: '[u8;4]'
1703 },1704 },
1704 /**1705 /**
1705 * Lookup217: sp_runtime::TokenError1706 * Lookup217: sp_runtime::TokenError
1713 SpRuntimeArithmeticError: {1714 SpRuntimeArithmeticError: {
1714 _enum: ['Underflow', 'Overflow', 'DivisionByZero']1715 _enum: ['Underflow', 'Overflow', 'DivisionByZero']
1715 },1716 },
1717 /**
1718 * Lookup219: sp_runtime::TransactionalError
1719 **/
1720 SpRuntimeTransactionalError: {
1721 _enum: ['LimitReached', 'NoLayer']
1722 },
1716 /**1723 /**
1717 * Lookup219: pallet_sudo::pallet::Error<T>1724 * Lookup220: pallet_sudo::pallet::Error<T>
1718 **/1725 **/
1719 PalletSudoError: {1726 PalletSudoError: {
1720 _enum: ['RequireSudo']1727 _enum: ['RequireSudo']
1721 },1728 },
1722 /**1729 /**
1723 * Lookup220: frame_system::AccountInfo<Index, pallet_balances::AccountData<Balance>>1730 * Lookup221: frame_system::AccountInfo<Index, pallet_balances::AccountData<Balance>>
1724 **/1731 **/
1725 FrameSystemAccountInfo: {1732 FrameSystemAccountInfo: {
1726 nonce: 'u32',1733 nonce: 'u32',
1727 consumers: 'u32',1734 consumers: 'u32',
1728 providers: 'u32',1735 providers: 'u32',
1729 sufficients: 'u32',1736 sufficients: 'u32',
1730 data: 'PalletBalancesAccountData'1737 data: 'PalletBalancesAccountData'
1731 },1738 },
1732 /**1739 /**
1733 * Lookup221: frame_support::weights::PerDispatchClass<T>1740 * Lookup222: frame_support::weights::PerDispatchClass<T>
1734 **/1741 **/
1735 FrameSupportWeightsPerDispatchClassU64: {1742 FrameSupportWeightsPerDispatchClassU64: {
1736 normal: 'u64',1743 normal: 'u64',
1737 operational: 'u64',1744 operational: 'u64',
1738 mandatory: 'u64'1745 mandatory: 'u64'
1739 },1746 },
1740 /**1747 /**
1741 * Lookup222: sp_runtime::generic::digest::Digest1748 * Lookup223: sp_runtime::generic::digest::Digest
1742 **/1749 **/
1743 SpRuntimeDigest: {1750 SpRuntimeDigest: {
1744 logs: 'Vec<SpRuntimeDigestDigestItem>'1751 logs: 'Vec<SpRuntimeDigestDigestItem>'
1745 },1752 },
1746 /**1753 /**
1747 * Lookup224: sp_runtime::generic::digest::DigestItem1754 * Lookup225: sp_runtime::generic::digest::DigestItem
1748 **/1755 **/
1749 SpRuntimeDigestDigestItem: {1756 SpRuntimeDigestDigestItem: {
1750 _enum: {1757 _enum: {
1751 Other: 'Bytes',1758 Other: 'Bytes',
1759 RuntimeEnvironmentUpdated: 'Null'1766 RuntimeEnvironmentUpdated: 'Null'
1760 }1767 }
1761 },1768 },
1762 /**1769 /**
1763 * Lookup226: frame_system::EventRecord<opal_runtime::Event, primitive_types::H256>1770 * Lookup227: frame_system::EventRecord<opal_runtime::Event, primitive_types::H256>
1764 **/1771 **/
1765 FrameSystemEventRecord: {1772 FrameSystemEventRecord: {
1766 phase: 'FrameSystemPhase',1773 phase: 'FrameSystemPhase',
1767 event: 'Event',1774 event: 'Event',
1768 topics: 'Vec<H256>'1775 topics: 'Vec<H256>'
1769 },1776 },
1770 /**1777 /**
1771 * Lookup228: frame_system::pallet::Event<T>1778 * Lookup229: frame_system::pallet::Event<T>
1772 **/1779 **/
1773 FrameSystemEvent: {1780 FrameSystemEvent: {
1774 _enum: {1781 _enum: {
1775 ExtrinsicSuccess: {1782 ExtrinsicSuccess: {
1795 }1802 }
1796 }1803 }
1797 },1804 },
1798 /**1805 /**
1799 * Lookup229: frame_support::weights::DispatchInfo1806 * Lookup230: frame_support::weights::DispatchInfo
1800 **/1807 **/
1801 FrameSupportWeightsDispatchInfo: {1808 FrameSupportWeightsDispatchInfo: {
1802 weight: 'u64',1809 weight: 'u64',
1803 class: 'FrameSupportWeightsDispatchClass',1810 class: 'FrameSupportWeightsDispatchClass',
1804 paysFee: 'FrameSupportWeightsPays'1811 paysFee: 'FrameSupportWeightsPays'
1805 },1812 },
1806 /**1813 /**
1807 * Lookup230: frame_support::weights::DispatchClass1814 * Lookup231: frame_support::weights::DispatchClass
1808 **/1815 **/
1809 FrameSupportWeightsDispatchClass: {1816 FrameSupportWeightsDispatchClass: {
1810 _enum: ['Normal', 'Operational', 'Mandatory']1817 _enum: ['Normal', 'Operational', 'Mandatory']
1811 },1818 },
1812 /**1819 /**
1813 * Lookup231: frame_support::weights::Pays1820 * Lookup232: frame_support::weights::Pays
1814 **/1821 **/
1815 FrameSupportWeightsPays: {1822 FrameSupportWeightsPays: {
1816 _enum: ['Yes', 'No']1823 _enum: ['Yes', 'No']
1817 },1824 },
1818 /**1825 /**
1819 * Lookup232: orml_vesting::module::Event<T>1826 * Lookup233: orml_vesting::module::Event<T>
1820 **/1827 **/
1821 OrmlVestingModuleEvent: {1828 OrmlVestingModuleEvent: {
1822 _enum: {1829 _enum: {
1823 VestingScheduleAdded: {1830 VestingScheduleAdded: {
1834 }1841 }
1835 }1842 }
1836 },1843 },
1837 /**1844 /**
1838 * Lookup233: cumulus_pallet_xcmp_queue::pallet::Event<T>1845 * Lookup234: cumulus_pallet_xcmp_queue::pallet::Event<T>
1839 **/1846 **/
1840 CumulusPalletXcmpQueueEvent: {1847 CumulusPalletXcmpQueueEvent: {
1841 _enum: {1848 _enum: {
1842 Success: 'Option<H256>',1849 Success: 'Option<H256>',
1849 OverweightServiced: '(u64,u64)'1856 OverweightServiced: '(u64,u64)'
1850 }1857 }
1851 },1858 },
1852 /**1859 /**
1853 * Lookup234: pallet_xcm::pallet::Event<T>1860 * Lookup235: pallet_xcm::pallet::Event<T>
1854 **/1861 **/
1855 PalletXcmEvent: {1862 PalletXcmEvent: {
1856 _enum: {1863 _enum: {
1857 Attempted: 'XcmV2TraitsOutcome',1864 Attempted: 'XcmV2TraitsOutcome',
1872 NotifyTargetMigrationFail: '(XcmVersionedMultiLocation,u64)'1879 NotifyTargetMigrationFail: '(XcmVersionedMultiLocation,u64)'
1873 }1880 }
1874 },1881 },
1875 /**1882 /**
1876 * Lookup235: xcm::v2::traits::Outcome1883 * Lookup236: xcm::v2::traits::Outcome
1877 **/1884 **/
1878 XcmV2TraitsOutcome: {1885 XcmV2TraitsOutcome: {
1879 _enum: {1886 _enum: {
1880 Complete: 'u64',1887 Complete: 'u64',
1881 Incomplete: '(u64,XcmV2TraitsError)',1888 Incomplete: '(u64,XcmV2TraitsError)',
1882 Error: 'XcmV2TraitsError'1889 Error: 'XcmV2TraitsError'
1883 }1890 }
1884 },1891 },
1885 /**1892 /**
1886 * Lookup237: cumulus_pallet_xcm::pallet::Event<T>1893 * Lookup238: cumulus_pallet_xcm::pallet::Event<T>
1887 **/1894 **/
1888 CumulusPalletXcmEvent: {1895 CumulusPalletXcmEvent: {
1889 _enum: {1896 _enum: {
1890 InvalidFormat: '[u8;8]',1897 InvalidFormat: '[u8;8]',
1891 UnsupportedVersion: '[u8;8]',1898 UnsupportedVersion: '[u8;8]',
1892 ExecutedDownward: '([u8;8],XcmV2TraitsOutcome)'1899 ExecutedDownward: '([u8;8],XcmV2TraitsOutcome)'
1893 }1900 }
1894 },1901 },
1895 /**1902 /**
1896 * Lookup238: cumulus_pallet_dmp_queue::pallet::Event<T>1903 * Lookup239: cumulus_pallet_dmp_queue::pallet::Event<T>
1897 **/1904 **/
1898 CumulusPalletDmpQueueEvent: {1905 CumulusPalletDmpQueueEvent: {
1899 _enum: {1906 _enum: {
1900 InvalidFormat: '[u8;32]',1907 InvalidFormat: '[u8;32]',
1905 OverweightServiced: '(u64,u64)'1912 OverweightServiced: '(u64,u64)'
1906 }1913 }
1907 },1914 },
1908 /**1915 /**
1909 * Lookup239: pallet_unique::RawEvent<sp_core::crypto::AccountId32, pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1916 * Lookup240: pallet_unique::RawEvent<sp_core::crypto::AccountId32, pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
1910 **/1917 **/
1911 PalletUniqueRawEvent: {1918 PalletUniqueRawEvent: {
1912 _enum: {1919 _enum: {
1913 CollectionSponsorRemoved: 'u32',1920 CollectionSponsorRemoved: 'u32',
1927 VariableOnChainSchemaSet: 'u32'1934 VariableOnChainSchemaSet: 'u32'
1928 }1935 }
1929 },1936 },
1930 /**1937 /**
1931 * Lookup240: pallet_common::pallet::Event<T>1938 * Lookup241: pallet_common::pallet::Event<T>
1932 **/1939 **/
1933 PalletCommonEvent: {1940 PalletCommonEvent: {
1934 _enum: {1941 _enum: {
1935 CollectionCreated: '(u32,u8,AccountId32)',1942 CollectionCreated: '(u32,u8,AccountId32)',
1940 Approved: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)'1947 Approved: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)'
1941 }1948 }
1942 },1949 },
1943 /**1950 /**
1944 * Lookup241: pallet_evm::pallet::Event<T>1951 * Lookup242: pallet_evm::pallet::Event<T>
1945 **/1952 **/
1946 PalletEvmEvent: {1953 PalletEvmEvent: {
1947 _enum: {1954 _enum: {
1948 Log: 'EthereumLog',1955 Log: 'EthereumLog',
1954 BalanceWithdraw: '(AccountId32,H160,U256)'1961 BalanceWithdraw: '(AccountId32,H160,U256)'
1955 }1962 }
1956 },1963 },
1957 /**1964 /**
1958 * Lookup242: ethereum::log::Log1965 * Lookup243: ethereum::log::Log
1959 **/1966 **/
1960 EthereumLog: {1967 EthereumLog: {
1961 address: 'H160',1968 address: 'H160',
1962 topics: 'Vec<H256>',1969 topics: 'Vec<H256>',
1963 data: 'Bytes'1970 data: 'Bytes'
1964 },1971 },
1965 /**1972 /**
1966 * Lookup243: pallet_ethereum::pallet::Event1973 * Lookup244: pallet_ethereum::pallet::Event
1967 **/1974 **/
1968 PalletEthereumEvent: {1975 PalletEthereumEvent: {
1969 _enum: {1976 _enum: {
1970 Executed: '(H160,H160,H256,EvmCoreErrorExitReason)'1977 Executed: '(H160,H160,H256,EvmCoreErrorExitReason)'
1971 }1978 }
1972 },1979 },
1973 /**1980 /**
1974 * Lookup244: evm_core::error::ExitReason1981 * Lookup245: evm_core::error::ExitReason
1975 **/1982 **/
1976 EvmCoreErrorExitReason: {1983 EvmCoreErrorExitReason: {
1977 _enum: {1984 _enum: {
1978 Succeed: 'EvmCoreErrorExitSucceed',1985 Succeed: 'EvmCoreErrorExitSucceed',
1981 Fatal: 'EvmCoreErrorExitFatal'1988 Fatal: 'EvmCoreErrorExitFatal'
1982 }1989 }
1983 },1990 },
1984 /**1991 /**
1985 * Lookup245: evm_core::error::ExitSucceed1992 * Lookup246: evm_core::error::ExitSucceed
1986 **/1993 **/
1987 EvmCoreErrorExitSucceed: {1994 EvmCoreErrorExitSucceed: {
1988 _enum: ['Stopped', 'Returned', 'Suicided']1995 _enum: ['Stopped', 'Returned', 'Suicided']
1989 },1996 },
1990 /**1997 /**
1991 * Lookup246: evm_core::error::ExitError1998 * Lookup247: evm_core::error::ExitError
1992 **/1999 **/
1993 EvmCoreErrorExitError: {2000 EvmCoreErrorExitError: {
1994 _enum: {2001 _enum: {
1995 StackUnderflow: 'Null',2002 StackUnderflow: 'Null',
2000 CallTooDeep: 'Null',2007 CallTooDeep: 'Null',
2001 CreateCollision: 'Null',2008 CreateCollision: 'Null',
2002 CreateContractLimit: 'Null',2009 CreateContractLimit: 'Null',
2003 InvalidCode: 'Null',
2004 OutOfOffset: 'Null',2010 OutOfOffset: 'Null',
2005 OutOfGas: 'Null',2011 OutOfGas: 'Null',
2006 OutOfFund: 'Null',2012 OutOfFund: 'Null',
2007 PCUnderflow: 'Null',2013 PCUnderflow: 'Null',
2008 CreateEmpty: 'Null',2014 CreateEmpty: 'Null',
2009 Other: 'Text'2015 Other: 'Text',
2016 InvalidCode: 'Null'
2010 }2017 }
2011 },2018 },
2012 /**2019 /**
2013 * Lookup249: evm_core::error::ExitRevert2020 * Lookup250: evm_core::error::ExitRevert
2014 **/2021 **/
2015 EvmCoreErrorExitRevert: {2022 EvmCoreErrorExitRevert: {
2016 _enum: ['Reverted']2023 _enum: ['Reverted']
2017 },2024 },
2018 /**2025 /**
2019 * Lookup250: evm_core::error::ExitFatal2026 * Lookup251: evm_core::error::ExitFatal
2020 **/2027 **/
2021 EvmCoreErrorExitFatal: {2028 EvmCoreErrorExitFatal: {
2022 _enum: {2029 _enum: {
2023 NotSupported: 'Null',2030 NotSupported: 'Null',
2026 Other: 'Text'2033 Other: 'Text'
2027 }2034 }
2028 },2035 },
2029 /**2036 /**
2030 * Lookup251: frame_system::Phase2037 * Lookup252: frame_system::Phase
2031 **/2038 **/
2032 FrameSystemPhase: {2039 FrameSystemPhase: {
2033 _enum: {2040 _enum: {
2034 ApplyExtrinsic: 'u32',2041 ApplyExtrinsic: 'u32',
2035 Finalization: 'Null',2042 Finalization: 'Null',
2036 Initialization: 'Null'2043 Initialization: 'Null'
2037 }2044 }
2038 },2045 },
2039 /**2046 /**
2040 * Lookup253: frame_system::LastRuntimeUpgradeInfo2047 * Lookup254: frame_system::LastRuntimeUpgradeInfo
2041 **/2048 **/
2042 FrameSystemLastRuntimeUpgradeInfo: {2049 FrameSystemLastRuntimeUpgradeInfo: {
2043 specVersion: 'Compact<u32>',2050 specVersion: 'Compact<u32>',
2044 specName: 'Text'2051 specName: 'Text'
2045 },2052 },
2046 /**2053 /**
2047 * Lookup254: frame_system::limits::BlockWeights2054 * Lookup255: frame_system::limits::BlockWeights
2048 **/2055 **/
2049 FrameSystemLimitsBlockWeights: {2056 FrameSystemLimitsBlockWeights: {
2050 baseBlock: 'u64',2057 baseBlock: 'u64',
2051 maxBlock: 'u64',2058 maxBlock: 'u64',
2052 perClass: 'FrameSupportWeightsPerDispatchClassWeightsPerClass'2059 perClass: 'FrameSupportWeightsPerDispatchClassWeightsPerClass'
2053 },2060 },
2054 /**2061 /**
2055 * Lookup255: frame_support::weights::PerDispatchClass<frame_system::limits::WeightsPerClass>2062 * Lookup256: frame_support::weights::PerDispatchClass<frame_system::limits::WeightsPerClass>
2056 **/2063 **/
2057 FrameSupportWeightsPerDispatchClassWeightsPerClass: {2064 FrameSupportWeightsPerDispatchClassWeightsPerClass: {
2058 normal: 'FrameSystemLimitsWeightsPerClass',2065 normal: 'FrameSystemLimitsWeightsPerClass',
2059 operational: 'FrameSystemLimitsWeightsPerClass',2066 operational: 'FrameSystemLimitsWeightsPerClass',
2060 mandatory: 'FrameSystemLimitsWeightsPerClass'2067 mandatory: 'FrameSystemLimitsWeightsPerClass'
2061 },2068 },
2062 /**2069 /**
2063 * Lookup256: frame_system::limits::WeightsPerClass2070 * Lookup257: frame_system::limits::WeightsPerClass
2064 **/2071 **/
2065 FrameSystemLimitsWeightsPerClass: {2072 FrameSystemLimitsWeightsPerClass: {
2066 baseExtrinsic: 'u64',2073 baseExtrinsic: 'u64',
2067 maxExtrinsic: 'Option<u64>',2074 maxExtrinsic: 'Option<u64>',
2068 maxTotal: 'Option<u64>',2075 maxTotal: 'Option<u64>',
2069 reserved: 'Option<u64>'2076 reserved: 'Option<u64>'
2070 },2077 },
2071 /**2078 /**
2072 * Lookup258: frame_system::limits::BlockLength2079 * Lookup259: frame_system::limits::BlockLength
2073 **/2080 **/
2074 FrameSystemLimitsBlockLength: {2081 FrameSystemLimitsBlockLength: {
2075 max: 'FrameSupportWeightsPerDispatchClassU32'2082 max: 'FrameSupportWeightsPerDispatchClassU32'
2076 },2083 },
2077 /**2084 /**
2078 * Lookup259: frame_support::weights::PerDispatchClass<T>2085 * Lookup260: frame_support::weights::PerDispatchClass<T>
2079 **/2086 **/
2080 FrameSupportWeightsPerDispatchClassU32: {2087 FrameSupportWeightsPerDispatchClassU32: {
2081 normal: 'u32',2088 normal: 'u32',
2082 operational: 'u32',2089 operational: 'u32',
2083 mandatory: 'u32'2090 mandatory: 'u32'
2084 },2091 },
2085 /**2092 /**
2086 * Lookup260: frame_support::weights::RuntimeDbWeight2093 * Lookup261: frame_support::weights::RuntimeDbWeight
2087 **/2094 **/
2088 FrameSupportWeightsRuntimeDbWeight: {2095 FrameSupportWeightsRuntimeDbWeight: {
2089 read: 'u64',2096 read: 'u64',
2090 write: 'u64'2097 write: 'u64'
2091 },2098 },
2092 /**2099 /**
2093 * Lookup261: sp_version::RuntimeVersion2100 * Lookup262: sp_version::RuntimeVersion
2094 **/2101 **/
2095 SpVersionRuntimeVersion: {2102 SpVersionRuntimeVersion: {
2096 specName: 'Text',2103 specName: 'Text',
2097 implName: 'Text',2104 implName: 'Text',
2102 transactionVersion: 'u32',2109 transactionVersion: 'u32',
2103 stateVersion: 'u8'2110 stateVersion: 'u8'
2104 },2111 },
2105 /**2112 /**
2106 * Lookup265: frame_system::pallet::Error<T>2113 * Lookup266: frame_system::pallet::Error<T>
2107 **/2114 **/
2108 FrameSystemError: {2115 FrameSystemError: {
2109 _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']2116 _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']
2110 },2117 },
2111 /**2118 /**
2112 * Lookup267: orml_vesting::module::Error<T>2119 * Lookup268: orml_vesting::module::Error<T>
2113 **/2120 **/
2114 OrmlVestingModuleError: {2121 OrmlVestingModuleError: {
2115 _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']2122 _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']
2116 },2123 },
2117 /**2124 /**
2118 * Lookup269: cumulus_pallet_xcmp_queue::InboundChannelDetails2125 * Lookup270: cumulus_pallet_xcmp_queue::InboundChannelDetails
2119 **/2126 **/
2120 CumulusPalletXcmpQueueInboundChannelDetails: {2127 CumulusPalletXcmpQueueInboundChannelDetails: {
2121 sender: 'u32',2128 sender: 'u32',
2122 state: 'CumulusPalletXcmpQueueInboundState',2129 state: 'CumulusPalletXcmpQueueInboundState',
2123 messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'2130 messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'
2124 },2131 },
2125 /**2132 /**
2126 * Lookup270: cumulus_pallet_xcmp_queue::InboundState2133 * Lookup271: cumulus_pallet_xcmp_queue::InboundState
2127 **/2134 **/
2128 CumulusPalletXcmpQueueInboundState: {2135 CumulusPalletXcmpQueueInboundState: {
2129 _enum: ['Ok', 'Suspended']2136 _enum: ['Ok', 'Suspended']
2130 },2137 },
2131 /**2138 /**
2132 * Lookup273: polkadot_parachain::primitives::XcmpMessageFormat2139 * Lookup274: polkadot_parachain::primitives::XcmpMessageFormat
2133 **/2140 **/
2134 PolkadotParachainPrimitivesXcmpMessageFormat: {2141 PolkadotParachainPrimitivesXcmpMessageFormat: {
2135 _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']2142 _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']
2136 },2143 },
2137 /**2144 /**
2138 * Lookup276: cumulus_pallet_xcmp_queue::OutboundChannelDetails2145 * Lookup277: cumulus_pallet_xcmp_queue::OutboundChannelDetails
2139 **/2146 **/
2140 CumulusPalletXcmpQueueOutboundChannelDetails: {2147 CumulusPalletXcmpQueueOutboundChannelDetails: {
2141 recipient: 'u32',2148 recipient: 'u32',
2142 state: 'CumulusPalletXcmpQueueOutboundState',2149 state: 'CumulusPalletXcmpQueueOutboundState',
2143 signalsExist: 'bool',2150 signalsExist: 'bool',
2144 firstIndex: 'u16',2151 firstIndex: 'u16',
2145 lastIndex: 'u16'2152 lastIndex: 'u16'
2146 },2153 },
2147 /**2154 /**
2148 * Lookup277: cumulus_pallet_xcmp_queue::OutboundState2155 * Lookup278: cumulus_pallet_xcmp_queue::OutboundState
2149 **/2156 **/
2150 CumulusPalletXcmpQueueOutboundState: {2157 CumulusPalletXcmpQueueOutboundState: {
2151 _enum: ['Ok', 'Suspended']2158 _enum: ['Ok', 'Suspended']
2152 },2159 },
2153 /**2160 /**
2154 * Lookup279: cumulus_pallet_xcmp_queue::QueueConfigData2161 * Lookup280: cumulus_pallet_xcmp_queue::QueueConfigData
2155 **/2162 **/
2156 CumulusPalletXcmpQueueQueueConfigData: {2163 CumulusPalletXcmpQueueQueueConfigData: {
2157 suspendThreshold: 'u32',2164 suspendThreshold: 'u32',
2158 dropThreshold: 'u32',2165 dropThreshold: 'u32',
2161 weightRestrictDecay: 'u64',2168 weightRestrictDecay: 'u64',
2162 xcmpMaxIndividualWeight: 'u64'2169 xcmpMaxIndividualWeight: 'u64'
2163 },2170 },
2164 /**2171 /**
2165 * Lookup281: cumulus_pallet_xcmp_queue::pallet::Error<T>2172 * Lookup282: cumulus_pallet_xcmp_queue::pallet::Error<T>
2166 **/2173 **/
2167 CumulusPalletXcmpQueueError: {2174 CumulusPalletXcmpQueueError: {
2168 _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']2175 _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']
2169 },2176 },
2170 /**2177 /**
2171 * Lookup282: pallet_xcm::pallet::Error<T>2178 * Lookup283: pallet_xcm::pallet::Error<T>
2172 **/2179 **/
2173 PalletXcmError: {2180 PalletXcmError: {
2174 _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']2181 _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']
2175 },2182 },
2176 /**2183 /**
2177 * Lookup283: cumulus_pallet_xcm::pallet::Error<T>2184 * Lookup284: cumulus_pallet_xcm::pallet::Error<T>
2178 **/2185 **/
2179 CumulusPalletXcmError: 'Null',2186 CumulusPalletXcmError: 'Null',
2180 /**2187 /**
2181 * Lookup284: cumulus_pallet_dmp_queue::ConfigData2188 * Lookup285: cumulus_pallet_dmp_queue::ConfigData
2182 **/2189 **/
2183 CumulusPalletDmpQueueConfigData: {2190 CumulusPalletDmpQueueConfigData: {
2184 maxIndividual: 'u64'2191 maxIndividual: 'u64'
2185 },2192 },
2186 /**2193 /**
2187 * Lookup285: cumulus_pallet_dmp_queue::PageIndexData2194 * Lookup286: cumulus_pallet_dmp_queue::PageIndexData
2188 **/2195 **/
2189 CumulusPalletDmpQueuePageIndexData: {2196 CumulusPalletDmpQueuePageIndexData: {
2190 beginUsed: 'u32',2197 beginUsed: 'u32',
2191 endUsed: 'u32',2198 endUsed: 'u32',
2192 overweightCount: 'u64'2199 overweightCount: 'u64'
2193 },2200 },
2194 /**2201 /**
2195 * Lookup288: cumulus_pallet_dmp_queue::pallet::Error<T>2202 * Lookup289: cumulus_pallet_dmp_queue::pallet::Error<T>
2196 **/2203 **/
2197 CumulusPalletDmpQueueError: {2204 CumulusPalletDmpQueueError: {
2198 _enum: ['Unknown', 'OverLimit']2205 _enum: ['Unknown', 'OverLimit']
2199 },2206 },
2200 /**2207 /**
2201 * Lookup292: pallet_unique::Error<T>2208 * Lookup293: pallet_unique::Error<T>
2202 **/2209 **/
2203 PalletUniqueError: {2210 PalletUniqueError: {
2204 _enum: ['CollectionDecimalPointLimitExceeded', 'ConfirmUnsetSponsorFail', 'EmptyArgument']2211 _enum: ['CollectionDecimalPointLimitExceeded', 'ConfirmUnsetSponsorFail', 'EmptyArgument']
2205 },2212 },
2206 /**2213 /**
2207 * Lookup293: up_data_structs::Collection<sp_core::crypto::AccountId32>2214 * Lookup294: up_data_structs::Collection<sp_core::crypto::AccountId32>
2208 **/2215 **/
2209 UpDataStructsCollection: {2216 UpDataStructsCollection: {
2210 owner: 'AccountId32',2217 owner: 'AccountId32',
2211 mode: 'UpDataStructsCollectionMode',2218 mode: 'UpDataStructsCollectionMode',
2222 constOnChainSchema: 'Bytes',2229 constOnChainSchema: 'Bytes',
2223 metaUpdatePermission: 'UpDataStructsMetaUpdatePermission'2230 metaUpdatePermission: 'UpDataStructsMetaUpdatePermission'
2224 },2231 },
2225 /**2232 /**
2226 * Lookup294: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>2233 * Lookup295: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
2227 **/2234 **/
2228 UpDataStructsSponsorshipState: {2235 UpDataStructsSponsorshipState: {
2229 _enum: {2236 _enum: {
2230 Disabled: 'Null',2237 Disabled: 'Null',
2231 Unconfirmed: 'AccountId32',2238 Unconfirmed: 'AccountId32',
2232 Confirmed: 'AccountId32'2239 Confirmed: 'AccountId32'
2233 }2240 }
2234 },2241 },
2235 /**2242 /**
2236 * Lookup297: up_data_structs::CollectionStats2243 * Lookup298: up_data_structs::CollectionStats
2237 **/2244 **/
2238 UpDataStructsCollectionStats: {2245 UpDataStructsCollectionStats: {
2239 created: 'u32',2246 created: 'u32',
2240 destroyed: 'u32',2247 destroyed: 'u32',
2241 alive: 'u32'2248 alive: 'u32'
2242 },2249 },
2243 /**2250 /**
2244 * Lookup298: pallet_common::pallet::Error<T>2251 * Lookup299: pallet_common::pallet::Error<T>
2245 **/2252 **/
2246 PalletCommonError: {2253 PalletCommonError: {
2247 _enum: ['CollectionNotFound', 'MustBeTokenOwner', 'NoPermission', 'PublicMintingNotAllowed', 'AddressNotInAllowlist', 'CollectionNameLimitExceeded', 'CollectionDescriptionLimitExceeded', 'CollectionTokenPrefixLimitExceeded', 'TotalCollectionsLimitExceeded', 'TokenVariableDataLimitExceeded', 'CollectionAdminCountExceeded', 'CollectionLimitBoundsExceeded', 'OwnerPermissionsCantBeReverted', 'TransferNotAllowed', 'AccountTokenLimitExceeded', 'CollectionTokenLimitExceeded', 'MetadataFlagFrozen', 'TokenNotFound', 'TokenValueTooLow', 'ApprovedValueTooLow', 'CantApproveMoreThanOwned', 'AddressIsZero', 'UnsupportedOperation', 'NotSufficientFounds']2254 _enum: ['CollectionNotFound', 'MustBeTokenOwner', 'NoPermission', 'PublicMintingNotAllowed', 'AddressNotInAllowlist', 'CollectionNameLimitExceeded', 'CollectionDescriptionLimitExceeded', 'CollectionTokenPrefixLimitExceeded', 'TotalCollectionsLimitExceeded', 'TokenVariableDataLimitExceeded', 'CollectionAdminCountExceeded', 'CollectionLimitBoundsExceeded', 'OwnerPermissionsCantBeReverted', 'TransferNotAllowed', 'AccountTokenLimitExceeded', 'CollectionTokenLimitExceeded', 'MetadataFlagFrozen', 'TokenNotFound', 'TokenValueTooLow', 'ApprovedValueTooLow', 'CantApproveMoreThanOwned', 'AddressIsZero', 'UnsupportedOperation', 'NotSufficientFounds']
2248 },2255 },
2249 /**2256 /**
2250 * Lookup300: pallet_fungible::pallet::Error<T>2257 * Lookup301: pallet_fungible::pallet::Error<T>
2251 **/2258 **/
2252 PalletFungibleError: {2259 PalletFungibleError: {
2253 _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData']2260 _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData']
2254 },2261 },
2255 /**2262 /**
2256 * Lookup301: pallet_refungible::ItemData2263 * Lookup302: pallet_refungible::ItemData
2257 **/2264 **/
2258 PalletRefungibleItemData: {2265 PalletRefungibleItemData: {
2259 constData: 'Bytes',2266 constData: 'Bytes',
2260 variableData: 'Bytes'2267 variableData: 'Bytes'
2261 },2268 },
2262 /**2269 /**
2263 * Lookup305: pallet_refungible::pallet::Error<T>2270 * Lookup306: pallet_refungible::pallet::Error<T>
2264 **/2271 **/
2265 PalletRefungibleError: {2272 PalletRefungibleError: {
2266 _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces']2273 _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces']
2267 },2274 },
2268 /**2275 /**
2269 * Lookup306: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2276 * Lookup307: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
2270 **/2277 **/
2271 PalletNonfungibleItemData: {2278 PalletNonfungibleItemData: {
2272 constData: 'Bytes',2279 constData: 'Bytes',
2273 variableData: 'Bytes',2280 variableData: 'Bytes',
2274 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'2281 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'
2275 },2282 },
2276 /**2283 /**
2277 * Lookup307: pallet_nonfungible::pallet::Error<T>2284 * Lookup308: pallet_nonfungible::pallet::Error<T>
2278 **/2285 **/
2279 PalletNonfungibleError: {2286 PalletNonfungibleError: {
2280 _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount']2287 _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount']
2281 },2288 },
2282 /**2289 /**
2283 * Lookup309: pallet_evm::pallet::Error<T>2290 * Lookup310: pallet_evm::pallet::Error<T>
2284 **/2291 **/
2285 PalletEvmError: {2292 PalletEvmError: {
2286 _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce']2293 _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce']
2287 },2294 },
2288 /**2295 /**
2289 * Lookup312: fp_rpc::TransactionStatus2296 * Lookup313: fp_rpc::TransactionStatus
2290 **/2297 **/
2291 FpRpcTransactionStatus: {2298 FpRpcTransactionStatus: {
2292 transactionHash: 'H256',2299 transactionHash: 'H256',
2293 transactionIndex: 'u32',2300 transactionIndex: 'u32',
2297 logs: 'Vec<EthereumLog>',2304 logs: 'Vec<EthereumLog>',
2298 logsBloom: 'EthbloomBloom'2305 logsBloom: 'EthbloomBloom'
2299 },2306 },
2300 /**2307 /**
2301 * Lookup315: ethbloom::Bloom2308 * Lookup316: ethbloom::Bloom
2302 **/2309 **/
2303 EthbloomBloom: '[u8;256]',2310 EthbloomBloom: '[u8;256]',
2304 /**2311 /**
2305 * Lookup317: ethereum::receipt::ReceiptV32312 * Lookup318: ethereum::receipt::ReceiptV3
2306 **/2313 **/
2307 EthereumReceiptReceiptV3: {2314 EthereumReceiptReceiptV3: {
2308 _enum: {2315 _enum: {
2309 Legacy: 'EthereumReceiptEip658ReceiptData',2316 Legacy: 'EthereumReceiptEip658ReceiptData',
2310 EIP2930: 'EthereumReceiptEip658ReceiptData',2317 EIP2930: 'EthereumReceiptEip658ReceiptData',
2311 EIP1559: 'EthereumReceiptEip658ReceiptData'2318 EIP1559: 'EthereumReceiptEip658ReceiptData'
2312 }2319 }
2313 },2320 },
2314 /**2321 /**
2315 * Lookup318: ethereum::receipt::EIP658ReceiptData2322 * Lookup319: ethereum::receipt::EIP658ReceiptData
2316 **/2323 **/
2317 EthereumReceiptEip658ReceiptData: {2324 EthereumReceiptEip658ReceiptData: {
2318 statusCode: 'u8',2325 statusCode: 'u8',
2319 usedGas: 'U256',2326 usedGas: 'U256',
2320 logsBloom: 'EthbloomBloom',2327 logsBloom: 'EthbloomBloom',
2321 logs: 'Vec<EthereumLog>'2328 logs: 'Vec<EthereumLog>'
2322 },2329 },
2323 /**2330 /**
2324 * Lookup319: ethereum::block::Block<ethereum::transaction::TransactionV2>2331 * Lookup320: ethereum::block::Block<ethereum::transaction::TransactionV2>
2325 **/2332 **/
2326 EthereumBlock: {2333 EthereumBlock: {
2327 header: 'EthereumHeader',2334 header: 'EthereumHeader',
2328 transactions: 'Vec<EthereumTransactionTransactionV2>',2335 transactions: 'Vec<EthereumTransactionTransactionV2>',
2329 ommers: 'Vec<EthereumHeader>'2336 ommers: 'Vec<EthereumHeader>'
2330 },2337 },
2331 /**2338 /**
2332 * Lookup320: ethereum::header::Header2339 * Lookup321: ethereum::header::Header
2333 **/2340 **/
2334 EthereumHeader: {2341 EthereumHeader: {
2335 parentHash: 'H256',2342 parentHash: 'H256',
2336 ommersHash: 'H256',2343 ommersHash: 'H256',
2348 mixHash: 'H256',2355 mixHash: 'H256',
2349 nonce: 'EthereumTypesHashH64'2356 nonce: 'EthereumTypesHashH64'
2350 },2357 },
2351 /**2358 /**
2352 * Lookup321: ethereum_types::hash::H642359 * Lookup322: ethereum_types::hash::H64
2353 **/2360 **/
2354 EthereumTypesHashH64: '[u8;8]',2361 EthereumTypesHashH64: '[u8;8]',
2355 /**2362 /**
2356 * Lookup326: pallet_ethereum::pallet::Error<T>2363 * Lookup327: pallet_ethereum::pallet::Error<T>
2357 **/2364 **/
2358 PalletEthereumError: {2365 PalletEthereumError: {
2359 _enum: ['InvalidSignature', 'PreLogExists']2366 _enum: ['InvalidSignature', 'PreLogExists']
2360 },2367 },
2361 /**2368 /**
2362 * Lookup327: pallet_evm_coder_substrate::pallet::Error<T>2369 * Lookup328: pallet_evm_coder_substrate::pallet::Error<T>
2363 **/2370 **/
2364 PalletEvmCoderSubstrateError: {2371 PalletEvmCoderSubstrateError: {
2365 _enum: ['OutOfGas', 'OutOfFund']2372 _enum: ['OutOfGas', 'OutOfFund']
2366 },2373 },
2367 /**2374 /**
2368 * Lookup328: pallet_evm_contract_helpers::SponsoringModeT2375 * Lookup329: pallet_evm_contract_helpers::SponsoringModeT
2369 **/2376 **/
2370 PalletEvmContractHelpersSponsoringModeT: {2377 PalletEvmContractHelpersSponsoringModeT: {
2371 _enum: ['Disabled', 'Allowlisted', 'Generous']2378 _enum: ['Disabled', 'Allowlisted', 'Generous']
2372 },2379 },
2373 /**2380 /**
2374 * Lookup330: pallet_evm_contract_helpers::pallet::Error<T>2381 * Lookup331: pallet_evm_contract_helpers::pallet::Error<T>
2375 **/2382 **/
2376 PalletEvmContractHelpersError: {2383 PalletEvmContractHelpersError: {
2377 _enum: ['NoPermission']2384 _enum: ['NoPermission']
2378 },2385 },
2379 /**2386 /**
2380 * Lookup331: pallet_evm_migration::pallet::Error<T>2387 * Lookup332: pallet_evm_migration::pallet::Error<T>
2381 **/2388 **/
2382 PalletEvmMigrationError: {2389 PalletEvmMigrationError: {
2383 _enum: ['AccountNotEmpty', 'AccountIsNotMigrating']2390 _enum: ['AccountNotEmpty', 'AccountIsNotMigrating']
2384 },2391 },
2385 /**2392 /**
2386 * Lookup333: sp_runtime::MultiSignature2393 * Lookup334: sp_runtime::MultiSignature
2387 **/2394 **/
2388 SpRuntimeMultiSignature: {2395 SpRuntimeMultiSignature: {
2389 _enum: {2396 _enum: {
2390 Ed25519: 'SpCoreEd25519Signature',2397 Ed25519: 'SpCoreEd25519Signature',
2391 Sr25519: 'SpCoreSr25519Signature',2398 Sr25519: 'SpCoreSr25519Signature',
2392 Ecdsa: 'SpCoreEcdsaSignature'2399 Ecdsa: 'SpCoreEcdsaSignature'
2393 }2400 }
2394 },2401 },
2395 /**2402 /**
2396 * Lookup334: sp_core::ed25519::Signature2403 * Lookup335: sp_core::ed25519::Signature
2397 **/2404 **/
2398 SpCoreEd25519Signature: '[u8;64]',2405 SpCoreEd25519Signature: '[u8;64]',
2399 /**2406 /**
2400 * Lookup336: sp_core::sr25519::Signature2407 * Lookup337: sp_core::sr25519::Signature
2401 **/2408 **/
2402 SpCoreSr25519Signature: '[u8;64]',2409 SpCoreSr25519Signature: '[u8;64]',
2403 /**2410 /**
2404 * Lookup337: sp_core::ecdsa::Signature2411 * Lookup338: sp_core::ecdsa::Signature
2405 **/2412 **/
2406 SpCoreEcdsaSignature: '[u8;65]',2413 SpCoreEcdsaSignature: '[u8;65]',
2407 /**2414 /**
2408 * Lookup340: frame_system::extensions::check_spec_version::CheckSpecVersion<T>2415 * Lookup341: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
2409 **/2416 **/
2410 FrameSystemExtensionsCheckSpecVersion: 'Null',2417 FrameSystemExtensionsCheckSpecVersion: 'Null',
2411 /**2418 /**
2412 * Lookup341: frame_system::extensions::check_genesis::CheckGenesis<T>2419 * Lookup342: frame_system::extensions::check_genesis::CheckGenesis<T>
2413 **/2420 **/
2414 FrameSystemExtensionsCheckGenesis: 'Null',2421 FrameSystemExtensionsCheckGenesis: 'Null',
2415 /**2422 /**
2416 * Lookup344: frame_system::extensions::check_nonce::CheckNonce<T>2423 * Lookup345: frame_system::extensions::check_nonce::CheckNonce<T>
2417 **/2424 **/
2418 FrameSystemExtensionsCheckNonce: 'Compact<u32>',2425 FrameSystemExtensionsCheckNonce: 'Compact<u32>',
2419 /**2426 /**
2420 * Lookup345: frame_system::extensions::check_weight::CheckWeight<T>2427 * Lookup346: frame_system::extensions::check_weight::CheckWeight<T>
2421 **/2428 **/
2422 FrameSystemExtensionsCheckWeight: 'Null',2429 FrameSystemExtensionsCheckWeight: 'Null',
2423 /**2430 /**
2424 * Lookup346: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>2431 * Lookup347: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
2425 **/2432 **/
2426 PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',2433 PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
2427 /**2434 /**
2428 * Lookup347: opal_runtime::Runtime2435 * Lookup348: opal_runtime::Runtime
2429 **/2436 **/
2430 OpalRuntimeRuntime: 'Null'2437 OpalRuntimeRuntime: 'Null'
2431};2438};
24322439
addedtests/src/interfaces/registry.tsdiffbeforeafterboth

no changes

modifiedtests/src/interfaces/types-lookup.tsdiffbeforeafterboth
7 import type { AccountId32, Call, H160, H256, MultiAddress, Perbill } from '@polkadot/types/interfaces/runtime';7 import type { AccountId32, Call, H160, H256, MultiAddress, Perbill } from '@polkadot/types/interfaces/runtime';
8 import type { Event } from '@polkadot/types/interfaces/system';8 import type { Event } from '@polkadot/types/interfaces/system';
99
10 /** @name PolkadotPrimitivesV1PersistedValidationData (2) */10 /** @name PolkadotPrimitivesV2PersistedValidationData (2) */
11 export interface PolkadotPrimitivesV1PersistedValidationData extends Struct {11 export interface PolkadotPrimitivesV2PersistedValidationData extends Struct {
12 readonly parentHead: Bytes;12 readonly parentHead: Bytes;
13 readonly relayParentNumber: u32;13 readonly relayParentNumber: u32;
14 readonly relayParentStorageRoot: H256;14 readonly relayParentStorageRoot: H256;
15 readonly maxPovSize: u32;15 readonly maxPovSize: u32;
16 }16 }
1717
18 /** @name PolkadotPrimitivesV1UpgradeRestriction (9) */18 /** @name PolkadotPrimitivesV2UpgradeRestriction (9) */
19 export interface PolkadotPrimitivesV1UpgradeRestriction extends Enum {19 export interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {
20 readonly isPresent: boolean;20 readonly isPresent: boolean;
21 readonly type: 'Present';21 readonly type: 'Present';
22 }22 }
27 }27 }
2828
29 /** @name BTreeSet (11) */29 /** @name BTreeSet (11) */
30 export interface BTreeSet extends Vec<Bytes> {}30 export interface BTreeSet extends BTreeSet<Bytes> {}
3131
32 /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (13) */32 /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (13) */
33 export interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {33 export interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {
34 readonly dmqMqcHead: H256;34 readonly dmqMqcHead: H256;
35 readonly relayDispatchQueueSize: ITuple<[u32, u32]>;35 readonly relayDispatchQueueSize: ITuple<[u32, u32]>;
36 readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV1AbridgedHrmpChannel]>>;36 readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;
37 readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV1AbridgedHrmpChannel]>>;37 readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;
38 }38 }
3939
40 /** @name PolkadotPrimitivesV1AbridgedHrmpChannel (18) */40 /** @name PolkadotPrimitivesV2AbridgedHrmpChannel (18) */
41 export interface PolkadotPrimitivesV1AbridgedHrmpChannel extends Struct {41 export interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {
42 readonly maxCapacity: u32;42 readonly maxCapacity: u32;
43 readonly maxTotalSize: u32;43 readonly maxTotalSize: u32;
44 readonly maxMessageSize: u32;44 readonly maxMessageSize: u32;
47 readonly mqcHead: Option<H256>;47 readonly mqcHead: Option<H256>;
48 }48 }
4949
50 /** @name PolkadotPrimitivesV1AbridgedHostConfiguration (20) */50 /** @name PolkadotPrimitivesV2AbridgedHostConfiguration (20) */
51 export interface PolkadotPrimitivesV1AbridgedHostConfiguration extends Struct {51 export interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {
52 readonly maxCodeSize: u32;52 readonly maxCodeSize: u32;
53 readonly maxHeadDataSize: u32;53 readonly maxHeadDataSize: u32;
54 readonly maxUpwardQueueCount: u32;54 readonly maxUpwardQueueCount: u32;
8989
90 /** @name CumulusPrimitivesParachainInherentParachainInherentData (29) */90 /** @name CumulusPrimitivesParachainInherentParachainInherentData (29) */
91 export interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {91 export interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {
92 readonly validationData: PolkadotPrimitivesV1PersistedValidationData;92 readonly validationData: PolkadotPrimitivesV2PersistedValidationData;
93 readonly relayChainState: SpTrieStorageProof;93 readonly relayChainState: SpTrieStorageProof;
94 readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;94 readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;
95 readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;95 readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;
1822 readonly asToken: SpRuntimeTokenError;1822 readonly asToken: SpRuntimeTokenError;
1823 readonly isArithmetic: boolean;1823 readonly isArithmetic: boolean;
1824 readonly asArithmetic: SpRuntimeArithmeticError;1824 readonly asArithmetic: SpRuntimeArithmeticError;
1825 readonly isTransactional: boolean;
1826 readonly asTransactional: SpRuntimeTransactionalError;
1825 readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic';1827 readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional';
1826 }1828 }
18271829
1828 /** @name SpRuntimeModuleError (216) */1830 /** @name SpRuntimeModuleError (216) */
1829 export interface SpRuntimeModuleError extends Struct {1831 export interface SpRuntimeModuleError extends Struct {
1830 readonly index: u8;1832 readonly index: u8;
1831 readonly error: u8;1833 readonly error: U8aFixed;
1832 }1834 }
18331835
1834 /** @name SpRuntimeTokenError (217) */1836 /** @name SpRuntimeTokenError (217) */
1851 readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';1853 readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';
1852 }1854 }
1855
1856 /** @name SpRuntimeTransactionalError (219) */
1857 export interface SpRuntimeTransactionalError extends Enum {
1858 readonly isLimitReached: boolean;
1859 readonly isNoLayer: boolean;
1860 readonly type: 'LimitReached' | 'NoLayer';
1861 }
18531862
1854 /** @name PalletSudoError (219) */1863 /** @name PalletSudoError (220) */
1855 export interface PalletSudoError extends Enum {1864 export interface PalletSudoError extends Enum {
1856 readonly isRequireSudo: boolean;1865 readonly isRequireSudo: boolean;
1857 readonly type: 'RequireSudo';1866 readonly type: 'RequireSudo';
1858 }1867 }
18591868
1860 /** @name FrameSystemAccountInfo (220) */1869 /** @name FrameSystemAccountInfo (221) */
1861 export interface FrameSystemAccountInfo extends Struct {1870 export interface FrameSystemAccountInfo extends Struct {
1862 readonly nonce: u32;1871 readonly nonce: u32;
1863 readonly consumers: u32;1872 readonly consumers: u32;
1866 readonly data: PalletBalancesAccountData;1875 readonly data: PalletBalancesAccountData;
1867 }1876 }
18681877
1869 /** @name FrameSupportWeightsPerDispatchClassU64 (221) */1878 /** @name FrameSupportWeightsPerDispatchClassU64 (222) */
1870 export interface FrameSupportWeightsPerDispatchClassU64 extends Struct {1879 export interface FrameSupportWeightsPerDispatchClassU64 extends Struct {
1871 readonly normal: u64;1880 readonly normal: u64;
1872 readonly operational: u64;1881 readonly operational: u64;
1873 readonly mandatory: u64;1882 readonly mandatory: u64;
1874 }1883 }
18751884
1876 /** @name SpRuntimeDigest (222) */1885 /** @name SpRuntimeDigest (223) */
1877 export interface SpRuntimeDigest extends Struct {1886 export interface SpRuntimeDigest extends Struct {
1878 readonly logs: Vec<SpRuntimeDigestDigestItem>;1887 readonly logs: Vec<SpRuntimeDigestDigestItem>;
1879 }1888 }
18801889
1881 /** @name SpRuntimeDigestDigestItem (224) */1890 /** @name SpRuntimeDigestDigestItem (225) */
1882 export interface SpRuntimeDigestDigestItem extends Enum {1891 export interface SpRuntimeDigestDigestItem extends Enum {
1883 readonly isOther: boolean;1892 readonly isOther: boolean;
1884 readonly asOther: Bytes;1893 readonly asOther: Bytes;
1892 readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';1901 readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';
1893 }1902 }
18941903
1895 /** @name FrameSystemEventRecord (226) */1904 /** @name FrameSystemEventRecord (227) */
1896 export interface FrameSystemEventRecord extends Struct {1905 export interface FrameSystemEventRecord extends Struct {
1897 readonly phase: FrameSystemPhase;1906 readonly phase: FrameSystemPhase;
1898 readonly event: Event;1907 readonly event: Event;
1899 readonly topics: Vec<H256>;1908 readonly topics: Vec<H256>;
1900 }1909 }
19011910
1902 /** @name FrameSystemEvent (228) */1911 /** @name FrameSystemEvent (229) */
1903 export interface FrameSystemEvent extends Enum {1912 export interface FrameSystemEvent extends Enum {
1904 readonly isExtrinsicSuccess: boolean;1913 readonly isExtrinsicSuccess: boolean;
1905 readonly asExtrinsicSuccess: {1914 readonly asExtrinsicSuccess: {
1927 readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';1936 readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';
1928 }1937 }
19291938
1930 /** @name FrameSupportWeightsDispatchInfo (229) */1939 /** @name FrameSupportWeightsDispatchInfo (230) */
1931 export interface FrameSupportWeightsDispatchInfo extends Struct {1940 export interface FrameSupportWeightsDispatchInfo extends Struct {
1932 readonly weight: u64;1941 readonly weight: u64;
1933 readonly class: FrameSupportWeightsDispatchClass;1942 readonly class: FrameSupportWeightsDispatchClass;
1934 readonly paysFee: FrameSupportWeightsPays;1943 readonly paysFee: FrameSupportWeightsPays;
1935 }1944 }
19361945
1937 /** @name FrameSupportWeightsDispatchClass (230) */1946 /** @name FrameSupportWeightsDispatchClass (231) */
1938 export interface FrameSupportWeightsDispatchClass extends Enum {1947 export interface FrameSupportWeightsDispatchClass extends Enum {
1939 readonly isNormal: boolean;1948 readonly isNormal: boolean;
1940 readonly isOperational: boolean;1949 readonly isOperational: boolean;
1941 readonly isMandatory: boolean;1950 readonly isMandatory: boolean;
1942 readonly type: 'Normal' | 'Operational' | 'Mandatory';1951 readonly type: 'Normal' | 'Operational' | 'Mandatory';
1943 }1952 }
19441953
1945 /** @name FrameSupportWeightsPays (231) */1954 /** @name FrameSupportWeightsPays (232) */
1946 export interface FrameSupportWeightsPays extends Enum {1955 export interface FrameSupportWeightsPays extends Enum {
1947 readonly isYes: boolean;1956 readonly isYes: boolean;
1948 readonly isNo: boolean;1957 readonly isNo: boolean;
1949 readonly type: 'Yes' | 'No';1958 readonly type: 'Yes' | 'No';
1950 }1959 }
19511960
1952 /** @name OrmlVestingModuleEvent (232) */1961 /** @name OrmlVestingModuleEvent (233) */
1953 export interface OrmlVestingModuleEvent extends Enum {1962 export interface OrmlVestingModuleEvent extends Enum {
1954 readonly isVestingScheduleAdded: boolean;1963 readonly isVestingScheduleAdded: boolean;
1955 readonly asVestingScheduleAdded: {1964 readonly asVestingScheduleAdded: {
1969 readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';1978 readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';
1970 }1979 }
19711980
1972 /** @name CumulusPalletXcmpQueueEvent (233) */1981 /** @name CumulusPalletXcmpQueueEvent (234) */
1973 export interface CumulusPalletXcmpQueueEvent extends Enum {1982 export interface CumulusPalletXcmpQueueEvent extends Enum {
1974 readonly isSuccess: boolean;1983 readonly isSuccess: boolean;
1975 readonly asSuccess: Option<H256>;1984 readonly asSuccess: Option<H256>;
1990 readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';1999 readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';
1991 }2000 }
19922001
1993 /** @name PalletXcmEvent (234) */2002 /** @name PalletXcmEvent (235) */
1994 export interface PalletXcmEvent extends Enum {2003 export interface PalletXcmEvent extends Enum {
1995 readonly isAttempted: boolean;2004 readonly isAttempted: boolean;
1996 readonly asAttempted: XcmV2TraitsOutcome;2005 readonly asAttempted: XcmV2TraitsOutcome;
2027 readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail';2036 readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail';
2028 }2037 }
20292038
2030 /** @name XcmV2TraitsOutcome (235) */2039 /** @name XcmV2TraitsOutcome (236) */
2031 export interface XcmV2TraitsOutcome extends Enum {2040 export interface XcmV2TraitsOutcome extends Enum {
2032 readonly isComplete: boolean;2041 readonly isComplete: boolean;
2033 readonly asComplete: u64;2042 readonly asComplete: u64;
2038 readonly type: 'Complete' | 'Incomplete' | 'Error';2047 readonly type: 'Complete' | 'Incomplete' | 'Error';
2039 }2048 }
20402049
2041 /** @name CumulusPalletXcmEvent (237) */2050 /** @name CumulusPalletXcmEvent (238) */
2042 export interface CumulusPalletXcmEvent extends Enum {2051 export interface CumulusPalletXcmEvent extends Enum {
2043 readonly isInvalidFormat: boolean;2052 readonly isInvalidFormat: boolean;
2044 readonly asInvalidFormat: U8aFixed;2053 readonly asInvalidFormat: U8aFixed;
2049 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';2058 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';
2050 }2059 }
20512060
2052 /** @name CumulusPalletDmpQueueEvent (238) */2061 /** @name CumulusPalletDmpQueueEvent (239) */
2053 export interface CumulusPalletDmpQueueEvent extends Enum {2062 export interface CumulusPalletDmpQueueEvent extends Enum {
2054 readonly isInvalidFormat: boolean;2063 readonly isInvalidFormat: boolean;
2055 readonly asInvalidFormat: U8aFixed;2064 readonly asInvalidFormat: U8aFixed;
2066 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';2075 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';
2067 }2076 }
20682077
2069 /** @name PalletUniqueRawEvent (239) */2078 /** @name PalletUniqueRawEvent (240) */
2070 export interface PalletUniqueRawEvent extends Enum {2079 export interface PalletUniqueRawEvent extends Enum {
2071 readonly isCollectionSponsorRemoved: boolean;2080 readonly isCollectionSponsorRemoved: boolean;
2072 readonly asCollectionSponsorRemoved: u32;2081 readonly asCollectionSponsorRemoved: u32;
2101 readonly type: 'CollectionSponsorRemoved' | 'CollectionAdminAdded' | 'CollectionOwnedChanged' | 'CollectionSponsorSet' | 'ConstOnChainSchemaSet' | 'SponsorshipConfirmed' | 'CollectionAdminRemoved' | 'AllowListAddressRemoved' | 'AllowListAddressAdded' | 'CollectionLimitSet' | 'MintPermissionSet' | 'OffchainSchemaSet' | 'PublicAccessModeSet' | 'SchemaVersionSet' | 'VariableOnChainSchemaSet';2110 readonly type: 'CollectionSponsorRemoved' | 'CollectionAdminAdded' | 'CollectionOwnedChanged' | 'CollectionSponsorSet' | 'ConstOnChainSchemaSet' | 'SponsorshipConfirmed' | 'CollectionAdminRemoved' | 'AllowListAddressRemoved' | 'AllowListAddressAdded' | 'CollectionLimitSet' | 'MintPermissionSet' | 'OffchainSchemaSet' | 'PublicAccessModeSet' | 'SchemaVersionSet' | 'VariableOnChainSchemaSet';
2102 }2111 }
21032112
2104 /** @name PalletCommonEvent (240) */2113 /** @name PalletCommonEvent (241) */
2105 export interface PalletCommonEvent extends Enum {2114 export interface PalletCommonEvent extends Enum {
2106 readonly isCollectionCreated: boolean;2115 readonly isCollectionCreated: boolean;
2107 readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;2116 readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;
2118 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved';2127 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved';
2119 }2128 }
21202129
2121 /** @name PalletEvmEvent (241) */2130 /** @name PalletEvmEvent (242) */
2122 export interface PalletEvmEvent extends Enum {2131 export interface PalletEvmEvent extends Enum {
2123 readonly isLog: boolean;2132 readonly isLog: boolean;
2124 readonly asLog: EthereumLog;2133 readonly asLog: EthereumLog;
2137 readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed' | 'BalanceDeposit' | 'BalanceWithdraw';2146 readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed' | 'BalanceDeposit' | 'BalanceWithdraw';
2138 }2147 }
21392148
2140 /** @name EthereumLog (242) */2149 /** @name EthereumLog (243) */
2141 export interface EthereumLog extends Struct {2150 export interface EthereumLog extends Struct {
2142 readonly address: H160;2151 readonly address: H160;
2143 readonly topics: Vec<H256>;2152 readonly topics: Vec<H256>;
2144 readonly data: Bytes;2153 readonly data: Bytes;
2145 }2154 }
21462155
2147 /** @name PalletEthereumEvent (243) */2156 /** @name PalletEthereumEvent (244) */
2148 export interface PalletEthereumEvent extends Enum {2157 export interface PalletEthereumEvent extends Enum {
2149 readonly isExecuted: boolean;2158 readonly isExecuted: boolean;
2150 readonly asExecuted: ITuple<[H160, H160, H256, EvmCoreErrorExitReason]>;2159 readonly asExecuted: ITuple<[H160, H160, H256, EvmCoreErrorExitReason]>;
2151 readonly type: 'Executed';2160 readonly type: 'Executed';
2152 }2161 }
21532162
2154 /** @name EvmCoreErrorExitReason (244) */2163 /** @name EvmCoreErrorExitReason (245) */
2155 export interface EvmCoreErrorExitReason extends Enum {2164 export interface EvmCoreErrorExitReason extends Enum {
2156 readonly isSucceed: boolean;2165 readonly isSucceed: boolean;
2157 readonly asSucceed: EvmCoreErrorExitSucceed;2166 readonly asSucceed: EvmCoreErrorExitSucceed;
2164 readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';2173 readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';
2165 }2174 }
21662175
2167 /** @name EvmCoreErrorExitSucceed (245) */2176 /** @name EvmCoreErrorExitSucceed (246) */
2168 export interface EvmCoreErrorExitSucceed extends Enum {2177 export interface EvmCoreErrorExitSucceed extends Enum {
2169 readonly isStopped: boolean;2178 readonly isStopped: boolean;
2170 readonly isReturned: boolean;2179 readonly isReturned: boolean;
2171 readonly isSuicided: boolean;2180 readonly isSuicided: boolean;
2172 readonly type: 'Stopped' | 'Returned' | 'Suicided';2181 readonly type: 'Stopped' | 'Returned' | 'Suicided';
2173 }2182 }
21742183
2175 /** @name EvmCoreErrorExitError (246) */2184 /** @name EvmCoreErrorExitError (247) */
2176 export interface EvmCoreErrorExitError extends Enum {2185 export interface EvmCoreErrorExitError extends Enum {
2177 readonly isStackUnderflow: boolean;2186 readonly isStackUnderflow: boolean;
2178 readonly isStackOverflow: boolean;2187 readonly isStackOverflow: boolean;
2182 readonly isCallTooDeep: boolean;2191 readonly isCallTooDeep: boolean;
2183 readonly isCreateCollision: boolean;2192 readonly isCreateCollision: boolean;
2184 readonly isCreateContractLimit: boolean;2193 readonly isCreateContractLimit: boolean;
2185 readonly isInvalidCode: boolean;
2186 readonly isOutOfOffset: boolean;2194 readonly isOutOfOffset: boolean;
2187 readonly isOutOfGas: boolean;2195 readonly isOutOfGas: boolean;
2188 readonly isOutOfFund: boolean;2196 readonly isOutOfFund: boolean;
2189 readonly isPcUnderflow: boolean;2197 readonly isPcUnderflow: boolean;
2190 readonly isCreateEmpty: boolean;2198 readonly isCreateEmpty: boolean;
2191 readonly isOther: boolean;2199 readonly isOther: boolean;
2192 readonly asOther: Text;2200 readonly asOther: Text;
2201 readonly isInvalidCode: boolean;
2193 readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'InvalidCode' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other';2202 readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';
2194 }2203 }
21952204
2196 /** @name EvmCoreErrorExitRevert (249) */2205 /** @name EvmCoreErrorExitRevert (250) */
2197 export interface EvmCoreErrorExitRevert extends Enum {2206 export interface EvmCoreErrorExitRevert extends Enum {
2198 readonly isReverted: boolean;2207 readonly isReverted: boolean;
2199 readonly type: 'Reverted';2208 readonly type: 'Reverted';
2200 }2209 }
22012210
2202 /** @name EvmCoreErrorExitFatal (250) */2211 /** @name EvmCoreErrorExitFatal (251) */
2203 export interface EvmCoreErrorExitFatal extends Enum {2212 export interface EvmCoreErrorExitFatal extends Enum {
2204 readonly isNotSupported: boolean;2213 readonly isNotSupported: boolean;
2205 readonly isUnhandledInterrupt: boolean;2214 readonly isUnhandledInterrupt: boolean;
2210 readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';2219 readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';
2211 }2220 }
22122221
2213 /** @name FrameSystemPhase (251) */2222 /** @name FrameSystemPhase (252) */
2214 export interface FrameSystemPhase extends Enum {2223 export interface FrameSystemPhase extends Enum {
2215 readonly isApplyExtrinsic: boolean;2224 readonly isApplyExtrinsic: boolean;
2216 readonly asApplyExtrinsic: u32;2225 readonly asApplyExtrinsic: u32;
2219 readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';2228 readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
2220 }2229 }
22212230
2222 /** @name FrameSystemLastRuntimeUpgradeInfo (253) */2231 /** @name FrameSystemLastRuntimeUpgradeInfo (254) */
2223 export interface FrameSystemLastRuntimeUpgradeInfo extends Struct {2232 export interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
2224 readonly specVersion: Compact<u32>;2233 readonly specVersion: Compact<u32>;
2225 readonly specName: Text;2234 readonly specName: Text;
2226 }2235 }
22272236
2228 /** @name FrameSystemLimitsBlockWeights (254) */2237 /** @name FrameSystemLimitsBlockWeights (255) */
2229 export interface FrameSystemLimitsBlockWeights extends Struct {2238 export interface FrameSystemLimitsBlockWeights extends Struct {
2230 readonly baseBlock: u64;2239 readonly baseBlock: u64;
2231 readonly maxBlock: u64;2240 readonly maxBlock: u64;
2232 readonly perClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;2241 readonly perClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;
2233 }2242 }
22342243
2235 /** @name FrameSupportWeightsPerDispatchClassWeightsPerClass (255) */2244 /** @name FrameSupportWeightsPerDispatchClassWeightsPerClass (256) */
2236 export interface FrameSupportWeightsPerDispatchClassWeightsPerClass extends Struct {2245 export interface FrameSupportWeightsPerDispatchClassWeightsPerClass extends Struct {
2237 readonly normal: FrameSystemLimitsWeightsPerClass;2246 readonly normal: FrameSystemLimitsWeightsPerClass;
2238 readonly operational: FrameSystemLimitsWeightsPerClass;2247 readonly operational: FrameSystemLimitsWeightsPerClass;
2239 readonly mandatory: FrameSystemLimitsWeightsPerClass;2248 readonly mandatory: FrameSystemLimitsWeightsPerClass;
2240 }2249 }
22412250
2242 /** @name FrameSystemLimitsWeightsPerClass (256) */2251 /** @name FrameSystemLimitsWeightsPerClass (257) */
2243 export interface FrameSystemLimitsWeightsPerClass extends Struct {2252 export interface FrameSystemLimitsWeightsPerClass extends Struct {
2244 readonly baseExtrinsic: u64;2253 readonly baseExtrinsic: u64;
2245 readonly maxExtrinsic: Option<u64>;2254 readonly maxExtrinsic: Option<u64>;
2246 readonly maxTotal: Option<u64>;2255 readonly maxTotal: Option<u64>;
2247 readonly reserved: Option<u64>;2256 readonly reserved: Option<u64>;
2248 }2257 }
22492258
2250 /** @name FrameSystemLimitsBlockLength (258) */2259 /** @name FrameSystemLimitsBlockLength (259) */
2251 export interface FrameSystemLimitsBlockLength extends Struct {2260 export interface FrameSystemLimitsBlockLength extends Struct {
2252 readonly max: FrameSupportWeightsPerDispatchClassU32;2261 readonly max: FrameSupportWeightsPerDispatchClassU32;
2253 }2262 }
22542263
2255 /** @name FrameSupportWeightsPerDispatchClassU32 (259) */2264 /** @name FrameSupportWeightsPerDispatchClassU32 (260) */
2256 export interface FrameSupportWeightsPerDispatchClassU32 extends Struct {2265 export interface FrameSupportWeightsPerDispatchClassU32 extends Struct {
2257 readonly normal: u32;2266 readonly normal: u32;
2258 readonly operational: u32;2267 readonly operational: u32;
2259 readonly mandatory: u32;2268 readonly mandatory: u32;
2260 }2269 }
22612270
2262 /** @name FrameSupportWeightsRuntimeDbWeight (260) */2271 /** @name FrameSupportWeightsRuntimeDbWeight (261) */
2263 export interface FrameSupportWeightsRuntimeDbWeight extends Struct {2272 export interface FrameSupportWeightsRuntimeDbWeight extends Struct {
2264 readonly read: u64;2273 readonly read: u64;
2265 readonly write: u64;2274 readonly write: u64;
2266 }2275 }
22672276
2268 /** @name SpVersionRuntimeVersion (261) */2277 /** @name SpVersionRuntimeVersion (262) */
2269 export interface SpVersionRuntimeVersion extends Struct {2278 export interface SpVersionRuntimeVersion extends Struct {
2270 readonly specName: Text;2279 readonly specName: Text;
2271 readonly implName: Text;2280 readonly implName: Text;
2277 readonly stateVersion: u8;2286 readonly stateVersion: u8;
2278 }2287 }
22792288
2280 /** @name FrameSystemError (265) */2289 /** @name FrameSystemError (266) */
2281 export interface FrameSystemError extends Enum {2290 export interface FrameSystemError extends Enum {
2282 readonly isInvalidSpecName: boolean;2291 readonly isInvalidSpecName: boolean;
2283 readonly isSpecVersionNeedsToIncrease: boolean;2292 readonly isSpecVersionNeedsToIncrease: boolean;
2288 readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';2297 readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';
2289 }2298 }
22902299
2291 /** @name OrmlVestingModuleError (267) */2300 /** @name OrmlVestingModuleError (268) */
2292 export interface OrmlVestingModuleError extends Enum {2301 export interface OrmlVestingModuleError extends Enum {
2293 readonly isZeroVestingPeriod: boolean;2302 readonly isZeroVestingPeriod: boolean;
2294 readonly isZeroVestingPeriodCount: boolean;2303 readonly isZeroVestingPeriodCount: boolean;
2299 readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';2308 readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';
2300 }2309 }
23012310
2302 /** @name CumulusPalletXcmpQueueInboundChannelDetails (269) */2311 /** @name CumulusPalletXcmpQueueInboundChannelDetails (270) */
2303 export interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {2312 export interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {
2304 readonly sender: u32;2313 readonly sender: u32;
2305 readonly state: CumulusPalletXcmpQueueInboundState;2314 readonly state: CumulusPalletXcmpQueueInboundState;
2306 readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;2315 readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;
2307 }2316 }
23082317
2309 /** @name CumulusPalletXcmpQueueInboundState (270) */2318 /** @name CumulusPalletXcmpQueueInboundState (271) */
2310 export interface CumulusPalletXcmpQueueInboundState extends Enum {2319 export interface CumulusPalletXcmpQueueInboundState extends Enum {
2311 readonly isOk: boolean;2320 readonly isOk: boolean;
2312 readonly isSuspended: boolean;2321 readonly isSuspended: boolean;
2313 readonly type: 'Ok' | 'Suspended';2322 readonly type: 'Ok' | 'Suspended';
2314 }2323 }
23152324
2316 /** @name PolkadotParachainPrimitivesXcmpMessageFormat (273) */2325 /** @name PolkadotParachainPrimitivesXcmpMessageFormat (274) */
2317 export interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {2326 export interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {
2318 readonly isConcatenatedVersionedXcm: boolean;2327 readonly isConcatenatedVersionedXcm: boolean;
2319 readonly isConcatenatedEncodedBlob: boolean;2328 readonly isConcatenatedEncodedBlob: boolean;
2320 readonly isSignals: boolean;2329 readonly isSignals: boolean;
2321 readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';2330 readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';
2322 }2331 }
23232332
2324 /** @name CumulusPalletXcmpQueueOutboundChannelDetails (276) */2333 /** @name CumulusPalletXcmpQueueOutboundChannelDetails (277) */
2325 export interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {2334 export interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {
2326 readonly recipient: u32;2335 readonly recipient: u32;
2327 readonly state: CumulusPalletXcmpQueueOutboundState;2336 readonly state: CumulusPalletXcmpQueueOutboundState;
2330 readonly lastIndex: u16;2339 readonly lastIndex: u16;
2331 }2340 }
23322341
2333 /** @name CumulusPalletXcmpQueueOutboundState (277) */2342 /** @name CumulusPalletXcmpQueueOutboundState (278) */
2334 export interface CumulusPalletXcmpQueueOutboundState extends Enum {2343 export interface CumulusPalletXcmpQueueOutboundState extends Enum {
2335 readonly isOk: boolean;2344 readonly isOk: boolean;
2336 readonly isSuspended: boolean;2345 readonly isSuspended: boolean;
2337 readonly type: 'Ok' | 'Suspended';2346 readonly type: 'Ok' | 'Suspended';
2338 }2347 }
23392348
2340 /** @name CumulusPalletXcmpQueueQueueConfigData (279) */2349 /** @name CumulusPalletXcmpQueueQueueConfigData (280) */
2341 export interface CumulusPalletXcmpQueueQueueConfigData extends Struct {2350 export interface CumulusPalletXcmpQueueQueueConfigData extends Struct {
2342 readonly suspendThreshold: u32;2351 readonly suspendThreshold: u32;
2343 readonly dropThreshold: u32;2352 readonly dropThreshold: u32;
2347 readonly xcmpMaxIndividualWeight: u64;2356 readonly xcmpMaxIndividualWeight: u64;
2348 }2357 }
23492358
2350 /** @name CumulusPalletXcmpQueueError (281) */2359 /** @name CumulusPalletXcmpQueueError (282) */
2351 export interface CumulusPalletXcmpQueueError extends Enum {2360 export interface CumulusPalletXcmpQueueError extends Enum {
2352 readonly isFailedToSend: boolean;2361 readonly isFailedToSend: boolean;
2353 readonly isBadXcmOrigin: boolean;2362 readonly isBadXcmOrigin: boolean;
2357 readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';2366 readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';
2358 }2367 }
23592368
2360 /** @name PalletXcmError (282) */2369 /** @name PalletXcmError (283) */
2361 export interface PalletXcmError extends Enum {2370 export interface PalletXcmError extends Enum {
2362 readonly isUnreachable: boolean;2371 readonly isUnreachable: boolean;
2363 readonly isSendFailure: boolean;2372 readonly isSendFailure: boolean;
2375 readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';2384 readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';
2376 }2385 }
23772386
2378 /** @name CumulusPalletXcmError (283) */2387 /** @name CumulusPalletXcmError (284) */
2379 export type CumulusPalletXcmError = Null;2388 export type CumulusPalletXcmError = Null;
23802389
2381 /** @name CumulusPalletDmpQueueConfigData (284) */2390 /** @name CumulusPalletDmpQueueConfigData (285) */
2382 export interface CumulusPalletDmpQueueConfigData extends Struct {2391 export interface CumulusPalletDmpQueueConfigData extends Struct {
2383 readonly maxIndividual: u64;2392 readonly maxIndividual: u64;
2384 }2393 }
23852394
2386 /** @name CumulusPalletDmpQueuePageIndexData (285) */2395 /** @name CumulusPalletDmpQueuePageIndexData (286) */
2387 export interface CumulusPalletDmpQueuePageIndexData extends Struct {2396 export interface CumulusPalletDmpQueuePageIndexData extends Struct {
2388 readonly beginUsed: u32;2397 readonly beginUsed: u32;
2389 readonly endUsed: u32;2398 readonly endUsed: u32;
2390 readonly overweightCount: u64;2399 readonly overweightCount: u64;
2391 }2400 }
23922401
2393 /** @name CumulusPalletDmpQueueError (288) */2402 /** @name CumulusPalletDmpQueueError (289) */
2394 export interface CumulusPalletDmpQueueError extends Enum {2403 export interface CumulusPalletDmpQueueError extends Enum {
2395 readonly isUnknown: boolean;2404 readonly isUnknown: boolean;
2396 readonly isOverLimit: boolean;2405 readonly isOverLimit: boolean;
2397 readonly type: 'Unknown' | 'OverLimit';2406 readonly type: 'Unknown' | 'OverLimit';
2398 }2407 }
23992408
2400 /** @name PalletUniqueError (292) */2409 /** @name PalletUniqueError (293) */
2401 export interface PalletUniqueError extends Enum {2410 export interface PalletUniqueError extends Enum {
2402 readonly isCollectionDecimalPointLimitExceeded: boolean;2411 readonly isCollectionDecimalPointLimitExceeded: boolean;
2403 readonly isConfirmUnsetSponsorFail: boolean;2412 readonly isConfirmUnsetSponsorFail: boolean;
2404 readonly isEmptyArgument: boolean;2413 readonly isEmptyArgument: boolean;
2405 readonly type: 'CollectionDecimalPointLimitExceeded' | 'ConfirmUnsetSponsorFail' | 'EmptyArgument';2414 readonly type: 'CollectionDecimalPointLimitExceeded' | 'ConfirmUnsetSponsorFail' | 'EmptyArgument';
2406 }2415 }
24072416
2408 /** @name UpDataStructsCollection (293) */2417 /** @name UpDataStructsCollection (294) */
2409 export interface UpDataStructsCollection extends Struct {2418 export interface UpDataStructsCollection extends Struct {
2410 readonly owner: AccountId32;2419 readonly owner: AccountId32;
2411 readonly mode: UpDataStructsCollectionMode;2420 readonly mode: UpDataStructsCollectionMode;
2423 readonly metaUpdatePermission: UpDataStructsMetaUpdatePermission;2432 readonly metaUpdatePermission: UpDataStructsMetaUpdatePermission;
2424 }2433 }
24252434
2426 /** @name UpDataStructsSponsorshipState (294) */2435 /** @name UpDataStructsSponsorshipState (295) */
2427 export interface UpDataStructsSponsorshipState extends Enum {2436 export interface UpDataStructsSponsorshipState extends Enum {
2428 readonly isDisabled: boolean;2437 readonly isDisabled: boolean;
2429 readonly isUnconfirmed: boolean;2438 readonly isUnconfirmed: boolean;
2433 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';2442 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';
2434 }2443 }
24352444
2436 /** @name UpDataStructsCollectionStats (297) */2445 /** @name UpDataStructsCollectionStats (298) */
2437 export interface UpDataStructsCollectionStats extends Struct {2446 export interface UpDataStructsCollectionStats extends Struct {
2438 readonly created: u32;2447 readonly created: u32;
2439 readonly destroyed: u32;2448 readonly destroyed: u32;
2440 readonly alive: u32;2449 readonly alive: u32;
2441 }2450 }
24422451
2443 /** @name PalletCommonError (298) */2452 /** @name PalletCommonError (299) */
2444 export interface PalletCommonError extends Enum {2453 export interface PalletCommonError extends Enum {
2445 readonly isCollectionNotFound: boolean;2454 readonly isCollectionNotFound: boolean;
2446 readonly isMustBeTokenOwner: boolean;2455 readonly isMustBeTokenOwner: boolean;
2469 readonly type: 'CollectionNotFound' | 'MustBeTokenOwner' | 'NoPermission' | 'PublicMintingNotAllowed' | 'AddressNotInAllowlist' | 'CollectionNameLimitExceeded' | 'CollectionDescriptionLimitExceeded' | 'CollectionTokenPrefixLimitExceeded' | 'TotalCollectionsLimitExceeded' | 'TokenVariableDataLimitExceeded' | 'CollectionAdminCountExceeded' | 'CollectionLimitBoundsExceeded' | 'OwnerPermissionsCantBeReverted' | 'TransferNotAllowed' | 'AccountTokenLimitExceeded' | 'CollectionTokenLimitExceeded' | 'MetadataFlagFrozen' | 'TokenNotFound' | 'TokenValueTooLow' | 'ApprovedValueTooLow' | 'CantApproveMoreThanOwned' | 'AddressIsZero' | 'UnsupportedOperation' | 'NotSufficientFounds';2478 readonly type: 'CollectionNotFound' | 'MustBeTokenOwner' | 'NoPermission' | 'PublicMintingNotAllowed' | 'AddressNotInAllowlist' | 'CollectionNameLimitExceeded' | 'CollectionDescriptionLimitExceeded' | 'CollectionTokenPrefixLimitExceeded' | 'TotalCollectionsLimitExceeded' | 'TokenVariableDataLimitExceeded' | 'CollectionAdminCountExceeded' | 'CollectionLimitBoundsExceeded' | 'OwnerPermissionsCantBeReverted' | 'TransferNotAllowed' | 'AccountTokenLimitExceeded' | 'CollectionTokenLimitExceeded' | 'MetadataFlagFrozen' | 'TokenNotFound' | 'TokenValueTooLow' | 'ApprovedValueTooLow' | 'CantApproveMoreThanOwned' | 'AddressIsZero' | 'UnsupportedOperation' | 'NotSufficientFounds';
2470 }2479 }
24712480
2472 /** @name PalletFungibleError (300) */2481 /** @name PalletFungibleError (301) */
2473 export interface PalletFungibleError extends Enum {2482 export interface PalletFungibleError extends Enum {
2474 readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;2483 readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;
2475 readonly isFungibleItemsHaveNoId: boolean;2484 readonly isFungibleItemsHaveNoId: boolean;
2476 readonly isFungibleItemsDontHaveData: boolean;2485 readonly isFungibleItemsDontHaveData: boolean;
2477 readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData';2486 readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData';
2478 }2487 }
24792488
2480 /** @name PalletRefungibleItemData (301) */2489 /** @name PalletRefungibleItemData (302) */
2481 export interface PalletRefungibleItemData extends Struct {2490 export interface PalletRefungibleItemData extends Struct {
2482 readonly constData: Bytes;2491 readonly constData: Bytes;
2483 readonly variableData: Bytes;2492 readonly variableData: Bytes;
2484 }2493 }
24852494
2486 /** @name PalletRefungibleError (305) */2495 /** @name PalletRefungibleError (306) */
2487 export interface PalletRefungibleError extends Enum {2496 export interface PalletRefungibleError extends Enum {
2488 readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;2497 readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;
2489 readonly isWrongRefungiblePieces: boolean;2498 readonly isWrongRefungiblePieces: boolean;
2490 readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces';2499 readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces';
2491 }2500 }
24922501
2493 /** @name PalletNonfungibleItemData (306) */2502 /** @name PalletNonfungibleItemData (307) */
2494 export interface PalletNonfungibleItemData extends Struct {2503 export interface PalletNonfungibleItemData extends Struct {
2495 readonly constData: Bytes;2504 readonly constData: Bytes;
2496 readonly variableData: Bytes;2505 readonly variableData: Bytes;
2497 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2506 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;
2498 }2507 }
24992508
2500 /** @name PalletNonfungibleError (307) */2509 /** @name PalletNonfungibleError (308) */
2501 export interface PalletNonfungibleError extends Enum {2510 export interface PalletNonfungibleError extends Enum {
2502 readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;2511 readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;
2503 readonly isNonfungibleItemsHaveNoAmount: boolean;2512 readonly isNonfungibleItemsHaveNoAmount: boolean;
2504 readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount';2513 readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount';
2505 }2514 }
25062515
2507 /** @name PalletEvmError (309) */2516 /** @name PalletEvmError (310) */
2508 export interface PalletEvmError extends Enum {2517 export interface PalletEvmError extends Enum {
2509 readonly isBalanceLow: boolean;2518 readonly isBalanceLow: boolean;
2510 readonly isFeeOverflow: boolean;2519 readonly isFeeOverflow: boolean;
2515 readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce';2524 readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce';
2516 }2525 }
25172526
2518 /** @name FpRpcTransactionStatus (312) */2527 /** @name FpRpcTransactionStatus (313) */
2519 export interface FpRpcTransactionStatus extends Struct {2528 export interface FpRpcTransactionStatus extends Struct {
2520 readonly transactionHash: H256;2529 readonly transactionHash: H256;
2521 readonly transactionIndex: u32;2530 readonly transactionIndex: u32;
2526 readonly logsBloom: EthbloomBloom;2535 readonly logsBloom: EthbloomBloom;
2527 }2536 }
25282537
2529 /** @name EthbloomBloom (315) */2538 /** @name EthbloomBloom (316) */
2530 export interface EthbloomBloom extends U8aFixed {}2539 export interface EthbloomBloom extends U8aFixed {}
25312540
2532 /** @name EthereumReceiptReceiptV3 (317) */2541 /** @name EthereumReceiptReceiptV3 (318) */
2533 export interface EthereumReceiptReceiptV3 extends Enum {2542 export interface EthereumReceiptReceiptV3 extends Enum {
2534 readonly isLegacy: boolean;2543 readonly isLegacy: boolean;
2535 readonly asLegacy: EthereumReceiptEip658ReceiptData;2544 readonly asLegacy: EthereumReceiptEip658ReceiptData;
2540 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';2549 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
2541 }2550 }
25422551
2543 /** @name EthereumReceiptEip658ReceiptData (318) */2552 /** @name EthereumReceiptEip658ReceiptData (319) */
2544 export interface EthereumReceiptEip658ReceiptData extends Struct {2553 export interface EthereumReceiptEip658ReceiptData extends Struct {
2545 readonly statusCode: u8;2554 readonly statusCode: u8;
2546 readonly usedGas: U256;2555 readonly usedGas: U256;
2547 readonly logsBloom: EthbloomBloom;2556 readonly logsBloom: EthbloomBloom;
2548 readonly logs: Vec<EthereumLog>;2557 readonly logs: Vec<EthereumLog>;
2549 }2558 }
25502559
2551 /** @name EthereumBlock (319) */2560 /** @name EthereumBlock (320) */
2552 export interface EthereumBlock extends Struct {2561 export interface EthereumBlock extends Struct {
2553 readonly header: EthereumHeader;2562 readonly header: EthereumHeader;
2554 readonly transactions: Vec<EthereumTransactionTransactionV2>;2563 readonly transactions: Vec<EthereumTransactionTransactionV2>;
2555 readonly ommers: Vec<EthereumHeader>;2564 readonly ommers: Vec<EthereumHeader>;
2556 }2565 }
25572566
2558 /** @name EthereumHeader (320) */2567 /** @name EthereumHeader (321) */
2559 export interface EthereumHeader extends Struct {2568 export interface EthereumHeader extends Struct {
2560 readonly parentHash: H256;2569 readonly parentHash: H256;
2561 readonly ommersHash: H256;2570 readonly ommersHash: H256;
2574 readonly nonce: EthereumTypesHashH64;2583 readonly nonce: EthereumTypesHashH64;
2575 }2584 }
25762585
2577 /** @name EthereumTypesHashH64 (321) */2586 /** @name EthereumTypesHashH64 (322) */
2578 export interface EthereumTypesHashH64 extends U8aFixed {}2587 export interface EthereumTypesHashH64 extends U8aFixed {}
25792588
2580 /** @name PalletEthereumError (326) */2589 /** @name PalletEthereumError (327) */
2581 export interface PalletEthereumError extends Enum {2590 export interface PalletEthereumError extends Enum {
2582 readonly isInvalidSignature: boolean;2591 readonly isInvalidSignature: boolean;
2583 readonly isPreLogExists: boolean;2592 readonly isPreLogExists: boolean;
2584 readonly type: 'InvalidSignature' | 'PreLogExists';2593 readonly type: 'InvalidSignature' | 'PreLogExists';
2585 }2594 }
25862595
2587 /** @name PalletEvmCoderSubstrateError (327) */2596 /** @name PalletEvmCoderSubstrateError (328) */
2588 export interface PalletEvmCoderSubstrateError extends Enum {2597 export interface PalletEvmCoderSubstrateError extends Enum {
2589 readonly isOutOfGas: boolean;2598 readonly isOutOfGas: boolean;
2590 readonly isOutOfFund: boolean;2599 readonly isOutOfFund: boolean;
2591 readonly type: 'OutOfGas' | 'OutOfFund';2600 readonly type: 'OutOfGas' | 'OutOfFund';
2592 }2601 }
25932602
2594 /** @name PalletEvmContractHelpersSponsoringModeT (328) */2603 /** @name PalletEvmContractHelpersSponsoringModeT (329) */
2595 export interface PalletEvmContractHelpersSponsoringModeT extends Enum {2604 export interface PalletEvmContractHelpersSponsoringModeT extends Enum {
2596 readonly isDisabled: boolean;2605 readonly isDisabled: boolean;
2597 readonly isAllowlisted: boolean;2606 readonly isAllowlisted: boolean;
2598 readonly isGenerous: boolean;2607 readonly isGenerous: boolean;
2599 readonly type: 'Disabled' | 'Allowlisted' | 'Generous';2608 readonly type: 'Disabled' | 'Allowlisted' | 'Generous';
2600 }2609 }
26012610
2602 /** @name PalletEvmContractHelpersError (330) */2611 /** @name PalletEvmContractHelpersError (331) */
2603 export interface PalletEvmContractHelpersError extends Enum {2612 export interface PalletEvmContractHelpersError extends Enum {
2604 readonly isNoPermission: boolean;2613 readonly isNoPermission: boolean;
2605 readonly type: 'NoPermission';2614 readonly type: 'NoPermission';
2606 }2615 }
26072616
2608 /** @name PalletEvmMigrationError (331) */2617 /** @name PalletEvmMigrationError (332) */
2609 export interface PalletEvmMigrationError extends Enum {2618 export interface PalletEvmMigrationError extends Enum {
2610 readonly isAccountNotEmpty: boolean;2619 readonly isAccountNotEmpty: boolean;
2611 readonly isAccountIsNotMigrating: boolean;2620 readonly isAccountIsNotMigrating: boolean;
2612 readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating';2621 readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating';
2613 }2622 }
26142623
2615 /** @name SpRuntimeMultiSignature (333) */2624 /** @name SpRuntimeMultiSignature (334) */
2616 export interface SpRuntimeMultiSignature extends Enum {2625 export interface SpRuntimeMultiSignature extends Enum {
2617 readonly isEd25519: boolean;2626 readonly isEd25519: boolean;
2618 readonly asEd25519: SpCoreEd25519Signature;2627 readonly asEd25519: SpCoreEd25519Signature;
2623 readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';2632 readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';
2624 }2633 }
26252634
2626 /** @name SpCoreEd25519Signature (334) */2635 /** @name SpCoreEd25519Signature (335) */
2627 export interface SpCoreEd25519Signature extends U8aFixed {}2636 export interface SpCoreEd25519Signature extends U8aFixed {}
26282637
2629 /** @name SpCoreSr25519Signature (336) */2638 /** @name SpCoreSr25519Signature (337) */
2630 export interface SpCoreSr25519Signature extends U8aFixed {}2639 export interface SpCoreSr25519Signature extends U8aFixed {}
26312640
2632 /** @name SpCoreEcdsaSignature (337) */2641 /** @name SpCoreEcdsaSignature (338) */
2633 export interface SpCoreEcdsaSignature extends U8aFixed {}2642 export interface SpCoreEcdsaSignature extends U8aFixed {}
26342643
2635 /** @name FrameSystemExtensionsCheckSpecVersion (340) */2644 /** @name FrameSystemExtensionsCheckSpecVersion (341) */
2636 export type FrameSystemExtensionsCheckSpecVersion = Null;2645 export type FrameSystemExtensionsCheckSpecVersion = Null;
26372646
2638 /** @name FrameSystemExtensionsCheckGenesis (341) */2647 /** @name FrameSystemExtensionsCheckGenesis (342) */
2639 export type FrameSystemExtensionsCheckGenesis = Null;2648 export type FrameSystemExtensionsCheckGenesis = Null;
26402649
2641 /** @name FrameSystemExtensionsCheckNonce (344) */2650 /** @name FrameSystemExtensionsCheckNonce (345) */
2642 export interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}2651 export interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}
26432652
2644 /** @name FrameSystemExtensionsCheckWeight (345) */2653 /** @name FrameSystemExtensionsCheckWeight (346) */
2645 export type FrameSystemExtensionsCheckWeight = Null;2654 export type FrameSystemExtensionsCheckWeight = Null;
26462655
2647 /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (346) */2656 /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (347) */
2648 export interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}2657 export interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}
26492658
2650 /** @name OpalRuntimeRuntime (347) */2659 /** @name OpalRuntimeRuntime (348) */
2651 export type OpalRuntimeRuntime = Null;2660 export type OpalRuntimeRuntime = Null;
26522661
2653} // declare module2662} // declare module
modifiedtests/src/interfaces/unique/types.tsdiffbeforeafterboth
7import type { Event } from '@polkadot/types/interfaces/system';7import type { Event } from '@polkadot/types/interfaces/system';
88
9/** @name BTreeSet */9/** @name BTreeSet */
10export interface BTreeSet extends Vec<Bytes> {}10export interface BTreeSet extends BTreeSet<Bytes> {}
1111
12/** @name CumulusPalletDmpQueueCall */12/** @name CumulusPalletDmpQueueCall */
13export interface CumulusPalletDmpQueueCall extends Enum {13export interface CumulusPalletDmpQueueCall extends Enum {
108export interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {108export interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {
109 readonly dmqMqcHead: H256;109 readonly dmqMqcHead: H256;
110 readonly relayDispatchQueueSize: ITuple<[u32, u32]>;110 readonly relayDispatchQueueSize: ITuple<[u32, u32]>;
111 readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV1AbridgedHrmpChannel]>>;111 readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;
112 readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV1AbridgedHrmpChannel]>>;112 readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;
113}113}
114114
115/** @name CumulusPalletXcmCall */115/** @name CumulusPalletXcmCall */
238238
239/** @name CumulusPrimitivesParachainInherentParachainInherentData */239/** @name CumulusPrimitivesParachainInherentParachainInherentData */
240export interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {240export interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {
241 readonly validationData: PolkadotPrimitivesV1PersistedValidationData;241 readonly validationData: PolkadotPrimitivesV2PersistedValidationData;
242 readonly relayChainState: SpTrieStorageProof;242 readonly relayChainState: SpTrieStorageProof;
243 readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;243 readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;
244 readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;244 readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;
386 readonly isCallTooDeep: boolean;386 readonly isCallTooDeep: boolean;
387 readonly isCreateCollision: boolean;387 readonly isCreateCollision: boolean;
388 readonly isCreateContractLimit: boolean;388 readonly isCreateContractLimit: boolean;
389 readonly isInvalidCode: boolean;
390 readonly isOutOfOffset: boolean;389 readonly isOutOfOffset: boolean;
391 readonly isOutOfGas: boolean;390 readonly isOutOfGas: boolean;
392 readonly isOutOfFund: boolean;391 readonly isOutOfFund: boolean;
393 readonly isPcUnderflow: boolean;392 readonly isPcUnderflow: boolean;
394 readonly isCreateEmpty: boolean;393 readonly isCreateEmpty: boolean;
395 readonly isOther: boolean;394 readonly isOther: boolean;
396 readonly asOther: Text;395 readonly asOther: Text;
396 readonly isInvalidCode: boolean;
397 readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'InvalidCode' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other';397 readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';
398}398}
399399
400/** @name EvmCoreErrorExitFatal */400/** @name EvmCoreErrorExitFatal */
1593 readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';1593 readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';
1594}1594}
15951595
1596/** @name PolkadotPrimitivesV1AbridgedHostConfiguration */1596/** @name PolkadotPrimitivesV2AbridgedHostConfiguration */
1597export interface PolkadotPrimitivesV1AbridgedHostConfiguration extends Struct {1597export interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {
1598 readonly maxCodeSize: u32;1598 readonly maxCodeSize: u32;
1599 readonly maxHeadDataSize: u32;1599 readonly maxHeadDataSize: u32;
1600 readonly maxUpwardQueueCount: u32;1600 readonly maxUpwardQueueCount: u32;
1606 readonly validationUpgradeDelay: u32;1606 readonly validationUpgradeDelay: u32;
1607}1607}
16081608
1609/** @name PolkadotPrimitivesV1AbridgedHrmpChannel */1609/** @name PolkadotPrimitivesV2AbridgedHrmpChannel */
1610export interface PolkadotPrimitivesV1AbridgedHrmpChannel extends Struct {1610export interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {
1611 readonly maxCapacity: u32;1611 readonly maxCapacity: u32;
1612 readonly maxTotalSize: u32;1612 readonly maxTotalSize: u32;
1613 readonly maxMessageSize: u32;1613 readonly maxMessageSize: u32;
1616 readonly mqcHead: Option<H256>;1616 readonly mqcHead: Option<H256>;
1617}1617}
16181618
1619/** @name PolkadotPrimitivesV1PersistedValidationData */1619/** @name PolkadotPrimitivesV2PersistedValidationData */
1620export interface PolkadotPrimitivesV1PersistedValidationData extends Struct {1620export interface PolkadotPrimitivesV2PersistedValidationData extends Struct {
1621 readonly parentHead: Bytes;1621 readonly parentHead: Bytes;
1622 readonly relayParentNumber: u32;1622 readonly relayParentNumber: u32;
1623 readonly relayParentStorageRoot: H256;1623 readonly relayParentStorageRoot: H256;
1624 readonly maxPovSize: u32;1624 readonly maxPovSize: u32;
1625}1625}
16261626
1627/** @name PolkadotPrimitivesV1UpgradeRestriction */1627/** @name PolkadotPrimitivesV2UpgradeRestriction */
1628export interface PolkadotPrimitivesV1UpgradeRestriction extends Enum {1628export interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {
1629 readonly isPresent: boolean;1629 readonly isPresent: boolean;
1630 readonly type: 'Present';1630 readonly type: 'Present';
1631}1631}
1680 readonly asToken: SpRuntimeTokenError;1680 readonly asToken: SpRuntimeTokenError;
1681 readonly isArithmetic: boolean;1681 readonly isArithmetic: boolean;
1682 readonly asArithmetic: SpRuntimeArithmeticError;1682 readonly asArithmetic: SpRuntimeArithmeticError;
1683 readonly isTransactional: boolean;
1684 readonly asTransactional: SpRuntimeTransactionalError;
1683 readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic';1685 readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional';
1684}1686}
16851687
1686/** @name SpRuntimeModuleError */1688/** @name SpRuntimeModuleError */
1687export interface SpRuntimeModuleError extends Struct {1689export interface SpRuntimeModuleError extends Struct {
1688 readonly index: u8;1690 readonly index: u8;
1689 readonly error: u8;1691 readonly error: U8aFixed;
1690}1692}
16911693
1692/** @name SpRuntimeMultiSignature */1694/** @name SpRuntimeMultiSignature */
1712 readonly type: 'NoFunds' | 'WouldDie' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported';1714 readonly type: 'NoFunds' | 'WouldDie' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported';
1713}1715}
1716
1717/** @name SpRuntimeTransactionalError */
1718export interface SpRuntimeTransactionalError extends Enum {
1719 readonly isLimitReached: boolean;
1720 readonly isNoLayer: boolean;
1721 readonly type: 'LimitReached' | 'NoLayer';
1722}
17141723
1715/** @name SpTrieStorageProof */1724/** @name SpTrieStorageProof */
1716export interface SpTrieStorageProof extends Struct {1725export interface SpTrieStorageProof extends Struct {
modifiedtests/yarn.lockdiffbeforeafterboth
9 dependencies:9 dependencies:
10 "@jridgewell/trace-mapping" "^0.3.0"10 "@jridgewell/trace-mapping" "^0.3.0"
1111
12"@babel/cli@^7.17.3":12"@babel/cli@^7.17.10":
13 version "7.17.3"13 version "7.17.10"
14 resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.17.3.tgz#0ccb93a348d0e3a4ff8776a63dbeefd329f7b3cc"14 resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.17.10.tgz#5ea0bf6298bb78f3b59c7c06954f9bd1c79d5943"
15 integrity sha512-1+WRlh1IqLocOp122CLx4if345RSHMspwIZNJTlqG/GA46HVZC6p49N1kolfdd2/GOdr+tu4nScbAR3ACJ2ZiA==15 integrity sha512-OygVO1M2J4yPMNOW9pb+I6kFGpQK77HmG44Oz3hg8xQIl5L/2zq+ZohwAdSaqYgVwM0SfmPHZHphH4wR8qzVYw==
16 dependencies:16 dependencies:
17 "@jridgewell/trace-mapping" "^0.3.4"17 "@jridgewell/trace-mapping" "^0.3.8"
18 commander "^4.0.1"18 commander "^4.0.1"
19 convert-source-map "^1.1.0"19 convert-source-map "^1.1.0"
20 fs-readdir-recursive "^1.1.0"20 fs-readdir-recursive "^1.1.0"
21 glob "^7.0.0"21 glob "^7.0.0"
22 make-dir "^2.1.0"22 make-dir "^2.1.0"
23 slash "^2.0.0"23 slash "^2.0.0"
24 source-map "^0.5.0"
25 optionalDependencies:24 optionalDependencies:
26 "@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3"25 "@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3"
27 chokidar "^3.4.0"26 chokidar "^3.4.0"
33 dependencies:32 dependencies:
34 "@babel/highlight" "^7.16.7"33 "@babel/highlight" "^7.16.7"
3534
36"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.4", "@babel/compat-data@^7.16.8", "@babel/compat-data@^7.17.0":35"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.4", "@babel/compat-data@^7.17.0":
37 version "7.17.0"36 version "7.17.0"
38 resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.0.tgz#86850b8597ea6962089770952075dcaabb8dba34"37 resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.0.tgz#86850b8597ea6962089770952075dcaabb8dba34"
39 integrity sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng==38 integrity sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng==
4039
41"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.17.2", "@babel/core@^7.17.4", "@babel/core@^7.7.2", "@babel/core@^7.8.0":40"@babel/compat-data@^7.17.10":
41 version "7.17.10"
42 resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
43 integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==
44
45"@babel/core@^7.11.6", "@babel/core@^7.17.10":
46 version "7.17.10"
47 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.10.tgz#74ef0fbf56b7dfc3f198fc2d927f4f03e12f4b05"
48 integrity sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA==
49 dependencies:
50 "@ampproject/remapping" "^2.1.0"
51 "@babel/code-frame" "^7.16.7"
52 "@babel/generator" "^7.17.10"
53 "@babel/helper-compilation-targets" "^7.17.10"
54 "@babel/helper-module-transforms" "^7.17.7"
55 "@babel/helpers" "^7.17.9"
56 "@babel/parser" "^7.17.10"
57 "@babel/template" "^7.16.7"
58 "@babel/traverse" "^7.17.10"
59 "@babel/types" "^7.17.10"
60 convert-source-map "^1.7.0"
61 debug "^4.1.0"
62 gensync "^1.0.0-beta.2"
63 json5 "^2.2.1"
64 semver "^6.3.0"
65
66"@babel/core@^7.12.3":
42 version "7.17.5"67 version "7.17.5"
43 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.5.tgz#6cd2e836058c28f06a4ca8ee7ed955bbf37c8225"68 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.5.tgz#6cd2e836058c28f06a4ca8ee7ed955bbf37c8225"
44 integrity sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==69 integrity sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==
59 json5 "^2.1.2"84 json5 "^2.1.2"
60 semver "^6.3.0"85 semver "^6.3.0"
6186
87"@babel/generator@^7.17.10":
88 version "7.17.10"
89 resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.10.tgz#c281fa35b0c349bbe9d02916f4ae08fc85ed7189"
90 integrity sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg==
91 dependencies:
92 "@babel/types" "^7.17.10"
93 "@jridgewell/gen-mapping" "^0.1.0"
94 jsesc "^2.5.1"
95
62"@babel/generator@^7.17.3", "@babel/generator@^7.7.2":96"@babel/generator@^7.17.3", "@babel/generator@^7.7.2":
63 version "7.17.3"97 version "7.17.3"
64 resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200"98 resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200"
93 browserslist "^4.17.5"127 browserslist "^4.17.5"
94 semver "^6.3.0"128 semver "^6.3.0"
95129
130"@babel/helper-compilation-targets@^7.17.10":
131 version "7.17.10"
132 resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz#09c63106d47af93cf31803db6bc49fef354e2ebe"
133 integrity sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==
134 dependencies:
135 "@babel/compat-data" "^7.17.10"
136 "@babel/helper-validator-option" "^7.16.7"
137 browserslist "^4.20.2"
138 semver "^6.3.0"
139
96"@babel/helper-create-class-features-plugin@^7.16.10", "@babel/helper-create-class-features-plugin@^7.16.7":140"@babel/helper-create-class-features-plugin@^7.16.10", "@babel/helper-create-class-features-plugin@^7.16.7":
97 version "7.17.1"141 version "7.17.1"
98 resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.1.tgz#9699f14a88833a7e055ce57dcd3ffdcd25186b21"142 resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.1.tgz#9699f14a88833a7e055ce57dcd3ffdcd25186b21"
106 "@babel/helper-replace-supers" "^7.16.7"150 "@babel/helper-replace-supers" "^7.16.7"
107 "@babel/helper-split-export-declaration" "^7.16.7"151 "@babel/helper-split-export-declaration" "^7.16.7"
108152
109"@babel/helper-create-regexp-features-plugin@^7.16.7":153"@babel/helper-create-class-features-plugin@^7.17.6":
154 version "7.17.9"
155 resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.9.tgz#71835d7fb9f38bd9f1378e40a4c0902fdc2ea49d"
156 integrity sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ==
157 dependencies:
158 "@babel/helper-annotate-as-pure" "^7.16.7"
159 "@babel/helper-environment-visitor" "^7.16.7"
160 "@babel/helper-function-name" "^7.17.9"
161 "@babel/helper-member-expression-to-functions" "^7.17.7"
162 "@babel/helper-optimise-call-expression" "^7.16.7"
163 "@babel/helper-replace-supers" "^7.16.7"
164 "@babel/helper-split-export-declaration" "^7.16.7"
165
166"@babel/helper-create-regexp-features-plugin@^7.16.7", "@babel/helper-create-regexp-features-plugin@^7.17.0":
110 version "7.17.0"167 version "7.17.0"
111 resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.0.tgz#1dcc7d40ba0c6b6b25618997c5dbfd310f186fe1"168 resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.0.tgz#1dcc7d40ba0c6b6b25618997c5dbfd310f186fe1"
112 integrity sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA==169 integrity sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA==
151 "@babel/template" "^7.16.7"208 "@babel/template" "^7.16.7"
152 "@babel/types" "^7.16.7"209 "@babel/types" "^7.16.7"
153210
211"@babel/helper-function-name@^7.17.9":
212 version "7.17.9"
213 resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz#136fcd54bc1da82fcb47565cf16fd8e444b1ff12"
214 integrity sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==
215 dependencies:
216 "@babel/template" "^7.16.7"
217 "@babel/types" "^7.17.0"
218
154"@babel/helper-get-function-arity@^7.16.7":219"@babel/helper-get-function-arity@^7.16.7":
155 version "7.16.7"220 version "7.16.7"
156 resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419"221 resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419"
172 dependencies:237 dependencies:
173 "@babel/types" "^7.16.7"238 "@babel/types" "^7.16.7"
174239
240"@babel/helper-member-expression-to-functions@^7.17.7":
241 version "7.17.7"
242 resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz#a34013b57d8542a8c4ff8ba3f747c02452a4d8c4"
243 integrity sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==
244 dependencies:
245 "@babel/types" "^7.17.0"
246
175"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.0", "@babel/helper-module-imports@^7.16.7":247"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.0", "@babel/helper-module-imports@^7.16.7":
176 version "7.16.7"248 version "7.16.7"
177 resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437"249 resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437"
193 "@babel/traverse" "^7.16.7"265 "@babel/traverse" "^7.16.7"
194 "@babel/types" "^7.16.7"266 "@babel/types" "^7.16.7"
195267
268"@babel/helper-module-transforms@^7.17.7":
269 version "7.17.7"
270 resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz#3943c7f777139e7954a5355c815263741a9c1cbd"
271 integrity sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==
272 dependencies:
273 "@babel/helper-environment-visitor" "^7.16.7"
274 "@babel/helper-module-imports" "^7.16.7"
275 "@babel/helper-simple-access" "^7.17.7"
276 "@babel/helper-split-export-declaration" "^7.16.7"
277 "@babel/helper-validator-identifier" "^7.16.7"
278 "@babel/template" "^7.16.7"
279 "@babel/traverse" "^7.17.3"
280 "@babel/types" "^7.17.0"
281
196"@babel/helper-optimise-call-expression@^7.16.7":282"@babel/helper-optimise-call-expression@^7.16.7":
197 version "7.16.7"283 version "7.16.7"
198 resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz#a34e3560605abbd31a18546bd2aad3e6d9a174f2"284 resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz#a34e3560605abbd31a18546bd2aad3e6d9a174f2"
232 dependencies:318 dependencies:
233 "@babel/types" "^7.16.7"319 "@babel/types" "^7.16.7"
234320
321"@babel/helper-simple-access@^7.17.7":
322 version "7.17.7"
323 resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz#aaa473de92b7987c6dfa7ce9a7d9674724823367"
324 integrity sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==
325 dependencies:
326 "@babel/types" "^7.17.0"
327
235"@babel/helper-skip-transparent-expression-wrappers@^7.16.0":328"@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
236 version "7.16.0"329 version "7.16.0"
237 resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09"330 resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09"
275 "@babel/traverse" "^7.17.0"368 "@babel/traverse" "^7.17.0"
276 "@babel/types" "^7.17.0"369 "@babel/types" "^7.17.0"
277370
371"@babel/helpers@^7.17.9":
372 version "7.17.9"
373 resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.9.tgz#b2af120821bfbe44f9907b1826e168e819375a1a"
374 integrity sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==
375 dependencies:
376 "@babel/template" "^7.16.7"
377 "@babel/traverse" "^7.17.9"
378 "@babel/types" "^7.17.0"
379
278"@babel/highlight@^7.16.7":380"@babel/highlight@^7.16.7":
279 version "7.16.10"381 version "7.16.10"
280 resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.10.tgz#744f2eb81579d6eea753c227b0f570ad785aba88"382 resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.10.tgz#744f2eb81579d6eea753c227b0f570ad785aba88"
289 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0"391 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0"
290 integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==392 integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==
291393
394"@babel/parser@^7.17.10":
395 version "7.17.10"
396 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.10.tgz#873b16db82a8909e0fbd7f115772f4b739f6ce78"
397 integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==
398
292"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":399"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
293 version "7.16.7"400 version "7.16.7"
294 resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"401 resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
322 "@babel/helper-create-class-features-plugin" "^7.16.7"429 "@babel/helper-create-class-features-plugin" "^7.16.7"
323 "@babel/helper-plugin-utils" "^7.16.7"430 "@babel/helper-plugin-utils" "^7.16.7"
324431
325"@babel/plugin-proposal-class-static-block@^7.16.7":432"@babel/plugin-proposal-class-static-block@^7.17.6":
326 version "7.16.7"433 version "7.17.6"
327 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.16.7.tgz#712357570b612106ef5426d13dc433ce0f200c2a"434 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.17.6.tgz#164e8fd25f0d80fa48c5a4d1438a6629325ad83c"
328 integrity sha512-dgqJJrcZoG/4CkMopzhPJjGxsIe9A8RlkQLnL/Vhhx8AA9ZuaRwGSlscSh42hazc7WSrya/IK7mTeoF0DP9tEw==435 integrity sha512-X/tididvL2zbs7jZCeeRJ8167U/+Ac135AM6jCAx6gYXDUviZV5Ku9UDvWS2NCuWlFjIRXklYhwo6HhAC7ETnA==
329 dependencies:436 dependencies:
330 "@babel/helper-create-class-features-plugin" "^7.16.7"437 "@babel/helper-create-class-features-plugin" "^7.17.6"
331 "@babel/helper-plugin-utils" "^7.16.7"438 "@babel/helper-plugin-utils" "^7.16.7"
332 "@babel/plugin-syntax-class-static-block" "^7.14.5"439 "@babel/plugin-syntax-class-static-block" "^7.14.5"
333440
379 "@babel/helper-plugin-utils" "^7.16.7"486 "@babel/helper-plugin-utils" "^7.16.7"
380 "@babel/plugin-syntax-numeric-separator" "^7.10.4"487 "@babel/plugin-syntax-numeric-separator" "^7.10.4"
381488
382"@babel/plugin-proposal-object-rest-spread@^7.16.7":489"@babel/plugin-proposal-object-rest-spread@^7.17.3":
383 version "7.17.3"490 version "7.17.3"
384 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.17.3.tgz#d9eb649a54628a51701aef7e0ea3d17e2b9dd390"491 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.17.3.tgz#d9eb649a54628a51701aef7e0ea3d17e2b9dd390"
385 integrity sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==492 integrity sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==
610 dependencies:717 dependencies:
611 "@babel/helper-plugin-utils" "^7.16.7"718 "@babel/helper-plugin-utils" "^7.16.7"
612719
613"@babel/plugin-transform-destructuring@^7.16.7":720"@babel/plugin-transform-destructuring@^7.17.7":
614 version "7.17.3"721 version "7.17.7"
615 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.17.3.tgz#c445f75819641788a27a0a3a759d9df911df6abc"722 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.17.7.tgz#49dc2675a7afa9a5e4c6bdee636061136c3408d1"
616 integrity sha512-dDFzegDYKlPqa72xIlbmSkly5MluLoaC1JswABGktyt6NTXSBcUuse/kWE/wvKFWJHPETpi158qJZFS3JmykJg==723 integrity sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ==
617 dependencies:724 dependencies:
618 "@babel/helper-plugin-utils" "^7.16.7"725 "@babel/helper-plugin-utils" "^7.16.7"
619726
679 "@babel/helper-plugin-utils" "^7.16.7"786 "@babel/helper-plugin-utils" "^7.16.7"
680 babel-plugin-dynamic-import-node "^2.3.3"787 babel-plugin-dynamic-import-node "^2.3.3"
681788
682"@babel/plugin-transform-modules-commonjs@^7.16.8":789"@babel/plugin-transform-modules-commonjs@^7.17.9":
683 version "7.16.8"790 version "7.17.9"
684 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz#cdee19aae887b16b9d331009aa9a219af7c86afe"791 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.17.9.tgz#274be1a2087beec0254d4abd4d86e52442e1e5b6"
685 integrity sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==792 integrity sha512-2TBFd/r2I6VlYn0YRTz2JdazS+FoUuQ2rIFHoAxtyP/0G3D82SBLaRq9rnUkpqlLg03Byfl/+M32mpxjO6KaPw==
686 dependencies:793 dependencies:
687 "@babel/helper-module-transforms" "^7.16.7"794 "@babel/helper-module-transforms" "^7.17.7"
688 "@babel/helper-plugin-utils" "^7.16.7"795 "@babel/helper-plugin-utils" "^7.16.7"
689 "@babel/helper-simple-access" "^7.16.7"796 "@babel/helper-simple-access" "^7.17.7"
690 babel-plugin-dynamic-import-node "^2.3.3"797 babel-plugin-dynamic-import-node "^2.3.3"
691798
692"@babel/plugin-transform-modules-systemjs@^7.16.7":799"@babel/plugin-transform-modules-systemjs@^7.17.8":
693 version "7.16.7"800 version "7.17.8"
694 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.7.tgz#887cefaef88e684d29558c2b13ee0563e287c2d7"801 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.17.8.tgz#81fd834024fae14ea78fbe34168b042f38703859"
695 integrity sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw==802 integrity sha512-39reIkMTUVagzgA5x88zDYXPCMT6lcaRKs1+S9K6NKBPErbgO/w/kP8GlNQTC87b412ZTlmNgr3k2JrWgHH+Bw==
696 dependencies:803 dependencies:
697 "@babel/helper-hoist-variables" "^7.16.7"804 "@babel/helper-hoist-variables" "^7.16.7"
698 "@babel/helper-module-transforms" "^7.16.7"805 "@babel/helper-module-transforms" "^7.17.7"
699 "@babel/helper-plugin-utils" "^7.16.7"806 "@babel/helper-plugin-utils" "^7.16.7"
700 "@babel/helper-validator-identifier" "^7.16.7"807 "@babel/helper-validator-identifier" "^7.16.7"
701 babel-plugin-dynamic-import-node "^2.3.3"808 babel-plugin-dynamic-import-node "^2.3.3"
708 "@babel/helper-module-transforms" "^7.16.7"815 "@babel/helper-module-transforms" "^7.16.7"
709 "@babel/helper-plugin-utils" "^7.16.7"816 "@babel/helper-plugin-utils" "^7.16.7"
710817
711"@babel/plugin-transform-named-capturing-groups-regex@^7.16.8":818"@babel/plugin-transform-named-capturing-groups-regex@^7.17.10":
712 version "7.16.8"819 version "7.17.10"
713 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz#7f860e0e40d844a02c9dcf9d84965e7dfd666252"820 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.17.10.tgz#715dbcfafdb54ce8bccd3d12e8917296a4ba66a4"
714 integrity sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==821 integrity sha512-v54O6yLaJySCs6mGzaVOUw9T967GnH38T6CQSAtnzdNPwu84l2qAjssKzo/WSO8Yi7NF+7ekm5cVbF/5qiIgNA==
715 dependencies:822 dependencies:
716 "@babel/helper-create-regexp-features-plugin" "^7.16.7"823 "@babel/helper-create-regexp-features-plugin" "^7.17.0"
717824
718"@babel/plugin-transform-new-target@^7.16.7":825"@babel/plugin-transform-new-target@^7.16.7":
719 version "7.16.7"826 version "7.16.7"
777 "@babel/helper-annotate-as-pure" "^7.16.7"884 "@babel/helper-annotate-as-pure" "^7.16.7"
778 "@babel/helper-plugin-utils" "^7.16.7"885 "@babel/helper-plugin-utils" "^7.16.7"
779886
780"@babel/plugin-transform-regenerator@^7.16.7":887"@babel/plugin-transform-regenerator@^7.17.9":
781 version "7.16.7"888 version "7.17.9"
782 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.7.tgz#9e7576dc476cb89ccc5096fff7af659243b4adeb"889 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.17.9.tgz#0a33c3a61cf47f45ed3232903683a0afd2d3460c"
783 integrity sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==890 integrity sha512-Lc2TfbxR1HOyn/c6b4Y/b6NHoTb67n/IoWLxTu4kC7h4KQnWlhCq2S8Tx0t2SVvv5Uu87Hs+6JEJ5kt2tYGylQ==
784 dependencies:891 dependencies:
785 regenerator-transform "^0.14.2"892 regenerator-transform "^0.15.0"
786893
787"@babel/plugin-transform-reserved-words@^7.16.7":894"@babel/plugin-transform-reserved-words@^7.16.7":
788 version "7.16.7"895 version "7.16.7"
791 dependencies:898 dependencies:
792 "@babel/helper-plugin-utils" "^7.16.7"899 "@babel/helper-plugin-utils" "^7.16.7"
793900
794"@babel/plugin-transform-runtime@^7.17.0":901"@babel/plugin-transform-runtime@^7.17.10":
795 version "7.17.0"902 version "7.17.10"
796 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.0.tgz#0a2e08b5e2b2d95c4b1d3b3371a2180617455b70"903 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.10.tgz#b89d821c55d61b5e3d3c3d1d636d8d5a81040ae1"
797 integrity sha512-fr7zPWnKXNc1xoHfrIU9mN/4XKX4VLZ45Q+oMhfsYIaHvg7mHgmhfOy/ckRWqDK7XF3QDigRpkh5DKq6+clE8A==904 integrity sha512-6jrMilUAJhktTr56kACL8LnWC5hx3Lf27BS0R0DSyW/OoJfb/iTHeE96V3b1dgKG3FSFdd/0culnYWMkjcKCig==
798 dependencies:905 dependencies:
799 "@babel/helper-module-imports" "^7.16.7"906 "@babel/helper-module-imports" "^7.16.7"
800 "@babel/helper-plugin-utils" "^7.16.7"907 "@babel/helper-plugin-utils" "^7.16.7"
863 "@babel/helper-create-regexp-features-plugin" "^7.16.7"970 "@babel/helper-create-regexp-features-plugin" "^7.16.7"
864 "@babel/helper-plugin-utils" "^7.16.7"971 "@babel/helper-plugin-utils" "^7.16.7"
865972
866"@babel/preset-env@^7.16.11":973"@babel/preset-env@^7.17.10":
867 version "7.16.11"974 version "7.17.10"
868 resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.11.tgz#5dd88fd885fae36f88fd7c8342475c9f0abe2982"975 resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.17.10.tgz#a81b093669e3eb6541bb81a23173c5963c5de69c"
869 integrity sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==976 integrity sha512-YNgyBHZQpeoBSRBg0xixsZzfT58Ze1iZrajvv0lJc70qDDGuGfonEnMGfWeSY0mQ3JTuCWFbMkzFRVafOyJx4g==
870 dependencies:977 dependencies:
871 "@babel/compat-data" "^7.16.8"978 "@babel/compat-data" "^7.17.10"
872 "@babel/helper-compilation-targets" "^7.16.7"979 "@babel/helper-compilation-targets" "^7.17.10"
873 "@babel/helper-plugin-utils" "^7.16.7"980 "@babel/helper-plugin-utils" "^7.16.7"
874 "@babel/helper-validator-option" "^7.16.7"981 "@babel/helper-validator-option" "^7.16.7"
875 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.7"982 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.7"
876 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.7"983 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.7"
877 "@babel/plugin-proposal-async-generator-functions" "^7.16.8"984 "@babel/plugin-proposal-async-generator-functions" "^7.16.8"
878 "@babel/plugin-proposal-class-properties" "^7.16.7"985 "@babel/plugin-proposal-class-properties" "^7.16.7"
879 "@babel/plugin-proposal-class-static-block" "^7.16.7"986 "@babel/plugin-proposal-class-static-block" "^7.17.6"
880 "@babel/plugin-proposal-dynamic-import" "^7.16.7"987 "@babel/plugin-proposal-dynamic-import" "^7.16.7"
881 "@babel/plugin-proposal-export-namespace-from" "^7.16.7"988 "@babel/plugin-proposal-export-namespace-from" "^7.16.7"
882 "@babel/plugin-proposal-json-strings" "^7.16.7"989 "@babel/plugin-proposal-json-strings" "^7.16.7"
883 "@babel/plugin-proposal-logical-assignment-operators" "^7.16.7"990 "@babel/plugin-proposal-logical-assignment-operators" "^7.16.7"
884 "@babel/plugin-proposal-nullish-coalescing-operator" "^7.16.7"991 "@babel/plugin-proposal-nullish-coalescing-operator" "^7.16.7"
885 "@babel/plugin-proposal-numeric-separator" "^7.16.7"992 "@babel/plugin-proposal-numeric-separator" "^7.16.7"
886 "@babel/plugin-proposal-object-rest-spread" "^7.16.7"993 "@babel/plugin-proposal-object-rest-spread" "^7.17.3"
887 "@babel/plugin-proposal-optional-catch-binding" "^7.16.7"994 "@babel/plugin-proposal-optional-catch-binding" "^7.16.7"
888 "@babel/plugin-proposal-optional-chaining" "^7.16.7"995 "@babel/plugin-proposal-optional-chaining" "^7.16.7"
889 "@babel/plugin-proposal-private-methods" "^7.16.11"996 "@babel/plugin-proposal-private-methods" "^7.16.11"
909 "@babel/plugin-transform-block-scoping" "^7.16.7"1016 "@babel/plugin-transform-block-scoping" "^7.16.7"
910 "@babel/plugin-transform-classes" "^7.16.7"1017 "@babel/plugin-transform-classes" "^7.16.7"
911 "@babel/plugin-transform-computed-properties" "^7.16.7"1018 "@babel/plugin-transform-computed-properties" "^7.16.7"
912 "@babel/plugin-transform-destructuring" "^7.16.7"1019 "@babel/plugin-transform-destructuring" "^7.17.7"
913 "@babel/plugin-transform-dotall-regex" "^7.16.7"1020 "@babel/plugin-transform-dotall-regex" "^7.16.7"
914 "@babel/plugin-transform-duplicate-keys" "^7.16.7"1021 "@babel/plugin-transform-duplicate-keys" "^7.16.7"
915 "@babel/plugin-transform-exponentiation-operator" "^7.16.7"1022 "@babel/plugin-transform-exponentiation-operator" "^7.16.7"
918 "@babel/plugin-transform-literals" "^7.16.7"1025 "@babel/plugin-transform-literals" "^7.16.7"
919 "@babel/plugin-transform-member-expression-literals" "^7.16.7"1026 "@babel/plugin-transform-member-expression-literals" "^7.16.7"
920 "@babel/plugin-transform-modules-amd" "^7.16.7"1027 "@babel/plugin-transform-modules-amd" "^7.16.7"
921 "@babel/plugin-transform-modules-commonjs" "^7.16.8"1028 "@babel/plugin-transform-modules-commonjs" "^7.17.9"
922 "@babel/plugin-transform-modules-systemjs" "^7.16.7"1029 "@babel/plugin-transform-modules-systemjs" "^7.17.8"
923 "@babel/plugin-transform-modules-umd" "^7.16.7"1030 "@babel/plugin-transform-modules-umd" "^7.16.7"
924 "@babel/plugin-transform-named-capturing-groups-regex" "^7.16.8"1031 "@babel/plugin-transform-named-capturing-groups-regex" "^7.17.10"
925 "@babel/plugin-transform-new-target" "^7.16.7"1032 "@babel/plugin-transform-new-target" "^7.16.7"
926 "@babel/plugin-transform-object-super" "^7.16.7"1033 "@babel/plugin-transform-object-super" "^7.16.7"
927 "@babel/plugin-transform-parameters" "^7.16.7"1034 "@babel/plugin-transform-parameters" "^7.16.7"
928 "@babel/plugin-transform-property-literals" "^7.16.7"1035 "@babel/plugin-transform-property-literals" "^7.16.7"
929 "@babel/plugin-transform-regenerator" "^7.16.7"1036 "@babel/plugin-transform-regenerator" "^7.17.9"
930 "@babel/plugin-transform-reserved-words" "^7.16.7"1037 "@babel/plugin-transform-reserved-words" "^7.16.7"
931 "@babel/plugin-transform-shorthand-properties" "^7.16.7"1038 "@babel/plugin-transform-shorthand-properties" "^7.16.7"
932 "@babel/plugin-transform-spread" "^7.16.7"1039 "@babel/plugin-transform-spread" "^7.16.7"
936 "@babel/plugin-transform-unicode-escapes" "^7.16.7"1043 "@babel/plugin-transform-unicode-escapes" "^7.16.7"
937 "@babel/plugin-transform-unicode-regex" "^7.16.7"1044 "@babel/plugin-transform-unicode-regex" "^7.16.7"
938 "@babel/preset-modules" "^0.1.5"1045 "@babel/preset-modules" "^0.1.5"
939 "@babel/types" "^7.16.8"1046 "@babel/types" "^7.17.10"
940 babel-plugin-polyfill-corejs2 "^0.3.0"1047 babel-plugin-polyfill-corejs2 "^0.3.0"
941 babel-plugin-polyfill-corejs3 "^0.5.0"1048 babel-plugin-polyfill-corejs3 "^0.5.0"
942 babel-plugin-polyfill-regenerator "^0.3.0"1049 babel-plugin-polyfill-regenerator "^0.3.0"
943 core-js-compat "^3.20.2"1050 core-js-compat "^3.22.1"
944 semver "^6.3.0"1051 semver "^6.3.0"
9451052
946"@babel/preset-modules@^0.1.5":1053"@babel/preset-modules@^0.1.5":
975 "@babel/helper-validator-option" "^7.16.7"1082 "@babel/helper-validator-option" "^7.16.7"
976 "@babel/plugin-transform-typescript" "^7.16.7"1083 "@babel/plugin-transform-typescript" "^7.16.7"
9771084
978"@babel/register@^7.17.0":1085"@babel/register@^7.17.7":
979 version "7.17.0"1086 version "7.17.7"
980 resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.17.0.tgz#8051e0b7cb71385be4909324f072599723a1f084"1087 resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.17.7.tgz#5eef3e0f4afc07e25e847720e7b987ae33f08d0b"
981 integrity sha512-UNZsMAZ7uKoGHo1HlEXfteEOYssf64n/PNLHGqOKq/bgYcu/4LrQWAHJwSCb3BRZK8Hi5gkJdRcwrGTO2wtRCg==1088 integrity sha512-fg56SwvXRifootQEDQAu1mKdjh5uthPzdO0N6t358FktfL4XjAVXuH58ULoiW8mesxiOgNIrxiImqEwv0+hRRA==
982 dependencies:1089 dependencies:
983 clone-deep "^4.0.1"1090 clone-deep "^4.0.1"
984 find-cache-dir "^2.0.0"1091 find-cache-dir "^2.0.0"
985 make-dir "^2.1.0"1092 make-dir "^2.1.0"
986 pirates "^4.0.5"1093 pirates "^4.0.5"
987 source-map-support "^0.5.16"1094 source-map-support "^0.5.16"
9881095
989"@babel/runtime@^7.16.3", "@babel/runtime@^7.17.2", "@babel/runtime@^7.8.4":1096"@babel/runtime@^7.17.9":
1097 version "7.17.9"
1098 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.9.tgz#d19fbf802d01a8cb6cf053a64e472d42c434ba72"
1099 integrity sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==
1100 dependencies:
1101 regenerator-runtime "^0.13.4"
1102
1103"@babel/runtime@^7.8.4":
990 version "7.17.2"1104 version "7.17.2"
991 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.2.tgz#66f68591605e59da47523c631416b18508779941"1105 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.2.tgz#66f68591605e59da47523c631416b18508779941"
992 integrity sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==1106 integrity sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==
1018 debug "^4.1.0"1132 debug "^4.1.0"
1019 globals "^11.1.0"1133 globals "^11.1.0"
10201134
1135"@babel/traverse@^7.17.10", "@babel/traverse@^7.17.9":
1136 version "7.17.10"
1137 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.10.tgz#1ee1a5ac39f4eac844e6cf855b35520e5eb6f8b5"
1138 integrity sha512-VmbrTHQteIdUUQNTb+zE12SHS/xQVIShmBPhlNP12hD5poF2pbITW1Z4172d03HegaQWhLffdkRJYtAzp0AGcw==
1139 dependencies:
1140 "@babel/code-frame" "^7.16.7"
1141 "@babel/generator" "^7.17.10"
1142 "@babel/helper-environment-visitor" "^7.16.7"
1143 "@babel/helper-function-name" "^7.17.9"
1144 "@babel/helper-hoist-variables" "^7.16.7"
1145 "@babel/helper-split-export-declaration" "^7.16.7"
1146 "@babel/parser" "^7.17.10"
1147 "@babel/types" "^7.17.10"
1148 debug "^4.1.0"
1149 globals "^11.1.0"
1150
1021"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":1151"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1022 version "7.17.0"1152 version "7.17.0"
1023 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b"1153 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b"
1026 "@babel/helper-validator-identifier" "^7.16.7"1156 "@babel/helper-validator-identifier" "^7.16.7"
1027 to-fast-properties "^2.0.0"1157 to-fast-properties "^2.0.0"
10281158
1159"@babel/types@^7.17.10":
1160 version "7.17.10"
1161 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.10.tgz#d35d7b4467e439fcf06d195f8100e0fea7fc82c4"
1162 integrity sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A==
1163 dependencies:
1164 "@babel/helper-validator-identifier" "^7.16.7"
1165 to-fast-properties "^2.0.0"
1166
1029"@bcoe/v8-coverage@^0.2.3":1167"@bcoe/v8-coverage@^0.2.3":
1030 version "0.2.3"1168 version "0.2.3"
1031 resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"1169 resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
1043 dependencies:1181 dependencies:
1044 "@cspotcode/source-map-consumer" "0.8.0"1182 "@cspotcode/source-map-consumer" "0.8.0"
10451183
1046"@eslint/eslintrc@^1.1.0":1184"@eslint/eslintrc@^1.2.2":
1047 version "1.1.0"1185 version "1.2.2"
1048 resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.1.0.tgz#583d12dbec5d4f22f333f9669f7d0b7c7815b4d3"1186 resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.2.tgz#4989b9e8c0216747ee7cca314ae73791bb281aae"
1049 integrity sha512-C1DfL7XX4nPqGd6jcP01W9pVM1HYCuUkFk1432D7F0v3JSlUIeOYn9oCoi3eoLZ+iwBSb29BMFxxny0YrrEZqg==1187 integrity sha512-lTVWHs7O2hjBFZunXTZYnYqtB9GakA1lnxIf+gKq2nY5gxkkNi/lQvveW6t8gFdOHTg6nG50Xs95PrLqVpcaLg==
1050 dependencies:1188 dependencies:
1051 ajv "^6.12.4"1189 ajv "^6.12.4"
1052 debug "^4.3.2"1190 debug "^4.3.2"
1053 espree "^9.3.1"1191 espree "^9.3.1"
1054 globals "^13.9.0"1192 globals "^13.9.0"
1055 ignore "^4.0.6"1193 ignore "^5.2.0"
1056 import-fresh "^3.2.1"1194 import-fresh "^3.2.1"
1057 js-yaml "^4.1.0"1195 js-yaml "^4.1.0"
1058 minimatch "^3.0.4"1196 minimatch "^3.0.4"
1280 resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"1418 resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
1281 integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==1419 integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
12821420
1283"@jest/console@^27.5.1":1421"@jest/console@^28.0.2":
1284 version "27.5.1"1422 version "28.0.2"
1285 resolved "https://registry.yarnpkg.com/@jest/console/-/console-27.5.1.tgz#260fe7239602fe5130a94f1aa386eff54b014bba"1423 resolved "https://registry.yarnpkg.com/@jest/console/-/console-28.0.2.tgz#d11e8b43ae431ae9b3112656848417ae4008fcad"
1286 integrity sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==1424 integrity sha512-tiRpnMeeyQuuzgL5UNSeiqMwF8UOWPbAE5rzcu/1zyq4oPG2Ox6xm4YCOruwbp10F8odWc+XwVxTyGzMSLMqxA==
1287 dependencies:1425 dependencies:
1288 "@jest/types" "^27.5.1"1426 "@jest/types" "^28.0.2"
1289 "@types/node" "*"1427 "@types/node" "*"
1290 chalk "^4.0.0"1428 chalk "^4.0.0"
1291 jest-message-util "^27.5.1"1429 jest-message-util "^28.0.2"
1292 jest-util "^27.5.1"1430 jest-util "^28.0.2"
1293 slash "^3.0.0"1431 slash "^3.0.0"
12941432
1295"@jest/core@^27.5.1":1433"@jest/core@^28.0.3":
1296 version "27.5.1"1434 version "28.0.3"
1297 resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.5.1.tgz#267ac5f704e09dc52de2922cbf3af9edcd64b626"1435 resolved "https://registry.yarnpkg.com/@jest/core/-/core-28.0.3.tgz#2b8223914ef6ae16ff740e65235ef8ef49c46d52"
1298 integrity sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==1436 integrity sha512-cCQW06vEZ+5r50SB06pOnSWsOBs7F+lswPYnKKfBz1ncLlj1sMqmvjgam8q40KhlZ8Ut4eNAL2Hvfx4BKIO2FA==
1299 dependencies:1437 dependencies:
1300 "@jest/console" "^27.5.1"1438 "@jest/console" "^28.0.2"
1301 "@jest/reporters" "^27.5.1"1439 "@jest/reporters" "^28.0.3"
1302 "@jest/test-result" "^27.5.1"1440 "@jest/test-result" "^28.0.2"
1303 "@jest/transform" "^27.5.1"1441 "@jest/transform" "^28.0.3"
1304 "@jest/types" "^27.5.1"1442 "@jest/types" "^28.0.2"
1305 "@types/node" "*"1443 "@types/node" "*"
1306 ansi-escapes "^4.2.1"1444 ansi-escapes "^4.2.1"
1307 chalk "^4.0.0"1445 chalk "^4.0.0"
1308 emittery "^0.8.1"1446 ci-info "^3.2.0"
1309 exit "^0.1.2"1447 exit "^0.1.2"
1310 graceful-fs "^4.2.9"1448 graceful-fs "^4.2.9"
1311 jest-changed-files "^27.5.1"1449 jest-changed-files "^28.0.2"
1312 jest-config "^27.5.1"1450 jest-config "^28.0.3"
1313 jest-haste-map "^27.5.1"1451 jest-haste-map "^28.0.2"
1314 jest-message-util "^27.5.1"1452 jest-message-util "^28.0.2"
1315 jest-regex-util "^27.5.1"1453 jest-regex-util "^28.0.2"
1316 jest-resolve "^27.5.1"1454 jest-resolve "^28.0.3"
1317 jest-resolve-dependencies "^27.5.1"1455 jest-resolve-dependencies "^28.0.3"
1318 jest-runner "^27.5.1"1456 jest-runner "^28.0.3"
1319 jest-runtime "^27.5.1"1457 jest-runtime "^28.0.3"
1320 jest-snapshot "^27.5.1"1458 jest-snapshot "^28.0.3"
1321 jest-util "^27.5.1"1459 jest-util "^28.0.2"
1322 jest-validate "^27.5.1"1460 jest-validate "^28.0.2"
1323 jest-watcher "^27.5.1"1461 jest-watcher "^28.0.2"
1324 micromatch "^4.0.4"1462 micromatch "^4.0.4"
1463 pretty-format "^28.0.2"
1325 rimraf "^3.0.0"1464 rimraf "^3.0.0"
1326 slash "^3.0.0"1465 slash "^3.0.0"
1327 strip-ansi "^6.0.0"1466 strip-ansi "^6.0.0"
13281467
1329"@jest/environment@^27.5.1":1468"@jest/environment@^28.0.2":
1330 version "27.5.1"1469 version "28.0.2"
1331 resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.5.1.tgz#d7425820511fe7158abbecc010140c3fd3be9c74"1470 resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-28.0.2.tgz#a865949d876b2d364b979bbc0a46338ffd23de26"
1332 integrity sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==1471 integrity sha512-IvI7dEfqVEffDYlw9FQfVBt6kXt/OI38V7QUIur0ulOQgzpKYJDVvLzj4B1TVmHWTGW5tcnJdlZ3hqzV6/I9Qg==
1333 dependencies:1472 dependencies:
1334 "@jest/fake-timers" "^27.5.1"1473 "@jest/fake-timers" "^28.0.2"
1335 "@jest/types" "^27.5.1"1474 "@jest/types" "^28.0.2"
1336 "@types/node" "*"1475 "@types/node" "*"
1337 jest-mock "^27.5.1"1476 jest-mock "^28.0.2"
13381477
1339"@jest/fake-timers@^27.5.1":1478"@jest/expect-utils@^28.0.2":
1340 version "27.5.1"1479 version "28.0.2"
1341 resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.5.1.tgz#76979745ce0579c8a94a4678af7a748eda8ada74"1480 resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-28.0.2.tgz#0a055868d225261eac82a12013e2e0735238774d"
1342 integrity sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==1481 integrity sha512-YryfH2zN5c7M8eLtn9oTBRj1sfD+X4cHNXJnTejqCveOS33wADEZUxJ7de5++lRvByNpRpfAnc8zTK7yrUJqgA==
1343 dependencies:1482 dependencies:
1344 "@jest/types" "^27.5.1"1483 jest-get-type "^28.0.2"
1484
1485"@jest/expect@^28.0.3":
1486 version "28.0.3"
1487 resolved "https://registry.yarnpkg.com/@jest/expect/-/expect-28.0.3.tgz#80e0233bee62586e1112f904d28b904dd1143ef2"
1488 integrity sha512-VEzZr85bqNomgayQkR7hWG5HnbZYWYWagQriZsixhLmOzU6PCpMP61aeVhkCoRrg7ri5f7JDpeTPzDAajIwFHw==
1489 dependencies:
1490 expect "^28.0.2"
1491 jest-snapshot "^28.0.3"
1492
1493"@jest/fake-timers@^28.0.2":
1494 version "28.0.2"
1495 resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-28.0.2.tgz#d36e62bc58f39d65ea6adac1ff7749e63aff05f3"
1496 integrity sha512-R75yUv+WeybPa4ZVhX9C+8XN0TKjUoceUX+/QEaDVQGxZZOK50eD74cs7iMDTtpodh00d8iLlc9197vgF6oZjA==
1497 dependencies:
1498 "@jest/types" "^28.0.2"
1345 "@sinonjs/fake-timers" "^8.0.1"1499 "@sinonjs/fake-timers" "^9.1.1"
1346 "@types/node" "*"1500 "@types/node" "*"
1347 jest-message-util "^27.5.1"1501 jest-message-util "^28.0.2"
1348 jest-mock "^27.5.1"1502 jest-mock "^28.0.2"
1349 jest-util "^27.5.1"1503 jest-util "^28.0.2"
13501504
1351"@jest/globals@^27.5.1":1505"@jest/globals@^28.0.3":
1352 version "27.5.1"1506 version "28.0.3"
1353 resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.5.1.tgz#7ac06ce57ab966566c7963431cef458434601b2b"1507 resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-28.0.3.tgz#70f68a06c863d1c9d14aea151c69b9690e3efeb4"
1354 integrity sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==1508 integrity sha512-q/zXYI6CKtTSIt1WuTHBYizJhH7K8h+xG5PE3C0oawLlPIvUMDYmpj0JX0XsJwPRLCsz/fYXHZVG46AaEhSPmw==
1355 dependencies:1509 dependencies:
1356 "@jest/environment" "^27.5.1"1510 "@jest/environment" "^28.0.2"
1357 "@jest/types" "^27.5.1"1511 "@jest/expect" "^28.0.3"
1358 expect "^27.5.1"1512 "@jest/types" "^28.0.2"
13591513
1360"@jest/reporters@^27.5.1":1514"@jest/reporters@^28.0.3":
1361 version "27.5.1"1515 version "28.0.3"
1362 resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-27.5.1.tgz#ceda7be96170b03c923c37987b64015812ffec04"1516 resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-28.0.3.tgz#9996189e5552e37fcdffe0f41c07754f5d2ea854"
1363 integrity sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==1517 integrity sha512-xrbIc7J/xwo+D7AY3enAR9ZWYCmJ8XIkstTukTGpKDph0gLl/TJje9jl3dssvE4KJzYqMKiSrnE5Nt68I4fTEg==
1364 dependencies:1518 dependencies:
1365 "@bcoe/v8-coverage" "^0.2.3"1519 "@bcoe/v8-coverage" "^0.2.3"
1366 "@jest/console" "^27.5.1"1520 "@jest/console" "^28.0.2"
1367 "@jest/test-result" "^27.5.1"1521 "@jest/test-result" "^28.0.2"
1368 "@jest/transform" "^27.5.1"1522 "@jest/transform" "^28.0.3"
1369 "@jest/types" "^27.5.1"1523 "@jest/types" "^28.0.2"
1524 "@jridgewell/trace-mapping" "^0.3.7"
1370 "@types/node" "*"1525 "@types/node" "*"
1371 chalk "^4.0.0"1526 chalk "^4.0.0"
1372 collect-v8-coverage "^1.0.0"1527 collect-v8-coverage "^1.0.0"
1373 exit "^0.1.2"1528 exit "^0.1.2"
1374 glob "^7.1.2"1529 glob "^7.1.3"
1375 graceful-fs "^4.2.9"1530 graceful-fs "^4.2.9"
1376 istanbul-lib-coverage "^3.0.0"1531 istanbul-lib-coverage "^3.0.0"
1377 istanbul-lib-instrument "^5.1.0"1532 istanbul-lib-instrument "^5.1.0"
1378 istanbul-lib-report "^3.0.0"1533 istanbul-lib-report "^3.0.0"
1379 istanbul-lib-source-maps "^4.0.0"1534 istanbul-lib-source-maps "^4.0.0"
1380 istanbul-reports "^3.1.3"1535 istanbul-reports "^3.1.3"
1381 jest-haste-map "^27.5.1"1536 jest-util "^28.0.2"
1382 jest-resolve "^27.5.1"
1383 jest-util "^27.5.1"
1384 jest-worker "^27.5.1"1537 jest-worker "^28.0.2"
1385 slash "^3.0.0"1538 slash "^3.0.0"
1386 source-map "^0.6.0"
1387 string-length "^4.0.1"1539 string-length "^4.0.1"
1388 terminal-link "^2.0.0"1540 terminal-link "^2.0.0"
1389 v8-to-istanbul "^8.1.0"1541 v8-to-istanbul "^9.0.0"
13901542
1391"@jest/source-map@^27.5.1":1543"@jest/schemas@^28.0.2":
1392 version "27.5.1"1544 version "28.0.2"
1393 resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-27.5.1.tgz#6608391e465add4205eae073b55e7f279e04e8cf"1545 resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-28.0.2.tgz#08c30df6a8d07eafea0aef9fb222c5e26d72e613"
1394 integrity sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==1546 integrity sha512-YVDJZjd4izeTDkij00vHHAymNXQ6WWsdChFRK86qck6Jpr3DCL5W3Is3vslviRlP+bLuMYRLbdp98amMvqudhA==
1395 dependencies:1547 dependencies:
1548 "@sinclair/typebox" "^0.23.3"
1549
1550"@jest/source-map@^28.0.2":
1551 version "28.0.2"
1552 resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-28.0.2.tgz#914546f4410b67b1d42c262a1da7e0406b52dc90"
1553 integrity sha512-Y9dxC8ZpN3kImkk0LkK5XCEneYMAXlZ8m5bflmSL5vrwyeUpJfentacCUg6fOb8NOpOO7hz2+l37MV77T6BFPw==
1554 dependencies:
1555 "@jridgewell/trace-mapping" "^0.3.7"
1396 callsites "^3.0.0"1556 callsites "^3.0.0"
1397 graceful-fs "^4.2.9"1557 graceful-fs "^4.2.9"
1398 source-map "^0.6.0"
13991558
1400"@jest/test-result@^27.5.1":1559"@jest/test-result@^28.0.2":
1401 version "27.5.1"1560 version "28.0.2"
1402 resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.5.1.tgz#56a6585fa80f7cdab72b8c5fc2e871d03832f5bb"1561 resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-28.0.2.tgz#bc8e15a95347e3c2149572ae06a5a6fed939c522"
1403 integrity sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==1562 integrity sha512-4EUqgjq9VzyUiVTvZfI9IRJD6t3NYBNP4f+Eq8Zr93+hkJ0RrGU4OBTw8tfNzidKX+bmuYzn8FxqpxOPIGGCMA==
1404 dependencies:1563 dependencies:
1405 "@jest/console" "^27.5.1"1564 "@jest/console" "^28.0.2"
1406 "@jest/types" "^27.5.1"1565 "@jest/types" "^28.0.2"
1407 "@types/istanbul-lib-coverage" "^2.0.0"1566 "@types/istanbul-lib-coverage" "^2.0.0"
1408 collect-v8-coverage "^1.0.0"1567 collect-v8-coverage "^1.0.0"
14091568
1410"@jest/test-sequencer@^27.5.1":1569"@jest/test-sequencer@^28.0.2":
1411 version "27.5.1"1570 version "28.0.2"
1412 resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz#4057e0e9cea4439e544c6353c6affe58d095745b"1571 resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-28.0.2.tgz#7669b7d8ff2aa7a8221b11bb37cce552de81b1bb"
1413 integrity sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==1572 integrity sha512-zhnZ8ydkZQTPL7YucB86eOlD79zPy5EGSUKiR2Iv93RVEDU6OEP33kwDBg70ywOcxeJGDRhyo09q7TafNCBiIg==
1414 dependencies:1573 dependencies:
1415 "@jest/test-result" "^27.5.1"1574 "@jest/test-result" "^28.0.2"
1416 graceful-fs "^4.2.9"1575 graceful-fs "^4.2.9"
1417 jest-haste-map "^27.5.1"1576 jest-haste-map "^28.0.2"
1418 jest-runtime "^27.5.1"1577 slash "^3.0.0"
14191578
1420"@jest/transform@^27.5.1":1579"@jest/transform@^28.0.3":
1421 version "27.5.1"1580 version "28.0.3"
1422 resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.5.1.tgz#6c3501dcc00c4c08915f292a600ece5ecfe1f409"1581 resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-28.0.3.tgz#591fb5ebc1d84db5c5f21e1225c7406c35f5eb1e"
1423 integrity sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==1582 integrity sha512-+Y0ikI7SwoW/YbK8t9oKwC70h4X2Gd0OVuz5tctRvSV/EDQU00AAkoqevXgPSSFimUmp/sp7Yl8s/1bExDqOIg==
1424 dependencies:1583 dependencies:
1425 "@babel/core" "^7.1.0"1584 "@babel/core" "^7.11.6"
1426 "@jest/types" "^27.5.1"1585 "@jest/types" "^28.0.2"
1586 "@jridgewell/trace-mapping" "^0.3.7"
1427 babel-plugin-istanbul "^6.1.1"1587 babel-plugin-istanbul "^6.1.1"
1428 chalk "^4.0.0"1588 chalk "^4.0.0"
1429 convert-source-map "^1.4.0"1589 convert-source-map "^1.4.0"
1430 fast-json-stable-stringify "^2.0.0"1590 fast-json-stable-stringify "^2.0.0"
1431 graceful-fs "^4.2.9"1591 graceful-fs "^4.2.9"
1432 jest-haste-map "^27.5.1"1592 jest-haste-map "^28.0.2"
1433 jest-regex-util "^27.5.1"1593 jest-regex-util "^28.0.2"
1434 jest-util "^27.5.1"1594 jest-util "^28.0.2"
1435 micromatch "^4.0.4"1595 micromatch "^4.0.4"
1436 pirates "^4.0.4"1596 pirates "^4.0.4"
1437 slash "^3.0.0"1597 slash "^3.0.0"
1438 source-map "^0.6.1"1598 write-file-atomic "^4.0.1"
1439 write-file-atomic "^3.0.0"
14401599
1441"@jest/types@^27.5.1":1600"@jest/types@^28.0.2":
1442 version "27.5.1"1601 version "28.0.2"
1443 resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.5.1.tgz#3c79ec4a8ba61c170bf937bcf9e98a9df175ec80"1602 resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.0.2.tgz#70b9538c1863fb060b2f438ca008b5563d00c5b4"
1444 integrity sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==1603 integrity sha512-hi3jUdm9iht7I2yrV5C4s3ucCJHUP8Eh3W6rQ1s4n/Qw9rQgsda4eqCt+r3BKRi7klVmZfQlMx1nGlzNMP2d8A==
1445 dependencies:1604 dependencies:
1605 "@jest/schemas" "^28.0.2"
1446 "@types/istanbul-lib-coverage" "^2.0.0"1606 "@types/istanbul-lib-coverage" "^2.0.0"
1447 "@types/istanbul-reports" "^3.0.0"1607 "@types/istanbul-reports" "^3.0.0"
1448 "@types/node" "*"1608 "@types/node" "*"
1449 "@types/yargs" "^16.0.0"1609 "@types/yargs" "^17.0.8"
1450 chalk "^4.0.0"1610 chalk "^4.0.0"
14511611
1612"@jridgewell/gen-mapping@^0.1.0":
1613 version "0.1.1"
1614 resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996"
1615 integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==
1616 dependencies:
1617 "@jridgewell/set-array" "^1.0.0"
1618 "@jridgewell/sourcemap-codec" "^1.4.10"
1619
1452"@jridgewell/resolve-uri@^3.0.3":1620"@jridgewell/resolve-uri@^3.0.3":
1453 version "3.0.5"1621 version "3.0.5"
1454 resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c"1622 resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c"
1455 integrity sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==1623 integrity sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==
14561624
1625"@jridgewell/set-array@^1.0.0":
1626 version "1.1.0"
1627 resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.0.tgz#1179863356ac8fbea64a5a4bcde93a4871012c01"
1628 integrity sha512-SfJxIxNVYLTsKwzB3MoOQ1yxf4w/E6MdkvTgrgAt1bfxjSrLUoHMKrDOykwN14q65waezZIdqDneUIPh4/sKxg==
1629
1457"@jridgewell/sourcemap-codec@^1.4.10":1630"@jridgewell/sourcemap-codec@^1.4.10":
1458 version "1.4.11"1631 version "1.4.11"
1459 resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec"1632 resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec"
1460 integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==1633 integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==
14611634
1462"@jridgewell/trace-mapping@^0.3.0", "@jridgewell/trace-mapping@^0.3.4":1635"@jridgewell/trace-mapping@^0.3.0":
1463 version "0.3.4"1636 version "0.3.4"
1464 resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz#f6a0832dffd5b8a6aaa633b7d9f8e8e94c83a0c3"1637 resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz#f6a0832dffd5b8a6aaa633b7d9f8e8e94c83a0c3"
1465 integrity sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==1638 integrity sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==
1466 dependencies:1639 dependencies:
1467 "@jridgewell/resolve-uri" "^3.0.3"1640 "@jridgewell/resolve-uri" "^3.0.3"
1468 "@jridgewell/sourcemap-codec" "^1.4.10"1641 "@jridgewell/sourcemap-codec" "^1.4.10"
14691642
1643"@jridgewell/trace-mapping@^0.3.7", "@jridgewell/trace-mapping@^0.3.8":
1644 version "0.3.9"
1645 resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9"
1646 integrity sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==
1647 dependencies:
1648 "@jridgewell/resolve-uri" "^3.0.3"
1649 "@jridgewell/sourcemap-codec" "^1.4.10"
1650
1470"@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3":1651"@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3":
1471 version "2.1.8-no-fsevents.3"1652 version "2.1.8-no-fsevents.3"
1472 resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz#323d72dd25103d0c4fbdce89dadf574a787b1f9b"1653 resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz#323d72dd25103d0c4fbdce89dadf574a787b1f9b"
1477 resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.0.0.tgz#d5e38bfbdaba174805a4e649f13be9a9ed3351ae"1658 resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.0.0.tgz#d5e38bfbdaba174805a4e649f13be9a9ed3351ae"
1478 integrity sha512-DZVbtY62kc3kkBtMHqwCOfXrT/hnoORy5BJ4+HU1IR59X0KWAOqsfzQPcUl/lQLlG7qXbe/fZ3r/emxtAl+sqg==1659 integrity sha512-DZVbtY62kc3kkBtMHqwCOfXrT/hnoORy5BJ4+HU1IR59X0KWAOqsfzQPcUl/lQLlG7qXbe/fZ3r/emxtAl+sqg==
14791660
1480"@noble/secp256k1@1.5.2":1661"@noble/secp256k1@1.5.5":
1481 version "1.5.2"1662 version "1.5.5"
1482 resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.5.2.tgz#40399e4fba54f588fda14fc03a4499044fdcab24"1663 resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.5.5.tgz#315ab5745509d1a8c8e90d0bdf59823ccf9bcfc3"
1483 integrity sha512-5mzA40W2q55VCRuC9XzmkiEnODdY0c5a7qsK2QcOfI5/MuVQyBaWGQyE6YOEF7kDwp+tDVWGsCDVJUME+wsWWw==1664 integrity sha512-sZ1W6gQzYnu45wPrWx8D3kwI2/U29VYTx9OjbDAd7jwRItJ0cSTMPRL/C8AWZFn9kWFLQGqEXVEE86w4Z8LpIQ==
14841665
1485"@nodelib/fs.scandir@2.1.5":1666"@nodelib/fs.scandir@2.1.5":
1486 version "2.1.5"1667 version "2.1.5"
1604 dependencies:1785 dependencies:
1605 "@octokit/openapi-types" "^11.2.0"1786 "@octokit/openapi-types" "^11.2.0"
16061787
1607"@polkadot/api-augment@7.8.1":1788"@polkadot/api-augment@8.3.1":
1608 version "7.8.1"1789 version "8.3.1"
1609 resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-7.8.1.tgz#659cf71a0600c04e19fde1a134e5ecafc6d74425"1790 resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-8.3.1.tgz#24345d65851eb9c5d5bac4d4e90d6f3cbe5668bd"
1610 integrity sha512-o5KHwS7/2qNP3edIwLEp7abmYucQq/H/1kE+JJxHsFfdnFVTThsMIKGUjqjsky4si9O5sRQrC3qC1r/81UnVIg==1791 integrity sha512-NuGUr3tBB7GNhnQjAIr/HYmW3NHeAw8cqlfUUrhxioPeRfVT6in7y5pDFu1/z7VIqF4KTHfGmnpOuNyebt4Anw==
1611 dependencies:1792 dependencies:
1612 "@babel/runtime" "^7.17.2"1793 "@babel/runtime" "^7.17.9"
1613 "@polkadot/api-base" "7.8.1"1794 "@polkadot/api-base" "8.3.1"
1614 "@polkadot/rpc-augment" "7.8.1"1795 "@polkadot/rpc-augment" "8.3.1"
1615 "@polkadot/types" "7.8.1"1796 "@polkadot/types" "8.3.1"
1616 "@polkadot/types-augment" "7.8.1"1797 "@polkadot/types-augment" "8.3.1"
1617 "@polkadot/types-codec" "7.8.1"1798 "@polkadot/types-codec" "8.3.1"
1618 "@polkadot/util" "^8.4.1"1799 "@polkadot/util" "^9.1.1"
16191800
1620"@polkadot/api-base@7.8.1":1801"@polkadot/api-base@8.3.1":
1621 version "7.8.1"1802 version "8.3.1"
1622 resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-7.8.1.tgz#30a7bd7a5fdee36f2d30c923995e143cab30ec62"1803 resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-8.3.1.tgz#202594336cd3906ab5546c6150e304705706fb5b"
1623 integrity sha512-Ndl0qBu13O0VI3vEzVliEO8miw+jzzxor1by0dOerMz+i+1swp6psIj/mlKHIZhOLj37plsO01/ITm9e0VJvPQ==1804 integrity sha512-B0D82xYB/423ypWbSd1ndYabvcXYyp7UjNU02Ap39xe9LgJkeRbYP3oliCW4P2s9VsF6yWMTrbP2eizvao+haQ==
1624 dependencies:1805 dependencies:
1625 "@babel/runtime" "^7.17.2"1806 "@babel/runtime" "^7.17.9"
1626 "@polkadot/rpc-core" "7.8.1"1807 "@polkadot/rpc-core" "8.3.1"
1627 "@polkadot/types" "7.8.1"1808 "@polkadot/types" "8.3.1"
1628 "@polkadot/util" "^8.4.1"1809 "@polkadot/util" "^9.1.1"
1629 rxjs "^7.5.4"1810 rxjs "^7.5.5"
16301811
1631"@polkadot/api-contract@7.8.1":1812"@polkadot/api-contract@8.3.1":
1632 version "7.8.1"1813 version "8.3.1"
1633 resolved "https://registry.yarnpkg.com/@polkadot/api-contract/-/api-contract-7.8.1.tgz#35e16c00fe849c127a72051d58524b2b21652f2a"1814 resolved "https://registry.yarnpkg.com/@polkadot/api-contract/-/api-contract-8.3.1.tgz#8c39e5d567c85c3a31ec2717c1fac8355efb0601"
1634 integrity sha512-46ApH7SbYkX0nX7eiV2AwJ0tooSCPta18UU4pmaxD09gbUvoGh4+Jaxo0dfX1dE1oeSDqr2RtwGHH/hNLAbMJw==1815 integrity sha512-ghPZKyzTb5S3xlcjYFazfivp4SGimSZnU/k8oYLKLEH6L8WIfCiKZl9PrQkK7qPR/F+J146hJpTzwW6aszNmQw==
1635 dependencies:1816 dependencies:
1636 "@babel/runtime" "^7.17.2"1817 "@babel/runtime" "^7.17.9"
1637 "@polkadot/api" "7.8.1"1818 "@polkadot/api" "8.3.1"
1638 "@polkadot/types" "7.8.1"1819 "@polkadot/types" "8.3.1"
1639 "@polkadot/types-codec" "7.8.1"1820 "@polkadot/types-codec" "8.3.1"
1640 "@polkadot/types-create" "7.8.1"1821 "@polkadot/types-create" "8.3.1"
1641 "@polkadot/util" "^8.4.1"1822 "@polkadot/util" "^9.1.1"
1642 "@polkadot/util-crypto" "^8.4.1"1823 "@polkadot/util-crypto" "^9.1.1"
1643 rxjs "^7.5.4"1824 rxjs "^7.5.5"
16441825
1645"@polkadot/api-derive@7.8.1":1826"@polkadot/api-derive@8.3.1":
1646 version "7.8.1"1827 version "8.3.1"
1647 resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-7.8.1.tgz#35d9a531eadab20f4587501084687e4dde2b0c13"1828 resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-8.3.1.tgz#59f0d6bb28a3184eea3927e816e2e0e2e9885100"
1648 integrity sha512-qzDuCLMx7LD0URycjCI+RvK2edu63+kPWDQy5Lr3NS7YkN0tumXGMLlGHjA5MpAs2RbWnMEkhTNIEt68tkhTcA==1829 integrity sha512-oOUqb0Tusp7I1G7QBb+EQJMP6xtE9WFlZ16vvh4irb/aLLrpdYwM1bQpoGh9WQjEHhVpCLo/5SQIkxBlmPoOwg==
1649 dependencies:1830 dependencies:
1650 "@babel/runtime" "^7.17.2"1831 "@babel/runtime" "^7.17.9"
1651 "@polkadot/api" "7.8.1"1832 "@polkadot/api" "8.3.1"
1652 "@polkadot/api-augment" "7.8.1"1833 "@polkadot/api-augment" "8.3.1"
1653 "@polkadot/api-base" "7.8.1"1834 "@polkadot/api-base" "8.3.1"
1654 "@polkadot/rpc-core" "7.8.1"1835 "@polkadot/rpc-core" "8.3.1"
1655 "@polkadot/types" "7.8.1"1836 "@polkadot/types" "8.3.1"
1656 "@polkadot/types-codec" "7.8.1"1837 "@polkadot/types-codec" "8.3.1"
1657 "@polkadot/util" "^8.4.1"1838 "@polkadot/util" "^9.1.1"
1658 "@polkadot/util-crypto" "^8.4.1"1839 "@polkadot/util-crypto" "^9.1.1"
1659 rxjs "^7.5.4"1840 rxjs "^7.5.5"
16601841
1661"@polkadot/api@7.8.1":1842"@polkadot/api@8.3.1":
1662 version "7.8.1"1843 version "8.3.1"
1663 resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-7.8.1.tgz#65575e38d91c86f1bc7524f4e511618ecf3ca0ff"1844 resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-8.3.1.tgz#02a59d0d827d7b88b7fa928d608e165c70d604b1"
1664 integrity sha512-p5CUnEcUePclP1Rc3Gw/V2X+rdT2/5WgWL5N/PUBgRX7vI5oGLP+SRGIOyflq999kh9kYHbj2kZ9og1blRmksQ==1845 integrity sha512-hgLjql4/4vi8U56xNbMNPjBVjzNmLNJ6QCc+E+Gcy5pXe1pCl7XOSNkDofReLK79yyDiciFDbyftVO8iforwew==
1665 dependencies:1846 dependencies:
1666 "@babel/runtime" "^7.17.2"1847 "@babel/runtime" "^7.17.9"
1667 "@polkadot/api-augment" "7.8.1"1848 "@polkadot/api-augment" "8.3.1"
1668 "@polkadot/api-base" "7.8.1"1849 "@polkadot/api-base" "8.3.1"
1669 "@polkadot/api-derive" "7.8.1"1850 "@polkadot/api-derive" "8.3.1"
1670 "@polkadot/keyring" "^8.4.1"1851 "@polkadot/keyring" "^9.1.1"
1671 "@polkadot/rpc-augment" "7.8.1"1852 "@polkadot/rpc-augment" "8.3.1"
1672 "@polkadot/rpc-core" "7.8.1"1853 "@polkadot/rpc-core" "8.3.1"
1673 "@polkadot/rpc-provider" "7.8.1"1854 "@polkadot/rpc-provider" "8.3.1"
1674 "@polkadot/types" "7.8.1"1855 "@polkadot/types" "8.3.1"
1675 "@polkadot/types-augment" "7.8.1"1856 "@polkadot/types-augment" "8.3.1"
1676 "@polkadot/types-codec" "7.8.1"1857 "@polkadot/types-codec" "8.3.1"
1677 "@polkadot/types-create" "7.8.1"1858 "@polkadot/types-create" "8.3.1"
1678 "@polkadot/types-known" "7.8.1"1859 "@polkadot/types-known" "8.3.1"
1679 "@polkadot/util" "^8.4.1"1860 "@polkadot/util" "^9.1.1"
1680 "@polkadot/util-crypto" "^8.4.1"1861 "@polkadot/util-crypto" "^9.1.1"
1681 eventemitter3 "^4.0.7"1862 eventemitter3 "^4.0.7"
1682 rxjs "^7.5.4"1863 rxjs "^7.5.5"
16831864
1684"@polkadot/dev@0.65.60":1865"@polkadot/dev@0.66.17":
1685 version "0.65.60"1866 version "0.66.17"
1686 resolved "https://registry.yarnpkg.com/@polkadot/dev/-/dev-0.65.60.tgz#4b43d9b366c730045f3c4242bbd9cbb7b815535b"1867 resolved "https://registry.yarnpkg.com/@polkadot/dev/-/dev-0.66.17.tgz#16a5d4fad8cb24a11d8c08faaba8d339e85a5795"
1687 integrity sha512-o+cW6KIHeFfnVoCM/MKD7kDPA1rnjf5YFx/4PxyBIx4/UReBieP5u4+srJEtGb5BnvjpRMAC4taSwQzJ9f12sQ==1868 integrity sha512-1I+cSDo2AD+OIJX0F2gidch2a8A53g3lYIOG2dcskJRGjrXswMs31ZXvihp8UE8INrNJ5Oh4z2U7D+tv5KKJQg==
1688 dependencies:1869 dependencies:
1689 "@babel/cli" "^7.17.3"1870 "@babel/cli" "^7.17.10"
1690 "@babel/core" "^7.17.4"1871 "@babel/core" "^7.17.10"
1691 "@babel/plugin-proposal-nullish-coalescing-operator" "^7.16.7"1872 "@babel/plugin-proposal-nullish-coalescing-operator" "^7.16.7"
1692 "@babel/plugin-proposal-numeric-separator" "^7.16.7"1873 "@babel/plugin-proposal-numeric-separator" "^7.16.7"
1693 "@babel/plugin-proposal-optional-chaining" "^7.16.7"1874 "@babel/plugin-proposal-optional-chaining" "^7.16.7"
1694 "@babel/plugin-syntax-bigint" "^7.8.3"1875 "@babel/plugin-syntax-bigint" "^7.8.3"
1695 "@babel/plugin-syntax-dynamic-import" "^7.8.3"1876 "@babel/plugin-syntax-dynamic-import" "^7.8.3"
1696 "@babel/plugin-syntax-import-meta" "^7.10.4"1877 "@babel/plugin-syntax-import-meta" "^7.10.4"
1697 "@babel/plugin-syntax-top-level-await" "^7.14.5"1878 "@babel/plugin-syntax-top-level-await" "^7.14.5"
1698 "@babel/plugin-transform-regenerator" "^7.16.7"1879 "@babel/plugin-transform-regenerator" "^7.17.9"
1699 "@babel/plugin-transform-runtime" "^7.17.0"1880 "@babel/plugin-transform-runtime" "^7.17.10"
1700 "@babel/preset-env" "^7.16.11"1881 "@babel/preset-env" "^7.17.10"
1701 "@babel/preset-react" "^7.16.7"1882 "@babel/preset-react" "^7.16.7"
1702 "@babel/preset-typescript" "^7.16.7"1883 "@babel/preset-typescript" "^7.16.7"
1703 "@babel/register" "^7.17.0"1884 "@babel/register" "^7.17.7"
1704 "@babel/runtime" "^7.17.2"1885 "@babel/runtime" "^7.17.9"
1705 "@rollup/plugin-alias" "^3.1.9"1886 "@rollup/plugin-alias" "^3.1.9"
1706 "@rollup/plugin-commonjs" "^21.0.1"1887 "@rollup/plugin-commonjs" "^22.0.0"
1707 "@rollup/plugin-inject" "^4.0.4"1888 "@rollup/plugin-inject" "^4.0.4"
1708 "@rollup/plugin-json" "^4.1.0"1889 "@rollup/plugin-json" "^4.1.0"
1709 "@rollup/plugin-node-resolve" "^13.1.3"1890 "@rollup/plugin-node-resolve" "^13.3.0"
1710 "@rushstack/eslint-patch" "^1.1.0"1891 "@rushstack/eslint-patch" "^1.1.3"
1711 "@typescript-eslint/eslint-plugin" "5.12.0"1892 "@typescript-eslint/eslint-plugin" "5.22.0"
1712 "@typescript-eslint/parser" "5.12.0"1893 "@typescript-eslint/parser" "5.22.0"
1713 "@vue/component-compiler-utils" "^3.3.0"1894 "@vue/component-compiler-utils" "^3.3.0"
1714 babel-jest "^27.5.1"1895 babel-jest "^28.0.3"
1715 babel-plugin-module-extension-resolver "^1.0.0-rc.2"1896 babel-plugin-module-extension-resolver "^1.0.0-rc.2"
1716 babel-plugin-module-resolver "^4.1.0"1897 babel-plugin-module-resolver "^4.1.0"
1717 babel-plugin-styled-components "^2.0.2"1898 babel-plugin-styled-components "^2.0.7"
1718 browserslist "^4.19.1"1899 browserslist "^4.20.3"
1719 coveralls "^3.1.1"1900 coveralls "^3.1.1"
1720 eslint "^8.9.0"1901 eslint "^8.14.0"
1721 eslint-config-standard "^16.0.3"1902 eslint-config-standard "^17.0.0"
1722 eslint-import-resolver-node "^0.3.6"1903 eslint-import-resolver-node "^0.3.6"
1723 eslint-plugin-header "^3.1.1"1904 eslint-plugin-header "^3.1.1"
1724 eslint-plugin-import "^2.25.4"1905 eslint-plugin-import "^2.26.0"
1725 eslint-plugin-import-newlines "^1.2.0"1906 eslint-plugin-import-newlines "^1.2.2"
1726 eslint-plugin-node "^11.1.0"1907 eslint-plugin-n "^15.2.0"
1727 eslint-plugin-promise "^6.0.0"1908 eslint-plugin-promise "^6.0.0"
1728 eslint-plugin-react "^7.28.0"1909 eslint-plugin-react "^7.29.4"
1729 eslint-plugin-react-hooks "^4.3.0"1910 eslint-plugin-react-hooks "^4.5.0"
1730 eslint-plugin-simple-import-sort "^7.0.0"1911 eslint-plugin-simple-import-sort "^7.0.0"
1731 eslint-plugin-sort-destructure-keys "^1.4.0"1912 eslint-plugin-sort-destructure-keys "^1.4.0"
1732 fs-extra "^10.0.0"1913 fs-extra "^10.1.0"
1733 gh-pages "^3.2.3"1914 gh-pages "^3.2.3"
1734 gh-release "^6.0.1"1915 gh-release "^6.0.4"
1735 glob "^7.2.0"1916 glob "^8.0.1"
1736 glob2base "^0.0.12"1917 glob2base "^0.0.12"
1737 jest "^27.5.1"1918 jest "^28.0.3"
1738 jest-cli "^27.5.1"1919 jest-cli "^28.0.3"
1739 jest-config "^27.5.1"1920 jest-config "^28.0.3"
1740 jest-haste-map "^27.5.1"1921 jest-environment-jsdom "^28.0.2"
1922 jest-haste-map "^28.0.2"
1741 jest-resolve "^27.5.1"1923 jest-resolve "^28.0.3"
1742 madge "^5.0.1"1924 madge "^5.0.1"
1743 minimatch "^5.0.0"1925 minimatch "^5.0.1"
1744 mkdirp "^1.0.4"1926 mkdirp "^1.0.4"
1745 prettier "^2.5.1"1927 prettier "^2.6.2"
1746 rimraf "^3.0.2"1928 rimraf "^3.0.2"
1747 rollup "^2.67.2"1929 rollup "^2.71.1"
1748 rollup-plugin-cleanup "^3.2.1"1930 rollup-plugin-cleanup "^3.2.1"
1749 typescript "^4.5.5"1931 typescript "^4.6.4"
1750 yargs "^17.3.1"1932 yargs "^17.4.1"
17511933
1752"@polkadot/keyring@^8.4.1":1934"@polkadot/keyring@^9.1.1":
1753 version "8.4.1"1935 version "9.1.1"
1754 resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-8.4.1.tgz#71098121c60a05e1ad33653fcc521c52f22ad1b8"1936 resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-9.1.1.tgz#d4bf244d6dd23d06fed9334e79c0d46a8fdb5988"
1755 integrity sha512-0qfS7qikUxhe6LEdCOcMRdCxEa26inJ5aSUWaf5dXy+dgy9VJiov6uXAbXdAd1UHpDvr9hvw94FX+hXsJ7Vsyw==1937 integrity sha512-qjnO1795v7wDvU2hW0H+z7bMPNV3xcVnIjozt3/+Y5Lphu3Tohh3WNgf9uNKIUTwbWxTF4wWsiUM1ajY4CRuMA==
1756 dependencies:1938 dependencies:
1757 "@babel/runtime" "^7.17.2"1939 "@babel/runtime" "^7.17.9"
1758 "@polkadot/util" "8.4.1"1940 "@polkadot/util" "9.1.1"
1759 "@polkadot/util-crypto" "8.4.1"1941 "@polkadot/util-crypto" "9.1.1"
17601942
1761"@polkadot/networks@8.4.1", "@polkadot/networks@^8.4.1":1943"@polkadot/networks@9.1.1", "@polkadot/networks@^9.1.1":
1762 version "8.4.1"1944 version "9.1.1"
1763 resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-8.4.1.tgz#c22585edb38f5ae0a329a1f471577d8b35bf64e4"1945 resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-9.1.1.tgz#3b99dcedd1ed626f6efecc642e1dcebca64978e3"
1764 integrity sha512-YFY3fPLbc1Uz9zsX4TOzjY/FF09nABMgrMkvqddrVbSgo71NvoBv3Gqw3mKV/7bX1Gzk1ODfvTzamdpsKEWSnA==1946 integrity sha512-L/jk8vDr4shzGEVOqOimmXySLpbrN8+qlk+BR3A6rFa4N+XjtcGvnnt+so+rXwJOu7U4/ir6qPU2Iq63XbQTMA==
1765 dependencies:1947 dependencies:
1766 "@babel/runtime" "^7.17.2"1948 "@babel/runtime" "^7.17.9"
1767 "@polkadot/util" "8.4.1"1949 "@polkadot/util" "9.1.1"
1768 "@substrate/ss58-registry" "^1.14.0"1950 "@substrate/ss58-registry" "^1.17.0"
17691951
1770"@polkadot/rpc-augment@7.8.1":1952"@polkadot/rpc-augment@8.3.1":
1771 version "7.8.1"1953 version "8.3.1"
1772 resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-7.8.1.tgz#7a4a05849e5277772ff352a166c3da1764a77a0d"1954 resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-8.3.1.tgz#54e8399de7af81df63b3632ceac3bb7260e9842b"
1773 integrity sha512-PNd5+5BRrRSjbaQUcR7KxzPMDENllGVfvxADvw5C3NPg8Hbqy4IS7erbkYni4BG6nPFDumaVX0lOzfn2+LJs1g==1955 integrity sha512-drPw1E+ATNch/atX3+iciwXeDe71EHAU9f/LSsFJ3w2vqf39bOuj3R7Os4/W2N3Anlvv1AFrmeAP3hK2nAlezA==
1774 dependencies:1956 dependencies:
1775 "@babel/runtime" "^7.17.2"1957 "@babel/runtime" "^7.17.9"
1776 "@polkadot/rpc-core" "7.8.1"1958 "@polkadot/rpc-core" "8.3.1"
1777 "@polkadot/types" "7.8.1"1959 "@polkadot/types" "8.3.1"
1778 "@polkadot/types-codec" "7.8.1"1960 "@polkadot/types-codec" "8.3.1"
1779 "@polkadot/util" "^8.4.1"1961 "@polkadot/util" "^9.1.1"
17801962
1781"@polkadot/rpc-core@7.8.1":1963"@polkadot/rpc-core@8.3.1":
1782 version "7.8.1"1964 version "8.3.1"
1783 resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-7.8.1.tgz#57066867bb28b45ff98e513c1713d562e9ba6876"1965 resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-8.3.1.tgz#b69eb0b228fbdeebeeb7380a4750ce6bf8932c6c"
1784 integrity sha512-S5GAhX01YAWmW0zglwffDkpnAWejL1nZTHeN9gVyznx9TSh21FAzd6Xo5WCrsZzyxPQ13V7BOptLFpo03ppqcA==1966 integrity sha512-iFdA4zPmPKhXx3+g3ONbLQ838opZKiD993baxJgOiiJKgGeCV2xtI2RwGImRKVeRwWvLR2jfAT5vzclUnXOZLA==
1785 dependencies:1967 dependencies:
1786 "@babel/runtime" "^7.17.2"1968 "@babel/runtime" "^7.17.9"
1787 "@polkadot/rpc-augment" "7.8.1"1969 "@polkadot/rpc-augment" "8.3.1"
1788 "@polkadot/rpc-provider" "7.8.1"1970 "@polkadot/rpc-provider" "8.3.1"
1789 "@polkadot/types" "7.8.1"1971 "@polkadot/types" "8.3.1"
1790 "@polkadot/util" "^8.4.1"1972 "@polkadot/util" "^9.1.1"
1791 rxjs "^7.5.4"1973 rxjs "^7.5.5"
17921974
1793"@polkadot/rpc-provider@7.8.1":1975"@polkadot/rpc-provider@8.3.1":
1794 version "7.8.1"1976 version "8.3.1"
1795 resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-7.8.1.tgz#130457bb5361f44343f4c84284bfc8c068ed5c99"1977 resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-8.3.1.tgz#7d104f44f2da9336c89ebfc6e13ef1dc385ffe08"
1796 integrity sha512-+/FfcxhH1Slv5oDQSl+2eaWiWOV8xPWHJADMy5VMJltqWI7J6bb46yjbT05pQCZXv8cGvaY1+qtGe+AZazlv3Q==1978 integrity sha512-+Sg5JW4tXoSO09Cob9bqrfIcVp/D/tMbiyuTg5i/gG7jxZgSXbMu0irQHTteA0YvJSi0JkO1C/uQyljowT/9Ew==
1797 dependencies:1979 dependencies:
1798 "@babel/runtime" "^7.17.2"1980 "@babel/runtime" "^7.17.9"
1799 "@polkadot/keyring" "^8.4.1"1981 "@polkadot/keyring" "^9.1.1"
1800 "@polkadot/types" "7.8.1"1982 "@polkadot/types" "8.3.1"
1801 "@polkadot/types-support" "7.8.1"1983 "@polkadot/types-support" "8.3.1"
1802 "@polkadot/util" "^8.4.1"1984 "@polkadot/util" "^9.1.1"
1803 "@polkadot/util-crypto" "^8.4.1"1985 "@polkadot/util-crypto" "^9.1.1"
1804 "@polkadot/x-fetch" "^8.4.1"1986 "@polkadot/x-fetch" "^9.1.1"
1805 "@polkadot/x-global" "^8.4.1"1987 "@polkadot/x-global" "^9.1.1"
1806 "@polkadot/x-ws" "^8.4.1"1988 "@polkadot/x-ws" "^9.1.1"
1989 "@substrate/connect" "0.7.2"
1807 eventemitter3 "^4.0.7"1990 eventemitter3 "^4.0.7"
1808 mock-socket "^9.1.2"1991 mock-socket "^9.1.3"
1809 nock "^13.2.4"1992 nock "^13.2.4"
18101993
1811"@polkadot/ts@0.4.22":1994"@polkadot/ts@0.4.22":
1815 dependencies:1998 dependencies:
1816 "@types/chrome" "^0.0.171"1999 "@types/chrome" "^0.0.171"
18172000
1818"@polkadot/typegen@7.8.1":2001"@polkadot/typegen@8.3.1":
1819 version "7.8.1"2002 version "8.3.1"
1820 resolved "https://registry.yarnpkg.com/@polkadot/typegen/-/typegen-7.8.1.tgz#251c1d70911c329444aba25065801375c32750e3"2003 resolved "https://registry.yarnpkg.com/@polkadot/typegen/-/typegen-8.3.1.tgz#e3977af7a295204e7bee4d1cf65dc0650e5ef474"
1821 integrity sha512-OuViaEFYGuOBKTY9+rPba1dFAQgjHGNzVfR8uiNqNXO9czyGI+p+Y/JjM12YlakN8ibnqoQ7A+9/ducn0s6gIA==2004 integrity sha512-eXOuKB/ZMgh1Tq9DM/Dipy4YULzWf6j1oIIE0CvSjEQ17XsYrfCMg4ME7pprVZbVVKYg8oOYxbwpB6wl9BDdVg==
1822 dependencies:2005 dependencies:
1823 "@babel/core" "^7.17.2"2006 "@babel/core" "^7.17.10"
1824 "@babel/register" "^7.17.0"2007 "@babel/register" "^7.17.7"
1825 "@babel/runtime" "^7.17.2"2008 "@babel/runtime" "^7.17.9"
1826 "@polkadot/api" "7.8.1"2009 "@polkadot/api" "8.3.1"
1827 "@polkadot/api-augment" "7.8.1"2010 "@polkadot/api-augment" "8.3.1"
1828 "@polkadot/rpc-augment" "7.8.1"2011 "@polkadot/rpc-augment" "8.3.1"
1829 "@polkadot/rpc-provider" "7.8.1"2012 "@polkadot/rpc-provider" "8.3.1"
1830 "@polkadot/types" "7.8.1"2013 "@polkadot/types" "8.3.1"
1831 "@polkadot/types-augment" "7.8.1"2014 "@polkadot/types-augment" "8.3.1"
1832 "@polkadot/types-codec" "7.8.1"2015 "@polkadot/types-codec" "8.3.1"
1833 "@polkadot/types-create" "7.8.1"2016 "@polkadot/types-create" "8.3.1"
1834 "@polkadot/types-support" "7.8.1"2017 "@polkadot/types-support" "8.3.1"
1835 "@polkadot/util" "^8.4.1"2018 "@polkadot/util" "^9.1.1"
1836 "@polkadot/x-ws" "^8.4.1"2019 "@polkadot/x-ws" "^9.1.1"
1837 handlebars "^4.7.7"2020 handlebars "^4.7.7"
1838 websocket "^1.0.34"2021 websocket "^1.0.34"
1839 yargs "^17.3.1"2022 yargs "^17.4.1"
18402023
1841"@polkadot/types-augment@7.8.1":2024"@polkadot/types-augment@8.3.1":
1842 version "7.8.1"2025 version "8.3.1"
1843 resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-7.8.1.tgz#f790f3874384e3bd3a4850affb775c6d125f2ff3"2026 resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-8.3.1.tgz#0e07f32911fcae400a8bbe688035b1171c595db6"
1844 integrity sha512-uKDOlU6arH/Oz/faHq315tCA5vjIJTO/zQt0Iuz9woEbmXd6ga0vkCr3gXWfPvjg+QnMQuRpNG8rxtiX5w0vCw==2027 integrity sha512-eNvtpilnTg/hjdBiohZvkq2c+tGtf5r8nit2VOE3um0Ba80iXt0RItvNzWqShYNhGmD30gK7lDydz/HKa7uhow==
1845 dependencies:2028 dependencies:
1846 "@babel/runtime" "^7.17.2"2029 "@babel/runtime" "^7.17.9"
1847 "@polkadot/types" "7.8.1"2030 "@polkadot/types" "8.3.1"
1848 "@polkadot/types-codec" "7.8.1"2031 "@polkadot/types-codec" "8.3.1"
1849 "@polkadot/util" "^8.4.1"2032 "@polkadot/util" "^9.1.1"
18502033
1851"@polkadot/types-codec@7.8.1":2034"@polkadot/types-codec@8.3.1":
1852 version "7.8.1"2035 version "8.3.1"
1853 resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-7.8.1.tgz#b42df0baeac7d424c4e5216752f7a630d95381fa"2036 resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-8.3.1.tgz#cdb9f43685369687dd3bbb4fe42404937aa8e5c1"
1854 integrity sha512-4et1ZiXXK/KsveKcXd0p1FwAYq8rwHmf1pyf1tOH9JglA/Ip6mArrIjivnfofxY5WFWgeuAv7b2+Rk5vGq/0Xw==2037 integrity sha512-xixDDTnqaxavrD2v3xZmZ6l/su3WwKAPYXyILxuwRBBipkmTlBSjxjVnuVoRYP5F63AjHfMN/ZRqLs0ibZ+pRg==
1855 dependencies:2038 dependencies:
1856 "@babel/runtime" "^7.17.2"2039 "@babel/runtime" "^7.17.9"
1857 "@polkadot/util" "^8.4.1"2040 "@polkadot/util" "^9.1.1"
18582041
1859"@polkadot/types-create@7.8.1":2042"@polkadot/types-create@8.3.1":
1860 version "7.8.1"2043 version "8.3.1"
1861 resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-7.8.1.tgz#9b68e1f4bb3d71e4ed1eaa03119940e3e3952396"2044 resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-8.3.1.tgz#aef428d7af0546bac36d41454823934eabd41380"
1862 integrity sha512-TxUFc3/WAzFHT1DIgzIssBKxtbjrSDe3GzHbOlJcIcLI17rLHFCVi53uDYvR9kMxterJ9MFMxXc76iqwnnXCgQ==2045 integrity sha512-GyuqlBThPCoxztC2UMN4wGvbh9csTq+rerFrkVKoo1iVoGpghnwmnYw1QLHTYK8iEl6Ke5TfiyxpX8sq9PaYVQ==
1863 dependencies:2046 dependencies:
1864 "@babel/runtime" "^7.17.2"2047 "@babel/runtime" "^7.17.9"
1865 "@polkadot/types-codec" "7.8.1"2048 "@polkadot/types-codec" "8.3.1"
1866 "@polkadot/util" "^8.4.1"2049 "@polkadot/util" "^9.1.1"
18672050
1868"@polkadot/types-known@7.8.1":2051"@polkadot/types-known@8.3.1":
1869 version "7.8.1"2052 version "8.3.1"
1870 resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-7.8.1.tgz#1ed7ed5f5bdd5eb8816258753c1f0fa881a0c38f"2053 resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-8.3.1.tgz#39432b0d58eca212aed9d985f452a5e93cca86dd"
1871 integrity sha512-qUTZq6B4tm+Gt3G/CvivZVHTD3NueTyNpv9/nEUWwOAmKgrZyJy7uLgGwHoqEjcXn+F86B3raIgp6WP+v8PibQ==2054 integrity sha512-qoNXPMTiuMJ1Ov5fxS85SWB3y9cwac8jQtfDq0TzAoOK6aAVSJbdOS9b4/Vgu0pLNpEhxeYZPtSyvKtS/RTEOQ==
1872 dependencies:2055 dependencies:
1873 "@babel/runtime" "^7.17.2"2056 "@babel/runtime" "^7.17.9"
1874 "@polkadot/networks" "^8.4.1"2057 "@polkadot/networks" "^9.1.1"
1875 "@polkadot/types" "7.8.1"2058 "@polkadot/types" "8.3.1"
1876 "@polkadot/types-codec" "7.8.1"2059 "@polkadot/types-codec" "8.3.1"
1877 "@polkadot/types-create" "7.8.1"2060 "@polkadot/types-create" "8.3.1"
1878 "@polkadot/util" "^8.4.1"2061 "@polkadot/util" "^9.1.1"
18792062
1880"@polkadot/types-support@7.8.1":2063"@polkadot/types-support@8.3.1":
1881 version "7.8.1"2064 version "8.3.1"
1882 resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-7.8.1.tgz#eb90303af6e8e5d0d2c9d188fcd9350567cb3e76"2065 resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-8.3.1.tgz#51e6c250f4b18586dc0f5ba96df912db96349566"
1883 integrity sha512-DybBup4JX4778h9sAZkilNrKZYRD0sTZKXbJb66TuL5g65VvC3NFDELpeD8GPCmRptf0GuH2uOx8wH7M9xNYDg==2066 integrity sha512-P8V28mH6VK8p5Cw+OT7ks62EWUa8f//P4mR03PC5XBgcd4pqbvo5BawPVYwARuENnmm46KLhlrcwy0QTHNCukQ==
1884 dependencies:2067 dependencies:
1885 "@babel/runtime" "^7.17.2"2068 "@babel/runtime" "^7.17.9"
1886 "@polkadot/util" "^8.4.1"2069 "@polkadot/util" "^9.1.1"
18872070
1888"@polkadot/types@7.8.1":2071"@polkadot/types@8.3.1":
1889 version "7.8.1"2072 version "8.3.1"
1890 resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-7.8.1.tgz#67ccf5f10fde4e47f007391f7c39c942cc12bdd8"2073 resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-8.3.1.tgz#3234d8ead45a59b608fe946d813563a17987fba5"
1891 integrity sha512-B+b3q5qprJb6PJGiJ1r6FiXW6LxH2SOFXkTpcFpJeM2wBkJmeQoiEQ7M/r8kkrqtORptfsrxmhbjMr0xvUHZHA==2074 integrity sha512-cpokZ4Ei/zduuojErwsei5LKRumkVb4GB4cvHWXEYorNai3MblRYW5huwMb/7+sPOiGHhPysFnHO9BZkrGTHAw==
1892 dependencies:2075 dependencies:
1893 "@babel/runtime" "^7.17.2"2076 "@babel/runtime" "^7.17.9"
1894 "@polkadot/keyring" "^8.4.1"2077 "@polkadot/keyring" "^9.1.1"
1895 "@polkadot/types-augment" "7.8.1"2078 "@polkadot/types-augment" "8.3.1"
1896 "@polkadot/types-codec" "7.8.1"2079 "@polkadot/types-codec" "8.3.1"
1897 "@polkadot/types-create" "7.8.1"2080 "@polkadot/types-create" "8.3.1"
1898 "@polkadot/util" "^8.4.1"2081 "@polkadot/util" "^9.1.1"
1899 "@polkadot/util-crypto" "^8.4.1"2082 "@polkadot/util-crypto" "^9.1.1"
1900 rxjs "^7.5.4"2083 rxjs "^7.5.5"
19012084
1902"@polkadot/util-crypto@8.4.1", "@polkadot/util-crypto@^8.4.1":2085"@polkadot/util-crypto@9.1.1", "@polkadot/util-crypto@^9.1.1":
1903 version "8.4.1"2086 version "9.1.1"
1904 resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-8.4.1.tgz#41ff754dc995b681913fc0a484bb0d309221a703"2087 resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-9.1.1.tgz#3826f8377beabee3efd6ff8a54c4899e6ee4819c"
1905 integrity sha512-mWjp83aIWw+EhKN9RkUDmubXibo25q5yHJl4BGm2gT71yTZcABB7q1SGfpDqLH9AB3eXJiutqhC4L3SH7YZ+6Q==2088 integrity sha512-FiQ4u8q1QZNdE2MUMb3JupbSMei9Ww6Czo/QYPguy73Tp6OH3G9OX8abBgTUwS/gX/CFcbHajhb3oi95v0IgVg==
1906 dependencies:2089 dependencies:
1907 "@babel/runtime" "^7.17.2"2090 "@babel/runtime" "^7.17.9"
1908 "@noble/hashes" "1.0.0"2091 "@noble/hashes" "1.0.0"
1909 "@noble/secp256k1" "1.5.2"2092 "@noble/secp256k1" "1.5.5"
1910 "@polkadot/networks" "8.4.1"2093 "@polkadot/networks" "9.1.1"
1911 "@polkadot/util" "8.4.1"2094 "@polkadot/util" "9.1.1"
1912 "@polkadot/wasm-crypto" "^4.5.1"2095 "@polkadot/wasm-crypto" "^6.0.1"
1913 "@polkadot/x-bigint" "8.4.1"2096 "@polkadot/x-bigint" "9.1.1"
1914 "@polkadot/x-randomvalues" "8.4.1"2097 "@polkadot/x-randomvalues" "9.1.1"
1915 "@scure/base" "1.0.0"2098 "@scure/base" "1.0.0"
1916 ed2curve "^0.3.0"2099 ed2curve "^0.3.0"
1917 tweetnacl "^1.0.3"2100 tweetnacl "^1.0.3"
19182101
1919"@polkadot/util@8.4.1", "@polkadot/util@^8.4.1":2102"@polkadot/util@9.1.1", "@polkadot/util@^9.1.1":
1920 version "8.4.1"2103 version "9.1.1"
1921 resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-8.4.1.tgz#b84835c55585c8b5fc5608a99aa62ac815292ae7"2104 resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-9.1.1.tgz#7b6eda0130fd578f7fa14821ed9b82e1e48efcdb"
1922 integrity sha512-8+wqHgFbFWI5TfrvtcL888w0nWvFpbTTYIcbpEw+zYGp3n1YZTAMMP26bXWAaQX5AttxynJRij7JP3ySxYY1fg==2105 integrity sha512-eJzyrM0+b+DLo1hD+y4Al1DOEdF0UEUVnWqWZNIx2fuKsgG72gFosJM0EOjbVoxq8B1Hx3KOCNc0fl3Mpc9oYQ==
1923 dependencies:2106 dependencies:
1924 "@babel/runtime" "^7.17.2"2107 "@babel/runtime" "^7.17.9"
1925 "@polkadot/x-bigint" "8.4.1"2108 "@polkadot/x-bigint" "9.1.1"
1926 "@polkadot/x-global" "8.4.1"2109 "@polkadot/x-global" "9.1.1"
1927 "@polkadot/x-textdecoder" "8.4.1"2110 "@polkadot/x-textdecoder" "9.1.1"
1928 "@polkadot/x-textencoder" "8.4.1"2111 "@polkadot/x-textencoder" "9.1.1"
1929 "@types/bn.js" "^5.1.0"2112 "@types/bn.js" "^5.1.0"
1930 bn.js "^5.2.0"2113 bn.js "^5.2.0"
1931 ip-regex "^4.3.0"2114 ip-regex "^4.3.0"
19322115
1933"@polkadot/wasm-crypto-asmjs@^4.5.1":2116"@polkadot/wasm-crypto-asmjs@^6.0.1":
1934 version "4.5.1"2117 version "6.0.1"
1935 resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-4.5.1.tgz#e1025a49e106db11d1187caf65f56c960ea2ad2b"2118 resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-6.0.1.tgz#64a5ac84d3e7e23a57429fb8932e51161644d536"
1936 integrity sha512-DOdRiWhxVvmqTvp+E9z1j+Yr0zDOGsDvqnT/eNw0Dl1FVUOImsEa7FKns/urASmcxCVEE1jtUWSnij29jrORMQ==2119 integrity sha512-cSGsHBLfPW2nHztgZd+gisCoScA02jbAzwjop/b8xumQ2kq7yAed/K9G1lOQiofEKRetIJeqBzJyk0etopRORw==
1937 dependencies:2120 dependencies:
1938 "@babel/runtime" "^7.16.3"2121 "@babel/runtime" "^7.17.9"
19392122
1940"@polkadot/wasm-crypto-wasm@^4.5.1":2123"@polkadot/wasm-crypto-wasm@^6.0.1":
1941 version "4.5.1"2124 version "6.0.1"
1942 resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-4.5.1.tgz#063a58ff7ddd939b7886a6a238109a8d2c416e46"2125 resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-6.0.1.tgz#d77033f184f46891411453d798a0d5f2e1129e88"
1943 integrity sha512-hPwke85HxpgG/RAlwdCE8u5w7bThvWg399mlB+XjogXMxOUWBZSgq2XYbgzROUXx27inK9nStF4Pnc4zJnqs9A==2126 integrity sha512-0r/QgOjIyw4U0mLk6Tm97Di92uxcSPjTo7dK6tdXo1PwYouhzO5IJnL/jNgma8dm5hQoBhk7rcErmkh8c1kLFQ==
1944 dependencies:2127 dependencies:
1945 "@babel/runtime" "^7.16.3"2128 "@babel/runtime" "^7.17.9"
19462129
1947"@polkadot/wasm-crypto@^4.5.1":2130"@polkadot/wasm-crypto@^6.0.1":
1948 version "4.5.1"2131 version "6.0.1"
1949 resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto/-/wasm-crypto-4.5.1.tgz#e1ac6d846a0ad8e991cec128994524183ef6e8fd"2132 resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto/-/wasm-crypto-6.0.1.tgz#47e79133446f7c3e1afd35be844ce0e793b56bee"
1950 integrity sha512-Cr21ais3Kq3aedIHZ3J1tjgeD/+K8FCiwEawr0oRywNBSJR8wyuZMePs4swR/6xm8wbBkpqoBVHz/UQHqqQJmA==2133 integrity sha512-nW5DDrciHGbZbj0Xh7w0Bnh5exSJUw96Zux7RuGfXuoXXHZBcf0QiB4E2dcVh3d/NkF7PkB99FlkdQxQp4M0Rg==
1951 dependencies:2134 dependencies:
1952 "@babel/runtime" "^7.16.3"2135 "@babel/runtime" "^7.17.9"
1953 "@polkadot/wasm-crypto-asmjs" "^4.5.1"2136 "@polkadot/wasm-crypto-asmjs" "^6.0.1"
1954 "@polkadot/wasm-crypto-wasm" "^4.5.1"2137 "@polkadot/wasm-crypto-wasm" "^6.0.1"
19552138
1956"@polkadot/x-bigint@8.4.1":2139"@polkadot/x-bigint@9.1.1":
1957 version "8.4.1"2140 version "9.1.1"
1958 resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-8.4.1.tgz#d3ccddd26cdc5413f5c722d8c53ec523299e3ff1"2141 resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-9.1.1.tgz#d435a23013f2a7d3e107c8705241ea7fbdf0f3c5"
1959 integrity sha512-QVP0UMoM0nBD998s3ESeaoSiVMEnHK3x0CCqocKO4l7ADNw8lfWdDG7Bb0+ymNaFYGz2KgEWxkN0VhNEnXzo0w==2142 integrity sha512-1At5Gut4Wzep59vKTATCMWwm6EG0h+vq/qftou5kvt8u0QI2+YGJ5LAXzHk3n0/OOn8cvuAzS2kYQ4duE7YA+g==
1960 dependencies:2143 dependencies:
1961 "@babel/runtime" "^7.17.2"2144 "@babel/runtime" "^7.17.9"
1962 "@polkadot/x-global" "8.4.1"2145 "@polkadot/x-global" "9.1.1"
19632146
1964"@polkadot/x-fetch@^8.4.1":2147"@polkadot/x-fetch@^9.1.1":
1965 version "8.4.1"2148 version "9.1.1"
1966 resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-8.4.1.tgz#7254cdb70b61aea79debd7d0c9ae5e126f78d90d"2149 resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-9.1.1.tgz#84cb1464dd0d956603a39c7c86d35c17d26e461a"
1967 integrity sha512-DPkgXZYt1B4xCzEw/3hxRc4/lR+NEr/b/GYijSPM8UsVoEKqHWTx2qCXrxvmKh1WD9reQ+oUACPVjRcBz5bs+g==2150 integrity sha512-hoV/73i8znFCTOaDElGPQAF0AcOV9C7QAq7oJkkfaTqLaRbn2rKg7ZiwLzbFo/8YYGq3QTRcO4gzd5UD2NXZ0Q==
1968 dependencies:2151 dependencies:
1969 "@babel/runtime" "^7.17.2"2152 "@babel/runtime" "^7.17.9"
1970 "@polkadot/x-global" "8.4.1"2153 "@polkadot/x-global" "9.1.1"
1971 "@types/node-fetch" "^2.5.12"2154 "@types/node-fetch" "^2.6.1"
1972 node-fetch "^2.6.7"2155 node-fetch "^2.6.7"
19732156
1974"@polkadot/x-global@8.4.1", "@polkadot/x-global@^8.4.1":2157"@polkadot/x-global@9.1.1", "@polkadot/x-global@^9.1.1":
1975 version "8.4.1"2158 version "9.1.1"
1976 resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-8.4.1.tgz#61def1f5962001200c17b9fde92f6837736b3c55"2159 resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-9.1.1.tgz#6f3baf150b4e489312068b84a3fc9a77efb1c8d2"
1977 integrity sha512-MQs89LKQrJwiXjV7dY2kDOPNaiWrwaQ/Fzg93ycB2xMCclRV1jRFRhnhTPJ8Ao79lhCCoazd7pXIyFgfifxdqg==2160 integrity sha512-2aP6edHMPE14mQUFA8ipiB74PKoS6/wFWjTSbGqVOkGN0B7/kvX0/bW2fb6jPcfQlutPeqGN6dZnraoqzTzv6w==
1978 dependencies:2161 dependencies:
1979 "@babel/runtime" "^7.17.2"2162 "@babel/runtime" "^7.17.9"
19802163
1981"@polkadot/x-randomvalues@8.4.1":2164"@polkadot/x-randomvalues@9.1.1":
1982 version "8.4.1"2165 version "9.1.1"
1983 resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-8.4.1.tgz#4488d2d6b982e7b2ecafc573cd25e3f1e85a512c"2166 resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-9.1.1.tgz#1220a1d0e9bdfaf6515763a29e6ae523f7de4c4e"
1984 integrity sha512-1dRIFIib4RzyVo0k5oMLuxqSuZEV6UVvvN+jJw9G/9P1ggZtHjM1KwoFcyHgvpk2RWTB9eJZFemwSvQTpdmSJw==2167 integrity sha512-so99yggz5QoCHaVLxekIPK7Ia8Aynv0pPmTroGpWUrR1Gjj5l1dU7lN3sfyA7MBij4uGYiI3sSma5KmlRYawiQ==
1985 dependencies:2168 dependencies:
1986 "@babel/runtime" "^7.17.2"2169 "@babel/runtime" "^7.17.9"
1987 "@polkadot/x-global" "8.4.1"2170 "@polkadot/x-global" "9.1.1"
19882171
1989"@polkadot/x-textdecoder@8.4.1":2172"@polkadot/x-textdecoder@9.1.1":
1990 version "8.4.1"2173 version "9.1.1"
1991 resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-8.4.1.tgz#5a227006d183f5ec3a8a331ca38e4969d24c4a97"2174 resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-9.1.1.tgz#080aedf20e1d317da0bf350cba59793e37bca4a1"
1992 integrity sha512-qbSXyR2KvE1bO6QGsxWU3Yrx5e70rX2lwv0MHG++MyyNaDoBM3hjx14lF911bYRWXR6MW4eZ+0Nakn0oM5uSKw==2175 integrity sha512-0eQPesYOfpdetHMIzTUiXcMOPzjX2hzgdSC9Q64iGWoRKwly1clUQ9SPlwEmkRF7ulPcq1pZv2kgHdKNj+lL8g==
1993 dependencies:2176 dependencies:
1994 "@babel/runtime" "^7.17.2"2177 "@babel/runtime" "^7.17.9"
1995 "@polkadot/x-global" "8.4.1"2178 "@polkadot/x-global" "9.1.1"
19962179
1997"@polkadot/x-textencoder@8.4.1":2180"@polkadot/x-textencoder@9.1.1":
1998 version "8.4.1"2181 version "9.1.1"
1999 resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-8.4.1.tgz#ea01733ce6b80821bf8af943a1d98878a9150af5"2182 resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-9.1.1.tgz#d735f4fc8384b7748d83f6b8ea814f5c0a9f13ee"
2000 integrity sha512-1UYuckNOk6NUk70Y/SGbK8oyGbqPlrny1x2OWoK/BT3/tyL2xKVV5TlXDOiFrX1PChbskXye5M8blCTYikFiJg==2183 integrity sha512-DyemF56si5xgXLS+l9yl3YivC2cLFlGSUarKyrP+MRVAqVKlLc9h3KXDxwnVxNeLVTg2gxSLpxo6pGqLydtFaQ==
2001 dependencies:2184 dependencies:
2002 "@babel/runtime" "^7.17.2"2185 "@babel/runtime" "^7.17.9"
2003 "@polkadot/x-global" "8.4.1"2186 "@polkadot/x-global" "9.1.1"
20042187
2005"@polkadot/x-ws@^8.4.1":2188"@polkadot/x-ws@^9.1.1":
2006 version "8.4.1"2189 version "9.1.1"
2007 resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-8.4.1.tgz#502fc034588cd81ed9dc0301ca70197bf3d78799"2190 resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-9.1.1.tgz#5a0deef84bc22fa5b1f629acfbccb2cdb09ecdb7"
2008 integrity sha512-u9rsJdVrBkSARy8BhJPho1yMMBSiI/Z/W8ZQRr1I28/QOwl02VYktFpFWWrhkBHsL9JlZ0wfnyKBPXrw8Wp2Vw==2191 integrity sha512-jojrlEbeabRRCj0449IDg7BTOOntinMDZJJkABnPG3WnTtHa82TZQmrrdE51PIolGwFW6qDamh9IQcfI/Ir7Yw==
2009 dependencies:2192 dependencies:
2010 "@babel/runtime" "^7.17.2"2193 "@babel/runtime" "^7.17.9"
2011 "@polkadot/x-global" "8.4.1"2194 "@polkadot/x-global" "9.1.1"
2012 "@types/websocket" "^1.0.5"2195 "@types/websocket" "^1.0.5"
2013 websocket "^1.0.34"2196 websocket "^1.0.34"
20142197
2019 dependencies:2202 dependencies:
2020 slash "^3.0.0"2203 slash "^3.0.0"
20212204
2022"@rollup/plugin-commonjs@^21.0.1":2205"@rollup/plugin-commonjs@^22.0.0":
2023 version "21.0.1"2206 version "22.0.0"
2024 resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-21.0.1.tgz#1e57c81ae1518e4df0954d681c642e7d94588fee"2207 resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.0.tgz#f4d87016e2fbf187a593ab9f46626fe05b59e8bd"
2025 integrity sha512-EA+g22lbNJ8p5kuZJUYyhhDK7WgJckW5g4pNN7n4mAFUM96VuwUnNT3xr2Db2iCZPI1pJPbGyfT5mS9T1dHfMg==2208 integrity sha512-Ktvf2j+bAO+30awhbYoCaXpBcyPmJbaEUYClQns/+6SNCYFURbvBiNbWgHITEsIgDDWCDUclWRKEuf8cwZCFoQ==
2026 dependencies:2209 dependencies:
2027 "@rollup/pluginutils" "^3.1.0"2210 "@rollup/pluginutils" "^3.1.0"
2028 commondir "^1.0.1"2211 commondir "^1.0.1"
2048 dependencies:2231 dependencies:
2049 "@rollup/pluginutils" "^3.0.8"2232 "@rollup/pluginutils" "^3.0.8"
20502233
2051"@rollup/plugin-node-resolve@^13.1.3":2234"@rollup/plugin-node-resolve@^13.3.0":
2052 version "13.1.3"2235 version "13.3.0"
2053 resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.1.3.tgz#2ed277fb3ad98745424c1d2ba152484508a92d79"2236 resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.3.0.tgz#da1c5c5ce8316cef96a2f823d111c1e4e498801c"
2054 integrity sha512-BdxNk+LtmElRo5d06MGY4zoepyrXX1tkzX2hrnPEZ53k78GuOMWLqmJDGIIOPwVRIFZrLQOo+Yr6KtCuLIA0AQ==2237 integrity sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw==
2055 dependencies:2238 dependencies:
2056 "@rollup/pluginutils" "^3.1.0"2239 "@rollup/pluginutils" "^3.1.0"
2057 "@types/resolve" "1.17.1"2240 "@types/resolve" "1.17.1"
2058 builtin-modules "^3.1.0"
2059 deepmerge "^4.2.2"2241 deepmerge "^4.2.2"
2242 is-builtin-module "^3.1.0"
2060 is-module "^1.0.0"2243 is-module "^1.0.0"
2061 resolve "^1.19.0"2244 resolve "^1.19.0"
20622245
2069 estree-walker "^1.0.1"2252 estree-walker "^1.0.1"
2070 picomatch "^2.2.2"2253 picomatch "^2.2.2"
20712254
2072"@rushstack/eslint-patch@^1.1.0":2255"@rushstack/eslint-patch@^1.1.3":
2073 version "1.1.0"2256 version "1.1.3"
2074 resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.1.0.tgz#7f698254aadf921e48dda8c0a6b304026b8a9323"2257 resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.1.3.tgz#6801033be7ff87a6b7cadaf5b337c9f366a3c4b0"
2075 integrity sha512-JLo+Y592QzIE+q7Dl2pMUtt4q8SKYI5jDrZxrozEQxnGVOyYE+GWK9eLkwTaeN9DDctlaRAQ3TBmzZ1qdLE30A==2258 integrity sha512-WiBSI6JBIhC6LRIsB2Kwh8DsGTlbBU+mLRxJmAe3LjHTdkDpwIbEOZgoXBbZilk/vlfjK8i6nKRAvIRn1XaIMw==
20762259
2077"@scure/base@1.0.0":2260"@scure/base@1.0.0":
2078 version "1.0.0"2261 version "1.0.0"
2079 resolved "https://registry.yarnpkg.com/@scure/base/-/base-1.0.0.tgz#109fb595021de285f05a7db6806f2f48296fcee7"2262 resolved "https://registry.yarnpkg.com/@scure/base/-/base-1.0.0.tgz#109fb595021de285f05a7db6806f2f48296fcee7"
2080 integrity sha512-gIVaYhUsy+9s58m/ETjSJVKHhKTBMmcRb9cEV5/5dwvfDlfORjKrFsDeDHWRrm6RjcPvCLZFwGJjAjLj1gg4HA==2263 integrity sha512-gIVaYhUsy+9s58m/ETjSJVKHhKTBMmcRb9cEV5/5dwvfDlfORjKrFsDeDHWRrm6RjcPvCLZFwGJjAjLj1gg4HA==
20812264
2265"@sinclair/typebox@^0.23.3":
2266 version "0.23.5"
2267 resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.23.5.tgz#93f7b9f4e3285a7a9ade7557d9a8d36809cbc47d"
2268 integrity sha512-AFBVi/iT4g20DHoujvMH1aEDn8fGJh4xsRGCP6d8RpLPMqsNPvW01Jcn0QysXTsg++/xj25NmJsGyH9xug/wKg==
2269
2082"@sindresorhus/is@^0.14.0":2270"@sindresorhus/is@^0.14.0":
2083 version "0.14.0"2271 version "0.14.0"
2084 resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"2272 resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
2091 dependencies:2279 dependencies:
2092 type-detect "4.0.8"2280 type-detect "4.0.8"
20932281
2094"@sinonjs/fake-timers@^8.0.1":2282"@sinonjs/fake-timers@^9.1.1":
2095 version "8.1.0"2283 version "9.1.2"
2096 resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz#3fdc2b6cb58935b21bfb8d1625eb1300484316e7"2284 resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-9.1.2.tgz#4eaab737fab77332ab132d396a3c0d364bd0ea8c"
2097 integrity sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==2285 integrity sha512-BPS4ynJW/o92PUR4wgriz2Ud5gpST5vz6GQfMixEDK0Z8ZCUv2M7SkBLykH56T++Xs+8ln9zTGbOvNGIe02/jw==
2098 dependencies:2286 dependencies:
2099 "@sinonjs/commons" "^1.7.0"2287 "@sinonjs/commons" "^1.7.0"
21002288
2101"@substrate/ss58-registry@^1.14.0":2289"@substrate/connect-extension-protocol@^1.0.0":
2102 version "1.14.0"2290 version "1.0.0"
2103 resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.14.0.tgz#0ad216d3e213a79746959c2c371ec1fdebe4de86"2291 resolved "https://registry.yarnpkg.com/@substrate/connect-extension-protocol/-/connect-extension-protocol-1.0.0.tgz#d452beda84b3ebfcf0e88592a4695e729a91e858"
2104 integrity sha512-SRZqDyGcImk1Wr2xZo9xp6BeydX0dJk/QJdKPb18oc+tc3OZ8NofuT587TRJsz6qPMCTyNWUNRrqnApgAB/B3g==2292 integrity sha512-nFVuKdp71hMd/MGlllAOh+a2hAqt8m6J2G0aSsS/RcALZexxF9jodbFc62ni8RDtJboeOfXAHhenYOANvJKPIg==
21052293
2294"@substrate/connect@0.7.2":
2295 version "0.7.2"
2296 resolved "https://registry.yarnpkg.com/@substrate/connect/-/connect-0.7.2.tgz#a2440a7a85a75acbc839745b301d5b8b81cbac5d"
2297 integrity sha512-8GWdrN7qbClYLa9LmETJnywT5fknEQeMw+QKvkUMvsHKegHD0Zkhi0K484mKxRN9RGwcPsKHPj1gMk8xlZuJ9g==
2298 dependencies:
2299 "@substrate/connect-extension-protocol" "^1.0.0"
2300 "@substrate/smoldot-light" "0.6.15"
2301 eventemitter3 "^4.0.7"
2302
2303"@substrate/smoldot-light@0.6.15":
2304 version "0.6.15"
2305 resolved "https://registry.yarnpkg.com/@substrate/smoldot-light/-/smoldot-light-0.6.15.tgz#f3fd2a9fa2e3a579d2bf0c13590fb48db4935f9f"
2306 integrity sha512-c2tJCSp9Litsn/p8wY1FfEqIkJI8Peh89BU7T43bruWRO2SSgLVh0cIVbOCY4en90tIOX4W0CueRWFBRQz7BjQ==
2307 dependencies:
2308 buffer "^6.0.1"
2309 pako "^2.0.4"
2310 websocket "^1.0.32"
2311
2312"@substrate/ss58-registry@^1.17.0":
2313 version "1.17.0"
2314 resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.17.0.tgz#a6a50dbef67da0114aff7cdae7c6eec685c5983b"
2315 integrity sha512-YdQOxCtEZLnYZFg/zSzfROYtvIs5+iLD7p/VHoll7AVEhrPAmxgF5ggMDB2Dass7dfwABVx7heATbPFNg95Q8w==
2316
2106"@szmarczak/http-timer@^1.1.2":2317"@szmarczak/http-timer@^1.1.2":
2107 version "1.1.2"2318 version "1.1.2"
2108 resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421"2319 resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421"
2109 integrity sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==2320 integrity sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==
2110 dependencies:2321 dependencies:
2111 defer-to-connect "^1.0.1"2322 defer-to-connect "^1.0.1"
21122323
2113"@tootallnate/once@1":2324"@tootallnate/once@2":
2114 version "1.1.2"2325 version "2.0.0"
2115 resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"2326 resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf"
2116 integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==2327 integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==
21172328
2118"@tsconfig/node10@^1.0.7":2329"@tsconfig/node10@^1.0.7":
2119 version "1.0.8"2330 version "1.0.8"
2135 resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e"2346 resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e"
2136 integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==2347 integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==
21372348
2138"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14":2349"@types/babel__core@^7.1.14":
2139 version "7.1.18"2350 version "7.1.18"
2140 resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.18.tgz#1a29abcc411a9c05e2094c98f9a1b7da6cdf49f8"2351 resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.18.tgz#1a29abcc411a9c05e2094c98f9a1b7da6cdf49f8"
2141 integrity sha512-S7unDjm/C7z2A2R9NzfKCK1I+BAALDtxEmsJBwlB3EzNfb929ykjL++1CK9LO++EIp2fQrC8O+BwjKvz6UeDyQ==2352 integrity sha512-S7unDjm/C7z2A2R9NzfKCK1I+BAALDtxEmsJBwlB3EzNfb929ykjL++1CK9LO++EIp2fQrC8O+BwjKvz6UeDyQ==
2161 "@babel/parser" "^7.1.0"2372 "@babel/parser" "^7.1.0"
2162 "@babel/types" "^7.0.0"2373 "@babel/types" "^7.0.0"
21632374
2164"@types/babel__traverse@*", "@types/babel__traverse@^7.0.4", "@types/babel__traverse@^7.0.6":2375"@types/babel__traverse@*", "@types/babel__traverse@^7.0.6":
2165 version "7.14.2"2376 version "7.14.2"
2166 resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.14.2.tgz#ffcd470bbb3f8bf30481678fb5502278ca833a43"2377 resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.14.2.tgz#ffcd470bbb3f8bf30481678fb5502278ca833a43"
2167 integrity sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==2378 integrity sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==
2189 dependencies:2400 dependencies:
2190 "@types/chai" "*"2401 "@types/chai" "*"
21912402
2192"@types/chai@*", "@types/chai@^4.3.0":2403"@types/chai@*":
2193 version "4.3.0"2404 version "4.3.0"
2194 resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.0.tgz#23509ebc1fa32f1b4d50d6a66c4032d5b8eaabdc"2405 resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.0.tgz#23509ebc1fa32f1b4d50d6a66c4032d5b8eaabdc"
2195 integrity sha512-/ceqdqeRraGolFTcfoXNiqjyQhZzbINDngeoAq9GoHa8PPK1yNzTaxWjA6BFWp5Ua9JpXEMSS4s5i9tS0hOJtw==2406 integrity sha512-/ceqdqeRraGolFTcfoXNiqjyQhZzbINDngeoAq9GoHa8PPK1yNzTaxWjA6BFWp5Ua9JpXEMSS4s5i9tS0hOJtw==
21962407
2408"@types/chai@^4.3.1":
2409 version "4.3.1"
2410 resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.1.tgz#e2c6e73e0bdeb2521d00756d099218e9f5d90a04"
2411 integrity sha512-/zPMqDkzSZ8t3VtxOa4KPq7uzzW978M9Tvh+j7GHKuo6k6GTLxPJ4J5gE5cjfJ26pnXst0N5Hax8Sr0T2Mi9zQ==
2412
2197"@types/chrome@^0.0.171":2413"@types/chrome@^0.0.171":
2198 version "0.0.171"2414 version "0.0.171"
2199 resolved "https://registry.yarnpkg.com/@types/chrome/-/chrome-0.0.171.tgz#6ee9aca52fabbe645372088fcc86b33cff33fcba"2415 resolved "https://registry.yarnpkg.com/@types/chrome/-/chrome-0.0.171.tgz#6ee9aca52fabbe645372088fcc86b33cff33fcba"
2224 resolved "https://registry.yarnpkg.com/@types/filewriter/-/filewriter-0.0.29.tgz#a48795ecadf957f6c0d10e0c34af86c098fa5bee"2440 resolved "https://registry.yarnpkg.com/@types/filewriter/-/filewriter-0.0.29.tgz#a48795ecadf957f6c0d10e0c34af86c098fa5bee"
2225 integrity sha512-BsPXH/irW0ht0Ji6iw/jJaK8Lj3FJemon2gvEqHKpCdDCeemHa+rI3WBGq5z7cDMZgoLjY40oninGxqk+8NzNQ==2441 integrity sha512-BsPXH/irW0ht0Ji6iw/jJaK8Lj3FJemon2gvEqHKpCdDCeemHa+rI3WBGq5z7cDMZgoLjY40oninGxqk+8NzNQ==
22262442
2227"@types/graceful-fs@^4.1.2":2443"@types/graceful-fs@^4.1.3":
2228 version "4.1.5"2444 version "4.1.5"
2229 resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.5.tgz#21ffba0d98da4350db64891f92a9e5db3cdb4e15"2445 resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.5.tgz#21ffba0d98da4350db64891f92a9e5db3cdb4e15"
2230 integrity sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==2446 integrity sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==
2255 dependencies:2471 dependencies:
2256 "@types/istanbul-lib-report" "*"2472 "@types/istanbul-lib-report" "*"
22572473
2474"@types/jsdom@^16.2.4":
2475 version "16.2.14"
2476 resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-16.2.14.tgz#26fe9da6a8870715b154bb84cd3b2e53433d8720"
2477 integrity sha512-6BAy1xXEmMuHeAJ4Fv4yXKwBDTGTOseExKE3OaHiNycdHdZw59KfYzrt0DkDluvwmik1HRt6QS7bImxUmpSy+w==
2478 dependencies:
2479 "@types/node" "*"
2480 "@types/parse5" "*"
2481 "@types/tough-cookie" "*"
2482
2258"@types/json-schema@^7.0.9":2483"@types/json-schema@^7.0.9":
2259 version "7.0.9"2484 version "7.0.9"
2260 resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"2485 resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
2265 resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"2490 resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
2266 integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=2491 integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
22672492
2268"@types/mocha@^9.1.0":2493"@types/mocha@^9.1.1":
2269 version "9.1.0"2494 version "9.1.1"
2270 resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.0.tgz#baf17ab2cca3fcce2d322ebc30454bff487efad5"2495 resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4"
2271 integrity sha512-QCWHkbMv4Y5U9oW10Uxbr45qMMSzl4OzijsozynUAgx3kEHUdXB00udx2dWDQ7f2TU2a2uuiFaRZjCe3unPpeg==2496 integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==
22722497
2273"@types/node-fetch@^2.5.12":2498"@types/node-fetch@^2.6.1":
2274 version "2.6.1"2499 version "2.6.1"
2275 resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.1.tgz#8f127c50481db65886800ef496f20bbf15518975"2500 resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.1.tgz#8f127c50481db65886800ef496f20bbf15518975"
2276 integrity sha512-oMqjURCaxoSIsHSr1E47QHzbmzNR5rK8McHuNb11BOM9cHcIK3Avy0s/b2JlXHoQGTYS3NsvWzV1M0iK7l0wbA==2501 integrity sha512-oMqjURCaxoSIsHSr1E47QHzbmzNR5rK8McHuNb11BOM9cHcIK3Avy0s/b2JlXHoQGTYS3NsvWzV1M0iK7l0wbA==
2277 dependencies:2502 dependencies:
2278 "@types/node" "*"2503 "@types/node" "*"
2279 form-data "^3.0.0"2504 form-data "^3.0.0"
22802505
2281"@types/node@*", "@types/node@^17.0.18":2506"@types/node@*":
2282 version "17.0.18"2507 version "17.0.18"
2283 resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.18.tgz#3b4fed5cfb58010e3a2be4b6e74615e4847f1074"2508 resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.18.tgz#3b4fed5cfb58010e3a2be4b6e74615e4847f1074"
2284 integrity sha512-eKj4f/BsN/qcculZiRSujogjvp5O/k4lOW5m35NopjZM/QwLOR075a8pJW5hD+Rtdm2DaCVPENS6KtSQnUD6BA==2509 integrity sha512-eKj4f/BsN/qcculZiRSujogjvp5O/k4lOW5m35NopjZM/QwLOR075a8pJW5hD+Rtdm2DaCVPENS6KtSQnUD6BA==
2288 resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.46.tgz#7e49dee4c54fd19584e6a9e0da5f3dc2e9136bc7"2513 resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.46.tgz#7e49dee4c54fd19584e6a9e0da5f3dc2e9136bc7"
2289 integrity sha512-cPjLXj8d6anFPzFvOPxS3fvly3Shm5nTfl6g8X5smexixbuGUf7hfr21J5tX9JW+UPStp/5P5R8qrKL5IyVJ+A==2514 integrity sha512-cPjLXj8d6anFPzFvOPxS3fvly3Shm5nTfl6g8X5smexixbuGUf7hfr21J5tX9JW+UPStp/5P5R8qrKL5IyVJ+A==
22902515
2516"@types/node@^17.0.31":
2517 version "17.0.31"
2518 resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.31.tgz#a5bb84ecfa27eec5e1c802c6bbf8139bdb163a5d"
2519 integrity sha512-AR0x5HbXGqkEx9CadRH3EBYx/VkiUgZIhP4wvPn/+5KIsgpNoyFaRlVe0Zlx9gRtg8fA06a9tskE2MSN7TcG4Q==
2520
2521"@types/parse5@*":
2522 version "6.0.3"
2523 resolved "https://registry.yarnpkg.com/@types/parse5/-/parse5-6.0.3.tgz#705bb349e789efa06f43f128cef51240753424cb"
2524 integrity sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==
2525
2291"@types/pbkdf2@^3.0.0":2526"@types/pbkdf2@^3.0.0":
2292 version "3.1.0"2527 version "3.1.0"
2293 resolved "https://registry.yarnpkg.com/@types/pbkdf2/-/pbkdf2-3.1.0.tgz#039a0e9b67da0cdc4ee5dab865caa6b267bb66b1"2528 resolved "https://registry.yarnpkg.com/@types/pbkdf2/-/pbkdf2-3.1.0.tgz#039a0e9b67da0cdc4ee5dab865caa6b267bb66b1"
2319 resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"2554 resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
2320 integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==2555 integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==
23212556
2557"@types/tough-cookie@*":
2558 version "4.0.2"
2559 resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.2.tgz#6286b4c7228d58ab7866d19716f3696e03a09397"
2560 integrity sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw==
2561
2322"@types/websocket@^1.0.5":2562"@types/websocket@^1.0.5":
2323 version "1.0.5"2563 version "1.0.5"
2324 resolved "https://registry.yarnpkg.com/@types/websocket/-/websocket-1.0.5.tgz#3fb80ed8e07f88e51961211cd3682a3a4a81569c"2564 resolved "https://registry.yarnpkg.com/@types/websocket/-/websocket-1.0.5.tgz#3fb80ed8e07f88e51961211cd3682a3a4a81569c"
2331 resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.1.tgz#3b9ce2489919d9e4fea439b76916abc34b2df129"2571 resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.1.tgz#3b9ce2489919d9e4fea439b76916abc34b2df129"
2332 integrity sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==2572 integrity sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==
23332573
2334"@types/yargs@^16.0.0":2574"@types/yargs@^17.0.8":
2335 version "16.0.4"2575 version "17.0.10"
2336 resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.4.tgz#26aad98dd2c2a38e421086ea9ad42b9e51642977"2576 resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.10.tgz#591522fce85d8739bca7b8bb90d048e4478d186a"
2337 integrity sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==2577 integrity sha512-gmEaFwpj/7f/ROdtIlci1R1VYU1J4j95m8T+Tj3iBgiBFKg1foE/PSl93bBd5T9LDXNPo8UlNN6W0qwD8O5OaA==
2338 dependencies:2578 dependencies:
2339 "@types/yargs-parser" "*"2579 "@types/yargs-parser" "*"
23402580
2341"@typescript-eslint/eslint-plugin@5.12.0", "@typescript-eslint/eslint-plugin@^5.12.0":2581"@typescript-eslint/eslint-plugin@5.22.0", "@typescript-eslint/eslint-plugin@^5.22.0":
2342 version "5.12.0"2582 version "5.22.0"
2343 resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.12.0.tgz#bb46dd7ce7015c0928b98af1e602118e97df6c70"2583 resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.22.0.tgz#7b52a0de2e664044f28b36419210aea4ab619e2a"
2344 integrity sha512-fwCMkDimwHVeIOKeBHiZhRUfJXU8n6xW1FL9diDxAyGAFvKcH4csy0v7twivOQdQdA0KC8TDr7GGRd3L4Lv0rQ==2584 integrity sha512-YCiy5PUzpAeOPGQ7VSGDEY2NeYUV1B0swde2e0HzokRsHBYjSdF6DZ51OuRZxVPHx0032lXGLvOMls91D8FXlg==
2345 dependencies:2585 dependencies:
2346 "@typescript-eslint/scope-manager" "5.12.0"2586 "@typescript-eslint/scope-manager" "5.22.0"
2347 "@typescript-eslint/type-utils" "5.12.0"2587 "@typescript-eslint/type-utils" "5.22.0"
2348 "@typescript-eslint/utils" "5.12.0"2588 "@typescript-eslint/utils" "5.22.0"
2349 debug "^4.3.2"2589 debug "^4.3.2"
2350 functional-red-black-tree "^1.0.1"2590 functional-red-black-tree "^1.0.1"
2351 ignore "^5.1.8"2591 ignore "^5.1.8"
2352 regexpp "^3.2.0"2592 regexpp "^3.2.0"
2353 semver "^7.3.5"2593 semver "^7.3.5"
2354 tsutils "^3.21.0"2594 tsutils "^3.21.0"
23552595
2356"@typescript-eslint/parser@5.12.0", "@typescript-eslint/parser@^5.12.0":2596"@typescript-eslint/parser@5.22.0", "@typescript-eslint/parser@^5.22.0":
2357 version "5.12.0"2597 version "5.22.0"
2358 resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.12.0.tgz#0ca669861813df99ce54916f66f524c625ed2434"2598 resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.22.0.tgz#7bedf8784ef0d5d60567c5ba4ce162460e70c178"
2359 integrity sha512-MfSwg9JMBojMUoGjUmX+D2stoQj1CBYTCP0qnnVtu9A+YQXVKNtLjasYh+jozOcrb/wau8TCfWOkQTiOAruBog==2599 integrity sha512-piwC4krUpRDqPaPbFaycN70KCP87+PC5WZmrWs+DlVOxxmF+zI6b6hETv7Quy4s9wbkV16ikMeZgXsvzwI3icQ==
2360 dependencies:2600 dependencies:
2361 "@typescript-eslint/scope-manager" "5.12.0"2601 "@typescript-eslint/scope-manager" "5.22.0"
2362 "@typescript-eslint/types" "5.12.0"2602 "@typescript-eslint/types" "5.22.0"
2363 "@typescript-eslint/typescript-estree" "5.12.0"2603 "@typescript-eslint/typescript-estree" "5.22.0"
2364 debug "^4.3.2"2604 debug "^4.3.2"
23652605
2366"@typescript-eslint/scope-manager@5.12.0":2606"@typescript-eslint/scope-manager@5.22.0":
2367 version "5.12.0"2607 version "5.22.0"
2368 resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.12.0.tgz#59619e6e5e2b1ce6cb3948b56014d3a24da83f5e"2608 resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.22.0.tgz#590865f244ebe6e46dc3e9cab7976fc2afa8af24"
2369 integrity sha512-GAMobtIJI8FGf1sLlUWNUm2IOkIjvn7laFWyRx7CLrv6nLBI7su+B7lbStqVlK5NdLvHRFiJo2HhiDF7Ki01WQ==2609 integrity sha512-yA9G5NJgV5esANJCO0oF15MkBO20mIskbZ8ijfmlKIvQKg0ynVKfHZ15/nhAJN5m8Jn3X5qkwriQCiUntC9AbA==
2370 dependencies:2610 dependencies:
2371 "@typescript-eslint/types" "5.12.0"2611 "@typescript-eslint/types" "5.22.0"
2372 "@typescript-eslint/visitor-keys" "5.12.0"2612 "@typescript-eslint/visitor-keys" "5.22.0"
23732613
2374"@typescript-eslint/type-utils@5.12.0":2614"@typescript-eslint/type-utils@5.22.0":
2375 version "5.12.0"2615 version "5.22.0"
2376 resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.12.0.tgz#aaf45765de71c6d9707c66ccff76ec2b9aa31bb6"2616 resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.22.0.tgz#0c0e93b34210e334fbe1bcb7250c470f4a537c19"
2377 integrity sha512-9j9rli3zEBV+ae7rlbBOotJcI6zfc6SHFMdKI9M3Nc0sy458LJ79Os+TPWeBBL96J9/e36rdJOfCuyRSgFAA0Q==2617 integrity sha512-iqfLZIsZhK2OEJ4cQ01xOq3NaCuG5FQRKyHicA3xhZxMgaxQazLUHbH/B2k9y5i7l3+o+B5ND9Mf1AWETeMISA==
2378 dependencies:2618 dependencies:
2379 "@typescript-eslint/utils" "5.12.0"2619 "@typescript-eslint/utils" "5.22.0"
2380 debug "^4.3.2"2620 debug "^4.3.2"
2381 tsutils "^3.21.0"2621 tsutils "^3.21.0"
23822622
2385 resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"2625 resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
2386 integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==2626 integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
23872627
2388"@typescript-eslint/types@5.12.0":2628"@typescript-eslint/types@5.22.0":
2389 version "5.12.0"2629 version "5.22.0"
2390 resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.12.0.tgz#5b4030a28222ee01e851836562c07769eecda0b8"2630 resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.22.0.tgz#50a4266e457a5d4c4b87ac31903b28b06b2c3ed0"
2391 integrity sha512-JowqbwPf93nvf8fZn5XrPGFBdIK8+yx5UEGs2QFAYFI8IWYfrzz+6zqlurGr2ctShMaJxqwsqmra3WXWjH1nRQ==2631 integrity sha512-T7owcXW4l0v7NTijmjGWwWf/1JqdlWiBzPqzAWhobxft0SiEvMJB56QXmeCQjrPuM8zEfGUKyPQr/L8+cFUBLw==
23922632
2393"@typescript-eslint/typescript-estree@5.12.0":2633"@typescript-eslint/typescript-estree@5.22.0":
2394 version "5.12.0"2634 version "5.22.0"
2395 resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.12.0.tgz#cabf545fd592722f0e2b4104711e63bf89525cd2"2635 resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.22.0.tgz#e2116fd644c3e2fda7f4395158cddd38c0c6df97"
2396 integrity sha512-Dd9gVeOqt38QHR0BEA8oRaT65WYqPYbIc5tRFQPkfLquVEFPD1HAtbZT98TLBkEcCkvwDYOAvuSvAD9DnQhMfQ==2636 integrity sha512-EyBEQxvNjg80yinGE2xdhpDYm41so/1kOItl0qrjIiJ1kX/L/L8WWGmJg8ni6eG3DwqmOzDqOhe6763bF92nOw==
2397 dependencies:2637 dependencies:
2398 "@typescript-eslint/types" "5.12.0"2638 "@typescript-eslint/types" "5.22.0"
2399 "@typescript-eslint/visitor-keys" "5.12.0"2639 "@typescript-eslint/visitor-keys" "5.22.0"
2400 debug "^4.3.2"2640 debug "^4.3.2"
2401 globby "^11.0.4"2641 globby "^11.0.4"
2402 is-glob "^4.0.3"2642 is-glob "^4.0.3"
2416 semver "^7.3.5"2656 semver "^7.3.5"
2417 tsutils "^3.21.0"2657 tsutils "^3.21.0"
24182658
2419"@typescript-eslint/utils@5.12.0":2659"@typescript-eslint/utils@5.22.0":
2420 version "5.12.0"2660 version "5.22.0"
2421 resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.12.0.tgz#92fd3193191621ab863add2f553a7b38b65646af"2661 resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.22.0.tgz#1f2c4897e2cf7e44443c848a13c60407861babd8"
2422 integrity sha512-k4J2WovnMPGI4PzKgDtQdNrCnmBHpMUFy21qjX2CoPdoBcSBIMvVBr9P2YDP8jOqZOeK3ThOL6VO/sy6jtnvzw==2662 integrity sha512-HodsGb037iobrWSUMS7QH6Hl1kppikjA1ELiJlNSTYf/UdMEwzgj0WIp+lBNb6WZ3zTwb0tEz51j0Wee3iJ3wQ==
2423 dependencies:2663 dependencies:
2424 "@types/json-schema" "^7.0.9"2664 "@types/json-schema" "^7.0.9"
2425 "@typescript-eslint/scope-manager" "5.12.0"2665 "@typescript-eslint/scope-manager" "5.22.0"
2426 "@typescript-eslint/types" "5.12.0"2666 "@typescript-eslint/types" "5.22.0"
2427 "@typescript-eslint/typescript-estree" "5.12.0"2667 "@typescript-eslint/typescript-estree" "5.22.0"
2428 eslint-scope "^5.1.1"2668 eslint-scope "^5.1.1"
2429 eslint-utils "^3.0.0"2669 eslint-utils "^3.0.0"
24302670
2436 "@typescript-eslint/types" "4.33.0"2676 "@typescript-eslint/types" "4.33.0"
2437 eslint-visitor-keys "^2.0.0"2677 eslint-visitor-keys "^2.0.0"
24382678
2439"@typescript-eslint/visitor-keys@5.12.0":2679"@typescript-eslint/visitor-keys@5.22.0":
2440 version "5.12.0"2680 version "5.22.0"
2441 resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.12.0.tgz#1ac9352ed140b07ba144ebf371b743fdf537ec16"2681 resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.22.0.tgz#f49c0ce406944ffa331a1cfabeed451ea4d0909c"
2442 integrity sha512-cFwTlgnMV6TgezQynx2c/4/tx9Tufbuo9LPzmWqyRC3QC4qTGkAG1C6pBr0/4I10PAI/FlYunI3vJjIcu+ZHMg==2682 integrity sha512-DbgTqn2Dv5RFWluG88tn0pP6Ex0ROF+dpDO1TNNZdRtLjUr6bdznjA6f/qNqJLjd2PgguAES2Zgxh/JzwzETDg==
2443 dependencies:2683 dependencies:
2444 "@typescript-eslint/types" "5.12.0"2684 "@typescript-eslint/types" "5.22.0"
2445 eslint-visitor-keys "^3.0.0"2685 eslint-visitor-keys "^3.0.0"
24462686
2447"@ungap/promise-all-settled@1.1.2":2687"@ungap/promise-all-settled@1.1.2":
2465 optionalDependencies:2705 optionalDependencies:
2466 prettier "^1.18.2 || ^2.0.0"2706 prettier "^1.18.2 || ^2.0.0"
24672707
2468abab@^2.0.3, abab@^2.0.5:2708abab@^2.0.5:
2469 version "2.0.5"2709 version "2.0.5"
2470 resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"2710 resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"
2471 integrity sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==2711 integrity sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==
24722712
2713abab@^2.0.6:
2714 version "2.0.6"
2715 resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291"
2716 integrity sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==
2717
2473accepts@~1.3.8:2718accepts@~1.3.8:
2474 version "1.3.8"2719 version "1.3.8"
2475 resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e"2720 resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e"
2506 resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"2751 resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
2507 integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==2752 integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
25082753
2509acorn@^8.2.4, acorn@^8.4.1, acorn@^8.7.0:2754acorn@^8.4.1, acorn@^8.7.0:
2510 version "8.7.0"2755 version "8.7.0"
2511 resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"2756 resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
2512 integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==2757 integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
25132758
2759acorn@^8.5.0:
2760 version "8.7.1"
2761 resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
2762 integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
2763
2514agent-base@6:2764agent-base@6:
2515 version "6.0.2"2765 version "6.0.2"
2516 resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"2766 resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
2740 resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"2990 resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
2741 integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==2991 integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
27422992
2743babel-jest@^27.5.1:2993babel-jest@^28.0.3:
2744 version "27.5.1"2994 version "28.0.3"
2745 resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.5.1.tgz#a1bf8d61928edfefd21da27eb86a695bfd691444"2995 resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-28.0.3.tgz#843dc170da5b9671d4054ada9fdcd28f85f92a6e"
2746 integrity sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==2996 integrity sha512-S0ADyYdcrt5fp9YldRYWCUHdk1BKt9AkvBkLWBoNAEV9NoWZPIj5+MYhPcGgTS65mfv3a+Ymf2UqgWoAVd41cA==
2747 dependencies:2997 dependencies:
2748 "@jest/transform" "^27.5.1"2998 "@jest/transform" "^28.0.3"
2749 "@jest/types" "^27.5.1"
2750 "@types/babel__core" "^7.1.14"2999 "@types/babel__core" "^7.1.14"
2751 babel-plugin-istanbul "^6.1.1"3000 babel-plugin-istanbul "^6.1.1"
2752 babel-preset-jest "^27.5.1"3001 babel-preset-jest "^28.0.2"
2753 chalk "^4.0.0"3002 chalk "^4.0.0"
2754 graceful-fs "^4.2.9"3003 graceful-fs "^4.2.9"
2755 slash "^3.0.0"3004 slash "^3.0.0"
2772 istanbul-lib-instrument "^5.0.4"3021 istanbul-lib-instrument "^5.0.4"
2773 test-exclude "^6.0.0"3022 test-exclude "^6.0.0"
27743023
2775babel-plugin-jest-hoist@^27.5.1:3024babel-plugin-jest-hoist@^28.0.2:
2776 version "27.5.1"3025 version "28.0.2"
2777 resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz#9be98ecf28c331eb9f5df9c72d6f89deb8181c2e"3026 resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-28.0.2.tgz#9307d03a633be6fc4b1a6bc5c3a87e22bd01dd3b"
2778 integrity sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==3027 integrity sha512-Kizhn/ZL+68ZQHxSnHyuvJv8IchXD62KQxV77TBDV/xoBFBOfgRAk97GNs6hXdTTCiVES9nB2I6+7MXXrk5llQ==
2779 dependencies:3028 dependencies:
2780 "@babel/template" "^7.3.3"3029 "@babel/template" "^7.3.3"
2781 "@babel/types" "^7.3.3"3030 "@babel/types" "^7.3.3"
2782 "@types/babel__core" "^7.0.0"3031 "@types/babel__core" "^7.1.14"
2783 "@types/babel__traverse" "^7.0.6"3032 "@types/babel__traverse" "^7.0.6"
27843033
2785babel-plugin-module-extension-resolver@^1.0.0-rc.2:3034babel-plugin-module-extension-resolver@^1.0.0-rc.2:
2822 dependencies:3071 dependencies:
2823 "@babel/helper-define-polyfill-provider" "^0.3.1"3072 "@babel/helper-define-polyfill-provider" "^0.3.1"
28243073
2825babel-plugin-styled-components@^2.0.2:3074babel-plugin-styled-components@^2.0.7:
2826 version "2.0.2"3075 version "2.0.7"
2827 resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.2.tgz#0fac11402dc9db73698b55847ab1dc73f5197c54"3076 resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.7.tgz#c81ef34b713f9da2b7d3f5550df0d1e19e798086"
2828 integrity sha512-7eG5NE8rChnNTDxa6LQfynwgHTVOYYaHJbUYSlOhk8QBXIQiMBKq4gyfHBBKPrxUcVBXVJL61ihduCpCQbuNbw==3077 integrity sha512-i7YhvPgVqRKfoQ66toiZ06jPNA3p6ierpfUuEWxNF+fV27Uv5gxBkf8KZLHUCc1nFA9j6+80pYoIpqCeyW3/bA==
2829 dependencies:3078 dependencies:
2830 "@babel/helper-annotate-as-pure" "^7.16.0"3079 "@babel/helper-annotate-as-pure" "^7.16.0"
2831 "@babel/helper-module-imports" "^7.16.0"3080 "@babel/helper-module-imports" "^7.16.0"
2832 babel-plugin-syntax-jsx "^6.18.0"3081 babel-plugin-syntax-jsx "^6.18.0"
2833 lodash "^4.17.11"3082 lodash "^4.17.11"
3083 picomatch "^2.3.0"
28343084
2835babel-plugin-syntax-jsx@^6.18.0:3085babel-plugin-syntax-jsx@^6.18.0:
2836 version "6.18.0"3086 version "6.18.0"
2855 "@babel/plugin-syntax-optional-chaining" "^7.8.3"3105 "@babel/plugin-syntax-optional-chaining" "^7.8.3"
2856 "@babel/plugin-syntax-top-level-await" "^7.8.3"3106 "@babel/plugin-syntax-top-level-await" "^7.8.3"
28573107
2858babel-preset-jest@^27.5.1:3108babel-preset-jest@^28.0.2:
2859 version "27.5.1"3109 version "28.0.2"
2860 resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz#91f10f58034cb7989cb4f962b69fa6eef6a6bc81"3110 resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-28.0.2.tgz#d8210fe4e46c1017e9fa13d7794b166e93aa9f89"
2861 integrity sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==3111 integrity sha512-sYzXIdgIXXroJTFeB3S6sNDWtlJ2dllCdTEsnZ65ACrMojj3hVNFRmnJ1HZtomGi+Be7aqpY/HJ92fr8OhKVkQ==
2862 dependencies:3112 dependencies:
2863 babel-plugin-jest-hoist "^27.5.1"3113 babel-plugin-jest-hoist "^28.0.2"
2864 babel-preset-current-node-syntax "^1.0.0"3114 babel-preset-current-node-syntax "^1.0.0"
28653115
2866balanced-match@^1.0.0:3116balanced-match@^1.0.0:
3068 node-releases "^2.0.2"3318 node-releases "^2.0.2"
3069 picocolors "^1.0.0"3319 picocolors "^1.0.0"
30703320
3321browserslist@^4.20.2, browserslist@^4.20.3:
3322 version "4.20.3"
3323 resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.3.tgz#eb7572f49ec430e054f56d52ff0ebe9be915f8bf"
3324 integrity sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg==
3325 dependencies:
3326 caniuse-lite "^1.0.30001332"
3327 electron-to-chromium "^1.4.118"
3328 escalade "^3.1.1"
3329 node-releases "^2.0.3"
3330 picocolors "^1.0.0"
3331
3071bs58@^4.0.0:3332bs58@^4.0.0:
3072 version "4.0.1"3333 version "4.0.1"
3073 resolved "https://registry.yarnpkg.com/bs58/-/bs58-4.0.1.tgz#be161e76c354f6f788ae4071f63f34e8c4f0a42a"3334 resolved "https://registry.yarnpkg.com/bs58/-/bs58-4.0.1.tgz#be161e76c354f6f788ae4071f63f34e8c4f0a42a"
3114 base64-js "^1.3.1"3375 base64-js "^1.3.1"
3115 ieee754 "^1.1.13"3376 ieee754 "^1.1.13"
31163377
3378buffer@^6.0.1:
3379 version "6.0.3"
3380 resolved "https://registry.yarnpkg.com/buffer/-/buffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6"
3381 integrity sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==
3382 dependencies:
3383 base64-js "^1.3.1"
3384 ieee754 "^1.2.1"
3385
3117bufferutil@^4.0.1:3386bufferutil@^4.0.1:
3118 version "4.0.6"3387 version "4.0.6"
3119 resolved "https://registry.yarnpkg.com/bufferutil/-/bufferutil-4.0.6.tgz#ebd6c67c7922a0e902f053e5d8be5ec850e48433"3388 resolved "https://registry.yarnpkg.com/bufferutil/-/bufferutil-4.0.6.tgz#ebd6c67c7922a0e902f053e5d8be5ec850e48433"
3120 integrity sha512-jduaYOYtnio4aIAyc6UbvPCVcgq7nYpVnucyxr6eCYg/Woad9Hf/oxxBRDnGGjPfjUm6j5O/uBWhIu4iLebFaw==3389 integrity sha512-jduaYOYtnio4aIAyc6UbvPCVcgq7nYpVnucyxr6eCYg/Woad9Hf/oxxBRDnGGjPfjUm6j5O/uBWhIu4iLebFaw==
3121 dependencies:3390 dependencies:
3122 node-gyp-build "^4.3.0"3391 node-gyp-build "^4.3.0"
31233392
3124builtin-modules@^3.1.0:3393builtin-modules@^3.0.0:
3125 version "3.2.0"3394 version "3.2.0"
3126 resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.2.0.tgz#45d5db99e7ee5e6bc4f362e008bf917ab5049887"3395 resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.2.0.tgz#45d5db99e7ee5e6bc4f362e008bf917ab5049887"
3127 integrity sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==3396 integrity sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==
31283397
3398builtins@^4.0.0:
3399 version "4.1.0"
3400 resolved "https://registry.yarnpkg.com/builtins/-/builtins-4.1.0.tgz#1edd016dd91ce771a1ed6fc3b2b71fb918953250"
3401 integrity sha512-1bPRZQtmKaO6h7qV1YHXNtr6nCK28k0Zo95KM4dXfILcZZwoHJBN1m3lfLv9LPkcOZlrSr+J1bzMaZFO98Yq0w==
3402 dependencies:
3403 semver "^7.0.0"
3404
3129bytes@3.1.2:3405bytes@3.1.2:
3130 version "3.1.2"3406 version "3.1.2"
3131 resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"3407 resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
3172 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001312.tgz#e11eba4b87e24d22697dae05455d5aea28550d5f"3448 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001312.tgz#e11eba4b87e24d22697dae05455d5aea28550d5f"
3173 integrity sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ==3449 integrity sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ==
31743450
3451caniuse-lite@^1.0.30001332:
3452 version "1.0.30001335"
3453 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001335.tgz#899254a0b70579e5a957c32dced79f0727c61f2a"
3454 integrity sha512-ddP1Tgm7z2iIxu6QTtbZUv6HJxSaV/PZeSrWFZtbY4JZ69tOeNhBCl3HyRQgeNZKE5AOn1kpV7fhljigy0Ty3w==
3455
3175caseless@~0.12.0:3456caseless@~0.12.0:
3176 version "0.12.0"3457 version "0.12.0"
3177 resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"3458 resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
3390 resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"3671 resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
3391 integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==3672 integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
33923673
3393color-support@^1.1.2:3674color-support@^1.1.3:
3394 version "1.1.3"3675 version "1.1.3"
3395 resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"3676 resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
3396 integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==3677 integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
3449 write-file-atomic "^3.0.0"3730 write-file-atomic "^3.0.0"
3450 xdg-basedir "^4.0.0"3731 xdg-basedir "^4.0.0"
34513732
3452console-control-strings@^1.0.0:3733console-control-strings@^1.1.0:
3453 version "1.1.0"3734 version "1.1.0"
3454 resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"3735 resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
3455 integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=3736 integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=
3504 resolved "https://registry.yarnpkg.com/cookiejar/-/cookiejar-2.1.3.tgz#fc7a6216e408e74414b90230050842dacda75acc"3785 resolved "https://registry.yarnpkg.com/cookiejar/-/cookiejar-2.1.3.tgz#fc7a6216e408e74414b90230050842dacda75acc"
3505 integrity sha512-JxbCBUdrfr6AQjOXrxoTvAMJO4HBTUIlBzslcJPAz+/KT8yk53fXun51u+RenNYvad/+Vc2DIz5o9UxlCDymFQ==3786 integrity sha512-JxbCBUdrfr6AQjOXrxoTvAMJO4HBTUIlBzslcJPAz+/KT8yk53fXun51u+RenNYvad/+Vc2DIz5o9UxlCDymFQ==
35063787
3507core-js-compat@^3.20.2, core-js-compat@^3.21.0:3788core-js-compat@^3.21.0:
3508 version "3.21.1"3789 version "3.21.1"
3509 resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.21.1.tgz#cac369f67c8d134ff8f9bd1623e3bc2c42068c82"3790 resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.21.1.tgz#cac369f67c8d134ff8f9bd1623e3bc2c42068c82"
3510 integrity sha512-gbgX5AUvMb8gwxC7FLVWYT7Kkgu/y7+h/h1X43yJkNqhlK2fuYyQimqvKGNZFAY6CKii/GFKJ2cp/1/42TN36g==3791 integrity sha512-gbgX5AUvMb8gwxC7FLVWYT7Kkgu/y7+h/h1X43yJkNqhlK2fuYyQimqvKGNZFAY6CKii/GFKJ2cp/1/42TN36g==
3511 dependencies:3792 dependencies:
3512 browserslist "^4.19.1"3793 browserslist "^4.19.1"
3513 semver "7.0.0"3794 semver "7.0.0"
35143795
3796core-js-compat@^3.22.1:
3797 version "3.22.4"
3798 resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.22.4.tgz#d700f451e50f1d7672dcad0ac85d910e6691e579"
3799 integrity sha512-dIWcsszDezkFZrfm1cnB4f/J85gyhiCpxbgBdohWCDtSVuAaChTSpPV7ldOQf/Xds2U5xCIJZOK82G4ZPAIswA==
3800 dependencies:
3801 browserslist "^4.20.3"
3802 semver "7.0.0"
3803
3515core-util-is@1.0.2:3804core-util-is@1.0.2:
3516 version "1.0.2"3805 version "1.0.2"
3517 resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"3806 resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
3621 resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"3910 resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
3622 integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==3911 integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
36233912
3624cssom@^0.4.4:3913cssom@^0.5.0:
3625 version "0.4.4"3914 version "0.5.0"
3626 resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.4.4.tgz#5a66cf93d2d0b661d80bf6a44fb65f5c2e4e0a10"3915 resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.5.0.tgz#d254fa92cd8b6fbd83811b9fbaed34663cc17c36"
3627 integrity sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==3916 integrity sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==
36283917
3629cssom@~0.3.6:3918cssom@~0.3.6:
3630 version "0.3.8"3919 version "0.3.8"
3653 dependencies:3942 dependencies:
3654 assert-plus "^1.0.0"3943 assert-plus "^1.0.0"
36553944
3656data-urls@^2.0.0:3945data-urls@^3.0.1:
3657 version "2.0.0"3946 version "3.0.2"
3658 resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-2.0.0.tgz#156485a72963a970f5d5821aaf642bef2bf2db9b"3947 resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-3.0.2.tgz#9cf24a477ae22bcef5cd5f6f0bfbc1d2d3be9143"
3659 integrity sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==3948 integrity sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==
3660 dependencies:3949 dependencies:
3661 abab "^2.0.3"3950 abab "^2.0.6"
3662 whatwg-mimetype "^2.3.0"3951 whatwg-mimetype "^3.0.0"
3663 whatwg-url "^8.0.0"3952 whatwg-url "^11.0.0"
36643953
3665debug@2.6.9, debug@^2.2.0, debug@^2.6.9:3954debug@2.6.9, debug@^2.2.0, debug@^2.6.9:
3666 version "2.6.9"3955 version "2.6.9"
3669 dependencies:3958 dependencies:
3670 ms "2.0.0"3959 ms "2.0.0"
36713960
3672debug@4, debug@4.3.3, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3:3961debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3:
3673 version "4.3.3"3962 version "4.3.3"
3674 resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"3963 resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
3675 integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==3964 integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
3676 dependencies:3965 dependencies:
3677 ms "2.1.2"3966 ms "2.1.2"
36783967
3968debug@4.3.4:
3969 version "4.3.4"
3970 resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
3971 integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
3972 dependencies:
3973 ms "2.1.2"
3974
3679debug@^3.2.7:3975debug@^3.2.7:
3680 version "3.2.7"3976 version "3.2.7"
3681 resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"3977 resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
3688 resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-4.0.0.tgz#aa472d7bf660eb15f3494efd531cab7f2a709837"3984 resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-4.0.0.tgz#aa472d7bf660eb15f3494efd531cab7f2a709837"
3689 integrity sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==3985 integrity sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==
36903986
3691decimal.js@^10.2.1:3987decimal.js@^10.3.1:
3692 version "10.3.1"3988 version "10.3.1"
3693 resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.3.1.tgz#d8c3a444a9c6774ba60ca6ad7261c3a94fd5e783"3989 resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.3.1.tgz#d8c3a444a9c6774ba60ca6ad7261c3a94fd5e783"
3694 integrity sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==3990 integrity sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==
3894 node-source-walk "^4.2.0"4190 node-source-walk "^4.2.0"
3895 typescript "^3.9.7"4191 typescript "^3.9.7"
38964192
3897diff-sequences@^27.5.1:4193diff-sequences@^28.0.2:
3898 version "27.5.1"4194 version "28.0.2"
3899 resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-27.5.1.tgz#eaecc0d327fd68c8d9672a1e64ab8dccb2ef5327"4195 resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-28.0.2.tgz#40f8d4ffa081acbd8902ba35c798458d0ff1af41"
3900 integrity sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==4196 integrity sha512-YtEoNynLDFCRznv/XDalsKGSZDoj0U5kLnXvY0JSq3nBboRrZXjD81+eSiwi+nzcZDwedMmcowcxNwwgFW23mQ==
39014197
3902diff@5.0.0:4198diff@5.0.0:
3903 version "5.0.0"4199 version "5.0.0"
3944 resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.2.tgz#0c548bef048f4d1f2a97249002236060daa3fd84"4240 resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.2.tgz#0c548bef048f4d1f2a97249002236060daa3fd84"
3945 integrity sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==4241 integrity sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==
39464242
3947domexception@^2.0.1:4243domexception@^4.0.0:
3948 version "2.0.1"4244 version "4.0.0"
3949 resolved "https://registry.yarnpkg.com/domexception/-/domexception-2.0.1.tgz#fb44aefba793e1574b0af6aed2801d057529f304"4245 resolved "https://registry.yarnpkg.com/domexception/-/domexception-4.0.0.tgz#4ad1be56ccadc86fc76d033353999a8037d03673"
3950 integrity sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==4246 integrity sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==
3951 dependencies:4247 dependencies:
3952 webidl-conversions "^5.0.0"4248 webidl-conversions "^7.0.0"
39534249
3954dot-prop@^5.2.0:4250dot-prop@^5.2.0:
3955 version "5.3.0"4251 version "5.3.0"
3993 resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"4289 resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
3994 integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=4290 integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
39954291
4292electron-to-chromium@^1.4.118:
4293 version "1.4.132"
4294 resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.132.tgz#b64599eb018221e52e2e4129de103b03a413c55d"
4295 integrity sha512-JYdZUw/1068NWN+SwXQ7w6Ue0bWYGihvSUNNQwurvcDV/SM7vSiGZ3NuFvFgoEiCs4kB8xs3cX2an3wB7d4TBw==
4296
3996electron-to-chromium@^1.4.71:4297electron-to-chromium@^1.4.71:
3997 version "1.4.71"4298 version "1.4.71"
3998 resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.71.tgz#17056914465da0890ce00351a3b946fd4cd51ff6"4299 resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.71.tgz#17056914465da0890ce00351a3b946fd4cd51ff6"
4016 resolved "https://registry.yarnpkg.com/email-addresses/-/email-addresses-3.1.0.tgz#cabf7e085cbdb63008a70319a74e6136188812fb"4317 resolved "https://registry.yarnpkg.com/email-addresses/-/email-addresses-3.1.0.tgz#cabf7e085cbdb63008a70319a74e6136188812fb"
4017 integrity sha512-k0/r7GrWVL32kZlGwfPNgB2Y/mMXVTq/decgLczm/j34whdaspNrZO8CnXPf1laaHxI6ptUlsnAxN+UAPw+fzg==4318 integrity sha512-k0/r7GrWVL32kZlGwfPNgB2Y/mMXVTq/decgLczm/j34whdaspNrZO8CnXPf1laaHxI6ptUlsnAxN+UAPw+fzg==
40184319
4019emittery@^0.8.1:4320emittery@^0.10.2:
4020 version "0.8.1"4321 version "0.10.2"
4021 resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.8.1.tgz#bb23cc86d03b30aa75a7f734819dee2e1ba70860"4322 resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.10.2.tgz#902eec8aedb8c41938c46e9385e9db7e03182933"
4022 integrity sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==4323 integrity sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==
40234324
4024emoji-regex@^8.0.0:4325emoji-regex@^8.0.0:
4025 version "8.0.0"4326 version "8.0.0"
4156 optionalDependencies:4457 optionalDependencies:
4157 source-map "~0.6.1"4458 source-map "~0.6.1"
41584459
4159eslint-config-standard@^16.0.3:4460eslint-config-standard@^17.0.0:
4160 version "16.0.3"4461 version "17.0.0"
4161 resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-16.0.3.tgz#6c8761e544e96c531ff92642eeb87842b8488516"4462 resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-17.0.0.tgz#fd5b6cf1dcf6ba8d29f200c461de2e19069888cf"
4162 integrity sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==4463 integrity sha512-/2ks1GKyqSOkH7JFvXJicu0iMpoojkwB+f5Du/1SC0PtBL+s8v30k9njRZ21pm2drKYm2342jFnGWzttxPmZVg==
41634464
4164eslint-import-resolver-node@^0.3.6:4465eslint-import-resolver-node@^0.3.6:
4165 version "0.3.6"4466 version "0.3.6"
4169 debug "^3.2.7"4470 debug "^3.2.7"
4170 resolve "^1.20.0"4471 resolve "^1.20.0"
41714472
4172eslint-module-utils@^2.7.2:4473eslint-module-utils@^2.7.3:
4173 version "2.7.3"4474 version "2.7.3"
4174 resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz#ad7e3a10552fdd0642e1e55292781bd6e34876ee"4475 resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz#ad7e3a10552fdd0642e1e55292781bd6e34876ee"
4175 integrity sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==4476 integrity sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==
4176 dependencies:4477 dependencies:
4177 debug "^3.2.7"4478 debug "^3.2.7"
4178 find-up "^2.1.0"4479 find-up "^2.1.0"
41794480
4180eslint-plugin-es@^3.0.0:4481eslint-plugin-es@^4.1.0:
4181 version "3.0.1"4482 version "4.1.0"
4182 resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz#75a7cdfdccddc0589934aeeb384175f221c57893"4483 resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9"
4183 integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==4484 integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==
4184 dependencies:4485 dependencies:
4185 eslint-utils "^2.0.0"4486 eslint-utils "^2.0.0"
4186 regexpp "^3.0.0"4487 regexpp "^3.0.0"
4190 resolved "https://registry.yarnpkg.com/eslint-plugin-header/-/eslint-plugin-header-3.1.1.tgz#6ce512432d57675265fac47292b50d1eff11acd6"4491 resolved "https://registry.yarnpkg.com/eslint-plugin-header/-/eslint-plugin-header-3.1.1.tgz#6ce512432d57675265fac47292b50d1eff11acd6"
4191 integrity sha512-9vlKxuJ4qf793CmeeSrZUvVClw6amtpghq3CuWcB5cUNnWHQhgcqy5eF8oVKFk1G3Y/CbchGfEaw3wiIJaNmVg==4492 integrity sha512-9vlKxuJ4qf793CmeeSrZUvVClw6amtpghq3CuWcB5cUNnWHQhgcqy5eF8oVKFk1G3Y/CbchGfEaw3wiIJaNmVg==
41924493
4193eslint-plugin-import-newlines@^1.2.0:4494eslint-plugin-import-newlines@^1.2.2:
4194 version "1.2.0"4495 version "1.2.2"
4195 resolved "https://registry.yarnpkg.com/eslint-plugin-import-newlines/-/eslint-plugin-import-newlines-1.2.0.tgz#c8855360994c0cdbc4d71952bc8d2bb36d45c64c"4496 resolved "https://registry.yarnpkg.com/eslint-plugin-import-newlines/-/eslint-plugin-import-newlines-1.2.2.tgz#b99d54104fdf79648322cb53122aad2cbe4e9879"
4196 integrity sha512-grXE2yTrM6hgLnsdLxLrqAatRkUzDV4jzThPnXZoU60OYUEFAcEOpjexQYCoTbeGNdRcQ9nVH25IeW5lfbRU+g==4497 integrity sha512-SoKiFtSW/+dHsla/qzijU/RP+i8CNhYHuzfGelFf4SLpz+bzcshur6Qy7uzMow4sBg5HquAYOf/yGTKZMrbVcg==
41974498
4198eslint-plugin-import@^2.25.4:4499eslint-plugin-import@^2.26.0:
4199 version "2.25.4"4500 version "2.26.0"
4200 resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz#322f3f916a4e9e991ac7af32032c25ce313209f1"4501 resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"
4201 integrity sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==4502 integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==
4202 dependencies:4503 dependencies:
4203 array-includes "^3.1.4"4504 array-includes "^3.1.4"
4204 array.prototype.flat "^1.2.5"4505 array.prototype.flat "^1.2.5"
4205 debug "^2.6.9"4506 debug "^2.6.9"
4206 doctrine "^2.1.0"4507 doctrine "^2.1.0"
4207 eslint-import-resolver-node "^0.3.6"4508 eslint-import-resolver-node "^0.3.6"
4208 eslint-module-utils "^2.7.2"4509 eslint-module-utils "^2.7.3"
4209 has "^1.0.3"4510 has "^1.0.3"
4210 is-core-module "^2.8.0"4511 is-core-module "^2.8.1"
4211 is-glob "^4.0.3"4512 is-glob "^4.0.3"
4212 minimatch "^3.0.4"4513 minimatch "^3.1.2"
4213 object.values "^1.1.5"4514 object.values "^1.1.5"
4214 resolve "^1.20.0"4515 resolve "^1.22.0"
4215 tsconfig-paths "^3.12.0"4516 tsconfig-paths "^3.14.1"
42164517
4217eslint-plugin-node@^11.1.0:4518eslint-plugin-n@^15.2.0:
4218 version "11.1.0"4519 version "15.2.0"
4219 resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"4520 resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-15.2.0.tgz#fd378274bdf1c3ca11af84e7a4b5cb524b63ae1c"
4220 integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==4521 integrity sha512-lWLg++jGwC88GDGGBX3CMkk0GIWq0y41aH51lavWApOKcMQcYoL3Ayd0lEdtD3SnQtR+3qBvWQS3qGbR2BxRWg==
4221 dependencies:4522 dependencies:
4222 eslint-plugin-es "^3.0.0"4523 builtins "^4.0.0"
4524 eslint-plugin-es "^4.1.0"
4223 eslint-utils "^2.0.0"4525 eslint-utils "^3.0.0"
4224 ignore "^5.1.1"4526 ignore "^5.1.1"
4527 is-core-module "^2.3.0"
4225 minimatch "^3.0.4"4528 minimatch "^3.0.4"
4226 resolve "^1.10.1"4529 resolve "^1.10.1"
4227 semver "^6.1.0"4530 semver "^6.3.0"
42284531
4229eslint-plugin-promise@^6.0.0:4532eslint-plugin-promise@^6.0.0:
4230 version "6.0.0"4533 version "6.0.0"
4231 resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.0.0.tgz#017652c07c9816413a41e11c30adc42c3d55ff18"4534 resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.0.0.tgz#017652c07c9816413a41e11c30adc42c3d55ff18"
4232 integrity sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==4535 integrity sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==
42334536
4234eslint-plugin-react-hooks@^4.3.0:4537eslint-plugin-react-hooks@^4.5.0:
4235 version "4.3.0"4538 version "4.5.0"
4236 resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172"4539 resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.5.0.tgz#5f762dfedf8b2cf431c689f533c9d3fa5dcf25ad"
4237 integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==4540 integrity sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw==
42384541
4239eslint-plugin-react@^7.28.0:4542eslint-plugin-react@^7.29.4:
4240 version "7.28.0"4543 version "7.29.4"
4241 resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.28.0.tgz#8f3ff450677571a659ce76efc6d80b6a525adbdf"4544 resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz#4717de5227f55f3801a5fd51a16a4fa22b5914d2"
4242 integrity sha512-IOlFIRHzWfEQQKcAD4iyYDndHwTQiCMcJVJjxempf203jnNLUnW34AXLrV33+nEXoifJE2ZEGmcjKPL8957eSw==4545 integrity sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==
4243 dependencies:4546 dependencies:
4244 array-includes "^3.1.4"4547 array-includes "^3.1.4"
4245 array.prototype.flatmap "^1.2.5"4548 array.prototype.flatmap "^1.2.5"
4246 doctrine "^2.1.0"4549 doctrine "^2.1.0"
4247 estraverse "^5.3.0"4550 estraverse "^5.3.0"
4248 jsx-ast-utils "^2.4.1 || ^3.0.0"4551 jsx-ast-utils "^2.4.1 || ^3.0.0"
4249 minimatch "^3.0.4"4552 minimatch "^3.1.2"
4250 object.entries "^1.1.5"4553 object.entries "^1.1.5"
4251 object.fromentries "^2.0.5"4554 object.fromentries "^2.0.5"
4252 object.hasown "^1.1.0"4555 object.hasown "^1.1.0"
4253 object.values "^1.1.5"4556 object.values "^1.1.5"
4254 prop-types "^15.7.2"4557 prop-types "^15.8.1"
4255 resolve "^2.0.0-next.3"4558 resolve "^2.0.0-next.3"
4256 semver "^6.3.0"4559 semver "^6.3.0"
4257 string.prototype.matchall "^4.0.6"4560 string.prototype.matchall "^4.0.6"
4313 resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"4616 resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
4314 integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==4617 integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
43154618
4316eslint@^8.9.0:4619eslint@^8.14.0:
4317 version "8.9.0"4620 version "8.14.0"
4318 resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.9.0.tgz#a2a8227a99599adc4342fd9b854cb8d8d6412fdb"4621 resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.14.0.tgz#62741f159d9eb4a79695b28ec4989fcdec623239"
4319 integrity sha512-PB09IGwv4F4b0/atrbcMFboF/giawbBLVC7fyDamk5Wtey4Jh2K+rYaBhCAbUyEI4QzB1ly09Uglc9iCtFaG2Q==4622 integrity sha512-3/CE4aJX7LNEiE3i6FeodHmI/38GZtWCsAtsymScmzYapx8q1nVVb+eLcLSzATmCPXw5pT4TqVs1E0OmxAd9tw==
4320 dependencies:4623 dependencies:
4321 "@eslint/eslintrc" "^1.1.0"4624 "@eslint/eslintrc" "^1.2.2"
4322 "@humanwhocodes/config-array" "^0.9.2"4625 "@humanwhocodes/config-array" "^0.9.2"
4323 ajv "^6.10.0"4626 ajv "^6.10.0"
4324 chalk "^4.0.0"4627 chalk "^4.0.0"
4536 resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"4839 resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
4537 integrity sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=4840 integrity sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=
45384841
4539expect@^27.5.1:4842expect@^28.0.2:
4540 version "27.5.1"4843 version "28.0.2"
4541 resolved "https://registry.yarnpkg.com/expect/-/expect-27.5.1.tgz#83ce59f1e5bdf5f9d2b94b61d2050db48f3fef74"4844 resolved "https://registry.yarnpkg.com/expect/-/expect-28.0.2.tgz#86f0d6fa971bc533faf68d4d103d00f343d6a4b3"
4542 integrity sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==4845 integrity sha512-X0qIuI/zKv98k34tM+uGeOgAC73lhs4vROF9MkPk94C1zujtwv4Cla8SxhWn0G1OwvG9gLLL7RjFBkwGVaZ83w==
4543 dependencies:4846 dependencies:
4544 "@jest/types" "^27.5.1"4847 "@jest/expect-utils" "^28.0.2"
4545 jest-get-type "^27.5.1"4848 jest-get-type "^28.0.2"
4546 jest-matcher-utils "^27.5.1"4849 jest-matcher-utils "^28.0.2"
4547 jest-message-util "^27.5.1"4850 jest-message-util "^28.0.2"
4851 jest-util "^28.0.2"
45484852
4549express@^4.14.0:4853express@^4.14.0:
4550 version "4.17.3"4854 version "4.17.3"
4827 combined-stream "^1.0.8"5131 combined-stream "^1.0.8"
4828 mime-types "^2.1.12"5132 mime-types "^2.1.12"
48295133
5134form-data@^4.0.0:
5135 version "4.0.0"
5136 resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
5137 integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
5138 dependencies:
5139 asynckit "^0.4.0"
5140 combined-stream "^1.0.8"
5141 mime-types "^2.1.12"
5142
4830form-data@~2.3.2:5143form-data@~2.3.2:
4831 version "2.3.3"5144 version "2.3.3"
4832 resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"5145 resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
4846 resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"5159 resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
4847 integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=5160 integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=
48485161
4849fs-extra@^10.0.0:5162fs-extra@^10.1.0:
4850 version "10.0.0"5163 version "10.1.0"
4851 resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"5164 resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
4852 integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==5165 integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
4853 dependencies:5166 dependencies:
4854 graceful-fs "^4.2.0"5167 graceful-fs "^4.2.0"
4855 jsonfile "^6.0.1"5168 jsonfile "^6.0.1"
4905 resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"5218 resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
4906 integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=5219 integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
49075220
4908gauge@^v3.0.1:5221gauge@^v4.0.4:
4909 version "3.0.2"5222 version "4.0.4"
4910 resolved "https://registry.yarnpkg.com/gauge/-/gauge-3.0.2.tgz#03bf4441c044383908bcfa0656ad91803259b395"5223 resolved "https://registry.yarnpkg.com/gauge/-/gauge-4.0.4.tgz#52ff0652f2bbf607a989793d53b751bef2328dce"
4911 integrity sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==5224 integrity sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==
4912 dependencies:5225 dependencies:
4913 aproba "^1.0.3 || ^2.0.0"5226 aproba "^1.0.3 || ^2.0.0"
4914 color-support "^1.1.2"5227 color-support "^1.1.3"
4915 console-control-strings "^1.0.0"5228 console-control-strings "^1.1.0"
4916 has-unicode "^2.0.1"5229 has-unicode "^2.0.1"
4917 object-assign "^4.1.1"5230 signal-exit "^3.0.7"
4918 signal-exit "^3.0.0"
4919 string-width "^4.2.3"5231 string-width "^4.2.3"
4920 strip-ansi "^6.0.1"5232 strip-ansi "^6.0.1"
4921 wide-align "^1.1.2"5233 wide-align "^1.1.5"
49225234
4923gensync@^1.0.0-beta.2:5235gensync@^1.0.0-beta.2:
4924 version "1.0.0-beta.2"5236 version "1.0.0-beta.2"
5026 simple-get "^4.0.0"5338 simple-get "^4.0.0"
5027 util-extend "^1.0.1"5339 util-extend "^1.0.1"
50285340
5029gh-release@^6.0.1:5341gh-release@^6.0.4:
5030 version "6.0.1"5342 version "6.0.4"
5031 resolved "https://registry.yarnpkg.com/gh-release/-/gh-release-6.0.1.tgz#f28c5d44d889931d44bbf422cccff885723df6b3"5343 resolved "https://registry.yarnpkg.com/gh-release/-/gh-release-6.0.4.tgz#367e0bd09d2bc020b2372e16fb026e17dc83b09b"
5032 integrity sha512-irUYo1j7GjXzE8xsUyIvFX8SA7vNwO0pywd1a0NqkLHMh3595yurPEwnuj7SrkDOyqGu5lU9F50/7G3c6PHhmw==5344 integrity sha512-6djoVxTUpbw9GZ/mveNjp5j/IDPY3KACscSlmNwwfkR+EQCNTSgGRywb0TRaQdA36RnwtcNOWEaLwB5ez7jSRg==
5033 dependencies:5345 dependencies:
5034 "@octokit/rest" "^18.0.9"5346 "@octokit/rest" "^18.0.9"
5035 chalk "^4.1.0"
5036 changelog-parser "^2.0.0"5347 changelog-parser "^2.0.0"
5037 deep-extend "^0.6.0"5348 deep-extend "^0.6.0"
5038 gauge "^v3.0.1"5349 gauge "^v4.0.4"
5039 gh-release-assets "^2.0.0"5350 gh-release-assets "^2.0.0"
5040 ghauth "^5.0.0"5351 ghauth "^5.0.0"
5041 github-url-to-object "^4.0.4"5352 github-url-to-object "^4.0.4"
5082 dependencies:5393 dependencies:
5083 find-index "^0.1.1"5394 find-index "^0.1.1"
50845395
5085glob@7.2.0, glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.2.0:5396glob@7.2.0, glob@^7.0.0, glob@^7.0.3, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
5086 version "7.2.0"5397 version "7.2.0"
5087 resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"5398 resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
5088 integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==5399 integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
5094 once "^1.3.0"5405 once "^1.3.0"
5095 path-is-absolute "^1.0.0"5406 path-is-absolute "^1.0.0"
50965407
5408glob@^8.0.1:
5409 version "8.0.1"
5410 resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.1.tgz#00308f5c035aa0b2a447cd37ead267ddff1577d3"
5411 integrity sha512-cF7FYZZ47YzmCu7dDy50xSRRfO3ErRfrXuLZcNIuyiJEco0XSrGtuilG19L5xp3NcwTx7Gn+X6Tv3fmsUPTbow==
5412 dependencies:
5413 fs.realpath "^1.0.0"
5414 inflight "^1.0.4"
5415 inherits "2"
5416 minimatch "^5.0.1"
5417 once "^1.3.0"
5418 path-is-absolute "^1.0.0"
5419
5097global-dirs@^3.0.0:5420global-dirs@^3.0.0:
5098 version "3.0.0"5421 version "3.0.0"
5099 resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-3.0.0.tgz#70a76fe84ea315ab37b1f5576cbde7d48ef72686"5422 resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-3.0.0.tgz#70a76fe84ea315ab37b1f5576cbde7d48ef72686"
5200 dependencies:5523 dependencies:
5201 temp "~0.4.0"5524 temp "~0.4.0"
52025525
5203growl@1.10.5:
5204 version "1.10.5"
5205 resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e"
5206 integrity sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==
5207
5208handlebars@^4.7.7:5526handlebars@^4.7.7:
5209 version "4.7.7"5527 version "4.7.7"
5210 resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1"5528 resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1"
5322 minimalistic-assert "^1.0.0"5640 minimalistic-assert "^1.0.0"
5323 minimalistic-crypto-utils "^1.0.1"5641 minimalistic-crypto-utils "^1.0.1"
53245642
5325html-encoding-sniffer@^2.0.1:5643html-encoding-sniffer@^3.0.0:
5326 version "2.0.1"5644 version "3.0.0"
5327 resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz#42a6dc4fd33f00281176e8b23759ca4e4fa185f3"5645 resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz#2cb1a8cf0db52414776e5b2a7a04d5dd98158de9"
5328 integrity sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==5646 integrity sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==
5329 dependencies:5647 dependencies:
5330 whatwg-encoding "^1.0.5"5648 whatwg-encoding "^2.0.0"
53315649
5332html-escaper@^2.0.0:5650html-escaper@^2.0.0:
5333 version "2.0.2"5651 version "2.0.2"
5355 resolved "https://registry.yarnpkg.com/http-https/-/http-https-1.0.0.tgz#2f908dd5f1db4068c058cd6e6d4ce392c913389b"5673 resolved "https://registry.yarnpkg.com/http-https/-/http-https-1.0.0.tgz#2f908dd5f1db4068c058cd6e6d4ce392c913389b"
5356 integrity sha1-L5CN1fHbQGjAWM1ubUzjkskTOJs=5674 integrity sha1-L5CN1fHbQGjAWM1ubUzjkskTOJs=
53575675
5358http-proxy-agent@^4.0.1:5676http-proxy-agent@^5.0.0:
5359 version "4.0.1"5677 version "5.0.0"
5360 resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a"5678 resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz#5129800203520d434f142bc78ff3c170800f2b43"
5361 integrity sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==5679 integrity sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==
5362 dependencies:5680 dependencies:
5363 "@tootallnate/once" "1"5681 "@tootallnate/once" "2"
5364 agent-base "6"5682 agent-base "6"
5365 debug "4"5683 debug "4"
53665684
5393 dependencies:5711 dependencies:
5394 safer-buffer ">= 2.1.2 < 3"5712 safer-buffer ">= 2.1.2 < 3"
53955713
5714iconv-lite@0.6.3:
5715 version "0.6.3"
5716 resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501"
5717 integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==
5718 dependencies:
5719 safer-buffer ">= 2.1.2 < 3.0.0"
5720
5396idna-uts46-hx@^2.3.1:5721idna-uts46-hx@^2.3.1:
5397 version "2.3.1"5722 version "2.3.1"
5398 resolved "https://registry.yarnpkg.com/idna-uts46-hx/-/idna-uts46-hx-2.3.1.tgz#a1dc5c4df37eee522bf66d969cc980e00e8711f9"5723 resolved "https://registry.yarnpkg.com/idna-uts46-hx/-/idna-uts46-hx-2.3.1.tgz#a1dc5c4df37eee522bf66d969cc980e00e8711f9"
5399 integrity sha512-PWoF9Keq6laYdIRwwCdhTPl60xRqAloYNMQLiyUnG42VjT53oW07BXIRM+NK7eQjzXjAk2gUvX9caRxlnF9TAA==5724 integrity sha512-PWoF9Keq6laYdIRwwCdhTPl60xRqAloYNMQLiyUnG42VjT53oW07BXIRM+NK7eQjzXjAk2gUvX9caRxlnF9TAA==
5400 dependencies:5725 dependencies:
5401 punycode "2.1.0"5726 punycode "2.1.0"
54025727
5403ieee754@^1.1.13:5728ieee754@^1.1.13, ieee754@^1.2.1:
5404 version "1.2.1"5729 version "1.2.1"
5405 resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"5730 resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
5406 integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==5731 integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
54075732
5408ignore@^4.0.6:
5409 version "4.0.6"
5410 resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
5411 integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
5412
5413ignore@^5.1.1, ignore@^5.1.8, ignore@^5.2.0:5733ignore@^5.1.1, ignore@^5.1.8, ignore@^5.2.0:
5414 version "5.2.0"5734 version "5.2.0"
5415 resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"5735 resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
5548 call-bind "^1.0.2"5868 call-bind "^1.0.2"
5549 has-tostringtag "^1.0.0"5869 has-tostringtag "^1.0.0"
55505870
5871is-builtin-module@^3.1.0:
5872 version "3.1.0"
5873 resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.1.0.tgz#6fdb24313b1c03b75f8b9711c0feb8c30b903b00"
5874 integrity sha512-OV7JjAgOTfAFJmHZLvpSTb4qi0nIILDV1gWPYDnDJUTNFM5aGlRAhk4QcT8i7TuAleeEV5Fdkqn3t4mS+Q11fg==
5875 dependencies:
5876 builtin-modules "^3.0.0"
5877
5551is-callable@^1.1.4, is-callable@^1.2.4:5878is-callable@^1.1.4, is-callable@^1.2.4:
5552 version "1.2.4"5879 version "1.2.4"
5553 resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"5880 resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
5560 dependencies:5887 dependencies:
5561 ci-info "^2.0.0"5888 ci-info "^2.0.0"
55625889
5563is-core-module@^2.2.0, is-core-module@^2.8.0, is-core-module@^2.8.1:5890is-core-module@^2.2.0, is-core-module@^2.8.1:
5564 version "2.8.1"5891 version "2.8.1"
5565 resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"5892 resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
5566 integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==5893 integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
5567 dependencies:5894 dependencies:
5568 has "^1.0.3"5895 has "^1.0.3"
55695896
5897is-core-module@^2.3.0:
5898 version "2.9.0"
5899 resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.9.0.tgz#e1c34429cd51c6dd9e09e0799e396e27b19a9c69"
5900 integrity sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==
5901 dependencies:
5902 has "^1.0.3"
5903
5570is-date-object@^1.0.1:5904is-date-object@^1.0.1:
5571 version "1.0.5"5905 version "1.0.5"
5572 resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f"5906 resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f"
5872 has-to-string-tag-x "^1.2.0"6206 has-to-string-tag-x "^1.2.0"
5873 is-object "^1.0.1"6207 is-object "^1.0.1"
58746208
5875jest-changed-files@^27.5.1:6209jest-changed-files@^28.0.2:
5876 version "27.5.1"6210 version "28.0.2"
5877 resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-27.5.1.tgz#a348aed00ec9bf671cc58a66fcbe7c3dfd6a68f5"6211 resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-28.0.2.tgz#7d7810660a5bd043af9e9cfbe4d58adb05e91531"
5878 integrity sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==6212 integrity sha512-QX9u+5I2s54ZnGoMEjiM2WeBvJR2J7w/8ZUmH2um/WLAuGAYFQcsVXY9+1YL6k0H/AGUdH8pXUAv6erDqEsvIA==
5879 dependencies:6213 dependencies:
5880 "@jest/types" "^27.5.1"
5881 execa "^5.0.0"6214 execa "^5.0.0"
5882 throat "^6.0.1"6215 throat "^6.0.1"
58836216
5884jest-circus@^27.5.1:6217jest-circus@^28.0.3:
5885 version "27.5.1"6218 version "28.0.3"
5886 resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.5.1.tgz#37a5a4459b7bf4406e53d637b49d22c65d125ecc"6219 resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-28.0.3.tgz#45f77090b4b9fe5c1b84f72816868c9d4c0f57b1"
5887 integrity sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==6220 integrity sha512-HJ3rUCm3A3faSy7KVH5MFCncqJLtrjEFkTPn9UIcs4Kq77+TXqHsOaI+/k73aHe6DJQigLUXq9rCYj3MYFlbIw==
5888 dependencies:6221 dependencies:
5889 "@jest/environment" "^27.5.1"6222 "@jest/environment" "^28.0.2"
5890 "@jest/test-result" "^27.5.1"6223 "@jest/expect" "^28.0.3"
6224 "@jest/test-result" "^28.0.2"
5891 "@jest/types" "^27.5.1"6225 "@jest/types" "^28.0.2"
5892 "@types/node" "*"6226 "@types/node" "*"
5893 chalk "^4.0.0"6227 chalk "^4.0.0"
5894 co "^4.6.0"6228 co "^4.6.0"
5895 dedent "^0.7.0"6229 dedent "^0.7.0"
5896 expect "^27.5.1"
5897 is-generator-fn "^2.0.0"6230 is-generator-fn "^2.0.0"
5898 jest-each "^27.5.1"6231 jest-each "^28.0.2"
5899 jest-matcher-utils "^27.5.1"6232 jest-matcher-utils "^28.0.2"
5900 jest-message-util "^27.5.1"6233 jest-message-util "^28.0.2"
5901 jest-runtime "^27.5.1"6234 jest-runtime "^28.0.3"
5902 jest-snapshot "^27.5.1"6235 jest-snapshot "^28.0.3"
5903 jest-util "^27.5.1"6236 jest-util "^28.0.2"
5904 pretty-format "^27.5.1"6237 pretty-format "^28.0.2"
5905 slash "^3.0.0"6238 slash "^3.0.0"
5906 stack-utils "^2.0.3"6239 stack-utils "^2.0.3"
5907 throat "^6.0.1"6240 throat "^6.0.1"
59086241
5909jest-cli@^27.5.1:6242jest-cli@^28.0.3:
5910 version "27.5.1"6243 version "28.0.3"
5911 resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.5.1.tgz#278794a6e6458ea8029547e6c6cbf673bd30b145"6244 resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-28.0.3.tgz#4a4e55078ec772e0ea2583dd4c4b38fb306dc556"
5912 integrity sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==6245 integrity sha512-NCPTEONCnhYGo1qzPP4OOcGF04YasM5GZSwQLI1HtEluxa3ct4U65IbZs6DSRt8XN1Rq0jhXwv02m5lHB28Uyg==
5913 dependencies:6246 dependencies:
5914 "@jest/core" "^27.5.1"6247 "@jest/core" "^28.0.3"
5915 "@jest/test-result" "^27.5.1"6248 "@jest/test-result" "^28.0.2"
5916 "@jest/types" "^27.5.1"6249 "@jest/types" "^28.0.2"
5917 chalk "^4.0.0"6250 chalk "^4.0.0"
5918 exit "^0.1.2"6251 exit "^0.1.2"
5919 graceful-fs "^4.2.9"6252 graceful-fs "^4.2.9"
5920 import-local "^3.0.2"6253 import-local "^3.0.2"
5921 jest-config "^27.5.1"6254 jest-config "^28.0.3"
5922 jest-util "^27.5.1"6255 jest-util "^28.0.2"
5923 jest-validate "^27.5.1"6256 jest-validate "^28.0.2"
5924 prompts "^2.0.1"6257 prompts "^2.0.1"
5925 yargs "^16.2.0"6258 yargs "^17.3.1"
59266259
5927jest-config@^27.5.1:6260jest-config@^28.0.3:
5928 version "27.5.1"6261 version "28.0.3"
5929 resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.5.1.tgz#5c387de33dca3f99ad6357ddeccd91bf3a0e4a41"6262 resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-28.0.3.tgz#9c0556d60d692153a6bc8652974182c22db9244f"
5930 integrity sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==6263 integrity sha512-3gWOEHwGpNhyYOk9vnUMv94x15QcdjACm7A3lERaluwnyD6d1WZWe9RFCShgIXVOHzRfG1hWxsI2U0gKKSGgDQ==
5931 dependencies:6264 dependencies:
5932 "@babel/core" "^7.8.0"6265 "@babel/core" "^7.11.6"
5933 "@jest/test-sequencer" "^27.5.1"6266 "@jest/test-sequencer" "^28.0.2"
5934 "@jest/types" "^27.5.1"6267 "@jest/types" "^28.0.2"
5935 babel-jest "^27.5.1"6268 babel-jest "^28.0.3"
5936 chalk "^4.0.0"6269 chalk "^4.0.0"
5937 ci-info "^3.2.0"6270 ci-info "^3.2.0"
5938 deepmerge "^4.2.2"6271 deepmerge "^4.2.2"
5939 glob "^7.1.1"6272 glob "^7.1.3"
5940 graceful-fs "^4.2.9"6273 graceful-fs "^4.2.9"
5941 jest-circus "^27.5.1"6274 jest-circus "^28.0.3"
5942 jest-environment-jsdom "^27.5.1"6275 jest-environment-node "^28.0.2"
5943 jest-environment-node "^27.5.1"
5944 jest-get-type "^27.5.1"6276 jest-get-type "^28.0.2"
5945 jest-jasmine2 "^27.5.1"
5946 jest-regex-util "^27.5.1"6277 jest-regex-util "^28.0.2"
5947 jest-resolve "^27.5.1"6278 jest-resolve "^28.0.3"
5948 jest-runner "^27.5.1"6279 jest-runner "^28.0.3"
5949 jest-util "^27.5.1"6280 jest-util "^28.0.2"
5950 jest-validate "^27.5.1"6281 jest-validate "^28.0.2"
5951 micromatch "^4.0.4"6282 micromatch "^4.0.4"
5952 parse-json "^5.2.0"6283 parse-json "^5.2.0"
5953 pretty-format "^27.5.1"6284 pretty-format "^28.0.2"
5954 slash "^3.0.0"6285 slash "^3.0.0"
5955 strip-json-comments "^3.1.1"6286 strip-json-comments "^3.1.1"
59566287
5957jest-diff@^27.5.1:6288jest-diff@^28.0.2:
5958 version "27.5.1"6289 version "28.0.2"
5959 resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.5.1.tgz#a07f5011ac9e6643cf8a95a462b7b1ecf6680def"6290 resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-28.0.2.tgz#a543c90082560cd6cb14c5f28c39e6d4618ad7a6"
5960 integrity sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==6291 integrity sha512-33Rnf821Y54OAloav0PGNWHlbtEorXpjwchnToyyWbec10X74FOW7hGfvrXLGz7xOe2dz0uo9JVFAHHj/2B5pg==
5961 dependencies:6292 dependencies:
5962 chalk "^4.0.0"6293 chalk "^4.0.0"
5963 diff-sequences "^27.5.1"6294 diff-sequences "^28.0.2"
5964 jest-get-type "^27.5.1"6295 jest-get-type "^28.0.2"
5965 pretty-format "^27.5.1"6296 pretty-format "^28.0.2"
59666297
5967jest-docblock@^27.5.1:6298jest-docblock@^28.0.2:
5968 version "27.5.1"6299 version "28.0.2"
5969 resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-27.5.1.tgz#14092f364a42c6108d42c33c8cf30e058e25f6c0"6300 resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-28.0.2.tgz#3cab8abea53275c9d670cdca814fc89fba1298c2"
5970 integrity sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==6301 integrity sha512-FH10WWw5NxLoeSdQlJwu+MTiv60aXV/t8KEwIRGEv74WARE1cXIqh1vGdy2CraHuWOOrnzTWj/azQKqW4fO7xg==
5971 dependencies:6302 dependencies:
5972 detect-newline "^3.0.0"6303 detect-newline "^3.0.0"
59736304
5974jest-each@^27.5.1:6305jest-each@^28.0.2:
5975 version "27.5.1"6306 version "28.0.2"
5976 resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-27.5.1.tgz#5bc87016f45ed9507fed6e4702a5b468a5b2c44e"6307 resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-28.0.2.tgz#fcf6843e9afe5a3f2d0b1c02aab1f41889d92f1d"
5977 integrity sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==6308 integrity sha512-/W5Wc0b+ipR36kDaLngdVEJ/5UYPOITK7rW0djTlCCQdMuWpCFJweMW4TzAoJ6GiRrljPL8FwiyOSoSHKrda2w==
5978 dependencies:6309 dependencies:
5979 "@jest/types" "^27.5.1"6310 "@jest/types" "^28.0.2"
5980 chalk "^4.0.0"6311 chalk "^4.0.0"
5981 jest-get-type "^27.5.1"6312 jest-get-type "^28.0.2"
5982 jest-util "^27.5.1"6313 jest-util "^28.0.2"
5983 pretty-format "^27.5.1"6314 pretty-format "^28.0.2"
59846315
5985jest-environment-jsdom@^27.5.1:6316jest-environment-jsdom@^28.0.2:
5986 version "27.5.1"6317 version "28.0.2"
5987 resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz#ea9ccd1fc610209655a77898f86b2b559516a546"6318 resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-28.0.2.tgz#b923f861f4cd896d2ba1971255060e1f413e9a04"
5988 integrity sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==6319 integrity sha512-rQhgV9reB6Id7VPa5jEkKx80Ppa/I6C7vKTMnceBS+d/rt+aTfbxbK/P4HRLMLE8KKsETszPpzYtGgsa8xMg7g==
5989 dependencies:6320 dependencies:
5990 "@jest/environment" "^27.5.1"6321 "@jest/environment" "^28.0.2"
5991 "@jest/fake-timers" "^27.5.1"6322 "@jest/fake-timers" "^28.0.2"
5992 "@jest/types" "^27.5.1"6323 "@jest/types" "^28.0.2"
6324 "@types/jsdom" "^16.2.4"
5993 "@types/node" "*"6325 "@types/node" "*"
5994 jest-mock "^27.5.1"6326 jest-mock "^28.0.2"
5995 jest-util "^27.5.1"6327 jest-util "^28.0.2"
5996 jsdom "^16.6.0"6328 jsdom "^19.0.0"
59976329
5998jest-environment-node@^27.5.1:6330jest-environment-node@^28.0.2:
5999 version "27.5.1"6331 version "28.0.2"
6000 resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-27.5.1.tgz#dedc2cfe52fab6b8f5714b4808aefa85357a365e"6332 resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-28.0.2.tgz#bd58e192b8f36a37e52c52fac812bd24b360c0b9"
6001 integrity sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==6333 integrity sha512-o9u5UHZ+NCuIoa44KEF0Behhsz/p1wMm0WumsZfWR1k4IVoWSt3aN0BavSC5dd26VxSGQvkrCnJxxOzhhUEG3Q==
6002 dependencies:6334 dependencies:
6003 "@jest/environment" "^27.5.1"6335 "@jest/environment" "^28.0.2"
6004 "@jest/fake-timers" "^27.5.1"6336 "@jest/fake-timers" "^28.0.2"
6005 "@jest/types" "^27.5.1"6337 "@jest/types" "^28.0.2"
6006 "@types/node" "*"6338 "@types/node" "*"
6007 jest-mock "^27.5.1"6339 jest-mock "^28.0.2"
6008 jest-util "^27.5.1"6340 jest-util "^28.0.2"
60096341
6010jest-get-type@^27.5.1:6342jest-get-type@^28.0.2:
6011 version "27.5.1"6343 version "28.0.2"
6012 resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.5.1.tgz#3cd613c507b0f7ace013df407a1c1cd578bcb4f1"6344 resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-28.0.2.tgz#34622e628e4fdcd793d46db8a242227901fcf203"
6013 integrity sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==6345 integrity sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==
60146346
6015jest-haste-map@^27.5.1:6347jest-haste-map@^28.0.2:
6016 version "27.5.1"6348 version "28.0.2"
6017 resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.5.1.tgz#9fd8bd7e7b4fa502d9c6164c5640512b4e811e7f"6349 resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-28.0.2.tgz#0c768f43680013cfd2a4471a3ec76c47bfb9e7c6"
6018 integrity sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==6350 integrity sha512-EokdL7l5uk4TqWGawwrIt8w3tZNcbeiRxmKGEURf42pl+/rWJy3sCJlon5HBhJXZTW978jk6600BLQOI7i25Ig==
6019 dependencies:6351 dependencies:
6020 "@jest/types" "^27.5.1"6352 "@jest/types" "^28.0.2"
6021 "@types/graceful-fs" "^4.1.2"6353 "@types/graceful-fs" "^4.1.3"
6022 "@types/node" "*"6354 "@types/node" "*"
6023 anymatch "^3.0.3"6355 anymatch "^3.0.3"
6024 fb-watchman "^2.0.0"6356 fb-watchman "^2.0.0"
6025 graceful-fs "^4.2.9"6357 graceful-fs "^4.2.9"
6026 jest-regex-util "^27.5.1"6358 jest-regex-util "^28.0.2"
6027 jest-serializer "^27.5.1"6359 jest-util "^28.0.2"
6028 jest-util "^27.5.1"
6029 jest-worker "^27.5.1"6360 jest-worker "^28.0.2"
6030 micromatch "^4.0.4"6361 micromatch "^4.0.4"
6031 walker "^1.0.7"6362 walker "^1.0.7"
6032 optionalDependencies:6363 optionalDependencies:
6033 fsevents "^2.3.2"6364 fsevents "^2.3.2"
60346365
6035jest-jasmine2@^27.5.1:6366jest-leak-detector@^28.0.2:
6036 version "27.5.1"6367 version "28.0.2"
6037 resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz#a037b0034ef49a9f3d71c4375a796f3b230d1ac4"6368 resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-28.0.2.tgz#cbde3d22d09bd690ececdc2ed01c608435328456"
6038 integrity sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==6369 integrity sha512-UGaSPYtxKXl/YKacq6juRAKmMp1z2os8NaU8PSC+xvNikmu3wF6QFrXrihMM4hXeMr9HuNotBrQZHmzDY8KIBQ==
6039 dependencies:6370 dependencies:
6040 "@jest/environment" "^27.5.1"6371 jest-get-type "^28.0.2"
6041 "@jest/source-map" "^27.5.1"
6042 "@jest/test-result" "^27.5.1"
6043 "@jest/types" "^27.5.1"
6044 "@types/node" "*"
6045 chalk "^4.0.0"
6046 co "^4.6.0"
6047 expect "^27.5.1"
6048 is-generator-fn "^2.0.0"
6049 jest-each "^27.5.1"6372 pretty-format "^28.0.2"
6050 jest-matcher-utils "^27.5.1"
6051 jest-message-util "^27.5.1"
6052 jest-runtime "^27.5.1"
6053 jest-snapshot "^27.5.1"
6054 jest-util "^27.5.1"
6055 pretty-format "^27.5.1"
6056 throat "^6.0.1"
60576373
6058jest-leak-detector@^27.5.1:6374jest-matcher-utils@^28.0.2:
6059 version "27.5.1"6375 version "28.0.2"
6060 resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz#6ec9d54c3579dd6e3e66d70e3498adf80fde3fb8"6376 resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-28.0.2.tgz#eb461af204b6d0f05281e9228094f0ab7e9e8537"
6061 integrity sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==6377 integrity sha512-SxtTiI2qLJHFtOz/bySStCnwCvISAuxQ/grS+74dfTy5AuJw3Sgj9TVUvskcnImTfpzLoMCDJseRaeRrVYbAOA==
6062 dependencies:6378 dependencies:
6063 jest-get-type "^27.5.1"
6064 pretty-format "^27.5.1"
6065
6066jest-matcher-utils@^27.5.1:
6067 version "27.5.1"
6068 resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz#9c0cdbda8245bc22d2331729d1091308b40cf8ab"
6069 integrity sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==
6070 dependencies:
6071 chalk "^4.0.0"6379 chalk "^4.0.0"
6072 jest-diff "^27.5.1"6380 jest-diff "^28.0.2"
6073 jest-get-type "^27.5.1"6381 jest-get-type "^28.0.2"
6074 pretty-format "^27.5.1"6382 pretty-format "^28.0.2"
60756383
6076jest-message-util@^27.5.1:6384jest-message-util@^28.0.2:
6077 version "27.5.1"6385 version "28.0.2"
6078 resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.5.1.tgz#bdda72806da10d9ed6425e12afff38cd1458b6cf"6386 resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-28.0.2.tgz#f3cf36be72be4c4c4058cb34bd6673996d26dee3"
6079 integrity sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==6387 integrity sha512-knK7XyojvwYh1XiF2wmVdskgM/uN11KsjcEWWHfnMZNEdwXCrqB4sCBO94F4cfiAwCS8WFV6CDixDwPlMh/wdA==
6080 dependencies:6388 dependencies:
6081 "@babel/code-frame" "^7.12.13"6389 "@babel/code-frame" "^7.12.13"
6082 "@jest/types" "^27.5.1"6390 "@jest/types" "^28.0.2"
6083 "@types/stack-utils" "^2.0.0"6391 "@types/stack-utils" "^2.0.0"
6084 chalk "^4.0.0"6392 chalk "^4.0.0"
6085 graceful-fs "^4.2.9"6393 graceful-fs "^4.2.9"
6086 micromatch "^4.0.4"6394 micromatch "^4.0.4"
6087 pretty-format "^27.5.1"6395 pretty-format "^28.0.2"
6088 slash "^3.0.0"6396 slash "^3.0.0"
6089 stack-utils "^2.0.3"6397 stack-utils "^2.0.3"
60906398
6091jest-mock@^27.5.1:6399jest-mock@^28.0.2:
6092 version "27.5.1"6400 version "28.0.2"
6093 resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.5.1.tgz#19948336d49ef4d9c52021d34ac7b5f36ff967d6"6401 resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-28.0.2.tgz#059b500b34c1dd76474ebcdeccc249fe4dd0249f"
6094 integrity sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==6402 integrity sha512-vfnJ4zXRB0i24jOTGtQJyl26JKsgBKtqRlCnsrORZbG06FToSSn33h2x/bmE8XxqxkLWdZBRo+/65l8Vi3nD+g==
6095 dependencies:6403 dependencies:
6096 "@jest/types" "^27.5.1"6404 "@jest/types" "^28.0.2"
6097 "@types/node" "*"6405 "@types/node" "*"
60986406
6099jest-pnp-resolver@^1.2.2:6407jest-pnp-resolver@^1.2.2:
6100 version "1.2.2"6408 version "1.2.2"
6101 resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz#b704ac0ae028a89108a4d040b3f919dfddc8e33c"6409 resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz#b704ac0ae028a89108a4d040b3f919dfddc8e33c"
6102 integrity sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==6410 integrity sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==
61036411
6104jest-regex-util@^27.5.1:6412jest-regex-util@^28.0.2:
6105 version "27.5.1"6413 version "28.0.2"
6106 resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-27.5.1.tgz#4da143f7e9fd1e542d4aa69617b38e4a78365b95"6414 resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-28.0.2.tgz#afdc377a3b25fb6e80825adcf76c854e5bf47ead"
6107 integrity sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==6415 integrity sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==
61086416
6109jest-resolve-dependencies@^27.5.1:6417jest-resolve-dependencies@^28.0.3:
6110 version "27.5.1"6418 version "28.0.3"
6111 resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz#d811ecc8305e731cc86dd79741ee98fed06f1da8"6419 resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-28.0.3.tgz#76d8f59f7e76ba36d76a1677eeaaed24560da7e0"
6112 integrity sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==6420 integrity sha512-lCgHMm0/5p0qHemrOzm7kI6JDei28xJwIf7XOEcv1HeAVHnsON8B8jO/woqlU+/GcOXb58ymieYqhk3zjGWnvQ==
6113 dependencies:6421 dependencies:
6114 "@jest/types" "^27.5.1"6422 jest-regex-util "^28.0.2"
6115 jest-regex-util "^27.5.1"
6116 jest-snapshot "^27.5.1"6423 jest-snapshot "^28.0.3"
61176424
6118jest-resolve@^27.5.1:6425jest-resolve@^28.0.3:
6119 version "27.5.1"6426 version "28.0.3"
6120 resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-27.5.1.tgz#a2f1c5a0796ec18fe9eb1536ac3814c23617b384"6427 resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-28.0.3.tgz#63f8e6b53e40f265b3ca9116195221dd43e3d16d"
6121 integrity sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==6428 integrity sha512-lfgjd9JhEjpjIN3HLUfdysdK+A7ePQoYmd7WL9DUEWqdnngb1rF56eee6iDXJxl/3eSolpP43VD7VrhjL3NsoQ==
6122 dependencies:6429 dependencies:
6123 "@jest/types" "^27.5.1"
6124 chalk "^4.0.0"6430 chalk "^4.0.0"
6125 graceful-fs "^4.2.9"6431 graceful-fs "^4.2.9"
6126 jest-haste-map "^27.5.1"6432 jest-haste-map "^28.0.2"
6127 jest-pnp-resolver "^1.2.2"6433 jest-pnp-resolver "^1.2.2"
6128 jest-util "^27.5.1"6434 jest-util "^28.0.2"
6129 jest-validate "^27.5.1"6435 jest-validate "^28.0.2"
6130 resolve "^1.20.0"6436 resolve "^1.20.0"
6131 resolve.exports "^1.1.0"6437 resolve.exports "^1.1.0"
6132 slash "^3.0.0"6438 slash "^3.0.0"
61336439
6134jest-runner@^27.5.1:6440jest-runner@^28.0.3:
6135 version "27.5.1"6441 version "28.0.3"
6136 resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.5.1.tgz#071b27c1fa30d90540805c5645a0ec167c7b62e5"6442 resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-28.0.3.tgz#a8a409c685ad3081a44b149b2eb04bc4d47faaf9"
6137 integrity sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==6443 integrity sha512-4OsHMjBLtYUWCENucAQ4Za0jGfEbOFi/Fusv6dzUuaweqx8apb4+5p2LR2yvgF4StFulmxyC238tGLftfu+zBA==
6138 dependencies:6444 dependencies:
6139 "@jest/console" "^27.5.1"6445 "@jest/console" "^28.0.2"
6140 "@jest/environment" "^27.5.1"6446 "@jest/environment" "^28.0.2"
6141 "@jest/test-result" "^27.5.1"6447 "@jest/test-result" "^28.0.2"
6142 "@jest/transform" "^27.5.1"6448 "@jest/transform" "^28.0.3"
6143 "@jest/types" "^27.5.1"6449 "@jest/types" "^28.0.2"
6144 "@types/node" "*"6450 "@types/node" "*"
6145 chalk "^4.0.0"6451 chalk "^4.0.0"
6146 emittery "^0.8.1"6452 emittery "^0.10.2"
6147 graceful-fs "^4.2.9"6453 graceful-fs "^4.2.9"
6148 jest-docblock "^27.5.1"6454 jest-docblock "^28.0.2"
6149 jest-environment-jsdom "^27.5.1"6455 jest-environment-node "^28.0.2"
6150 jest-environment-node "^27.5.1"6456 jest-haste-map "^28.0.2"
6151 jest-haste-map "^27.5.1"6457 jest-leak-detector "^28.0.2"
6152 jest-leak-detector "^27.5.1"6458 jest-message-util "^28.0.2"
6153 jest-message-util "^27.5.1"6459 jest-resolve "^28.0.3"
6154 jest-resolve "^27.5.1"6460 jest-runtime "^28.0.3"
6155 jest-runtime "^27.5.1"6461 jest-util "^28.0.2"
6156 jest-util "^27.5.1"6462 jest-watcher "^28.0.2"
6157 jest-worker "^27.5.1"6463 jest-worker "^28.0.2"
6158 source-map-support "^0.5.6"6464 source-map-support "0.5.13"
6159 throat "^6.0.1"6465 throat "^6.0.1"
61606466
6161jest-runtime@^27.5.1:6467jest-runtime@^28.0.3:
6162 version "27.5.1"6468 version "28.0.3"
6163 resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.5.1.tgz#4896003d7a334f7e8e4a53ba93fb9bcd3db0a1af"6469 resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-28.0.3.tgz#02346a34de0ac61d23bdb0e8c035ad973d7bb087"
6164 integrity sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==6470 integrity sha512-7FtPUmvbZEHLOdjsF6dyHg5Pe4E0DU+f3Vvv8BPzVR7mQA6nFR4clQYLAPyJGnsUvN8WRWn+b5a5SVwnj1WaGg==
6165 dependencies:6471 dependencies:
6166 "@jest/environment" "^27.5.1"6472 "@jest/environment" "^28.0.2"
6167 "@jest/fake-timers" "^27.5.1"6473 "@jest/fake-timers" "^28.0.2"
6168 "@jest/globals" "^27.5.1"6474 "@jest/globals" "^28.0.3"
6169 "@jest/source-map" "^27.5.1"6475 "@jest/source-map" "^28.0.2"
6170 "@jest/test-result" "^27.5.1"6476 "@jest/test-result" "^28.0.2"
6171 "@jest/transform" "^27.5.1"6477 "@jest/transform" "^28.0.3"
6172 "@jest/types" "^27.5.1"6478 "@jest/types" "^28.0.2"
6173 chalk "^4.0.0"6479 chalk "^4.0.0"
6174 cjs-module-lexer "^1.0.0"6480 cjs-module-lexer "^1.0.0"
6175 collect-v8-coverage "^1.0.0"6481 collect-v8-coverage "^1.0.0"
6176 execa "^5.0.0"6482 execa "^5.0.0"
6177 glob "^7.1.3"6483 glob "^7.1.3"
6178 graceful-fs "^4.2.9"6484 graceful-fs "^4.2.9"
6179 jest-haste-map "^27.5.1"6485 jest-haste-map "^28.0.2"
6180 jest-message-util "^27.5.1"6486 jest-message-util "^28.0.2"
6181 jest-mock "^27.5.1"6487 jest-mock "^28.0.2"
6182 jest-regex-util "^27.5.1"6488 jest-regex-util "^28.0.2"
6183 jest-resolve "^27.5.1"6489 jest-resolve "^28.0.3"
6184 jest-snapshot "^27.5.1"6490 jest-snapshot "^28.0.3"
6185 jest-util "^27.5.1"6491 jest-util "^28.0.2"
6186 slash "^3.0.0"6492 slash "^3.0.0"
6187 strip-bom "^4.0.0"6493 strip-bom "^4.0.0"
61886494
6189jest-serializer@^27.5.1:6495jest-snapshot@^28.0.3:
6190 version "27.5.1"6496 version "28.0.3"
6191 resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-27.5.1.tgz#81438410a30ea66fd57ff730835123dea1fb1f64"6497 resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-28.0.3.tgz#9a768d0c617d070e87c1bd37240f22b344616154"
6192 integrity sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==6498 integrity sha512-nVzAAIlAbrMuvVUrS1YxmAeo1TfSsDDU+K5wv/Ow56MBp+L+Y71ksAbwRp3kGCgZAz4oOXcAMPAwtT9Yh1hlQQ==
6193 dependencies:6499 dependencies:
6194 "@types/node" "*"6500 "@babel/core" "^7.11.6"
6195 graceful-fs "^4.2.9"
6196
6197jest-snapshot@^27.5.1:
6198 version "27.5.1"
6199 resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.5.1.tgz#b668d50d23d38054a51b42c4039cab59ae6eb6a1"
6200 integrity sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==
6201 dependencies:
6202 "@babel/core" "^7.7.2"
6203 "@babel/generator" "^7.7.2"6501 "@babel/generator" "^7.7.2"
6204 "@babel/plugin-syntax-typescript" "^7.7.2"6502 "@babel/plugin-syntax-typescript" "^7.7.2"
6205 "@babel/traverse" "^7.7.2"6503 "@babel/traverse" "^7.7.2"
6206 "@babel/types" "^7.0.0"6504 "@babel/types" "^7.3.3"
6505 "@jest/expect-utils" "^28.0.2"
6207 "@jest/transform" "^27.5.1"6506 "@jest/transform" "^28.0.3"
6208 "@jest/types" "^27.5.1"6507 "@jest/types" "^28.0.2"
6209 "@types/babel__traverse" "^7.0.4"6508 "@types/babel__traverse" "^7.0.6"
6210 "@types/prettier" "^2.1.5"6509 "@types/prettier" "^2.1.5"
6211 babel-preset-current-node-syntax "^1.0.0"6510 babel-preset-current-node-syntax "^1.0.0"
6212 chalk "^4.0.0"6511 chalk "^4.0.0"
6213 expect "^27.5.1"6512 expect "^28.0.2"
6214 graceful-fs "^4.2.9"6513 graceful-fs "^4.2.9"
6215 jest-diff "^27.5.1"6514 jest-diff "^28.0.2"
6216 jest-get-type "^27.5.1"6515 jest-get-type "^28.0.2"
6217 jest-haste-map "^27.5.1"6516 jest-haste-map "^28.0.2"
6218 jest-matcher-utils "^27.5.1"6517 jest-matcher-utils "^28.0.2"
6219 jest-message-util "^27.5.1"6518 jest-message-util "^28.0.2"
6220 jest-util "^27.5.1"6519 jest-util "^28.0.2"
6221 natural-compare "^1.4.0"6520 natural-compare "^1.4.0"
6222 pretty-format "^27.5.1"6521 pretty-format "^28.0.2"
6223 semver "^7.3.2"6522 semver "^7.3.5"
62246523
6225jest-util@^27.5.1:6524jest-util@^28.0.2:
6226 version "27.5.1"6525 version "28.0.2"
6227 resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.5.1.tgz#3ba9771e8e31a0b85da48fe0b0891fb86c01c2f9"6526 resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-28.0.2.tgz#8e22cdd6e0549e0a393055f0e2da7eacc334b143"
6228 integrity sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==6527 integrity sha512-EVdpIRCC8lzqhp9A0u0aAKlsFIzufK6xKxNK7awsnebTdOP4hpyQW5o6Ox2qPl8gbeUKYF+POLyItaND53kpGA==
6229 dependencies:6528 dependencies:
6230 "@jest/types" "^27.5.1"6529 "@jest/types" "^28.0.2"
6231 "@types/node" "*"6530 "@types/node" "*"
6232 chalk "^4.0.0"6531 chalk "^4.0.0"
6233 ci-info "^3.2.0"6532 ci-info "^3.2.0"
6234 graceful-fs "^4.2.9"6533 graceful-fs "^4.2.9"
6235 picomatch "^2.2.3"6534 picomatch "^2.2.3"
62366535
6237jest-validate@^27.5.1:6536jest-validate@^28.0.2:
6238 version "27.5.1"6537 version "28.0.2"
6239 resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.5.1.tgz#9197d54dc0bdb52260b8db40b46ae668e04df067"6538 resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-28.0.2.tgz#58bb7e826c054a8bb3b54c05f73758d96cf6dbef"
6240 integrity sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==6539 integrity sha512-nr0UOvCTtxP0YPdsk01Gk7e7c0xIiEe2nncAe3pj0wBfUvAykTVrMrdeASlAJnlEQCBuwN/GF4hKoCzbkGNCNw==
6241 dependencies:6540 dependencies:
6242 "@jest/types" "^27.5.1"6541 "@jest/types" "^28.0.2"
6243 camelcase "^6.2.0"6542 camelcase "^6.2.0"
6244 chalk "^4.0.0"6543 chalk "^4.0.0"
6245 jest-get-type "^27.5.1"6544 jest-get-type "^28.0.2"
6246 leven "^3.1.0"6545 leven "^3.1.0"
6247 pretty-format "^27.5.1"6546 pretty-format "^28.0.2"
62486547
6249jest-watcher@^27.5.1:6548jest-watcher@^28.0.2:
6250 version "27.5.1"6549 version "28.0.2"
6251 resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-27.5.1.tgz#71bd85fb9bde3a2c2ec4dc353437971c43c642a2"6550 resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-28.0.2.tgz#649fa24df531d4071be5784b6274d494d788c88b"
6252 integrity sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==6551 integrity sha512-uIVJLpQ/5VTGQWBiBatHsi7jrCqHjHl0e0dFHMWzwuIfUbdW/muk0DtSr0fteY2T7QTFylv+7a5Rm8sBKrE12Q==
6253 dependencies:6552 dependencies:
6254 "@jest/test-result" "^27.5.1"6553 "@jest/test-result" "^28.0.2"
6255 "@jest/types" "^27.5.1"6554 "@jest/types" "^28.0.2"
6256 "@types/node" "*"6555 "@types/node" "*"
6257 ansi-escapes "^4.2.1"6556 ansi-escapes "^4.2.1"
6258 chalk "^4.0.0"6557 chalk "^4.0.0"
6259 jest-util "^27.5.1"6558 emittery "^0.10.2"
6559 jest-util "^28.0.2"
6260 string-length "^4.0.1"6560 string-length "^4.0.1"
62616561
6262jest-worker@^27.5.1:6562jest-worker@^28.0.2:
6263 version "27.5.1"6563 version "28.0.2"
6264 resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.5.1.tgz#8d146f0900e8973b106b6f73cc1e9a8cb86f8db0"6564 resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-28.0.2.tgz#75f7e5126541289ba02e9c1a67e46349ddb8141d"
6265 integrity sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==6565 integrity sha512-pijNxfjxT0tGAx+8+OzZ+eayVPCwy/rsZFhebmC0F4YnXu1EHPEPxg7utL3m5uX3EaFH1/jwDxGa1EbjJCST2g==
6266 dependencies:6566 dependencies:
6267 "@types/node" "*"6567 "@types/node" "*"
6268 merge-stream "^2.0.0"6568 merge-stream "^2.0.0"
6269 supports-color "^8.0.0"6569 supports-color "^8.0.0"
62706570
6271jest@^27.5.1:6571jest@^28.0.3:
6272 version "27.5.1"6572 version "28.0.3"
6273 resolved "https://registry.yarnpkg.com/jest/-/jest-27.5.1.tgz#dadf33ba70a779be7a6fc33015843b51494f63fc"6573 resolved "https://registry.yarnpkg.com/jest/-/jest-28.0.3.tgz#92a7d6ee097b61de4ba2db7f3ab723e81a99b32d"
6274 integrity sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==6574 integrity sha512-uS+T5J3w5xyzd1KSJCGKhCo8WTJXbNl86f5SW11wgssbandJOVLRKKUxmhdFfmKxhPeksl1hHZ0HaA8VBzp7xA==
6275 dependencies:6575 dependencies:
6276 "@jest/core" "^27.5.1"6576 "@jest/core" "^28.0.3"
6277 import-local "^3.0.2"6577 import-local "^3.0.2"
6278 jest-cli "^27.5.1"6578 jest-cli "^28.0.3"
62796579
6280js-cleanup@^1.2.0:6580js-cleanup@^1.2.0:
6281 version "1.2.0"6581 version "1.2.0"
6321 resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"6621 resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
6322 integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=6622 integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
63236623
6324jsdom@^16.6.0:6624jsdom@^19.0.0:
6325 version "16.7.0"6625 version "19.0.0"
6326 resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-16.7.0.tgz#918ae71965424b197c819f8183a754e18977b710"6626 resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-19.0.0.tgz#93e67c149fe26816d38a849ea30ac93677e16b6a"
6327 integrity sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==6627 integrity sha512-RYAyjCbxy/vri/CfnjUWJQQtZ3LKlLnDqj+9XLNnJPgEGeirZs3hllKR20re8LUZ6o1b1X4Jat+Qd26zmP41+A==
6328 dependencies:6628 dependencies:
6329 abab "^2.0.5"6629 abab "^2.0.5"
6330 acorn "^8.2.4"6630 acorn "^8.5.0"
6331 acorn-globals "^6.0.0"6631 acorn-globals "^6.0.0"
6332 cssom "^0.4.4"6632 cssom "^0.5.0"
6333 cssstyle "^2.3.0"6633 cssstyle "^2.3.0"
6334 data-urls "^2.0.0"6634 data-urls "^3.0.1"
6335 decimal.js "^10.2.1"6635 decimal.js "^10.3.1"
6336 domexception "^2.0.1"6636 domexception "^4.0.0"
6337 escodegen "^2.0.0"6637 escodegen "^2.0.0"
6338 form-data "^3.0.0"6638 form-data "^4.0.0"
6339 html-encoding-sniffer "^2.0.1"6639 html-encoding-sniffer "^3.0.0"
6340 http-proxy-agent "^4.0.1"6640 http-proxy-agent "^5.0.0"
6341 https-proxy-agent "^5.0.0"6641 https-proxy-agent "^5.0.0"
6342 is-potential-custom-element-name "^1.0.1"6642 is-potential-custom-element-name "^1.0.1"
6343 nwsapi "^2.2.0"6643 nwsapi "^2.2.0"
6346 symbol-tree "^3.2.4"6646 symbol-tree "^3.2.4"
6347 tough-cookie "^4.0.0"6647 tough-cookie "^4.0.0"
6348 w3c-hr-time "^1.0.2"6648 w3c-hr-time "^1.0.2"
6349 w3c-xmlserializer "^2.0.0"6649 w3c-xmlserializer "^3.0.0"
6350 webidl-conversions "^6.1.0"6650 webidl-conversions "^7.0.0"
6351 whatwg-encoding "^1.0.5"6651 whatwg-encoding "^2.0.0"
6352 whatwg-mimetype "^2.3.0"6652 whatwg-mimetype "^3.0.0"
6353 whatwg-url "^8.5.0"6653 whatwg-url "^10.0.0"
6354 ws "^7.4.6"6654 ws "^8.2.3"
6355 xml-name-validator "^3.0.0"6655 xml-name-validator "^4.0.0"
63566656
6357jsesc@^2.5.1:6657jsesc@^2.5.1:
6358 version "2.5.2"6658 version "2.5.2"
6413 dependencies:6713 dependencies:
6414 minimist "^1.2.5"6714 minimist "^1.2.5"
64156715
6716json5@^2.2.1:
6717 version "2.2.1"
6718 resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
6719 integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
6720
6416jsonfile@^4.0.0:6721jsonfile@^4.0.0:
6417 version "4.0.0"6722 version "4.0.0"
6418 resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"6723 resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
6571 resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"6876 resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
6572 integrity sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=6877 integrity sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=
65736878
6574lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.21, lodash@^4.7.0:6879lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.21:
6575 version "4.17.21"6880 version "4.17.21"
6576 resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"6881 resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
6577 integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==6882 integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
6813 resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"7118 resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
6814 integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=7119 integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
68157120
6816minimatch@3.0.4:7121minimatch@5.0.1, minimatch@^5.0.1:
6817 version "3.0.4"7122 version "5.0.1"
6818 resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"7123 resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
6819 integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==7124 integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
6820 dependencies:7125 dependencies:
6821 brace-expansion "^1.1.7"7126 brace-expansion "^2.0.1"
68227127
6823minimatch@^3.0.4:7128minimatch@^3.0.4, minimatch@^3.1.2:
6824 version "3.1.2"7129 version "3.1.2"
6825 resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"7130 resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
6826 integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==7131 integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
6827 dependencies:7132 dependencies:
6828 brace-expansion "^1.1.7"7133 brace-expansion "^1.1.7"
68297134
6830minimatch@^5.0.0:
6831 version "5.0.0"
6832 resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.0.tgz#281d8402aaaeed18a9e8406ad99c46a19206c6ef"
6833 integrity sha512-EU+GCVjXD00yOUf1TwAHVP7v3fBD3A8RkkPYsWWKGWesxM/572sL53wJQnHxquHlRhYUV36wHkqrN8cdikKc2g==
6834 dependencies:
6835 brace-expansion "^2.0.1"
6836
6837minimist@^1.2.0, minimist@^1.2.5:7135minimist@^1.2.0, minimist@^1.2.5:
6838 version "1.2.5"7136 version "1.2.5"
6839 resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"7137 resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
6840 integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==7138 integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
68417139
7140minimist@^1.2.6:
7141 version "1.2.6"
7142 resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
7143 integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
7144
6842minipass@^2.6.0, minipass@^2.9.0:7145minipass@^2.6.0, minipass@^2.9.0:
6843 version "2.9.0"7146 version "2.9.0"
6844 resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6"7147 resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6"
6873 dependencies:7176 dependencies:
6874 minimist "^1.2.5"7177 minimist "^1.2.5"
68757178
6876mocha@^9.2.0:7179mocha@^10.0.0:
6877 version "9.2.0"7180 version "10.0.0"
6878 resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.2.0.tgz#2bfba73d46e392901f877ab9a47b7c9c5d0275cc"7181 resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.0.0.tgz#205447d8993ec755335c4b13deba3d3a13c4def9"
6879 integrity sha512-kNn7E8g2SzVcq0a77dkphPsDSN7P+iYkqE0ZsGCYWRsoiKjOt+NvXfaagik8vuDa6W5Zw3qxe8Jfpt5qKf+6/Q==7182 integrity sha512-0Wl+elVUD43Y0BqPZBzZt8Tnkw9CMUdNYnUsTfOM1vuhJVZL+kiesFYsqwBkEEuEixaiPe5ZQdqDgX2jddhmoA==
6880 dependencies:7183 dependencies:
6881 "@ungap/promise-all-settled" "1.1.2"7184 "@ungap/promise-all-settled" "1.1.2"
6882 ansi-colors "4.1.1"7185 ansi-colors "4.1.1"
6883 browser-stdout "1.3.1"7186 browser-stdout "1.3.1"
6884 chokidar "3.5.3"7187 chokidar "3.5.3"
6885 debug "4.3.3"7188 debug "4.3.4"
6886 diff "5.0.0"7189 diff "5.0.0"
6887 escape-string-regexp "4.0.0"7190 escape-string-regexp "4.0.0"
6888 find-up "5.0.0"7191 find-up "5.0.0"
6889 glob "7.2.0"7192 glob "7.2.0"
6890 growl "1.10.5"
6891 he "1.2.0"7193 he "1.2.0"
6892 js-yaml "4.1.0"7194 js-yaml "4.1.0"
6893 log-symbols "4.1.0"7195 log-symbols "4.1.0"
6894 minimatch "3.0.4"7196 minimatch "5.0.1"
6895 ms "2.1.3"7197 ms "2.1.3"
6896 nanoid "3.2.0"7198 nanoid "3.3.3"
6897 serialize-javascript "6.0.0"7199 serialize-javascript "6.0.0"
6898 strip-json-comments "3.1.1"7200 strip-json-comments "3.1.1"
6899 supports-color "8.1.1"7201 supports-color "8.1.1"
6900 which "2.0.2"7202 workerpool "6.2.1"
6901 workerpool "6.2.0"
6902 yargs "16.2.0"7203 yargs "16.2.0"
6903 yargs-parser "20.2.4"7204 yargs-parser "20.2.4"
6904 yargs-unparser "2.0.0"7205 yargs-unparser "2.0.0"
6908 resolved "https://registry.yarnpkg.com/mock-fs/-/mock-fs-4.14.0.tgz#ce5124d2c601421255985e6e94da80a7357b1b18"7209 resolved "https://registry.yarnpkg.com/mock-fs/-/mock-fs-4.14.0.tgz#ce5124d2c601421255985e6e94da80a7357b1b18"
6909 integrity sha512-qYvlv/exQ4+svI3UOvPUpLDF0OMX5euvUH0Ny4N5QyRyhNdgAgUrVH3iUINSzEPLvx0kbo/Bp28GJKIqvE7URw==7210 integrity sha512-qYvlv/exQ4+svI3UOvPUpLDF0OMX5euvUH0Ny4N5QyRyhNdgAgUrVH3iUINSzEPLvx0kbo/Bp28GJKIqvE7URw==
69107211
6911mock-socket@^9.1.2:7212mock-socket@^9.1.3:
6912 version "9.1.2"7213 version "9.1.3"
6913 resolved "https://registry.yarnpkg.com/mock-socket/-/mock-socket-9.1.2.tgz#cce6cf2193aada937ba41de3288c5c1922fbd571"7214 resolved "https://registry.yarnpkg.com/mock-socket/-/mock-socket-9.1.3.tgz#bcb106c6b345001fa7619466fcf2f8f5a156b10f"
6914 integrity sha512-XKZkCnQ9ISOlTnaPg4LYYSMj7+6i78HyadYzLA5JM4465ibLdjappZD9Csnqc3Tfzep/eEK/LCJ29BTaLHoB1A==7215 integrity sha512-uz8lx8c5wuJYJ21f5UtovqpV0+KJuVwE7cVOLNhrl2QW/CvmstOLRfjXnLSbfFHZtJtiaSGQu0oCJA8SmRcK6A==
69157216
6916module-definition@^3.3.1:7217module-definition@^3.3.1:
6917 version "3.3.1"7218 version "3.3.1"
6997 resolved "https://registry.yarnpkg.com/nano-json-stream-parser/-/nano-json-stream-parser-0.1.2.tgz#0cc8f6d0e2b622b479c40d499c46d64b755c6f5f"7298 resolved "https://registry.yarnpkg.com/nano-json-stream-parser/-/nano-json-stream-parser-0.1.2.tgz#0cc8f6d0e2b622b479c40d499c46d64b755c6f5f"
6998 integrity sha1-DMj20OK2IrR5xA1JnEbWS3Vcb18=7299 integrity sha1-DMj20OK2IrR5xA1JnEbWS3Vcb18=
69997300
7000nanoid@3.2.0:7301nanoid@3.3.3:
7001 version "3.2.0"7302 version "3.3.3"
7002 resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.2.0.tgz#62667522da6673971cca916a6d3eff3f415ff80c"7303 resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
7003 integrity sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==7304 integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==
70047305
7005nanoid@^3.2.0:7306nanoid@^3.2.0:
7006 version "3.3.1"7307 version "3.3.1"
7069 resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.2.tgz#7139fe71e2f4f11b47d4d2986aaf8c48699e0c01"7370 resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.2.tgz#7139fe71e2f4f11b47d4d2986aaf8c48699e0c01"
7070 integrity sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==7371 integrity sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==
70717372
7373node-releases@^2.0.3:
7374 version "2.0.4"
7375 resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.4.tgz#f38252370c43854dc48aa431c766c6c398f40476"
7376 integrity sha512-gbMzqQtTtDz/00jQzZ21PQzdI9PyLYqUSvD0p3naOhX4odFji0ZxYdnVwPTxmSwkmxhcFImpozceidSG+AgoPQ==
7377
7072node-source-walk@^4.0.0, node-source-walk@^4.2.0:7378node-source-walk@^4.0.0, node-source-walk@^4.2.0:
7073 version "4.2.0"7379 version "4.2.0"
7074 resolved "https://registry.yarnpkg.com/node-source-walk/-/node-source-walk-4.2.0.tgz#c2efe731ea8ba9c03c562aa0a9d984e54f27bc2c"7380 resolved "https://registry.yarnpkg.com/node-source-walk/-/node-source-walk-4.2.0.tgz#c2efe731ea8ba9c03c562aa0a9d984e54f27bc2c"
7348 registry-url "^5.0.0"7654 registry-url "^5.0.0"
7349 semver "^6.2.0"7655 semver "^6.2.0"
73507656
7657pako@^2.0.4:
7658 version "2.0.4"
7659 resolved "https://registry.yarnpkg.com/pako/-/pako-2.0.4.tgz#6cebc4bbb0b6c73b0d5b8d7e8476e2b2fbea576d"
7660 integrity sha512-v8tweI900AUkZN6heMU/4Uy4cXRc2AYNRggVmTR+dEncawDJgCdLMximOVA2p4qO57WMynangsfGRb5WD6L1Bg==
7661
7351parent-module@^1.0.0:7662parent-module@^1.0.0:
7352 version "1.0.1"7663 version "1.0.1"
7353 resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"7664 resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
7467 resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"7778 resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
7468 integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==7779 integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
74697780
7470picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3:7781picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.0:
7471 version "2.3.1"7782 version "2.3.1"
7472 resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"7783 resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
7473 integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==7784 integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
7607 resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"7918 resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
7608 integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=7919 integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
76097920
7610"prettier@^1.18.2 || ^2.0.0", prettier@^2.5.1:7921"prettier@^1.18.2 || ^2.0.0":
7611 version "2.5.1"7922 version "2.5.1"
7612 resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"7923 resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
7613 integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==7924 integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==
76147925
7926prettier@^2.6.2:
7927 version "2.6.2"
7928 resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.2.tgz#e26d71a18a74c3d0f0597f55f01fb6c06c206032"
7929 integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==
7930
7615pretty-format@^27.5.1:7931pretty-format@^28.0.2:
7616 version "27.5.1"7932 version "28.0.2"
7617 resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.5.1.tgz#2181879fdea51a7a5851fb39d920faa63f01d88e"7933 resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-28.0.2.tgz#6a24d71cbb61a5e5794ba7513fe22101675481bc"
7618 integrity sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==7934 integrity sha512-UmGZ1IERwS3yY35LDMTaBUYI1w4udZDdJGGT/DqQeKG9ZLDn7/K2Jf/JtYSRiHCCKMHvUA+zsEGSmHdpaVp1yw==
7619 dependencies:7935 dependencies:
7936 "@jest/schemas" "^28.0.2"
7620 ansi-regex "^5.0.1"7937 ansi-regex "^5.0.1"
7621 ansi-styles "^5.0.0"7938 ansi-styles "^5.0.0"
7622 react-is "^17.0.1"7939 react-is "^18.0.0"
76237940
7624pretty-ms@^7.0.1:7941pretty-ms@^7.0.1:
7625 version "7.0.1"7942 version "7.0.1"
7659 kleur "^3.0.3"7976 kleur "^3.0.3"
7660 sisteransi "^1.0.5"7977 sisteransi "^1.0.5"
76617978
7662prop-types@^15.7.2:7979prop-types@^15.8.1:
7663 version "15.8.1"7980 version "15.8.1"
7664 resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"7981 resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
7665 integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==7982 integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
7811 resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"8128 resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
7812 integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==8129 integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
78138130
7814react-is@^17.0.1:8131react-is@^18.0.0:
7815 version "17.0.2"8132 version "18.1.0"
7816 resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"8133 resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.1.0.tgz#61aaed3096d30eacf2a2127118b5b41387d32a67"
7817 integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==8134 integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==
78188135
7819read@^1.0.7:8136read@^1.0.7:
7820 version "1.0.7"8137 version "1.0.7"
7876 resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"8193 resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"
7877 integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==8194 integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==
78788195
7879regenerator-transform@^0.14.2:8196regenerator-transform@^0.15.0:
7880 version "0.14.5"8197 version "0.15.0"
7881 resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz#c98da154683671c9c4dcb16ece736517e1b7feb4"8198 resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.0.tgz#cbd9ead5d77fae1a48d957cf889ad0586adb6537"
7882 integrity sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==8199 integrity sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==
7883 dependencies:8200 dependencies:
7884 "@babel/runtime" "^7.8.4"8201 "@babel/runtime" "^7.8.4"
78858202
8015 resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-1.1.0.tgz#5ce842b94b05146c0e03076985d1d0e7e48c90c9"8332 resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-1.1.0.tgz#5ce842b94b05146c0e03076985d1d0e7e48c90c9"
8016 integrity sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==8333 integrity sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==
80178334
8018resolve@^1.1.6, resolve@^1.10.1, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.21.0:8335resolve@^1.1.6, resolve@^1.10.1, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.21.0, resolve@^1.22.0:
8019 version "1.22.0"8336 version "1.22.0"
8020 resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"8337 resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
8021 integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==8338 integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
8089 dependencies:8406 dependencies:
8090 estree-walker "^0.6.1"8407 estree-walker "^0.6.1"
80918408
8092rollup@^2.67.2:8409rollup@^2.71.1:
8093 version "2.67.3"8410 version "2.71.1"
8094 resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.67.3.tgz#3f04391fc296f807d067c9081d173e0a33dbd37e"8411 resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.71.1.tgz#82b259af7733dfd1224a8171013aaaad02971a22"
8095 integrity sha512-G/x1vUwbGtP6O5ZM8/sWr8+p7YfZhI18pPqMRtMYMWSbHjKZ/ajHGiM+GWNTlWyOR0EHIdT8LHU+Z4ciIZ1oBw==8412 integrity sha512-lMZk3XfUBGjrrZQpvPSoXcZSfKcJ2Bgn+Z0L1MoW2V8Wh7BVM+LOBJTPo16yul2MwL59cXedzW1ruq3rCjSRgw==
8096 optionalDependencies:8413 optionalDependencies:
8097 fsevents "~2.3.2"8414 fsevents "~2.3.2"
80988415
8108 dependencies:8425 dependencies:
8109 queue-microtask "^1.2.2"8426 queue-microtask "^1.2.2"
81108427
8111rxjs@^7.2.0, rxjs@^7.5.4:8428rxjs@^7.2.0:
8112 version "7.5.4"8429 version "7.5.4"
8113 resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.4.tgz#3d6bd407e6b7ce9a123e76b1e770dc5761aa368d"8430 resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.4.tgz#3d6bd407e6b7ce9a123e76b1e770dc5761aa368d"
8114 integrity sha512-h5M3Hk78r6wAheJF0a5YahB1yRQKCsZ4MsGdZ5O9ETbVtjPcScGfrMmoOq7EBsCRzd4BDkvDJ7ogP8Sz5tTFiQ==8431 integrity sha512-h5M3Hk78r6wAheJF0a5YahB1yRQKCsZ4MsGdZ5O9ETbVtjPcScGfrMmoOq7EBsCRzd4BDkvDJ7ogP8Sz5tTFiQ==
8115 dependencies:8432 dependencies:
8116 tslib "^2.1.0"8433 tslib "^2.1.0"
81178434
8435rxjs@^7.5.5:
8436 version "7.5.5"
8437 resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.5.tgz#2ebad89af0f560f460ad5cc4213219e1f7dd4e9f"
8438 integrity sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==
8439 dependencies:
8440 tslib "^2.1.0"
8441
8118safe-buffer@5.2.1, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@^5.2.1, safe-buffer@~5.2.0:8442safe-buffer@5.2.1, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@^5.2.1, safe-buffer@~5.2.0:
8119 version "5.2.1"8443 version "5.2.1"
8120 resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"8444 resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
8125 resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"8449 resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
8126 integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==8450 integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
81278451
8128"safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0:8452"safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0:
8129 version "2.1.2"8453 version "2.1.2"
8130 resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"8454 resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
8131 integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==8455 integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
8175 resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"8499 resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
8176 integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==8500 integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
81778501
8178semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:8502semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
8179 version "6.3.0"8503 version "6.3.0"
8180 resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"8504 resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
8181 integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==8505 integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
81828506
8183semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:8507semver@^7.0.0:
8508 version "7.3.7"
8509 resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
8510 integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
8511 dependencies:
8512 lru-cache "^6.0.0"
8513
8514semver@^7.3.4, semver@^7.3.5:
8184 version "7.3.5"8515 version "7.3.5"
8185 resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"8516 resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
8186 integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==8517 integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
8289 get-intrinsic "^1.0.2"8620 get-intrinsic "^1.0.2"
8290 object-inspect "^1.9.0"8621 object-inspect "^1.9.0"
82918622
8292signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3:8623signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
8293 version "3.0.7"8624 version "3.0.7"
8294 resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"8625 resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
8295 integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==8626 integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
8328 resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"8659 resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
8329 integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==8660 integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
83308661
8331solc@^0.8.12:8662solc@^0.8.13:
8332 version "0.8.12"8663 version "0.8.13"
8333 resolved "https://registry.yarnpkg.com/solc/-/solc-0.8.12.tgz#3002ed3092ee2f7672f1a2ab80c0d8df8df3ef2b"8664 resolved "https://registry.yarnpkg.com/solc/-/solc-0.8.13.tgz#bafc7fcc11a627e2281e489076b80497123bb704"
8334 integrity sha512-TU3anAhKWBQ/WrerJ9EcHrNwGOA1y5vIk5Flz7dBNamLDkX9VQTIwcKd3FiZsT0Ew8rSU7RTmJyGNHRGzP5TBA==8665 integrity sha512-C0yTN+rjEOGO6uVOXI8+EKa75SFMuZpQ2tryex4QxWIg0HRWZvCHKfVPuLZ5wx06Sb6GBp6uQA5yqQyXZnXOJw==
8335 dependencies:8666 dependencies:
8336 command-exists "^1.2.8"8667 command-exists "^1.2.8"
8337 commander "^8.1.0"8668 commander "^8.1.0"
8353 resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"8684 resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
8354 integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==8685 integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
83558686
8356source-map-support@^0.5.16, source-map-support@^0.5.6:8687source-map-support@0.5.13:
8688 version "0.5.13"
8689 resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932"
8690 integrity sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==
8691 dependencies:
8692 buffer-from "^1.0.0"
8693 source-map "^0.6.0"
8694
8695source-map-support@^0.5.16:
8357 version "0.5.21"8696 version "0.5.21"
8358 resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"8697 resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
8359 integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==8698 integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
8371 resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"8710 resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
8372 integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==8711 integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
83738712
8374source-map@^0.7.3:
8375 version "0.7.3"
8376 resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
8377 integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
8378
8379sourcemap-codec@^1.4.4:8713sourcemap-codec@^1.4.4:
8380 version "1.4.8"8714 version "1.4.8"
8381 resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4"8715 resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4"
8727 psl "^1.1.28"9061 psl "^1.1.28"
8728 punycode "^2.1.1"9062 punycode "^2.1.1"
87299063
8730tr46@^2.1.0:9064tr46@^3.0.0:
8731 version "2.1.0"9065 version "3.0.0"
8732 resolved "https://registry.yarnpkg.com/tr46/-/tr46-2.1.0.tgz#fa87aa81ca5d5941da8cbf1f9b749dc969a4e240"9066 resolved "https://registry.yarnpkg.com/tr46/-/tr46-3.0.0.tgz#555c4e297a950617e8eeddef633c87d4d9d6cbf9"
8733 integrity sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==9067 integrity sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==
8734 dependencies:9068 dependencies:
8735 punycode "^2.1.1"9069 punycode "^2.1.1"
87369070
8746 dependencies:9080 dependencies:
8747 escape-string-regexp "^1.0.2"9081 escape-string-regexp "^1.0.2"
87489082
8749ts-node@^10.5.0:9083ts-node@^10.7.0:
8750 version "10.5.0"9084 version "10.7.0"
8751 resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.5.0.tgz#618bef5854c1fbbedf5e31465cbb224a1d524ef9"9085 resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.7.0.tgz#35d503d0fab3e2baa672a0e94f4b40653c2463f5"
8752 integrity sha512-6kEJKwVxAJ35W4akuiysfKwKmjkbYxwQMTBaAxo9KKAx/Yd26mPUyhGz3ji+EsJoAgrLqVsYHNuuYwQe22lbtw==9086 integrity sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==
8753 dependencies:9087 dependencies:
8754 "@cspotcode/source-map-support" "0.7.0"9088 "@cspotcode/source-map-support" "0.7.0"
8755 "@tsconfig/node10" "^1.0.7"9089 "@tsconfig/node10" "^1.0.7"
8765 v8-compile-cache-lib "^3.0.0"9099 v8-compile-cache-lib "^3.0.0"
8766 yn "3.1.1"9100 yn "3.1.1"
87679101
8768tsconfig-paths@^3.12.0:9102tsconfig-paths@^3.14.1:
8769 version "3.12.0"9103 version "3.14.1"
8770 resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz#19769aca6ee8f6a1a341e38c8fa45dd9fb18899b"9104 resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
8771 integrity sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==9105 integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==
8772 dependencies:9106 dependencies:
8773 "@types/json5" "^0.0.29"9107 "@types/json5" "^0.0.29"
8774 json5 "^1.0.1"9108 json5 "^1.0.1"
8775 minimist "^1.2.0"9109 minimist "^1.2.6"
8776 strip-bom "^3.0.0"9110 strip-bom "^3.0.0"
87779111
8778tslib@^1.8.1:9112tslib@^1.8.1:
8873 resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"9207 resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
8874 integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==9208 integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
88759209
8876typescript@^4.5.5:9210typescript@^4.6.4:
8877 version "4.5.5"9211 version "4.6.4"
8878 resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"9212 resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
8879 integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==9213 integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
88809214
8881uglify-js@^3.1.4:9215uglify-js@^3.1.4:
8882 version "3.15.1"9216 version "3.15.1"
9063 resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"9397 resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
9064 integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==9398 integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
90659399
9066v8-to-istanbul@^8.1.0:9400v8-to-istanbul@^9.0.0:
9067 version "8.1.1"9401 version "9.0.0"
9068 resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz#77b752fd3975e31bbcef938f85e9bd1c7a8d60ed"9402 resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.0.0.tgz#be0dae58719fc53cb97e5c7ac1d7e6d4f5b19511"
9069 integrity sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==9403 integrity sha512-HcvgY/xaRm7isYmyx+lFKA4uQmfUbN0J4M0nNItvzTvH/iQ9kW5j/t4YSR+Ge323/lrgDAWJoF46tzGQHwBHFw==
9070 dependencies:9404 dependencies:
9405 "@jridgewell/trace-mapping" "^0.3.7"
9071 "@types/istanbul-lib-coverage" "^2.0.1"9406 "@types/istanbul-lib-coverage" "^2.0.1"
9072 convert-source-map "^1.6.0"9407 convert-source-map "^1.6.0"
9073 source-map "^0.7.3"
90749408
9075varint@^5.0.0:9409varint@^5.0.0:
9076 version "5.0.2"9410 version "5.0.2"
9103 dependencies:9437 dependencies:
9104 browser-process-hrtime "^1.0.0"9438 browser-process-hrtime "^1.0.0"
91059439
9106w3c-xmlserializer@^2.0.0:9440w3c-xmlserializer@^3.0.0:
9107 version "2.0.0"9441 version "3.0.0"
9108 resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz#3e7104a05b75146cc60f564380b7f683acf1020a"9442 resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-3.0.0.tgz#06cdc3eefb7e4d0b20a560a5a3aeb0d2d9a65923"
9109 integrity sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==9443 integrity sha512-3WFqGEgSXIyGhOmAFtlicJNMjEps8b1MG31NCA0/vOF9+nKMUW1ckhi9cnNHmf88Rzw5V+dwIwsm2C7X8k9aQg==
9110 dependencies:9444 dependencies:
9111 xml-name-validator "^3.0.0"9445 xml-name-validator "^4.0.0"
91129446
9113walkdir@^0.4.1:9447walkdir@^0.4.1:
9114 version "0.4.1"9448 version "0.4.1"
9129 dependencies:9463 dependencies:
9130 defaults "^1.0.3"9464 defaults "^1.0.3"
91319465
9132web3-bzz@1.7.0:9466web3-bzz@1.7.3:
9133 version "1.7.0"9467 version "1.7.3"
9134 resolved "https://registry.yarnpkg.com/web3-bzz/-/web3-bzz-1.7.0.tgz#0b754d787a1700f0580fa741fc707d19d1447ff4"9468 resolved "https://registry.yarnpkg.com/web3-bzz/-/web3-bzz-1.7.3.tgz#6860a584f748838af5e3932b6798e024ab8ae951"
9135 integrity sha512-XPhTWUnZa8gnARfiqaag3jJ9+6+a66Li8OikgBUJoMUqPuQTCJPncTbGYqOJIfRFGavEAdlMnfYXx9lvgv2ZPw==9469 integrity sha512-y2i2IW0MfSqFc1JBhBSQ59Ts9xE30hhxSmLS13jLKWzie24/An5dnoGarp2rFAy20tevJu1zJVPYrEl14jiL5w==
9136 dependencies:9470 dependencies:
9137 "@types/node" "^12.12.6"9471 "@types/node" "^12.12.6"
9138 got "9.6.0"9472 got "9.6.0"
9139 swarm-js "^0.1.40"9473 swarm-js "^0.1.40"
91409474
9141web3-core-helpers@1.7.0:9475web3-core-helpers@1.7.3:
9142 version "1.7.0"9476 version "1.7.3"
9143 resolved "https://registry.yarnpkg.com/web3-core-helpers/-/web3-core-helpers-1.7.0.tgz#0eaef7bc55ff7ec5ba726181d0e8529be5d60903"9477 resolved "https://registry.yarnpkg.com/web3-core-helpers/-/web3-core-helpers-1.7.3.tgz#9a8d7830737d0e9c48694b244f4ce0f769ba67b9"
9144 integrity sha512-kFiqsZFHJliKF8VKZNjt2JvKu3gu7h3N1/ke3EPhdp9Li/rLmiyzFVr6ApryZ1FSjbSx6vyOkibG3m6xQ5EHJA==9478 integrity sha512-qS2t6UKLhRV/6C7OFHtMeoHphkcA+CKUr2vfpxy4hubs3+Nj28K9pgiqFuvZiXmtEEwIAE2A28GBOC3RdcSuFg==
9145 dependencies:9479 dependencies:
9146 web3-eth-iban "1.7.0"9480 web3-eth-iban "1.7.3"
9147 web3-utils "1.7.0"9481 web3-utils "1.7.3"
91489482
9149web3-core-method@1.7.0:9483web3-core-method@1.7.3:
9150 version "1.7.0"9484 version "1.7.3"
9151 resolved "https://registry.yarnpkg.com/web3-core-method/-/web3-core-method-1.7.0.tgz#5e98030ac9e0d96c6ff1ba93fde1292a332b1b81"9485 resolved "https://registry.yarnpkg.com/web3-core-method/-/web3-core-method-1.7.3.tgz#eb2a4f140448445c939518c0fa6216b3d265c5e9"
9152 integrity sha512-43Om+kZX8wU5u1pJ28TltF9e9pSTRph6b8wrOb6wgXAfPHqMulq6UTBJWjXXIRVN46Eiqv0nflw35hp9bbgnbA==9486 integrity sha512-SeF8YL/NVFbj/ddwLhJeS0io8y7wXaPYA2AVT0h2C2ESYkpvOtQmyw2Bc3aXxBmBErKcbOJjE2ABOKdUmLSmMA==
9153 dependencies:9487 dependencies:
9154 "@ethersproject/transactions" "^5.0.0-beta.135"9488 "@ethersproject/transactions" "^5.0.0-beta.135"
9155 web3-core-helpers "1.7.0"9489 web3-core-helpers "1.7.3"
9156 web3-core-promievent "1.7.0"9490 web3-core-promievent "1.7.3"
9157 web3-core-subscriptions "1.7.0"9491 web3-core-subscriptions "1.7.3"
9158 web3-utils "1.7.0"9492 web3-utils "1.7.3"
91599493
9160web3-core-promievent@1.7.0:9494web3-core-promievent@1.7.3:
9161 version "1.7.0"9495 version "1.7.3"
9162 resolved "https://registry.yarnpkg.com/web3-core-promievent/-/web3-core-promievent-1.7.0.tgz#e2c6c38f29b912cc549a2a3f806636a3393983eb"9496 resolved "https://registry.yarnpkg.com/web3-core-promievent/-/web3-core-promievent-1.7.3.tgz#2d0eeef694569b61355054c721578f67df925b80"
9163 integrity sha512-xPH66XeC0K0k29GoRd0vyPQ07yxERPRd4yVPrbMzGAz/e9E4M3XN//XK6+PdfGvGw3fx8VojS+tNIMiw+PujbQ==9497 integrity sha512-+mcfNJLP8h2JqcL/UdMGdRVfTdm+bsoLzAFtLpazE4u9kU7yJUgMMAqnK59fKD3Zpke3DjaUJKwz1TyiGM5wig==
9164 dependencies:9498 dependencies:
9165 eventemitter3 "4.0.4"9499 eventemitter3 "4.0.4"
91669500
9167web3-core-requestmanager@1.7.0:9501web3-core-requestmanager@1.7.3:
9168 version "1.7.0"9502 version "1.7.3"
9169 resolved "https://registry.yarnpkg.com/web3-core-requestmanager/-/web3-core-requestmanager-1.7.0.tgz#5b62b413471d6d2a789ee33d587d280178979c7e"9503 resolved "https://registry.yarnpkg.com/web3-core-requestmanager/-/web3-core-requestmanager-1.7.3.tgz#226f79d16e546c9157d00908de215e984cae84e9"
9170 integrity sha512-rA3dBTBPrt+eIfTAQ2/oYNTN/2wbZaYNR3pFZGqG8+2oCK03+7oQyz4sWISKy/nYQhURh4GK01rs9sN4o/Tq9w==9504 integrity sha512-bC+jeOjPbagZi2IuL1J5d44f3zfPcgX+GWYUpE9vicNkPUxFBWRG+olhMo7L+BIcD57cTmukDlnz+1xBULAjFg==
9171 dependencies:9505 dependencies:
9172 util "^0.12.0"9506 util "^0.12.0"
9173 web3-core-helpers "1.7.0"9507 web3-core-helpers "1.7.3"
9174 web3-providers-http "1.7.0"9508 web3-providers-http "1.7.3"
9175 web3-providers-ipc "1.7.0"9509 web3-providers-ipc "1.7.3"
9176 web3-providers-ws "1.7.0"9510 web3-providers-ws "1.7.3"
91779511
9178web3-core-subscriptions@1.7.0:9512web3-core-subscriptions@1.7.3:
9179 version "1.7.0"9513 version "1.7.3"
9180 resolved "https://registry.yarnpkg.com/web3-core-subscriptions/-/web3-core-subscriptions-1.7.0.tgz#30475d8ed5f51a170e5df02085f721925622a795"9514 resolved "https://registry.yarnpkg.com/web3-core-subscriptions/-/web3-core-subscriptions-1.7.3.tgz#ca456dfe2c219a0696c5cf34c13b03c3599ec5d5"
9181 integrity sha512-6giF8pyJrPmWrRpc2WLoVCvQdMMADp20ZpAusEW72axauZCNlW1XfTjs0i4QHQBfdd2lFp65qad9IuATPhuzrQ==9515 integrity sha512-/i1ZCLW3SDxEs5mu7HW8KL4Vq7x4/fDXY+yf/vPoDljlpvcLEOnI8y9r7om+0kYwvuTlM6DUHHafvW0221TyRQ==
9182 dependencies:9516 dependencies:
9183 eventemitter3 "4.0.4"9517 eventemitter3 "4.0.4"
9184 web3-core-helpers "1.7.0"9518 web3-core-helpers "1.7.3"
91859519
9186web3-core@1.7.0:9520web3-core@1.7.3:
9187 version "1.7.0"9521 version "1.7.3"
9188 resolved "https://registry.yarnpkg.com/web3-core/-/web3-core-1.7.0.tgz#67b7839130abd19476e7f614ea6ec4c64d08eb00"9522 resolved "https://registry.yarnpkg.com/web3-core/-/web3-core-1.7.3.tgz#2ef25c4cc023997f43af9f31a03b571729ff3cda"
9189 integrity sha512-U/CRL53h3T5KHl8L3njzCBT7fCaHkbE6BGJe3McazvFldRbfTDEHXkUJCyM30ZD0RoLi3aDfTVeFIusmEyCctA==9523 integrity sha512-4RNxueGyevD1XSjdHE57vz/YWRHybpcd3wfQS33fgMyHZBVLFDNwhn+4dX4BeofVlK/9/cmPAokLfBUStZMLdw==
9190 dependencies:9524 dependencies:
9191 "@types/bn.js" "^4.11.5"9525 "@types/bn.js" "^4.11.5"
9192 "@types/node" "^12.12.6"9526 "@types/node" "^12.12.6"
9193 bignumber.js "^9.0.0"9527 bignumber.js "^9.0.0"
9194 web3-core-helpers "1.7.0"9528 web3-core-helpers "1.7.3"
9195 web3-core-method "1.7.0"9529 web3-core-method "1.7.3"
9196 web3-core-requestmanager "1.7.0"9530 web3-core-requestmanager "1.7.3"
9197 web3-utils "1.7.0"9531 web3-utils "1.7.3"
91989532
9199web3-eth-abi@1.7.0:9533web3-eth-abi@1.7.3:
9200 version "1.7.0"9534 version "1.7.3"
9201 resolved "https://registry.yarnpkg.com/web3-eth-abi/-/web3-eth-abi-1.7.0.tgz#4fac9c7d9e5a62b57f8884b37371f515c766f3f4"9535 resolved "https://registry.yarnpkg.com/web3-eth-abi/-/web3-eth-abi-1.7.3.tgz#2a1123c7252c37100eecd0b1fb2fb2c51366071f"
9202 integrity sha512-heqR0bWxgCJwjWIhq2sGyNj9bwun5+Xox/LdZKe+WMyTSy0cXDXEAgv3XKNkXC4JqdDt/ZlbTEx4TWak4TRMSg==9536 integrity sha512-ZlD8DrJro0ocnbZViZpAoMX44x5aYAb73u2tMq557rMmpiluZNnhcCYF/NnVMy6UIkn7SF/qEA45GXA1ne6Tnw==
9203 dependencies:9537 dependencies:
9204 "@ethersproject/abi" "5.0.7"9538 "@ethersproject/abi" "5.0.7"
9205 web3-utils "1.7.0"9539 web3-utils "1.7.3"
92069540
9207web3-eth-accounts@1.7.0:9541web3-eth-accounts@1.7.3:
9208 version "1.7.0"9542 version "1.7.3"
9209 resolved "https://registry.yarnpkg.com/web3-eth-accounts/-/web3-eth-accounts-1.7.0.tgz#d0a6f2cfbd61dd6014224056070b7f8d1d63c0ab"9543 resolved "https://registry.yarnpkg.com/web3-eth-accounts/-/web3-eth-accounts-1.7.3.tgz#cd1789000f13ed3c438e96b3e80ee7be8d3f1a9b"
9210 integrity sha512-Zwm7TlQXdXGRuS6+ib1YsR5fQwpfnFyL6UAZg1zERdrUrs3IkCZSL3yCP/8ZYbAjdTEwWljoott2iSqXNH09ug==9544 integrity sha512-aDaWjW1oJeh0LeSGRVyEBiTe/UD2/cMY4dD6pQYa8dOhwgMtNQjxIQ7kacBBXe7ZKhjbIFZDhvXN4mjXZ82R2Q==
9211 dependencies:9545 dependencies:
9212 "@ethereumjs/common" "^2.5.0"9546 "@ethereumjs/common" "^2.5.0"
9213 "@ethereumjs/tx" "^3.3.2"9547 "@ethereumjs/tx" "^3.3.2"
9216 ethereumjs-util "^7.0.10"9550 ethereumjs-util "^7.0.10"
9217 scrypt-js "^3.0.1"9551 scrypt-js "^3.0.1"
9218 uuid "3.3.2"9552 uuid "3.3.2"
9219 web3-core "1.7.0"9553 web3-core "1.7.3"
9220 web3-core-helpers "1.7.0"9554 web3-core-helpers "1.7.3"
9221 web3-core-method "1.7.0"9555 web3-core-method "1.7.3"
9222 web3-utils "1.7.0"9556 web3-utils "1.7.3"
92239557
9224web3-eth-contract@1.7.0:9558web3-eth-contract@1.7.3:
9225 version "1.7.0"9559 version "1.7.3"
9226 resolved "https://registry.yarnpkg.com/web3-eth-contract/-/web3-eth-contract-1.7.0.tgz#3795767a65d7b87bd22baea3e18aafdd928d5313"9560 resolved "https://registry.yarnpkg.com/web3-eth-contract/-/web3-eth-contract-1.7.3.tgz#c4efc118ed7adafbc1270b633f33e696a39c7fc7"
9227 integrity sha512-2LY1Xwxu5rx468nqHuhvupQAIpytxIUj3mGL9uexszkhrQf05THVe3i4OnUCzkeN6B2cDztNOqLT3j9SSnVQDg==9561 integrity sha512-7mjkLxCNMWlQrlfM/MmNnlKRHwFk5XrZcbndoMt3KejcqDP6dPHi2PZLutEcw07n/Sk8OMpSamyF3QiGfmyRxw==
9228 dependencies:9562 dependencies:
9229 "@types/bn.js" "^4.11.5"9563 "@types/bn.js" "^4.11.5"
9230 web3-core "1.7.0"9564 web3-core "1.7.3"
9231 web3-core-helpers "1.7.0"9565 web3-core-helpers "1.7.3"
9232 web3-core-method "1.7.0"9566 web3-core-method "1.7.3"
9233 web3-core-promievent "1.7.0"9567 web3-core-promievent "1.7.3"
9234 web3-core-subscriptions "1.7.0"9568 web3-core-subscriptions "1.7.3"
9235 web3-eth-abi "1.7.0"9569 web3-eth-abi "1.7.3"
9236 web3-utils "1.7.0"9570 web3-utils "1.7.3"
92379571
9238web3-eth-ens@1.7.0:9572web3-eth-ens@1.7.3:
9239 version "1.7.0"9573 version "1.7.3"
9240 resolved "https://registry.yarnpkg.com/web3-eth-ens/-/web3-eth-ens-1.7.0.tgz#49c5300935b026578aaaf9664e5e5529d4c76a68"9574 resolved "https://registry.yarnpkg.com/web3-eth-ens/-/web3-eth-ens-1.7.3.tgz#ebc56a4dc7007f4f899259bbae1237d3095e2f3f"
9241 integrity sha512-I1bikYJJWQ/FJZIAvwsGOvzAgcRIkosWG4s1L6veRoXaU8OEJFeh4s00KcfHDxg7GWZZGbUSbdbzKpwRbWnvkg==9575 integrity sha512-q7+hFGHIc0mBI3LwgRVcLCQmp6GItsWgUtEZ5bjwdjOnJdbjYddm7PO9RDcTDQ6LIr7hqYaY4WTRnDHZ6BEt5Q==
9242 dependencies:9576 dependencies:
9243 content-hash "^2.5.2"9577 content-hash "^2.5.2"
9244 eth-ens-namehash "2.0.8"9578 eth-ens-namehash "2.0.8"
9245 web3-core "1.7.0"9579 web3-core "1.7.3"
9246 web3-core-helpers "1.7.0"9580 web3-core-helpers "1.7.3"
9247 web3-core-promievent "1.7.0"9581 web3-core-promievent "1.7.3"
9248 web3-eth-abi "1.7.0"9582 web3-eth-abi "1.7.3"
9249 web3-eth-contract "1.7.0"9583 web3-eth-contract "1.7.3"
9250 web3-utils "1.7.0"9584 web3-utils "1.7.3"
92519585
9252web3-eth-iban@1.7.0:9586web3-eth-iban@1.7.3:
9253 version "1.7.0"9587 version "1.7.3"
9254 resolved "https://registry.yarnpkg.com/web3-eth-iban/-/web3-eth-iban-1.7.0.tgz#b56cd58587457d3339730e0cb42772a37141b434"9588 resolved "https://registry.yarnpkg.com/web3-eth-iban/-/web3-eth-iban-1.7.3.tgz#47433a73380322bba04e17b91fccd4a0e63a390a"
9255 integrity sha512-1PFE/Og+sPZaug+M9TqVUtjOtq0HecE+SjDcsOOysXSzslNC2CItBGkcRwbvUcS+LbIkA7MFsuqYxOL0IV/gyA==9589 integrity sha512-1GPVWgajwhh7g53mmYDD1YxcftQniIixMiRfOqlnA1w0mFGrTbCoPeVaSQ3XtSf+rYehNJIZAUeDBnONVjXXmg==
9256 dependencies:9590 dependencies:
9257 bn.js "^4.11.9"9591 bn.js "^4.11.9"
9258 web3-utils "1.7.0"9592 web3-utils "1.7.3"
92599593
9260web3-eth-personal@1.7.0:9594web3-eth-personal@1.7.3:
9261 version "1.7.0"9595 version "1.7.3"
9262 resolved "https://registry.yarnpkg.com/web3-eth-personal/-/web3-eth-personal-1.7.0.tgz#260c9b6af6e0bea772c6a9a5d58c8d62c035ed99"9596 resolved "https://registry.yarnpkg.com/web3-eth-personal/-/web3-eth-personal-1.7.3.tgz#ca2464dca356d4335aa8141cf75a6947f10f45a6"
9263 integrity sha512-Dr9RZTNOR80PhrPKGdktDUXpOgExEcCcosBj080lKCJFU1paSPj9Zfnth3u6BtIOXyKsVFTrpqekqUDyAwXnNw==9597 integrity sha512-iTLz2OYzEsJj2qGE4iXC1Gw+KZN924fTAl0ESBFs2VmRhvVaM7GFqZz/wx7/XESl3GVxGxlRje3gNK0oGIoYYQ==
9264 dependencies:9598 dependencies:
9265 "@types/node" "^12.12.6"9599 "@types/node" "^12.12.6"
9266 web3-core "1.7.0"9600 web3-core "1.7.3"
9267 web3-core-helpers "1.7.0"9601 web3-core-helpers "1.7.3"
9268 web3-core-method "1.7.0"9602 web3-core-method "1.7.3"
9269 web3-net "1.7.0"9603 web3-net "1.7.3"
9270 web3-utils "1.7.0"9604 web3-utils "1.7.3"
92719605
9272web3-eth@1.7.0:9606web3-eth@1.7.3:
9273 version "1.7.0"9607 version "1.7.3"
9274 resolved "https://registry.yarnpkg.com/web3-eth/-/web3-eth-1.7.0.tgz#4adbed9b28ab7f81cb11e3586a12d01ab6e812aa"9608 resolved "https://registry.yarnpkg.com/web3-eth/-/web3-eth-1.7.3.tgz#9e92785ea18d682548b6044551abe7f2918fc0b5"
9275 integrity sha512-3uYwjMjn/MZjKIzXCt4YL9ja/k9X5shfa4lKparZhZE6uesmu+xmSmrEFXA/e9qcveF50jkV7frjkT8H+cLYtw==9609 integrity sha512-BCIRMPwaMlTCbswXyGT6jj9chCh9RirbDFkPtvqozfQ73HGW7kP78TXXf9+Xdo1GjutQfxi/fQ9yPdxtDJEpDA==
9276 dependencies:9610 dependencies:
9277 web3-core "1.7.0"9611 web3-core "1.7.3"
9278 web3-core-helpers "1.7.0"9612 web3-core-helpers "1.7.3"
9279 web3-core-method "1.7.0"9613 web3-core-method "1.7.3"
9280 web3-core-subscriptions "1.7.0"9614 web3-core-subscriptions "1.7.3"
9281 web3-eth-abi "1.7.0"9615 web3-eth-abi "1.7.3"
9282 web3-eth-accounts "1.7.0"9616 web3-eth-accounts "1.7.3"
9283 web3-eth-contract "1.7.0"9617 web3-eth-contract "1.7.3"
9284 web3-eth-ens "1.7.0"9618 web3-eth-ens "1.7.3"
9285 web3-eth-iban "1.7.0"9619 web3-eth-iban "1.7.3"
9286 web3-eth-personal "1.7.0"9620 web3-eth-personal "1.7.3"
9287 web3-net "1.7.0"9621 web3-net "1.7.3"
9288 web3-utils "1.7.0"9622 web3-utils "1.7.3"
92899623
9290web3-net@1.7.0:9624web3-net@1.7.3:
9291 version "1.7.0"9625 version "1.7.3"
9292 resolved "https://registry.yarnpkg.com/web3-net/-/web3-net-1.7.0.tgz#694a0c7988f7efc336bab0ee413eb4522efee3b2"9626 resolved "https://registry.yarnpkg.com/web3-net/-/web3-net-1.7.3.tgz#54e35bcc829fdc40cf5001a3870b885d95069810"
9293 integrity sha512-8pmfU1Se7DmG40Pu8nOCKlhuI12VsVzCtdFDnLAai0zGVAOUuuOCK71B2aKm6u9amWBJjtOlyrCwvsG+QEd6dw==9627 integrity sha512-zAByK0Qrr71k9XW0Adtn+EOuhS9bt77vhBO6epAeQ2/VKl8rCGLAwrl3GbeEl7kWa8s/su72cjI5OetG7cYR0g==
9294 dependencies:9628 dependencies:
9295 web3-core "1.7.0"9629 web3-core "1.7.3"
9296 web3-core-method "1.7.0"9630 web3-core-method "1.7.3"
9297 web3-utils "1.7.0"9631 web3-utils "1.7.3"
92989632
9299web3-providers-http@1.7.0:9633web3-providers-http@1.7.3:
9300 version "1.7.0"9634 version "1.7.3"
9301 resolved "https://registry.yarnpkg.com/web3-providers-http/-/web3-providers-http-1.7.0.tgz#0661261eace122a0ed5853f8be5379d575a9130c"9635 resolved "https://registry.yarnpkg.com/web3-providers-http/-/web3-providers-http-1.7.3.tgz#8ea5e39f6ceee0b5bc4e45403fae75cad8ff4cf7"
9302 integrity sha512-Y9reeEiApfvQKLUUtrU4Z0c+H6b7BMWcsxjgoXndI1C5NB297mIUfltXxfXsh5C/jk5qn4Q3sJp3SwQTyVjH7Q==9636 integrity sha512-TQJfMsDQ5Uq9zGMYlu7azx1L7EvxW+Llks3MaWn3cazzr5tnrDbGh6V17x6LN4t8tFDHWx0rYKr3mDPqyTjOZw==
9303 dependencies:9637 dependencies:
9304 web3-core-helpers "1.7.0"9638 web3-core-helpers "1.7.3"
9305 xhr2-cookies "1.1.0"9639 xhr2-cookies "1.1.0"
93069640
9307web3-providers-ipc@1.7.0:9641web3-providers-ipc@1.7.3:
9308 version "1.7.0"9642 version "1.7.3"
9309 resolved "https://registry.yarnpkg.com/web3-providers-ipc/-/web3-providers-ipc-1.7.0.tgz#152dc1231eb4f17426498d4d5d973c865eab03d9"9643 resolved "https://registry.yarnpkg.com/web3-providers-ipc/-/web3-providers-ipc-1.7.3.tgz#a34872103a8d37a03795fa2f9b259e869287dcaa"
9310 integrity sha512-U5YLXgu6fvAK4nnMYqo9eoml3WywgTym0dgCdVX/n1UegLIQ4nctTubBAuWQEJzmAzwh+a6ValGcE7ZApTRI7Q==9644 integrity sha512-Z4EGdLKzz6I1Bw+VcSyqVN4EJiT2uAro48Am1eRvxUi4vktGoZtge1ixiyfrRIVb6nPe7KnTFl30eQBtMqS0zA==
9311 dependencies:9645 dependencies:
9312 oboe "2.1.5"9646 oboe "2.1.5"
9313 web3-core-helpers "1.7.0"9647 web3-core-helpers "1.7.3"
93149648
9315web3-providers-ws@1.7.0:9649web3-providers-ws@1.7.3:
9316 version "1.7.0"9650 version "1.7.3"
9317 resolved "https://registry.yarnpkg.com/web3-providers-ws/-/web3-providers-ws-1.7.0.tgz#99c2de9f6b5ac56e926794ef9074c7442d937372"9651 resolved "https://registry.yarnpkg.com/web3-providers-ws/-/web3-providers-ws-1.7.3.tgz#87564facc47387c9004a043a6686e4881ed6acfe"
9318 integrity sha512-0a8+lVV3JBf+eYnGOsdzOpftK1kis5X7s35QAdoaG5SDapnEylXFlR4xDSSSU88ZwMwvse8hvng2xW6A7oeWxw==9652 integrity sha512-PpykGbkkkKtxPgv7U4ny4UhnkqSZDfLgBEvFTXuXLAngbX/qdgfYkhIuz3MiGplfL7Yh93SQw3xDjImXmn2Rgw==
9319 dependencies:9653 dependencies:
9320 eventemitter3 "4.0.4"9654 eventemitter3 "4.0.4"
9321 web3-core-helpers "1.7.0"9655 web3-core-helpers "1.7.3"
9322 websocket "^1.0.32"9656 websocket "^1.0.32"
93239657
9324web3-shh@1.7.0:9658web3-shh@1.7.3:
9325 version "1.7.0"9659 version "1.7.3"
9326 resolved "https://registry.yarnpkg.com/web3-shh/-/web3-shh-1.7.0.tgz#ed9d085b670bb5a938f2847393478e33df3ec95c"9660 resolved "https://registry.yarnpkg.com/web3-shh/-/web3-shh-1.7.3.tgz#84e10adf628556798244b58f73cda1447bb7075e"
9327 integrity sha512-RZhxcevALIPK178VZCpwMBvQeW+IoWtRJ4EMdegpbnETeZaC3aRUcs6vKnrf0jXJjm4J/E2Dt438Y1Ord/1IMw==9661 integrity sha512-bQTSKkyG7GkuULdZInJ0osHjnmkHij9tAySibpev1XjYdjLiQnd0J9YGF4HjvxoG3glNROpuCyTaRLrsLwaZuw==
9328 dependencies:9662 dependencies:
9329 web3-core "1.7.0"9663 web3-core "1.7.3"
9330 web3-core-method "1.7.0"9664 web3-core-method "1.7.3"
9331 web3-core-subscriptions "1.7.0"9665 web3-core-subscriptions "1.7.3"
9332 web3-net "1.7.0"9666 web3-net "1.7.3"
93339667
9334web3-utils@1.7.0:9668web3-utils@1.7.3:
9335 version "1.7.0"9669 version "1.7.3"
9336 resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.7.0.tgz#c59f0fd43b2449357296eb54541810b99b1c771c"9670 resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.7.3.tgz#b214d05f124530d8694ad364509ac454d05f207c"
9337 integrity sha512-O8Tl4Ky40Sp6pe89Olk2FsaUkgHyb5QAXuaKo38ms3CxZZ4d3rPGfjP9DNKGm5+IUgAZBNpF1VmlSmNCqfDI1w==9671 integrity sha512-g6nQgvb/bUpVUIxJE+ezVN+rYwYmlFyMvMIRSuqpi1dk6ApDD00YNArrk7sPcZnjvxOJ76813Xs2vIN2rgh4lg==
9338 dependencies:9672 dependencies:
9339 bn.js "^4.11.9"9673 bn.js "^4.11.9"
9340 ethereum-bloom-filters "^1.0.6"9674 ethereum-bloom-filters "^1.0.6"
9344 randombytes "^2.1.0"9678 randombytes "^2.1.0"
9345 utf8 "3.0.0"9679 utf8 "3.0.0"
93469680
9347web3@^1.7.0:9681web3@^1.7.3:
9348 version "1.7.0"9682 version "1.7.3"
9349 resolved "https://registry.yarnpkg.com/web3/-/web3-1.7.0.tgz#5867cd10a2bebb5c33fc218368e3f6f826f6897e"9683 resolved "https://registry.yarnpkg.com/web3/-/web3-1.7.3.tgz#30fe786338b2cc775881cb28c056ee5da4be65b8"
9350 integrity sha512-n39O7QQNkpsjhiHMJ/6JY6TaLbdX+2FT5iGs8tb3HbIWOhPm4+a7UDbr5Lkm+gLa9aRKWesZs5D5hWyEvg4aJA==9684 integrity sha512-UgBvQnKIXncGYzsiGacaiHtm0xzQ/JtGqcSO/ddzQHYxnNuwI72j1Pb4gskztLYihizV9qPNQYHMSCiBlStI9A==
9351 dependencies:9685 dependencies:
9352 web3-bzz "1.7.0"9686 web3-bzz "1.7.3"
9353 web3-core "1.7.0"9687 web3-core "1.7.3"
9354 web3-eth "1.7.0"9688 web3-eth "1.7.3"
9355 web3-eth-personal "1.7.0"9689 web3-eth-personal "1.7.3"
9356 web3-net "1.7.0"9690 web3-net "1.7.3"
9357 web3-shh "1.7.0"9691 web3-shh "1.7.3"
9358 web3-utils "1.7.0"9692 web3-utils "1.7.3"
93599693
9360webidl-conversions@^3.0.0:9694webidl-conversions@^3.0.0:
9361 version "3.0.1"9695 version "3.0.1"
9362 resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"9696 resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
9363 integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=9697 integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
93649698
9365webidl-conversions@^5.0.0:9699webidl-conversions@^7.0.0:
9366 version "5.0.0"9700 version "7.0.0"
9367 resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"9701 resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-7.0.0.tgz#256b4e1882be7debbf01d05f0aa2039778ea080a"
9368 integrity sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==9702 integrity sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==
93699703
9370webidl-conversions@^6.1.0:
9371 version "6.1.0"
9372 resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-6.1.0.tgz#9111b4d7ea80acd40f5270d666621afa78b69514"
9373 integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==
9374
9375websocket@^1.0.32, websocket@^1.0.34:9704websocket@^1.0.32, websocket@^1.0.34:
9376 version "1.0.34"9705 version "1.0.34"
9377 resolved "https://registry.yarnpkg.com/websocket/-/websocket-1.0.34.tgz#2bdc2602c08bf2c82253b730655c0ef7dcab3111"9706 resolved "https://registry.yarnpkg.com/websocket/-/websocket-1.0.34.tgz#2bdc2602c08bf2c82253b730655c0ef7dcab3111"
9384 utf-8-validate "^5.0.2"9713 utf-8-validate "^5.0.2"
9385 yaeti "^0.0.6"9714 yaeti "^0.0.6"
93869715
9387whatwg-encoding@^1.0.5:9716whatwg-encoding@^2.0.0:
9388 version "1.0.5"9717 version "2.0.0"
9389 resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz#5abacf777c32166a51d085d6b4f3e7d27113ddb0"9718 resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz#e7635f597fd87020858626805a2729fa7698ac53"
9390 integrity sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==9719 integrity sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==
9391 dependencies:9720 dependencies:
9392 iconv-lite "0.4.24"9721 iconv-lite "0.6.3"
93939722
9394whatwg-mimetype@^2.3.0:9723whatwg-mimetype@^3.0.0:
9395 version "2.3.0"9724 version "3.0.0"
9396 resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"9725 resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz#5fa1a7623867ff1af6ca3dc72ad6b8a4208beba7"
9397 integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==9726 integrity sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==
93989727
9728whatwg-url@^10.0.0:
9729 version "10.0.0"
9730 resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-10.0.0.tgz#37264f720b575b4a311bd4094ed8c760caaa05da"
9731 integrity sha512-CLxxCmdUby142H5FZzn4D8ikO1cmypvXVQktsgosNy4a4BHrDHeciBBGZhb0bNoR5/MltoCatso+vFjjGx8t0w==
9732 dependencies:
9733 tr46 "^3.0.0"
9734 webidl-conversions "^7.0.0"
9735
9736whatwg-url@^11.0.0:
9737 version "11.0.0"
9738 resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-11.0.0.tgz#0a849eebb5faf2119b901bb76fd795c2848d4018"
9739 integrity sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==
9740 dependencies:
9741 tr46 "^3.0.0"
9742 webidl-conversions "^7.0.0"
9743
9399whatwg-url@^5.0.0:9744whatwg-url@^5.0.0:
9400 version "5.0.0"9745 version "5.0.0"
9401 resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"9746 resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
9404 tr46 "~0.0.3"9749 tr46 "~0.0.3"
9405 webidl-conversions "^3.0.0"9750 webidl-conversions "^3.0.0"
94069751
9407whatwg-url@^8.0.0, whatwg-url@^8.5.0:
9408 version "8.7.0"
9409 resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.7.0.tgz#656a78e510ff8f3937bc0bcbe9f5c0ac35941b77"
9410 integrity sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==
9411 dependencies:
9412 lodash "^4.7.0"
9413 tr46 "^2.1.0"
9414 webidl-conversions "^6.1.0"
9415
9416which-boxed-primitive@^1.0.2:9752which-boxed-primitive@^1.0.2:
9417 version "1.0.2"9753 version "1.0.2"
9418 resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"9754 resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
9436 has-tostringtag "^1.0.0"9772 has-tostringtag "^1.0.0"
9437 is-typed-array "^1.1.7"9773 is-typed-array "^1.1.7"
94389774
9439which@2.0.2, which@^2.0.1:9775which@^2.0.1:
9440 version "2.0.2"9776 version "2.0.2"
9441 resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"9777 resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
9442 integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==9778 integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
9443 dependencies:9779 dependencies:
9444 isexe "^2.0.0"9780 isexe "^2.0.0"
94459781
9446wide-align@^1.1.2:9782wide-align@^1.1.5:
9447 version "1.1.5"9783 version "1.1.5"
9448 resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3"9784 resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3"
9449 integrity sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==9785 integrity sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==
9467 resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"9803 resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
9468 integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=9804 integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=
94699805
9470workerpool@6.2.0:9806workerpool@6.2.1:
9471 version "6.2.0"9807 version "6.2.1"
9472 resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.0.tgz#827d93c9ba23ee2019c3ffaff5c27fccea289e8b"9808 resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
9473 integrity sha512-Rsk5qQHJ9eowMH28Jwhe8HEbmdYDX4lwoMWshiCXugjtHqMD9ZbiqSDLxcsfdqsETPzVUtX5s1Z5kStiIM6l4A==9809 integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
94749810
9475wrap-ansi@^7.0.0:9811wrap-ansi@^7.0.0:
9476 version "7.0.0"9812 version "7.0.0"
9496 signal-exit "^3.0.2"9832 signal-exit "^3.0.2"
9497 typedarray-to-buffer "^3.1.5"9833 typedarray-to-buffer "^3.1.5"
94989834
9835write-file-atomic@^4.0.1:
9836 version "4.0.1"
9837 resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-4.0.1.tgz#9faa33a964c1c85ff6f849b80b42a88c2c537c8f"
9838 integrity sha512-nSKUxgAbyioruk6hU87QzVbY279oYT6uiwgDoujth2ju4mJ+TZau7SQBhtbTmUyuNYTuXnSyRn66FV0+eCgcrQ==
9839 dependencies:
9840 imurmurhash "^0.1.4"
9841 signal-exit "^3.0.7"
9842
9499write-json-file@^4.2.0:9843write-json-file@^4.2.0:
9500 version "4.3.0"9844 version "4.3.0"
9501 resolved "https://registry.yarnpkg.com/write-json-file/-/write-json-file-4.3.0.tgz#908493d6fd23225344af324016e4ca8f702dd12d"9845 resolved "https://registry.yarnpkg.com/write-json-file/-/write-json-file-4.3.0.tgz#908493d6fd23225344af324016e4ca8f702dd12d"
9517 safe-buffer "~5.1.0"9861 safe-buffer "~5.1.0"
9518 ultron "~1.1.0"9862 ultron "~1.1.0"
95199863
9520ws@^7.4.6:9864ws@^8.2.3:
9521 version "7.5.7"9865 version "8.6.0"
9522 resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.7.tgz#9e0ac77ee50af70d58326ecff7e85eb3fa375e67"9866 resolved "https://registry.yarnpkg.com/ws/-/ws-8.6.0.tgz#e5e9f1d9e7ff88083d0c0dd8281ea662a42c9c23"
9523 integrity sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==9867 integrity sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw==
95249868
9525xdg-basedir@^4.0.0:9869xdg-basedir@^4.0.0:
9526 version "4.0.0"9870 version "4.0.0"
9564 parse-headers "^2.0.0"9908 parse-headers "^2.0.0"
9565 xtend "^4.0.0"9909 xtend "^4.0.0"
95669910
9567xml-name-validator@^3.0.0:9911xml-name-validator@^4.0.0:
9568 version "3.0.0"9912 version "4.0.0"
9569 resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"9913 resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835"
9570 integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==9914 integrity sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==
95719915
9572xmlchars@^2.2.0:9916xmlchars@^2.2.0:
9573 version "2.2.0"9917 version "2.2.0"
9629 flat "^5.0.2"9973 flat "^5.0.2"
9630 is-plain-obj "^2.1.0"9974 is-plain-obj "^2.1.0"
96319975
9632yargs@16.2.0, yargs@^16.2.0:9976yargs@16.2.0:
9633 version "16.2.0"9977 version "16.2.0"
9634 resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"9978 resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
9635 integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==9979 integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
9646 version "17.3.1"9990 version "17.3.1"
9647 resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.3.1.tgz#da56b28f32e2fd45aefb402ed9c26f42be4c07b9"9991 resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.3.1.tgz#da56b28f32e2fd45aefb402ed9c26f42be4c07b9"
9648 integrity sha512-WUANQeVgjLbNsEmGk20f+nlHgOqzRFpiGWVaBrYGYIGANIIu3lWjoyi0fNlFmJkvfhCZ6BXINe7/W2O2bV4iaA==9992 integrity sha512-WUANQeVgjLbNsEmGk20f+nlHgOqzRFpiGWVaBrYGYIGANIIu3lWjoyi0fNlFmJkvfhCZ6BXINe7/W2O2bV4iaA==
9993 dependencies:
9994 cliui "^7.0.2"
9995 escalade "^3.1.1"
9996 get-caller-file "^2.0.5"
9997 require-directory "^2.1.1"
9998 string-width "^4.2.3"
9999 y18n "^5.0.5"
10000 yargs-parser "^21.0.0"
10001
10002yargs@^17.4.1:
10003 version "17.4.1"
10004 resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.4.1.tgz#ebe23284207bb75cee7c408c33e722bfb27b5284"
10005 integrity sha512-WSZD9jgobAg3ZKuCQZSa3g9QOJeCCqLoLAykiWgmXnDo9EPnn4RPf5qVTtzgOx66o6/oqhcA5tHtJXpG8pMt3g==
9649 dependencies:10006 dependencies:
9650 cliui "^7.0.2"10007 cliui "^7.0.2"
9651 escalade "^3.1.1"10008 escalade "^3.1.1"