git.delta.rocks / unique-network / refs/commits / 18f1623e4e86

difftreelog

Merge branch 'develop' into feature/CORE-167

str-mv2021-09-10parents: #836070f #d15a825.patch.diff
in: master

50 files changed

modifiedCargo.lockdiffbeforeafterboth
1414
15[[package]]15[[package]]
16name = "addr2line"16name = "addr2line"
17version = "0.15.2"17version = "0.14.1"
18source = "registry+https://github.com/rust-lang/crates.io-index"18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "e7a2e47a1fbe209ee101dd6d61285226744c6c8d3c21c8dc878ba6cb9f467f3a"19checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
20dependencies = [20dependencies = [
21 "gimli 0.24.0",21 "gimli 0.23.0",
22]22]
2323
24[[package]]24[[package]]
25name = "addr2line"25name = "addr2line"
26version = "0.16.0"26version = "0.15.1"
27source = "registry+https://github.com/rust-lang/crates.io-index"27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd"28checksum = "03345e98af8f3d786b6d9f656ccfa6ac316d954e92bc4841f0bba20789d5fb5a"
29dependencies = [29dependencies = [
30 "gimli 0.25.0",30 "gimli 0.24.0",
31]31]
3232
33[[package]]33[[package]]
34name = "adler"34name = "adler"
35version = "1.0.2"35version = "0.2.2"
36source = "registry+https://github.com/rust-lang/crates.io-index"36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"37checksum = "ccc9a9dd069569f212bc4330af9f17c4afb5e8ce185e83dbb14f1349dda18b10"
3838
39[[package]]39[[package]]
40name = "aead"40name = "aead"
4747
48[[package]]48[[package]]
49name = "aes"49name = "aes"
50version = "0.5.0"50version = "0.4.0"
51source = "registry+https://github.com/rust-lang/crates.io-index"51source = "registry+https://github.com/rust-lang/crates.io-index"
52checksum = "dd2bc6d3f370b5666245ff421e231cba4353df936e26986d2918e61a8fd6aef6"52checksum = "f7001367fde4c768a19d1029f0a8be5abd9308e1119846d5bd9ad26297b8faf5"
53dependencies = [53dependencies = [
54 "aes-soft",54 "aes-soft",
55 "aesni",55 "aesni",
5858
59[[package]]59[[package]]
60name = "aes-gcm"60name = "aes-gcm"
61version = "0.7.0"61version = "0.6.0"
62source = "registry+https://github.com/rust-lang/crates.io-index"62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "0301c9e9c443494d970a07885e8cf3e587bae8356a1d5abd0999068413f7205f"63checksum = "86f5007801316299f922a6198d1d09a0bae95786815d066d5880d13f7c45ead1"
64dependencies = [64dependencies = [
65 "aead",65 "aead",
66 "aes",66 "aes",
67 "block-cipher",67 "block-cipher",
68 "ghash",68 "ghash",
69 "subtle 2.4.1",69 "subtle 2.2.3",
70]70]
7171
72[[package]]72[[package]]
73name = "aes-soft"73name = "aes-soft"
74version = "0.5.0"74version = "0.4.0"
75source = "registry+https://github.com/rust-lang/crates.io-index"75source = "registry+https://github.com/rust-lang/crates.io-index"
76checksum = "63dd91889c49327ad7ef3b500fd1109dbd3c509a03db0d4a9ce413b79f575cb6"76checksum = "4925647ee64e5056cf231608957ce7c81e12d6d6e316b9ce1404778cc1d35fa7"
77dependencies = [77dependencies = [
78 "block-cipher",78 "block-cipher",
79 "byteorder",79 "byteorder",
80 "opaque-debug 0.3.0",80 "opaque-debug 0.2.3",
81]81]
8282
83[[package]]83[[package]]
84name = "aesni"84name = "aesni"
85version = "0.8.0"85version = "0.7.0"
86source = "registry+https://github.com/rust-lang/crates.io-index"86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "0a6fe808308bb07d393e2ea47780043ec47683fcf19cf5efc8ca51c50cc8c68a"87checksum = "d050d39b0b7688b3a3254394c3e30a9d66c41dcf9b05b0e2dbdc623f6505d264"
88dependencies = [88dependencies = [
89 "block-cipher",89 "block-cipher",
90 "opaque-debug 0.3.0",90 "opaque-debug 0.2.3",
91]91]
9292
93[[package]]93[[package]]
94name = "ahash"94name = "ahash"
95version = "0.4.7"95version = "0.4.6"
96source = "registry+https://github.com/rust-lang/crates.io-index"96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"97checksum = "f6789e291be47ace86a60303502173d84af8327e3627ecf334356ee0f87a164c"
9898
99[[package]]99[[package]]
100name = "ahash"100name = "ahash"
101version = "0.7.4"101version = "0.7.4"
102source = "registry+https://github.com/rust-lang/crates.io-index"102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"103checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"
104dependencies = [104dependencies = [
105 "getrandom 0.2.3",105 "getrandom 0.2.1",
106 "once_cell",106 "once_cell",
107 "version_check",107 "version_check",
108]108]
109109
110[[package]]110[[package]]
111name = "aho-corasick"111name = "aho-corasick"
112version = "0.7.18"112version = "0.7.13"
113source = "registry+https://github.com/rust-lang/crates.io-index"113source = "registry+https://github.com/rust-lang/crates.io-index"
114checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"114checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
115dependencies = [115dependencies = [
116 "memchr",116 "memchr",
117]117]
142142
143[[package]]143[[package]]
144name = "anyhow"144name = "anyhow"
145version = "1.0.42"145version = "1.0.39"
146source = "registry+https://github.com/rust-lang/crates.io-index"146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486"147checksum = "81cddc5f91628367664cc7c69714ff08deee8a3efc54623011c772544d7b2767"
148148
149[[package]]149[[package]]
150name = "approx"150name = "approx"
178178
179[[package]]179[[package]]
180name = "arrayvec"180name = "arrayvec"
181version = "0.7.1"181version = "0.7.0"
182source = "registry+https://github.com/rust-lang/crates.io-index"182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "be4dc07131ffa69b8072d35f5007352af944213cde02545e2103680baed38fcd"183checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7"
184184
185[[package]]185[[package]]
186name = "asn1_der"186name = "asn1_der"
206206
207[[package]]207[[package]]
208name = "async-channel"208name = "async-channel"
209version = "1.6.1"209version = "1.5.1"
210source = "registry+https://github.com/rust-lang/crates.io-index"210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"211checksum = "59740d83946db6a5af71ae25ddf9562c2b176b2ca42cf99a455f09f4a220d6b9"
212dependencies = [212dependencies = [
213 "concurrent-queue",213 "concurrent-queue",
214 "event-listener",214 "event-listener",
247247
248[[package]]248[[package]]
249name = "async-io"249name = "async-io"
250version = "1.6.0"250version = "1.3.1"
251source = "registry+https://github.com/rust-lang/crates.io-index"251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"252checksum = "9315f8f07556761c3e48fec2e6b276004acf426e6dc068b2c2251854d65ee0fd"
253dependencies = [253dependencies = [
254 "concurrent-queue",254 "concurrent-queue",
255 "fastrand",
255 "futures-lite",256 "futures-lite",
256 "libc",257 "libc",
257 "log",258 "log",
259 "nb-connect",
258 "once_cell",260 "once_cell",
259 "parking",261 "parking",
260 "polling",262 "polling",
261 "slab",263 "vec-arena",
262 "socket2 0.4.0",
263 "waker-fn",264 "waker-fn",
264 "winapi 0.3.9",265 "winapi 0.3.9",
265]266]
311 "async-io",312 "async-io",
312 "async-lock",313 "async-lock",
313 "async-process",314 "async-process",
314 "crossbeam-utils 0.8.5",315 "crossbeam-utils 0.8.1",
315 "futures-channel",316 "futures-channel",
316 "futures-core",317 "futures-core",
317 "futures-io",318 "futures-io",
322 "memchr",323 "memchr",
323 "num_cpus",324 "num_cpus",
324 "once_cell",325 "once_cell",
325 "pin-project-lite 0.2.7",326 "pin-project-lite 0.2.4",
326 "pin-utils",327 "pin-utils",
327 "slab",328 "slab",
328 "wasm-bindgen-futures",329 "wasm-bindgen-futures",
329]330]
330331
331[[package]]332[[package]]
332name = "async-std-resolver"333name = "async-std-resolver"
333version = "0.20.3"334version = "0.20.1"
334source = "registry+https://github.com/rust-lang/crates.io-index"335source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "ed4e2c3da14d8ad45acb1e3191db7a918e9505b6f155b218e70a7c9a1a48c638"336checksum = "f665c56111e244fe38e7708ee10948a4356ad6a548997c21f5a63a0f4e0edc4d"
336dependencies = [337dependencies = [
337 "async-std",338 "async-std",
338 "async-trait",339 "async-trait",
369 "futures-sink",370 "futures-sink",
370 "futures-util",371 "futures-util",
371 "memchr",372 "memchr",
372 "pin-project-lite 0.2.7",373 "pin-project-lite 0.2.4",
373]374]
374375
375[[package]]376[[package]]
382 "futures-sink",383 "futures-sink",
383 "futures-util",384 "futures-util",
384 "memchr",385 "memchr",
385 "pin-project-lite 0.2.7",386 "pin-project-lite 0.2.4",
386]387]
387388
388[[package]]389[[package]]
413414
414[[package]]415[[package]]
415name = "autocfg"416name = "autocfg"
416version = "1.0.1"417version = "1.0.0"
417source = "registry+https://github.com/rust-lang/crates.io-index"418source = "registry+https://github.com/rust-lang/crates.io-index"
418checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"419checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
419420
420[[package]]421[[package]]
421name = "backtrace"422name = "backtrace"
422version = "0.3.61"423version = "0.3.56"
423source = "registry+https://github.com/rust-lang/crates.io-index"424source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "e7a905d892734eea339e896738c14b9afce22b5318f64b951e70bf3844419b01"425checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc"
425dependencies = [426dependencies = [
426 "addr2line 0.16.0",427 "addr2line 0.14.1",
427 "cc",
428 "cfg-if 1.0.0",428 "cfg-if 1.0.0",
429 "libc",429 "libc",
430 "miniz_oxide",430 "miniz_oxide",
431 "object 0.26.0",431 "object 0.23.0",
432 "rustc-demangle",432 "rustc-demangle",
433]433]
434434
435[[package]]435[[package]]
436name = "bae"
437version = "0.1.6"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "ec107f431ee3d8a8e45e6dd117adab769556ef463959e77bf6a4888d5fd500cf"
440dependencies = [
441 "heck",
442 "proc-macro-error 0.4.12",
443 "proc-macro2",
444 "quote",
445 "syn",
446]
447
448[[package]]
436name = "base-x"449name = "base-x"
437version = "0.2.8"450version = "0.2.8"
438source = "registry+https://github.com/rust-lang/crates.io-index"451source = "registry+https://github.com/rust-lang/crates.io-index"
446459
447[[package]]460[[package]]
448name = "base64"461name = "base64"
462version = "0.11.0"
463source = "registry+https://github.com/rust-lang/crates.io-index"
464checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
465
466[[package]]
467name = "base64"
449version = "0.12.3"468version = "0.12.3"
450source = "registry+https://github.com/rust-lang/crates.io-index"469source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"470checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
458477
459[[package]]478[[package]]
460name = "beef"479name = "beef"
461version = "0.5.1"480version = "0.5.0"
462source = "registry+https://github.com/rust-lang/crates.io-index"481source = "registry+https://github.com/rust-lang/crates.io-index"
463checksum = "bed554bd50246729a1ec158d08aa3235d1b69d94ad120ebe187e28894787e736"482checksum = "6736e2428df2ca2848d846c43e88745121a6654696e349ce0054a420815a7409"
464dependencies = [483dependencies = [
465 "serde",484 "serde",
466]485]
467486
468[[package]]487[[package]]
469name = "beefy-gadget"488name = "beefy-gadget"
470version = "0.1.0"489version = "0.1.0"
471source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.8#55ae3329847e0bbde51c9d45991d99f444777555"490source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.9#f40c0ab7b327e874d5c8d699bfa5d762f1759ee0"
472dependencies = [491dependencies = [
473 "beefy-primitives",492 "beefy-primitives",
493 "fnv",
474 "futures 0.3.16",494 "futures 0.3.16",
475 "hex",495 "hex",
476 "log",496 "log",
491 "sp-utils",511 "sp-utils",
492 "substrate-prometheus-endpoint",512 "substrate-prometheus-endpoint",
493 "thiserror",513 "thiserror",
514 "wasm-timer",
494]515]
495516
496[[package]]517[[package]]
497name = "beefy-gadget-rpc"518name = "beefy-gadget-rpc"
498version = "0.1.0"519version = "0.1.0"
499source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.8#55ae3329847e0bbde51c9d45991d99f444777555"520source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.9#f40c0ab7b327e874d5c8d699bfa5d762f1759ee0"
500dependencies = [521dependencies = [
501 "beefy-gadget",522 "beefy-gadget",
502 "beefy-primitives",523 "beefy-primitives",
515]536]
516537
517[[package]]538[[package]]
539name = "beefy-merkle-tree"
540version = "0.1.0"
541source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.9#f40c0ab7b327e874d5c8d699bfa5d762f1759ee0"
542
543[[package]]
518name = "beefy-primitives"544name = "beefy-primitives"
519version = "0.1.0"545version = "0.1.0"
520source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.8#55ae3329847e0bbde51c9d45991d99f444777555"546source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.9#f40c0ab7b327e874d5c8d699bfa5d762f1759ee0"
521dependencies = [547dependencies = [
522 "parity-scale-codec",548 "parity-scale-codec",
523 "sp-api",549 "sp-api",
529555
530[[package]]556[[package]]
531name = "bincode"557name = "bincode"
532version = "1.3.3"558version = "1.3.1"
533source = "registry+https://github.com/rust-lang/crates.io-index"559source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"560checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d"
535dependencies = [561dependencies = [
562 "byteorder",
536 "serde",563 "serde",
537]564]
538565
575602
576[[package]]603[[package]]
577name = "bitvec"604name = "bitvec"
578version = "0.20.4"605version = "0.20.1"
579source = "registry+https://github.com/rust-lang/crates.io-index"606source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"607checksum = "f5011ffc90248764d7005b0e10c7294f5aa1bd87d9dd7248f4ad475b347c294d"
581dependencies = [608dependencies = [
582 "funty",609 "funty",
583 "radium 0.6.2",610 "radium 0.6.2",
587614
588[[package]]615[[package]]
589name = "blake2"616name = "blake2"
590version = "0.9.1"617version = "0.9.0"
591source = "registry+https://github.com/rust-lang/crates.io-index"618source = "registry+https://github.com/rust-lang/crates.io-index"
592checksum = "10a5720225ef5daecf08657f23791354e1685a8c91a4c60c7f3d3b2892f978f4"619checksum = "84ce5b6108f8e154604bd4eb76a2f726066c3464d5a552a4229262a18c9bb471"
593dependencies = [620dependencies = [
621 "byte-tools",
622 "byteorder",
594 "crypto-mac 0.8.0",623 "crypto-mac 0.8.0",
595 "digest 0.9.0",624 "digest 0.9.0",
596 "opaque-debug 0.3.0",625 "opaque-debug 0.2.3",
597]626]
598627
599[[package]]628[[package]]
608637
609[[package]]638[[package]]
610name = "blake2b_simd"639name = "blake2b_simd"
611version = "0.5.11"640version = "0.5.10"
612source = "registry+https://github.com/rust-lang/crates.io-index"641source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"642checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
614dependencies = [643dependencies = [
615 "arrayref",644 "arrayref",
616 "arrayvec 0.5.2",645 "arrayvec 0.5.2",
630659
631[[package]]660[[package]]
632name = "blake3"661name = "blake3"
633version = "0.3.8"662version = "0.3.7"
634source = "registry+https://github.com/rust-lang/crates.io-index"663source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"664checksum = "e9ff35b701f3914bdb8fad3368d822c766ef2858b2583198e41639b936f09d3f"
636dependencies = [665dependencies = [
637 "arrayref",666 "arrayref",
638 "arrayvec 0.5.2",667 "arrayvec 0.5.2",
652 "block-padding 0.1.5",681 "block-padding 0.1.5",
653 "byte-tools",682 "byte-tools",
654 "byteorder",683 "byteorder",
655 "generic-array 0.12.4",684 "generic-array 0.12.3",
656]685]
657686
658[[package]]687[[package]]
667696
668[[package]]697[[package]]
669name = "block-cipher"698name = "block-cipher"
670version = "0.8.0"699version = "0.7.1"
671source = "registry+https://github.com/rust-lang/crates.io-index"700source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "f337a3e6da609650eb74e02bc9fac7b735049f7623ab12f2e4c719316fcc7e80"701checksum = "fa136449e765dc7faa244561ccae839c394048667929af599b5d931ebe7b7f10"
673dependencies = [702dependencies = [
674 "generic-array 0.14.4",703 "generic-array 0.14.4",
675]704]
706[[package]]735[[package]]
707name = "bp-header-chain"736name = "bp-header-chain"
708version = "0.1.0"737version = "0.1.0"
709source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"738source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
710dependencies = [739dependencies = [
711 "finality-grandpa",740 "finality-grandpa",
712 "frame-support",741 "frame-support",
719]748]
720749
721[[package]]750[[package]]
751name = "bp-message-dispatch"
752version = "0.1.0"
753source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
754dependencies = [
755 "bp-runtime",
756 "frame-support",
757 "parity-scale-codec",
758 "sp-std",
759]
760
761[[package]]
722name = "bp-messages"762name = "bp-messages"
723version = "0.1.0"763version = "0.1.0"
724source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"764source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
725dependencies = [765dependencies = [
726 "bitvec 0.20.4",766 "bitvec 0.20.1",
727 "bp-runtime",767 "bp-runtime",
728 "frame-support",768 "frame-support",
729 "frame-system",769 "frame-system",
730 "impl-trait-for-tuples",770 "impl-trait-for-tuples 0.2.1",
731 "parity-scale-codec",771 "parity-scale-codec",
732 "serde",772 "serde",
733 "sp-std",773 "sp-std",
736[[package]]776[[package]]
737name = "bp-polkadot-core"777name = "bp-polkadot-core"
738version = "0.1.0"778version = "0.1.0"
739source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"779source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
740dependencies = [780dependencies = [
741 "bp-messages",781 "bp-messages",
742 "bp-runtime",782 "bp-runtime",
751]791]
752792
753[[package]]793[[package]]
794name = "bp-rialto"
795version = "0.1.0"
796source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
797dependencies = [
798 "bp-messages",
799 "bp-runtime",
800 "frame-support",
801 "frame-system",
802 "sp-api",
803 "sp-core",
804 "sp-runtime",
805 "sp-std",
806]
807
808[[package]]
754name = "bp-rococo"809name = "bp-rococo"
755version = "0.1.0"810version = "0.1.0"
756source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"811source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
757dependencies = [812dependencies = [
758 "bp-messages",813 "bp-messages",
759 "bp-polkadot-core",814 "bp-polkadot-core",
770[[package]]825[[package]]
771name = "bp-runtime"826name = "bp-runtime"
772version = "0.1.0"827version = "0.1.0"
773source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"828source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
774dependencies = [829dependencies = [
775 "frame-support",830 "frame-support",
776 "hash-db",831 "hash-db",
787[[package]]842[[package]]
788name = "bp-test-utils"843name = "bp-test-utils"
789version = "0.1.0"844version = "0.1.0"
790source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"845source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
791dependencies = [846dependencies = [
792 "bp-header-chain",847 "bp-header-chain",
793 "ed25519-dalek",848 "ed25519-dalek",
802[[package]]857[[package]]
803name = "bp-wococo"858name = "bp-wococo"
804version = "0.1.0"859version = "0.1.0"
805source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"860source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
806dependencies = [861dependencies = [
807 "bp-messages",862 "bp-messages",
808 "bp-polkadot-core",863 "bp-polkadot-core",
815]870]
816871
817[[package]]872[[package]]
873name = "bridge-runtime-common"
874version = "0.1.0"
875source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
876dependencies = [
877 "bp-message-dispatch",
878 "bp-messages",
879 "bp-runtime",
880 "frame-support",
881 "hash-db",
882 "pallet-bridge-dispatch",
883 "pallet-bridge-grandpa",
884 "pallet-bridge-messages",
885 "pallet-transaction-payment",
886 "parity-scale-codec",
887 "sp-core",
888 "sp-runtime",
889 "sp-state-machine",
890 "sp-std",
891 "sp-trie",
892]
893
894[[package]]
818name = "bs58"895name = "bs58"
819version = "0.4.0"896version = "0.4.0"
820source = "registry+https://github.com/rust-lang/crates.io-index"897source = "registry+https://github.com/rust-lang/crates.io-index"
821checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"898checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
822899
823[[package]]900[[package]]
824name = "bstr"901name = "bstr"
825version = "0.2.16"902version = "0.2.13"
826source = "registry+https://github.com/rust-lang/crates.io-index"903source = "registry+https://github.com/rust-lang/crates.io-index"
827checksum = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279"904checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
828dependencies = [905dependencies = [
829 "memchr",906 "memchr",
830]907]
840917
841[[package]]918[[package]]
842name = "bumpalo"919name = "bumpalo"
843version = "3.7.0"920version = "3.4.0"
844source = "registry+https://github.com/rust-lang/crates.io-index"921source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"922checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
846923
847[[package]]924[[package]]
848name = "byte-slice-cast"925name = "byte-slice-cast"
858935
859[[package]]936[[package]]
860name = "byteorder"937name = "byteorder"
861version = "1.4.3"938version = "1.3.4"
862source = "registry+https://github.com/rust-lang/crates.io-index"939source = "registry+https://github.com/rust-lang/crates.io-index"
863checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"940checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
864941
865[[package]]942[[package]]
866name = "bytes"943name = "bytes"
9381015
939[[package]]1016[[package]]
940name = "cc"1017name = "cc"
941version = "1.0.69"1018version = "1.0.67"
942source = "registry+https://github.com/rust-lang/crates.io-index"1019source = "registry+https://github.com/rust-lang/crates.io-index"
943checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"1020checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
944dependencies = [1021dependencies = [
945 "jobserver",1022 "jobserver",
946]1023]
9741051
975[[package]]1052[[package]]
976name = "chacha20"1053name = "chacha20"
977version = "0.5.0"1054version = "0.4.3"
978source = "registry+https://github.com/rust-lang/crates.io-index"1055source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "244fbce0d47e97e8ef2f63b81d5e05882cb518c68531eb33194990d7b7e85845"1056checksum = "086c0f07ac275808b7bf9a39f2fd013aae1498be83632814c8c4e0bd53f2dc58"
980dependencies = [1057dependencies = [
981 "stream-cipher",1058 "stream-cipher",
982 "zeroize",1059 "zeroize",
983]1060]
9841061
985[[package]]1062[[package]]
986name = "chacha20poly1305"1063name = "chacha20poly1305"
987version = "0.6.0"1064version = "0.5.1"
988source = "registry+https://github.com/rust-lang/crates.io-index"1065source = "registry+https://github.com/rust-lang/crates.io-index"
989checksum = "9bf18d374d66df0c05cdddd528a7db98f78c28e2519b120855c4f84c5027b1f5"1066checksum = "18b0c90556d8e3fec7cf18d84a2f53d27b21288f2fe481b830fadcf809e48205"
990dependencies = [1067dependencies = [
991 "aead",1068 "aead",
992 "chacha20",1069 "chacha20",
10101087
1011[[package]]1088[[package]]
1012name = "cid"1089name = "cid"
1013version = "0.6.1"1090version = "0.6.0"
1014source = "registry+https://github.com/rust-lang/crates.io-index"1091source = "registry+https://github.com/rust-lang/crates.io-index"
1015checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768"1092checksum = "7d88f30b1e74e7063df5711496f3ee6e74a9735d62062242d70cddf77717f18e"
1016dependencies = [1093dependencies = [
1017 "multibase",1094 "multibase",
1018 "multihash",1095 "multihash",
1073]1150]
10741151
1075[[package]]1152[[package]]
1153name = "cloudabi"
1154version = "0.1.0"
1155source = "registry+https://github.com/rust-lang/crates.io-index"
1156checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
1157dependencies = [
1158 "bitflags",
1159]
1160
1161[[package]]
1076name = "concurrent-queue"1162name = "concurrent-queue"
1077version = "1.2.2"1163version = "1.2.2"
1078source = "registry+https://github.com/rust-lang/crates.io-index"1164source = "registry+https://github.com/rust-lang/crates.io-index"
11271213
1128[[package]]1214[[package]]
1129name = "cpp_demangle"1215name = "cpp_demangle"
1130version = "0.3.3"1216version = "0.3.2"
1131source = "registry+https://github.com/rust-lang/crates.io-index"1217source = "registry+https://github.com/rust-lang/crates.io-index"
1132checksum = "8ea47428dc9d2237f3c6bc134472edfd63ebba0af932e783506dcfd66f10d18a"1218checksum = "44919ecaf6f99e8e737bc239408931c9a01e9a6c74814fee8242dd2506b65390"
1133dependencies = [1219dependencies = [
1134 "cfg-if 1.0.0",1220 "cfg-if 1.0.0",
1221 "glob",
1135]1222]
11361223
1137[[package]]1224[[package]]
1138name = "cpufeatures"1225name = "cpufeatures"
1139version = "0.1.5"1226version = "0.1.4"
1140source = "registry+https://github.com/rust-lang/crates.io-index"1227source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"1228checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8"
1142dependencies = [1229dependencies = [
1143 "libc",1230 "libc",
1144]1231]
11451232
1146[[package]]1233[[package]]
1147name = "cpuid-bool"1234name = "cpuid-bool"
1148version = "0.2.0"1235version = "0.1.0"
1149source = "registry+https://github.com/rust-lang/crates.io-index"1236source = "registry+https://github.com/rust-lang/crates.io-index"
1150checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba"1237checksum = "6d375c433320f6c5057ae04a04376eef4d04ce2801448cf8863a78da99107be4"
11511238
1152[[package]]1239[[package]]
1153name = "cranelift-bforest"1240name = "cranelift-bforest"
1235 "cranelift-codegen",1322 "cranelift-codegen",
1236 "cranelift-entity",1323 "cranelift-entity",
1237 "cranelift-frontend",1324 "cranelift-frontend",
1238 "itertools 0.10.1",1325 "itertools 0.10.0",
1239 "log",1326 "log",
1240 "serde",1327 "serde",
1241 "smallvec 1.6.1",1328 "smallvec 1.6.1",
12451332
1246[[package]]1333[[package]]
1247name = "crc32fast"1334name = "crc32fast"
1248version = "1.2.1"1335version = "1.2.0"
1249source = "registry+https://github.com/rust-lang/crates.io-index"1336source = "registry+https://github.com/rust-lang/crates.io-index"
1250checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"1337checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
1251dependencies = [1338dependencies = [
1252 "cfg-if 1.0.0",1339 "cfg-if 0.1.10",
1253]1340]
12541341
1255[[package]]1342[[package]]
1256name = "crossbeam-channel"
1257version = "0.5.1"
1258source = "registry+https://github.com/rust-lang/crates.io-index"
1259checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
1260dependencies = [
1261 "cfg-if 1.0.0",
1262 "crossbeam-utils 0.8.5",
1263]
1264
1265[[package]]
1266name = "crossbeam-deque"1343name = "crossbeam-deque"
1267version = "0.7.3"1344version = "0.7.4"
1268source = "registry+https://github.com/rust-lang/crates.io-index"1345source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"1346checksum = "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed"
1270dependencies = [1347dependencies = [
1271 "crossbeam-epoch 0.8.2",1348 "crossbeam-epoch",
1272 "crossbeam-utils 0.7.2",1349 "crossbeam-utils 0.7.2",
1273 "maybe-uninit",1350 "maybe-uninit",
1274]1351]
12751352
1276[[package]]1353[[package]]
1277name = "crossbeam-deque"
1278version = "0.8.0"
1279source = "registry+https://github.com/rust-lang/crates.io-index"
1280checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
1281dependencies = [
1282 "cfg-if 1.0.0",
1283 "crossbeam-epoch 0.9.5",
1284 "crossbeam-utils 0.8.5",
1285]
1286
1287[[package]]
1288name = "crossbeam-epoch"1354name = "crossbeam-epoch"
1289version = "0.8.2"1355version = "0.8.2"
1290source = "registry+https://github.com/rust-lang/crates.io-index"1356source = "registry+https://github.com/rust-lang/crates.io-index"
1295 "crossbeam-utils 0.7.2",1361 "crossbeam-utils 0.7.2",
1296 "lazy_static",1362 "lazy_static",
1297 "maybe-uninit",1363 "maybe-uninit",
1298 "memoffset 0.5.6",1364 "memoffset 0.5.5",
1299 "scopeguard",1365 "scopeguard",
1300]1366]
13011367
1302[[package]]1368[[package]]
1303name = "crossbeam-epoch"
1304version = "0.9.5"
1305source = "registry+https://github.com/rust-lang/crates.io-index"
1306checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
1307dependencies = [
1308 "cfg-if 1.0.0",
1309 "crossbeam-utils 0.8.5",
1310 "lazy_static",
1311 "memoffset 0.6.4",
1312 "scopeguard",
1313]
1314
1315[[package]]
1316name = "crossbeam-queue"1369name = "crossbeam-queue"
1317version = "0.2.3"1370version = "0.2.3"
1318source = "registry+https://github.com/rust-lang/crates.io-index"1371source = "registry+https://github.com/rust-lang/crates.io-index"
13361389
1337[[package]]1390[[package]]
1338name = "crossbeam-utils"1391name = "crossbeam-utils"
1339version = "0.8.5"1392version = "0.8.1"
1340source = "registry+https://github.com/rust-lang/crates.io-index"1393source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"1394checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
1342dependencies = [1395dependencies = [
1396 "autocfg",
1343 "cfg-if 1.0.0",1397 "cfg-if 1.0.0",
1344 "lazy_static",1398 "lazy_static",
1345]1399]
1356source = "registry+https://github.com/rust-lang/crates.io-index"1410source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"1411checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
1358dependencies = [1412dependencies = [
1359 "generic-array 0.12.4",1413 "generic-array 0.12.3",
1360 "subtle 1.0.0",1414 "subtle 1.0.0",
1361]1415]
13621416
1367checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1421checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
1368dependencies = [1422dependencies = [
1369 "generic-array 0.14.4",1423 "generic-array 0.14.4",
1370 "subtle 2.4.1",1424 "subtle 2.2.3",
1371]1425]
13721426
1373[[package]]1427[[package]]
13811435
1382[[package]]1436[[package]]
1383name = "ctor"1437name = "ctor"
1384version = "0.1.20"1438version = "0.1.16"
1385source = "registry+https://github.com/rust-lang/crates.io-index"1439source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d"1440checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484"
1387dependencies = [1441dependencies = [
1388 "quote",1442 "quote",
1389 "syn",1443 "syn",
1403[[package]]1457[[package]]
1404name = "cumulus-client-cli"1458name = "cumulus-client-cli"
1405version = "0.1.0"1459version = "0.1.0"
1406source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1460source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"
1407dependencies = [1461dependencies = [
1408 "sc-cli",1462 "sc-cli",
1409 "sc-service",1463 "sc-service",
1413[[package]]1467[[package]]
1414name = "cumulus-client-collator"1468name = "cumulus-client-collator"
1415version = "0.1.0"1469version = "0.1.0"
1416source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1470source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"
1417dependencies = [1471dependencies = [
1418 "cumulus-client-consensus-common",1472 "cumulus-client-consensus-common",
1419 "cumulus-client-network",1473 "cumulus-client-network",
1437[[package]]1491[[package]]
1438name = "cumulus-client-consensus-aura"1492name = "cumulus-client-consensus-aura"
1439version = "0.1.0"1493version = "0.1.0"
1440source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1494source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"
1441dependencies = [1495dependencies = [
1442 "async-trait",1496 "async-trait",
1443 "cumulus-client-consensus-common",1497 "cumulus-client-consensus-common",
1447 "parking_lot 0.10.2",1501 "parking_lot 0.10.2",
1448 "polkadot-client",1502 "polkadot-client",
1449 "sc-client-api",1503 "sc-client-api",
1504 "sc-consensus",
1450 "sc-consensus-aura",1505 "sc-consensus-aura",
1451 "sc-consensus-slots",1506 "sc-consensus-slots",
1452 "sc-telemetry",1507 "sc-telemetry",
1467[[package]]1522[[package]]
1468name = "cumulus-client-consensus-common"1523name = "cumulus-client-consensus-common"
1469version = "0.1.0"1524version = "0.1.0"
1470source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1525source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"
1471dependencies = [1526dependencies = [
1472 "async-trait",1527 "async-trait",
1473 "dyn-clone",1528 "dyn-clone",
1476 "polkadot-primitives",1531 "polkadot-primitives",
1477 "polkadot-runtime",1532 "polkadot-runtime",
1478 "sc-client-api",1533 "sc-client-api",
1534 "sc-consensus",
1479 "sp-api",1535 "sp-api",
1480 "sp-block-builder",1536 "sp-block-builder",
1481 "sp-blockchain",1537 "sp-blockchain",
1491[[package]]1547[[package]]
1492name = "cumulus-client-network"1548name = "cumulus-client-network"
1493version = "0.1.0"1549version = "0.1.0"
1494source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1550source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"
1495dependencies = [1551dependencies = [
1496 "derive_more",1552 "derive_more",
1497 "futures 0.3.16",1553 "futures 0.3.16",
1515[[package]]1571[[package]]
1516name = "cumulus-client-pov-recovery"1572name = "cumulus-client-pov-recovery"
1517version = "0.1.0"1573version = "0.1.0"
1518source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1574source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"
1519dependencies = [1575dependencies = [
1520 "cumulus-primitives-core",1576 "cumulus-primitives-core",
1521 "futures 0.3.16",1577 "futures 0.3.16",
1527 "polkadot-primitives",1583 "polkadot-primitives",
1528 "rand 0.8.4",1584 "rand 0.8.4",
1529 "sc-client-api",1585 "sc-client-api",
1586 "sc-consensus",
1530 "sp-api",1587 "sp-api",
1531 "sp-consensus",1588 "sp-consensus",
1532 "sp-core",1589 "sp-core",
1538[[package]]1595[[package]]
1539name = "cumulus-client-service"1596name = "cumulus-client-service"
1540version = "0.1.0"1597version = "0.1.0"
1541source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1598source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"
1542dependencies = [1599dependencies = [
1543 "cumulus-client-collator",1600 "cumulus-client-collator",
1544 "cumulus-client-consensus-common",1601 "cumulus-client-consensus-common",
1551 "polkadot-service",1608 "polkadot-service",
1552 "sc-chain-spec",1609 "sc-chain-spec",
1553 "sc-client-api",1610 "sc-client-api",
1611 "sc-consensus",
1554 "sc-consensus-babe",1612 "sc-consensus-babe",
1555 "sc-service",1613 "sc-service",
1556 "sc-telemetry",1614 "sc-telemetry",
1566[[package]]1624[[package]]
1567name = "cumulus-pallet-aura-ext"1625name = "cumulus-pallet-aura-ext"
1568version = "0.1.0"1626version = "0.1.0"
1569source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1627source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"
1570dependencies = [1628dependencies = [
1571 "frame-executive",1629 "frame-executive",
1572 "frame-support",1630 "frame-support",
1583[[package]]1641[[package]]
1584name = "cumulus-pallet-dmp-queue"1642name = "cumulus-pallet-dmp-queue"
1585version = "0.1.0"1643version = "0.1.0"
1586source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1644source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"
1587dependencies = [1645dependencies = [
1588 "cumulus-primitives-core",1646 "cumulus-primitives-core",
1589 "frame-support",1647 "frame-support",
1602[[package]]1660[[package]]
1603name = "cumulus-pallet-parachain-system"1661name = "cumulus-pallet-parachain-system"
1604version = "0.1.0"1662version = "0.1.0"
1605source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1663source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"
1606dependencies = [1664dependencies = [
1607 "cumulus-pallet-parachain-system-proc-macro",1665 "cumulus-pallet-parachain-system-proc-macro",
1608 "cumulus-primitives-core",1666 "cumulus-primitives-core",
1630[[package]]1688[[package]]
1631name = "cumulus-pallet-parachain-system-proc-macro"1689name = "cumulus-pallet-parachain-system-proc-macro"
1632version = "0.1.0"1690version = "0.1.0"
1633source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1691source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"
1634dependencies = [1692dependencies = [
1635 "proc-macro-crate 1.0.0",1693 "proc-macro-crate 1.0.0",
1636 "proc-macro2",1694 "proc-macro2",
1641[[package]]1699[[package]]
1642name = "cumulus-pallet-xcm"1700name = "cumulus-pallet-xcm"
1643version = "0.1.0"1701version = "0.1.0"
1644source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1702source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"
1645dependencies = [1703dependencies = [
1646 "cumulus-primitives-core",1704 "cumulus-primitives-core",
1647 "frame-support",1705 "frame-support",
1657[[package]]1715[[package]]
1658name = "cumulus-pallet-xcmp-queue"1716name = "cumulus-pallet-xcmp-queue"
1659version = "0.1.0"1717version = "0.1.0"
1660source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1718source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"
1661dependencies = [1719dependencies = [
1662 "cumulus-primitives-core",1720 "cumulus-primitives-core",
1663 "frame-support",1721 "frame-support",
1675[[package]]1733[[package]]
1676name = "cumulus-primitives-core"1734name = "cumulus-primitives-core"
1677version = "0.1.0"1735version = "0.1.0"
1678source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1736source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"
1679dependencies = [1737dependencies = [
1680 "frame-support",1738 "frame-support",
1681 "impl-trait-for-tuples",1739 "impl-trait-for-tuples 0.2.1",
1682 "parity-scale-codec",1740 "parity-scale-codec",
1683 "polkadot-core-primitives",1741 "polkadot-core-primitives",
1684 "polkadot-parachain",1742 "polkadot-parachain",
1693[[package]]1751[[package]]
1694name = "cumulus-primitives-parachain-inherent"1752name = "cumulus-primitives-parachain-inherent"
1695version = "0.1.0"1753version = "0.1.0"
1696source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1754source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"
1697dependencies = [1755dependencies = [
1698 "async-trait",1756 "async-trait",
1699 "cumulus-primitives-core",1757 "cumulus-primitives-core",
1714[[package]]1772[[package]]
1715name = "cumulus-primitives-timestamp"1773name = "cumulus-primitives-timestamp"
1716version = "0.1.0"1774version = "0.1.0"
1717source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1775source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"
1718dependencies = [1776dependencies = [
1719 "cumulus-primitives-core",1777 "cumulus-primitives-core",
1720 "sp-inherents",1778 "sp-inherents",
1725[[package]]1783[[package]]
1726name = "cumulus-primitives-utility"1784name = "cumulus-primitives-utility"
1727version = "0.1.0"1785version = "0.1.0"
1728source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1786source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"
1729dependencies = [1787dependencies = [
1730 "cumulus-primitives-core",1788 "cumulus-primitives-core",
1731 "frame-support",1789 "frame-support",
1732 "impl-trait-for-tuples",1790 "impl-trait-for-tuples 0.2.1",
1733 "parity-scale-codec",1791 "parity-scale-codec",
1734 "polkadot-core-primitives",1792 "polkadot-core-primitives",
1735 "polkadot-parachain",1793 "polkadot-parachain",
1743[[package]]1801[[package]]
1744name = "cumulus-test-relay-sproof-builder"1802name = "cumulus-test-relay-sproof-builder"
1745version = "0.1.0"1803version = "0.1.0"
1746source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1804source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"
1747dependencies = [1805dependencies = [
1748 "cumulus-primitives-core",1806 "cumulus-primitives-core",
1749 "parity-scale-codec",1807 "parity-scale-codec",
17551813
1756[[package]]1814[[package]]
1757name = "curve25519-dalek"1815name = "curve25519-dalek"
1758version = "2.1.3"1816version = "2.1.0"
1759source = "registry+https://github.com/rust-lang/crates.io-index"1817source = "registry+https://github.com/rust-lang/crates.io-index"
1760checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1818checksum = "5d85653f070353a16313d0046f173f70d1aadd5b42600a14de626f0dfb3473a5"
1761dependencies = [1819dependencies = [
1762 "byteorder",1820 "byteorder",
1763 "digest 0.8.1",1821 "digest 0.8.1",
1764 "rand_core 0.5.1",1822 "rand_core 0.5.1",
1765 "subtle 2.4.1",1823 "subtle 2.2.3",
1766 "zeroize",1824 "zeroize",
1767]1825]
17681826
1769[[package]]1827[[package]]
1770name = "curve25519-dalek"1828name = "curve25519-dalek"
1771version = "3.1.0"1829version = "3.0.0"
1772source = "registry+https://github.com/rust-lang/crates.io-index"1830source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "639891fde0dbea823fc3d798a0fdf9d2f9440a42d64a78ab3488b0ca025117b3"1831checksum = "c8492de420e9e60bc9a1d66e2dbb91825390b738a388606600663fc529b4b307"
1774dependencies = [1832dependencies = [
1775 "byteorder",1833 "byteorder",
1776 "digest 0.9.0",1834 "digest 0.9.0",
1777 "rand_core 0.5.1",1835 "rand_core 0.5.1",
1778 "subtle 2.4.1",1836 "subtle 2.2.3",
1779 "zeroize",1837 "zeroize",
1780]1838]
17811839
18221880
1823[[package]]1881[[package]]
1824name = "data-encoding-macro"1882name = "data-encoding-macro"
1825version = "0.1.12"1883version = "0.1.10"
1826source = "registry+https://github.com/rust-lang/crates.io-index"1884source = "registry+https://github.com/rust-lang/crates.io-index"
1827checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1885checksum = "0a94feec3d2ba66c0b6621bca8bc6f68415b1e5c69af3586fdd0af9fd9f29b17"
1828dependencies = [1886dependencies = [
1829 "data-encoding",1887 "data-encoding",
1830 "data-encoding-macro-internal",1888 "data-encoding-macro-internal",
1831]1889]
18321890
1833[[package]]1891[[package]]
1834name = "data-encoding-macro-internal"1892name = "data-encoding-macro-internal"
1835version = "0.1.10"1893version = "0.1.9"
1836source = "registry+https://github.com/rust-lang/crates.io-index"1894source = "registry+https://github.com/rust-lang/crates.io-index"
1837checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1895checksum = "f0f83e699727abca3c56e187945f303389590305ab2f0185ea445aa66e8d5f2a"
1838dependencies = [1896dependencies = [
1839 "data-encoding",1897 "data-encoding",
1840 "syn",1898 "syn",
18531911
1854[[package]]1912[[package]]
1855name = "derive_more"1913name = "derive_more"
1856version = "0.99.16"1914version = "0.99.14"
1857source = "registry+https://github.com/rust-lang/crates.io-index"1915source = "registry+https://github.com/rust-lang/crates.io-index"
1858checksum = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df"1916checksum = "5cc7b9cef1e351660e5443924e4f43ab25fbbed3e9a5f052df3677deb4d6b320"
1859dependencies = [1917dependencies = [
1860 "convert_case",1918 "convert_case",
1861 "proc-macro2",1919 "proc-macro2",
1862 "quote",1920 "quote",
1863 "rustc_version 0.3.3",
1864 "syn",1921 "syn",
1865]1922]
18661923
1870source = "registry+https://github.com/rust-lang/crates.io-index"1927source = "registry+https://github.com/rust-lang/crates.io-index"
1871checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1928checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
1872dependencies = [1929dependencies = [
1873 "generic-array 0.12.4",1930 "generic-array 0.12.3",
1874]1931]
18751932
1876[[package]]1933[[package]]
18841941
1885[[package]]1942[[package]]
1886name = "directories"1943name = "directories"
1887version = "3.0.2"1944version = "3.0.1"
1888source = "registry+https://github.com/rust-lang/crates.io-index"1945source = "registry+https://github.com/rust-lang/crates.io-index"
1889checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7"1946checksum = "f8fed639d60b58d0f53498ab13d26f621fd77569cc6edb031f4cc36a2ad9da0f"
1890dependencies = [1947dependencies = [
1891 "dirs-sys",1948 "dirs-sys",
1892]1949]
19031960
1904[[package]]1961[[package]]
1905name = "dirs-sys"1962name = "dirs-sys"
1906version = "0.3.6"1963version = "0.3.5"
1907source = "registry+https://github.com/rust-lang/crates.io-index"1964source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"1965checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
1909dependencies = [1966dependencies = [
1910 "libc",1967 "libc",
1911 "redox_users",1968 "redox_users 0.3.4",
1912 "winapi 0.3.9",1969 "winapi 0.3.9",
1913]1970]
19141971
1919checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"1976checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1920dependencies = [1977dependencies = [
1921 "libc",1978 "libc",
1922 "redox_users",1979 "redox_users 0.4.0",
1923 "winapi 0.3.9",1980 "winapi 0.3.9",
1924]1981]
19251982
19682025
1969[[package]]2026[[package]]
1970name = "ed25519"2027name = "ed25519"
1971version = "1.2.0"2028version = "1.0.1"
1972source = "registry+https://github.com/rust-lang/crates.io-index"2029source = "registry+https://github.com/rust-lang/crates.io-index"
1973checksum = "4620d40f6d2601794401d6dd95a5cf69b6c157852539470eeda433a99b3c0efc"2030checksum = "bf038a7b6fd7ef78ad3348b63f3a17550877b0e28f8d68bcc94894d1412158bc"
1974dependencies = [2031dependencies = [
1975 "signature",2032 "signature",
1976]2033]
1981source = "registry+https://github.com/rust-lang/crates.io-index"2038source = "registry+https://github.com/rust-lang/crates.io-index"
1982checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2039checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
1983dependencies = [2040dependencies = [
1984 "curve25519-dalek 3.1.0",2041 "curve25519-dalek 3.0.0",
1985 "ed25519",2042 "ed25519",
1986 "rand 0.7.3",2043 "rand 0.7.3",
1987 "serde",2044 "serde",
1988 "sha2 0.9.5",2045 "sha2 0.9.2",
1989 "zeroize",2046 "zeroize",
1990]2047]
19912048
1992[[package]]2049[[package]]
1993name = "either"2050name = "either"
1994version = "1.6.1"2051version = "1.6.0"
1995source = "registry+https://github.com/rust-lang/crates.io-index"2052source = "registry+https://github.com/rust-lang/crates.io-index"
1996checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"2053checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"
19972054
1998[[package]]2055[[package]]
1999name = "enum-as-inner"2056name = "enum-as-inner"
2058checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"2115checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
2059dependencies = [2116dependencies = [
2060 "atty",2117 "atty",
2061 "humantime 2.1.0",2118 "humantime 2.0.1",
2062 "log",2119 "log",
2063 "regex",2120 "regex",
2064 "termcolor",2121 "termcolor",
20722129
2073[[package]]2130[[package]]
2074name = "erased-serde"2131name = "erased-serde"
2075version = "0.3.16"2132version = "0.3.12"
2076source = "registry+https://github.com/rust-lang/crates.io-index"2133source = "registry+https://github.com/rust-lang/crates.io-index"
2077checksum = "3de9ad4541d99dc22b59134e7ff8dc3d6c988c89ecd7324bf10a8362b07a2afa"2134checksum = "6ca8b296792113e1500fd935ae487be6e00ce318952a6880555554824d6ebf38"
2078dependencies = [2135dependencies = [
2079 "serde",2136 "serde",
2080]2137]
20812138
2082[[package]]2139[[package]]
2083name = "errno"2140name = "errno"
2084version = "0.2.7"2141version = "0.2.5"
2085source = "registry+https://github.com/rust-lang/crates.io-index"2142source = "registry+https://github.com/rust-lang/crates.io-index"
2086checksum = "fa68f2fb9cae9d37c9b2b3584aba698a2e97f72d7aef7b9f7aa71d8b54ce46fe"2143checksum = "b480f641ccf0faf324e20c1d3e53d81b7484c698b42ea677f6907ae4db195371"
2087dependencies = [2144dependencies = [
2088 "errno-dragonfly",2145 "errno-dragonfly",
2089 "libc",2146 "libc",
21162173
2117[[package]]2174[[package]]
2118name = "ethereum"2175name = "ethereum"
2119version = "0.7.1"2176version = "0.9.0"
2120source = "registry+https://github.com/rust-lang/crates.io-index"2177source = "registry+https://github.com/rust-lang/crates.io-index"
2121checksum = "567ce064a8232c16e2b2c2173a936b91fbe35c2f2c5278871f5a1a31688b42e9"2178checksum = "4a67be3eaf296ef668733f54c637e84d0ca34eaf194f0077455135981ad464c3"
2122dependencies = [2179dependencies = [
2180 "bytes 1.0.1",
2123 "ethereum-types",2181 "ethereum-types",
2124 "funty",
2125 "hash-db",2182 "hash-db",
2126 "hash256-std-hasher",2183 "hash256-std-hasher",
2127 "parity-scale-codec",2184 "parity-scale-codec",
21342191
2135[[package]]2192[[package]]
2136name = "ethereum-types"2193name = "ethereum-types"
2137version = "0.11.0"2194version = "0.12.0"
2138source = "registry+https://github.com/rust-lang/crates.io-index"2195source = "registry+https://github.com/rust-lang/crates.io-index"
2139checksum = "f64b5df66a228d85e4b17e5d6c6aa43b0310898ffe8a85988c4c032357aaabfd"2196checksum = "0dd6bde671199089e601e8d47e153368b893ef885f11f365a3261ec58153c211"
2140dependencies = [2197dependencies = [
2141 "ethbloom",2198 "ethbloom",
2142 "fixed-hash",2199 "fixed-hash",
2143 "impl-codec",2200 "impl-codec",
2144 "impl-rlp",2201 "impl-rlp",
2145 "impl-serde",2202 "impl-serde",
2146 "primitive-types",2203 "primitive-types 0.10.1",
2147 "uint",2204 "uint",
2148]2205]
21492206
21552212
2156[[package]]2213[[package]]
2157name = "evm"2214name = "evm"
2158version = "0.27.0"2215version = "0.30.0"
2159source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#e13990a627375f327ca7da3c85d9bdfa0a9e903b"2216source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#d126c98ab2606bdf1ec1ad90b6d59c024d000b29"
2160dependencies = [2217dependencies = [
2161 "environmental",2218 "environmental",
2162 "ethereum",2219 "ethereum",
2165 "evm-runtime",2222 "evm-runtime",
2166 "log",2223 "log",
2167 "parity-scale-codec",2224 "parity-scale-codec",
2168 "primitive-types",2225 "primitive-types 0.10.1",
2169 "rlp",2226 "rlp",
2170 "serde",2227 "serde",
2171 "sha3 0.8.2",2228 "sha3 0.8.2",
2180 "evm-core",2237 "evm-core",
2181 "hex",2238 "hex",
2182 "hex-literal",2239 "hex-literal",
2183 "impl-trait-for-tuples",2240 "impl-trait-for-tuples 0.2.1",
2184 "primitive-types",2241 "primitive-types 0.10.1",
2185]2242]
21862243
2187[[package]]2244[[package]]
21992256
2200[[package]]2257[[package]]
2201name = "evm-core"2258name = "evm-core"
2202version = "0.27.1"2259version = "0.30.0"
2203source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#e13990a627375f327ca7da3c85d9bdfa0a9e903b"2260source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#d126c98ab2606bdf1ec1ad90b6d59c024d000b29"
2204dependencies = [2261dependencies = [
2205 "funty",2262 "funty",
2206 "parity-scale-codec",2263 "parity-scale-codec",
2207 "primitive-types",2264 "primitive-types 0.10.1",
2208 "serde",2265 "serde",
2209]2266]
22102267
2211[[package]]2268[[package]]
2212name = "evm-gasometer"2269name = "evm-gasometer"
2213version = "0.27.0"2270version = "0.30.0"
2214source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#e13990a627375f327ca7da3c85d9bdfa0a9e903b"2271source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#d126c98ab2606bdf1ec1ad90b6d59c024d000b29"
2215dependencies = [2272dependencies = [
2216 "environmental",2273 "environmental",
2217 "evm-core",2274 "evm-core",
2218 "evm-runtime",2275 "evm-runtime",
2219 "primitive-types",2276 "primitive-types 0.10.1",
2220]2277]
22212278
2222[[package]]2279[[package]]
2223name = "evm-runtime"2280name = "evm-runtime"
2224version = "0.27.0"2281version = "0.30.0"
2225source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#e13990a627375f327ca7da3c85d9bdfa0a9e903b"2282source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#d126c98ab2606bdf1ec1ad90b6d59c024d000b29"
2226dependencies = [2283dependencies = [
2227 "environmental",2284 "environmental",
2228 "evm-core",2285 "evm-core",
2229 "primitive-types",2286 "primitive-types 0.10.1",
2230 "sha3 0.8.2",2287 "sha3 0.8.2",
2231]2288]
22322289
22752332
2276[[package]]2333[[package]]
2277name = "fastrand"2334name = "fastrand"
2278version = "1.5.0"2335version = "1.4.0"
2279source = "registry+https://github.com/rust-lang/crates.io-index"2336source = "registry+https://github.com/rust-lang/crates.io-index"
2280checksum = "b394ed3d285a429378d3b384b9eb1285267e7df4b166df24b7a6939a04dc392e"2337checksum = "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3"
2281dependencies = [2338dependencies = [
2282 "instant",2339 "instant",
2283]2340]
22842341
2285[[package]]2342[[package]]
2286name = "fc-consensus"2343name = "fc-consensus"
2287version = "2.0.0"2344version = "2.0.0-dev"
2288source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2345source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#264af3adc427aefba9ce8a1c5d1c11a6d98d009c"
2289dependencies = [2346dependencies = [
2290 "async-trait",2347 "async-trait",
2291 "derive_more",2348 "derive_more",
2296 "log",2353 "log",
2297 "parity-scale-codec",2354 "parity-scale-codec",
2298 "sc-client-api",2355 "sc-client-api",
2356 "sc-consensus",
2357 "sc-transaction-pool-api",
2299 "sp-api",2358 "sp-api",
2300 "sp-block-builder",2359 "sp-block-builder",
2301 "sp-blockchain",2360 "sp-blockchain",
23092368
2310[[package]]2369[[package]]
2311name = "fc-db"2370name = "fc-db"
2312version = "1.0.0"2371version = "2.0.0-dev"
2313source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2372source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#264af3adc427aefba9ce8a1c5d1c11a6d98d009c"
2314dependencies = [2373dependencies = [
2374 "fp-storage",
2315 "kvdb",2375 "kvdb",
2316 "kvdb-rocksdb",2376 "kvdb-rocksdb 0.14.0",
2377 "pallet-ethereum",
2317 "parity-scale-codec",2378 "parity-scale-codec",
2318 "parking_lot 0.11.1",2379 "parking_lot 0.11.1",
2319 "sp-core",2380 "sp-core",
2324[[package]]2385[[package]]
2325name = "fc-mapping-sync"2386name = "fc-mapping-sync"
2326version = "2.0.0-dev"2387version = "2.0.0-dev"
2327source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2388source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#264af3adc427aefba9ce8a1c5d1c11a6d98d009c"
2328dependencies = [2389dependencies = [
2329 "fc-consensus",2390 "fc-consensus",
2330 "fc-db",2391 "fc-db",
2342[[package]]2403[[package]]
2343name = "fc-rpc"2404name = "fc-rpc"
2344version = "2.0.0-dev"2405version = "2.0.0-dev"
2345source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2406source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#264af3adc427aefba9ce8a1c5d1c11a6d98d009c"
2346dependencies = [2407dependencies = [
2347 "ethereum",2408 "ethereum",
2348 "ethereum-types",2409 "ethereum-types",
2355 "fp-rpc",2416 "fp-rpc",
2356 "fp-storage",2417 "fp-storage",
2357 "futures 0.3.16",2418 "futures 0.3.16",
2419 "futures-util",
2358 "jsonrpc-core 15.1.0",2420 "jsonrpc-core 15.1.0",
2359 "jsonrpc-core-client 14.2.0",
2360 "jsonrpc-derive 14.2.2",
2361 "jsonrpc-pubsub 15.1.0",2421 "jsonrpc-pubsub 15.1.0",
2362 "libsecp256k1 0.3.5",2422 "libsecp256k1 0.3.5",
2363 "log",2423 "log",
2371 "sc-network",2431 "sc-network",
2372 "sc-rpc",2432 "sc-rpc",
2373 "sc-service",2433 "sc-service",
2434 "sc-transaction-pool-api",
2374 "sha3 0.8.2",2435 "sha3 0.8.2",
2375 "sp-api",2436 "sp-api",
2376 "sp-blockchain",2437 "sp-blockchain",
2383[[package]]2444[[package]]
2384name = "fc-rpc-core"2445name = "fc-rpc-core"
2385version = "1.1.0-dev"2446version = "1.1.0-dev"
2386source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2447source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#264af3adc427aefba9ce8a1c5d1c11a6d98d009c"
2387dependencies = [2448dependencies = [
2388 "ethereum-types",2449 "ethereum-types",
2389 "jsonrpc-core 15.1.0",2450 "jsonrpc-core 15.1.0",
24062467
2407[[package]]2468[[package]]
2408name = "file-per-thread-logger"2469name = "file-per-thread-logger"
2409version = "0.1.4"2470version = "0.1.3"
2410source = "registry+https://github.com/rust-lang/crates.io-index"2471source = "registry+https://github.com/rust-lang/crates.io-index"
2411checksum = "4fdbe0d94371f9ce939b555dd342d0686cc4c0cadbcd4b61d70af5ff97eb4126"2472checksum = "8b3937f028664bd0e13df401ba49a4567ccda587420365823242977f06609ed1"
2412dependencies = [2473dependencies = [
2413 "env_logger 0.7.1",2474 "env_logger 0.7.1",
2414 "log",2475 "log",
24492510
2450[[package]]2511[[package]]
2451name = "flate2"2512name = "flate2"
2452version = "1.0.20"2513version = "1.0.16"
2453source = "registry+https://github.com/rust-lang/crates.io-index"2514source = "registry+https://github.com/rust-lang/crates.io-index"
2454checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"2515checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"
2455dependencies = [2516dependencies = [
2456 "cfg-if 1.0.0",2517 "cfg-if 0.1.10",
2457 "crc32fast",2518 "crc32fast",
2458 "libc",2519 "libc",
2459 "libz-sys",2520 "libz-sys",
2485[[package]]2546[[package]]
2486name = "fork-tree"2547name = "fork-tree"
2487version = "3.0.0"2548version = "3.0.0"
2488source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2549source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
2489dependencies = [2550dependencies = [
2490 "parity-scale-codec",2551 "parity-scale-codec",
2491]2552]
24922553
2493[[package]]2554[[package]]
2494name = "form_urlencoded"2555name = "form_urlencoded"
2495version = "1.0.1"2556version = "1.0.0"
2496source = "registry+https://github.com/rust-lang/crates.io-index"2557source = "registry+https://github.com/rust-lang/crates.io-index"
2497checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2558checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"
2498dependencies = [2559dependencies = [
2499 "matches",2560 "matches",
2500 "percent-encoding 2.1.0",2561 "percent-encoding 2.1.0",
2501]2562]
25022563
2503[[package]]2564[[package]]
2504name = "fp-consensus"2565name = "fp-consensus"
2505version = "1.0.0"2566version = "2.0.0-dev"
2506source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2567source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#264af3adc427aefba9ce8a1c5d1c11a6d98d009c"
2507dependencies = [2568dependencies = [
2508 "ethereum",2569 "ethereum",
2509 "parity-scale-codec",2570 "parity-scale-codec",
25162577
2517[[package]]2578[[package]]
2518name = "fp-evm"2579name = "fp-evm"
2519version = "2.0.0"2580version = "3.0.0-dev"
2520source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2581source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#264af3adc427aefba9ce8a1c5d1c11a6d98d009c"
2521dependencies = [2582dependencies = [
2522 "evm",2583 "evm",
2523 "impl-trait-for-tuples",2584 "impl-trait-for-tuples 0.1.3",
2524 "parity-scale-codec",2585 "parity-scale-codec",
2525 "serde",2586 "serde",
2526 "sp-core",2587 "sp-core",
25292590
2530[[package]]2591[[package]]
2531name = "fp-rpc"2592name = "fp-rpc"
2532version = "2.1.0"2593version = "3.0.0-dev"
2533source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2594source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#264af3adc427aefba9ce8a1c5d1c11a6d98d009c"
2534dependencies = [2595dependencies = [
2535 "ethereum",2596 "ethereum",
2536 "ethereum-types",2597 "ethereum-types",
25452606
2546[[package]]2607[[package]]
2547name = "fp-storage"2608name = "fp-storage"
2548version = "1.0.1"2609version = "2.0.0"
2549source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2610source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#264af3adc427aefba9ce8a1c5d1c11a6d98d009c"
25502611
2551[[package]]2612[[package]]
2552name = "frame-benchmarking"2613name = "frame-benchmarking"
2553version = "3.1.0"2614version = "4.0.0-dev"
2554source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2615source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
2555dependencies = [2616dependencies = [
2556 "frame-support",2617 "frame-support",
2557 "frame-system",2618 "frame-system",
25692630
2570[[package]]2631[[package]]
2571name = "frame-benchmarking-cli"2632name = "frame-benchmarking-cli"
2572version = "3.0.0"2633version = "4.0.0-dev"
2573source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2634source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
2574dependencies = [2635dependencies = [
2575 "Inflector",2636 "Inflector",
2576 "chrono",2637 "chrono",
2577 "frame-benchmarking",2638 "frame-benchmarking",
2639 "frame-support",
2578 "handlebars",2640 "handlebars",
2641 "linked-hash-map",
2642 "log",
2579 "parity-scale-codec",2643 "parity-scale-codec",
2580 "sc-cli",2644 "sc-cli",
2581 "sc-client-db",2645 "sc-client-db",
25922656
2593[[package]]2657[[package]]
2594name = "frame-election-provider-support"2658name = "frame-election-provider-support"
2595version = "3.0.0"2659version = "4.0.0-dev"
2596source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2660source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
2597dependencies = [2661dependencies = [
2598 "frame-support",2662 "frame-support",
2599 "frame-system",2663 "frame-system",
26052669
2606[[package]]2670[[package]]
2607name = "frame-executive"2671name = "frame-executive"
2608version = "3.0.0"2672version = "4.0.0-dev"
2609source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2673source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
2610dependencies = [2674dependencies = [
2611 "frame-support",2675 "frame-support",
2612 "frame-system",2676 "frame-system",
26202684
2621[[package]]2685[[package]]
2622name = "frame-metadata"2686name = "frame-metadata"
2623version = "13.0.0"2687version = "14.0.0-dev"
2624source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2688source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
2625dependencies = [2689dependencies = [
2626 "parity-scale-codec",2690 "parity-scale-codec",
2627 "serde",2691 "serde",
26312695
2632[[package]]2696[[package]]
2633name = "frame-support"2697name = "frame-support"
2634version = "3.0.0"2698version = "4.0.0-dev"
2635source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2699source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
2636dependencies = [2700dependencies = [
2637 "bitflags",2701 "bitflags",
2638 "frame-metadata",2702 "frame-metadata",
2639 "frame-support-procedural",2703 "frame-support-procedural",
2640 "impl-trait-for-tuples",2704 "impl-trait-for-tuples 0.2.1",
2641 "log",2705 "log",
2642 "max-encoded-len",
2643 "once_cell",2706 "once_cell",
2644 "parity-scale-codec",2707 "parity-scale-codec",
2645 "paste",2708 "paste",
26582721
2659[[package]]2722[[package]]
2660name = "frame-support-procedural"2723name = "frame-support-procedural"
2661version = "3.0.0"2724version = "4.0.0-dev"
2662source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2725source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
2663dependencies = [2726dependencies = [
2664 "Inflector",2727 "Inflector",
2665 "frame-support-procedural-tools",2728 "frame-support-procedural-tools",
26702733
2671[[package]]2734[[package]]
2672name = "frame-support-procedural-tools"2735name = "frame-support-procedural-tools"
2673version = "3.0.0"2736version = "4.0.0-dev"
2674source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2737source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
2675dependencies = [2738dependencies = [
2676 "frame-support-procedural-tools-derive",2739 "frame-support-procedural-tools-derive",
2677 "proc-macro-crate 1.0.0",2740 "proc-macro-crate 1.0.0",
2683[[package]]2746[[package]]
2684name = "frame-support-procedural-tools-derive"2747name = "frame-support-procedural-tools-derive"
2685version = "3.0.0"2748version = "3.0.0"
2686source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2749source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
2687dependencies = [2750dependencies = [
2688 "proc-macro2",2751 "proc-macro2",
2689 "quote",2752 "quote",
26922755
2693[[package]]2756[[package]]
2694name = "frame-system"2757name = "frame-system"
2695version = "3.0.0"2758version = "4.0.0-dev"
2696source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2759source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
2697dependencies = [2760dependencies = [
2698 "frame-support",2761 "frame-support",
2699 "impl-trait-for-tuples",2762 "impl-trait-for-tuples 0.2.1",
2700 "log",2763 "log",
2701 "parity-scale-codec",2764 "parity-scale-codec",
2702 "serde",2765 "serde",
27092772
2710[[package]]2773[[package]]
2711name = "frame-system-benchmarking"2774name = "frame-system-benchmarking"
2712version = "3.0.0"2775version = "4.0.0-dev"
2713source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2776source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
2714dependencies = [2777dependencies = [
2715 "frame-benchmarking",2778 "frame-benchmarking",
2716 "frame-support",2779 "frame-support",
27232786
2724[[package]]2787[[package]]
2725name = "frame-system-rpc-runtime-api"2788name = "frame-system-rpc-runtime-api"
2726version = "3.0.0"2789version = "4.0.0-dev"
2727source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2790source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
2728dependencies = [2791dependencies = [
2729 "parity-scale-codec",2792 "parity-scale-codec",
2730 "sp-api",2793 "sp-api",
2731]2794]
27322795
2733[[package]]2796[[package]]
2734name = "frame-try-runtime"2797name = "frame-try-runtime"
2735version = "0.9.0"2798version = "0.10.0-dev"
2736source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2799source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
2737dependencies = [2800dependencies = [
2738 "frame-support",2801 "frame-support",
2739 "parity-scale-codec",2802 "parity-scale-codec",
27442807
2745[[package]]2808[[package]]
2746name = "fs-err"2809name = "fs-err"
2747version = "2.6.0"2810version = "2.5.0"
2748source = "registry+https://github.com/rust-lang/crates.io-index"2811source = "registry+https://github.com/rust-lang/crates.io-index"
2749checksum = "5ebd3504ad6116843b8375ad70df74e7bfe83cac77a1f3fe73200c844d43bfe0"2812checksum = "bcd1163ae48bda72a20ae26d66a04d3094135cadab911cff418ae5e33f253431"
27502813
2751[[package]]2814[[package]]
2752name = "fs-swap"2815name = "fs-swap"
28002863
2801[[package]]2864[[package]]
2802name = "futures"2865name = "futures"
2803version = "0.1.31"2866version = "0.1.29"
2804source = "registry+https://github.com/rust-lang/crates.io-index"2867source = "registry+https://github.com/rust-lang/crates.io-index"
2805checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"2868checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
28062869
2807[[package]]2870[[package]]
2808name = "futures"2871name = "futures"
2841source = "registry+https://github.com/rust-lang/crates.io-index"2904source = "registry+https://github.com/rust-lang/crates.io-index"
2842checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"2905checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
2843dependencies = [2906dependencies = [
2844 "futures 0.1.31",2907 "futures 0.1.29",
2845 "num_cpus",2908 "num_cpus",
2846]2909]
28472910
28652928
2866[[package]]2929[[package]]
2867name = "futures-lite"2930name = "futures-lite"
2868version = "1.12.0"2931version = "1.11.3"
2869source = "registry+https://github.com/rust-lang/crates.io-index"2932source = "registry+https://github.com/rust-lang/crates.io-index"
2870checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"2933checksum = "b4481d0cd0de1d204a4fa55e7d45f07b1d958abcb06714b3446438e2eff695fb"
2871dependencies = [2934dependencies = [
2872 "fastrand",2935 "fastrand",
2873 "futures-core",2936 "futures-core",
2874 "futures-io",2937 "futures-io",
2875 "memchr",2938 "memchr",
2876 "parking",2939 "parking",
2877 "pin-project-lite 0.2.7",2940 "pin-project-lite 0.2.4",
2878 "waker-fn",2941 "waker-fn",
2879]2942]
28802943
2933checksum = "67eb846bfd58e44a8481a00049e82c43e0ccb5d61f8dc071057cb19249dd4d78"2996checksum = "67eb846bfd58e44a8481a00049e82c43e0ccb5d61f8dc071057cb19249dd4d78"
2934dependencies = [2997dependencies = [
2935 "autocfg",2998 "autocfg",
2936 "futures 0.1.31",2999 "futures 0.1.29",
2937 "futures-channel",3000 "futures-channel",
2938 "futures-core",3001 "futures-core",
2939 "futures-io",3002 "futures-io",
2940 "futures-macro",3003 "futures-macro",
2941 "futures-sink",3004 "futures-sink",
2942 "futures-task",3005 "futures-task",
2943 "memchr",3006 "memchr",
2944 "pin-project-lite 0.2.7",3007 "pin-project-lite 0.2.4",
2945 "pin-utils",3008 "pin-utils",
2946 "proc-macro-hack",3009 "proc-macro-hack",
2947 "proc-macro-nested",3010 "proc-macro-nested",
2955checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"3018checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
29563019
2957[[package]]3020[[package]]
3021name = "generator"
3022version = "0.6.23"
3023source = "registry+https://github.com/rust-lang/crates.io-index"
3024checksum = "8cdc09201b2e8ca1b19290cf7e65de2246b8e91fb6874279722189c4de7b94dc"
3025dependencies = [
3026 "cc",
3027 "libc",
3028 "log",
3029 "rustc_version",
3030 "winapi 0.3.9",
3031]
3032
3033[[package]]
2958name = "generic-array"3034name = "generic-array"
2959version = "0.12.4"3035version = "0.12.3"
2960source = "registry+https://github.com/rust-lang/crates.io-index"3036source = "registry+https://github.com/rust-lang/crates.io-index"
2961checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3037checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
2962dependencies = [3038dependencies = [
2963 "typenum",3039 "typenum",
2964]3040]
29753051
2976[[package]]3052[[package]]
2977name = "getrandom"3053name = "getrandom"
2978version = "0.1.16"3054version = "0.1.14"
2979source = "registry+https://github.com/rust-lang/crates.io-index"3055source = "registry+https://github.com/rust-lang/crates.io-index"
2980checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3056checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
2981dependencies = [3057dependencies = [
2982 "cfg-if 1.0.0",3058 "cfg-if 0.1.10",
2983 "libc",3059 "libc",
2984 "wasi 0.9.0+wasi-snapshot-preview1",3060 "wasi 0.9.0+wasi-snapshot-preview1",
2985]3061]
29863062
2987[[package]]3063[[package]]
2988name = "getrandom"3064name = "getrandom"
2989version = "0.2.3"3065version = "0.2.1"
2990source = "registry+https://github.com/rust-lang/crates.io-index"3066source = "registry+https://github.com/rust-lang/crates.io-index"
2991checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"3067checksum = "4060f4657be78b8e766215b02b18a2e862d83745545de804638e2b545e81aee6"
2992dependencies = [3068dependencies = [
2993 "cfg-if 1.0.0",3069 "cfg-if 1.0.0",
2994 "libc",3070 "libc",
29973073
2998[[package]]3074[[package]]
2999name = "ghash"3075name = "ghash"
3000version = "0.3.1"3076version = "0.3.0"
3001source = "registry+https://github.com/rust-lang/crates.io-index"3077source = "registry+https://github.com/rust-lang/crates.io-index"
3002checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375"3078checksum = "d6e27f0689a6e15944bdce7e45425efb87eaa8ab0c6e87f11d0987a9133e2531"
3003dependencies = [3079dependencies = [
3004 "opaque-debug 0.3.0",
3005 "polyval",3080 "polyval",
3006]3081]
30073082
3008[[package]]3083[[package]]
3009name = "gimli"3084name = "gimli"
3085version = "0.23.0"
3086source = "registry+https://github.com/rust-lang/crates.io-index"
3087checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
3088
3089[[package]]
3090name = "gimli"
3010version = "0.24.0"3091version = "0.24.0"
3011source = "registry+https://github.com/rust-lang/crates.io-index"3092source = "registry+https://github.com/rust-lang/crates.io-index"
3012checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189"3093checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189"
3017]3098]
30183099
3019[[package]]3100[[package]]
3020name = "gimli"
3021version = "0.25.0"
3022source = "registry+https://github.com/rust-lang/crates.io-index"
3023checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
3024
3025[[package]]
3026name = "glob"3101name = "glob"
3027version = "0.3.0"3102version = "0.3.0"
3028source = "registry+https://github.com/rust-lang/crates.io-index"3103source = "registry+https://github.com/rust-lang/crates.io-index"
3029checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"3104checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
30303105
3031[[package]]3106[[package]]
3032name = "globset"3107name = "globset"
3033version = "0.4.8"3108version = "0.4.5"
3034source = "registry+https://github.com/rust-lang/crates.io-index"3109source = "registry+https://github.com/rust-lang/crates.io-index"
3035checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"3110checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
3036dependencies = [3111dependencies = [
3037 "aho-corasick",3112 "aho-corasick",
3038 "bstr",3113 "bstr",
3063 "byteorder",3138 "byteorder",
3064 "bytes 0.4.12",3139 "bytes 0.4.12",
3065 "fnv",3140 "fnv",
3066 "futures 0.1.31",3141 "futures 0.1.29",
3067 "http 0.1.21",3142 "http 0.1.21",
3068 "indexmap",3143 "indexmap",
3069 "log",3144 "log",
30743149
3075[[package]]3150[[package]]
3076name = "h2"3151name = "h2"
3077version = "0.2.7"3152version = "0.2.5"
3078source = "registry+https://github.com/rust-lang/crates.io-index"3153source = "registry+https://github.com/rust-lang/crates.io-index"
3079checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"3154checksum = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff"
3080dependencies = [3155dependencies = [
3081 "bytes 0.5.6",3156 "bytes 0.5.6",
3082 "fnv",3157 "fnv",
3083 "futures-core",3158 "futures-core",
3084 "futures-sink",3159 "futures-sink",
3085 "futures-util",3160 "futures-util",
3086 "http 0.2.4",3161 "http 0.2.1",
3087 "indexmap",3162 "indexmap",
3163 "log",
3088 "slab",3164 "slab",
3089 "tokio 0.2.25",3165 "tokio 0.2.21",
3090 "tokio-util",3166 "tokio-util",
3091 "tracing",
3092 "tracing-futures",
3093]3167]
30943168
3095[[package]]3169[[package]]
3096name = "handlebars"3170name = "handlebars"
3097version = "3.5.5"3171version = "3.5.1"
3098source = "registry+https://github.com/rust-lang/crates.io-index"3172source = "registry+https://github.com/rust-lang/crates.io-index"
3099checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3"3173checksum = "2764f9796c0ddca4b82c07f25dd2cb3db30b9a8f47940e78e1c883d9e95c3db9"
3100dependencies = [3174dependencies = [
3101 "log",3175 "log",
3102 "pest",3176 "pest",
3103 "pest_derive",3177 "pest_derive",
3104 "quick-error 2.0.1",3178 "quick-error 2.0.0",
3105 "serde",3179 "serde",
3106 "serde_json",3180 "serde_json",
3107]3181]
3127source = "registry+https://github.com/rust-lang/crates.io-index"3201source = "registry+https://github.com/rust-lang/crates.io-index"
3128checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"3202checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
3129dependencies = [3203dependencies = [
3130 "ahash 0.4.7",3204 "ahash 0.4.6",
3131]3205]
31323206
3133[[package]]3207[[package]]
31413215
3142[[package]]3216[[package]]
3143name = "heck"3217name = "heck"
3144version = "0.3.3"3218version = "0.3.1"
3145source = "registry+https://github.com/rust-lang/crates.io-index"3219source = "registry+https://github.com/rust-lang/crates.io-index"
3146checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3220checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
3147dependencies = [3221dependencies = [
3148 "unicode-segmentation",3222 "unicode-segmentation",
3149]3223]
31503224
3151[[package]]3225[[package]]
3152name = "hermit-abi"3226name = "hermit-abi"
3153version = "0.1.19"3227version = "0.1.15"
3154source = "registry+https://github.com/rust-lang/crates.io-index"3228source = "registry+https://github.com/rust-lang/crates.io-index"
3155checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3229checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
3156dependencies = [3230dependencies = [
3157 "libc",3231 "libc",
3158]3232]
31653239
3166[[package]]3240[[package]]
3167name = "hex-literal"3241name = "hex-literal"
3168version = "0.3.3"3242version = "0.3.1"
3169source = "registry+https://github.com/rust-lang/crates.io-index"3243source = "registry+https://github.com/rust-lang/crates.io-index"
3170checksum = "21e4590e13640f19f249fe3e4eca5113bc4289f2497710378190e7f4bd96f45b"3244checksum = "5af1f635ef1bc545d78392b136bfe1c9809e029023c84a3638a864a10b8819c8"
31713245
3172[[package]]3246[[package]]
3173name = "hex_fmt"3247name = "hex_fmt"
3202checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"3276checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"
3203dependencies = [3277dependencies = [
3204 "digest 0.8.1",3278 "digest 0.8.1",
3205 "generic-array 0.12.4",3279 "generic-array 0.12.3",
3206 "hmac 0.7.1",3280 "hmac 0.7.1",
3207]3281]
32083282
32413315
3242[[package]]3316[[package]]
3243name = "http"3317name = "http"
3244version = "0.2.4"3318version = "0.2.1"
3245source = "registry+https://github.com/rust-lang/crates.io-index"3319source = "registry+https://github.com/rust-lang/crates.io-index"
3246checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"3320checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
3247dependencies = [3321dependencies = [
3248 "bytes 1.0.1",3322 "bytes 0.5.6",
3249 "fnv",3323 "fnv",
3250 "itoa",3324 "itoa",
3251]3325]
3257checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"3331checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
3258dependencies = [3332dependencies = [
3259 "bytes 0.4.12",3333 "bytes 0.4.12",
3260 "futures 0.1.31",3334 "futures 0.1.29",
3261 "http 0.1.21",3335 "http 0.1.21",
3262 "tokio-buf",3336 "tokio-buf",
3263]3337]
3269checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"3343checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
3270dependencies = [3344dependencies = [
3271 "bytes 0.5.6",3345 "bytes 0.5.6",
3272 "http 0.2.4",3346 "http 0.2.1",
3273]3347]
32743348
3275[[package]]3349[[package]]
3279checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9"3353checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9"
3280dependencies = [3354dependencies = [
3281 "bytes 1.0.1",3355 "bytes 1.0.1",
3282 "http 0.2.4",3356 "http 0.2.1",
3283 "pin-project-lite 0.2.7",3357 "pin-project-lite 0.2.4",
3284]3358]
32853359
3286[[package]]3360[[package]]
3287name = "httparse"3361name = "httparse"
3288version = "1.4.1"3362version = "1.3.4"
3289source = "registry+https://github.com/rust-lang/crates.io-index"3363source = "registry+https://github.com/rust-lang/crates.io-index"
3290checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68"3364checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
32913365
3292[[package]]3366[[package]]
3293name = "httpdate"3367name = "httpdate"
3296checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"3370checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
32973371
3298[[package]]3372[[package]]
3299name = "httpdate"
3300version = "1.0.1"
3301source = "registry+https://github.com/rust-lang/crates.io-index"
3302checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"
3303
3304[[package]]
3305name = "humantime"3373name = "humantime"
3306version = "1.3.0"3374version = "1.3.0"
3307source = "registry+https://github.com/rust-lang/crates.io-index"3375source = "registry+https://github.com/rust-lang/crates.io-index"
33123380
3313[[package]]3381[[package]]
3314name = "humantime"3382name = "humantime"
3315version = "2.1.0"3383version = "2.0.1"
3316source = "registry+https://github.com/rust-lang/crates.io-index"3384source = "registry+https://github.com/rust-lang/crates.io-index"
3317checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"3385checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
33183386
3319[[package]]3387[[package]]
3320name = "hyper"3388name = "hyper"
3321version = "0.12.36"3389version = "0.12.35"
3322source = "registry+https://github.com/rust-lang/crates.io-index"3390source = "registry+https://github.com/rust-lang/crates.io-index"
3323checksum = "5c843caf6296fc1f93444735205af9ed4e109a539005abb2564ae1d6fad34c52"3391checksum = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6"
3324dependencies = [3392dependencies = [
3325 "bytes 0.4.12",3393 "bytes 0.4.12",
3326 "futures 0.1.31",3394 "futures 0.1.29",
3327 "futures-cpupool",3395 "futures-cpupool",
3328 "h2 0.1.26",3396 "h2 0.1.26",
3329 "http 0.1.21",3397 "http 0.1.21",
3333 "itoa",3401 "itoa",
3334 "log",3402 "log",
3335 "net2",3403 "net2",
3336 "rustc_version 0.2.3",3404 "rustc_version",
3337 "time",3405 "time",
3338 "tokio 0.1.22",3406 "tokio 0.1.22",
3339 "tokio-buf",3407 "tokio-buf",
33483416
3349[[package]]3417[[package]]
3350name = "hyper"3418name = "hyper"
3351version = "0.13.10"3419version = "0.13.9"
3352source = "registry+https://github.com/rust-lang/crates.io-index"3420source = "registry+https://github.com/rust-lang/crates.io-index"
3353checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"3421checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf"
3354dependencies = [3422dependencies = [
3355 "bytes 0.5.6",3423 "bytes 0.5.6",
3356 "futures-channel",3424 "futures-channel",
3357 "futures-core",3425 "futures-core",
3358 "futures-util",3426 "futures-util",
3359 "h2 0.2.7",3427 "h2 0.2.5",
3360 "http 0.2.4",3428 "http 0.2.1",
3361 "http-body 0.3.1",3429 "http-body 0.3.1",
3362 "httparse",3430 "httparse",
3363 "httpdate 0.3.2",3431 "httpdate",
3364 "itoa",3432 "itoa",
3365 "pin-project 1.0.8",3433 "pin-project 1.0.7",
3366 "socket2 0.3.19",3434 "socket2 0.3.17",
3367 "tokio 0.2.25",3435 "tokio 0.2.21",
3368 "tower-service",3436 "tower-service",
3369 "tracing",3437 "tracing",
3370 "want 0.3.0",3438 "want 0.3.0",
3371]3439]
33723440
3373[[package]]3441[[package]]
3374name = "hyper"3442name = "hyper"
3375version = "0.14.11"3443version = "0.14.5"
3376source = "registry+https://github.com/rust-lang/crates.io-index"3444source = "registry+https://github.com/rust-lang/crates.io-index"
3377checksum = "0b61cf2d1aebcf6e6352c97b81dc2244ca29194be1b276f5d8ad5c6330fffb11"3445checksum = "8bf09f61b52cfcf4c00de50df88ae423d6c02354e385a86341133b5338630ad1"
3378dependencies = [3446dependencies = [
3379 "bytes 1.0.1",3447 "bytes 1.0.1",
3380 "futures-channel",3448 "futures-channel",
3381 "futures-core",3449 "futures-core",
3382 "futures-util",3450 "futures-util",
3383 "http 0.2.4",3451 "http 0.2.1",
3384 "http-body 0.4.2",3452 "http-body 0.4.2",
3385 "httparse",3453 "httparse",
3386 "httpdate 1.0.1",3454 "httpdate",
3387 "itoa",3455 "itoa",
3388 "pin-project-lite 0.2.7",3456 "pin-project 1.0.7",
3389 "tokio 1.9.0",3457 "tokio 1.6.1",
3390 "tower-service",3458 "tower-service",
3391 "tracing",3459 "tracing",
3392 "want 0.3.0",3460 "want 0.3.0",
3401 "bytes 0.5.6",3469 "bytes 0.5.6",
3402 "ct-logs",3470 "ct-logs",
3403 "futures-util",3471 "futures-util",
3404 "hyper 0.13.10",3472 "hyper 0.13.9",
3405 "log",3473 "log",
3406 "rustls 0.18.1",3474 "rustls 0.18.0",
3407 "rustls-native-certs 0.4.0",3475 "rustls-native-certs 0.4.0",
3408 "tokio 0.2.25",3476 "tokio 0.2.21",
3409 "tokio-rustls 0.14.1",3477 "tokio-rustls 0.14.0",
3410 "webpki",3478 "webpki",
3411]3479]
34123480
34293497
3430[[package]]3498[[package]]
3431name = "idna"3499name = "idna"
3432version = "0.2.3"3500version = "0.2.0"
3433source = "registry+https://github.com/rust-lang/crates.io-index"3501source = "registry+https://github.com/rust-lang/crates.io-index"
3434checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3502checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
3435dependencies = [3503dependencies = [
3436 "matches",3504 "matches",
3437 "unicode-bidi",3505 "unicode-bidi",
34613529
3462[[package]]3530[[package]]
3463name = "if-watch"3531name = "if-watch"
3464version = "0.2.2"3532version = "0.2.0"
3465source = "registry+https://github.com/rust-lang/crates.io-index"3533source = "registry+https://github.com/rust-lang/crates.io-index"
3466checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3534checksum = "6a6d52908d4ea4ab2bc22474ba149bf1011c8e2c3ebc1ff593ae28ac44f494b6"
3467dependencies = [3535dependencies = [
3468 "async-io",3536 "async-io",
3469 "futures 0.3.16",3537 "futures 0.3.16",
35043572
3505[[package]]3573[[package]]
3506name = "impl-trait-for-tuples"3574name = "impl-trait-for-tuples"
3575version = "0.1.3"
3576source = "registry+https://github.com/rust-lang/crates.io-index"
3577checksum = "7ef5550a42e3740a0e71f909d4c861056a284060af885ae7aa6242820f920d9d"
3578dependencies = [
3579 "proc-macro2",
3580 "quote",
3581 "syn",
3582]
3583
3584[[package]]
3585name = "impl-trait-for-tuples"
3507version = "0.2.1"3586version = "0.2.1"
3508source = "registry+https://github.com/rust-lang/crates.io-index"3587source = "registry+https://github.com/rust-lang/crates.io-index"
3509checksum = "d5dacb10c5b3bb92d46ba347505a9041e676bb20ad220101326bffb0c93031ee"3588checksum = "d5dacb10c5b3bb92d46ba347505a9041e676bb20ad220101326bffb0c93031ee"
35263605
3527[[package]]3606[[package]]
3528name = "instant"3607name = "instant"
3529version = "0.1.10"3608version = "0.1.6"
3530source = "registry+https://github.com/rust-lang/crates.io-index"3609source = "registry+https://github.com/rust-lang/crates.io-index"
3531checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d"3610checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485"
3532dependencies = [
3533 "cfg-if 1.0.0",
3534]
35353611
3536[[package]]3612[[package]]
3537name = "integer-encoding"3613name = "integer-encoding"
3538version = "1.1.7"3614version = "1.1.5"
3539source = "registry+https://github.com/rust-lang/crates.io-index"3615source = "registry+https://github.com/rust-lang/crates.io-index"
3540checksum = "48dc51180a9b377fd75814d0cc02199c20f8e99433d6762f650d39cdbbd3b56f"3616checksum = "4f4ebd0bd29be0f11973e9b3e219005661042a019fd757798c36a47c87852625"
35413617
3542[[package]]3618[[package]]
3543name = "integer-sqrt"3619name = "integer-sqrt"
3544version = "0.1.5"3620version = "0.1.3"
3545source = "registry+https://github.com/rust-lang/crates.io-index"3621source = "registry+https://github.com/rust-lang/crates.io-index"
3546checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3622checksum = "f65877bf7d44897a473350b1046277941cee20b263397e90869c50b6e766088b"
3547dependencies = [
3548 "num-traits",
3549]
35503623
3551[[package]]3624[[package]]
3552name = "intervalier"3625name = "intervalier"
3579source = "registry+https://github.com/rust-lang/crates.io-index"3652source = "registry+https://github.com/rust-lang/crates.io-index"
3580checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3653checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"
3581dependencies = [3654dependencies = [
3582 "socket2 0.3.19",3655 "socket2 0.3.17",
3583 "widestring",3656 "widestring",
3584 "winapi 0.3.9",3657 "winapi 0.3.9",
3585 "winreg",3658 "winreg",
3586]3659]
35873660
3588[[package]]3661[[package]]
3589name = "ipnet"3662name = "ipnet"
3590version = "2.3.1"3663version = "2.3.0"
3591source = "registry+https://github.com/rust-lang/crates.io-index"3664source = "registry+https://github.com/rust-lang/crates.io-index"
3592checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"3665checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
35933666
3594[[package]]3667[[package]]
3595name = "itertools"3668name = "itertools"
36023675
3603[[package]]3676[[package]]
3604name = "itertools"3677name = "itertools"
3605version = "0.10.1"3678version = "0.10.0"
3606source = "registry+https://github.com/rust-lang/crates.io-index"3679source = "registry+https://github.com/rust-lang/crates.io-index"
3607checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"3680checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
3608dependencies = [3681dependencies = [
3609 "either",3682 "either",
3610]3683]
36113684
3612[[package]]3685[[package]]
3613name = "itoa"3686name = "itoa"
3614version = "0.4.7"3687version = "0.4.6"
3615source = "registry+https://github.com/rust-lang/crates.io-index"3688source = "registry+https://github.com/rust-lang/crates.io-index"
3616checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"3689checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
36173690
3618[[package]]3691[[package]]
3619name = "jobserver"3692name = "jobserver"
3620version = "0.1.22"3693version = "0.1.21"
3621source = "registry+https://github.com/rust-lang/crates.io-index"3694source = "registry+https://github.com/rust-lang/crates.io-index"
3622checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd"3695checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
3623dependencies = [3696dependencies = [
3624 "libc",3697 "libc",
3625]3698]
36263699
3627[[package]]3700[[package]]
3628name = "js-sys"3701name = "js-sys"
3629version = "0.3.51"3702version = "0.3.52"
3630source = "registry+https://github.com/rust-lang/crates.io-index"3703source = "registry+https://github.com/rust-lang/crates.io-index"
3631checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062"3704checksum = "ce791b7ca6638aae45be056e068fc756d871eb3b3b10b8efa62d1c9cec616752"
3632dependencies = [3705dependencies = [
3633 "wasm-bindgen",3706 "wasm-bindgen",
3634]3707]
3640checksum = "2773fa94a2a1fd51efb89a8f45b8861023dbb415d18d3c9235ae9388d780f9ec"3713checksum = "2773fa94a2a1fd51efb89a8f45b8861023dbb415d18d3c9235ae9388d780f9ec"
3641dependencies = [3714dependencies = [
3642 "failure",3715 "failure",
3643 "futures 0.1.31",3716 "futures 0.1.29",
3644 "jsonrpc-core 14.2.0",3717 "jsonrpc-core 14.2.0",
3645 "jsonrpc-pubsub 14.2.0",3718 "jsonrpc-pubsub 14.2.0",
3646 "log",3719 "log",
3656checksum = "489b9c612e60c766f751ab40fcb43cbb55a1e10bb44a9b4307ed510ca598cbd7"3729checksum = "489b9c612e60c766f751ab40fcb43cbb55a1e10bb44a9b4307ed510ca598cbd7"
3657dependencies = [3730dependencies = [
3658 "failure",3731 "failure",
3659 "futures 0.1.31",3732 "futures 0.1.29",
3660 "jsonrpc-core 15.1.0",3733 "jsonrpc-core 15.1.0",
3661 "jsonrpc-pubsub 15.1.0",3734 "jsonrpc-pubsub 15.1.0",
3662 "log",3735 "log",
3671source = "registry+https://github.com/rust-lang/crates.io-index"3744source = "registry+https://github.com/rust-lang/crates.io-index"
3672checksum = "a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62"3745checksum = "a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62"
3673dependencies = [3746dependencies = [
3674 "futures 0.1.31",3747 "futures 0.1.29",
3675 "log",3748 "log",
3676 "serde",3749 "serde",
3677 "serde_derive",3750 "serde_derive",
3684source = "registry+https://github.com/rust-lang/crates.io-index"3757source = "registry+https://github.com/rust-lang/crates.io-index"
3685checksum = "0745a6379e3edc893c84ec203589790774e4247420033e71a76d3ab4687991fa"3758checksum = "0745a6379e3edc893c84ec203589790774e4247420033e71a76d3ab4687991fa"
3686dependencies = [3759dependencies = [
3687 "futures 0.1.31",3760 "futures 0.1.29",
3688 "log",3761 "log",
3689 "serde",3762 "serde",
3690 "serde_derive",3763 "serde_derive",
3739source = "registry+https://github.com/rust-lang/crates.io-index"3812source = "registry+https://github.com/rust-lang/crates.io-index"
3740checksum = "4fb5c4513b7b542f42da107942b7b759f27120b5cc894729f88254b28dff44b7"3813checksum = "4fb5c4513b7b542f42da107942b7b759f27120b5cc894729f88254b28dff44b7"
3741dependencies = [3814dependencies = [
3742 "hyper 0.12.36",3815 "hyper 0.12.35",
3743 "jsonrpc-core 15.1.0",3816 "jsonrpc-core 15.1.0",
3744 "jsonrpc-server-utils",3817 "jsonrpc-server-utils",
3745 "log",3818 "log",
38203893
3821[[package]]3894[[package]]
3822name = "jsonrpsee-proc-macros"3895name = "jsonrpsee-proc-macros"
3823version = "0.2.0"3896version = "0.3.0"
3824source = "registry+https://github.com/rust-lang/crates.io-index"3897source = "registry+https://github.com/rust-lang/crates.io-index"
3825checksum = "3b4c85cfa6767333f3e5f3b2f2f765dad2727b0033ee270ae07c599bf43ed5ae"3898checksum = "f37924e16300e249a52a22cabb5632f846dc9760b39355f5e8bc70cd23dc6300"
3826dependencies = [3899dependencies = [
3827 "Inflector",3900 "Inflector",
3901 "bae",
3828 "proc-macro-crate 1.0.0",3902 "proc-macro-crate 1.0.0",
3829 "proc-macro2",3903 "proc-macro2",
3830 "quote",3904 "quote",
38333907
3834[[package]]3908[[package]]
3835name = "jsonrpsee-types"3909name = "jsonrpsee-types"
3836version = "0.2.0"3910version = "0.3.0"
3837source = "registry+https://github.com/rust-lang/crates.io-index"3911source = "registry+https://github.com/rust-lang/crates.io-index"
3838checksum = "c0cf7bd4e93b3b56e59131de7f24afbea871faf914e97bcdd942c86927ab0172"3912checksum = "d67724d368c59e08b557a516cf8fcc51100e7a708850f502e1044b151fe89788"
3839dependencies = [3913dependencies = [
3840 "async-trait",3914 "async-trait",
3841 "beef",3915 "beef",
3842 "futures-channel",3916 "futures-channel",
3843 "futures-util",3917 "futures-util",
3844 "hyper 0.14.11",3918 "hyper 0.14.5",
3845 "log",3919 "log",
3846 "serde",3920 "serde",
3847 "serde_json",3921 "serde_json",
3848 "soketto 0.5.0",3922 "soketto 0.6.0",
3849 "thiserror",3923 "thiserror",
3850]3924]
38513925
3852[[package]]3926[[package]]
3853name = "jsonrpsee-ws-client"3927name = "jsonrpsee-ws-client"
3854version = "0.2.0"3928version = "0.3.0"
3855source = "registry+https://github.com/rust-lang/crates.io-index"3929source = "registry+https://github.com/rust-lang/crates.io-index"
3856checksum = "6ec51150965544e1a4468f372bdab8545243a1b045d4ab272023aac74c60de32"3930checksum = "8e2834b6e7f57ce9a4412ed4d6dc95125d2c8612e68f86b9d9a07369164e4198"
3857dependencies = [3931dependencies = [
3858 "async-trait",3932 "async-trait",
3859 "fnv",3933 "fnv",
3860 "futures 0.3.16",3934 "futures 0.3.16",
3861 "jsonrpsee-types",3935 "jsonrpsee-types",
3862 "log",3936 "log",
3863 "pin-project 1.0.8",3937 "pin-project 1.0.7",
3864 "rustls 0.19.1",3938 "rustls 0.19.1",
3865 "rustls-native-certs 0.5.0",3939 "rustls-native-certs 0.5.0",
3866 "serde",3940 "serde",
3867 "serde_json",3941 "serde_json",
3868 "soketto 0.5.0",3942 "soketto 0.6.0",
3869 "thiserror",3943 "thiserror",
3870 "tokio 0.2.25",3944 "tokio 0.2.21",
3871 "tokio-rustls 0.15.0",3945 "tokio-rustls 0.15.0",
3872 "tokio-util",3946 "tokio-util",
3873 "url 2.2.2",3947 "url 2.2.0",
3874]3948]
38753949
3876[[package]]3950[[package]]
38913965
3892[[package]]3966[[package]]
3893name = "kusama-runtime"3967name = "kusama-runtime"
3894version = "0.9.8"3968version = "0.9.9-1"
3895source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"3969source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
3896dependencies = [3970dependencies = [
3897 "beefy-primitives",3971 "beefy-primitives",
3898 "bitvec 0.20.4",3972 "bitvec 0.20.1",
3899 "frame-benchmarking",3973 "frame-benchmarking",
3900 "frame-election-provider-support",3974 "frame-election-provider-support",
3901 "frame-executive",3975 "frame-executive",
3906 "frame-try-runtime",3980 "frame-try-runtime",
3907 "hex-literal",3981 "hex-literal",
3908 "log",3982 "log",
3909 "max-encoded-len",
3910 "pallet-authority-discovery",3983 "pallet-authority-discovery",
3911 "pallet-authorship",3984 "pallet-authorship",
3912 "pallet-babe",3985 "pallet-babe",
3929 "pallet-offences-benchmarking",4002 "pallet-offences-benchmarking",
3930 "pallet-proxy",4003 "pallet-proxy",
3931 "pallet-recovery",4004 "pallet-recovery",
3932 "pallet-scheduler 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8)",4005 "pallet-scheduler 4.0.0-dev",
3933 "pallet-session",4006 "pallet-session",
3934 "pallet-session-benchmarking",4007 "pallet-session-benchmarking",
3935 "pallet-society",4008 "pallet-society",
3968 "sp-transaction-pool",4041 "sp-transaction-pool",
3969 "sp-version",4042 "sp-version",
3970 "static_assertions",4043 "static_assertions",
3971 "substrate-wasm-builder 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8)",4044 "substrate-wasm-builder 5.0.0-dev",
3972 "xcm",4045 "xcm",
3973 "xcm-builder",4046 "xcm-builder",
3974 "xcm-executor",4047 "xcm-executor",
39854058
3986[[package]]4059[[package]]
3987name = "kvdb"4060name = "kvdb"
3988version = "0.9.0"4061version = "0.10.0"
3989source = "registry+https://github.com/rust-lang/crates.io-index"4062source = "registry+https://github.com/rust-lang/crates.io-index"
3990checksum = "8891bd853eff90e33024195d79d578dc984c82f9e0715fcd2b525a0c19d52811"4063checksum = "45a3f58dc069ec0e205a27f5b45920722a46faed802a0541538241af6228f512"
3991dependencies = [4064dependencies = [
3992 "parity-util-mem",4065 "parity-util-mem",
3993 "smallvec 1.6.1",4066 "smallvec 1.6.1",
3994]4067]
39954068
3996[[package]]4069[[package]]
3997name = "kvdb-memorydb"4070name = "kvdb-memorydb"
3998version = "0.9.0"4071version = "0.10.0"
3999source = "registry+https://github.com/rust-lang/crates.io-index"4072source = "registry+https://github.com/rust-lang/crates.io-index"
4000checksum = "30a0da8e08caf08d384a620ec19bb6c9b85c84137248e202617fb91881f25912"4073checksum = "c3b6b85fc643f5acd0bffb2cc8a6d150209379267af0d41db72170021841f9f5"
4001dependencies = [4074dependencies = [
4002 "kvdb",4075 "kvdb",
4003 "parity-util-mem",4076 "parity-util-mem",
40064079
4007[[package]]4080[[package]]
4008name = "kvdb-rocksdb"4081name = "kvdb-rocksdb"
4009version = "0.11.1"4082version = "0.12.0"
4010source = "registry+https://github.com/rust-lang/crates.io-index"4083source = "registry+https://github.com/rust-lang/crates.io-index"
4011checksum = "94b27cdb788bf1c8ade782289f9dbee626940be2961fd75c7cde993fa2f1ded1"4084checksum = "431ca65516efab86e65d96281f750ebb54277dec656fcf6c027f3d1c0cb69e4c"
4012dependencies = [4085dependencies = [
4013 "fs-swap",4086 "fs-swap",
4014 "kvdb",4087 "kvdb",
4018 "parity-util-mem",4091 "parity-util-mem",
4019 "parking_lot 0.11.1",4092 "parking_lot 0.11.1",
4020 "regex",4093 "regex",
4021 "rocksdb",4094 "rocksdb 0.16.0",
4022 "smallvec 1.6.1",4095 "smallvec 1.6.1",
4023]4096]
40244097
4025[[package]]4098[[package]]
4099name = "kvdb-rocksdb"
4100version = "0.14.0"
4101source = "registry+https://github.com/rust-lang/crates.io-index"
4102checksum = "9b1b6ea8f2536f504b645ad78419c8246550e19d2c3419a167080ce08edee35a"
4103dependencies = [
4104 "fs-swap",
4105 "kvdb",
4106 "log",
4107 "num_cpus",
4108 "owning_ref",
4109 "parity-util-mem",
4110 "parking_lot 0.11.1",
4111 "regex",
4112 "rocksdb 0.17.0",
4113 "smallvec 1.6.1",
4114]
4115
4116[[package]]
4026name = "lazy_static"4117name = "lazy_static"
4027version = "1.4.0"4118version = "1.4.0"
4028source = "registry+https://github.com/rust-lang/crates.io-index"4119source = "registry+https://github.com/rust-lang/crates.io-index"
4029checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"4120checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
40304121
4031[[package]]4122[[package]]
4032name = "lazycell"4123name = "lazycell"
4033version = "1.3.0"4124version = "1.2.1"
4034source = "registry+https://github.com/rust-lang/crates.io-index"4125source = "registry+https://github.com/rust-lang/crates.io-index"
4035checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"4126checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
40364127
4037[[package]]4128[[package]]
4038name = "leb128"
4039version = "0.2.4"
4040source = "registry+https://github.com/rust-lang/crates.io-index"
4041checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a"
4042
4043[[package]]
4044name = "libc"4129name = "libc"
4045version = "0.2.98"4130version = "0.2.98"
4046source = "registry+https://github.com/rust-lang/crates.io-index"4131source = "registry+https://github.com/rust-lang/crates.io-index"
4106 "libp2p-yamux",4191 "libp2p-yamux",
4107 "parity-multiaddr",4192 "parity-multiaddr",
4108 "parking_lot 0.11.1",4193 "parking_lot 0.11.1",
4109 "pin-project 1.0.8",4194 "pin-project 1.0.7",
4110 "smallvec 1.6.1",4195 "smallvec 1.6.1",
4111 "wasm-timer",4196 "wasm-timer",
4112]4197]
41134198
4114[[package]]4199[[package]]
4115name = "libp2p-core"4200name = "libp2p-core"
4116version = "0.28.3"4201version = "0.28.2"
4117source = "registry+https://github.com/rust-lang/crates.io-index"4202source = "registry+https://github.com/rust-lang/crates.io-index"
4118checksum = "554d3e7e9e65f939d66b75fd6a4c67f258fe250da61b91f46c545fc4a89b51d9"4203checksum = "71dd51b562e14846e65bad00e5808d0644376e6588668c490d3c48e1dfeb4a9a"
4119dependencies = [4204dependencies = [
4120 "asn1_der",4205 "asn1_der",
4121 "bs58",4206 "bs58",
4131 "multistream-select",4216 "multistream-select",
4132 "parity-multiaddr",4217 "parity-multiaddr",
4133 "parking_lot 0.11.1",4218 "parking_lot 0.11.1",
4134 "pin-project 1.0.8",4219 "pin-project 1.0.7",
4135 "prost",4220 "prost",
4136 "prost-build",4221 "prost-build",
4137 "rand 0.7.3",4222 "rand 0.7.3",
4138 "ring",4223 "ring",
4139 "rw-stream-sink",4224 "rw-stream-sink",
4140 "sha2 0.9.5",4225 "sha2 0.9.2",
4141 "smallvec 1.6.1",4226 "smallvec 1.6.1",
4142 "thiserror",4227 "thiserror",
4143 "unsigned-varint 0.7.0",4228 "unsigned-varint 0.7.0",
41904275
4191[[package]]4276[[package]]
4192name = "libp2p-gossipsub"4277name = "libp2p-gossipsub"
4193version = "0.30.1"4278version = "0.30.0"
4194source = "registry+https://github.com/rust-lang/crates.io-index"4279source = "registry+https://github.com/rust-lang/crates.io-index"
4195checksum = "e7b0c8506a6ec3344b9e706d7c7a6dba826f8ede735cfe13dde12a8c263c4af9"4280checksum = "73cb9a89a301afde1e588c73f7e9131e12a5388725f290a9047b878862db1b53"
4196dependencies = [4281dependencies = [
4197 "asynchronous-codec 0.6.0",4282 "asynchronous-codec 0.6.0",
4198 "base64 0.13.0",4283 "base64 0.13.0",
4208 "prost-build",4293 "prost-build",
4209 "rand 0.7.3",4294 "rand 0.7.3",
4210 "regex",4295 "regex",
4211 "sha2 0.9.5",4296 "sha2 0.9.2",
4212 "smallvec 1.6.1",4297 "smallvec 1.6.1",
4213 "unsigned-varint 0.7.0",4298 "unsigned-varint 0.7.0",
4214 "wasm-timer",4299 "wasm-timer",
4248 "prost",4333 "prost",
4249 "prost-build",4334 "prost-build",
4250 "rand 0.7.3",4335 "rand 0.7.3",
4251 "sha2 0.9.5",4336 "sha2 0.9.2",
4252 "smallvec 1.6.1",4337 "smallvec 1.6.1",
4253 "uint",4338 "uint",
4254 "unsigned-varint 0.7.0",4339 "unsigned-varint 0.7.0",
42584343
4259[[package]]4344[[package]]
4260name = "libp2p-mdns"4345name = "libp2p-mdns"
4261version = "0.30.2"4346version = "0.30.0"
4262source = "registry+https://github.com/rust-lang/crates.io-index"4347source = "registry+https://github.com/rust-lang/crates.io-index"
4263checksum = "4efa70c1c3d2d91237f8546e27aeb85e287d62c066a7b4f3ea6a696d43ced714"4348checksum = "c221897b3fd7f215de7ecfec215c5eba598e5b61c605b5f8b56fe8a4fb507724"
4264dependencies = [4349dependencies = [
4265 "async-io",4350 "async-io",
4266 "data-encoding",4351 "data-encoding",
4302checksum = "36db0f0db3b0433f5b9463f1c0cd9eadc0a3734a9170439ce501ff99733a88bd"4387checksum = "36db0f0db3b0433f5b9463f1c0cd9eadc0a3734a9170439ce501ff99733a88bd"
4303dependencies = [4388dependencies = [
4304 "bytes 1.0.1",4389 "bytes 1.0.1",
4305 "curve25519-dalek 3.1.0",4390 "curve25519-dalek 3.0.0",
4306 "futures 0.3.16",4391 "futures 0.3.16",
4307 "lazy_static",4392 "lazy_static",
4308 "libp2p-core",4393 "libp2p-core",
4309 "log",4394 "log",
4310 "prost",4395 "prost",
4311 "prost-build",4396 "prost-build",
4312 "rand 0.7.3",4397 "rand 0.7.3",
4313 "sha2 0.9.5",4398 "sha2 0.9.2",
4314 "snow",4399 "snow",
4315 "static_assertions",4400 "static_assertions",
4316 "x25519-dalek",4401 "x25519-dalek 1.1.0",
4317 "zeroize",4402 "zeroize",
4318]4403]
43194404
4357dependencies = [4442dependencies = [
4358 "futures 0.3.16",4443 "futures 0.3.16",
4359 "log",4444 "log",
4360 "pin-project 1.0.8",4445 "pin-project 1.0.7",
4361 "rand 0.7.3",4446 "rand 0.7.3",
4362 "salsa20",4447 "salsa20",
4363 "sha3 0.9.1",4448 "sha3 0.9.1",
4376 "libp2p-core",4461 "libp2p-core",
4377 "libp2p-swarm",4462 "libp2p-swarm",
4378 "log",4463 "log",
4379 "pin-project 1.0.8",4464 "pin-project 1.0.7",
4380 "prost",4465 "prost",
4381 "prost-build",4466 "prost-build",
4382 "rand 0.7.3",4467 "rand 0.7.3",
44634548
4464[[package]]4549[[package]]
4465name = "libp2p-wasm-ext"4550name = "libp2p-wasm-ext"
4466version = "0.28.2"4551version = "0.28.1"
4467source = "registry+https://github.com/rust-lang/crates.io-index"4552source = "registry+https://github.com/rust-lang/crates.io-index"
4468checksum = "e2d413e4cf9b8e5dfbcd2a60d3dc5a3391308bdb463684093d4f67137b7113de"4553checksum = "cef45d61e43c313531b5e903e4e8415212ff6338e0c54c47da5b9b412b5760de"
4469dependencies = [4554dependencies = [
4470 "futures 0.3.16",4555 "futures 0.3.16",
4471 "js-sys",4556 "js-sys",
4488 "log",4573 "log",
4489 "quicksink",4574 "quicksink",
4490 "rw-stream-sink",4575 "rw-stream-sink",
4491 "soketto 0.4.2",4576 "soketto 0.4.1",
4492 "url 2.2.2",4577 "url 2.2.0",
4493 "webpki-roots",4578 "webpki-roots",
4494]4579]
44954580
4530 "hmac-drbg 0.2.0",4615 "hmac-drbg 0.2.0",
4531 "rand 0.7.3",4616 "rand 0.7.3",
4532 "sha2 0.8.2",4617 "sha2 0.8.2",
4533 "subtle 2.4.1",4618 "subtle 2.2.3",
4534 "typenum",4619 "typenum",
4535]4620]
45364621
4549 "libsecp256k1-gen-genmult",4634 "libsecp256k1-gen-genmult",
4550 "rand 0.7.3",4635 "rand 0.7.3",
4551 "serde",4636 "serde",
4552 "sha2 0.9.5",4637 "sha2 0.9.2",
4553 "typenum",4638 "typenum",
4554]4639]
45554640
4556[[package]]4641[[package]]
4642name = "libsecp256k1"
4643version = "0.6.0"
4644source = "registry+https://github.com/rust-lang/crates.io-index"
4645checksum = "c9d220bc1feda2ac231cb78c3d26f27676b8cf82c96971f7aeef3d0cf2797c73"
4646dependencies = [
4647 "arrayref",
4648 "base64 0.12.3",
4649 "digest 0.9.0",
4650 "hmac-drbg 0.3.0",
4651 "libsecp256k1-core",
4652 "libsecp256k1-gen-ecmult",
4653 "libsecp256k1-gen-genmult",
4654 "rand 0.7.3",
4655 "serde",
4656 "sha2 0.9.2",
4657 "typenum",
4658]
4659
4660[[package]]
4557name = "libsecp256k1-core"4661name = "libsecp256k1-core"
4558version = "0.2.2"4662version = "0.2.2"
4559source = "registry+https://github.com/rust-lang/crates.io-index"4663source = "registry+https://github.com/rust-lang/crates.io-index"
4560checksum = "d0f6ab710cec28cef759c5f18671a27dae2a5f952cdaaee1d8e2908cb2478a80"4664checksum = "d0f6ab710cec28cef759c5f18671a27dae2a5f952cdaaee1d8e2908cb2478a80"
4561dependencies = [4665dependencies = [
4562 "crunchy",4666 "crunchy",
4563 "digest 0.9.0",4667 "digest 0.9.0",
4564 "subtle 2.4.1",4668 "subtle 2.2.3",
4565]4669]
45664670
4567[[package]]4671[[package]]
45844688
4585[[package]]4689[[package]]
4586name = "libz-sys"4690name = "libz-sys"
4587version = "1.1.3"4691version = "1.0.25"
4588source = "registry+https://github.com/rust-lang/crates.io-index"4692source = "registry+https://github.com/rust-lang/crates.io-index"
4589checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"4693checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
4590dependencies = [4694dependencies = [
4591 "cc",4695 "cc",
4696 "libc",
4592 "pkg-config",4697 "pkg-config",
4593 "vcpkg",4698 "vcpkg",
4594]4699]
46014706
4602[[package]]4707[[package]]
4603name = "linked_hash_set"4708name = "linked_hash_set"
4604version = "0.1.4"4709version = "0.1.3"
4605source = "registry+https://github.com/rust-lang/crates.io-index"4710source = "registry+https://github.com/rust-lang/crates.io-index"
4606checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4711checksum = "3c7c91c4c7bbeb4f2f7c4e5be11e6a05bd6830bc37249c47ce1ad86ad453ff9c"
4607dependencies = [4712dependencies = [
4608 "linked-hash-map",4713 "linked-hash-map",
4609]4714]
46294734
4630[[package]]4735[[package]]
4631name = "lock_api"4736name = "lock_api"
4632version = "0.4.4"4737version = "0.4.1"
4633source = "registry+https://github.com/rust-lang/crates.io-index"4738source = "registry+https://github.com/rust-lang/crates.io-index"
4634checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"4739checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
4635dependencies = [4740dependencies = [
4636 "scopeguard",4741 "scopeguard",
4637]4742]
4647]4752]
46484753
4649[[package]]4754[[package]]
4755name = "loom"
4756version = "0.3.6"
4757source = "registry+https://github.com/rust-lang/crates.io-index"
4758checksum = "a0e8460f2f2121162705187214720353c517b97bdfb3494c0b1e33d83ebe4bed"
4759dependencies = [
4760 "cfg-if 0.1.10",
4761 "generator",
4762 "scoped-tls",
4763 "serde",
4764 "serde_json",
4765]
4766
4767[[package]]
4650name = "lru"4768name = "lru"
4651version = "0.6.5"4769version = "0.6.5"
4652source = "registry+https://github.com/rust-lang/crates.io-index"4770source = "registry+https://github.com/rust-lang/crates.io-index"
4710]4828]
47114829
4712[[package]]4830[[package]]
4713name = "max-encoded-len"
4714version = "3.0.0"
4715source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"
4716dependencies = [
4717 "impl-trait-for-tuples",
4718 "max-encoded-len-derive",
4719 "parity-scale-codec",
4720 "primitive-types",
4721]
4722
4723[[package]]
4724name = "max-encoded-len-derive"
4725version = "3.0.0"
4726source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"
4727dependencies = [
4728 "proc-macro-crate 1.0.0",
4729 "proc-macro2",
4730 "quote",
4731 "syn",
4732]
4733
4734[[package]]
4735name = "maybe-uninit"4831name = "maybe-uninit"
4736version = "2.0.0"4832version = "2.0.0"
4737source = "registry+https://github.com/rust-lang/crates.io-index"4833source = "registry+https://github.com/rust-lang/crates.io-index"
4738checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"4834checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
47394835
4740[[package]]4836[[package]]
4741name = "memchr"4837name = "memchr"
4742version = "2.4.0"4838version = "2.3.3"
4743source = "registry+https://github.com/rust-lang/crates.io-index"4839source = "registry+https://github.com/rust-lang/crates.io-index"
4744checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"4840checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
47454841
4746[[package]]4842[[package]]
4747name = "memmap2"4843name = "memmap2"
4748version = "0.2.3"4844version = "0.2.0"
4749source = "registry+https://github.com/rust-lang/crates.io-index"4845source = "registry+https://github.com/rust-lang/crates.io-index"
4750checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"4846checksum = "e73be3b7d04a0123e933fea1d50d126cc7196bbc0362c0ce426694f777194eee"
4751dependencies = [4847dependencies = [
4752 "libc",4848 "libc",
4753]4849]
47544850
4755[[package]]4851[[package]]
4756name = "memoffset"4852name = "memoffset"
4757version = "0.5.6"4853version = "0.5.5"
4758source = "registry+https://github.com/rust-lang/crates.io-index"4854source = "registry+https://github.com/rust-lang/crates.io-index"
4759checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"4855checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
4760dependencies = [4856dependencies = [
4761 "autocfg",4857 "autocfg",
4762]4858]
47634859
4764[[package]]4860[[package]]
4765name = "memoffset"4861name = "memoffset"
4766version = "0.6.4"4862version = "0.6.1"
4767source = "registry+https://github.com/rust-lang/crates.io-index"4863source = "registry+https://github.com/rust-lang/crates.io-index"
4768checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"4864checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
4769dependencies = [4865dependencies = [
4770 "autocfg",4866 "autocfg",
4771]4867]
47724868
4773[[package]]4869[[package]]
4774name = "memory-db"4870name = "memory-db"
4775version = "0.26.0"4871version = "0.27.0"
4776source = "registry+https://github.com/rust-lang/crates.io-index"4872source = "registry+https://github.com/rust-lang/crates.io-index"
4777checksum = "814bbecfc0451fc314eeea34f05bbcd5b98a7ad7af37faee088b86a1e633f1d4"4873checksum = "de006e09d04fc301a5f7e817b75aa49801c4479a8af753764416b085337ddcc5"
4778dependencies = [4874dependencies = [
4779 "hash-db",4875 "hash-db",
4780 "hashbrown 0.9.1",4876 "hashbrown 0.11.2",
4781 "parity-util-mem",4877 "parity-util-mem",
4782]4878]
47834879
47984894
4799[[package]]4895[[package]]
4800name = "merlin"4896name = "merlin"
4801version = "2.0.1"4897version = "2.0.0"
4802source = "registry+https://github.com/rust-lang/crates.io-index"4898source = "registry+https://github.com/rust-lang/crates.io-index"
4803checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4899checksum = "c6feca46f4fa3443a01769d768727f10c10a20fdb65e52dc16a81f0c8269bb78"
4804dependencies = [4900dependencies = [
4805 "byteorder",4901 "byteorder",
4806 "keccak",4902 "keccak",
48104906
4811[[package]]4907[[package]]
4812name = "metered-channel"4908name = "metered-channel"
4813version = "0.1.0"4909version = "0.9.9-1"
4814source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"4910source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
4815dependencies = [4911dependencies = [
4816 "derive_more",4912 "derive_more",
4817 "futures 0.3.16",4913 "futures 0.3.16",
48314927
4832[[package]]4928[[package]]
4833name = "minicbor"4929name = "minicbor"
4834version = "0.8.1"4930version = "0.8.0"
4835source = "registry+https://github.com/rust-lang/crates.io-index"4931source = "registry+https://github.com/rust-lang/crates.io-index"
4836checksum = "51aa5bb0ca22415daca596a227b507f880ad1b2318a87fa9325312a5d285ca0d"4932checksum = "ea79ce4ab9f445ec6b71833a2290ac0a29c9dde0fa7cae4c481eecae021d9bd9"
4837dependencies = [4933dependencies = [
4838 "minicbor-derive",4934 "minicbor-derive",
4839]4935]
48404936
4841[[package]]4937[[package]]
4842name = "minicbor-derive"4938name = "minicbor-derive"
4843version = "0.6.4"4939version = "0.6.2"
4844source = "registry+https://github.com/rust-lang/crates.io-index"4940source = "registry+https://github.com/rust-lang/crates.io-index"
4845checksum = "54999f917cd092b13904737e26631aa2b2b88d625db68e4bab461dcd8006c788"4941checksum = "19ce18b5423c573a13e80cb3046ea0af6379ef725dc3af4886bdb8f4e5093068"
4846dependencies = [4942dependencies = [
4847 "proc-macro2",4943 "proc-macro2",
4848 "quote",4944 "quote",
48514947
4852[[package]]4948[[package]]
4853name = "miniz_oxide"4949name = "miniz_oxide"
4854version = "0.4.4"4950version = "0.4.0"
4855source = "registry+https://github.com/rust-lang/crates.io-index"4951source = "registry+https://github.com/rust-lang/crates.io-index"
4856checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"4952checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
4857dependencies = [4953dependencies = [
4858 "adler",4954 "adler",
4859 "autocfg",
4860]4955]
48614956
4862[[package]]4957[[package]]
4863name = "mio"4958name = "mio"
4864version = "0.6.23"4959version = "0.6.22"
4865source = "registry+https://github.com/rust-lang/crates.io-index"4960source = "registry+https://github.com/rust-lang/crates.io-index"
4866checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"4961checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
4867dependencies = [4962dependencies = [
4868 "cfg-if 0.1.10",4963 "cfg-if 0.1.10",
4869 "fuchsia-zircon",4964 "fuchsia-zircon",
4872 "kernel32-sys",4967 "kernel32-sys",
4873 "libc",4968 "libc",
4874 "log",4969 "log",
4875 "miow 0.2.2",4970 "miow 0.2.1",
4876 "net2",4971 "net2",
4877 "slab",4972 "slab",
4878 "winapi 0.2.8",4973 "winapi 0.2.8",
4898dependencies = [4993dependencies = [
4899 "log",4994 "log",
4900 "mio",4995 "mio",
4901 "miow 0.3.7",4996 "miow 0.3.5",
4902 "winapi 0.3.9",4997 "winapi 0.3.9",
4903]4998]
49044999
49155010
4916[[package]]5011[[package]]
4917name = "miow"5012name = "miow"
4918version = "0.2.2"5013version = "0.2.1"
4919source = "registry+https://github.com/rust-lang/crates.io-index"5014source = "registry+https://github.com/rust-lang/crates.io-index"
4920checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"5015checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
4921dependencies = [5016dependencies = [
4922 "kernel32-sys",5017 "kernel32-sys",
4923 "net2",5018 "net2",
49275022
4928[[package]]5023[[package]]
4929name = "miow"5024name = "miow"
4930version = "0.3.7"5025version = "0.3.5"
4931source = "registry+https://github.com/rust-lang/crates.io-index"5026source = "registry+https://github.com/rust-lang/crates.io-index"
4932checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"5027checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e"
4933dependencies = [5028dependencies = [
5029 "socket2 0.3.17",
4934 "winapi 0.3.9",5030 "winapi 0.3.9",
4935]5031]
49365032
49535049
4954[[package]]5050[[package]]
4955name = "multihash"5051name = "multihash"
4956version = "0.13.2"5052version = "0.13.1"
4957source = "registry+https://github.com/rust-lang/crates.io-index"5053source = "registry+https://github.com/rust-lang/crates.io-index"
4958checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"5054checksum = "fb63389ee5fcd4df3f8727600f4a0c3df53c541f0ed4e8b50a9ae51a80fc1efe"
4959dependencies = [5055dependencies = [
4960 "blake2b_simd",5056 "blake2b_simd",
4961 "blake2s_simd",5057 "blake2s_simd",
4962 "blake3",5058 "blake3",
4963 "digest 0.9.0",5059 "digest 0.9.0",
4964 "generic-array 0.14.4",5060 "generic-array 0.14.4",
4965 "multihash-derive",5061 "multihash-derive",
4966 "sha2 0.9.5",5062 "sha2 0.9.2",
4967 "sha3 0.9.1",5063 "sha3 0.9.1",
4968 "unsigned-varint 0.5.1",5064 "unsigned-varint 0.5.1",
4969]5065]
49705066
4971[[package]]5067[[package]]
4972name = "multihash-derive"5068name = "multihash-derive"
4973version = "0.7.2"5069version = "0.7.0"
4974source = "registry+https://github.com/rust-lang/crates.io-index"5070source = "registry+https://github.com/rust-lang/crates.io-index"
4975checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"5071checksum = "2f5653449cd45d502a53480ee08d7a599e8f4893d2bacb33c63d65bc20af6c1a"
4976dependencies = [5072dependencies = [
4977 "proc-macro-crate 1.0.0",5073 "proc-macro-crate 0.1.5",
4978 "proc-macro-error",5074 "proc-macro-error 1.0.4",
4979 "proc-macro2",5075 "proc-macro2",
4980 "quote",5076 "quote",
4981 "syn",5077 "syn",
49845080
4985[[package]]5081[[package]]
4986name = "multimap"5082name = "multimap"
4987version = "0.8.3"5083version = "0.8.1"
4988source = "registry+https://github.com/rust-lang/crates.io-index"5084source = "registry+https://github.com/rust-lang/crates.io-index"
4989checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"5085checksum = "d8883adfde9756c1d30b0f519c9b8c502a94b41ac62f696453c37c7fc0a958ce"
49905086
4991[[package]]5087[[package]]
4992name = "multistream-select"5088name = "multistream-select"
4993version = "0.10.2"5089version = "0.10.0"
4994source = "registry+https://github.com/rust-lang/crates.io-index"5090source = "registry+https://github.com/rust-lang/crates.io-index"
4995checksum = "7d91ec0a2440aaff5f78ec35631a7027d50386c6163aa975f7caa0d5da4b6ff8"5091checksum = "10ddc0eb0117736f19d556355464fc87efc8ad98b29e3fd84f02531eb6e90840"
4996dependencies = [5092dependencies = [
4997 "bytes 1.0.1",5093 "bytes 1.0.1",
4998 "futures 0.3.16",5094 "futures 0.3.16",
4999 "log",5095 "log",
5000 "pin-project 1.0.8",5096 "pin-project 1.0.7",
5001 "smallvec 1.6.1",5097 "smallvec 1.6.1",
5002 "unsigned-varint 0.7.0",5098 "unsigned-varint 0.6.0",
5003]5099]
50045100
5005[[package]]5101[[package]]
5041]5137]
50425138
5043[[package]]5139[[package]]
5140name = "nb-connect"
5141version = "1.0.2"
5142source = "registry+https://github.com/rust-lang/crates.io-index"
5143checksum = "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998"
5144dependencies = [
5145 "libc",
5146 "winapi 0.3.9",
5147]
5148
5149[[package]]
5044name = "net2"5150name = "net2"
5045version = "0.2.37"5151version = "0.2.34"
5046source = "registry+https://github.com/rust-lang/crates.io-index"5152source = "registry+https://github.com/rust-lang/crates.io-index"
5047checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"5153checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
5048dependencies = [5154dependencies = [
5049 "cfg-if 0.1.10",5155 "cfg-if 0.1.10",
5050 "libc",5156 "libc",
5134 "derivative",5240 "derivative",
5135 "frame-support",5241 "frame-support",
5136 "frame-system",5242 "frame-system",
5137 "max-encoded-len",
5138 "parity-scale-codec",5243 "parity-scale-codec",
5139 "serde",5244 "serde",
5140 "sp-core",5245 "sp-core",
5169 "sc-rpc",5274 "sc-rpc",
5170 "sc-rpc-api",5275 "sc-rpc-api",
5171 "sc-service",5276 "sc-service",
5172 "sc-transaction-graph",
5173 "sc-transaction-pool",5277 "sc-transaction-pool",
5174 "sp-api",5278 "sp-api",
5175 "sp-block-builder",5279 "sp-block-builder",
5183 "sp-storage",5287 "sp-storage",
5184 "sp-transaction-pool",5288 "sp-transaction-pool",
5185 "substrate-frame-rpc-system",5289 "substrate-frame-rpc-system",
5186 "tokio 0.2.25",5290 "tokio 0.2.21",
5187]5291]
51885292
5189[[package]]5293[[package]]
5207 "frame-system-benchmarking",5311 "frame-system-benchmarking",
5208 "frame-system-rpc-runtime-api",5312 "frame-system-rpc-runtime-api",
5209 "hex-literal",5313 "hex-literal",
5210 "max-encoded-len",
5211 "nft-data-structs",5314 "nft-data-structs",
5212 "pallet-aura",5315 "pallet-aura",
5213 "pallet-balances",5316 "pallet-balances",
5248 "sp-std",5351 "sp-std",
5249 "sp-transaction-pool",5352 "sp-transaction-pool",
5250 "sp-version",5353 "sp-version",
5251 "substrate-wasm-builder 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)",5354 "substrate-wasm-builder 4.0.0",
5252 "xcm",5355 "xcm",
5253 "xcm-builder",5356 "xcm-builder",
5254 "xcm-executor",5357 "xcm-executor",
52685371
5269[[package]]5372[[package]]
5270name = "nom"5373name = "nom"
5271version = "6.1.2"5374version = "6.2.1"
5272source = "registry+https://github.com/rust-lang/crates.io-index"5375source = "registry+https://github.com/rust-lang/crates.io-index"
5273checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"5376checksum = "9c5c51b9083a3c620fa67a2a635d1ce7d95b897e957d6b28ff9a5da960a103a6"
5274dependencies = [5377dependencies = [
5275 "bitvec 0.19.5",5378 "bitvec 0.19.5",
5276 "funty",5379 "funty",
53005403
5301[[package]]5404[[package]]
5302name = "num-integer"5405name = "num-integer"
5303version = "0.1.44"5406version = "0.1.43"
5304source = "registry+https://github.com/rust-lang/crates.io-index"5407source = "registry+https://github.com/rust-lang/crates.io-index"
5305checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"5408checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
5306dependencies = [5409dependencies = [
5307 "autocfg",5410 "autocfg",
5308 "num-traits",5411 "num-traits",
53535456
5354[[package]]5457[[package]]
5355name = "object"5458name = "object"
5459version = "0.23.0"
5460source = "registry+https://github.com/rust-lang/crates.io-index"
5461checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
5462
5463[[package]]
5464name = "object"
5356version = "0.24.0"5465version = "0.24.0"
5357source = "registry+https://github.com/rust-lang/crates.io-index"5466source = "registry+https://github.com/rust-lang/crates.io-index"
5358checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170"5467checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170"
5362]5471]
53635472
5364[[package]]5473[[package]]
5365name = "object"
5366version = "0.26.0"
5367source = "registry+https://github.com/rust-lang/crates.io-index"
5368checksum = "c55827317fb4c08822499848a14237d2874d6f139828893017237e7ab93eb386"
5369dependencies = [
5370 "memchr",
5371]
5372
5373[[package]]
5374name = "once_cell"5474name = "once_cell"
5375version = "1.8.0"5475version = "1.6.0"
5376source = "registry+https://github.com/rust-lang/crates.io-index"5476source = "registry+https://github.com/rust-lang/crates.io-index"
5377checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"5477checksum = "4ad167a2f54e832b82dbe003a046280dceffe5227b5f79e08e363a29638cfddd"
5378dependencies = [5478dependencies = [
5379 "parking_lot 0.11.1",5479 "parking_lot 0.11.1",
5380]5480]
53935493
5394[[package]]5494[[package]]
5395name = "openssl-probe"5495name = "openssl-probe"
5396version = "0.1.4"5496version = "0.1.2"
5397source = "registry+https://github.com/rust-lang/crates.io-index"5497source = "registry+https://github.com/rust-lang/crates.io-index"
5398checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"5498checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
53995499
5400[[package]]5500[[package]]
5401name = "ordered-float"5501name = "ordered-float"
5402version = "1.1.1"5502version = "1.1.0"
5403source = "registry+https://github.com/rust-lang/crates.io-index"5503source = "registry+https://github.com/rust-lang/crates.io-index"
5404checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5504checksum = "3741934be594d77de1c8461ebcbbe866f585ea616a9753aa78f2bdc69f0e4579"
5405dependencies = [5505dependencies = [
5406 "num-traits",5506 "num-traits",
5407]5507]
54175517
5418[[package]]5518[[package]]
5419name = "pallet-aura"5519name = "pallet-aura"
5420version = "3.0.0"5520version = "4.0.0-dev"
5421source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5521source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
5422dependencies = [5522dependencies = [
5423 "frame-support",5523 "frame-support",
5424 "frame-system",5524 "frame-system",
54335533
5434[[package]]5534[[package]]
5435name = "pallet-authority-discovery"5535name = "pallet-authority-discovery"
5436version = "3.0.0"5536version = "4.0.0-dev"
5437source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5537source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
5438dependencies = [5538dependencies = [
5439 "frame-support",5539 "frame-support",
5440 "frame-system",5540 "frame-system",
54485548
5449[[package]]5549[[package]]
5450name = "pallet-authorship"5550name = "pallet-authorship"
5451version = "3.0.0"5551version = "4.0.0-dev"
5452source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5552source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
5453dependencies = [5553dependencies = [
5454 "frame-support",5554 "frame-support",
5455 "frame-system",5555 "frame-system",
5456 "impl-trait-for-tuples",5556 "impl-trait-for-tuples 0.2.1",
5457 "parity-scale-codec",5557 "parity-scale-codec",
5458 "sp-authorship",5558 "sp-authorship",
5459 "sp-runtime",5559 "sp-runtime",
54625562
5463[[package]]5563[[package]]
5464name = "pallet-babe"5564name = "pallet-babe"
5465version = "3.0.0"5565version = "4.0.0-dev"
5466source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5566source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
5467dependencies = [5567dependencies = [
5468 "frame-benchmarking",5568 "frame-benchmarking",
5469 "frame-support",5569 "frame-support",
54855585
5486[[package]]5586[[package]]
5487name = "pallet-balances"5587name = "pallet-balances"
5488version = "3.0.0"5588version = "4.0.0-dev"
5489source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5589source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
5490dependencies = [5590dependencies = [
5491 "frame-benchmarking",5591 "frame-benchmarking",
5492 "frame-support",5592 "frame-support",
5493 "frame-system",5593 "frame-system",
5494 "log",5594 "log",
5495 "max-encoded-len",
5496 "parity-scale-codec",5595 "parity-scale-codec",
5497 "sp-runtime",5596 "sp-runtime",
5498 "sp-std",5597 "sp-std",
5501[[package]]5600[[package]]
5502name = "pallet-beefy"5601name = "pallet-beefy"
5503version = "0.1.0"5602version = "0.1.0"
5504source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.8#55ae3329847e0bbde51c9d45991d99f444777555"5603source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.9#f40c0ab7b327e874d5c8d699bfa5d762f1759ee0"
5505dependencies = [5604dependencies = [
5506 "beefy-primitives",5605 "beefy-primitives",
5507 "frame-support",5606 "frame-support",
5508 "frame-system",5607 "frame-system",
5509 "pallet-session",5608 "pallet-session",
5510 "parity-scale-codec",5609 "parity-scale-codec",
5610 "scale-info",
5511 "serde",5611 "serde",
5512 "sp-runtime",5612 "sp-runtime",
5513 "sp-std",5613 "sp-std",
5514]5614]
55155615
5516[[package]]5616[[package]]
5617name = "pallet-beefy-mmr"
5618version = "0.1.0"
5619source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.9#f40c0ab7b327e874d5c8d699bfa5d762f1759ee0"
5620dependencies = [
5621 "beefy-merkle-tree",
5622 "beefy-primitives",
5623 "frame-support",
5624 "frame-system",
5625 "hex",
5626 "libsecp256k1 0.6.0",
5627 "log",
5628 "pallet-beefy",
5629 "pallet-mmr",
5630 "pallet-mmr-primitives",
5631 "pallet-session",
5632 "parity-scale-codec",
5633 "scale-info",
5634 "serde",
5635 "sp-core",
5636 "sp-io",
5637 "sp-runtime",
5638 "sp-std",
5639]
5640
5641[[package]]
5517name = "pallet-bounties"5642name = "pallet-bounties"
5518version = "3.0.0"5643version = "4.0.0-dev"
5519source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5644source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
5520dependencies = [5645dependencies = [
5521 "frame-benchmarking",5646 "frame-benchmarking",
5522 "frame-support",5647 "frame-support",
5528]5653]
55295654
5530[[package]]5655[[package]]
5656name = "pallet-bridge-dispatch"
5657version = "0.1.0"
5658source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
5659dependencies = [
5660 "bp-message-dispatch",
5661 "bp-runtime",
5662 "frame-support",
5663 "frame-system",
5664 "log",
5665 "parity-scale-codec",
5666 "sp-core",
5667 "sp-runtime",
5668 "sp-std",
5669]
5670
5671[[package]]
5531name = "pallet-bridge-grandpa"5672name = "pallet-bridge-grandpa"
5532version = "0.1.0"5673version = "0.1.0"
5533source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"5674source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
5534dependencies = [5675dependencies = [
5535 "bp-header-chain",5676 "bp-header-chain",
5536 "bp-runtime",5677 "bp-runtime",
5549]5690]
55505691
5551[[package]]5692[[package]]
5693name = "pallet-bridge-messages"
5694version = "0.1.0"
5695source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
5696dependencies = [
5697 "bitvec 0.20.1",
5698 "bp-message-dispatch",
5699 "bp-messages",
5700 "bp-rialto",
5701 "bp-runtime",
5702 "frame-support",
5703 "frame-system",
5704 "log",
5705 "num-traits",
5706 "parity-scale-codec",
5707 "serde",
5708 "sp-core",
5709 "sp-runtime",
5710 "sp-std",
5711]
5712
5713[[package]]
5552name = "pallet-collective"5714name = "pallet-collective"
5553version = "3.0.0"5715version = "4.0.0-dev"
5554source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5716source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
5555dependencies = [5717dependencies = [
5556 "frame-benchmarking",5718 "frame-benchmarking",
5557 "frame-support",5719 "frame-support",
55795741
5580[[package]]5742[[package]]
5581name = "pallet-contracts"5743name = "pallet-contracts"
5582version = "3.0.0"5744version = "4.0.0-dev"
5583source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5745source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
5584dependencies = [5746dependencies = [
5585 "bitflags",5747 "bitflags",
5586 "frame-support",5748 "frame-support",
56025764
5603[[package]]5765[[package]]
5604name = "pallet-contracts-primitives"5766name = "pallet-contracts-primitives"
5605version = "3.0.0"5767version = "4.0.0-dev"
5606source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5768source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
5607dependencies = [5769dependencies = [
5608 "bitflags",5770 "bitflags",
5609 "parity-scale-codec",5771 "parity-scale-codec",
56155777
5616[[package]]5778[[package]]
5617name = "pallet-contracts-proc-macro"5779name = "pallet-contracts-proc-macro"
5618version = "3.0.0"5780version = "4.0.0-dev"
5619source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5781source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
5620dependencies = [5782dependencies = [
5621 "proc-macro2",5783 "proc-macro2",
5622 "quote",5784 "quote",
56255787
5626[[package]]5788[[package]]
5627name = "pallet-democracy"5789name = "pallet-democracy"
5628version = "3.0.0"5790version = "4.0.0-dev"
5629source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5791source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
5630dependencies = [5792dependencies = [
5631 "frame-benchmarking",5793 "frame-benchmarking",
5632 "frame-support",5794 "frame-support",
56405802
5641[[package]]5803[[package]]
5642name = "pallet-election-provider-multi-phase"5804name = "pallet-election-provider-multi-phase"
5643version = "3.0.0"5805version = "4.0.0-dev"
5644source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5806source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
5645dependencies = [5807dependencies = [
5646 "frame-benchmarking",5808 "frame-benchmarking",
5647 "frame-election-provider-support",5809 "frame-election-provider-support",
56615823
5662[[package]]5824[[package]]
5663name = "pallet-elections-phragmen"5825name = "pallet-elections-phragmen"
5664version = "4.0.0"5826version = "5.0.0-dev"
5665source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5827source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
5666dependencies = [5828dependencies = [
5667 "frame-benchmarking",5829 "frame-benchmarking",
5668 "frame-support",5830 "frame-support",
56785840
5679[[package]]5841[[package]]
5680name = "pallet-ethereum"5842name = "pallet-ethereum"
5681version = "3.0.0-dev"5843version = "4.0.0-dev"
5682source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"5844source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#264af3adc427aefba9ce8a1c5d1c11a6d98d009c"
5683dependencies = [5845dependencies = [
5684 "ethereum",5846 "ethereum",
5685 "ethereum-types",5847 "ethereum-types",
57065868
5707[[package]]5869[[package]]
5708name = "pallet-evm"5870name = "pallet-evm"
5709version = "5.0.0-dev"5871version = "6.0.0-dev"
5710source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"5872source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#264af3adc427aefba9ce8a1c5d1c11a6d98d009c"
5711dependencies = [5873dependencies = [
5712 "evm",5874 "evm",
5713 "evm-gasometer",5875 "evm-gasometer",
5717 "frame-support",5879 "frame-support",
5718 "frame-system",5880 "frame-system",
5719 "hex",5881 "hex",
5720 "impl-trait-for-tuples",5882 "impl-trait-for-tuples 0.2.1",
5721 "log",5883 "log",
5722 "pallet-balances",5884 "pallet-balances",
5723 "pallet-timestamp",5885 "pallet-timestamp",
5724 "parity-scale-codec",5886 "parity-scale-codec",
5725 "primitive-types",5887 "primitive-types 0.9.1",
5726 "rlp",5888 "rlp",
5727 "serde",5889 "serde",
5728 "sha3 0.8.2",5890 "sha3 0.8.2",
57995961
5800[[package]]5962[[package]]
5801name = "pallet-gilt"5963name = "pallet-gilt"
5802version = "3.0.0"5964version = "4.0.0-dev"
5803source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5965source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
5804dependencies = [5966dependencies = [
5805 "frame-benchmarking",5967 "frame-benchmarking",
5806 "frame-support",5968 "frame-support",
58135975
5814[[package]]5976[[package]]
5815name = "pallet-grandpa"5977name = "pallet-grandpa"
5816version = "3.1.0"5978version = "4.0.0-dev"
5817source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5979source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
5818dependencies = [5980dependencies = [
5819 "frame-benchmarking",5981 "frame-benchmarking",
5820 "frame-support",5982 "frame-support",
58355997
5836[[package]]5998[[package]]
5837name = "pallet-identity"5999name = "pallet-identity"
5838version = "3.0.0"6000version = "4.0.0-dev"
5839source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6001source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
5840dependencies = [6002dependencies = [
5841 "enumflags2",6003 "enumflags2",
5842 "frame-benchmarking",6004 "frame-benchmarking",
58506012
5851[[package]]6013[[package]]
5852name = "pallet-im-online"6014name = "pallet-im-online"
5853version = "3.0.0"6015version = "4.0.0-dev"
5854source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6016source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
5855dependencies = [6017dependencies = [
5856 "frame-benchmarking",6018 "frame-benchmarking",
5857 "frame-support",6019 "frame-support",
58696031
5870[[package]]6032[[package]]
5871name = "pallet-indices"6033name = "pallet-indices"
5872version = "3.0.0"6034version = "4.0.0-dev"
5873source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6035source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
5874dependencies = [6036dependencies = [
5875 "frame-benchmarking",6037 "frame-benchmarking",
5876 "frame-support",6038 "frame-support",
59036065
5904[[package]]6066[[package]]
5905name = "pallet-membership"6067name = "pallet-membership"
5906version = "3.0.0"6068version = "4.0.0-dev"
5907source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6069source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
5908dependencies = [6070dependencies = [
5909 "frame-benchmarking",6071 "frame-benchmarking",
5910 "frame-support",6072 "frame-support",
59186080
5919[[package]]6081[[package]]
5920name = "pallet-mmr"6082name = "pallet-mmr"
5921version = "3.0.0"6083version = "4.0.0-dev"
5922source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6084source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
5923dependencies = [6085dependencies = [
5924 "ckb-merkle-mountain-range",6086 "ckb-merkle-mountain-range",
5925 "frame-benchmarking",6087 "frame-benchmarking",
59356097
5936[[package]]6098[[package]]
5937name = "pallet-mmr-primitives"6099name = "pallet-mmr-primitives"
5938version = "3.0.0"6100version = "4.0.0-dev"
5939source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6101source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
5940dependencies = [6102dependencies = [
5941 "frame-support",6103 "frame-support",
5942 "frame-system",6104 "frame-system",
5952[[package]]6114[[package]]
5953name = "pallet-mmr-rpc"6115name = "pallet-mmr-rpc"
5954version = "3.0.0"6116version = "3.0.0"
5955source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6117source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
5956dependencies = [6118dependencies = [
5957 "jsonrpc-core 15.1.0",6119 "jsonrpc-core 15.1.0",
5958 "jsonrpc-core-client 15.1.0",6120 "jsonrpc-core-client 15.1.0",
59696131
5970[[package]]6132[[package]]
5971name = "pallet-multisig"6133name = "pallet-multisig"
5972version = "3.0.0"6134version = "4.0.0-dev"
5973source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6135source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
5974dependencies = [6136dependencies = [
5975 "frame-benchmarking",6137 "frame-benchmarking",
5976 "frame-support",6138 "frame-support",
6002 "pallet-timestamp",6164 "pallet-timestamp",
6003 "pallet-transaction-payment",6165 "pallet-transaction-payment",
6004 "parity-scale-codec",6166 "parity-scale-codec",
6005 "primitive-types",6167 "primitive-types 0.10.1",
6006 "rlp",6168 "rlp",
6007 "serde",6169 "serde",
6008 "sp-api",6170 "sp-api",
60506212
6051[[package]]6213[[package]]
6052name = "pallet-nicks"6214name = "pallet-nicks"
6053version = "3.0.0"6215version = "4.0.0-dev"
6054source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6216source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
6055dependencies = [6217dependencies = [
6056 "frame-support",6218 "frame-support",
6057 "frame-system",6219 "frame-system",
60636225
6064[[package]]6226[[package]]
6065name = "pallet-offences"6227name = "pallet-offences"
6066version = "3.0.0"6228version = "4.0.0-dev"
6067source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6229source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
6068dependencies = [6230dependencies = [
6069 "frame-support",6231 "frame-support",
6070 "frame-system",6232 "frame-system",
60796241
6080[[package]]6242[[package]]
6081name = "pallet-offences-benchmarking"6243name = "pallet-offences-benchmarking"
6082version = "3.0.0"6244version = "4.0.0-dev"
6083source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6245source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
6084dependencies = [6246dependencies = [
6085 "frame-benchmarking",6247 "frame-benchmarking",
6086 "frame-election-provider-support",6248 "frame-election-provider-support",
61016263
6102[[package]]6264[[package]]
6103name = "pallet-proxy"6265name = "pallet-proxy"
6104version = "3.0.0"6266version = "4.0.0-dev"
6105source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6267source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
6106dependencies = [6268dependencies = [
6107 "frame-benchmarking",6269 "frame-benchmarking",
6108 "frame-support",6270 "frame-support",
6109 "frame-system",6271 "frame-system",
6110 "max-encoded-len",
6111 "parity-scale-codec",6272 "parity-scale-codec",
6112 "sp-core",6273 "sp-core",
6113 "sp-io",6274 "sp-io",
61176278
6118[[package]]6279[[package]]
6119name = "pallet-randomness-collective-flip"6280name = "pallet-randomness-collective-flip"
6120version = "3.0.0"6281version = "4.0.0-dev"
6121source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6282source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
6122dependencies = [6283dependencies = [
6123 "frame-support",6284 "frame-support",
6124 "frame-system",6285 "frame-system",
61306291
6131[[package]]6292[[package]]
6132name = "pallet-recovery"6293name = "pallet-recovery"
6133version = "3.0.0"6294version = "4.0.0-dev"
6134source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6295source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
6135dependencies = [6296dependencies = [
6136 "enumflags2",6297 "enumflags2",
6137 "frame-support",6298 "frame-support",
6145[[package]]6306[[package]]
6146name = "pallet-scheduler"6307name = "pallet-scheduler"
6147version = "3.0.0"6308version = "3.0.0"
6148source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"
6149dependencies = [6309dependencies = [
6150 "frame-benchmarking",6310 "frame-benchmarking",
6151 "frame-support",6311 "frame-support",
6152 "frame-system",6312 "frame-system",
6153 "log",6313 "log",
6154 "parity-scale-codec",6314 "parity-scale-codec",
6315 "serde",
6316 "sp-core",
6155 "sp-io",6317 "sp-io",
6156 "sp-runtime",6318 "sp-runtime",
6157 "sp-std",6319 "sp-std",
6320 "substrate-test-utils",
6321 "up-sponsorship",
6158]6322]
61596323
6160[[package]]6324[[package]]
6161name = "pallet-scheduler"6325name = "pallet-scheduler"
6162version = "3.0.0"6326version = "4.0.0-dev"
6327source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
6163dependencies = [6328dependencies = [
6164 "frame-benchmarking",6329 "frame-benchmarking",
6165 "frame-support",6330 "frame-support",
6166 "frame-system",6331 "frame-system",
6167 "log",6332 "log",
6168 "parity-scale-codec",6333 "parity-scale-codec",
6169 "serde",
6170 "sp-core",
6171 "sp-io",6334 "sp-io",
6172 "sp-runtime",6335 "sp-runtime",
6173 "sp-std",6336 "sp-std",
6174 "substrate-test-utils",
6175 "up-sponsorship",
6176]6337]
61776338
6178[[package]]6339[[package]]
6179name = "pallet-session"6340name = "pallet-session"
6180version = "3.0.0"6341version = "4.0.0-dev"
6181source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6342source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
6182dependencies = [6343dependencies = [
6183 "frame-support",6344 "frame-support",
6184 "frame-system",6345 "frame-system",
6185 "impl-trait-for-tuples",6346 "impl-trait-for-tuples 0.2.1",
6186 "log",6347 "log",
6187 "pallet-timestamp",6348 "pallet-timestamp",
6188 "parity-scale-codec",6349 "parity-scale-codec",
61976358
6198[[package]]6359[[package]]
6199name = "pallet-session-benchmarking"6360name = "pallet-session-benchmarking"
6200version = "3.0.0"6361version = "4.0.0-dev"
6201source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6362source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
6202dependencies = [6363dependencies = [
6203 "frame-benchmarking",6364 "frame-benchmarking",
6204 "frame-support",6365 "frame-support",
62136374
6214[[package]]6375[[package]]
6215name = "pallet-society"6376name = "pallet-society"
6216version = "3.0.0"6377version = "4.0.0-dev"
6217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6378source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
6218dependencies = [6379dependencies = [
6219 "frame-support",6380 "frame-support",
6220 "frame-system",6381 "frame-system",
62266387
6227[[package]]6388[[package]]
6228name = "pallet-staking"6389name = "pallet-staking"
6229version = "3.0.0"6390version = "4.0.0-dev"
6230source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6391source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
6231dependencies = [6392dependencies = [
6232 "frame-benchmarking",6393 "frame-benchmarking",
6233 "frame-election-provider-support",6394 "frame-election-provider-support",
62506411
6251[[package]]6412[[package]]
6252name = "pallet-staking-reward-curve"6413name = "pallet-staking-reward-curve"
6253version = "3.0.0"6414version = "4.0.0-dev"
6254source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6415source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
6255dependencies = [6416dependencies = [
6256 "proc-macro-crate 1.0.0",6417 "proc-macro-crate 1.0.0",
6257 "proc-macro2",6418 "proc-macro2",
62616422
6262[[package]]6423[[package]]
6263name = "pallet-staking-reward-fn"6424name = "pallet-staking-reward-fn"
6264version = "3.0.0"6425version = "4.0.0-dev"
6265source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6426source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
6266dependencies = [6427dependencies = [
6267 "log",6428 "log",
6268 "sp-arithmetic",6429 "sp-arithmetic",
6269]6430]
62706431
6271[[package]]6432[[package]]
6272name = "pallet-sudo"6433name = "pallet-sudo"
6273version = "3.0.0"6434version = "4.0.0-dev"
6274source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6435source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
6275dependencies = [6436dependencies = [
6276 "frame-support",6437 "frame-support",
6277 "frame-system",6438 "frame-system",
62836444
6284[[package]]6445[[package]]
6285name = "pallet-timestamp"6446name = "pallet-timestamp"
6286version = "3.0.0"6447version = "4.0.0-dev"
6287source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6448source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
6288dependencies = [6449dependencies = [
6289 "frame-benchmarking",6450 "frame-benchmarking",
6290 "frame-support",6451 "frame-support",
6291 "frame-system",6452 "frame-system",
6292 "impl-trait-for-tuples",6453 "impl-trait-for-tuples 0.2.1",
6293 "log",6454 "log",
6294 "parity-scale-codec",6455 "parity-scale-codec",
6295 "sp-inherents",6456 "sp-inherents",
63016462
6302[[package]]6463[[package]]
6303name = "pallet-tips"6464name = "pallet-tips"
6304version = "3.0.0"6465version = "4.0.0-dev"
6305source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6466source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
6306dependencies = [6467dependencies = [
6307 "frame-benchmarking",6468 "frame-benchmarking",
6308 "frame-support",6469 "frame-support",
63166477
6317[[package]]6478[[package]]
6318name = "pallet-transaction-payment"6479name = "pallet-transaction-payment"
6319version = "3.0.0"6480version = "4.0.0-dev"
6320source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6481source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
6321dependencies = [6482dependencies = [
6322 "frame-support",6483 "frame-support",
6323 "frame-system",6484 "frame-system",
63326493
6333[[package]]6494[[package]]
6334name = "pallet-transaction-payment-rpc"6495name = "pallet-transaction-payment-rpc"
6335version = "3.0.0"6496version = "4.0.0-dev"
6336source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6497source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
6337dependencies = [6498dependencies = [
6338 "jsonrpc-core 15.1.0",6499 "jsonrpc-core 15.1.0",
6339 "jsonrpc-core-client 15.1.0",6500 "jsonrpc-core-client 15.1.0",
63496510
6350[[package]]6511[[package]]
6351name = "pallet-transaction-payment-rpc-runtime-api"6512name = "pallet-transaction-payment-rpc-runtime-api"
6352version = "3.0.0"6513version = "4.0.0-dev"
6353source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6514source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
6354dependencies = [6515dependencies = [
6355 "pallet-transaction-payment",6516 "pallet-transaction-payment",
6356 "parity-scale-codec",6517 "parity-scale-codec",
63606521
6361[[package]]6522[[package]]
6362name = "pallet-treasury"6523name = "pallet-treasury"
6363version = "3.0.0"6524version = "4.0.0-dev"
6364source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6525source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
6365dependencies = [6526dependencies = [
6366 "frame-benchmarking",6527 "frame-benchmarking",
6367 "frame-support",6528 "frame-support",
6368 "frame-system",6529 "frame-system",
6369 "impl-trait-for-tuples",6530 "impl-trait-for-tuples 0.2.1",
6370 "pallet-balances",6531 "pallet-balances",
6371 "parity-scale-codec",6532 "parity-scale-codec",
6372 "serde",6533 "serde",
63766537
6377[[package]]6538[[package]]
6378name = "pallet-utility"6539name = "pallet-utility"
6379version = "3.0.0"6540version = "4.0.0-dev"
6380source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6541source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
6381dependencies = [6542dependencies = [
6382 "frame-benchmarking",6543 "frame-benchmarking",
6383 "frame-support",6544 "frame-support",
63916552
6392[[package]]6553[[package]]
6393name = "pallet-vesting"6554name = "pallet-vesting"
6394version = "3.0.0"6555version = "4.0.0-dev"
6395source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6556source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
6396dependencies = [6557dependencies = [
6397 "enumflags2",6558 "enumflags2",
6398 "frame-benchmarking",6559 "frame-benchmarking",
64056566
6406[[package]]6567[[package]]
6407name = "pallet-xcm"6568name = "pallet-xcm"
6408version = "0.1.0"6569version = "0.9.9-1"
6409source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6570source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
6410dependencies = [6571dependencies = [
6411 "frame-support",6572 "frame-support",
6412 "frame-system",6573 "frame-system",
6574 "log",
6413 "parity-scale-codec",6575 "parity-scale-codec",
6414 "serde",6576 "serde",
6415 "sp-runtime",6577 "sp-runtime",
6421[[package]]6583[[package]]
6422name = "parachain-info"6584name = "parachain-info"
6423version = "0.1.0"6585version = "0.1.0"
6424source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"6586source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.9#fd80849dde5c209c20a996cfcc5aaacd4666dcbe"
6425dependencies = [6587dependencies = [
6426 "cumulus-primitives-core",6588 "cumulus-primitives-core",
6427 "frame-support",6589 "frame-support",
6462 "serde",6624 "serde",
6463 "static_assertions",6625 "static_assertions",
6464 "unsigned-varint 0.7.0",6626 "unsigned-varint 0.7.0",
6465 "url 2.2.2",6627 "url 2.2.0",
6466]6628]
64676629
6468[[package]]6630[[package]]
6471source = "registry+https://github.com/rust-lang/crates.io-index"6633source = "registry+https://github.com/rust-lang/crates.io-index"
6472checksum = "8975095a2a03bbbdc70a74ab11a4f76a6d0b84680d87c68d722531b0ac28e8a9"6634checksum = "8975095a2a03bbbdc70a74ab11a4f76a6d0b84680d87c68d722531b0ac28e8a9"
6473dependencies = [6635dependencies = [
6474 "arrayvec 0.7.1",6636 "arrayvec 0.7.0",
6475 "bitvec 0.20.4",6637 "bitvec 0.20.1",
6476 "byte-slice-cast",6638 "byte-slice-cast",
6477 "impl-trait-for-tuples",6639 "impl-trait-for-tuples 0.2.1",
6478 "parity-scale-codec-derive",6640 "parity-scale-codec-derive",
6479 "serde",6641 "serde",
6480]6642]
6504checksum = "1e57fea504fea33f9fbb5f49f378359030e7e026a6ab849bb9e8f0787376f1bf"6666checksum = "1e57fea504fea33f9fbb5f49f378359030e7e026a6ab849bb9e8f0787376f1bf"
6505dependencies = [6667dependencies = [
6506 "bytes 0.4.12",6668 "bytes 0.4.12",
6507 "futures 0.1.31",6669 "futures 0.1.29",
6508 "libc",6670 "libc",
6509 "log",6671 "log",
6510 "mio-named-pipes",6672 "mio-named-pipes",
6511 "miow 0.3.7",6673 "miow 0.3.5",
6512 "rand 0.7.3",6674 "rand 0.7.3",
6513 "tokio 0.1.22",6675 "tokio 0.1.22",
6514 "tokio-named-pipes",6676 "tokio-named-pipes",
65186680
6519[[package]]6681[[package]]
6520name = "parity-util-mem"6682name = "parity-util-mem"
6521version = "0.9.0"6683version = "0.10.0"
6522source = "registry+https://github.com/rust-lang/crates.io-index"6684source = "registry+https://github.com/rust-lang/crates.io-index"
6523checksum = "664a8c6b8e62d8f9f2f937e391982eb433ab285b4cd9545b342441e04a906e42"6685checksum = "7ad6f1acec69b95caf435bbd158d486e5a0a44fcf51531e84922c59ff09e8457"
6524dependencies = [6686dependencies = [
6525 "cfg-if 1.0.0",6687 "cfg-if 1.0.0",
6526 "ethereum-types",6688 "ethereum-types",
6527 "hashbrown 0.9.1",6689 "hashbrown 0.11.2",
6528 "impl-trait-for-tuples",6690 "impl-trait-for-tuples 0.2.1",
6529 "lru",6691 "lru",
6530 "parity-util-mem-derive",6692 "parity-util-mem-derive",
6531 "parking_lot 0.11.1",6693 "parking_lot 0.11.1",
6532 "primitive-types",6694 "primitive-types 0.10.1",
6533 "smallvec 1.6.1",6695 "smallvec 1.6.1",
6534 "winapi 0.3.9",6696 "winapi 0.3.9",
6535]6697]
6575 "rand 0.7.3",6737 "rand 0.7.3",
6576 "sha-1 0.8.2",6738 "sha-1 0.8.2",
6577 "slab",6739 "slab",
6578 "url 2.2.2",6740 "url 2.2.0",
6579]6741]
65806742
6581[[package]]6743[[package]]
6592dependencies = [6754dependencies = [
6593 "lock_api 0.3.4",6755 "lock_api 0.3.4",
6594 "parking_lot_core 0.6.2",6756 "parking_lot_core 0.6.2",
6595 "rustc_version 0.2.3",6757 "rustc_version",
6596]6758]
65976759
6598[[package]]6760[[package]]
6612checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"6774checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
6613dependencies = [6775dependencies = [
6614 "instant",6776 "instant",
6615 "lock_api 0.4.4",6777 "lock_api 0.4.1",
6616 "parking_lot_core 0.8.3",6778 "parking_lot_core 0.8.0",
6617]6779]
66186780
6619[[package]]6781[[package]]
6623checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"6785checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
6624dependencies = [6786dependencies = [
6625 "cfg-if 0.1.10",6787 "cfg-if 0.1.10",
6626 "cloudabi",6788 "cloudabi 0.0.3",
6627 "libc",6789 "libc",
6628 "redox_syscall 0.1.57",6790 "redox_syscall 0.1.56",
6629 "rustc_version 0.2.3",6791 "rustc_version",
6630 "smallvec 0.6.14",6792 "smallvec 0.6.13",
6631 "winapi 0.3.9",6793 "winapi 0.3.9",
6632]6794]
66336795
6638checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"6800checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
6639dependencies = [6801dependencies = [
6640 "cfg-if 0.1.10",6802 "cfg-if 0.1.10",
6641 "cloudabi",6803 "cloudabi 0.0.3",
6642 "libc",6804 "libc",
6643 "redox_syscall 0.1.57",6805 "redox_syscall 0.1.56",
6644 "smallvec 1.6.1",6806 "smallvec 1.6.1",
6645 "winapi 0.3.9",6807 "winapi 0.3.9",
6646]6808]
66476809
6648[[package]]6810[[package]]
6649name = "parking_lot_core"6811name = "parking_lot_core"
6650version = "0.8.3"6812version = "0.8.0"
6651source = "registry+https://github.com/rust-lang/crates.io-index"6813source = "registry+https://github.com/rust-lang/crates.io-index"
6652checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"6814checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
6653dependencies = [6815dependencies = [
6654 "cfg-if 1.0.0",6816 "cfg-if 0.1.10",
6817 "cloudabi 0.1.0",
6655 "instant",6818 "instant",
6656 "libc",6819 "libc",
6657 "redox_syscall 0.2.9",6820 "redox_syscall 0.1.56",
6658 "smallvec 1.6.1",6821 "smallvec 1.6.1",
6659 "winapi 0.3.9",6822 "winapi 0.3.9",
6660]6823]
67636926
6764[[package]]6927[[package]]
6765name = "pin-project"6928name = "pin-project"
6766version = "0.4.28"6929version = "0.4.23"
6767source = "registry+https://github.com/rust-lang/crates.io-index"6930source = "registry+https://github.com/rust-lang/crates.io-index"
6768checksum = "918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f"6931checksum = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa"
6769dependencies = [6932dependencies = [
6770 "pin-project-internal 0.4.28",6933 "pin-project-internal 0.4.23",
6771]6934]
67726935
6773[[package]]6936[[package]]
6774name = "pin-project"6937name = "pin-project"
6775version = "1.0.8"6938version = "1.0.7"
6776source = "registry+https://github.com/rust-lang/crates.io-index"6939source = "registry+https://github.com/rust-lang/crates.io-index"
6777checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08"6940checksum = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4"
6778dependencies = [6941dependencies = [
6779 "pin-project-internal 1.0.8",6942 "pin-project-internal 1.0.7",
6780]6943]
67816944
6782[[package]]6945[[package]]
6783name = "pin-project-internal"6946name = "pin-project-internal"
6784version = "0.4.28"6947version = "0.4.23"
6785source = "registry+https://github.com/rust-lang/crates.io-index"6948source = "registry+https://github.com/rust-lang/crates.io-index"
6786checksum = "3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e"6949checksum = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f"
6787dependencies = [6950dependencies = [
6788 "proc-macro2",6951 "proc-macro2",
6789 "quote",6952 "quote",
67926955
6793[[package]]6956[[package]]
6794name = "pin-project-internal"6957name = "pin-project-internal"
6795version = "1.0.8"6958version = "1.0.7"
6796source = "registry+https://github.com/rust-lang/crates.io-index"6959source = "registry+https://github.com/rust-lang/crates.io-index"
6797checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389"6960checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f"
6798dependencies = [6961dependencies = [
6799 "proc-macro2",6962 "proc-macro2",
6800 "quote",6963 "quote",
68036966
6804[[package]]6967[[package]]
6805name = "pin-project-lite"6968name = "pin-project-lite"
6806version = "0.1.12"6969version = "0.1.7"
6807source = "registry+https://github.com/rust-lang/crates.io-index"6970source = "registry+https://github.com/rust-lang/crates.io-index"
6808checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"6971checksum = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715"
68096972
6810[[package]]6973[[package]]
6811name = "pin-project-lite"6974name = "pin-project-lite"
6812version = "0.2.7"6975version = "0.2.4"
6813source = "registry+https://github.com/rust-lang/crates.io-index"6976source = "registry+https://github.com/rust-lang/crates.io-index"
6814checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"6977checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
68156978
6816[[package]]6979[[package]]
6817name = "pin-utils"6980name = "pin-utils"
68216984
6822[[package]]6985[[package]]
6823name = "pkg-config"6986name = "pkg-config"
6824version = "0.3.19"6987version = "0.3.17"
6825source = "registry+https://github.com/rust-lang/crates.io-index"6988source = "registry+https://github.com/rust-lang/crates.io-index"
6826checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"6989checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
68276990
6828[[package]]6991[[package]]
6829name = "platforms"6992name = "platforms"
68336996
6834[[package]]6997[[package]]
6835name = "polkadot-approval-distribution"6998name = "polkadot-approval-distribution"
6836version = "0.1.0"6999version = "0.9.9-1"
6837source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7000source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
6838dependencies = [7001dependencies = [
6839 "futures 0.3.16",7002 "futures 0.3.16",
6840 "polkadot-node-network-protocol",7003 "polkadot-node-network-protocol",
68477010
6848[[package]]7011[[package]]
6849name = "polkadot-availability-bitfield-distribution"7012name = "polkadot-availability-bitfield-distribution"
6850version = "0.1.0"7013version = "0.9.9-1"
6851source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7014source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
6852dependencies = [7015dependencies = [
6853 "futures 0.3.16",7016 "futures 0.3.16",
6854 "polkadot-node-network-protocol",7017 "polkadot-node-network-protocol",
68607023
6861[[package]]7024[[package]]
6862name = "polkadot-availability-distribution"7025name = "polkadot-availability-distribution"
6863version = "0.1.0"7026version = "0.9.9-1"
6864source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7027source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
6865dependencies = [7028dependencies = [
6866 "futures 0.3.16",7029 "futures 0.3.16",
6867 "lru",7030 "lru",
68837046
6884[[package]]7047[[package]]
6885name = "polkadot-availability-recovery"7048name = "polkadot-availability-recovery"
6886version = "0.1.0"7049version = "0.9.9-1"
6887source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7050source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
6888dependencies = [7051dependencies = [
6889 "futures 0.3.16",7052 "futures 0.3.16",
6890 "lru",7053 "lru",
69027065
6903[[package]]7066[[package]]
6904name = "polkadot-cli"7067name = "polkadot-cli"
6905version = "0.9.8"7068version = "0.9.9-1"
6906source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7069source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
6907dependencies = [7070dependencies = [
6908 "frame-benchmarking-cli",7071 "frame-benchmarking-cli",
6909 "futures 0.3.16",7072 "futures 0.3.16",
69227085
6923[[package]]7086[[package]]
6924name = "polkadot-client"7087name = "polkadot-client"
6925version = "0.9.8"7088version = "0.9.9-1"
6926source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7089source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
6927dependencies = [7090dependencies = [
6928 "beefy-primitives",7091 "beefy-primitives",
6929 "frame-benchmarking",7092 "frame-benchmarking",
6933 "polkadot-primitives",7096 "polkadot-primitives",
6934 "polkadot-runtime",7097 "polkadot-runtime",
6935 "sc-client-api",7098 "sc-client-api",
7099 "sc-consensus",
6936 "sc-executor",7100 "sc-executor",
6937 "sc-service",7101 "sc-service",
6938 "sp-api",7102 "sp-api",
69517115
6952[[package]]7116[[package]]
6953name = "polkadot-collator-protocol"7117name = "polkadot-collator-protocol"
6954version = "0.1.0"7118version = "0.9.9-1"
6955source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7119source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
6956dependencies = [7120dependencies = [
6957 "always-assert",7121 "always-assert",
6958 "futures 0.3.16",7122 "futures 0.3.16",
69717135
6972[[package]]7136[[package]]
6973name = "polkadot-core-primitives"7137name = "polkadot-core-primitives"
6974version = "0.9.8"7138version = "0.9.9-1"
6975source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7139source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
6976dependencies = [7140dependencies = [
6977 "parity-scale-codec",7141 "parity-scale-codec",
6978 "parity-util-mem",7142 "parity-util-mem",
6982]7146]
69837147
6984[[package]]7148[[package]]
7149name = "polkadot-dispute-distribution"
7150version = "0.9.9-1"
7151source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7152dependencies = [
7153 "futures 0.3.16",
7154 "lru",
7155 "parity-scale-codec",
7156 "polkadot-erasure-coding",
7157 "polkadot-node-core-runtime-api",
7158 "polkadot-node-network-protocol",
7159 "polkadot-node-primitives",
7160 "polkadot-node-subsystem",
7161 "polkadot-node-subsystem-util",
7162 "polkadot-primitives",
7163 "rand 0.8.4",
7164 "sc-network",
7165 "sp-application-crypto",
7166 "sp-core",
7167 "sp-keystore",
7168 "thiserror",
7169 "tracing",
7170]
7171
7172[[package]]
6985name = "polkadot-erasure-coding"7173name = "polkadot-erasure-coding"
6986version = "0.9.8"7174version = "0.9.9-1"
6987source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7175source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
6988dependencies = [7176dependencies = [
6989 "parity-scale-codec",7177 "parity-scale-codec",
6990 "polkadot-node-primitives",7178 "polkadot-node-primitives",
69977185
6998[[package]]7186[[package]]
6999name = "polkadot-gossip-support"7187name = "polkadot-gossip-support"
7000version = "0.1.0"7188version = "0.9.9-1"
7001source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7189source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7002dependencies = [7190dependencies = [
7003 "futures 0.3.16",7191 "futures 0.3.16",
7004 "polkadot-node-network-protocol",7192 "polkadot-node-network-protocol",
70157203
7016[[package]]7204[[package]]
7017name = "polkadot-network-bridge"7205name = "polkadot-network-bridge"
7018version = "0.1.0"7206version = "0.9.9-1"
7019source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7207source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7020dependencies = [7208dependencies = [
7021 "async-trait",7209 "async-trait",
7022 "futures 0.3.16",7210 "futures 0.3.16",
7025 "polkadot-node-network-protocol",7213 "polkadot-node-network-protocol",
7026 "polkadot-node-subsystem",7214 "polkadot-node-subsystem",
7027 "polkadot-node-subsystem-util",7215 "polkadot-node-subsystem-util",
7216 "polkadot-overseer",
7028 "polkadot-primitives",7217 "polkadot-primitives",
7029 "sc-authority-discovery",
7030 "sc-network",7218 "sc-network",
7031 "sp-consensus",7219 "sp-consensus",
7032 "strum",7220 "strum",
70357223
7036[[package]]7224[[package]]
7037name = "polkadot-node-collation-generation"7225name = "polkadot-node-collation-generation"
7038version = "0.1.0"7226version = "0.9.9-1"
7039source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7227source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7040dependencies = [7228dependencies = [
7041 "futures 0.3.16",7229 "futures 0.3.16",
7042 "parity-scale-codec",7230 "parity-scale-codec",
70537241
7054[[package]]7242[[package]]
7055name = "polkadot-node-core-approval-voting"7243name = "polkadot-node-core-approval-voting"
7056version = "0.1.0"7244version = "0.9.9-1"
7057source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7245source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7058dependencies = [7246dependencies = [
7059 "bitvec 0.20.4",7247 "bitvec 0.20.1",
7060 "derive_more",7248 "derive_more",
7061 "futures 0.3.16",7249 "futures 0.3.16",
7062 "futures-timer 3.0.2",7250 "futures-timer 3.0.2",
70837271
7084[[package]]7272[[package]]
7085name = "polkadot-node-core-av-store"7273name = "polkadot-node-core-av-store"
7086version = "0.1.0"7274version = "0.9.9-1"
7087source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7275source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7088dependencies = [7276dependencies = [
7089 "bitvec 0.20.4",7277 "bitvec 0.20.1",
7090 "futures 0.3.16",7278 "futures 0.3.16",
7091 "futures-timer 3.0.2",7279 "futures-timer 3.0.2",
7092 "kvdb",7280 "kvdb",
71037291
7104[[package]]7292[[package]]
7105name = "polkadot-node-core-backing"7293name = "polkadot-node-core-backing"
7106version = "0.1.0"7294version = "0.9.9-1"
7107source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7295source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7108dependencies = [7296dependencies = [
7109 "bitvec 0.20.4",7297 "bitvec 0.20.1",
7110 "futures 0.3.16",7298 "futures 0.3.16",
7111 "polkadot-erasure-coding",7299 "polkadot-erasure-coding",
7112 "polkadot-node-primitives",7300 "polkadot-node-primitives",
71217309
7122[[package]]7310[[package]]
7123name = "polkadot-node-core-bitfield-signing"7311name = "polkadot-node-core-bitfield-signing"
7124version = "0.1.0"7312version = "0.9.9-1"
7125source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7313source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7126dependencies = [7314dependencies = [
7127 "futures 0.3.16",7315 "futures 0.3.16",
7128 "polkadot-node-subsystem",7316 "polkadot-node-subsystem",
71367324
7137[[package]]7325[[package]]
7138name = "polkadot-node-core-candidate-validation"7326name = "polkadot-node-core-candidate-validation"
7139version = "0.1.0"7327version = "0.9.9-1"
7140source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7328source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7141dependencies = [7329dependencies = [
7142 "async-trait",7330 "async-trait",
7143 "futures 0.3.16",7331 "futures 0.3.16",
71547342
7155[[package]]7343[[package]]
7156name = "polkadot-node-core-chain-api"7344name = "polkadot-node-core-chain-api"
7157version = "0.1.0"7345version = "0.9.9-1"
7158source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7346source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7159dependencies = [7347dependencies = [
7160 "futures 0.3.16",7348 "futures 0.3.16",
7161 "polkadot-node-subsystem",7349 "polkadot-node-subsystem",
7168]7356]
71697357
7170[[package]]7358[[package]]
7359name = "polkadot-node-core-chain-selection"
7360version = "0.9.9-1"
7361source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7362dependencies = [
7363 "futures 0.3.16",
7364 "futures-timer 3.0.2",
7365 "kvdb",
7366 "parity-scale-codec",
7367 "polkadot-node-primitives",
7368 "polkadot-node-subsystem",
7369 "polkadot-node-subsystem-util",
7370 "polkadot-primitives",
7371 "thiserror",
7372 "tracing",
7373]
7374
7375[[package]]
7376name = "polkadot-node-core-dispute-coordinator"
7377version = "0.9.9-1"
7378source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7379dependencies = [
7380 "bitvec 0.20.1",
7381 "derive_more",
7382 "futures 0.3.16",
7383 "kvdb",
7384 "parity-scale-codec",
7385 "polkadot-node-primitives",
7386 "polkadot-node-subsystem",
7387 "polkadot-node-subsystem-util",
7388 "polkadot-primitives",
7389 "sc-keystore",
7390 "thiserror",
7391 "tracing",
7392]
7393
7394[[package]]
7395name = "polkadot-node-core-dispute-participation"
7396version = "0.9.9-1"
7397source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7398dependencies = [
7399 "futures 0.3.16",
7400 "polkadot-node-primitives",
7401 "polkadot-node-subsystem",
7402 "polkadot-primitives",
7403 "thiserror",
7404 "tracing",
7405]
7406
7407[[package]]
7171name = "polkadot-node-core-parachains-inherent"7408name = "polkadot-node-core-parachains-inherent"
7172version = "0.1.0"7409version = "0.9.9-1"
7173source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7410source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7174dependencies = [7411dependencies = [
7175 "async-trait",7412 "async-trait",
7176 "futures 0.3.16",7413 "futures 0.3.16",
7177 "futures-timer 3.0.2",7414 "futures-timer 3.0.2",
7178 "polkadot-node-subsystem",7415 "polkadot-node-subsystem",
7179 "polkadot-overseer",
7180 "polkadot-primitives",7416 "polkadot-primitives",
7181 "sp-blockchain",7417 "sp-blockchain",
7182 "sp-inherents",7418 "sp-inherents",
71877423
7188[[package]]7424[[package]]
7189name = "polkadot-node-core-provisioner"7425name = "polkadot-node-core-provisioner"
7190version = "0.1.0"7426version = "0.9.9-1"
7191source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7427source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7192dependencies = [7428dependencies = [
7193 "bitvec 0.20.4",7429 "bitvec 0.20.1",
7194 "futures 0.3.16",7430 "futures 0.3.16",
7195 "futures-timer 3.0.2",7431 "futures-timer 3.0.2",
7196 "polkadot-node-subsystem",7432 "polkadot-node-subsystem",
72027438
7203[[package]]7439[[package]]
7204name = "polkadot-node-core-pvf"7440name = "polkadot-node-core-pvf"
7205version = "0.1.0"7441version = "0.9.9-1"
7206source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7442source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7207dependencies = [7443dependencies = [
7208 "always-assert",7444 "always-assert",
7209 "assert_matches",7445 "assert_matches",
7213 "futures-timer 3.0.2",7449 "futures-timer 3.0.2",
7214 "libc",7450 "libc",
7215 "parity-scale-codec",7451 "parity-scale-codec",
7216 "pin-project 1.0.8",7452 "pin-project 1.0.7",
7217 "polkadot-core-primitives",7453 "polkadot-core-primitives",
7218 "polkadot-parachain",7454 "polkadot-parachain",
7219 "rand 0.8.4",7455 "rand 0.8.4",
7225 "sp-externalities",7461 "sp-externalities",
7226 "sp-io",7462 "sp-io",
7227 "sp-maybe-compressed-blob",7463 "sp-maybe-compressed-blob",
7464 "sp-tracing",
7228 "sp-wasm-interface",7465 "sp-wasm-interface",
7229 "tracing",7466 "tracing",
7230]7467]
72317468
7232[[package]]7469[[package]]
7233name = "polkadot-node-core-runtime-api"7470name = "polkadot-node-core-runtime-api"
7234version = "0.1.0"7471version = "0.9.9-1"
7235source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7472source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7236dependencies = [7473dependencies = [
7237 "futures 0.3.16",7474 "futures 0.3.16",
7238 "memory-lru",7475 "memory-lru",
72497486
7250[[package]]7487[[package]]
7251name = "polkadot-node-jaeger"7488name = "polkadot-node-jaeger"
7252version = "0.1.0"7489version = "0.9.9-1"
7253source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7490source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7254dependencies = [7491dependencies = [
7255 "async-std",7492 "async-std",
7256 "lazy_static",7493 "lazy_static",
7266]7503]
72677504
7268[[package]]7505[[package]]
7506name = "polkadot-node-metrics"
7507version = "0.9.9-1"
7508source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7509dependencies = [
7510 "async-trait",
7511 "futures 0.3.16",
7512 "futures-timer 3.0.2",
7513 "metered-channel",
7514 "sc-network",
7515 "sp-application-crypto",
7516 "sp-core",
7517 "sp-keystore",
7518 "substrate-prometheus-endpoint",
7519]
7520
7521[[package]]
7269name = "polkadot-node-network-protocol"7522name = "polkadot-node-network-protocol"
7270version = "0.1.0"7523version = "0.9.9-1"
7271source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7524source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7272dependencies = [7525dependencies = [
7526 "async-trait",
7273 "futures 0.3.16",7527 "futures 0.3.16",
7274 "parity-scale-codec",7528 "parity-scale-codec",
7275 "polkadot-node-jaeger",7529 "polkadot-node-jaeger",
7276 "polkadot-node-primitives",7530 "polkadot-node-primitives",
7277 "polkadot-primitives",7531 "polkadot-primitives",
7532 "sc-authority-discovery",
7278 "sc-network",7533 "sc-network",
7279 "strum",7534 "strum",
7280 "thiserror",7535 "thiserror",
7281]7536]
72827537
7283[[package]]7538[[package]]
7284name = "polkadot-node-primitives"7539name = "polkadot-node-primitives"
7285version = "0.1.0"7540version = "0.9.9-1"
7286source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7541source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7287dependencies = [7542dependencies = [
7288 "futures 0.3.16",7543 "futures 0.3.16",
7289 "parity-scale-codec",7544 "parity-scale-codec",
7300 "sp-maybe-compressed-blob",7555 "sp-maybe-compressed-blob",
7301 "sp-runtime",7556 "sp-runtime",
7302 "thiserror",7557 "thiserror",
7558 "tracing",
7303 "zstd",7559 "zstd",
7304]7560]
73057561
7306[[package]]7562[[package]]
7307name = "polkadot-node-subsystem"7563name = "polkadot-node-subsystem"
7308version = "0.1.0"7564version = "0.9.9-1"
7309source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7565source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7310dependencies = [7566dependencies = [
7567 "polkadot-node-jaeger",
7568 "polkadot-node-subsystem-types",
7569 "polkadot-overseer",
7570]
7571
7572[[package]]
7573name = "polkadot-node-subsystem-types"
7574version = "0.9.9-1"
7575source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7576dependencies = [
7311 "async-std",7577 "async-std",
7312 "async-trait",7578 "async-trait",
7313 "derive_more",7579 "derive_more",
7318 "mick-jaeger",7584 "mick-jaeger",
7319 "parity-scale-codec",7585 "parity-scale-codec",
7320 "parking_lot 0.11.1",7586 "parking_lot 0.11.1",
7321 "pin-project 1.0.8",7587 "pin-project 1.0.7",
7322 "polkadot-node-jaeger",7588 "polkadot-node-jaeger",
7323 "polkadot-node-network-protocol",7589 "polkadot-node-network-protocol",
7324 "polkadot-node-primitives",7590 "polkadot-node-primitives",
7591 "polkadot-overseer-gen",
7325 "polkadot-primitives",7592 "polkadot-primitives",
7326 "polkadot-procmacro-subsystem-dispatch-gen",
7327 "polkadot-statement-table",7593 "polkadot-statement-table",
7328 "sc-network",7594 "sc-network",
7329 "smallvec 1.6.1",7595 "smallvec 1.6.1",
73357601
7336[[package]]7602[[package]]
7337name = "polkadot-node-subsystem-util"7603name = "polkadot-node-subsystem-util"
7338version = "0.1.0"7604version = "0.9.9-1"
7339source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7605source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7340dependencies = [7606dependencies = [
7341 "async-trait",7607 "async-trait",
7342 "futures 0.3.16",7608 "futures 0.3.16",
7343 "futures-timer 3.0.2",7609 "futures-timer 3.0.2",
7344 "itertools 0.10.1",7610 "itertools 0.10.0",
7345 "lru",7611 "lru",
7346 "metered-channel",7612 "metered-channel",
7347 "parity-scale-codec",7613 "parity-scale-codec",
7348 "pin-project 1.0.8",7614 "pin-project 1.0.7",
7349 "polkadot-node-jaeger",7615 "polkadot-node-jaeger",
7616 "polkadot-node-metrics",
7350 "polkadot-node-network-protocol",7617 "polkadot-node-network-protocol",
7351 "polkadot-node-primitives",7618 "polkadot-node-primitives",
7352 "polkadot-node-subsystem",7619 "polkadot-node-subsystem",
7620 "polkadot-overseer",
7353 "polkadot-primitives",7621 "polkadot-primitives",
7354 "rand 0.8.4",7622 "rand 0.8.4",
7355 "sc-network",7623 "sc-network",
73637631
7364[[package]]7632[[package]]
7365name = "polkadot-overseer"7633name = "polkadot-overseer"
7366version = "0.1.0"7634version = "0.9.9-1"
7367source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7635source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7368dependencies = [7636dependencies = [
7369 "async-trait",7637 "async-trait",
7370 "futures 0.3.16",7638 "futures 0.3.16",
7371 "futures-timer 3.0.2",7639 "futures-timer 3.0.2",
7372 "lru",7640 "lru",
7641 "parking_lot 0.11.1",
7642 "polkadot-node-metrics",
7643 "polkadot-node-network-protocol",
7373 "polkadot-node-primitives",7644 "polkadot-node-primitives",
7374 "polkadot-node-subsystem",7645 "polkadot-node-subsystem-types",
7375 "polkadot-node-subsystem-util",7646 "polkadot-overseer-all-subsystems-gen",
7647 "polkadot-overseer-gen",
7376 "polkadot-primitives",7648 "polkadot-primitives",
7377 "polkadot-procmacro-overseer-subsystems-gen",
7378 "sc-client-api",7649 "sc-client-api",
7379 "sp-api",7650 "sp-api",
7380 "tracing",7651 "tracing",
7381]7652]
73827653
7383[[package]]7654[[package]]
7655name = "polkadot-overseer-all-subsystems-gen"
7656version = "0.9.9-1"
7657source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7658dependencies = [
7659 "assert_matches",
7660 "proc-macro2",
7661 "quote",
7662 "syn",
7663]
7664
7665[[package]]
7666name = "polkadot-overseer-gen"
7667version = "0.9.9-1"
7668source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7669dependencies = [
7670 "async-trait",
7671 "futures 0.3.16",
7672 "futures-timer 3.0.2",
7673 "metered-channel",
7674 "pin-project 1.0.7",
7675 "polkadot-node-network-protocol",
7676 "polkadot-node-primitives",
7677 "polkadot-overseer-gen-proc-macro",
7678 "thiserror",
7679 "tracing",
7680]
7681
7682[[package]]
7683name = "polkadot-overseer-gen-proc-macro"
7684version = "0.9.9-1"
7685source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7686dependencies = [
7687 "proc-macro-crate 1.0.0",
7688 "proc-macro2",
7689 "quote",
7690 "syn",
7691]
7692
7693[[package]]
7384name = "polkadot-parachain"7694name = "polkadot-parachain"
7385version = "0.9.8"7695version = "0.9.9-1"
7386source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7696source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7387dependencies = [7697dependencies = [
7388 "derive_more",7698 "derive_more",
7699 "frame-support",
7389 "parity-scale-codec",7700 "parity-scale-codec",
7390 "parity-util-mem",7701 "parity-util-mem",
7391 "polkadot-core-primitives",7702 "polkadot-core-primitives",
73977708
7398[[package]]7709[[package]]
7399name = "polkadot-primitives"7710name = "polkadot-primitives"
7400version = "0.9.8"7711version = "0.9.9-1"
7401source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7712source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7402dependencies = [7713dependencies = [
7403 "bitvec 0.20.4",7714 "bitvec 0.20.1",
7404 "frame-system",7715 "frame-system",
7405 "hex-literal",7716 "hex-literal",
7406 "parity-scale-codec",7717 "parity-scale-codec",
7426]7737]
74277738
7428[[package]]7739[[package]]
7429name = "polkadot-procmacro-overseer-subsystems-gen"
7430version = "0.1.0"
7431source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"
7432dependencies = [
7433 "assert_matches",
7434 "proc-macro2",
7435 "quote",
7436 "syn",
7437]
7438
7439[[package]]
7440name = "polkadot-procmacro-subsystem-dispatch-gen"
7441version = "0.1.0"
7442source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"
7443dependencies = [
7444 "assert_matches",
7445 "proc-macro2",
7446 "quote",
7447 "syn",
7448]
7449
7450[[package]]
7451name = "polkadot-rpc"7740name = "polkadot-rpc"
7452version = "0.9.8"7741version = "0.9.9-1"
7453source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7742source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7454dependencies = [7743dependencies = [
7455 "beefy-gadget",7744 "beefy-gadget",
7456 "beefy-gadget-rpc",7745 "beefy-gadget-rpc",
7469 "sc-keystore",7758 "sc-keystore",
7470 "sc-rpc",7759 "sc-rpc",
7471 "sc-sync-state-rpc",7760 "sc-sync-state-rpc",
7761 "sc-transaction-pool-api",
7472 "sp-api",7762 "sp-api",
7473 "sp-block-builder",7763 "sp-block-builder",
7474 "sp-blockchain",7764 "sp-blockchain",
7475 "sp-consensus",7765 "sp-consensus",
7476 "sp-consensus-babe",7766 "sp-consensus-babe",
7477 "sp-keystore",7767 "sp-keystore",
7478 "sp-runtime",7768 "sp-runtime",
7479 "sp-transaction-pool",
7480 "substrate-frame-rpc-system",7769 "substrate-frame-rpc-system",
7481]7770]
74827771
7483[[package]]7772[[package]]
7484name = "polkadot-runtime"7773name = "polkadot-runtime"
7485version = "0.9.8"7774version = "0.9.9-1"
7486source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7775source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7487dependencies = [7776dependencies = [
7488 "beefy-primitives",7777 "beefy-primitives",
7489 "bitvec 0.20.4",7778 "bitvec 0.20.1",
7490 "frame-benchmarking",7779 "frame-benchmarking",
7491 "frame-election-provider-support",7780 "frame-election-provider-support",
7492 "frame-executive",7781 "frame-executive",
7497 "frame-try-runtime",7786 "frame-try-runtime",
7498 "hex-literal",7787 "hex-literal",
7499 "log",7788 "log",
7500 "max-encoded-len",
7501 "pallet-authority-discovery",7789 "pallet-authority-discovery",
7502 "pallet-authorship",7790 "pallet-authorship",
7503 "pallet-babe",7791 "pallet-babe",
7518 "pallet-offences",7806 "pallet-offences",
7519 "pallet-offences-benchmarking",7807 "pallet-offences-benchmarking",
7520 "pallet-proxy",7808 "pallet-proxy",
7521 "pallet-scheduler 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8)",7809 "pallet-scheduler 4.0.0-dev",
7522 "pallet-session",7810 "pallet-session",
7523 "pallet-session-benchmarking",7811 "pallet-session-benchmarking",
7524 "pallet-staking",7812 "pallet-staking",
7553 "sp-transaction-pool",7841 "sp-transaction-pool",
7554 "sp-version",7842 "sp-version",
7555 "static_assertions",7843 "static_assertions",
7556 "substrate-wasm-builder 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8)",7844 "substrate-wasm-builder 5.0.0-dev",
7557]7845]
75587846
7559[[package]]7847[[package]]
7560name = "polkadot-runtime-common"7848name = "polkadot-runtime-common"
7561version = "0.9.8"7849version = "0.9.9-1"
7562source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7850source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7563dependencies = [7851dependencies = [
7564 "beefy-primitives",7852 "bitvec 0.20.1",
7565 "bitvec 0.20.4",
7566 "frame-benchmarking",7853 "frame-benchmarking",
7567 "frame-support",7854 "frame-support",
7568 "frame-system",7855 "frame-system",
7569 "impl-trait-for-tuples",7856 "impl-trait-for-tuples 0.2.1",
7570 "libsecp256k1 0.3.5",7857 "libsecp256k1 0.6.0",
7571 "log",7858 "log",
7572 "pallet-authorship",7859 "pallet-authorship",
7573 "pallet-babe",7860 "pallet-babe",
7574 "pallet-balances",7861 "pallet-balances",
7575 "pallet-beefy",7862 "pallet-beefy-mmr",
7576 "pallet-election-provider-multi-phase",7863 "pallet-election-provider-multi-phase",
7577 "pallet-mmr",
7578 "pallet-offences",7864 "pallet-offences",
7579 "pallet-session",7865 "pallet-session",
7580 "pallet-staking",7866 "pallet-staking",
76037889
7604[[package]]7890[[package]]
7605name = "polkadot-runtime-parachains"7891name = "polkadot-runtime-parachains"
7606version = "0.9.8"7892version = "0.9.9-1"
7607source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7893source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7608dependencies = [7894dependencies = [
7609 "bitvec 0.20.4",7895 "bitflags",
7896 "bitvec 0.20.1",
7610 "derive_more",7897 "derive_more",
7611 "frame-benchmarking",7898 "frame-benchmarking",
7612 "frame-support",7899 "frame-support",
7613 "frame-system",7900 "frame-system",
7614 "libsecp256k1 0.3.5",
7615 "log",7901 "log",
7616 "pallet-authority-discovery",7902 "pallet-authority-discovery",
7617 "pallet-authorship",7903 "pallet-authorship",
76427928
7643[[package]]7929[[package]]
7644name = "polkadot-service"7930name = "polkadot-service"
7645version = "0.9.8"7931version = "0.9.9-1"
7646source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7932source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7647dependencies = [7933dependencies = [
7648 "async-trait",7934 "async-trait",
7649 "beefy-gadget",7935 "beefy-gadget",
7653 "hex-literal",7939 "hex-literal",
7654 "kusama-runtime",7940 "kusama-runtime",
7655 "kvdb",7941 "kvdb",
7656 "kvdb-rocksdb",7942 "kvdb-rocksdb 0.12.0",
7657 "pallet-babe",7943 "pallet-babe",
7658 "pallet-im-online",7944 "pallet-im-online",
7659 "pallet-mmr-primitives",7945 "pallet-mmr-primitives",
7665 "polkadot-availability-recovery",7951 "polkadot-availability-recovery",
7666 "polkadot-client",7952 "polkadot-client",
7667 "polkadot-collator-protocol",7953 "polkadot-collator-protocol",
7954 "polkadot-dispute-distribution",
7668 "polkadot-gossip-support",7955 "polkadot-gossip-support",
7669 "polkadot-network-bridge",7956 "polkadot-network-bridge",
7670 "polkadot-node-collation-generation",7957 "polkadot-node-collation-generation",
7674 "polkadot-node-core-bitfield-signing",7961 "polkadot-node-core-bitfield-signing",
7675 "polkadot-node-core-candidate-validation",7962 "polkadot-node-core-candidate-validation",
7676 "polkadot-node-core-chain-api",7963 "polkadot-node-core-chain-api",
7964 "polkadot-node-core-chain-selection",
7965 "polkadot-node-core-dispute-coordinator",
7966 "polkadot-node-core-dispute-participation",
7677 "polkadot-node-core-parachains-inherent",7967 "polkadot-node-core-parachains-inherent",
7678 "polkadot-node-core-provisioner",7968 "polkadot-node-core-provisioner",
7679 "polkadot-node-core-runtime-api",7969 "polkadot-node-core-runtime-api",
7700 "sc-consensus-uncles",7990 "sc-consensus-uncles",
7701 "sc-executor",7991 "sc-executor",
7702 "sc-finality-grandpa",7992 "sc-finality-grandpa",
7703 "sc-finality-grandpa-warp-sync",
7704 "sc-keystore",7993 "sc-keystore",
7705 "sc-network",7994 "sc-network",
7706 "sc-service",7995 "sc-service",
7996 "sc-sync-state-rpc",
7707 "sc-telemetry",7997 "sc-telemetry",
7708 "sc-transaction-pool",7998 "sc-transaction-pool",
7709 "serde",7999 "serde",
77348024
7735[[package]]8025[[package]]
7736name = "polkadot-statement-distribution"8026name = "polkadot-statement-distribution"
7737version = "0.1.0"8027version = "0.9.9-1"
7738source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"8028source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7739dependencies = [8029dependencies = [
7740 "arrayvec 0.5.2",8030 "arrayvec 0.5.2",
7741 "futures 0.3.16",8031 "futures 0.3.16",
77558045
7756[[package]]8046[[package]]
7757name = "polkadot-statement-table"8047name = "polkadot-statement-table"
7758version = "0.9.8"8048version = "0.9.9-1"
7759source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"8049source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7760dependencies = [8050dependencies = [
7761 "parity-scale-codec",8051 "parity-scale-codec",
7762 "polkadot-primitives",8052 "polkadot-primitives",
77658055
7766[[package]]8056[[package]]
7767name = "polkadot-test-runtime"8057name = "polkadot-test-runtime"
7768version = "0.9.8"8058version = "0.9.9-1"
7769source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"8059source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7770dependencies = [8060dependencies = [
7771 "beefy-primitives",8061 "beefy-primitives",
7772 "bitvec 0.20.4",8062 "bitvec 0.20.1",
7773 "frame-election-provider-support",8063 "frame-election-provider-support",
7774 "frame-executive",8064 "frame-executive",
7775 "frame-support",8065 "frame-support",
7793 "pallet-transaction-payment",8083 "pallet-transaction-payment",
7794 "pallet-transaction-payment-rpc-runtime-api",8084 "pallet-transaction-payment-rpc-runtime-api",
7795 "pallet-vesting",8085 "pallet-vesting",
8086 "pallet-xcm",
7796 "parity-scale-codec",8087 "parity-scale-codec",
7797 "polkadot-parachain",8088 "polkadot-parachain",
7798 "polkadot-primitives",8089 "polkadot-primitives",
7816 "sp-std",8107 "sp-std",
7817 "sp-transaction-pool",8108 "sp-transaction-pool",
7818 "sp-version",8109 "sp-version",
7819 "substrate-wasm-builder 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8)",8110 "substrate-wasm-builder 5.0.0-dev",
8111 "xcm",
8112 "xcm-builder",
8113 "xcm-executor",
7820]8114]
78218115
7822[[package]]8116[[package]]
7823name = "polkadot-test-service"8117name = "polkadot-test-service"
7824version = "0.9.8"8118version = "0.9.9-1"
7825source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"8119source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
7826dependencies = [8120dependencies = [
7827 "frame-benchmarking",8121 "frame-benchmarking",
7828 "frame-system",8122 "frame-system",
7829 "futures 0.1.31",8123 "futures 0.1.29",
7830 "futures 0.3.16",8124 "futures 0.3.16",
7831 "hex",8125 "hex",
7832 "pallet-balances",8126 "pallet-balances",
78738167
7874[[package]]8168[[package]]
7875name = "polling"8169name = "polling"
7876version = "2.1.0"8170version = "2.0.2"
7877source = "registry+https://github.com/rust-lang/crates.io-index"8171source = "registry+https://github.com/rust-lang/crates.io-index"
7878checksum = "92341d779fa34ea8437ef4d82d440d5e1ce3f3ff7f824aa64424cd481f9a1f25"8172checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4"
7879dependencies = [8173dependencies = [
7880 "cfg-if 1.0.0",8174 "cfg-if 0.1.10",
7881 "libc",8175 "libc",
7882 "log",8176 "log",
7883 "wepoll-ffi",8177 "wepoll-sys",
7884 "winapi 0.3.9",8178 "winapi 0.3.9",
7885]8179]
78868180
7887[[package]]8181[[package]]
7888name = "poly1305"8182name = "poly1305"
7889version = "0.6.2"8183version = "0.6.0"
7890source = "registry+https://github.com/rust-lang/crates.io-index"8184source = "registry+https://github.com/rust-lang/crates.io-index"
7891checksum = "4b7456bc1ad2d4cf82b3a016be4c2ac48daf11bf990c1603ebd447fe6f30fca8"8185checksum = "d9b42192ab143ed7619bf888a7f9c6733a9a2153b218e2cd557cfdb52fbf9bb1"
7892dependencies = [8186dependencies = [
7893 "cpuid-bool",
7894 "universal-hash",8187 "universal-hash",
7895]8188]
78968189
7897[[package]]8190[[package]]
7898name = "polyval"8191name = "polyval"
7899version = "0.4.5"8192version = "0.4.0"
7900source = "registry+https://github.com/rust-lang/crates.io-index"8193source = "registry+https://github.com/rust-lang/crates.io-index"
7901checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd"8194checksum = "d9a50142b55ab3ed0e9f68dfb3709f1d90d29da24e91033f28b96330643107dc"
7902dependencies = [8195dependencies = [
7903 "cpuid-bool",8196 "cfg-if 0.1.10",
7904 "opaque-debug 0.3.0",
7905 "universal-hash",8197 "universal-hash",
7906]8198]
79078199
7908[[package]]8200[[package]]
7909name = "ppv-lite86"8201name = "ppv-lite86"
7910version = "0.2.10"8202version = "0.2.8"
7911source = "registry+https://github.com/rust-lang/crates.io-index"8203source = "registry+https://github.com/rust-lang/crates.io-index"
7912checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"8204checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
79138205
7914[[package]]8206[[package]]
7915name = "primitive-types"8207name = "primitive-types"
7920 "fixed-hash",8212 "fixed-hash",
7921 "impl-codec",8213 "impl-codec",
7922 "impl-rlp",8214 "impl-rlp",
8215 "uint",
8216]
8217
8218[[package]]
8219name = "primitive-types"
8220version = "0.10.1"
8221source = "registry+https://github.com/rust-lang/crates.io-index"
8222checksum = "05e4722c697a58a99d5d06a08c30821d7c082a4632198de1eaa5a6c22ef42373"
8223dependencies = [
8224 "fixed-hash",
8225 "impl-codec",
8226 "impl-rlp",
7923 "impl-serde",8227 "impl-serde",
7924 "uint",8228 "uint",
7925]8229]
79458249
7946[[package]]8250[[package]]
7947name = "proc-macro-error"8251name = "proc-macro-error"
8252version = "0.4.12"
8253source = "registry+https://github.com/rust-lang/crates.io-index"
8254checksum = "18f33027081eba0a6d8aba6d1b1c3a3be58cbb12106341c2d5759fcd9b5277e7"
8255dependencies = [
8256 "proc-macro-error-attr 0.4.12",
8257 "proc-macro2",
8258 "quote",
8259 "syn",
8260 "version_check",
8261]
8262
8263[[package]]
8264name = "proc-macro-error"
7948version = "1.0.4"8265version = "1.0.4"
7949source = "registry+https://github.com/rust-lang/crates.io-index"8266source = "registry+https://github.com/rust-lang/crates.io-index"
7950checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8267checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
7951dependencies = [8268dependencies = [
7952 "proc-macro-error-attr",8269 "proc-macro-error-attr 1.0.4",
7953 "proc-macro2",8270 "proc-macro2",
7954 "quote",8271 "quote",
7955 "syn",8272 "syn",
79588275
7959[[package]]8276[[package]]
7960name = "proc-macro-error-attr"8277name = "proc-macro-error-attr"
8278version = "0.4.12"
8279source = "registry+https://github.com/rust-lang/crates.io-index"
8280checksum = "8a5b4b77fdb63c1eca72173d68d24501c54ab1269409f6b672c85deb18af69de"
8281dependencies = [
8282 "proc-macro2",
8283 "quote",
8284 "syn",
8285 "syn-mid",
8286 "version_check",
8287]
8288
8289[[package]]
8290name = "proc-macro-error-attr"
7961version = "1.0.4"8291version = "1.0.4"
7962source = "registry+https://github.com/rust-lang/crates.io-index"8292source = "registry+https://github.com/rust-lang/crates.io-index"
7963checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8293checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
79758305
7976[[package]]8306[[package]]
7977name = "proc-macro-nested"8307name = "proc-macro-nested"
7978version = "0.1.7"8308version = "0.1.6"
7979source = "registry+https://github.com/rust-lang/crates.io-index"8309source = "registry+https://github.com/rust-lang/crates.io-index"
7980checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"8310checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
79818311
7982[[package]]8312[[package]]
7983name = "proc-macro2"8313name = "proc-macro2"
80558385
8056[[package]]8386[[package]]
8057name = "psm"8387name = "psm"
8058version = "0.1.14"8388version = "0.1.12"
8059source = "registry+https://github.com/rust-lang/crates.io-index"8389source = "registry+https://github.com/rust-lang/crates.io-index"
8060checksum = "14ce37fa8c0428a37307d163292add09b3aedc003472e6b3622486878404191d"8390checksum = "3abf49e5417290756acfd26501536358560c4a5cc4a0934d390939acb3e7083a"
8061dependencies = [8391dependencies = [
8062 "cc",8392 "cc",
8063]8393]
80648394
8065[[package]]8395[[package]]
8066name = "pwasm-utils"8396name = "pwasm-utils"
8067version = "0.18.1"8397version = "0.18.0"
8068source = "registry+https://github.com/rust-lang/crates.io-index"8398source = "registry+https://github.com/rust-lang/crates.io-index"
8069checksum = "f0c1a2f10b47d446372a4f397c58b329aaea72b2daf9395a623a411cb8ccb54f"8399checksum = "a0e517f47d9964362883182404b68d0b6949382c0baa40aa5ffca94f5f1e3481"
8070dependencies = [8400dependencies = [
8071 "byteorder",8401 "byteorder",
8072 "log",8402 "log",
80818411
8082[[package]]8412[[package]]
8083name = "quick-error"8413name = "quick-error"
8084version = "2.0.1"8414version = "2.0.0"
8085source = "registry+https://github.com/rust-lang/crates.io-index"8415source = "registry+https://github.com/rust-lang/crates.io-index"
8086checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"8416checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"
80878417
8088[[package]]8418[[package]]
8089name = "quicksink"8419name = "quicksink"
8093dependencies = [8423dependencies = [
8094 "futures-core",8424 "futures-core",
8095 "futures-sink",8425 "futures-sink",
8096 "pin-project-lite 0.1.12",8426 "pin-project-lite 0.1.7",
8097]8427]
80988428
8099[[package]]8429[[package]]
8146source = "registry+https://github.com/rust-lang/crates.io-index"8476source = "registry+https://github.com/rust-lang/crates.io-index"
8147checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8477checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
8148dependencies = [8478dependencies = [
8149 "getrandom 0.1.16",8479 "getrandom 0.1.14",
8150 "libc",8480 "libc",
8151 "rand_chacha 0.2.2",8481 "rand_chacha 0.2.2",
8152 "rand_core 0.5.1",8482 "rand_core 0.5.1",
8162dependencies = [8492dependencies = [
8163 "libc",8493 "libc",
8164 "rand_chacha 0.3.1",8494 "rand_chacha 0.3.1",
8165 "rand_core 0.6.3",8495 "rand_core 0.6.1",
8166 "rand_hc 0.3.1",8496 "rand_hc 0.3.0",
8167]8497]
81688498
8169[[package]]8499[[package]]
8183checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8513checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
8184dependencies = [8514dependencies = [
8185 "ppv-lite86",8515 "ppv-lite86",
8186 "rand_core 0.6.3",8516 "rand_core 0.6.1",
8187]8517]
81888518
8189[[package]]8519[[package]]
8207source = "registry+https://github.com/rust-lang/crates.io-index"8537source = "registry+https://github.com/rust-lang/crates.io-index"
8208checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8538checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
8209dependencies = [8539dependencies = [
8210 "getrandom 0.1.16",8540 "getrandom 0.1.14",
8211]8541]
82128542
8213[[package]]8543[[package]]
8214name = "rand_core"8544name = "rand_core"
8215version = "0.6.3"8545version = "0.6.1"
8216source = "registry+https://github.com/rust-lang/crates.io-index"8546source = "registry+https://github.com/rust-lang/crates.io-index"
8217checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8547checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5"
8218dependencies = [8548dependencies = [
8219 "getrandom 0.2.3",8549 "getrandom 0.2.1",
8220]8550]
82218551
8222[[package]]8552[[package]]
82408570
8241[[package]]8571[[package]]
8242name = "rand_hc"8572name = "rand_hc"
8243version = "0.3.1"8573version = "0.3.0"
8244source = "registry+https://github.com/rust-lang/crates.io-index"8574source = "registry+https://github.com/rust-lang/crates.io-index"
8245checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"8575checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
8246dependencies = [8576dependencies = [
8247 "rand_core 0.6.3",8577 "rand_core 0.6.1",
8248]8578]
82498579
8250[[package]]8580[[package]]
82648594
8265[[package]]8595[[package]]
8266name = "rayon"8596name = "rayon"
8267version = "1.5.1"8597version = "1.3.1"
8268source = "registry+https://github.com/rust-lang/crates.io-index"8598source = "registry+https://github.com/rust-lang/crates.io-index"
8269checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8599checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080"
8270dependencies = [8600dependencies = [
8271 "autocfg",8601 "autocfg",
8272 "crossbeam-deque 0.8.0",8602 "crossbeam-deque",
8273 "either",8603 "either",
8274 "rayon-core",8604 "rayon-core",
8275]8605]
82768606
8277[[package]]8607[[package]]
8278name = "rayon-core"8608name = "rayon-core"
8279version = "1.9.1"8609version = "1.7.1"
8280source = "registry+https://github.com/rust-lang/crates.io-index"8610source = "registry+https://github.com/rust-lang/crates.io-index"
8281checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8611checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280"
8282dependencies = [8612dependencies = [
8283 "crossbeam-channel",8613 "crossbeam-deque",
8284 "crossbeam-deque 0.8.0",8614 "crossbeam-queue",
8285 "crossbeam-utils 0.8.5",8615 "crossbeam-utils 0.7.2",
8286 "lazy_static",8616 "lazy_static",
8287 "num_cpus",8617 "num_cpus",
8288]8618]
82988628
8299[[package]]8629[[package]]
8300name = "redox_syscall"8630name = "redox_syscall"
8301version = "0.1.57"8631version = "0.1.56"
8302source = "registry+https://github.com/rust-lang/crates.io-index"8632source = "registry+https://github.com/rust-lang/crates.io-index"
8303checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"8633checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
83048634
8305[[package]]8635[[package]]
8306name = "redox_syscall"8636name = "redox_syscall"
8307version = "0.2.9"8637version = "0.2.4"
8308source = "registry+https://github.com/rust-lang/crates.io-index"8638source = "registry+https://github.com/rust-lang/crates.io-index"
8309checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee"8639checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570"
8310dependencies = [8640dependencies = [
8311 "bitflags",8641 "bitflags",
8312]8642]
83138643
8314[[package]]8644[[package]]
8315name = "redox_users"8645name = "redox_users"
8646version = "0.3.4"
8647source = "registry+https://github.com/rust-lang/crates.io-index"
8648checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
8649dependencies = [
8650 "getrandom 0.1.14",
8651 "redox_syscall 0.1.56",
8652 "rust-argon2",
8653]
8654
8655[[package]]
8656name = "redox_users"
8316version = "0.4.0"8657version = "0.4.0"
8317source = "registry+https://github.com/rust-lang/crates.io-index"8658source = "registry+https://github.com/rust-lang/crates.io-index"
8318checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"8659checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
8319dependencies = [8660dependencies = [
8320 "getrandom 0.2.3",8661 "getrandom 0.2.1",
8321 "redox_syscall 0.2.9",8662 "redox_syscall 0.2.4",
8322]8663]
83238664
8324[[package]]8665[[package]]
8329dependencies = [8670dependencies = [
8330 "derive_more",8671 "derive_more",
8331 "fs-err",8672 "fs-err",
8332 "itertools 0.10.1",8673 "itertools 0.10.0",
8333 "static_init",8674 "static_init",
8334 "thiserror",8675 "thiserror",
8335]8676]
83368677
8337[[package]]8678[[package]]
8338name = "ref-cast"8679name = "ref-cast"
8339version = "1.0.6"8680version = "1.0.2"
8340source = "registry+https://github.com/rust-lang/crates.io-index"8681source = "registry+https://github.com/rust-lang/crates.io-index"
8341checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"8682checksum = "745c1787167ddae5569661d5ffb8b25ae5fedbf46717eaa92d652221cec72623"
8342dependencies = [8683dependencies = [
8343 "ref-cast-impl",8684 "ref-cast-impl",
8344]8685]
83458686
8346[[package]]8687[[package]]
8347name = "ref-cast-impl"8688name = "ref-cast-impl"
8348version = "1.0.6"8689version = "1.0.2"
8349source = "registry+https://github.com/rust-lang/crates.io-index"8690source = "registry+https://github.com/rust-lang/crates.io-index"
8350checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"8691checksum = "7d21b475ab879ef0e315ad99067fa25778c3b0377f57f1b00207448dac1a3144"
8351dependencies = [8692dependencies = [
8352 "proc-macro2",8693 "proc-macro2",
8353 "quote",8694 "quote",
83688709
8369[[package]]8710[[package]]
8370name = "regex"8711name = "regex"
8371version = "1.5.4"8712version = "1.4.2"
8372source = "registry+https://github.com/rust-lang/crates.io-index"8713source = "registry+https://github.com/rust-lang/crates.io-index"
8373checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"8714checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
8374dependencies = [8715dependencies = [
8375 "aho-corasick",8716 "aho-corasick",
8376 "memchr",8717 "memchr",
8377 "regex-syntax",8718 "regex-syntax",
8719 "thread_local",
8378]8720]
83798721
8380[[package]]8722[[package]]
8381name = "regex-automata"8723name = "regex-automata"
8382version = "0.1.10"8724version = "0.1.9"
8383source = "registry+https://github.com/rust-lang/crates.io-index"8725source = "registry+https://github.com/rust-lang/crates.io-index"
8384checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8726checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
8385dependencies = [8727dependencies = [
8728 "byteorder",
8386 "regex-syntax",8729 "regex-syntax",
8387]8730]
83888731
8389[[package]]8732[[package]]
8390name = "regex-syntax"8733name = "regex-syntax"
8391version = "0.6.25"8734version = "0.6.21"
8392source = "registry+https://github.com/rust-lang/crates.io-index"8735source = "registry+https://github.com/rust-lang/crates.io-index"
8393checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"8736checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
83948737
8395[[package]]8738[[package]]
8396name = "region"8739name = "region"
84068749
8407[[package]]8750[[package]]
8408name = "remote-externalities"8751name = "remote-externalities"
8409version = "0.9.0"8752version = "0.10.0-dev"
8410source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8753source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
8411dependencies = [8754dependencies = [
8412 "env_logger 0.8.4",8755 "env_logger 0.8.4",
8413 "hex",8756 "hex",
8494]8837]
84958838
8496[[package]]8839[[package]]
8840name = "rocksdb"
8841version = "0.17.0"
8842source = "registry+https://github.com/rust-lang/crates.io-index"
8843checksum = "7a62eca5cacf2c8261128631bed9f045598d40bfbe4b29f5163f0f802f8f44a7"
8844dependencies = [
8845 "libc",
8846 "librocksdb-sys",
8847]
8848
8849[[package]]
8497name = "rococo-runtime"8850name = "rococo-runtime"
8498version = "0.9.8"8851version = "0.9.9-1"
8499source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"8852source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
8500dependencies = [8853dependencies = [
8501 "beefy-primitives",8854 "beefy-primitives",
8855 "bp-messages",
8502 "bp-rococo",8856 "bp-rococo",
8857 "bp-runtime",
8503 "bp-wococo",8858 "bp-wococo",
8859 "bridge-runtime-common",
8504 "frame-executive",8860 "frame-executive",
8505 "frame-support",8861 "frame-support",
8506 "frame-system",8862 "frame-system",
8507 "frame-system-rpc-runtime-api",8863 "frame-system-rpc-runtime-api",
8508 "hex-literal",8864 "hex-literal",
8509 "log",8865 "log",
8510 "max-encoded-len",
8511 "pallet-authority-discovery",8866 "pallet-authority-discovery",
8512 "pallet-authorship",8867 "pallet-authorship",
8513 "pallet-babe",8868 "pallet-babe",
8514 "pallet-balances",8869 "pallet-balances",
8515 "pallet-beefy",8870 "pallet-beefy",
8871 "pallet-beefy-mmr",
8872 "pallet-bridge-dispatch",
8516 "pallet-bridge-grandpa",8873 "pallet-bridge-grandpa",
8874 "pallet-bridge-messages",
8517 "pallet-collective",8875 "pallet-collective",
8518 "pallet-grandpa",8876 "pallet-grandpa",
8519 "pallet-im-online",8877 "pallet-im-online",
8554 "sp-std",8912 "sp-std",
8555 "sp-transaction-pool",8913 "sp-transaction-pool",
8556 "sp-version",8914 "sp-version",
8557 "substrate-wasm-builder 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8)",8915 "substrate-wasm-builder 5.0.0-dev",
8558 "xcm",8916 "xcm",
8559 "xcm-builder",8917 "xcm-builder",
8560 "xcm-executor",8918 "xcm-executor",
8561]8919]
85628920
8563[[package]]8921[[package]]
8564name = "rpassword"8922name = "rpassword"
8565version = "5.0.1"8923version = "5.0.0"
8566source = "registry+https://github.com/rust-lang/crates.io-index"8924source = "registry+https://github.com/rust-lang/crates.io-index"
8567checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"8925checksum = "d755237fc0f99d98641540e66abac8bc46a0652f19148ac9e21de2da06b326c9"
8568dependencies = [8926dependencies = [
8569 "libc",8927 "libc",
8570 "winapi 0.3.9",8928 "winapi 0.3.9",
8571]8929]
85728930
8573[[package]]8931[[package]]
8932name = "rust-argon2"
8933version = "0.7.0"
8934source = "registry+https://github.com/rust-lang/crates.io-index"
8935checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
8936dependencies = [
8937 "base64 0.11.0",
8938 "blake2b_simd",
8939 "constant_time_eq",
8940 "crossbeam-utils 0.7.2",
8941]
8942
8943[[package]]
8574name = "rustc-demangle"8944name = "rustc-demangle"
8575version = "0.1.20"8945version = "0.1.16"
8576source = "registry+https://github.com/rust-lang/crates.io-index"8946source = "registry+https://github.com/rust-lang/crates.io-index"
8577checksum = "dead70b0b5e03e9c814bcb6b01e03e68f7c57a80aa48c72ec92152ab3e818d49"8947checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
85788948
8579[[package]]8949[[package]]
8580name = "rustc-hash"8950name = "rustc-hash"
8598]8968]
85998969
8600[[package]]8970[[package]]
8601name = "rustc_version"
8602version = "0.3.3"
8603source = "registry+https://github.com/rust-lang/crates.io-index"
8604checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
8605dependencies = [
8606 "semver 0.11.0",
8607]
8608
8609[[package]]
8610name = "rustls"8971name = "rustls"
8611version = "0.18.1"8972version = "0.18.0"
8612source = "registry+https://github.com/rust-lang/crates.io-index"8973source = "registry+https://github.com/rust-lang/crates.io-index"
8613checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81"8974checksum = "cac94b333ee2aac3284c5b8a1b7fb4dd11cba88c244e3fe33cdbd047af0eb693"
8614dependencies = [8975dependencies = [
8615 "base64 0.12.3",8976 "base64 0.12.3",
8616 "log",8977 "log",
8639checksum = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8"9000checksum = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8"
8640dependencies = [9001dependencies = [
8641 "openssl-probe",9002 "openssl-probe",
8642 "rustls 0.18.1",9003 "rustls 0.18.0",
8643 "schannel",9004 "schannel",
8644 "security-framework 1.0.0",9005 "security-framework 1.0.0",
8645]9006]
8653 "openssl-probe",9014 "openssl-probe",
8654 "rustls 0.19.1",9015 "rustls 0.19.1",
8655 "schannel",9016 "schannel",
8656 "security-framework 2.3.1",9017 "security-framework 2.2.0",
8657]9018]
86589019
8659[[package]]9020[[package]]
8660name = "ruzstd"9021name = "ruzstd"
8661version = "0.2.4"9022version = "0.2.2"
8662source = "registry+https://github.com/rust-lang/crates.io-index"9023source = "registry+https://github.com/rust-lang/crates.io-index"
8663checksum = "8cada0ef59efa6a5f4dc5e491f93d9f31e3fc7758df421ff1de8a706338e1100"9024checksum = "3d425143485a37727c7a46e689bbe3b883a00f42b4a52c4ac0f44855c1009b00"
8664dependencies = [9025dependencies = [
8665 "byteorder",9026 "byteorder",
8666 "twox-hash",9027 "twox-hash",
8673checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9034checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"
8674dependencies = [9035dependencies = [
8675 "futures 0.3.16",9036 "futures 0.3.16",
8676 "pin-project 0.4.28",9037 "pin-project 0.4.23",
8677 "static_assertions",9038 "static_assertions",
8678]9039]
86799040
8689source = "registry+https://github.com/rust-lang/crates.io-index"9050source = "registry+https://github.com/rust-lang/crates.io-index"
8690checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9051checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"
8691dependencies = [9052dependencies = [
8692 "rustc_version 0.2.3",9053 "rustc_version",
8693]9054]
86949055
8695[[package]]9056[[package]]
87129073
8713[[package]]9074[[package]]
8714name = "sc-allocator"9075name = "sc-allocator"
8715version = "3.0.0"9076version = "4.0.0-dev"
8716source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9077source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
8717dependencies = [9078dependencies = [
8718 "log",9079 "log",
8719 "sp-core",9080 "sp-core",
8720 "sp-std",
8721 "sp-wasm-interface",9081 "sp-wasm-interface",
8722 "thiserror",9082 "thiserror",
8723]9083]
87249084
8725[[package]]9085[[package]]
8726name = "sc-authority-discovery"9086name = "sc-authority-discovery"
8727version = "0.9.0"9087version = "0.10.0-dev"
8728source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9088source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
8729dependencies = [9089dependencies = [
8730 "async-trait",9090 "async-trait",
8731 "derive_more",9091 "derive_more",
87539113
8754[[package]]9114[[package]]
8755name = "sc-basic-authorship"9115name = "sc-basic-authorship"
8756version = "0.9.0"9116version = "0.10.0-dev"
8757source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9117source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
8758dependencies = [9118dependencies = [
8759 "futures 0.3.16",9119 "futures 0.3.16",
8760 "futures-timer 3.0.2",9120 "futures-timer 3.0.2",
8764 "sc-client-api",9124 "sc-client-api",
8765 "sc-proposer-metrics",9125 "sc-proposer-metrics",
8766 "sc-telemetry",9126 "sc-telemetry",
9127 "sc-transaction-pool-api",
8767 "sp-api",9128 "sp-api",
8768 "sp-blockchain",9129 "sp-blockchain",
8769 "sp-consensus",9130 "sp-consensus",
8770 "sp-core",9131 "sp-core",
8771 "sp-inherents",9132 "sp-inherents",
8772 "sp-runtime",9133 "sp-runtime",
8773 "sp-transaction-pool",
8774 "substrate-prometheus-endpoint",9134 "substrate-prometheus-endpoint",
8775]9135]
87769136
8777[[package]]9137[[package]]
8778name = "sc-block-builder"9138name = "sc-block-builder"
8779version = "0.9.0"9139version = "0.10.0-dev"
8780source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9140source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
8781dependencies = [9141dependencies = [
8782 "parity-scale-codec",9142 "parity-scale-codec",
8783 "sc-client-api",9143 "sc-client-api",
87929152
8793[[package]]9153[[package]]
8794name = "sc-chain-spec"9154name = "sc-chain-spec"
8795version = "3.0.0"9155version = "4.0.0-dev"
8796source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9156source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
8797dependencies = [9157dependencies = [
8798 "impl-trait-for-tuples",9158 "impl-trait-for-tuples 0.2.1",
8799 "parity-scale-codec",9159 "parity-scale-codec",
8800 "sc-chain-spec-derive",9160 "sc-chain-spec-derive",
8801 "sc-consensus-babe",
8802 "sc-consensus-epochs",
8803 "sc-finality-grandpa",
8804 "sc-network",9161 "sc-network",
8805 "sc-telemetry",9162 "sc-telemetry",
8806 "serde",9163 "serde",
8807 "serde_json",9164 "serde_json",
8808 "sp-consensus-babe",
8809 "sp-core",9165 "sp-core",
8810 "sp-runtime",9166 "sp-runtime",
8811]9167]
88129168
8813[[package]]9169[[package]]
8814name = "sc-chain-spec-derive"9170name = "sc-chain-spec-derive"
8815version = "3.0.0"9171version = "4.0.0-dev"
8816source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9172source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
8817dependencies = [9173dependencies = [
8818 "proc-macro-crate 1.0.0",9174 "proc-macro-crate 1.0.0",
8819 "proc-macro2",9175 "proc-macro2",
88239179
8824[[package]]9180[[package]]
8825name = "sc-cli"9181name = "sc-cli"
8826version = "0.9.0"9182version = "0.10.0-dev"
8827source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9183source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
8828dependencies = [9184dependencies = [
8829 "chrono",9185 "chrono",
8830 "fdlimit",9186 "fdlimit",
8856 "structopt",9212 "structopt",
8857 "thiserror",9213 "thiserror",
8858 "tiny-bip39",9214 "tiny-bip39",
8859 "tokio 0.2.25",9215 "tokio 0.2.21",
8860]9216]
88619217
8862[[package]]9218[[package]]
8863name = "sc-client-api"9219name = "sc-client-api"
8864version = "3.0.0"9220version = "4.0.0-dev"
8865source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9221source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
8866dependencies = [9222dependencies = [
8867 "derive_more",9223 "derive_more",
8868 "fnv",9224 "fnv",
8874 "parity-scale-codec",9230 "parity-scale-codec",
8875 "parking_lot 0.11.1",9231 "parking_lot 0.11.1",
8876 "sc-executor",9232 "sc-executor",
9233 "sc-transaction-pool-api",
8877 "sp-api",9234 "sp-api",
8878 "sp-blockchain",9235 "sp-blockchain",
8879 "sp-consensus",9236 "sp-consensus",
8886 "sp-state-machine",9243 "sp-state-machine",
8887 "sp-std",9244 "sp-std",
8888 "sp-storage",9245 "sp-storage",
8889 "sp-transaction-pool",
8890 "sp-trie",9246 "sp-trie",
8891 "sp-utils",9247 "sp-utils",
8892 "sp-version",9248 "sp-version",
88959251
8896[[package]]9252[[package]]
8897name = "sc-client-db"9253name = "sc-client-db"
8898version = "0.9.0"9254version = "0.10.0-dev"
8899source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9255source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
8900dependencies = [9256dependencies = [
8901 "blake2-rfc",9257 "blake2-rfc",
8902 "hash-db",9258 "hash-db",
8903 "kvdb",9259 "kvdb",
8904 "kvdb-memorydb",9260 "kvdb-memorydb",
8905 "kvdb-rocksdb",9261 "kvdb-rocksdb 0.12.0",
8906 "linked-hash-map",9262 "linked-hash-map",
8907 "log",9263 "log",
8908 "parity-db",9264 "parity-db",
8914 "sc-state-db",9270 "sc-state-db",
8915 "sp-arithmetic",9271 "sp-arithmetic",
8916 "sp-blockchain",9272 "sp-blockchain",
8917 "sp-consensus",
8918 "sp-core",9273 "sp-core",
8919 "sp-database",9274 "sp-database",
8920 "sp-runtime",9275 "sp-runtime",
89259280
8926[[package]]9281[[package]]
8927name = "sc-consensus"9282name = "sc-consensus"
8928version = "0.9.0"9283version = "0.10.0-dev"
8929source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9284source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
8930dependencies = [9285dependencies = [
8931 "async-trait",9286 "async-trait",
9287 "futures 0.3.16",
9288 "futures-timer 3.0.2",
9289 "libp2p",
9290 "log",
8932 "parking_lot 0.11.1",9291 "parking_lot 0.11.1",
8933 "sc-client-api",9292 "sc-client-api",
9293 "serde",
9294 "sp-api",
8934 "sp-blockchain",9295 "sp-blockchain",
8935 "sp-consensus",9296 "sp-consensus",
9297 "sp-core",
8936 "sp-runtime",9298 "sp-runtime",
9299 "sp-state-machine",
9300 "sp-utils",
9301 "substrate-prometheus-endpoint",
9302 "thiserror",
9303 "wasm-timer",
8937]9304]
89389305
8939[[package]]9306[[package]]
8940name = "sc-consensus-aura"9307name = "sc-consensus-aura"
8941version = "0.9.0"9308version = "0.10.0-dev"
8942source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9309source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
8943dependencies = [9310dependencies = [
8944 "async-trait",9311 "async-trait",
8945 "derive_more",9312 "derive_more",
8949 "parity-scale-codec",9316 "parity-scale-codec",
8950 "sc-block-builder",9317 "sc-block-builder",
8951 "sc-client-api",9318 "sc-client-api",
9319 "sc-consensus",
8952 "sc-consensus-slots",9320 "sc-consensus-slots",
8953 "sc-telemetry",9321 "sc-telemetry",
8954 "sp-api",9322 "sp-api",
89699337
8970[[package]]9338[[package]]
8971name = "sc-consensus-babe"9339name = "sc-consensus-babe"
8972version = "0.9.0"9340version = "0.10.0-dev"
8973source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9341source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
8974dependencies = [9342dependencies = [
8975 "async-trait",9343 "async-trait",
8976 "derive_more",9344 "derive_more",
8988 "rand 0.7.3",9356 "rand 0.7.3",
8989 "retain_mut",9357 "retain_mut",
8990 "sc-client-api",9358 "sc-client-api",
9359 "sc-consensus",
8991 "sc-consensus-epochs",9360 "sc-consensus-epochs",
8992 "sc-consensus-slots",9361 "sc-consensus-slots",
8993 "sc-consensus-uncles",9362 "sc-consensus-uncles",
90159384
9016[[package]]9385[[package]]
9017name = "sc-consensus-babe-rpc"9386name = "sc-consensus-babe-rpc"
9018version = "0.9.0"9387version = "0.10.0-dev"
9019source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9388source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9020dependencies = [9389dependencies = [
9021 "derive_more",9390 "derive_more",
9022 "futures 0.3.16",9391 "futures 0.3.16",
90399408
9040[[package]]9409[[package]]
9041name = "sc-consensus-epochs"9410name = "sc-consensus-epochs"
9042version = "0.9.0"9411version = "0.10.0-dev"
9043source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9412source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9044dependencies = [9413dependencies = [
9045 "fork-tree",9414 "fork-tree",
9046 "parity-scale-codec",9415 "parity-scale-codec",
90529421
9053[[package]]9422[[package]]
9054name = "sc-consensus-slots"9423name = "sc-consensus-slots"
9055version = "0.9.0"9424version = "0.10.0-dev"
9056source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9425source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9057dependencies = [9426dependencies = [
9058 "async-trait",9427 "async-trait",
9059 "futures 0.3.16",9428 "futures 0.3.16",
9060 "futures-timer 3.0.2",9429 "futures-timer 3.0.2",
9061 "impl-trait-for-tuples",9430 "impl-trait-for-tuples 0.2.1",
9062 "log",9431 "log",
9063 "parity-scale-codec",9432 "parity-scale-codec",
9064 "sc-client-api",9433 "sc-client-api",
9434 "sc-consensus",
9065 "sc-telemetry",9435 "sc-telemetry",
9066 "sp-api",9436 "sp-api",
9067 "sp-application-crypto",9437 "sp-application-crypto",
90809450
9081[[package]]9451[[package]]
9082name = "sc-consensus-uncles"9452name = "sc-consensus-uncles"
9083version = "0.9.0"9453version = "0.10.0-dev"
9084source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9454source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9085dependencies = [9455dependencies = [
9086 "sc-client-api",9456 "sc-client-api",
9087 "sp-authorship",9457 "sp-authorship",
90919461
9092[[package]]9462[[package]]
9093name = "sc-executor"9463name = "sc-executor"
9094version = "0.9.0"9464version = "0.10.0-dev"
9095source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9465source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9096dependencies = [9466dependencies = [
9097 "derive_more",9467 "derive_more",
9098 "lazy_static",9468 "lazy_static",
91209490
9121[[package]]9491[[package]]
9122name = "sc-executor-common"9492name = "sc-executor-common"
9123version = "0.9.0"9493version = "0.10.0-dev"
9124source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9494source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9125dependencies = [9495dependencies = [
9126 "derive_more",9496 "derive_more",
9127 "parity-scale-codec",9497 "parity-scale-codec",
91379507
9138[[package]]9508[[package]]
9139name = "sc-executor-wasmi"9509name = "sc-executor-wasmi"
9140version = "0.9.0"9510version = "0.10.0-dev"
9141source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9511source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9142dependencies = [9512dependencies = [
9143 "log",9513 "log",
9144 "parity-scale-codec",9514 "parity-scale-codec",
91529522
9153[[package]]9523[[package]]
9154name = "sc-executor-wasmtime"9524name = "sc-executor-wasmtime"
9155version = "0.9.0"9525version = "0.10.0-dev"
9156source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9526source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9157dependencies = [9527dependencies = [
9158 "cfg-if 1.0.0",9528 "cfg-if 1.0.0",
9159 "libc",9529 "libc",
9160 "log",9530 "log",
9161 "parity-scale-codec",9531 "parity-scale-codec",
9162 "parity-wasm 0.42.2",9532 "parity-wasm 0.42.2",
9533 "pwasm-utils",
9163 "sc-allocator",9534 "sc-allocator",
9164 "sc-executor-common",9535 "sc-executor-common",
9165 "scoped-tls",9536 "scoped-tls",
91719542
9172[[package]]9543[[package]]
9173name = "sc-finality-grandpa"9544name = "sc-finality-grandpa"
9174version = "0.9.0"9545version = "0.10.0-dev"
9175source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9546source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9176dependencies = [9547dependencies = [
9177 "async-trait",9548 "async-trait",
9178 "derive_more",9549 "derive_more",
9185 "log",9556 "log",
9186 "parity-scale-codec",9557 "parity-scale-codec",
9187 "parking_lot 0.11.1",9558 "parking_lot 0.11.1",
9188 "pin-project 1.0.8",9559 "pin-project 1.0.7",
9189 "rand 0.7.3",9560 "rand 0.8.4",
9190 "sc-block-builder",9561 "sc-block-builder",
9191 "sc-client-api",9562 "sc-client-api",
9192 "sc-consensus",9563 "sc-consensus",
92129583
9213[[package]]9584[[package]]
9214name = "sc-finality-grandpa-rpc"9585name = "sc-finality-grandpa-rpc"
9215version = "0.9.0"9586version = "0.10.0-dev"
9216source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9587source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9217dependencies = [9588dependencies = [
9218 "derive_more",9589 "derive_more",
9219 "finality-grandpa",9590 "finality-grandpa",
9235]9606]
92369607
9237[[package]]9608[[package]]
9238name = "sc-finality-grandpa-warp-sync"
9239version = "0.9.0"
9240source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"
9241dependencies = [
9242 "derive_more",
9243 "futures 0.3.16",
9244 "log",
9245 "num-traits",
9246 "parity-scale-codec",
9247 "parking_lot 0.11.1",
9248 "prost",
9249 "sc-client-api",
9250 "sc-finality-grandpa",
9251 "sc-network",
9252 "sc-service",
9253 "sp-blockchain",
9254 "sp-finality-grandpa",
9255 "sp-runtime",
9256]
9257
9258[[package]]
9259name = "sc-informant"9609name = "sc-informant"
9260version = "0.9.0"9610version = "0.10.0-dev"
9261source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9611source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9262dependencies = [9612dependencies = [
9263 "ansi_term 0.12.1",9613 "ansi_term 0.12.1",
9264 "futures 0.3.16",9614 "futures 0.3.16",
9267 "parity-util-mem",9617 "parity-util-mem",
9268 "sc-client-api",9618 "sc-client-api",
9269 "sc-network",9619 "sc-network",
9620 "sc-transaction-pool-api",
9270 "sp-blockchain",9621 "sp-blockchain",
9271 "sp-runtime",9622 "sp-runtime",
9272 "sp-transaction-pool",
9273 "wasm-timer",9623 "wasm-timer",
9274]9624]
92759625
9276[[package]]9626[[package]]
9277name = "sc-keystore"9627name = "sc-keystore"
9278version = "3.0.0"9628version = "4.0.0-dev"
9279source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9629source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9280dependencies = [9630dependencies = [
9281 "async-trait",9631 "async-trait",
9282 "derive_more",9632 "derive_more",
9290 "sp-application-crypto",9640 "sp-application-crypto",
9291 "sp-core",9641 "sp-core",
9292 "sp-keystore",9642 "sp-keystore",
9293 "subtle 2.4.1",9643 "subtle 2.2.3",
9294]9644]
92959645
9296[[package]]9646[[package]]
9297name = "sc-light"9647name = "sc-light"
9298version = "3.0.0"9648version = "4.0.0-dev"
9299source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9649source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9300dependencies = [9650dependencies = [
9301 "hash-db",9651 "hash-db",
9302 "lazy_static",9652 "lazy_static",
93149664
9315[[package]]9665[[package]]
9316name = "sc-network"9666name = "sc-network"
9317version = "0.9.0"9667version = "0.10.0-dev"
9318source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9668source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9319dependencies = [9669dependencies = [
9320 "async-std",9670 "async-std",
9321 "async-trait",9671 "async-trait",
9341 "nohash-hasher",9691 "nohash-hasher",
9342 "parity-scale-codec",9692 "parity-scale-codec",
9343 "parking_lot 0.11.1",9693 "parking_lot 0.11.1",
9344 "pin-project 1.0.8",9694 "pin-project 1.0.7",
9345 "prost",9695 "prost",
9346 "prost-build",9696 "prost-build",
9347 "rand 0.7.3",9697 "rand 0.7.3",
9348 "sc-block-builder",9698 "sc-block-builder",
9349 "sc-client-api",9699 "sc-client-api",
9700 "sc-consensus",
9350 "sc-peerset",9701 "sc-peerset",
9351 "serde",9702 "serde",
9352 "serde_json",9703 "serde_json",
9355 "sp-blockchain",9706 "sp-blockchain",
9356 "sp-consensus",9707 "sp-consensus",
9357 "sp-core",9708 "sp-core",
9709 "sp-finality-grandpa",
9358 "sp-runtime",9710 "sp-runtime",
9359 "sp-utils",9711 "sp-utils",
9360 "substrate-prometheus-endpoint",9712 "substrate-prometheus-endpoint",
93679719
9368[[package]]9720[[package]]
9369name = "sc-network-gossip"9721name = "sc-network-gossip"
9370version = "0.9.0"9722version = "0.10.0-dev"
9371source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9723source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9372dependencies = [9724dependencies = [
9373 "futures 0.3.16",9725 "futures 0.3.16",
9374 "futures-timer 3.0.2",9726 "futures-timer 3.0.2",
93849736
9385[[package]]9737[[package]]
9386name = "sc-offchain"9738name = "sc-offchain"
9387version = "3.0.0"9739version = "4.0.0-dev"
9388source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9740source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9389dependencies = [9741dependencies = [
9390 "bytes 0.5.6",9742 "bytes 0.5.6",
9391 "fnv",9743 "fnv",
9392 "futures 0.3.16",9744 "futures 0.3.16",
9393 "futures-timer 3.0.2",9745 "futures-timer 3.0.2",
9394 "hex",9746 "hex",
9395 "hyper 0.13.10",9747 "hyper 0.13.9",
9396 "hyper-rustls",9748 "hyper-rustls",
9397 "log",9749 "log",
9398 "num_cpus",9750 "num_cpus",
94129764
9413[[package]]9765[[package]]
9414name = "sc-peerset"9766name = "sc-peerset"
9415version = "3.0.0"9767version = "4.0.0-dev"
9416source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9768source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9417dependencies = [9769dependencies = [
9418 "futures 0.3.16",9770 "futures 0.3.16",
9419 "libp2p",9771 "libp2p",
9426[[package]]9778[[package]]
9427name = "sc-proposer-metrics"9779name = "sc-proposer-metrics"
9428version = "0.9.0"9780version = "0.9.0"
9429source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9781source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9430dependencies = [9782dependencies = [
9431 "log",9783 "log",
9432 "substrate-prometheus-endpoint",9784 "substrate-prometheus-endpoint",
9433]9785]
94349786
9435[[package]]9787[[package]]
9436name = "sc-rpc"9788name = "sc-rpc"
9437version = "3.0.0"9789version = "4.0.0-dev"
9438source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9790source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9439dependencies = [9791dependencies = [
9440 "futures 0.3.16",9792 "futures 0.3.16",
9441 "hash-db",9793 "hash-db",
9451 "sc-keystore",9803 "sc-keystore",
9452 "sc-rpc-api",9804 "sc-rpc-api",
9453 "sc-tracing",9805 "sc-tracing",
9806 "sc-transaction-pool-api",
9454 "serde_json",9807 "serde_json",
9455 "sp-api",9808 "sp-api",
9456 "sp-blockchain",9809 "sp-blockchain",
9462 "sp-session",9815 "sp-session",
9463 "sp-state-machine",9816 "sp-state-machine",
9464 "sp-tracing",9817 "sp-tracing",
9465 "sp-transaction-pool",
9466 "sp-utils",9818 "sp-utils",
9467 "sp-version",9819 "sp-version",
9468]9820]
94699821
9470[[package]]9822[[package]]
9471name = "sc-rpc-api"9823name = "sc-rpc-api"
9472version = "0.9.0"9824version = "0.10.0-dev"
9473source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9825source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9474dependencies = [9826dependencies = [
9475 "derive_more",9827 "derive_more",
9476 "futures 0.3.16",9828 "futures 0.3.16",
9482 "parity-scale-codec",9834 "parity-scale-codec",
9483 "parking_lot 0.11.1",9835 "parking_lot 0.11.1",
9484 "sc-chain-spec",9836 "sc-chain-spec",
9837 "sc-transaction-pool-api",
9485 "serde",9838 "serde",
9486 "serde_json",9839 "serde_json",
9487 "sp-core",9840 "sp-core",
9488 "sp-rpc",9841 "sp-rpc",
9489 "sp-runtime",9842 "sp-runtime",
9490 "sp-tracing",9843 "sp-tracing",
9491 "sp-transaction-pool",
9492 "sp-version",9844 "sp-version",
9493]9845]
94949846
9495[[package]]9847[[package]]
9496name = "sc-rpc-server"9848name = "sc-rpc-server"
9497version = "3.0.0"9849version = "4.0.0-dev"
9498source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9850source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9499dependencies = [9851dependencies = [
9500 "futures 0.1.31",9852 "futures 0.1.29",
9501 "jsonrpc-core 15.1.0",9853 "jsonrpc-core 15.1.0",
9502 "jsonrpc-http-server",9854 "jsonrpc-http-server",
9503 "jsonrpc-ipc-server",9855 "jsonrpc-ipc-server",
95129864
9513[[package]]9865[[package]]
9514name = "sc-service"9866name = "sc-service"
9515version = "0.9.0"9867version = "0.10.0-dev"
9516source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9868source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9517dependencies = [9869dependencies = [
9518 "async-trait",9870 "async-trait",
9519 "directories",9871 "directories",
9520 "exit-future",9872 "exit-future",
9521 "futures 0.1.31",9873 "futures 0.1.29",
9522 "futures 0.3.16",9874 "futures 0.3.16",
9523 "futures-timer 3.0.2",9875 "futures-timer 3.0.2",
9524 "hash-db",9876 "hash-db",
9529 "parity-scale-codec",9881 "parity-scale-codec",
9530 "parity-util-mem",9882 "parity-util-mem",
9531 "parking_lot 0.11.1",9883 "parking_lot 0.11.1",
9532 "pin-project 1.0.8",9884 "pin-project 1.0.7",
9533 "rand 0.7.3",9885 "rand 0.7.3",
9534 "sc-block-builder",9886 "sc-block-builder",
9535 "sc-chain-spec",9887 "sc-chain-spec",
9536 "sc-client-api",9888 "sc-client-api",
9537 "sc-client-db",9889 "sc-client-db",
9890 "sc-consensus",
9538 "sc-executor",9891 "sc-executor",
9539 "sc-informant",9892 "sc-informant",
9540 "sc-keystore",9893 "sc-keystore",
9546 "sc-telemetry",9899 "sc-telemetry",
9547 "sc-tracing",9900 "sc-tracing",
9548 "sc-transaction-pool",9901 "sc-transaction-pool",
9902 "sc-transaction-pool-api",
9549 "serde",9903 "serde",
9550 "serde_json",9904 "serde_json",
9551 "sp-api",9905 "sp-api",
95789932
9579[[package]]9933[[package]]
9580name = "sc-state-db"9934name = "sc-state-db"
9581version = "0.9.0"9935version = "0.10.0-dev"
9582source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9936source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9583dependencies = [9937dependencies = [
9584 "log",9938 "log",
9585 "parity-scale-codec",9939 "parity-scale-codec",
95939947
9594[[package]]9948[[package]]
9595name = "sc-sync-state-rpc"9949name = "sc-sync-state-rpc"
9596version = "0.9.0"9950version = "0.10.0-dev"
9597source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9951source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9598dependencies = [9952dependencies = [
9599 "jsonrpc-core 15.1.0",9953 "jsonrpc-core 15.1.0",
9600 "jsonrpc-core-client 15.1.0",9954 "jsonrpc-core-client 15.1.0",
9601 "jsonrpc-derive 15.1.0",9955 "jsonrpc-derive 15.1.0",
9956 "parity-scale-codec",
9602 "sc-chain-spec",9957 "sc-chain-spec",
9603 "sc-client-api",9958 "sc-client-api",
9604 "sc-consensus-babe",9959 "sc-consensus-babe",
9605 "sc-consensus-epochs",9960 "sc-consensus-epochs",
9606 "sc-finality-grandpa",9961 "sc-finality-grandpa",
9607 "sc-rpc-api",9962 "sc-rpc-api",
9963 "serde",
9608 "serde_json",9964 "serde_json",
9609 "sp-blockchain",9965 "sp-blockchain",
9610 "sp-runtime",9966 "sp-runtime",
96139969
9614[[package]]9970[[package]]
9615name = "sc-telemetry"9971name = "sc-telemetry"
9616version = "3.0.0"9972version = "4.0.0-dev"
9617source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9973source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9618dependencies = [9974dependencies = [
9619 "chrono",9975 "chrono",
9620 "futures 0.3.16",9976 "futures 0.3.16",
9621 "libp2p",9977 "libp2p",
9622 "log",9978 "log",
9623 "parking_lot 0.11.1",9979 "parking_lot 0.11.1",
9624 "pin-project 1.0.8",9980 "pin-project 1.0.7",
9625 "rand 0.7.3",9981 "rand 0.7.3",
9626 "serde",9982 "serde",
9627 "serde_json",9983 "serde_json",
96339989
9634[[package]]9990[[package]]
9635name = "sc-tracing"9991name = "sc-tracing"
9636version = "3.0.0"9992version = "4.0.0-dev"
9637source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9993source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9638dependencies = [9994dependencies = [
9639 "ansi_term 0.12.1",9995 "ansi_term 0.12.1",
9640 "atty",9996 "atty",
967010026
9671[[package]]10027[[package]]
9672name = "sc-tracing-proc-macro"10028name = "sc-tracing-proc-macro"
9673version = "3.0.0"10029version = "4.0.0-dev"
9674source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10030source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9675dependencies = [10031dependencies = [
9676 "proc-macro-crate 1.0.0",10032 "proc-macro-crate 1.0.0",
9677 "proc-macro2",10033 "proc-macro2",
9680]10036]
968110037
9682[[package]]10038[[package]]
9683name = "sc-transaction-graph"10039name = "sc-transaction-pool"
9684version = "3.0.0"10040version = "4.0.0-dev"
9685source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10041source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9686dependencies = [10042dependencies = [
9687 "derive_more",10043 "derive_more",
9688 "futures 0.3.16",10044 "futures 0.3.16",
10045 "intervalier",
9689 "linked-hash-map",10046 "linked-hash-map",
9690 "log",10047 "log",
10048 "parity-scale-codec",
9691 "parity-util-mem",10049 "parity-util-mem",
9692 "parking_lot 0.11.1",10050 "parking_lot 0.11.1",
9693 "retain_mut",10051 "retain_mut",
10052 "sc-client-api",
10053 "sc-transaction-pool-api",
9694 "serde",10054 "serde",
10055 "sp-api",
9695 "sp-blockchain",10056 "sp-blockchain",
9696 "sp-core",10057 "sp-core",
9697 "sp-runtime",10058 "sp-runtime",
10059 "sp-tracing",
9698 "sp-transaction-pool",10060 "sp-transaction-pool",
9699 "sp-utils",10061 "sp-utils",
10062 "substrate-prometheus-endpoint",
9700 "thiserror",10063 "thiserror",
9701 "wasm-timer",10064 "wasm-timer",
9702]10065]
970310066
9704[[package]]10067[[package]]
9705name = "sc-transaction-pool"10068name = "sc-transaction-pool-api"
9706version = "3.0.0"10069version = "4.0.0-dev"
9707source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10070source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
9708dependencies = [10071dependencies = [
10072 "derive_more",
9709 "futures 0.3.16",10073 "futures 0.3.16",
9710 "intervalier",
9711 "log",10074 "log",
9712 "parity-scale-codec",10075 "parity-scale-codec",
9713 "parity-util-mem",10076 "serde",
9714 "parking_lot 0.11.1",
9715 "sc-client-api",
9716 "sc-transaction-graph",
9717 "sp-api",
9718 "sp-blockchain",10077 "sp-blockchain",
9719 "sp-core",
9720 "sp-runtime",10078 "sp-runtime",
9721 "sp-tracing",
9722 "sp-transaction-pool",
9723 "sp-utils",
9724 "substrate-prometheus-endpoint",
9725 "thiserror",10079 "thiserror",
9726 "wasm-timer",
9727]10080]
972810081
9729[[package]]10082[[package]]
10083name = "scale-info"
10084version = "0.10.0"
10085source = "registry+https://github.com/rust-lang/crates.io-index"
10086checksum = "d2e62ff266e136db561a007c84569985805f84a1d5a08278e52c36aacb6e061b"
10087dependencies = [
10088 "bitvec 0.20.1",
10089 "cfg-if 1.0.0",
10090 "derive_more",
10091 "parity-scale-codec",
10092 "scale-info-derive",
10093]
10094
10095[[package]]
10096name = "scale-info-derive"
10097version = "0.7.0"
10098source = "registry+https://github.com/rust-lang/crates.io-index"
10099checksum = "b648fa291891a4c80187a25532f6a7d96b82c70353e30b868b14632b8fe043d6"
10100dependencies = [
10101 "proc-macro-crate 1.0.0",
10102 "proc-macro2",
10103 "quote",
10104 "syn",
10105]
10106
10107[[package]]
9730name = "schannel"10108name = "schannel"
9731version = "0.1.19"10109version = "0.1.19"
9732source = "registry+https://github.com/rust-lang/crates.io-index"10110source = "registry+https://github.com/rust-lang/crates.io-index"
9744dependencies = [10122dependencies = [
9745 "arrayref",10123 "arrayref",
9746 "arrayvec 0.5.2",10124 "arrayvec 0.5.2",
9747 "curve25519-dalek 2.1.3",10125 "curve25519-dalek 2.1.0",
9748 "getrandom 0.1.16",10126 "getrandom 0.1.14",
9749 "merlin",10127 "merlin",
9750 "rand 0.7.3",10128 "rand 0.7.3",
9751 "rand_core 0.5.1",10129 "rand_core 0.5.1",
9752 "sha2 0.8.2",10130 "sha2 0.8.2",
9753 "subtle 2.4.1",10131 "subtle 2.2.3",
9754 "zeroize",10132 "zeroize",
9755]10133]
975610134
9767checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"10145checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
976810146
9769[[package]]10147[[package]]
9770name = "scroll"
9771version = "0.10.2"
9772source = "registry+https://github.com/rust-lang/crates.io-index"
9773checksum = "fda28d4b4830b807a8b43f7b0e6b5df875311b3e7621d84577188c175b6ec1ec"
9774dependencies = [
9775 "scroll_derive",
9776]
9777
9778[[package]]
9779name = "scroll_derive"
9780version = "0.10.5"
9781source = "registry+https://github.com/rust-lang/crates.io-index"
9782checksum = "aaaae8f38bb311444cfb7f1979af0bc9240d95795f75f9ceddf6a59b79ceffa0"
9783dependencies = [
9784 "proc-macro2",
9785 "quote",
9786 "syn",
9787]
9788
9789[[package]]
9790name = "sct"10148name = "sct"
9791version = "0.6.1"10149version = "0.6.0"
9792source = "registry+https://github.com/rust-lang/crates.io-index"10150source = "registry+https://github.com/rust-lang/crates.io-index"
9793checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10151checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
9794dependencies = [10152dependencies = [
9795 "ring",10153 "ring",
9796 "untrusted",10154 "untrusted",
982010178
9821[[package]]10179[[package]]
9822name = "security-framework"10180name = "security-framework"
9823version = "2.3.1"10181version = "2.2.0"
9824source = "registry+https://github.com/rust-lang/crates.io-index"10182source = "registry+https://github.com/rust-lang/crates.io-index"
9825checksum = "23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467"10183checksum = "3670b1d2fdf6084d192bc71ead7aabe6c06aa2ea3fbd9cc3ac111fa5c2b1bd84"
9826dependencies = [10184dependencies = [
9827 "bitflags",10185 "bitflags",
9828 "core-foundation 0.9.1",10186 "core-foundation 0.9.1",
9829 "core-foundation-sys 0.8.2",10187 "core-foundation-sys 0.8.2",
9830 "libc",10188 "libc",
9831 "security-framework-sys 2.3.0",10189 "security-framework-sys 2.2.0",
9832]10190]
983310191
9834[[package]]10192[[package]]
984310201
9844[[package]]10202[[package]]
9845name = "security-framework-sys"10203name = "security-framework-sys"
9846version = "2.3.0"10204version = "2.2.0"
9847source = "registry+https://github.com/rust-lang/crates.io-index"10205source = "registry+https://github.com/rust-lang/crates.io-index"
9848checksum = "7e4effb91b4b8b6fb7732e670b6cee160278ff8e6bf485c7805d9e319d76e284"10206checksum = "3676258fd3cfe2c9a0ec99ce3038798d847ce3e4bb17746373eb9f0f1ac16339"
9849dependencies = [10207dependencies = [
9850 "core-foundation-sys 0.8.2",10208 "core-foundation-sys 0.8.2",
9851 "libc",10209 "libc",
989610254
9897[[package]]10255[[package]]
9898name = "serde"10256name = "serde"
9899version = "1.0.126"10257version = "1.0.127"
9900source = "registry+https://github.com/rust-lang/crates.io-index"10258source = "registry+https://github.com/rust-lang/crates.io-index"
9901checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"10259checksum = "f03b9878abf6d14e6779d3f24f07b2cfa90352cfec4acc5aab8f1ac7f146fae8"
9902dependencies = [10260dependencies = [
9903 "serde_derive",10261 "serde_derive",
9904]10262]
990510263
9906[[package]]10264[[package]]
9907name = "serde_derive"10265name = "serde_derive"
9908version = "1.0.126"10266version = "1.0.127"
9909source = "registry+https://github.com/rust-lang/crates.io-index"10267source = "registry+https://github.com/rust-lang/crates.io-index"
9910checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"10268checksum = "a024926d3432516606328597e0f224a51355a493b49fdd67e9209187cbe55ecc"
9911dependencies = [10269dependencies = [
9912 "proc-macro2",10270 "proc-macro2",
9913 "quote",10271 "quote",
993910297
9940[[package]]10298[[package]]
9941name = "sha-1"10299name = "sha-1"
9942version = "0.9.7"10300version = "0.9.6"
9943source = "registry+https://github.com/rust-lang/crates.io-index"10301source = "registry+https://github.com/rust-lang/crates.io-index"
9944checksum = "1a0c8611594e2ab4ebbf06ec7cbbf0a99450b8570e96cbf5188b5d5f6ef18d81"10302checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16"
9945dependencies = [10303dependencies = [
9946 "block-buffer 0.9.0",10304 "block-buffer 0.9.0",
9947 "cfg-if 1.0.0",10305 "cfg-if 1.0.0",
996410322
9965[[package]]10323[[package]]
9966name = "sha2"10324name = "sha2"
9967version = "0.9.5"10325version = "0.9.2"
9968source = "registry+https://github.com/rust-lang/crates.io-index"10326source = "registry+https://github.com/rust-lang/crates.io-index"
9969checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12"10327checksum = "6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8"
9970dependencies = [10328dependencies = [
9971 "block-buffer 0.9.0",10329 "block-buffer 0.9.0",
9972 "cfg-if 1.0.0",10330 "cfg-if 1.0.0",
9973 "cpufeatures",10331 "cpuid-bool",
9974 "digest 0.9.0",10332 "digest 0.9.0",
9975 "opaque-debug 0.3.0",10333 "opaque-debug 0.3.0",
9976]10334]
1000210360
10003[[package]]10361[[package]]
10004name = "sharded-slab"10362name = "sharded-slab"
10005version = "0.1.1"10363version = "0.1.0"
10006source = "registry+https://github.com/rust-lang/crates.io-index"10364source = "registry+https://github.com/rust-lang/crates.io-index"
10007checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"10365checksum = "7b4921be914e16899a80adefb821f8ddb7974e3f1250223575a44ed994882127"
10008dependencies = [10366dependencies = [
10009 "lazy_static",10367 "lazy_static",
10368 "loom",
10010]10369]
1001110370
10012[[package]]10371[[package]]
10013name = "shlex"10372name = "shlex"
10014version = "1.0.0"10373version = "1.1.0"
10015source = "registry+https://github.com/rust-lang/crates.io-index"10374source = "registry+https://github.com/rust-lang/crates.io-index"
10016checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"10375checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
1001710376
10018[[package]]10377[[package]]
10019name = "signal-hook"10378name = "signal-hook"
1003610395
10037[[package]]10396[[package]]
10038name = "signature"10397name = "signature"
10039version = "1.3.1"10398version = "1.1.0"
10040source = "registry+https://github.com/rust-lang/crates.io-index"10399source = "registry+https://github.com/rust-lang/crates.io-index"
10041checksum = "c19772be3c4dd2ceaacf03cb41d5885f2a02c4d8804884918e3a258480803335"10400checksum = "65211b7b6fc3f14ff9fc7a2011a434e3e6880585bd2e9e9396315ae24cbf7852"
1004210401
10043[[package]]10402[[package]]
10044name = "simba"10403name = "simba"
1005410413
10055[[package]]10414[[package]]
10056name = "slab"10415name = "slab"
10057version = "0.4.3"10416version = "0.4.2"
10058source = "registry+https://github.com/rust-lang/crates.io-index"10417source = "registry+https://github.com/rust-lang/crates.io-index"
10059checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"10418checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
1006010419
10061[[package]]10420[[package]]
10062name = "slog"10421name = "slog"
1006910428
10070[[package]]10429[[package]]
10071name = "slot-range-helper"10430name = "slot-range-helper"
10072version = "0.9.8"10431version = "0.9.9-1"
10073source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"10432source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
10074dependencies = [10433dependencies = [
10075 "enumn",10434 "enumn",
10076 "parity-scale-codec",10435 "parity-scale-codec",
1009010449
10091[[package]]10450[[package]]
10092name = "smallvec"10451name = "smallvec"
10093version = "0.6.14"10452version = "0.6.13"
10094source = "registry+https://github.com/rust-lang/crates.io-index"10453source = "registry+https://github.com/rust-lang/crates.io-index"
10095checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"10454checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
10096dependencies = [10455dependencies = [
10097 "maybe-uninit",10456 "maybe-uninit",
10098]10457]
1010510464
10106[[package]]10465[[package]]
10107name = "snow"10466name = "snow"
10108version = "0.7.2"10467version = "0.7.1"
10109source = "registry+https://github.com/rust-lang/crates.io-index"10468source = "registry+https://github.com/rust-lang/crates.io-index"
10110checksum = "795dd7aeeee24468e5a32661f6d27f7b5cbed802031b2d7640c7b10f8fb2dd50"10469checksum = "32bf8474159a95551661246cda4976e89356999e3cbfef36f493dacc3fae1e8e"
10111dependencies = [10470dependencies = [
10112 "aes-gcm",10471 "aes-gcm",
10113 "blake2",10472 "blake2",
10114 "chacha20poly1305",10473 "chacha20poly1305",
10115 "rand 0.7.3",10474 "rand 0.7.3",
10116 "rand_core 0.5.1",10475 "rand_core 0.5.1",
10117 "ring",10476 "ring",
10118 "rustc_version 0.2.3",10477 "rustc_version",
10119 "sha2 0.9.5",10478 "sha2 0.9.2",
10120 "subtle 2.4.1",10479 "subtle 2.2.3",
10121 "x25519-dalek",10480 "x25519-dalek 0.6.0",
10122]10481]
1012310482
10124[[package]]10483[[package]]
10125name = "socket2"10484name = "socket2"
10126version = "0.3.19"10485version = "0.3.17"
10127source = "registry+https://github.com/rust-lang/crates.io-index"10486source = "registry+https://github.com/rust-lang/crates.io-index"
10128checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10487checksum = "2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902"
10129dependencies = [10488dependencies = [
10130 "cfg-if 1.0.0",10489 "cfg-if 1.0.0",
10131 "libc",10490 "libc",
10491 "redox_syscall 0.1.56",
10132 "winapi 0.3.9",10492 "winapi 0.3.9",
10133]10493]
1013410494
1014410504
10145[[package]]10505[[package]]
10146name = "soketto"10506name = "soketto"
10147version = "0.4.2"10507version = "0.4.1"
10148source = "registry+https://github.com/rust-lang/crates.io-index"10508source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "b5c71ed3d54db0a699f4948e1bb3e45b450fa31fe602621dee6680361d569c88"10509checksum = "85457366ae0c6ce56bf05a958aef14cd38513c236568618edbcd9a8c52cb80b0"
10150dependencies = [10510dependencies = [
10151 "base64 0.12.3",10511 "base64 0.12.3",
10152 "bytes 0.5.6",10512 "bytes 0.5.6",
10155 "httparse",10515 "httparse",
10156 "log",10516 "log",
10157 "rand 0.7.3",10517 "rand 0.7.3",
10158 "sha-1 0.9.7",10518 "sha-1 0.8.2",
10159]10519]
1016010520
10161[[package]]10521[[package]]
10162name = "soketto"10522name = "soketto"
10163version = "0.5.0"10523version = "0.6.0"
10164source = "registry+https://github.com/rust-lang/crates.io-index"10524source = "registry+https://github.com/rust-lang/crates.io-index"
10165checksum = "4919971d141dbadaa0e82b5d369e2d7666c98e4625046140615ca363e50d4daa"10525checksum = "a74e48087dbeed4833785c2f3352b59140095dc192dce966a3bfc155020a439f"
10166dependencies = [10526dependencies = [
10167 "base64 0.13.0",10527 "base64 0.13.0",
10168 "bytes 1.0.1",10528 "bytes 1.0.1",
10169 "futures 0.3.16",10529 "futures 0.3.16",
10170 "httparse",10530 "httparse",
10171 "log",10531 "log",
10172 "rand 0.8.4",10532 "rand 0.8.4",
10173 "sha-1 0.9.7",10533 "sha-1 0.9.6",
10174]10534]
1017510535
10176[[package]]10536[[package]]
10177name = "sp-api"10537name = "sp-api"
10178version = "3.0.0"10538version = "4.0.0-dev"
10179source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10539source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10180dependencies = [10540dependencies = [
10181 "hash-db",10541 "hash-db",
10182 "log",10542 "log",
1019210552
10193[[package]]10553[[package]]
10194name = "sp-api-proc-macro"10554name = "sp-api-proc-macro"
10195version = "3.0.0"10555version = "4.0.0-dev"
10196source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10556source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10197dependencies = [10557dependencies = [
10198 "blake2-rfc",10558 "blake2-rfc",
10199 "proc-macro-crate 1.0.0",10559 "proc-macro-crate 1.0.0",
1020410564
10205[[package]]10565[[package]]
10206name = "sp-application-crypto"10566name = "sp-application-crypto"
10207version = "3.0.0"10567version = "4.0.0-dev"
10208source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10568source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10209dependencies = [10569dependencies = [
10210 "max-encoded-len",
10211 "parity-scale-codec",10570 "parity-scale-codec",
10212 "serde",10571 "serde",
10213 "sp-core",10572 "sp-core",
1021710576
10218[[package]]10577[[package]]
10219name = "sp-arithmetic"10578name = "sp-arithmetic"
10220version = "3.0.0"10579version = "4.0.0-dev"
10221source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10580source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10222dependencies = [10581dependencies = [
10223 "integer-sqrt",10582 "integer-sqrt",
10224 "num-traits",10583 "num-traits",
1023110590
10232[[package]]10591[[package]]
10233name = "sp-authority-discovery"10592name = "sp-authority-discovery"
10234version = "3.0.0"10593version = "4.0.0-dev"
10235source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10594source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10236dependencies = [10595dependencies = [
10237 "parity-scale-codec",10596 "parity-scale-codec",
10238 "sp-api",10597 "sp-api",
1024310602
10244[[package]]10603[[package]]
10245name = "sp-authorship"10604name = "sp-authorship"
10246version = "3.0.0"10605version = "4.0.0-dev"
10247source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10606source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10248dependencies = [10607dependencies = [
10249 "async-trait",10608 "async-trait",
10250 "parity-scale-codec",10609 "parity-scale-codec",
1025510614
10256[[package]]10615[[package]]
10257name = "sp-block-builder"10616name = "sp-block-builder"
10258version = "3.0.0"10617version = "4.0.0-dev"
10259source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10618source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10260dependencies = [10619dependencies = [
10261 "parity-scale-codec",10620 "parity-scale-codec",
10262 "sp-api",10621 "sp-api",
1026710626
10268[[package]]10627[[package]]
10269name = "sp-blockchain"10628name = "sp-blockchain"
10270version = "3.0.0"10629version = "4.0.0-dev"
10271source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10630source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10272dependencies = [10631dependencies = [
10273 "futures 0.3.16",10632 "futures 0.3.16",
10274 "log",10633 "log",
1028510644
10286[[package]]10645[[package]]
10287name = "sp-consensus"10646name = "sp-consensus"
10288version = "0.9.0"10647version = "0.10.0-dev"
10289source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10648source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10290dependencies = [10649dependencies = [
10291 "async-trait",10650 "async-trait",
10292 "futures 0.3.16",10651 "futures 0.3.16",
10293 "futures-timer 3.0.2",10652 "futures-timer 3.0.2",
10294 "libp2p",
10295 "log",10653 "log",
10296 "parity-scale-codec",10654 "parity-scale-codec",
10297 "parking_lot 0.11.1",10655 "parking_lot 0.11.1",
1031210670
10313[[package]]10671[[package]]
10314name = "sp-consensus-aura"10672name = "sp-consensus-aura"
10315version = "0.9.0"10673version = "0.10.0-dev"
10316source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10674source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10317dependencies = [10675dependencies = [
10318 "async-trait",10676 "async-trait",
10319 "parity-scale-codec",10677 "parity-scale-codec",
1032910687
10330[[package]]10688[[package]]
10331name = "sp-consensus-babe"10689name = "sp-consensus-babe"
10332version = "0.9.0"10690version = "0.10.0-dev"
10333source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10691source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10334dependencies = [10692dependencies = [
10335 "async-trait",10693 "async-trait",
10336 "merlin",10694 "merlin",
1035110709
10352[[package]]10710[[package]]
10353name = "sp-consensus-slots"10711name = "sp-consensus-slots"
10354version = "0.9.0"10712version = "0.10.0-dev"
10355source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10713source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10356dependencies = [10714dependencies = [
10357 "parity-scale-codec",10715 "parity-scale-codec",
10358 "sp-arithmetic",10716 "sp-arithmetic",
1036110719
10362[[package]]10720[[package]]
10363name = "sp-consensus-vrf"10721name = "sp-consensus-vrf"
10364version = "0.9.0"10722version = "0.10.0-dev"
10365source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10723source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10366dependencies = [10724dependencies = [
10367 "parity-scale-codec",10725 "parity-scale-codec",
10368 "schnorrkel",10726 "schnorrkel",
1037310731
10374[[package]]10732[[package]]
10375name = "sp-core"10733name = "sp-core"
10376version = "3.0.0"10734version = "4.0.0-dev"
10377source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10735source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10378dependencies = [10736dependencies = [
10379 "base58",10737 "base58",
10380 "blake2-rfc",10738 "blake2-rfc",
10389 "lazy_static",10747 "lazy_static",
10390 "libsecp256k1 0.3.5",10748 "libsecp256k1 0.3.5",
10391 "log",10749 "log",
10392 "max-encoded-len",
10393 "merlin",10750 "merlin",
10394 "num-traits",10751 "num-traits",
10395 "parity-scale-codec",10752 "parity-scale-codec",
10396 "parity-util-mem",10753 "parity-util-mem",
10397 "parking_lot 0.11.1",10754 "parking_lot 0.11.1",
10398 "primitive-types",10755 "primitive-types 0.10.1",
10399 "rand 0.7.3",10756 "rand 0.7.3",
10400 "regex",10757 "regex",
10401 "schnorrkel",10758 "schnorrkel",
10402 "secrecy",10759 "secrecy",
10403 "serde",10760 "serde",
10404 "sha2 0.9.5",10761 "sha2 0.9.2",
10405 "sp-debug-derive",10762 "sp-debug-derive",
10406 "sp-externalities",10763 "sp-externalities",
10407 "sp-runtime-interface",10764 "sp-runtime-interface",
1041810775
10419[[package]]10776[[package]]
10420name = "sp-database"10777name = "sp-database"
10421version = "3.0.0"10778version = "4.0.0-dev"
10422source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10779source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10423dependencies = [10780dependencies = [
10424 "kvdb",10781 "kvdb",
10425 "parking_lot 0.11.1",10782 "parking_lot 0.11.1",
10428[[package]]10785[[package]]
10429name = "sp-debug-derive"10786name = "sp-debug-derive"
10430version = "3.0.0"10787version = "3.0.0"
10431source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10788source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10432dependencies = [10789dependencies = [
10433 "proc-macro2",10790 "proc-macro2",
10434 "quote",10791 "quote",
1043710794
10438[[package]]10795[[package]]
10439name = "sp-externalities"10796name = "sp-externalities"
10440version = "0.9.0"10797version = "0.10.0-dev"
10441source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10798source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10442dependencies = [10799dependencies = [
10443 "environmental",10800 "environmental",
10444 "parity-scale-codec",10801 "parity-scale-codec",
1044810805
10449[[package]]10806[[package]]
10450name = "sp-finality-grandpa"10807name = "sp-finality-grandpa"
10451version = "3.0.0"10808version = "4.0.0-dev"
10452source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10809source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10453dependencies = [10810dependencies = [
10454 "finality-grandpa",10811 "finality-grandpa",
10455 "log",10812 "log",
1046510822
10466[[package]]10823[[package]]
10467name = "sp-inherents"10824name = "sp-inherents"
10468version = "3.0.0"10825version = "4.0.0-dev"
10469source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10826source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10470dependencies = [10827dependencies = [
10471 "async-trait",10828 "async-trait",
10472 "impl-trait-for-tuples",10829 "impl-trait-for-tuples 0.2.1",
10473 "parity-scale-codec",10830 "parity-scale-codec",
10474 "sp-core",10831 "sp-core",
10475 "sp-runtime",10832 "sp-runtime",
1047910836
10480[[package]]10837[[package]]
10481name = "sp-io"10838name = "sp-io"
10482version = "3.0.0"10839version = "4.0.0-dev"
10483source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10840source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10484dependencies = [10841dependencies = [
10485 "futures 0.3.16",10842 "futures 0.3.16",
10486 "hash-db",10843 "hash-db",
1050410861
10505[[package]]10862[[package]]
10506name = "sp-keyring"10863name = "sp-keyring"
10507version = "3.0.0"10864version = "4.0.0-dev"
10508source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10865source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10509dependencies = [10866dependencies = [
10510 "lazy_static",10867 "lazy_static",
10511 "sp-core",10868 "sp-core",
1051510872
10516[[package]]10873[[package]]
10517name = "sp-keystore"10874name = "sp-keystore"
10518version = "0.9.0"10875version = "0.10.0-dev"
10519source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10876source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10520dependencies = [10877dependencies = [
10521 "async-trait",10878 "async-trait",
10522 "derive_more",10879 "derive_more",
1053210889
10533[[package]]10890[[package]]
10534name = "sp-maybe-compressed-blob"10891name = "sp-maybe-compressed-blob"
10535version = "3.0.0"10892version = "4.0.0-dev"
10536source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10893source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10537dependencies = [10894dependencies = [
10538 "ruzstd",10895 "ruzstd",
10539 "zstd",10896 "zstd",
10540]10897]
1054110898
10542[[package]]10899[[package]]
10543name = "sp-npos-elections"10900name = "sp-npos-elections"
10544version = "3.0.0"10901version = "4.0.0-dev"
10545source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10902source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10546dependencies = [10903dependencies = [
10547 "parity-scale-codec",10904 "parity-scale-codec",
10548 "serde",10905 "serde",
1055410911
10555[[package]]10912[[package]]
10556name = "sp-npos-elections-compact"10913name = "sp-npos-elections-compact"
10557version = "3.0.0"10914version = "4.0.0-dev"
10558source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10915source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10559dependencies = [10916dependencies = [
10560 "proc-macro-crate 1.0.0",10917 "proc-macro-crate 1.0.0",
10561 "proc-macro2",10918 "proc-macro2",
1056510922
10566[[package]]10923[[package]]
10567name = "sp-offchain"10924name = "sp-offchain"
10568version = "3.0.0"10925version = "4.0.0-dev"
10569source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10926source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10570dependencies = [10927dependencies = [
10571 "sp-api",10928 "sp-api",
10572 "sp-core",10929 "sp-core",
10576[[package]]10933[[package]]
10577name = "sp-panic-handler"10934name = "sp-panic-handler"
10578version = "3.0.0"10935version = "3.0.0"
10579source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10936source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10580dependencies = [10937dependencies = [
10581 "backtrace",10938 "backtrace",
10582]10939]
1058310940
10584[[package]]10941[[package]]
10585name = "sp-rpc"10942name = "sp-rpc"
10586version = "3.0.0"10943version = "4.0.0-dev"
10587source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10944source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10588dependencies = [10945dependencies = [
10589 "rustc-hash",10946 "rustc-hash",
10590 "serde",10947 "serde",
1059410951
10595[[package]]10952[[package]]
10596name = "sp-runtime"10953name = "sp-runtime"
10597version = "3.0.0"10954version = "4.0.0-dev"
10598source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10955source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10599dependencies = [10956dependencies = [
10600 "either",10957 "either",
10601 "hash256-std-hasher",10958 "hash256-std-hasher",
10602 "impl-trait-for-tuples",10959 "impl-trait-for-tuples 0.2.1",
10603 "log",10960 "log",
10604 "max-encoded-len",
10605 "parity-scale-codec",10961 "parity-scale-codec",
10606 "parity-util-mem",10962 "parity-util-mem",
10607 "paste",10963 "paste",
1061610972
10617[[package]]10973[[package]]
10618name = "sp-runtime-interface"10974name = "sp-runtime-interface"
10619version = "3.0.0"10975version = "4.0.0-dev"
10620source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10976source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10621dependencies = [10977dependencies = [
10622 "impl-trait-for-tuples",10978 "impl-trait-for-tuples 0.2.1",
10623 "parity-scale-codec",10979 "parity-scale-codec",
10624 "primitive-types",10980 "primitive-types 0.10.1",
10625 "sp-externalities",10981 "sp-externalities",
10626 "sp-runtime-interface-proc-macro",10982 "sp-runtime-interface-proc-macro",
10627 "sp-std",10983 "sp-std",
1063310989
10634[[package]]10990[[package]]
10635name = "sp-runtime-interface-proc-macro"10991name = "sp-runtime-interface-proc-macro"
10636version = "3.0.0"10992version = "4.0.0-dev"
10637source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10993source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10638dependencies = [10994dependencies = [
10639 "Inflector",10995 "Inflector",
10640 "proc-macro-crate 1.0.0",10996 "proc-macro-crate 1.0.0",
1064511001
10646[[package]]11002[[package]]
10647name = "sp-sandbox"11003name = "sp-sandbox"
10648version = "0.9.0"11004version = "0.10.0-dev"
10649source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11005source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10650dependencies = [11006dependencies = [
10651 "parity-scale-codec",11007 "parity-scale-codec",
10652 "sp-core",11008 "sp-core",
10659[[package]]11015[[package]]
10660name = "sp-serializer"11016name = "sp-serializer"
10661version = "3.0.0"11017version = "3.0.0"
10662source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11018source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10663dependencies = [11019dependencies = [
10664 "serde",11020 "serde",
10665 "serde_json",11021 "serde_json",
10666]11022]
1066711023
10668[[package]]11024[[package]]
10669name = "sp-session"11025name = "sp-session"
10670version = "3.0.0"11026version = "4.0.0-dev"
10671source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11027source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10672dependencies = [11028dependencies = [
10673 "parity-scale-codec",11029 "parity-scale-codec",
10674 "sp-api",11030 "sp-api",
1068011036
10681[[package]]11037[[package]]
10682name = "sp-staking"11038name = "sp-staking"
10683version = "3.0.0"11039version = "4.0.0-dev"
10684source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11040source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10685dependencies = [11041dependencies = [
10686 "parity-scale-codec",11042 "parity-scale-codec",
10687 "sp-runtime",11043 "sp-runtime",
1069011046
10691[[package]]11047[[package]]
10692name = "sp-state-machine"11048name = "sp-state-machine"
10693version = "0.9.0"11049version = "0.10.0-dev"
10694source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11050source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10695dependencies = [11051dependencies = [
10696 "hash-db",11052 "hash-db",
10697 "log",11053 "log",
1071311069
10714[[package]]11070[[package]]
10715name = "sp-std"11071name = "sp-std"
10716version = "3.0.0"11072version = "4.0.0-dev"
10717source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11073source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
1071811074
10719[[package]]11075[[package]]
10720name = "sp-storage"11076name = "sp-storage"
10721version = "3.0.0"11077version = "4.0.0-dev"
10722source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11078source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10723dependencies = [11079dependencies = [
10724 "impl-serde",11080 "impl-serde",
10725 "parity-scale-codec",11081 "parity-scale-codec",
1073111087
10732[[package]]11088[[package]]
10733name = "sp-tasks"11089name = "sp-tasks"
10734version = "3.0.0"11090version = "4.0.0-dev"
10735source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11091source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10736dependencies = [11092dependencies = [
10737 "log",11093 "log",
10738 "sp-core",11094 "sp-core",
1074411100
10745[[package]]11101[[package]]
10746name = "sp-timestamp"11102name = "sp-timestamp"
10747version = "3.0.0"11103version = "4.0.0-dev"
10748source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11104source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10749dependencies = [11105dependencies = [
10750 "async-trait",11106 "async-trait",
10751 "futures-timer 3.0.2",11107 "futures-timer 3.0.2",
1076111117
10762[[package]]11118[[package]]
10763name = "sp-tracing"11119name = "sp-tracing"
10764version = "3.0.0"11120version = "4.0.0-dev"
10765source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11121source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10766dependencies = [11122dependencies = [
10767 "erased-serde",11123 "erased-serde",
10768 "log",11124 "log",
1077911135
10780[[package]]11136[[package]]
10781name = "sp-transaction-pool"11137name = "sp-transaction-pool"
10782version = "3.0.0"11138version = "4.0.0-dev"
10783source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11139source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10784dependencies = [11140dependencies = [
10785 "derive_more",
10786 "futures 0.3.16",
10787 "log",
10788 "parity-scale-codec",
10789 "serde",
10790 "sp-api",11141 "sp-api",
10791 "sp-blockchain",
10792 "sp-runtime",11142 "sp-runtime",
10793 "thiserror",
10794]11143]
1079511144
10796[[package]]11145[[package]]
10797name = "sp-transaction-storage-proof"11146name = "sp-transaction-storage-proof"
10798version = "3.0.0"11147version = "4.0.0-dev"
10799source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11148source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10800dependencies = [11149dependencies = [
10801 "async-trait",11150 "async-trait",
10802 "log",11151 "log",
1081011159
10811[[package]]11160[[package]]
10812name = "sp-trie"11161name = "sp-trie"
10813version = "3.0.0"11162version = "4.0.0-dev"
10814source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11163source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10815dependencies = [11164dependencies = [
10816 "hash-db",11165 "hash-db",
10817 "memory-db",11166 "memory-db",
1082411173
10825[[package]]11174[[package]]
10826name = "sp-utils"11175name = "sp-utils"
10827version = "3.0.0"11176version = "4.0.0-dev"
10828source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11177source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10829dependencies = [11178dependencies = [
10830 "futures 0.3.16",11179 "futures 0.3.16",
10831 "futures-core",11180 "futures-core",
1083611185
10837[[package]]11186[[package]]
10838name = "sp-version"11187name = "sp-version"
10839version = "3.0.0"11188version = "4.0.0-dev"
10840source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11189source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10841dependencies = [11190dependencies = [
10842 "impl-serde",11191 "impl-serde",
10843 "parity-scale-codec",11192 "parity-scale-codec",
11193 "parity-wasm 0.42.2",
10844 "serde",11194 "serde",
10845 "sp-runtime",11195 "sp-runtime",
10846 "sp-std",11196 "sp-std",
10847 "sp-version-proc-macro",11197 "sp-version-proc-macro",
11198 "thiserror",
10848]11199]
1084911200
10850[[package]]11201[[package]]
10851name = "sp-version-proc-macro"11202name = "sp-version-proc-macro"
10852version = "3.0.0"11203version = "4.0.0-dev"
10853source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11204source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10854dependencies = [11205dependencies = [
10855 "parity-scale-codec",11206 "parity-scale-codec",
10856 "proc-macro-crate 1.0.0",11207 "proc-macro-crate 1.0.0",
1086111212
10862[[package]]11213[[package]]
10863name = "sp-wasm-interface"11214name = "sp-wasm-interface"
10864version = "3.0.0"11215version = "4.0.0-dev"
10865source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11216source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
10866dependencies = [11217dependencies = [
10867 "impl-trait-for-tuples",11218 "impl-trait-for-tuples 0.2.1",
10868 "parity-scale-codec",11219 "parity-scale-codec",
10869 "sp-std",11220 "sp-std",
10870 "wasmi",11221 "wasmi",
1087811229
10879[[package]]11230[[package]]
10880name = "stable_deref_trait"11231name = "stable_deref_trait"
10881version = "1.2.0"11232version = "1.1.1"
10882source = "registry+https://github.com/rust-lang/crates.io-index"11233source = "registry+https://github.com/rust-lang/crates.io-index"
10883checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"11234checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
1088411235
10885[[package]]11236[[package]]
10886name = "static_assertions"11237name = "static_assertions"
1092811279
10929[[package]]11280[[package]]
10930name = "stream-cipher"11281name = "stream-cipher"
10931version = "0.7.1"11282version = "0.4.1"
10932source = "registry+https://github.com/rust-lang/crates.io-index"11283source = "registry+https://github.com/rust-lang/crates.io-index"
10933checksum = "c80e15f898d8d8f25db24c253ea615cc14acf418ff307822995814e7d42cfa89"11284checksum = "09f8ed9974042b8c3672ff3030a69fcc03b74c47c3d1ecb7755e8a3626011e88"
10934dependencies = [11285dependencies = [
10935 "block-cipher",
10936 "generic-array 0.14.4",11286 "generic-array 0.14.4",
10937]11287]
1093811288
10975checksum = "7813934aecf5f51a54775e00068c237de98489463968231a51746bbbc03f9c10"11325checksum = "7813934aecf5f51a54775e00068c237de98489463968231a51746bbbc03f9c10"
10976dependencies = [11326dependencies = [
10977 "heck",11327 "heck",
10978 "proc-macro-error",11328 "proc-macro-error 1.0.4",
10979 "proc-macro2",11329 "proc-macro2",
10980 "quote",11330 "quote",
10981 "syn",11331 "syn",
11018[[package]]11368[[package]]
11019name = "substrate-build-script-utils"11369name = "substrate-build-script-utils"
11020version = "3.0.0"11370version = "3.0.0"
11021source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11371source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
11022dependencies = [11372dependencies = [
11023 "platforms",11373 "platforms",
11024]11374]
1102511375
11026[[package]]11376[[package]]
11027name = "substrate-frame-rpc-system"11377name = "substrate-frame-rpc-system"
11028version = "3.0.0"11378version = "4.0.0-dev"
11029source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11379source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
11030dependencies = [11380dependencies = [
11031 "frame-system-rpc-runtime-api",11381 "frame-system-rpc-runtime-api",
11032 "futures 0.3.16",11382 "futures 0.3.16",
11037 "parity-scale-codec",11387 "parity-scale-codec",
11038 "sc-client-api",11388 "sc-client-api",
11039 "sc-rpc-api",11389 "sc-rpc-api",
11390 "sc-transaction-pool-api",
11040 "serde",11391 "serde",
11041 "sp-api",11392 "sp-api",
11042 "sp-block-builder",11393 "sp-block-builder",
11043 "sp-blockchain",11394 "sp-blockchain",
11044 "sp-core",11395 "sp-core",
11045 "sp-runtime",11396 "sp-runtime",
11046 "sp-transaction-pool",
11047]11397]
1104811398
11049[[package]]11399[[package]]
11050name = "substrate-prometheus-endpoint"11400name = "substrate-prometheus-endpoint"
11051version = "0.9.0"11401version = "0.9.0"
11052source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11402source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
11053dependencies = [11403dependencies = [
11054 "async-std",11404 "async-std",
11055 "derive_more",11405 "derive_more",
11056 "futures-util",11406 "futures-util",
11057 "hyper 0.13.10",11407 "hyper 0.13.9",
11058 "log",11408 "log",
11059 "prometheus",11409 "prometheus",
11060 "tokio 0.2.25",11410 "tokio 0.2.21",
11061]11411]
1106211412
11063[[package]]11413[[package]]
11064name = "substrate-test-client"11414name = "substrate-test-client"
11065version = "2.0.1"11415version = "2.0.1"
11066source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11416source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
11067dependencies = [11417dependencies = [
11068 "async-trait",11418 "async-trait",
11069 "futures 0.1.31",11419 "futures 0.1.29",
11070 "futures 0.3.16",11420 "futures 0.3.16",
11071 "hash-db",11421 "hash-db",
11072 "hex",11422 "hex",
1109111441
11092[[package]]11442[[package]]
11093name = "substrate-test-utils"11443name = "substrate-test-utils"
11094version = "3.0.0"11444version = "4.0.0-dev"
11095source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11445source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
11096dependencies = [11446dependencies = [
11097 "futures 0.3.16",11447 "futures 0.3.16",
11098 "substrate-test-utils-derive",11448 "substrate-test-utils-derive",
11099 "tokio 0.2.25",11449 "tokio 0.2.21",
11100]11450]
1110111451
11102[[package]]11452[[package]]
11103name = "substrate-test-utils-derive"11453name = "substrate-test-utils-derive"
11104version = "0.9.0"11454version = "0.10.0-dev"
11105source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11455source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
11106dependencies = [11456dependencies = [
11107 "proc-macro-crate 1.0.0",11457 "proc-macro-crate 1.0.0",
11108 "quote",11458 "quote",
11112[[package]]11462[[package]]
11113name = "substrate-wasm-builder"11463name = "substrate-wasm-builder"
11114version = "4.0.0"11464version = "4.0.0"
11115source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11465source = "registry+https://github.com/rust-lang/crates.io-index"
11466checksum = "93a3d51ad6abbc408b03ea962062bfcc959b438a318d7d4bedd181e1effd0610"
11116dependencies = [11467dependencies = [
11117 "ansi_term 0.12.1",11468 "ansi_term 0.12.1",
11118 "atty",11469 "atty",
11119 "build-helper",11470 "build-helper",
11120 "cargo_metadata 0.13.1",11471 "cargo_metadata 0.12.3",
11121 "sp-maybe-compressed-blob",
11122 "tempfile",11472 "tempfile",
11123 "toml",11473 "toml",
11124 "walkdir",11474 "walkdir",
1112711477
11128[[package]]11478[[package]]
11129name = "substrate-wasm-builder"11479name = "substrate-wasm-builder"
11130version = "4.0.0"11480version = "5.0.0-dev"
11131source = "registry+https://github.com/rust-lang/crates.io-index"11481source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
11132checksum = "93a3d51ad6abbc408b03ea962062bfcc959b438a318d7d4bedd181e1effd0610"
11133dependencies = [11482dependencies = [
11134 "ansi_term 0.12.1",11483 "ansi_term 0.12.1",
11135 "atty",11484 "atty",
11136 "build-helper",11485 "build-helper",
11137 "cargo_metadata 0.12.3",11486 "cargo_metadata 0.13.1",
11487 "sp-maybe-compressed-blob",
11138 "tempfile",11488 "tempfile",
11139 "toml",11489 "toml",
11140 "walkdir",11490 "walkdir",
1114911499
11150[[package]]11500[[package]]
11151name = "subtle"11501name = "subtle"
11152version = "2.4.1"11502version = "2.2.3"
11153source = "registry+https://github.com/rust-lang/crates.io-index"11503source = "registry+https://github.com/rust-lang/crates.io-index"
11154checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"11504checksum = "502d53007c02d7605a05df1c1a73ee436952781653da5d0bf57ad608f66932c1"
1115511505
11156[[package]]11506[[package]]
11157name = "syn"11507name = "syn"
11165]11515]
1116611516
11167[[package]]11517[[package]]
11518name = "syn-mid"
11519version = "0.5.3"
11520source = "registry+https://github.com/rust-lang/crates.io-index"
11521checksum = "baa8e7560a164edb1621a55d18a0c59abf49d360f47aa7b821061dd7eea7fac9"
11522dependencies = [
11523 "proc-macro2",
11524 "quote",
11525 "syn",
11526]
11527
11528[[package]]
11168name = "synstructure"11529name = "synstructure"
11169version = "0.12.5"11530version = "0.12.4"
11170source = "registry+https://github.com/rust-lang/crates.io-index"11531source = "registry+https://github.com/rust-lang/crates.io-index"
11171checksum = "474aaa926faa1603c40b7885a9eaea29b444d1cb2850cb7c0e37bb1a4182f4fa"11532checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
11172dependencies = [11533dependencies = [
11173 "proc-macro2",11534 "proc-macro2",
11174 "quote",11535 "quote",
1118411545
11185[[package]]11546[[package]]
11186name = "tap"11547name = "tap"
11187version = "1.0.1"11548version = "1.0.0"
11188source = "registry+https://github.com/rust-lang/crates.io-index"11549source = "registry+https://github.com/rust-lang/crates.io-index"
11189checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"11550checksum = "36474e732d1affd3a6ed582781b3683df3d0563714c59c39591e8ff707cf078e"
1119011551
11191[[package]]11552[[package]]
11192name = "target-lexicon"11553name = "target-lexicon"
11193version = "0.12.1"11554version = "0.12.0"
11194source = "registry+https://github.com/rust-lang/crates.io-index"11555source = "registry+https://github.com/rust-lang/crates.io-index"
11195checksum = "b0652da4c4121005e9ed22b79f6c5f2d9e2752906b53a33e9490489ba421a6fb"11556checksum = "64ae3b39281e4b14b8123bdbaddd472b7dfe215e444181f2f9d2443c2444f834"
1119611557
11197[[package]]11558[[package]]
11198name = "tempfile"11559name = "tempfile"
11203 "cfg-if 1.0.0",11564 "cfg-if 1.0.0",
11204 "libc",11565 "libc",
11205 "rand 0.8.4",11566 "rand 0.8.4",
11206 "redox_syscall 0.2.9",11567 "redox_syscall 0.2.4",
11207 "remove_dir_all",11568 "remove_dir_all",
11208 "winapi 0.3.9",11569 "winapi 0.3.9",
11209]11570]
1121011571
11211[[package]]11572[[package]]
11212name = "termcolor"11573name = "termcolor"
11213version = "1.1.2"11574version = "1.1.0"
11214source = "registry+https://github.com/rust-lang/crates.io-index"11575source = "registry+https://github.com/rust-lang/crates.io-index"
11215checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"11576checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
11216dependencies = [11577dependencies = [
11217 "winapi-util",11578 "winapi-util",
11218]11579]
1127911640
11280[[package]]11641[[package]]
11281name = "time"11642name = "time"
11282version = "0.1.44"11643version = "0.1.43"
11283source = "registry+https://github.com/rust-lang/crates.io-index"11644source = "registry+https://github.com/rust-lang/crates.io-index"
11284checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11645checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
11285dependencies = [11646dependencies = [
11286 "libc",11647 "libc",
11287 "wasi 0.10.0+wasi-snapshot-preview1",
11288 "winapi 0.3.9",11648 "winapi 0.3.9",
11289]11649]
1129011650
11300 "pbkdf2 0.4.0",11660 "pbkdf2 0.4.0",
11301 "rand 0.7.3",11661 "rand 0.7.3",
11302 "rustc-hash",11662 "rustc-hash",
11303 "sha2 0.9.5",11663 "sha2 0.9.2",
11304 "thiserror",11664 "thiserror",
11305 "unicode-normalization",11665 "unicode-normalization",
11306 "zeroize",11666 "zeroize",
1131711677
11318[[package]]11678[[package]]
11319name = "tinyvec"11679name = "tinyvec"
11320version = "1.3.1"11680version = "0.3.3"
11321source = "registry+https://github.com/rust-lang/crates.io-index"11681source = "registry+https://github.com/rust-lang/crates.io-index"
11322checksum = "848a1e1181b9f6753b5e96a092749e29b11d19ede67dfbbd6c7dc7e0f49b5338"11682checksum = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed"
11683
11684[[package]]
11685name = "tinyvec"
11686version = "1.1.1"
11687source = "registry+https://github.com/rust-lang/crates.io-index"
11688checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"
11323dependencies = [11689dependencies = [
11324 "tinyvec_macros",11690 "tinyvec_macros",
11325]11691]
11337checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"11703checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
11338dependencies = [11704dependencies = [
11339 "bytes 0.4.12",11705 "bytes 0.4.12",
11340 "futures 0.1.31",11706 "futures 0.1.29",
11341 "mio",11707 "mio",
11342 "num_cpus",11708 "num_cpus",
11343 "tokio-codec",11709 "tokio-codec",
1135611722
11357[[package]]11723[[package]]
11358name = "tokio"11724name = "tokio"
11359version = "0.2.25"11725version = "0.2.21"
11360source = "registry+https://github.com/rust-lang/crates.io-index"11726source = "registry+https://github.com/rust-lang/crates.io-index"
11361checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"11727checksum = "d099fa27b9702bed751524694adbe393e18b36b204da91eb1cbbbbb4a5ee2d58"
11362dependencies = [11728dependencies = [
11363 "bytes 0.5.6",11729 "bytes 0.5.6",
11364 "fnv",11730 "fnv",
11370 "mio",11736 "mio",
11371 "mio-uds",11737 "mio-uds",
11372 "num_cpus",11738 "num_cpus",
11373 "pin-project-lite 0.1.12",11739 "pin-project-lite 0.1.7",
11374 "signal-hook-registry",11740 "signal-hook-registry",
11375 "slab",11741 "slab",
11376 "tokio-macros",11742 "tokio-macros",
1137911745
11380[[package]]11746[[package]]
11381name = "tokio"11747name = "tokio"
11382version = "1.9.0"11748version = "1.6.1"
11383source = "registry+https://github.com/rust-lang/crates.io-index"11749source = "registry+https://github.com/rust-lang/crates.io-index"
11384checksum = "4b7b349f11a7047e6d1276853e612d152f5e8a352c61917887cc2169e2366b4c"11750checksum = "0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975"
11385dependencies = [11751dependencies = [
11386 "autocfg",11752 "autocfg",
11387 "pin-project-lite 0.2.7",11753 "pin-project-lite 0.2.4",
11388]11754]
1138911755
11390[[package]]11756[[package]]
11395dependencies = [11761dependencies = [
11396 "bytes 0.4.12",11762 "bytes 0.4.12",
11397 "either",11763 "either",
11398 "futures 0.1.31",11764 "futures 0.1.29",
11399]11765]
1140011766
11401[[package]]11767[[package]]
11405checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"11771checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
11406dependencies = [11772dependencies = [
11407 "bytes 0.4.12",11773 "bytes 0.4.12",
11408 "futures 0.1.31",11774 "futures 0.1.29",
11409 "tokio-io",11775 "tokio-io",
11410]11776]
1141111777
11415source = "registry+https://github.com/rust-lang/crates.io-index"11781source = "registry+https://github.com/rust-lang/crates.io-index"
11416checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"11782checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
11417dependencies = [11783dependencies = [
11418 "futures 0.1.31",11784 "futures 0.1.29",
11419 "tokio-executor",11785 "tokio-executor",
11420]11786]
1142111787
11426checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"11792checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
11427dependencies = [11793dependencies = [
11428 "crossbeam-utils 0.7.2",11794 "crossbeam-utils 0.7.2",
11429 "futures 0.1.31",11795 "futures 0.1.29",
11430]11796]
1143111797
11432[[package]]11798[[package]]
11435source = "registry+https://github.com/rust-lang/crates.io-index"11801source = "registry+https://github.com/rust-lang/crates.io-index"
11436checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"11802checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"
11437dependencies = [11803dependencies = [
11438 "futures 0.1.31",11804 "futures 0.1.29",
11439 "tokio-io",11805 "tokio-io",
11440 "tokio-threadpool",11806 "tokio-threadpool",
11441]11807]
11447checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"11813checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
11448dependencies = [11814dependencies = [
11449 "bytes 0.4.12",11815 "bytes 0.4.12",
11450 "futures 0.1.31",11816 "futures 0.1.29",
11451 "log",11817 "log",
11452]11818]
1145311819
11454[[package]]11820[[package]]
11455name = "tokio-macros"11821name = "tokio-macros"
11456version = "0.2.6"11822version = "0.2.5"
11457source = "registry+https://github.com/rust-lang/crates.io-index"11823source = "registry+https://github.com/rust-lang/crates.io-index"
11458checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"11824checksum = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389"
11459dependencies = [11825dependencies = [
11460 "proc-macro2",11826 "proc-macro2",
11461 "quote",11827 "quote",
11469checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae"11835checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae"
11470dependencies = [11836dependencies = [
11471 "bytes 0.4.12",11837 "bytes 0.4.12",
11472 "futures 0.1.31",11838 "futures 0.1.29",
11473 "mio",11839 "mio",
11474 "mio-named-pipes",11840 "mio-named-pipes",
11475 "tokio 0.1.22",11841 "tokio 0.1.22",
11482checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"11848checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
11483dependencies = [11849dependencies = [
11484 "crossbeam-utils 0.7.2",11850 "crossbeam-utils 0.7.2",
11485 "futures 0.1.31",11851 "futures 0.1.29",
11486 "lazy_static",11852 "lazy_static",
11487 "log",11853 "log",
11488 "mio",11854 "mio",
1149611862
11497[[package]]11863[[package]]
11498name = "tokio-rustls"11864name = "tokio-rustls"
11499version = "0.14.1"11865version = "0.14.0"
11500source = "registry+https://github.com/rust-lang/crates.io-index"11866source = "registry+https://github.com/rust-lang/crates.io-index"
11501checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a"11867checksum = "228139ddd4fea3fa345a29233009635235833e52807af7ea6448ead03890d6a9"
11502dependencies = [11868dependencies = [
11503 "futures-core",11869 "futures-core",
11504 "rustls 0.18.1",11870 "rustls 0.18.0",
11505 "tokio 0.2.25",11871 "tokio 0.2.21",
11506 "webpki",11872 "webpki",
11507]11873]
1150811874
11514dependencies = [11880dependencies = [
11515 "futures-core",11881 "futures-core",
11516 "rustls 0.19.1",11882 "rustls 0.19.1",
11517 "tokio 0.2.25",11883 "tokio 0.2.21",
11518 "webpki",11884 "webpki",
11519]11885]
1152011886
11524source = "registry+https://github.com/rust-lang/crates.io-index"11890source = "registry+https://github.com/rust-lang/crates.io-index"
11525checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"11891checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
11526dependencies = [11892dependencies = [
11527 "futures 0.1.31",11893 "futures 0.1.29",
11528]11894]
1152911895
11530[[package]]11896[[package]]
11534checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"11900checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
11535dependencies = [11901dependencies = [
11536 "fnv",11902 "fnv",
11537 "futures 0.1.31",11903 "futures 0.1.29",
11538]11904]
1153911905
11540[[package]]11906[[package]]
11544checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"11910checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
11545dependencies = [11911dependencies = [
11546 "bytes 0.4.12",11912 "bytes 0.4.12",
11547 "futures 0.1.31",11913 "futures 0.1.29",
11548 "iovec",11914 "iovec",
11549 "mio",11915 "mio",
11550 "tokio-io",11916 "tokio-io",
11557source = "registry+https://github.com/rust-lang/crates.io-index"11923source = "registry+https://github.com/rust-lang/crates.io-index"
11558checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"11924checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
11559dependencies = [11925dependencies = [
11560 "crossbeam-deque 0.7.3",11926 "crossbeam-deque",
11561 "crossbeam-queue",11927 "crossbeam-queue",
11562 "crossbeam-utils 0.7.2",11928 "crossbeam-utils 0.7.2",
11563 "futures 0.1.31",11929 "futures 0.1.29",
11564 "lazy_static",11930 "lazy_static",
11565 "log",11931 "log",
11566 "num_cpus",11932 "num_cpus",
11575checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"11941checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
11576dependencies = [11942dependencies = [
11577 "crossbeam-utils 0.7.2",11943 "crossbeam-utils 0.7.2",
11578 "futures 0.1.31",11944 "futures 0.1.29",
11579 "slab",11945 "slab",
11580 "tokio-executor",11946 "tokio-executor",
11581]11947]
11587checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"11953checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"
11588dependencies = [11954dependencies = [
11589 "bytes 0.4.12",11955 "bytes 0.4.12",
11590 "futures 0.1.31",11956 "futures 0.1.29",
11591 "log",11957 "log",
11592 "mio",11958 "mio",
11593 "tokio-codec",11959 "tokio-codec",
11602checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"11968checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"
11603dependencies = [11969dependencies = [
11604 "bytes 0.4.12",11970 "bytes 0.4.12",
11605 "futures 0.1.31",11971 "futures 0.1.29",
11606 "iovec",11972 "iovec",
11607 "libc",11973 "libc",
11608 "log",11974 "log",
11624 "futures-io",11990 "futures-io",
11625 "futures-sink",11991 "futures-sink",
11626 "log",11992 "log",
11627 "pin-project-lite 0.1.12",11993 "pin-project-lite 0.1.7",
11628 "tokio 0.2.25",11994 "tokio 0.2.21",
11629]11995]
1163011996
11631[[package]]11997[[package]]
11632name = "toml"11998name = "toml"
11633version = "0.5.8"11999version = "0.5.6"
11634source = "registry+https://github.com/rust-lang/crates.io-index"12000source = "registry+https://github.com/rust-lang/crates.io-index"
11635checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"12001checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
11636dependencies = [12002dependencies = [
11637 "serde",12003 "serde",
11638]12004]
1163912005
11640[[package]]12006[[package]]
11641name = "tower-service"12007name = "tower-service"
11642version = "0.3.1"12008version = "0.3.0"
11643source = "registry+https://github.com/rust-lang/crates.io-index"12009source = "registry+https://github.com/rust-lang/crates.io-index"
11644checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"12010checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
1164512011
11646[[package]]12012[[package]]
11647name = "tracing"12013name = "tracing"
11651dependencies = [12017dependencies = [
11652 "cfg-if 1.0.0",12018 "cfg-if 1.0.0",
11653 "log",12019 "log",
11654 "pin-project-lite 0.2.7",12020 "pin-project-lite 0.2.4",
11655 "tracing-attributes",12021 "tracing-attributes",
11656 "tracing-core",12022 "tracing-core",
11657]12023]
1167812044
11679[[package]]12045[[package]]
11680name = "tracing-futures"12046name = "tracing-futures"
11681version = "0.2.5"12047version = "0.2.4"
11682source = "registry+https://github.com/rust-lang/crates.io-index"12048source = "registry+https://github.com/rust-lang/crates.io-index"
11683checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12049checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"
11684dependencies = [12050dependencies = [
11685 "pin-project 1.0.8",12051 "pin-project 0.4.23",
11686 "tracing",12052 "tracing",
11687]12053]
1168812054
1170912075
11710[[package]]12076[[package]]
11711name = "tracing-subscriber"12077name = "tracing-subscriber"
11712version = "0.2.19"12078version = "0.2.18"
11713source = "registry+https://github.com/rust-lang/crates.io-index"12079source = "registry+https://github.com/rust-lang/crates.io-index"
11714checksum = "ab69019741fca4d98be3c62d2b75254528b5432233fd8a4d2739fec20278de48"12080checksum = "aa5553bf0883ba7c9cbe493b085c29926bd41b66afc31ff72cf17ff4fb60dcd5"
11715dependencies = [12081dependencies = [
11716 "ansi_term 0.12.1",12082 "ansi_term 0.12.1",
11717 "chrono",12083 "chrono",
1176312129
11764[[package]]12130[[package]]
11765name = "trust-dns-proto"12131name = "trust-dns-proto"
11766version = "0.20.3"12132version = "0.20.1"
11767source = "registry+https://github.com/rust-lang/crates.io-index"12133source = "registry+https://github.com/rust-lang/crates.io-index"
11768checksum = "ad0d7f5db438199a6e2609debe3f69f808d074e0a2888ee0bccb45fe234d03f4"12134checksum = "8d57e219ba600dd96c2f6d82eb79645068e14edbc5c7e27514af40436b88150c"
11769dependencies = [12135dependencies = [
11770 "async-trait",12136 "async-trait",
11771 "cfg-if 1.0.0",12137 "cfg-if 1.0.0",
11774 "futures-channel",12140 "futures-channel",
11775 "futures-io",12141 "futures-io",
11776 "futures-util",12142 "futures-util",
11777 "idna 0.2.3",12143 "idna 0.2.0",
11778 "ipnet",12144 "ipnet",
11779 "lazy_static",12145 "lazy_static",
11780 "log",12146 "log",
11781 "rand 0.8.4",12147 "rand 0.8.4",
11782 "smallvec 1.6.1",12148 "smallvec 1.6.1",
11783 "thiserror",12149 "thiserror",
11784 "tinyvec",12150 "tinyvec 1.1.1",
11785 "url 2.2.2",12151 "url 2.2.0",
11786]12152]
1178712153
11788[[package]]12154[[package]]
11789name = "trust-dns-resolver"12155name = "trust-dns-resolver"
11790version = "0.20.3"12156version = "0.20.1"
11791source = "registry+https://github.com/rust-lang/crates.io-index"12157source = "registry+https://github.com/rust-lang/crates.io-index"
11792checksum = "f6ad17b608a64bd0735e67bde16b0636f8aa8591f831a25d18443ed00a699770"12158checksum = "b0437eea3a6da51acc1e946545ff53d5b8fb2611ff1c3bed58522dde100536ae"
11793dependencies = [12159dependencies = [
11794 "cfg-if 1.0.0",12160 "cfg-if 1.0.0",
11795 "futures-util",12161 "futures-util",
1180612172
11807[[package]]12173[[package]]
11808name = "try-lock"12174name = "try-lock"
11809version = "0.2.3"12175version = "0.2.2"
11810source = "registry+https://github.com/rust-lang/crates.io-index"12176source = "registry+https://github.com/rust-lang/crates.io-index"
11811checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"12177checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
1181212178
11813[[package]]12179[[package]]
11814name = "try-runtime-cli"12180name = "try-runtime-cli"
11815version = "0.9.0"12181version = "0.10.0-dev"
11816source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"12182source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.9#91061a7d925b5bc597804293da283477512ba4ff"
11817dependencies = [12183dependencies = [
11818 "frame-try-runtime",12184 "frame-try-runtime",
11819 "log",12185 "log",
11829 "sp-blockchain",12195 "sp-blockchain",
11830 "sp-core",12196 "sp-core",
11831 "sp-externalities",12197 "sp-externalities",
11832 "sp-io",
11833 "sp-keystore",12198 "sp-keystore",
11834 "sp-runtime",12199 "sp-runtime",
11835 "sp-state-machine",12200 "sp-state-machine",
1184912214
11850[[package]]12215[[package]]
11851name = "typenum"12216name = "typenum"
11852version = "1.13.0"12217version = "1.12.0"
11853source = "registry+https://github.com/rust-lang/crates.io-index"12218source = "registry+https://github.com/rust-lang/crates.io-index"
11854checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"12219checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
1185512220
11856[[package]]12221[[package]]
11857name = "ucd-trie"12222name = "ucd-trie"
1186112226
11862[[package]]12227[[package]]
11863name = "uint"12228name = "uint"
11864version = "0.9.1"12229version = "0.9.0"
11865source = "registry+https://github.com/rust-lang/crates.io-index"12230source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "6470ab50f482bde894a037a57064480a246dbfdd5960bd65a44824693f08da5f"12231checksum = "e11fe9a9348741cf134085ad57c249508345fe16411b3d7fb4ff2da2f1d6382e"
11867dependencies = [12232dependencies = [
11868 "byteorder",12233 "byteorder",
11869 "crunchy",12234 "crunchy",
1188212247
11883[[package]]12248[[package]]
11884name = "unicode-bidi"12249name = "unicode-bidi"
11885version = "0.3.5"12250version = "0.3.4"
11886source = "registry+https://github.com/rust-lang/crates.io-index"12251source = "registry+https://github.com/rust-lang/crates.io-index"
11887checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0"12252checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
11888dependencies = [12253dependencies = [
11889 "matches",12254 "matches",
11890]12255]
1189112256
11892[[package]]12257[[package]]
11893name = "unicode-normalization"12258name = "unicode-normalization"
11894version = "0.1.19"12259version = "0.1.13"
11895source = "registry+https://github.com/rust-lang/crates.io-index"12260source = "registry+https://github.com/rust-lang/crates.io-index"
11896checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12261checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
11897dependencies = [12262dependencies = [
11898 "tinyvec",12263 "tinyvec 0.3.3",
11899]12264]
1190012265
11901[[package]]12266[[package]]
11902name = "unicode-segmentation"12267name = "unicode-segmentation"
11903version = "1.8.0"12268version = "1.6.0"
11904source = "registry+https://github.com/rust-lang/crates.io-index"12269source = "registry+https://github.com/rust-lang/crates.io-index"
11905checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"12270checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
1190612271
11907[[package]]12272[[package]]
11908name = "unicode-width"12273name = "unicode-width"
1191212277
11913[[package]]12278[[package]]
11914name = "unicode-xid"12279name = "unicode-xid"
11915version = "0.2.2"12280version = "0.2.1"
11916source = "registry+https://github.com/rust-lang/crates.io-index"12281source = "registry+https://github.com/rust-lang/crates.io-index"
11917checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"12282checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
1191812283
11919[[package]]12284[[package]]
11920name = "universal-hash"12285name = "universal-hash"
11921version = "0.4.1"12286version = "0.4.0"
11922source = "registry+https://github.com/rust-lang/crates.io-index"12287source = "registry+https://github.com/rust-lang/crates.io-index"
11923checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12288checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402"
11924dependencies = [12289dependencies = [
11925 "generic-array 0.14.4",12290 "generic-array 0.14.4",
11926 "subtle 2.4.1",12291 "subtle 2.2.3",
11927]12292]
1192812293
11929[[package]]12294[[package]]
11966name = "up-sponsorship"12331name = "up-sponsorship"
11967version = "0.1.0"12332version = "0.1.0"
11968dependencies = [12333dependencies = [
11969 "impl-trait-for-tuples",12334 "impl-trait-for-tuples 0.2.1",
11970]12335]
1197112336
11972[[package]]12337[[package]]
1198212347
11983[[package]]12348[[package]]
11984name = "url"12349name = "url"
11985version = "2.2.2"12350version = "2.2.0"
11986source = "registry+https://github.com/rust-lang/crates.io-index"12351source = "registry+https://github.com/rust-lang/crates.io-index"
11987checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12352checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
11988dependencies = [12353dependencies = [
11989 "form_urlencoded",12354 "form_urlencoded",
11990 "idna 0.2.3",12355 "idna 0.2.0",
11991 "matches",12356 "matches",
11992 "percent-encoding 2.1.0",12357 "percent-encoding 2.1.0",
11993]12358]
1199412359
11995[[package]]12360[[package]]
11996name = "value-bag"12361name = "value-bag"
11997version = "1.0.0-alpha.7"12362version = "1.0.0-alpha.6"
11998source = "registry+https://github.com/rust-lang/crates.io-index"12363source = "registry+https://github.com/rust-lang/crates.io-index"
11999checksum = "dd320e1520f94261153e96f7534476ad869c14022aee1e59af7c778075d840ae"12364checksum = "6b676010e055c99033117c2343b33a40a30b91fecd6c49055ac9cd2d6c305ab1"
12000dependencies = [12365dependencies = [
12001 "ctor",12366 "ctor",
12002 "version_check",
12003]12367]
1200412368
12005[[package]]12369[[package]]
12006name = "vcpkg"12370name = "vcpkg"
12007version = "0.2.15"12371version = "0.2.10"
12008source = "registry+https://github.com/rust-lang/crates.io-index"12372source = "registry+https://github.com/rust-lang/crates.io-index"
12009checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"12373checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
1201012374
12011[[package]]12375[[package]]
12376name = "vec-arena"
12377version = "1.0.0"
12378source = "registry+https://github.com/rust-lang/crates.io-index"
12379checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d"
12380
12381[[package]]
12012name = "vec_map"12382name = "vec_map"
12013version = "0.8.2"12383version = "0.8.2"
12014source = "registry+https://github.com/rust-lang/crates.io-index"12384source = "registry+https://github.com/rust-lang/crates.io-index"
12015checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"12385checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1201612386
12017[[package]]12387[[package]]
12018name = "version_check"12388name = "version_check"
12019version = "0.9.3"12389version = "0.9.2"
12020source = "registry+https://github.com/rust-lang/crates.io-index"12390source = "registry+https://github.com/rust-lang/crates.io-index"
12021checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"12391checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
1202212392
12023[[package]]12393[[package]]
12024name = "void"12394name = "void"
12049source = "registry+https://github.com/rust-lang/crates.io-index"12419source = "registry+https://github.com/rust-lang/crates.io-index"
12050checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"12420checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
12051dependencies = [12421dependencies = [
12052 "futures 0.1.31",12422 "futures 0.1.29",
12053 "log",12423 "log",
12054 "try-lock",12424 "try-lock",
12055]12425]
1207812448
12079[[package]]12449[[package]]
12080name = "wasm-bindgen"12450name = "wasm-bindgen"
12081version = "0.2.74"12451version = "0.2.75"
12082source = "registry+https://github.com/rust-lang/crates.io-index"12452source = "registry+https://github.com/rust-lang/crates.io-index"
12083checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"12453checksum = "b608ecc8f4198fe8680e2ed18eccab5f0cd4caaf3d83516fa5fb2e927fda2586"
12084dependencies = [12454dependencies = [
12085 "cfg-if 1.0.0",12455 "cfg-if 1.0.0",
12086 "wasm-bindgen-macro",12456 "wasm-bindgen-macro",
12087]12457]
1208812458
12089[[package]]12459[[package]]
12090name = "wasm-bindgen-backend"12460name = "wasm-bindgen-backend"
12091version = "0.2.74"12461version = "0.2.75"
12092source = "registry+https://github.com/rust-lang/crates.io-index"12462source = "registry+https://github.com/rust-lang/crates.io-index"
12093checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900"12463checksum = "580aa3a91a63d23aac5b6b267e2d13cb4f363e31dce6c352fca4752ae12e479f"
12094dependencies = [12464dependencies = [
12095 "bumpalo",12465 "bumpalo",
12096 "lazy_static",12466 "lazy_static",
1210312473
12104[[package]]12474[[package]]
12105name = "wasm-bindgen-futures"12475name = "wasm-bindgen-futures"
12106version = "0.4.24"12476version = "0.4.25"
12107source = "registry+https://github.com/rust-lang/crates.io-index"12477source = "registry+https://github.com/rust-lang/crates.io-index"
12108checksum = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1"12478checksum = "16646b21c3add8e13fdb8f20172f8a28c3dbf62f45406bcff0233188226cfe0c"
12109dependencies = [12479dependencies = [
12110 "cfg-if 1.0.0",12480 "cfg-if 1.0.0",
12111 "js-sys",12481 "js-sys",
1211512485
12116[[package]]12486[[package]]
12117name = "wasm-bindgen-macro"12487name = "wasm-bindgen-macro"
12118version = "0.2.74"12488version = "0.2.75"
12119source = "registry+https://github.com/rust-lang/crates.io-index"12489source = "registry+https://github.com/rust-lang/crates.io-index"
12120checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4"12490checksum = "171ebf0ed9e1458810dfcb31f2e766ad6b3a89dbda42d8901f2b268277e5f09c"
12121dependencies = [12491dependencies = [
12122 "quote",12492 "quote",
12123 "wasm-bindgen-macro-support",12493 "wasm-bindgen-macro-support",
12124]12494]
1212512495
12126[[package]]12496[[package]]
12127name = "wasm-bindgen-macro-support"12497name = "wasm-bindgen-macro-support"
12128version = "0.2.74"12498version = "0.2.75"
12129source = "registry+https://github.com/rust-lang/crates.io-index"12499source = "registry+https://github.com/rust-lang/crates.io-index"
12130checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97"12500checksum = "6c2657dd393f03aa2a659c25c6ae18a13a4048cebd220e147933ea837efc589f"
12131dependencies = [12501dependencies = [
12132 "proc-macro2",12502 "proc-macro2",
12133 "quote",12503 "quote",
1213812508
12139[[package]]12509[[package]]
12140name = "wasm-bindgen-shared"12510name = "wasm-bindgen-shared"
12141version = "0.2.74"12511version = "0.2.75"
12142source = "registry+https://github.com/rust-lang/crates.io-index"12512source = "registry+https://github.com/rust-lang/crates.io-index"
12143checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f"12513checksum = "2e0c4a743a309662d45f4ede961d7afa4ba4131a59a639f29b0069c3798bbcc2"
1214412514
12145[[package]]12515[[package]]
12146name = "wasm-gc-api"12516name = "wasm-gc-api"
12223 "wasmparser",12593 "wasmparser",
12224 "wasmtime-cache",12594 "wasmtime-cache",
12225 "wasmtime-environ",12595 "wasmtime-environ",
12226 "wasmtime-fiber",
12227 "wasmtime-jit",12596 "wasmtime-jit",
12228 "wasmtime-profiling",12597 "wasmtime-profiling",
12229 "wasmtime-runtime",12598 "wasmtime-runtime",
12230 "wat",
12231 "winapi 0.3.9",12599 "winapi 0.3.9",
12232]12600]
1223312601
12246 "libc",12614 "libc",
12247 "log",12615 "log",
12248 "serde",12616 "serde",
12249 "sha2 0.9.5",12617 "sha2 0.9.2",
12250 "toml",12618 "toml",
12251 "winapi 0.3.9",12619 "winapi 0.3.9",
12252 "zstd",12620 "zstd",
12303]12671]
1230412672
12305[[package]]12673[[package]]
12306name = "wasmtime-fiber"
12307version = "0.27.0"
12308source = "registry+https://github.com/rust-lang/crates.io-index"
12309checksum = "a089d44cd7e2465d41a53b840a5b4fca1bf6d1ecfebc970eac9592b34ea5f0b3"
12310dependencies = [
12311 "cc",
12312 "libc",
12313 "winapi 0.3.9",
12314]
12315
12316[[package]]
12317name = "wasmtime-jit"12674name = "wasmtime-jit"
12318version = "0.27.0"12675version = "0.27.0"
12319source = "registry+https://github.com/rust-lang/crates.io-index"12676source = "registry+https://github.com/rust-lang/crates.io-index"
12320checksum = "4d4539ea734422b7c868107e2187d7746d8affbcaa71916d72639f53757ad707"12677checksum = "4d4539ea734422b7c868107e2187d7746d8affbcaa71916d72639f53757ad707"
12321dependencies = [12678dependencies = [
12322 "addr2line 0.15.2",12679 "addr2line 0.15.1",
12323 "anyhow",12680 "anyhow",
12324 "cfg-if 1.0.0",12681 "cfg-if 1.0.0",
12325 "cranelift-codegen",12682 "cranelift-codegen",
12368dependencies = [12725dependencies = [
12369 "anyhow",12726 "anyhow",
12370 "cfg-if 1.0.0",12727 "cfg-if 1.0.0",
12371 "gimli 0.24.0",
12372 "lazy_static",12728 "lazy_static",
12373 "libc",12729 "libc",
12374 "object 0.24.0",
12375 "scroll",
12376 "serde",12730 "serde",
12377 "target-lexicon",12731 "target-lexicon",
12378 "wasmtime-environ",12732 "wasmtime-environ",
12394 "libc",12748 "libc",
12395 "log",12749 "log",
12396 "mach",12750 "mach",
12397 "memoffset 0.6.4",12751 "memoffset 0.6.1",
12398 "more-asserts",12752 "more-asserts",
12399 "rand 0.8.4",12753 "rand 0.8.4",
12400 "region",12754 "region",
12401 "thiserror",12755 "thiserror",
12402 "wasmtime-environ",12756 "wasmtime-environ",
12403 "wasmtime-fiber",
12404 "winapi 0.3.9",12757 "winapi 0.3.9",
12405]12758]
1240612759
12407[[package]]12760[[package]]
12408name = "wast"
12409version = "36.0.0"
12410source = "registry+https://github.com/rust-lang/crates.io-index"
12411checksum = "8b5d7ba374a364571da1cb0a379a3dc302582a2d9937a183bfe35b68ad5bb9c4"
12412dependencies = [
12413 "leb128",
12414]
12415
12416[[package]]
12417name = "wat"
12418version = "1.0.38"
12419source = "registry+https://github.com/rust-lang/crates.io-index"
12420checksum = "16383df7f0e3901484c2dda6294ed6895caa3627ce4f6584141dcf30a33a23e6"
12421dependencies = [
12422 "wast",
12423]
12424
12425[[package]]
12426name = "web-sys"12761name = "web-sys"
12427version = "0.3.51"12762version = "0.3.46"
12428source = "registry+https://github.com/rust-lang/crates.io-index"12763source = "registry+https://github.com/rust-lang/crates.io-index"
12429checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582"12764checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3"
12430dependencies = [12765dependencies = [
12431 "js-sys",12766 "js-sys",
12432 "wasm-bindgen",12767 "wasm-bindgen",
12433]12768]
1243412769
12435[[package]]12770[[package]]
12436name = "webpki"12771name = "webpki"
12437version = "0.21.4"12772version = "0.21.3"
12438source = "registry+https://github.com/rust-lang/crates.io-index"12773source = "registry+https://github.com/rust-lang/crates.io-index"
12439checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"12774checksum = "ab146130f5f790d45f82aeeb09e55a256573373ec64409fc19a6fb82fb1032ae"
12440dependencies = [12775dependencies = [
12441 "ring",12776 "ring",
12442 "untrusted",12777 "untrusted",
12443]12778]
1244412779
12445[[package]]12780[[package]]
12446name = "webpki-roots"12781name = "webpki-roots"
12447version = "0.21.1"12782version = "0.21.0"
12448source = "registry+https://github.com/rust-lang/crates.io-index"12783source = "registry+https://github.com/rust-lang/crates.io-index"
12449checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"12784checksum = "82015b7e0b8bad8185994674a13a93306bea76cf5a16c5a181382fd3a5ec2376"
12450dependencies = [12785dependencies = [
12451 "webpki",12786 "webpki",
12452]12787]
1245312788
12454[[package]]12789[[package]]
12455name = "wepoll-ffi"12790name = "wepoll-sys"
12456version = "0.1.2"12791version = "3.0.1"
12457source = "registry+https://github.com/rust-lang/crates.io-index"12792source = "registry+https://github.com/rust-lang/crates.io-index"
12458checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"12793checksum = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff"
12459dependencies = [12794dependencies = [
12460 "cc",12795 "cc",
12461]12796]
1246212797
12463[[package]]12798[[package]]
12464name = "westend-runtime"12799name = "westend-runtime"
12465version = "0.9.8"12800version = "0.9.9-1"
12466source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"12801source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
12467dependencies = [12802dependencies = [
12468 "beefy-primitives",12803 "beefy-primitives",
12469 "bitvec 0.20.4",12804 "bitvec 0.20.1",
12470 "frame-benchmarking",12805 "frame-benchmarking",
12471 "frame-election-provider-support",12806 "frame-election-provider-support",
12472 "frame-executive",12807 "frame-executive",
12477 "frame-try-runtime",12812 "frame-try-runtime",
12478 "hex-literal",12813 "hex-literal",
12479 "log",12814 "log",
12480 "max-encoded-len",
12481 "pallet-authority-discovery",12815 "pallet-authority-discovery",
12482 "pallet-authorship",12816 "pallet-authorship",
12483 "pallet-babe",12817 "pallet-babe",
12498 "pallet-offences-benchmarking",12832 "pallet-offences-benchmarking",
12499 "pallet-proxy",12833 "pallet-proxy",
12500 "pallet-recovery",12834 "pallet-recovery",
12501 "pallet-scheduler 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8)",12835 "pallet-scheduler 4.0.0-dev",
12502 "pallet-session",12836 "pallet-session",
12503 "pallet-session-benchmarking",12837 "pallet-session-benchmarking",
12504 "pallet-society",12838 "pallet-society",
12537 "sp-transaction-pool",12871 "sp-transaction-pool",
12538 "sp-version",12872 "sp-version",
12539 "static_assertions",12873 "static_assertions",
12540 "substrate-wasm-builder 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8)",12874 "substrate-wasm-builder 5.0.0-dev",
12541 "xcm",12875 "xcm",
12542 "xcm-builder",12876 "xcm-builder",
12543 "xcm-executor",12877 "xcm-executor",
12544]12878]
1254512879
12546[[package]]12880[[package]]
12547name = "which"12881name = "which"
12548version = "4.1.0"12882version = "4.0.2"
12549source = "registry+https://github.com/rust-lang/crates.io-index"12883source = "registry+https://github.com/rust-lang/crates.io-index"
12550checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe"12884checksum = "87c14ef7e1b8b8ecfc75d5eca37949410046e66f15d185c01d70824f1f8111ef"
12551dependencies = [12885dependencies = [
12552 "either",
12553 "libc",12886 "libc",
12887 "thiserror",
12554]12888]
1255512889
12556[[package]]12890[[package]]
1262912963
12630[[package]]12964[[package]]
12631name = "x25519-dalek"12965name = "x25519-dalek"
12632version = "1.1.1"12966version = "0.6.0"
12633source = "registry+https://github.com/rust-lang/crates.io-index"12967source = "registry+https://github.com/rust-lang/crates.io-index"
12634checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"12968checksum = "637ff90c9540fa3073bb577e65033069e4bae7c79d49d74aa3ffdf5342a53217"
12635dependencies = [12969dependencies = [
12636 "curve25519-dalek 3.1.0",12970 "curve25519-dalek 2.1.0",
12637 "rand_core 0.5.1",12971 "rand_core 0.5.1",
12638 "zeroize",12972 "zeroize",
12639]12973]
1264012974
12641[[package]]12975[[package]]
12976name = "x25519-dalek"
12977version = "1.1.0"
12978source = "registry+https://github.com/rust-lang/crates.io-index"
12979checksum = "bc614d95359fd7afc321b66d2107ede58b246b844cf5d8a0adcca413e439f088"
12980dependencies = [
12981 "curve25519-dalek 3.0.0",
12982 "rand_core 0.5.1",
12983 "zeroize",
12984]
12985
12986[[package]]
12642name = "xcm"12987name = "xcm"
12643version = "0.9.8"12988version = "0.9.9-1"
12644source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"12989source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
12645dependencies = [12990dependencies = [
12646 "derivative",12991 "derivative",
12647 "impl-trait-for-tuples",12992 "impl-trait-for-tuples 0.2.1",
12993 "log",
12648 "parity-scale-codec",12994 "parity-scale-codec",
12649]12995]
1265012996
12651[[package]]12997[[package]]
12652name = "xcm-builder"12998name = "xcm-builder"
12653version = "0.9.8"12999version = "0.9.9-1"
12654source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"13000source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
12655dependencies = [13001dependencies = [
12656 "frame-support",13002 "frame-support",
12657 "frame-system",13003 "frame-system",
12658 "impl-trait-for-tuples",13004 "impl-trait-for-tuples 0.2.1",
12659 "pallet-transaction-payment",13005 "pallet-transaction-payment",
12660 "parity-scale-codec",13006 "parity-scale-codec",
12661 "polkadot-parachain",13007 "polkadot-parachain",
1266913015
12670[[package]]13016[[package]]
12671name = "xcm-executor"13017name = "xcm-executor"
12672version = "0.9.8"13018version = "0.9.9-1"
12673source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"13019source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.9#7a9f624777ad2d2adb3a1e6797a31f9d653c9587"
12674dependencies = [13020dependencies = [
12675 "frame-support",13021 "frame-support",
12676 "impl-trait-for-tuples",13022 "impl-trait-for-tuples 0.2.1",
12677 "log",13023 "log",
12678 "parity-scale-codec",13024 "parity-scale-codec",
12679 "sp-arithmetic",13025 "sp-arithmetic",
1270613052
12707[[package]]13053[[package]]
12708name = "zeroize"13054name = "zeroize"
12709version = "1.4.1"13055version = "1.2.0"
12710source = "registry+https://github.com/rust-lang/crates.io-index"13056source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "377db0846015f7ae377174787dd452e1c5f5a9050bc6f954911d01f116daa0cd"13057checksum = "81a974bcdd357f0dca4d41677db03436324d45a4c9ed2d0b873a5a360ce41c36"
12712dependencies = [13058dependencies = [
12713 "zeroize_derive",13059 "zeroize_derive",
12714]13060]
1271513061
12716[[package]]13062[[package]]
12717name = "zeroize_derive"13063name = "zeroize_derive"
12718version = "1.1.0"13064version = "1.0.0"
12719source = "registry+https://github.com/rust-lang/crates.io-index"13065source = "registry+https://github.com/rust-lang/crates.io-index"
12720checksum = "a2c1e130bebaeab2f23886bf9acbaca14b092408c452543c857f66399cd6dab1"13066checksum = "de251eec69fc7c1bc3923403d18ececb929380e016afe103da75f396704f8ca2"
12721dependencies = [13067dependencies = [
12722 "proc-macro2",13068 "proc-macro2",
12723 "quote",13069 "quote",
modifiedREADME.mddiffbeforeafterboth
257Uncomment following lies:257Uncomment following lies:
2581. In node/rpc/Cargo.toml2581. In node/rpc/Cargo.toml
259```259```
260# pallet-contracts-rpc = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }260# pallet-contracts-rpc = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
261```261```
262262
2632. In node/rpc/src/lib.rs2632. In node/rpc/src/lib.rs
280 # [dependencies.pallet-contracts]280 # [dependencies.pallet-contracts]
281 # git = 'https://github.com/paritytech/substrate.git'281 # git = 'https://github.com/paritytech/substrate.git'
282 # default-features = false282 # default-features = false
283 # branch = 'polkadot-v0.9.8'283 # branch = 'polkadot-v0.9.9'
284 # version = '3.0.0'284 # version = '3.0.0'
285285
286 # [dependencies.pallet-contracts-primitives]286 # [dependencies.pallet-contracts-primitives]
287 # git = 'https://github.com/paritytech/substrate.git'287 # git = 'https://github.com/paritytech/substrate.git'
288 # default-features = false288 # default-features = false
289 # branch = 'polkadot-v0.9.8'289 # branch = 'polkadot-v0.9.9'
290 # version = '3.0.0'290 # version = '3.0.0'
291291
292 # [dependencies.pallet-contracts-rpc-runtime-api]292 # [dependencies.pallet-contracts-rpc-runtime-api]
293 # git = 'https://github.com/paritytech/substrate.git'293 # git = 'https://github.com/paritytech/substrate.git'
294 # default-features = false294 # default-features = false
295 # branch = 'polkadot-v0.9.8'295 # branch = 'polkadot-v0.9.9'
296 # version = '3.0.0'296 # version = '3.0.0'
297...297...
298 # pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }298 # pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
modifiedcrates/evm-coder/Cargo.tomldiffbeforeafterboth
55
6[dependencies]6[dependencies]
7evm-coder-macros = { path = "../evm-coder-macros" }7evm-coder-macros = { path = "../evm-coder-macros" }
8primitive-types = { version = "0.9", default-features = false }8primitive-types = { version = "0.10.1", default-features = false }
9hex-literal = "0.3"9hex-literal = "0.3.3"
10ethereum = { version = "0.7.1", default-features = false }10ethereum = { version = "0.9.0", default-features = false }
11evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm.git", branch="precompile-output-parachain" }11evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm.git", branch="precompile-output-parachain" }
12impl-trait-for-tuples = "0.2.1"12impl-trait-for-tuples = "0.2.1"
1313
modifiedcrates/evm-coder/tests/a.rsdiffbeforeafterboth
22
3use evm_coder::{solidity_interface, types::*, ToLog, execution::Result};3use evm_coder::{solidity_interface, types::*, ToLog, execution::Result};
4use evm_coder_macros::solidity;4use evm_coder_macros::solidity;
5use std as sp_std;
65
7struct Impls;6struct Impls;
87
modifiednode/cli/Cargo.tomldiffbeforeafterboth
33
4[build-dependencies.substrate-build-script-utils]4[build-dependencies.substrate-build-script-utils]
5git = 'https://github.com/paritytech/substrate.git'5git = 'https://github.com/paritytech/substrate.git'
6branch = 'polkadot-v0.9.8'6branch = 'polkadot-v0.9.9'
7version = '3.0.0'7version = '3.0.0'
88
9################################################################################9################################################################################
1717
18[dependencies.frame-benchmarking]18[dependencies.frame-benchmarking]
19git = 'https://github.com/paritytech/substrate.git'19git = 'https://github.com/paritytech/substrate.git'
20branch = 'polkadot-v0.9.8'20branch = 'polkadot-v0.9.9'
21version = '3.0.0'21version = '4.0.0-dev'
2222
23[dependencies.frame-benchmarking-cli]23[dependencies.frame-benchmarking-cli]
24git = 'https://github.com/paritytech/substrate.git'24git = 'https://github.com/paritytech/substrate.git'
25branch = 'polkadot-v0.9.8'25branch = 'polkadot-v0.9.9'
26version = '3.0.0'26version = '4.0.0-dev'
2727
28[dependencies.pallet-transaction-payment-rpc]28[dependencies.pallet-transaction-payment-rpc]
29git = 'https://github.com/paritytech/substrate.git'29git = 'https://github.com/paritytech/substrate.git'
30branch = 'polkadot-v0.9.8'30branch = 'polkadot-v0.9.9'
31version = '3.0.0'31version = '4.0.0-dev'
3232
33[dependencies.substrate-prometheus-endpoint]33[dependencies.substrate-prometheus-endpoint]
34git = 'https://github.com/paritytech/substrate.git'34git = 'https://github.com/paritytech/substrate.git'
35branch = 'polkadot-v0.9.8'35branch = 'polkadot-v0.9.9'
36version = '0.9.0'36version = '0.9.0'
3737
38[dependencies.sc-basic-authorship]38[dependencies.sc-basic-authorship]
39git = 'https://github.com/paritytech/substrate.git'39git = 'https://github.com/paritytech/substrate.git'
40branch = 'polkadot-v0.9.8'40branch = 'polkadot-v0.9.9'
41version = '0.9.0'41version = '0.10.0-dev'
4242
43[dependencies.sc-chain-spec]43[dependencies.sc-chain-spec]
44git = 'https://github.com/paritytech/substrate.git'44git = 'https://github.com/paritytech/substrate.git'
45branch = 'polkadot-v0.9.8'45branch = 'polkadot-v0.9.9'
46version = '3.0.0'46version = '4.0.0-dev'
4747
48[dependencies.sc-cli]48[dependencies.sc-cli]
49features = ['wasmtime']49features = ['wasmtime']
50git = 'https://github.com/paritytech/substrate.git'50git = 'https://github.com/paritytech/substrate.git'
51branch = 'polkadot-v0.9.8'51branch = 'polkadot-v0.9.9'
52version = '0.9.0'52version = '0.10.0-dev'
5353
54[dependencies.sc-client-api]54[dependencies.sc-client-api]
55git = 'https://github.com/paritytech/substrate.git'55git = 'https://github.com/paritytech/substrate.git'
56branch = 'polkadot-v0.9.8'56branch = 'polkadot-v0.9.9'
57version = '3.0.0'57version = '4.0.0-dev'
5858
59[dependencies.sc-consensus]59[dependencies.sc-consensus]
60git = 'https://github.com/paritytech/substrate.git'60git = 'https://github.com/paritytech/substrate.git'
61branch = 'polkadot-v0.9.8'61branch = 'polkadot-v0.9.9'
62version = '0.9.0'62version = '0.10.0-dev'
6363
64[dependencies.sc-consensus-aura]64[dependencies.sc-consensus-aura]
65git = 'https://github.com/paritytech/substrate.git'65git = 'https://github.com/paritytech/substrate.git'
66branch = 'polkadot-v0.9.8'66branch = 'polkadot-v0.9.9'
67version = '0.9.0'67version = '0.10.0-dev'
6868
69[dependencies.sc-executor]69[dependencies.sc-executor]
70features = ['wasmtime']70features = ['wasmtime']
71git = 'https://github.com/paritytech/substrate.git'71git = 'https://github.com/paritytech/substrate.git'
72branch = 'polkadot-v0.9.8'72branch = 'polkadot-v0.9.9'
73version = '0.9.0'73version = '0.10.0-dev'
7474
75[dependencies.sc-finality-grandpa]75[dependencies.sc-finality-grandpa]
76git = 'https://github.com/paritytech/substrate.git'76git = 'https://github.com/paritytech/substrate.git'
77branch = 'polkadot-v0.9.8'77branch = 'polkadot-v0.9.9'
78version = '0.9.0'78version = '0.10.0-dev'
7979
80[dependencies.sc-keystore]80[dependencies.sc-keystore]
81git = 'https://github.com/paritytech/substrate.git'81git = 'https://github.com/paritytech/substrate.git'
82branch = 'polkadot-v0.9.8'82branch = 'polkadot-v0.9.9'
83version = '3.0.0'83version = '4.0.0-dev'
8484
85[dependencies.sc-rpc]85[dependencies.sc-rpc]
86git = 'https://github.com/paritytech/substrate.git'86git = 'https://github.com/paritytech/substrate.git'
87branch = 'polkadot-v0.9.8'87branch = 'polkadot-v0.9.9'
88version = '3.0.0'88version = '4.0.0-dev'
8989
90[dependencies.sc-rpc-api]90[dependencies.sc-rpc-api]
91git = 'https://github.com/paritytech/substrate.git'91git = 'https://github.com/paritytech/substrate.git'
92branch = 'polkadot-v0.9.8'92branch = 'polkadot-v0.9.9'
93version = '0.9.0'93version = '0.10.0-dev'
9494
95[dependencies.sc-service]95[dependencies.sc-service]
96features = ['wasmtime']96features = ['wasmtime']
97git = 'https://github.com/paritytech/substrate.git'97git = 'https://github.com/paritytech/substrate.git'
98branch = 'polkadot-v0.9.8'98branch = 'polkadot-v0.9.9'
99version = '0.9.0'99version = '0.10.0-dev'
100100
101[dependencies.sc-telemetry]101[dependencies.sc-telemetry]
102git = 'https://github.com/paritytech/substrate.git'102git = 'https://github.com/paritytech/substrate.git'
103branch = 'polkadot-v0.9.8'103branch = 'polkadot-v0.9.9'
104version = '3.0.0'104version = '4.0.0-dev'
105105
106[dependencies.sc-transaction-pool]106[dependencies.sc-transaction-pool]
107git = 'https://github.com/paritytech/substrate.git'107git = 'https://github.com/paritytech/substrate.git'
108branch = 'polkadot-v0.9.8'108branch = 'polkadot-v0.9.9'
109version = '3.0.0'109version = '4.0.0-dev'
110110
111[dependencies.sc-tracing]111[dependencies.sc-tracing]
112git = 'https://github.com/paritytech/substrate.git'112git = 'https://github.com/paritytech/substrate.git'
113branch = 'polkadot-v0.9.8'113branch = 'polkadot-v0.9.9'
114version = '3.0.0'114version = '4.0.0-dev'
115115
116[dependencies.sp-block-builder]116[dependencies.sp-block-builder]
117git = 'https://github.com/paritytech/substrate.git'117git = 'https://github.com/paritytech/substrate.git'
118branch = 'polkadot-v0.9.8'118branch = 'polkadot-v0.9.9'
119version = '3.0.0'119version = '4.0.0-dev'
120120
121[dependencies.sp-api]121[dependencies.sp-api]
122git = 'https://github.com/paritytech/substrate.git'122git = 'https://github.com/paritytech/substrate.git'
123branch = 'polkadot-v0.9.8'123branch = 'polkadot-v0.9.9'
124version = '3.0.0'124version = '4.0.0-dev'
125125
126[dependencies.sp-blockchain]126[dependencies.sp-blockchain]
127git = 'https://github.com/paritytech/substrate.git'127git = 'https://github.com/paritytech/substrate.git'
128branch = 'polkadot-v0.9.8'128branch = 'polkadot-v0.9.9'
129version = '3.0.0'129version = '4.0.0-dev'
130130
131[dependencies.sp-consensus]131[dependencies.sp-consensus]
132git = 'https://github.com/paritytech/substrate.git'132git = 'https://github.com/paritytech/substrate.git'
133branch = 'polkadot-v0.9.8'133branch = 'polkadot-v0.9.9'
134version = '0.9.0'134version = '0.10.0-dev'
135135
136[dependencies.sp-consensus-aura]136[dependencies.sp-consensus-aura]
137git = 'https://github.com/paritytech/substrate.git'137git = 'https://github.com/paritytech/substrate.git'
138branch = 'polkadot-v0.9.8'138branch = 'polkadot-v0.9.9'
139version = '0.9.0'139version = '0.10.0-dev'
140140
141[dependencies.sp-core]141[dependencies.sp-core]
142git = 'https://github.com/paritytech/substrate.git'142git = 'https://github.com/paritytech/substrate.git'
143branch = 'polkadot-v0.9.8'143branch = 'polkadot-v0.9.9'
144version = '3.0.0'144version = '4.0.0-dev'
145145
146[dependencies.sp-finality-grandpa]146[dependencies.sp-finality-grandpa]
147git = 'https://github.com/paritytech/substrate.git'147git = 'https://github.com/paritytech/substrate.git'
148branch = 'polkadot-v0.9.8'148branch = 'polkadot-v0.9.9'
149version = '3.0.0'149version = '4.0.0-dev'
150150
151[dependencies.sp-inherents]151[dependencies.sp-inherents]
152git = 'https://github.com/paritytech/substrate.git'152git = 'https://github.com/paritytech/substrate.git'
153branch = 'polkadot-v0.9.8'153branch = 'polkadot-v0.9.9'
154version = '3.0.0'154version = '4.0.0-dev'
155155
156[dependencies.sp-keystore]156[dependencies.sp-keystore]
157git = 'https://github.com/paritytech/substrate.git'157git = 'https://github.com/paritytech/substrate.git'
158branch = 'polkadot-v0.9.8'158branch = 'polkadot-v0.9.9'
159version = '0.9.0'159version = '0.10.0-dev'
160160
161[dependencies.sp-offchain]161[dependencies.sp-offchain]
162git = 'https://github.com/paritytech/substrate.git'162git = 'https://github.com/paritytech/substrate.git'
163branch = 'polkadot-v0.9.8'163branch = 'polkadot-v0.9.9'
164version = '3.0.0'164version = '4.0.0-dev'
165165
166[dependencies.sp-runtime]166[dependencies.sp-runtime]
167git = 'https://github.com/paritytech/substrate.git'167git = 'https://github.com/paritytech/substrate.git'
168branch = 'polkadot-v0.9.8'168branch = 'polkadot-v0.9.9'
169version = '3.0.0'169version = '4.0.0-dev'
170170
171[dependencies.sp-session]171[dependencies.sp-session]
172git = 'https://github.com/paritytech/substrate.git'172git = 'https://github.com/paritytech/substrate.git'
173branch = 'polkadot-v0.9.8'173branch = 'polkadot-v0.9.9'
174version = '3.0.0'174version = '4.0.0-dev'
175175
176[dependencies.sp-timestamp]176[dependencies.sp-timestamp]
177git = 'https://github.com/paritytech/substrate.git'177git = 'https://github.com/paritytech/substrate.git'
178branch = 'polkadot-v0.9.8'178branch = 'polkadot-v0.9.9'
179version = '3.0.0'179version = '4.0.0-dev'
180180
181[dependencies.sp-transaction-pool]181[dependencies.sp-transaction-pool]
182git = 'https://github.com/paritytech/substrate.git'182git = 'https://github.com/paritytech/substrate.git'
183branch = 'polkadot-v0.9.8'183branch = 'polkadot-v0.9.9'
184version = '3.0.0'184version = '4.0.0-dev'
185185
186[dependencies.sp-trie]186[dependencies.sp-trie]
187git = 'https://github.com/paritytech/substrate.git'187git = 'https://github.com/paritytech/substrate.git'
188branch = 'polkadot-v0.9.8'188branch = 'polkadot-v0.9.9'
189version = '3.0.0'189version = '4.0.0-dev'
190190
191[dependencies.substrate-frame-rpc-system]191[dependencies.substrate-frame-rpc-system]
192git = 'https://github.com/paritytech/substrate.git'192git = 'https://github.com/paritytech/substrate.git'
193branch = 'polkadot-v0.9.8'193branch = 'polkadot-v0.9.9'
194version = '3.0.0'194version = '4.0.0-dev'
195195
196[dependencies.sc-network]196[dependencies.sc-network]
197git = 'https://github.com/paritytech/substrate.git'197git = 'https://github.com/paritytech/substrate.git'
198branch = 'polkadot-v0.9.8'198branch = 'polkadot-v0.9.9'
199version = '0.9.0'199version = '0.10.0-dev'
200200
201[dependencies.serde]201[dependencies.serde]
202features = ['derive']202features = ['derive']
211211
212[dependencies.cumulus-client-consensus-aura]212[dependencies.cumulus-client-consensus-aura]
213git = 'https://github.com/paritytech/cumulus.git'213git = 'https://github.com/paritytech/cumulus.git'
214branch = 'polkadot-v0.9.8'214branch = 'polkadot-v0.9.9'
215215
216[dependencies.cumulus-client-consensus-common]216[dependencies.cumulus-client-consensus-common]
217git = 'https://github.com/paritytech/cumulus.git'217git = 'https://github.com/paritytech/cumulus.git'
218branch = 'polkadot-v0.9.8'218branch = 'polkadot-v0.9.9'
219219
220[dependencies.cumulus-client-collator]220[dependencies.cumulus-client-collator]
221git = 'https://github.com/paritytech/cumulus.git'221git = 'https://github.com/paritytech/cumulus.git'
222branch = 'polkadot-v0.9.8'222branch = 'polkadot-v0.9.9'
223223
224[dependencies.cumulus-client-cli]224[dependencies.cumulus-client-cli]
225git = 'https://github.com/paritytech/cumulus.git'225git = 'https://github.com/paritytech/cumulus.git'
226branch = 'polkadot-v0.9.8'226branch = 'polkadot-v0.9.9'
227227
228[dependencies.cumulus-client-network]228[dependencies.cumulus-client-network]
229git = 'https://github.com/paritytech/cumulus.git'229git = 'https://github.com/paritytech/cumulus.git'
230branch = 'polkadot-v0.9.8'230branch = 'polkadot-v0.9.9'
231231
232[dependencies.cumulus-primitives-core]232[dependencies.cumulus-primitives-core]
233git = 'https://github.com/paritytech/cumulus.git'233git = 'https://github.com/paritytech/cumulus.git'
234branch = 'polkadot-v0.9.8'234branch = 'polkadot-v0.9.9'
235235
236[dependencies.cumulus-primitives-parachain-inherent]236[dependencies.cumulus-primitives-parachain-inherent]
237git = 'https://github.com/paritytech/cumulus.git'237git = 'https://github.com/paritytech/cumulus.git'
238branch = 'polkadot-v0.9.8'238branch = 'polkadot-v0.9.9'
239239
240[dependencies.cumulus-client-service]240[dependencies.cumulus-client-service]
241git = 'https://github.com/paritytech/cumulus.git'241git = 'https://github.com/paritytech/cumulus.git'
242branch = 'polkadot-v0.9.8'242branch = 'polkadot-v0.9.9'
243243
244244
245################################################################################245################################################################################
246# Polkadot dependencies246# Polkadot dependencies
247[dependencies.polkadot-primitives]247[dependencies.polkadot-primitives]
248git = "https://github.com/paritytech/polkadot"248git = "https://github.com/paritytech/polkadot"
249branch = 'release-v0.9.8'249branch = 'release-v0.9.9'
250250
251[dependencies.polkadot-service]251[dependencies.polkadot-service]
252git = "https://github.com/paritytech/polkadot"252git = "https://github.com/paritytech/polkadot"
253branch = 'release-v0.9.8'253branch = 'release-v0.9.9'
254254
255[dependencies.polkadot-cli]255[dependencies.polkadot-cli]
256git = "https://github.com/paritytech/polkadot"256git = "https://github.com/paritytech/polkadot"
257branch = 'release-v0.9.8'257branch = 'release-v0.9.9'
258258
259[dependencies.polkadot-test-service]259[dependencies.polkadot-test-service]
260git = "https://github.com/paritytech/polkadot"260git = "https://github.com/paritytech/polkadot"
261branch = 'release-v0.9.8'261branch = 'release-v0.9.9'
262262
263[dependencies.polkadot-parachain]263[dependencies.polkadot-parachain]
264git = "https://github.com/paritytech/polkadot"264git = "https://github.com/paritytech/polkadot"
265branch = 'release-v0.9.8'265branch = 'release-v0.9.9'
266266
267267
268################################################################################268################################################################################
309fc-consensus = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }309fc-consensus = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
310fc-mapping-sync = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }310fc-mapping-sync = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
311fc-rpc = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }311fc-rpc = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
312fc-db = { version = "1.0.0", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }312fc-db = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
313fp-rpc = { version = "2.0.0", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }313fp-rpc = { version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
314pallet-ethereum = { version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }314pallet-ethereum = { version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
315315
316nft-rpc = { path = "../rpc" }316nft-rpc = { path = "../rpc" }
317317
modifiednode/cli/src/chain_spec.rsdiffbeforeafterboth
196 const_on_chain_schema: vec![],196 const_on_chain_schema: vec![],
197 variable_on_chain_schema: vec![],197 variable_on_chain_schema: vec![],
198 limits: CollectionLimits::default(),198 limits: CollectionLimits::default(),
199 meta_update_permission: MetaUpdatePermission::ItemOwner,
199 transfers_enabled: true,200 transfers_enabled: true,
200 },201 },
201 )],202 )],
modifiednode/cli/src/service.rsdiffbeforeafterboth
41// Frontier Imports41// Frontier Imports
42use fc_rpc_core::types::FilterPool;42use fc_rpc_core::types::FilterPool;
43use fc_rpc_core::types::PendingTransactions;43use fc_rpc_core::types::PendingTransactions;
44use fc_mapping_sync::MappingSyncWorker;44use fc_mapping_sync::{MappingSyncWorker, SyncStrategy};
4545
46// Runtime type overrides46// Runtime type overrides
47type BlockNumber = u32;47type BlockNumber = u32;
96 FullClient,96 FullClient,
97 FullBackend,97 FullBackend,
98 FullSelectChain,98 FullSelectChain,
99 sp_consensus::DefaultImportQueue<Block, FullClient>,99 sc_consensus::DefaultImportQueue<Block, FullClient>,
100 sc_transaction_pool::FullPool<Block, FullClient>,100 sc_transaction_pool::FullPool<Block, FullClient>,
101 (101 (
102 Option<Telemetry>,102 Option<Telemetry>,
116 &Configuration,116 &Configuration,
117 Option<TelemetryHandle>,117 Option<TelemetryHandle>,
118 &TaskManager,118 &TaskManager,
119 ) -> Result<sp_consensus::DefaultImportQueue<Block, FullClient>, sc_service::Error>,119 ) -> Result<sc_consensus::DefaultImportQueue<Block, FullClient>, sc_service::Error>,
120{120{
121 let _telemetry = config121 let _telemetry = config
122 .telemetry_endpoints122 .telemetry_endpoints
216 &Configuration,216 &Configuration,
217 Option<TelemetryHandle>,217 Option<TelemetryHandle>,
218 &TaskManager,218 &TaskManager,
219 ) -> Result<sp_consensus::DefaultImportQueue<Block, FullClient>, sc_service::Error>,219 ) -> Result<sc_consensus::DefaultImportQueue<Block, FullClient>, sc_service::Error>,
220 BIC: FnOnce(220 BIC: FnOnce(
221 Arc<FullClient>,221 Arc<FullClient>,
222 Option<&Registry>,222 Option<&Registry>,
275 import_queue: import_queue.clone(),276 import_queue: import_queue.clone(),
276 on_demand: None,277 on_demand: None,
277 block_announce_validator_builder: Some(Box::new(|_| block_announce_validator)),278 block_announce_validator_builder: Some(Box::new(|_| block_announce_validator)),
279 warp_sync: None,
278 })?;280 })?;
279281
280 let subscription_executor = sc_rpc::SubscriptionTaskExecutor::new(task_manager.spawn_handle());282 let subscription_executor = sc_rpc::SubscriptionTaskExecutor::new(task_manager.spawn_handle());
302 max_past_logs: 10000,304 max_past_logs: 10000,
303 };305 };
304306
305 nft_rpc::create_full::<_, _, _, RuntimeApi, _>(full_deps, subscription_executor.clone())307 Ok(nft_rpc::create_full::<_, _, _, RuntimeApi, _>(
308 full_deps,
309 subscription_executor.clone(),
310 ))
306 });311 });
307312
308 task_manager.spawn_essential_handle().spawn(313 task_manager.spawn_essential_handle().spawn(
313 client.clone(),318 client.clone(),
314 backend.clone(),319 backend.clone(),
315 frontier_backend.clone(),320 frontier_backend.clone(),
321 SyncStrategy::Normal,
316 )322 )
317 .for_each(|()| futures::future::ready(())),323 .for_each(|()| futures::future::ready(())),
318 );324 );
388 config: &Configuration,394 config: &Configuration,
389 telemetry: Option<TelemetryHandle>,395 telemetry: Option<TelemetryHandle>,
390 task_manager: &TaskManager,396 task_manager: &TaskManager,
391) -> Result<sp_consensus::DefaultImportQueue<Block, FullClient>, sc_service::Error> {397) -> Result<sc_consensus::DefaultImportQueue<Block, FullClient>, sc_service::Error> {
392 let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?;398 let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?;
393399
394 cumulus_client_consensus_aura::import_queue::<400 cumulus_client_consensus_aura::import_queue::<
modifiednode/rpc/Cargo.tomldiffbeforeafterboth
13futures = { version = "0.3.1", features = ["compat"] }13futures = { version = "0.3.1", features = ["compat"] }
14jsonrpc-core = "15.0.0"14jsonrpc-core = "15.0.0"
15jsonrpc-pubsub = "15.0.0"15jsonrpc-pubsub = "15.0.0"
16# pallet-contracts-rpc = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }16# pallet-contracts-rpc = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
17pallet-transaction-payment-rpc = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }17pallet-transaction-payment-rpc = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
18pallet-transaction-payment-rpc-runtime-api = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }18pallet-transaction-payment-rpc-runtime-api = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
19sc-client-api = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }19sc-client-api = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
20sc-consensus-aura = { version = "0.9", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }20sc-consensus-aura = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
21sc-consensus-epochs = { version = "0.9", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }21sc-consensus-epochs = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
22sc-finality-grandpa = { version = "0.9", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }22sc-finality-grandpa = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
23sc-finality-grandpa-rpc = { version = "0.9", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }23sc-finality-grandpa-rpc = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
24sc-keystore = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }24sc-keystore = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
25sc-network = { version = "0.9", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }25sc-network = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
26sc-rpc-api = { version = "0.9", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }26sc-rpc-api = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
27sc-rpc = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }27sc-rpc = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
28sc-service = { version = "0.9", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }28sc-service = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
29sp-api = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }29sp-api = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
30sp-block-builder = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }30sp-block-builder = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
31sp-blockchain = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }31sp-blockchain = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
32sp-consensus = { version = "0.9", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }32sp-consensus = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
33sp-consensus-aura = { version = "0.9", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }33sp-consensus-aura = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
34sp-core = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }34sp-core = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
35sp-offchain = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }35sp-offchain = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
36sp-runtime = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }36sp-runtime = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
37sp-storage = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }37sp-storage = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
38sp-session = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }38sp-session = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
39sp-transaction-pool = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }39sp-transaction-pool = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
40sc-transaction-pool = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }40sc-transaction-pool = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
41sc-transaction-graph = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }
42substrate-frame-rpc-system = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }41substrate-frame-rpc-system = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
43tokio = { version = "0.2.13", features = ["macros", "sync"] }42tokio = { version = "0.2.13", features = ["macros", "sync"] }
4443
45pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }44pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
modifiednode/rpc/src/lib.rsdiffbeforeafterboth
18use sp_block_builder::BlockBuilder;18use sp_block_builder::BlockBuilder;
19use sp_blockchain::{Error as BlockChainError, HeaderBackend, HeaderMetadata};19use sp_blockchain::{Error as BlockChainError, HeaderBackend, HeaderMetadata};
20use sp_consensus::SelectChain;20use sp_consensus::SelectChain;
21use sp_transaction_pool::TransactionPool;21use sc_service::TransactionPool;
22use std::{collections::BTreeMap, marker::PhantomData, sync::Arc};22use std::{collections::BTreeMap, marker::PhantomData, sync::Arc};
2323
24/// Public io handler for exporting into other modules24/// Public io handler for exporting into other modules
192 pending_transactions,192 pending_transactions,
193 signers,193 signers,
194 overrides.clone(),194 overrides.clone(),
195 backend,195 backend.clone(),
196 is_authority,196 is_authority,
197 max_past_logs,197 max_past_logs,
198 )));198 )));
199199
200 if let Some(filter_pool) = filter_pool {200 if let Some(filter_pool) = filter_pool {
201 io.extend_with(EthFilterApiServer::to_delegate(EthFilterApi::new(201 io.extend_with(EthFilterApiServer::to_delegate(EthFilterApi::new(
202 client.clone(),202 client.clone(),
203 backend,
203 filter_pool,204 filter_pool,
204 500_usize, // max stored filters205 500_usize, // max stored filters
205 overrides.clone(),206 overrides.clone(),
modifiedpallets/contract-helpers/Cargo.tomldiffbeforeafterboth
15version = '0.1.0'15version = '0.1.0'
1616
17[dependencies]17[dependencies]
18frame-support = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }18frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
19frame-system = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }19frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
20pallet-contracts = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }20pallet-contracts = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
21sp-runtime = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }21sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
22sp-std = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }22sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
2323
24[features]24[features]
25default = ["std"]25default = ["std"]
modifiedpallets/contract-helpers/src/lib.rsdiffbeforeafterboth
7 use frame_support::sp_runtime::traits::StaticLookup;7 use frame_support::sp_runtime::traits::StaticLookup;
8 use frame_support::{pallet_prelude::*, traits::IsSubType};8 use frame_support::{pallet_prelude::*, traits::IsSubType};
9 use frame_system::pallet_prelude::*;9 use frame_system::pallet_prelude::*;
10 use frame_system::Config as SysConfig;
10 use pallet_contracts::chain_extension::UncheckedFrom;11 use pallet_contracts::chain_extension::UncheckedFrom;
11 use sp_runtime::{12 use sp_runtime::{
12 traits::{DispatchInfoOf, Hash, PostDispatchInfoOf, SignedExtension},13 traits::{DispatchInfoOf, Hash, PostDispatchInfoOf, SignedExtension},
176 impl<T> SignedExtension for ContractHelpersExtension<T>177 impl<T> SignedExtension for ContractHelpersExtension<T>
177 where178 where
178 T: Config + Send + Sync,179 T: Config + Send + Sync,
179 T::Call: sp_runtime::traits::Dispatchable,180 <T as SysConfig>::Call: sp_runtime::traits::Dispatchable,
180 T::Call: IsSubType<pallet_contracts::Call<T>>,181 <T as SysConfig>::Call: IsSubType<pallet_contracts::Call<T>>,
181 T::AccountId: UncheckedFrom<T::Hash>,182 T::AccountId: UncheckedFrom<T::Hash>,
182 T::AccountId: AsRef<[u8]>,183 T::AccountId: AsRef<[u8]>,
183 {184 {
184 const IDENTIFIER: &'static str = "ContractHelpers";185 const IDENTIFIER: &'static str = "ContractHelpers";
185 type AccountId = T::AccountId;186 type AccountId = T::AccountId;
186 type Call = T::Call;187 type Call = <T as SysConfig>::Call;
187 type AdditionalSigned = ();188 type AdditionalSigned = ();
188 type Pre = Option<(Self::AccountId, CodeHash<T>, Vec<u8>)>;189 type Pre = Option<(Self::AccountId, CodeHash<T>, Vec<u8>)>;
189190
modifiedpallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth
4edition = "2018"4edition = "2018"
55
6[dependencies]6[dependencies]
7sp-std = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }7sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
8sp-core = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }8sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
9ethereum = { default-features = false, version = "0.7.1" }9ethereum = { default-features = false, version = "0.9.0" }
10evm-coder = { default-features = false, path = "../../crates/evm-coder" }10evm-coder = { default-features = false, path = "../../crates/evm-coder" }
11pallet-ethereum = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }11pallet-ethereum = { default-features = false, version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
12pallet-evm = { default-features = false, version = "5.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }12pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
13frame-support = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }13frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
14frame-system = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }14frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
1515
16[dependencies.codec]16[dependencies.codec]
17default-features = false17default-features = false
modifiedpallets/evm-coder-substrate/src/lib.rsdiffbeforeafterboth
60 .saturating_add((topics as u64).saturating_mul(G_LOGTOPIC))60 .saturating_add((topics as u64).saturating_mul(G_LOGTOPIC))
61 }61 }
6262
63 pub fn generate_transaction() -> ethereum::Transaction {63 pub fn generate_transaction() -> ethereum::TransactionV0 {
64 use ethereum::{Transaction, TransactionAction, TransactionSignature};64 use ethereum::{TransactionV0, TransactionAction, TransactionSignature};
65 Transaction {65 TransactionV0 {
66 nonce: 0.into(),66 nonce: 0.into(),
67 gas_price: 0.into(),67 gas_price: 0.into(),
68 gas_limit: 0.into(),68 gas_limit: 0.into(),
modifiedpallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth
4edition = "2018"4edition = "2018"
55
6[dependencies]6[dependencies]
7frame-support = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }7frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
8frame-system = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }8frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
9sp-runtime = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }9sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
10sp-std = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }10sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
11sp-core = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }11sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
12evm-coder = { default-features = false, path = '../../crates/evm-coder' }12evm-coder = { default-features = false, path = '../../crates/evm-coder' }
13pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }13pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
14pallet-evm = { default-features = false, version = "5.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }14pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
15up-sponsorship = { default-features = false, path = '../../primitives/sponsorship' }15up-sponsorship = { default-features = false, path = '../../primitives/sponsorship' }
16log = "0.4.14"16log = "0.4.14"
1717
modifiedpallets/evm-migration/Cargo.tomldiffbeforeafterboth
4edition = "2018"4edition = "2018"
55
6[dependencies]6[dependencies]
7frame-support = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }7frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
8frame-system = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }8frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
9frame-benchmarking = { default-features = false, version = '3.0.0', optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }9frame-benchmarking = { default-features = false, version = '4.0.0-dev', optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
10sp-runtime = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }10sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
11sp-std = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }11sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
12sp-io = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }12sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
13sp-core = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }13sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
14pallet-evm = { default-features = false, version = "5.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }14pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
15fp-evm = { default-features = false, version = "2.0.0", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }15fp-evm = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
1616
17[dependencies.codec]17[dependencies.codec]
18default-features = false18default-features = false
modifiedpallets/evm-migration/src/lib.rsdiffbeforeafterboth
55 address: H160,55 address: H160,
56 data: Vec<(H256, H256)>,56 data: Vec<(H256, H256)>,
57 ) -> DispatchResult {57 ) -> DispatchResult {
58 use frame_support::StorageDoubleMap;
59 ensure_root(origin)?;58 ensure_root(origin)?;
60 ensure!(59 ensure!(
61 <MigrationPending<T>>::get(&address),60 <MigrationPending<T>>::get(&address),
62 <Error<T>>::AccountIsNotMigrating,61 <Error<T>>::AccountIsNotMigrating,
63 );62 );
6463
65 for (k, v) in data {64 for (k, v) in data {
66 pallet_evm::AccountStorages::insert(&address, k, v);65 <pallet_evm::AccountStorages<T>>::insert(&address, k, v);
67 }66 }
68 Ok(())67 Ok(())
69 }68 }
7069
71 #[pallet::weight(<SelfWeightOf<T>>::finish(code.len() as u32))]70 #[pallet::weight(<SelfWeightOf<T>>::finish(code.len() as u32))]
72 #[transactional]71 #[transactional]
73 pub fn finish(origin: OriginFor<T>, address: H160, code: Vec<u8>) -> DispatchResult {72 pub fn finish(origin: OriginFor<T>, address: H160, code: Vec<u8>) -> DispatchResult {
74 use frame_support::StorageMap;
75 ensure_root(origin)?;73 ensure_root(origin)?;
76 ensure!(74 ensure!(
77 <MigrationPending<T>>::get(&address),75 <MigrationPending<T>>::get(&address),
78 <Error<T>>::AccountIsNotMigrating,76 <Error<T>>::AccountIsNotMigrating,
79 );77 );
8078
81 pallet_evm::AccountCodes::insert(&address, code);79 <pallet_evm::AccountCodes<T>>::insert(&address, code);
82 <MigrationPending<T>>::remove(address);80 <MigrationPending<T>>::remove(address);
83 Ok(())81 Ok(())
84 }82 }
modifiedpallets/evm-transaction-payment/Cargo.tomldiffbeforeafterboth
4edition = "2018"4edition = "2018"
55
6[dependencies]6[dependencies]
7frame-support = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }7frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
8frame-system = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }8frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
9sp-runtime = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }9sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
10sp-std = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }10sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
11sp-io = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }11sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
12sp-core = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }12sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
13pallet-evm = { default-features = false, version = "5.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }13pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
14fp-evm = { default-features = false, version = "2.0.0", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }14fp-evm = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
15pallet-ethereum = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }15pallet-ethereum = { default-features = false, version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
16up-sponsorship = { default-features = false, path = '../../primitives/sponsorship' }16up-sponsorship = { default-features = false, path = '../../primitives/sponsorship' }
1717
18[dependencies.codec]18[dependencies.codec]
modifiedpallets/inflation/Cargo.tomldiffbeforeafterboth
43default-features = false43default-features = false
44optional = true44optional = true
45git = 'https://github.com/paritytech/substrate.git'45git = 'https://github.com/paritytech/substrate.git'
46branch = 'polkadot-v0.9.8'46branch = 'polkadot-v0.9.9'
47version = '3.0.0'47version = '4.0.0-dev'
4848
49[dependencies.frame-support]49[dependencies.frame-support]
50default-features = false50default-features = false
51git = 'https://github.com/paritytech/substrate.git'51git = 'https://github.com/paritytech/substrate.git'
52branch = 'polkadot-v0.9.8'52branch = 'polkadot-v0.9.9'
53version = '3.0.0'53version = '4.0.0-dev'
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.git'
58branch = 'polkadot-v0.9.8'58branch = 'polkadot-v0.9.9'
59version = '3.0.0'59version = '4.0.0-dev'
6060
61[dependencies.pallet-balances]61[dependencies.pallet-balances]
62default-features = false62default-features = false
63git = 'https://github.com/paritytech/substrate.git'63git = 'https://github.com/paritytech/substrate.git'
64branch = 'polkadot-v0.9.8'64branch = 'polkadot-v0.9.9'
65version = '3.0.0'65version = '4.0.0-dev'
6666
67[dependencies.pallet-timestamp]67[dependencies.pallet-timestamp]
68default-features = false68default-features = false
69git = 'https://github.com/paritytech/substrate.git'69git = 'https://github.com/paritytech/substrate.git'
70branch = 'polkadot-v0.9.8'70branch = 'polkadot-v0.9.9'
71version = '3.0.0'71version = '4.0.0-dev'
7272
73[dependencies.pallet-randomness-collective-flip]73[dependencies.pallet-randomness-collective-flip]
74default-features = false74default-features = false
75git = 'https://github.com/paritytech/substrate.git'75git = 'https://github.com/paritytech/substrate.git'
76branch = 'polkadot-v0.9.8'76branch = 'polkadot-v0.9.9'
77version = '3.0.0'77version = '4.0.0-dev'
7878
79[dependencies.sp-std]79[dependencies.sp-std]
80default-features = false80default-features = false
81git = 'https://github.com/paritytech/substrate.git'81git = 'https://github.com/paritytech/substrate.git'
82branch = 'polkadot-v0.9.8'82branch = 'polkadot-v0.9.9'
83version = '3.0.0'83version = '4.0.0-dev'
8484
85[dependencies.serde]85[dependencies.serde]
86default-features = false86default-features = false
90[dependencies.sp-runtime]90[dependencies.sp-runtime]
91default-features = false91default-features = false
92git = 'https://github.com/paritytech/substrate.git'92git = 'https://github.com/paritytech/substrate.git'
93branch = 'polkadot-v0.9.8'93branch = 'polkadot-v0.9.9'
94version = '3.0.0'94version = '4.0.0-dev'
9595
96[dependencies.sp-core]96[dependencies.sp-core]
97default-features = false97default-features = false
98git = 'https://github.com/paritytech/substrate.git'98git = 'https://github.com/paritytech/substrate.git'
99branch = 'polkadot-v0.9.8'99branch = 'polkadot-v0.9.9'
100version = '3.0.0'100version = '4.0.0-dev'
101101
102[dependencies.sp-io]102[dependencies.sp-io]
103default-features = false103default-features = false
104git = 'https://github.com/paritytech/substrate.git'104git = 'https://github.com/paritytech/substrate.git'
105branch = 'polkadot-v0.9.8'105branch = 'polkadot-v0.9.9'
106version = '3.0.0'106version = '4.0.0-dev'
107107
108
modifiedpallets/nft-charge-transaction/Cargo.tomldiffbeforeafterboth
2020
21[dependencies]21[dependencies]
22serde = { version = "1.0.119", default-features = false }22serde = { version = "1.0.119", default-features = false }
23frame-support = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }23frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
24frame-system = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }24frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
25pallet-balances = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }25pallet-balances = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
26pallet-transaction-payment = { default-features = false, version = "3.0.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }26pallet-transaction-payment = { default-features = false, version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
27sp-std = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }27sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
28frame-benchmarking = { default-features = false, version = "3.0.0", optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }28frame-benchmarking = { default-features = false, version = "4.0.0-dev", optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
29sp-core = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }29sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
30sp-io = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }30sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
31sp-runtime = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }31sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
3232
33pallet-nft-transaction-payment = { default-features = false, path="../nft-transaction-payment" }33pallet-nft-transaction-payment = { default-features = false, path = "../nft-transaction-payment" }
3434
modifiedpallets/nft-transaction-payment/Cargo.tomldiffbeforeafterboth
2020
21[dependencies]21[dependencies]
22serde = { version = "1.0.119", default-features = false }22serde = { version = "1.0.119", default-features = false }
23frame-support = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }23frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
24frame-system = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }24frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
25pallet-transaction-payment = { default-features = false, version = "3.0.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }25pallet-transaction-payment = { default-features = false, version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
26sp-std = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }26sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
27frame-benchmarking = { default-features = false, version = "3.0.0", optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }27frame-benchmarking = { default-features = false, version = "4.0.0-dev", optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
28sp-core = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }28sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
29sp-io = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }29sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
30sp-runtime = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }30sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
3131
32up-sponsorship = { default-features = false, path = "../../primitives/sponsorship", version = "0.1.0" }32up-sponsorship = { default-features = false, path = "../../primitives/sponsorship", version = "0.1.0" }
3333
modifiedpallets/nft/Cargo.tomldiffbeforeafterboth
56default-features = false56default-features = false
57optional = true57optional = true
58git = 'https://github.com/paritytech/substrate.git'58git = 'https://github.com/paritytech/substrate.git'
59branch = 'polkadot-v0.9.8'59branch = 'polkadot-v0.9.9'
60version = '3.0.0'60version = '4.0.0-dev'
6161
62[dependencies.frame-support]62[dependencies.frame-support]
63default-features = false63default-features = false
64git = 'https://github.com/paritytech/substrate.git'64git = 'https://github.com/paritytech/substrate.git'
65branch = 'polkadot-v0.9.8'65branch = 'polkadot-v0.9.9'
66version = '3.0.0'66version = '4.0.0-dev'
6767
68[dependencies.frame-system]68[dependencies.frame-system]
69default-features = false69default-features = false
70git = 'https://github.com/paritytech/substrate.git'70git = 'https://github.com/paritytech/substrate.git'
71branch = 'polkadot-v0.9.8'71branch = 'polkadot-v0.9.9'
72version = '3.0.0'72version = '4.0.0-dev'
7373
74[dependencies.pallet-balances]74[dependencies.pallet-balances]
75default-features = false75default-features = false
76git = 'https://github.com/paritytech/substrate.git'76git = 'https://github.com/paritytech/substrate.git'
77branch = 'polkadot-v0.9.8'77branch = 'polkadot-v0.9.9'
78version = '3.0.0'78version = '4.0.0-dev'
7979
80[dependencies.pallet-timestamp]80[dependencies.pallet-timestamp]
81default-features = false81default-features = false
82git = 'https://github.com/paritytech/substrate.git'82git = 'https://github.com/paritytech/substrate.git'
83branch = 'polkadot-v0.9.8'83branch = 'polkadot-v0.9.9'
84version = '3.0.0'84version = '4.0.0-dev'
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.git'
89branch = 'polkadot-v0.9.8'89branch = 'polkadot-v0.9.9'
90version = '3.0.0'90version = '4.0.0-dev'
9191
92[dependencies.sp-std]92[dependencies.sp-std]
93default-features = false93default-features = false
94git = 'https://github.com/paritytech/substrate.git'94git = 'https://github.com/paritytech/substrate.git'
95branch = 'polkadot-v0.9.8'95branch = 'polkadot-v0.9.9'
96version = '3.0.0'96version = '4.0.0-dev'
9797
98[dependencies.pallet-transaction-payment]98[dependencies.pallet-transaction-payment]
99default-features = false99default-features = false
100git = 'https://github.com/paritytech/substrate.git'100git = 'https://github.com/paritytech/substrate.git'
101branch = 'polkadot-v0.9.8'101branch = 'polkadot-v0.9.9'
102version = '3.0.0'102version = '4.0.0-dev'
103103
104[dependencies.serde]104[dependencies.serde]
105default-features = false105default-features = false
109[dependencies.sp-runtime]109[dependencies.sp-runtime]
110default-features = false110default-features = false
111git = 'https://github.com/paritytech/substrate.git'111git = 'https://github.com/paritytech/substrate.git'
112branch = 'polkadot-v0.9.8'112branch = 'polkadot-v0.9.9'
113version = '3.0.0'113version = '4.0.0-dev'
114114
115[dependencies.sp-core]115[dependencies.sp-core]
116default-features = false116default-features = false
117git = 'https://github.com/paritytech/substrate.git'117git = 'https://github.com/paritytech/substrate.git'
118branch = 'polkadot-v0.9.8'118branch = 'polkadot-v0.9.9'
119version = '3.0.0'119version = '4.0.0-dev'
120120
121[dependencies.sp-io]121[dependencies.sp-io]
122default-features = false122default-features = false
123git = 'https://github.com/paritytech/substrate.git'123git = 'https://github.com/paritytech/substrate.git'
124branch = 'polkadot-v0.9.8'124branch = 'polkadot-v0.9.9'
125version = '3.0.0'125version = '4.0.0-dev'
126126
127127
128################################################################################128################################################################################
140140
141141
142[dependencies]142[dependencies]
143ethereum = { default-features = false, version = "0.7.1" }143ethereum = { default-features = false, version = "0.9.0" }
144rlp = { default-features = false, version = "0.5.0" }144rlp = { default-features = false, version = "0.5.0" }
145sp-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.8" }145sp-api = { default-features = false, version = '4.0.0-dev', git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.9" }
146146
147evm-coder = { default-features = false, path = "../../crates/evm-coder" }147evm-coder = { default-features = false, path = "../../crates/evm-coder" }
148pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }148pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
149primitive-types = { version = "0.9.0", default-features = false, features = [149primitive-types = { version = "0.10.1", default-features = false, features = [
150 "serde_no_std",150 "serde_no_std",
151] }151] }
152152
153pallet-evm = { default-features = false, version = "5.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }153pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
154pallet-ethereum = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }154pallet-ethereum = { default-features = false, version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
155fp-evm = { default-features = false, version = '2.0.0', git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }155fp-evm = { default-features = false, version = '3.0.0-dev', git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
156hex-literal = "0.3.1"156hex-literal = "0.3.1"
157157
modifiedpallets/nft/src/lib.rsdiffbeforeafterboth
43 OFFCHAIN_SCHEMA_LIMIT, MAX_TOKEN_PREFIX_LENGTH, MAX_COLLECTION_NAME_LENGTH,43 OFFCHAIN_SCHEMA_LIMIT, MAX_TOKEN_PREFIX_LENGTH, MAX_COLLECTION_NAME_LENGTH,
44 MAX_COLLECTION_DESCRIPTION_LENGTH, AccessMode, Collection, CreateItemData, CollectionLimits,44 MAX_COLLECTION_DESCRIPTION_LENGTH, AccessMode, Collection, CreateItemData, CollectionLimits,
45 CollectionId, CollectionMode, TokenId, SchemaVersion, SponsorshipState, Ownership, NftItemType,45 CollectionId, CollectionMode, TokenId, SchemaVersion, SponsorshipState, Ownership, NftItemType,
46 FungibleItemType, ReFungibleItemType,46 MetaUpdatePermission, FungibleItemType, ReFungibleItemType,
47};47};
4848
49#[cfg(test)]49#[cfg(test)]
145 BadCreateRefungibleCall,145 BadCreateRefungibleCall,
146 /// Gas limit exceeded146 /// Gas limit exceeded
147 OutOfGas,147 OutOfGas,
148 /// Metadata update denied by collection settings
149 MetadataUpdateDenied,
150 /// Metadata update flag become unmutable with None option
151 MetadataFlagFrozen,
148 /// Collection settings not allowing items transferring152 /// Collection settings not allowing items transferring
149 TransferNotAllowed,153 TransferNotAllowed,
150 /// Can't transfer tokens to ethereum zero address154 /// Can't transfer tokens to ethereum zero address
538 variable_on_chain_schema: Vec::new(),542 variable_on_chain_schema: Vec::new(),
539 const_on_chain_schema: Vec::new(),543 const_on_chain_schema: Vec::new(),
540 limits,544 limits,
545 meta_update_permission: MetaUpdatePermission::default(),
541 transfers_enabled: true,546 transfers_enabled: true,
542 };547 };
543548
937 target_collection.save()942 target_collection.save()
938 }943 }
944
945 // TODO! transaction weight
946 /// Set meta_update_permission value for particular collection
947 ///
948 /// # Permissions
949 ///
950 /// * Collection Owner.
951 ///
952 /// # Arguments
953 ///
954 /// * collection_id: ID of the collection.
955 ///
956 /// * value: New flag value.
957 #[weight = <T as Config>::WeightInfo::burn_item()]
958 #[transactional]
959 pub fn set_meta_update_permission_flag(origin, collection_id: CollectionId, value: MetaUpdatePermission) -> DispatchResult {
960
961 let sender = ensure_signed(origin)?;
962 let mut target_collection = Self::get_collection(collection_id)?;
963
964 ensure!(
965 target_collection.meta_update_permission != MetaUpdatePermission::None,
966 Error::<T>::MetadataFlagFrozen
967 );
968 Self::check_owner_permissions(&target_collection, &sender)?;
969
970 target_collection.meta_update_permission = value;
971
972 target_collection.save()
973 }
939974
940 /// Destroys a concrete instance of NFT.975 /// Destroys a concrete instance of NFT.
941 ///976 ///
1482 Error::<T>::TokenVariableDataLimitExceeded1517 Error::<T>::TokenVariableDataLimitExceeded
1483 );1518 );
14841519
1485 // Modify permissions check
1486 ensure!(1520 ensure!(
1487 Self::is_item_owner(sender, collection, item_id)?1521 (Self::is_item_owner(sender, collection, item_id)?
1522 && collection.meta_update_permission == MetaUpdatePermission::ItemOwner)
1488 || Self::is_owner_or_admin_permissions(collection, sender)?,1523 || (Self::is_owner_or_admin_permissions(collection, sender)?
1524 && collection.meta_update_permission == MetaUpdatePermission::Admin),
1489 Error::<T>::NoPermission1525 Error::<T>::NoPermission
1490 );1526 );
14911527
1501 Ok(())1537 Ok(())
1502 }1538 }
1539
1540 pub fn meta_update_check(
1541 sender: &T::CrossAccountId,
1542 collection: &CollectionHandle<T>,
1543 item_id: TokenId,
1544 ) -> DispatchResult {
1545 match collection.meta_update_permission {
1546 MetaUpdatePermission::ItemOwner => ensure!(
1547 Self::is_item_owner(sender, collection, item_id)?,
1548 Error::<T>::NoPermission
1549 ),
1550 MetaUpdatePermission::Admin => ensure!(
1551 Self::is_owner_or_admin_permissions(collection, sender)?,
1552 Error::<T>::NoPermission
1553 ),
1554 MetaUpdatePermission::None => fail!(Error::<T>::MetadataUpdateDenied),
1555 }
1556
1557 Ok(())
1558 }
15031559
1504 pub fn get_variable_metadata(1560 pub fn get_variable_metadata(
1505 collection: &CollectionHandle<T>,1561 collection: &CollectionHandle<T>,
modifiedpallets/nft/src/tests.rsdiffbeforeafterboth
2004 });2004 });
2005}2005}
2006
2007#[test]
2008fn set_variable_meta_data_on_nft_with_item_owner_permission_flag() {
2009 new_test_ext().execute_with(|| {
2010 //default_limits();
2011
2012 let collection_id = create_test_collection(&CollectionMode::NFT, 1);
2013
2014 let origin1 = Origin::signed(1);
2015
2016 let data = default_nft_data();
2017 create_test_item(1, &data.into());
2018
2019 TemplateModule::set_meta_update_permission_flag(
2020 origin1.clone(),
2021 collection_id,
2022 MetaUpdatePermission::ItemOwner,
2023 );
2024
2025 let variable_data = b"ten chars.".to_vec();
2026 assert_ok!(TemplateModule::set_variable_meta_data(
2027 origin1,
2028 collection_id,
2029 1,
2030 variable_data.clone()
2031 ));
2032
2033 assert_eq!(
2034 TemplateModule::nft_item_id(collection_id, 1)
2035 .unwrap()
2036 .variable_data,
2037 variable_data
2038 );
2039 });
2040}
2041
2042#[test]
2043fn set_variable_meta_data_on_nft_with_item_owner_permission_flag_neg() {
2044 new_test_ext().execute_with(|| {
2045 // default_limits();
2046
2047 let collection_id = create_test_collection_for_owner(&CollectionMode::NFT, 2, 1);
2048
2049 let origin1 = Origin::signed(1);
2050 let origin2 = Origin::signed(2);
2051
2052 assert_ok!(TemplateModule::set_mint_permission(
2053 origin2.clone(),
2054 collection_id,
2055 true
2056 ));
2057 assert_ok!(TemplateModule::add_to_white_list(
2058 origin2.clone(),
2059 collection_id,
2060 account(1)
2061 ));
2062
2063 let data = default_nft_data();
2064 create_test_item(1, &data.into());
2065
2066 assert_ok!(TemplateModule::set_meta_update_permission_flag(
2067 origin2.clone(),
2068 collection_id,
2069 MetaUpdatePermission::ItemOwner,
2070 ));
2071
2072 let variable_data = b"ten chars.++".to_vec();
2073 assert_noop!(
2074 TemplateModule::set_variable_meta_data(
2075 origin2,
2076 collection_id,
2077 1,
2078 variable_data.clone()
2079 ),
2080 Error::<Test>::TokenVariableDataLimitExceeded
2081 );
20062082
2007#[test]2083 #[test]
2008fn collection_transfer_flag_works() {2084 fn collection_transfer_flag_works() {
2029 });2105 });
2030}2106 }
2107
2108 #[test]
2109 fn set_variable_meta_data_on_nft_with_admin_flag() {
2110 new_test_ext().execute_with(|| {
2111 // default_limits();
2112
2113 let collection_id = create_test_collection_for_owner(&CollectionMode::NFT, 2, 1);
2114
2115 let origin1 = Origin::signed(1);
2116 let origin2 = Origin::signed(2);
2117
2118 assert_ok!(TemplateModule::set_mint_permission(
2119 origin2.clone(),
2120 collection_id,
2121 true
2122 ));
2123 assert_ok!(TemplateModule::add_to_white_list(
2124 origin2.clone(),
2125 collection_id,
2126 account(1)
2127 ));
2128
2129 assert_ok!(TemplateModule::add_collection_admin(
2130 origin2.clone(),
2131 collection_id,
2132 account(1)
2133 ));
2134
2135 let data = default_nft_data();
2136 create_test_item(1, &data.into());
2137
2138 assert_ok!(TemplateModule::set_meta_update_permission_flag(
2139 origin2.clone(),
2140 collection_id,
2141 MetaUpdatePermission::Admin,
2142 ));
2143
2144 let variable_data = b"test set_variable_meta_data method.".to_vec();
2145 assert_ok!(TemplateModule::set_variable_meta_data(
2146 origin1,
2147 collection_id,
2148 1,
2149 variable_data.clone()
2150 ));
2151
2152 assert_eq!(
2153 TemplateModule::nft_item_id(collection_id, 1)
2154 .unwrap()
2155 .variable_data,
2156 variable_data
2157 );
2158 });
2159 }
2160
2161 #[test]
2162 fn set_variable_meta_data_on_nft_with_admin_flag_neg() {
2163 new_test_ext().execute_with(|| {
2164 // default_limits();
2165
2166 let collection_id = create_test_collection_for_owner(&CollectionMode::NFT, 2, 1);
2167
2168 let origin1 = Origin::signed(1);
2169 let origin2 = Origin::signed(2);
2170
2171 assert_ok!(TemplateModule::set_mint_permission(
2172 origin2.clone(),
2173 collection_id,
2174 true
2175 ));
2176 assert_ok!(TemplateModule::add_to_white_list(
2177 origin2.clone(),
2178 collection_id,
2179 account(1)
2180 ));
2181
2182 let data = default_nft_data();
2183 create_test_item(1, &data.into());
2184
2185 assert_ok!(TemplateModule::set_meta_update_permission_flag(
2186 origin2.clone(),
2187 collection_id,
2188 MetaUpdatePermission::Admin,
2189 ));
2190
2191 let variable_data = b"test set_variable_meta_data method.".to_vec();
2192 assert_noop!(
2193 TemplateModule::set_variable_meta_data(
2194 origin1,
2195 collection_id,
2196 1,
2197 variable_data.clone()
2198 ),
2199 Error::<Test>::NoPermission
2200 );
2201 });
2202 }
2203
2204 #[test]
2205 fn set_variable_meta_flag_after_freeze() {
2206 new_test_ext().execute_with(|| {
2207 // default_limits();
2208
2209 let collection_id = create_test_collection_for_owner(&CollectionMode::NFT, 2, 1);
2210
2211 let origin2 = Origin::signed(2);
2212
2213 assert_ok!(TemplateModule::set_meta_update_permission_flag(
2214 origin2.clone(),
2215 collection_id,
2216 MetaUpdatePermission::None,
2217 ));
2218 assert_noop!(
2219 TemplateModule::set_meta_update_permission_flag(
2220 origin2.clone(),
2221 collection_id,
2222 MetaUpdatePermission::Admin
2223 ),
2224 Error::<Test>::MetadataFlagFrozen
2225 );
2226 });
2227 }
2228
2229 #[test]
2230 fn set_variable_meta_data_on_nft_with_none_flag_neg() {
2231 new_test_ext().execute_with(|| {
2232 // default_limits();
2233
2234 let collection_id = create_test_collection_for_owner(&CollectionMode::NFT, 1, 1);
2235 let origin1 = Origin::signed(1);
2236
2237 let data = default_nft_data();
2238 create_test_item(1, &data.into());
2239
2240 assert_ok!(TemplateModule::set_meta_update_permission_flag(
2241 origin1.clone(),
2242 collection_id,
2243 MetaUpdatePermission::None,
2244 ));
2245
2246 let variable_data = b"test set_variable_meta_data method.".to_vec();
2247 assert_noop!(
2248 TemplateModule::set_variable_meta_data(
2249 origin1.clone(),
2250 collection_id,
2251 1,
2252 variable_data.clone()
2253 ),
2254 Error::<Test>::MetadataUpdateDenied
2255 );
2256 });
2257 }
20312258
2032#[test]2259 #[test]
2033fn collection_transfer_flag_works_neg() {2260 fn collection_transfer_flag_works_neg() {
2058 assert_eq!(TemplateModule::address_tokens(1, 1), [1]);2285 assert_eq!(TemplateModule::address_tokens(1, 1), [1]);
2059 });2286 });
2060}2287 }
2288 });
2289}
20612290
modifiedpallets/scheduler/Cargo.tomldiffbeforeafterboth
12[dependencies]12[dependencies]
13serde = { version = "1.0.119", default-features = false }13serde = { version = "1.0.119", default-features = false }
14codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }14codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
15frame-support = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }15frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
16frame-system = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }16frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
17sp-runtime = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }17sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
18sp-std = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }18sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
19sp-io = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }19sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
20frame-benchmarking = { default-features = false, version = '3.0.0', optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }20frame-benchmarking = { default-features = false, version = '4.0.0-dev', optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
2121
22up-sponsorship = { default-features = false, path = "../../primitives/sponsorship", version = "0.1.0" }22up-sponsorship = { default-features = false, path = "../../primitives/sponsorship", version = "0.1.0" }
23log = { version = "0.4.14", default-features = false }23log = { version = "0.4.14", default-features = false }
2424
25[dev-dependencies]25[dev-dependencies]
26sp-core = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }26sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
27substrate-test-utils = { version = "3.0.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }27substrate-test-utils = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
2828
29[features]29[features]
30default = ["std"]30default = ["std"]
modifiedpallets/scheduler/src/lib.rsdiffbeforeafterboth
794 use super::*;794 use super::*;
795795
796 use frame_support::{796 use frame_support::{
797 parameter_types, assert_ok, ord_parameter_types, assert_noop, assert_err, Hashable,797 Hashable, assert_err, assert_noop, assert_ok, ord_parameter_types, parameter_types,
798 traits::{OnInitialize, OnFinalize, Filter},798 traits::{Contains, Filter, OnFinalize, OnInitialize},
799 weights::constants::RocksDbWeight,799 weights::constants::RocksDbWeight,
800 };800 };
801 use sp_core::H256;801 use sp_core::H256;
870870
871 // Scheduler must dispatch with root and no filter, this tests base filter is indeed not used.871 // Scheduler must dispatch with root and no filter, this tests base filter is indeed not used.
872 pub struct BaseFilter;872 pub struct BaseFilter;
873 impl Filter<Call> for BaseFilter {873 impl Contains<Call> for BaseFilter {
874 fn filter(call: &Call) -> bool {874 fn contains(call: &Call) -> bool {
875 !matches!(call, Call::Logger(logger::Call::log(_, _)))875 !matches!(call, Call::Logger(logger::Call::log(_, _)))
876 }876 }
877 }877 }
modifiedprimitives/nft/Cargo.tomldiffbeforeafterboth
13 'derive',
14] }
13serde = { version = "1.0.119", features = ['derive'], default-features = false, optional = true }15serde = { version = "1.0.119", features = [
14max-encoded-len = { default-features = false, features = ['derive'], version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }16 'derive',
17], default-features = false, optional = true }
15frame-support = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }18frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
16frame-system = { default-features = false, version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }19frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
17sp-core = { version = "3.0.0", default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }20sp-core = { version = "4.0.0-dev", default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
18sp-std = { version = "3.0.0", default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }21sp-std = { version = "4.0.0-dev", default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
19sp-runtime = { version = "3.0.0", default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }22sp-runtime = { version = "4.0.0-dev", default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
20derivative = "2.2.0"23derivative = "2.2.0"
2124
22[features]25[features]
25 "serde1",28 "serde1",
26 "serde/std",29 "serde/std",
27 "codec/std",30 "codec/std",
28 "max-encoded-len/std",
29 "frame-system/std",31 "frame-system/std",
30 "frame-support/std",32 "frame-support/std",
31 "sp-runtime/std",33 "sp-runtime/std",
modifiedprimitives/nft/src/lib.rsdiffbeforeafterboth
4pub use serde::{Serialize, Deserialize};4pub use serde::{Serialize, Deserialize};
55
6use sp_runtime::sp_std::prelude::Vec;6use sp_runtime::sp_std::prelude::Vec;
7use codec::{Decode, Encode};7use codec::{Decode, Encode, MaxEncodedLen};
8use max_encoded_len::MaxEncodedLen;
9pub use frame_support::{8pub use frame_support::{
10 BoundedVec, construct_runtime, decl_event, decl_module, decl_storage, decl_error,9 BoundedVec, construct_runtime, decl_event, decl_module, decl_storage, decl_error,
11 dispatch::DispatchResult,10 dispatch::DispatchResult,
186 pub limits: CollectionLimits<T::BlockNumber>, // Collection private restrictions185 pub limits: CollectionLimits<T::BlockNumber>, // Collection private restrictions
187 pub variable_on_chain_schema: Vec<u8>, //186 pub variable_on_chain_schema: Vec<u8>, //
188 pub const_on_chain_schema: Vec<u8>, //187 pub const_on_chain_schema: Vec<u8>, //
188 pub meta_update_permission: MetaUpdatePermission,
189 pub transfers_enabled: bool,189 pub transfers_enabled: bool,
190}190}
191191
306 pub pieces: u128,306 pub pieces: u128,
307}307}
308
309#[derive(Encode, Decode, Debug, Clone, PartialEq)]
310#[cfg_attr(feature = "std", derive(Serialize, Deserialize))]
311pub enum MetaUpdatePermission {
312 ItemOwner,
313 Admin,
314 None,
315}
316
317impl Default for MetaUpdatePermission {
318 fn default() -> Self {
319 Self::ItemOwner
320 }
321}
308322
309#[derive(Encode, Decode, MaxEncodedLen, PartialEq, Clone, Debug)]323#[derive(Encode, Decode, MaxEncodedLen, PartialEq, Clone, Debug)]
310#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]324#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
modifiedruntime/Cargo.tomldiffbeforeafterboth
34]34]
35std = [35std = [
36 'codec/std',36 'codec/std',
37 'max-encoded-len/std',
38 'cumulus-pallet-aura-ext/std',37 'cumulus-pallet-aura-ext/std',
39 'cumulus-pallet-parachain-system/std',38 'cumulus-pallet-parachain-system/std',
40 'cumulus-pallet-xcm/std',39 'cumulus-pallet-xcm/std',
107default-features = false103default-features = false
108git = 'https://github.com/paritytech/substrate.git'104git = 'https://github.com/paritytech/substrate.git'
109optional = true105optional = true
110branch = 'polkadot-v0.9.8'106branch = 'polkadot-v0.9.9'
111version = '3.0.0'107version = '4.0.0-dev'
112108
113[dependencies.frame-executive]109[dependencies.frame-executive]
114default-features = false110default-features = false
115git = 'https://github.com/paritytech/substrate.git'111git = 'https://github.com/paritytech/substrate.git'
116branch = 'polkadot-v0.9.8'112branch = 'polkadot-v0.9.9'
117version = '3.0.0'113version = '4.0.0-dev'
118114
119[dependencies.frame-support]115[dependencies.frame-support]
120default-features = false116default-features = false
121git = 'https://github.com/paritytech/substrate.git'117git = 'https://github.com/paritytech/substrate.git'
122branch = 'polkadot-v0.9.8'118branch = 'polkadot-v0.9.9'
123version = '3.0.0'119version = '4.0.0-dev'
124120
125[dependencies.frame-system]121[dependencies.frame-system]
126default-features = false122default-features = false
127git = 'https://github.com/paritytech/substrate.git'123git = 'https://github.com/paritytech/substrate.git'
128branch = 'polkadot-v0.9.8'124branch = 'polkadot-v0.9.9'
129version = '3.0.0'125version = '4.0.0-dev'
130126
131[dependencies.frame-system-benchmarking]127[dependencies.frame-system-benchmarking]
132default-features = false128default-features = false
133git = 'https://github.com/paritytech/substrate.git'129git = 'https://github.com/paritytech/substrate.git'
134optional = true130optional = true
135branch = 'polkadot-v0.9.8'131branch = 'polkadot-v0.9.9'
136version = '3.0.0'132version = '4.0.0-dev'
137133
138[dependencies.frame-system-rpc-runtime-api]134[dependencies.frame-system-rpc-runtime-api]
139default-features = false135default-features = false
140git = 'https://github.com/paritytech/substrate.git'136git = 'https://github.com/paritytech/substrate.git'
141branch = 'polkadot-v0.9.8'137branch = 'polkadot-v0.9.9'
142version = '3.0.0'138version = '4.0.0-dev'
143139
144[dependencies.hex-literal]140[dependencies.hex-literal]
145optional = true141optional = true
154[dependencies.pallet-aura]150[dependencies.pallet-aura]
155default-features = false151default-features = false
156git = 'https://github.com/paritytech/substrate.git'152git = 'https://github.com/paritytech/substrate.git'
157branch = 'polkadot-v0.9.8'153branch = 'polkadot-v0.9.9'
158version = '3.0.0'154version = '4.0.0-dev'
159155
160[dependencies.pallet-balances]156[dependencies.pallet-balances]
161default-features = false157default-features = false
162git = 'https://github.com/paritytech/substrate.git'158git = 'https://github.com/paritytech/substrate.git'
163branch = 'polkadot-v0.9.8'159branch = 'polkadot-v0.9.9'
164version = '3.0.0'160version = '4.0.0-dev'
165161
166# Contracts specific packages162# Contracts specific packages
167# [dependencies.pallet-contracts]163# [dependencies.pallet-contracts]
168# git = 'https://github.com/paritytech/substrate.git'164# git = 'https://github.com/paritytech/substrate.git'
169# default-features = false165# default-features = false
170# branch = 'polkadot-v0.9.8'166# branch = 'polkadot-v0.9.9'
171# version = '3.0.0'167# version = '4.0.0-dev'
172168
173# [dependencies.pallet-contracts-primitives]169# [dependencies.pallet-contracts-primitives]
174# git = 'https://github.com/paritytech/substrate.git'170# git = 'https://github.com/paritytech/substrate.git'
175# default-features = false171# default-features = false
176# branch = 'polkadot-v0.9.8'172# branch = 'polkadot-v0.9.9'
177# version = '3.0.0'173# version = '4.0.0-dev'
178174
179# [dependencies.pallet-contracts-rpc-runtime-api]175# [dependencies.pallet-contracts-rpc-runtime-api]
180# git = 'https://github.com/paritytech/substrate.git'176# git = 'https://github.com/paritytech/substrate.git'
181# default-features = false177# default-features = false
182# branch = 'polkadot-v0.9.8'178# branch = 'polkadot-v0.9.9'
183# version = '3.0.0'179# version = '4.0.0-dev'
184180
185[dependencies.pallet-randomness-collective-flip]181[dependencies.pallet-randomness-collective-flip]
186default-features = false182default-features = false
187git = 'https://github.com/paritytech/substrate.git'183git = 'https://github.com/paritytech/substrate.git'
188branch = 'polkadot-v0.9.8'184branch = 'polkadot-v0.9.9'
189version = '3.0.0'185version = '4.0.0-dev'
190186
191[dependencies.pallet-sudo]187[dependencies.pallet-sudo]
192default-features = false188default-features = false
193git = 'https://github.com/paritytech/substrate.git'189git = 'https://github.com/paritytech/substrate.git'
194branch = 'polkadot-v0.9.8'190branch = 'polkadot-v0.9.9'
195version = '3.0.0'191version = '4.0.0-dev'
196192
197[dependencies.pallet-timestamp]193[dependencies.pallet-timestamp]
198default-features = false194default-features = false
199git = 'https://github.com/paritytech/substrate.git'195git = 'https://github.com/paritytech/substrate.git'
200branch = 'polkadot-v0.9.8'196branch = 'polkadot-v0.9.9'
201version = '3.0.0'197version = '4.0.0-dev'
202198
203[dependencies.pallet-transaction-payment]199[dependencies.pallet-transaction-payment]
204default-features = false200default-features = false
205git = 'https://github.com/paritytech/substrate.git'201git = 'https://github.com/paritytech/substrate.git'
206branch = 'polkadot-v0.9.8'202branch = 'polkadot-v0.9.9'
207version = '3.0.0'203version = '4.0.0-dev'
208204
209[dependencies.pallet-transaction-payment-rpc-runtime-api]205[dependencies.pallet-transaction-payment-rpc-runtime-api]
210default-features = false206default-features = false
211git = 'https://github.com/paritytech/substrate.git'207git = 'https://github.com/paritytech/substrate.git'
212branch = 'polkadot-v0.9.8'208branch = 'polkadot-v0.9.9'
213version = '3.0.0'209version = '4.0.0-dev'
214210
215[dependencies.pallet-treasury]211[dependencies.pallet-treasury]
216default-features = false212default-features = false
217git = 'https://github.com/paritytech/substrate.git'213git = 'https://github.com/paritytech/substrate.git'
218branch = 'polkadot-v0.9.8'214branch = 'polkadot-v0.9.9'
219version = '3.0.0'215version = '4.0.0-dev'
220216
221[dependencies.pallet-vesting]217[dependencies.pallet-vesting]
222default-features = false218default-features = false
223git = 'https://github.com/paritytech/substrate.git'219git = 'https://github.com/paritytech/substrate.git'
224branch = 'polkadot-v0.9.8'220branch = 'polkadot-v0.9.9'
225version = '3.0.0'221version = '4.0.0-dev'
226222
227[dependencies.sp-arithmetic]223[dependencies.sp-arithmetic]
228default-features = false224default-features = false
229git = 'https://github.com/paritytech/substrate.git'225git = 'https://github.com/paritytech/substrate.git'
230branch = 'polkadot-v0.9.8'226branch = 'polkadot-v0.9.9'
231version = '3.0.0'227version = '4.0.0-dev'
232228
233[dependencies.sp-api]229[dependencies.sp-api]
234default-features = false230default-features = false
235git = 'https://github.com/paritytech/substrate.git'231git = 'https://github.com/paritytech/substrate.git'
236branch = 'polkadot-v0.9.8'232branch = 'polkadot-v0.9.9'
237version = '3.0.0'233version = '4.0.0-dev'
238234
239[dependencies.sp-block-builder]235[dependencies.sp-block-builder]
240default-features = false236default-features = false
241git = 'https://github.com/paritytech/substrate.git'237git = 'https://github.com/paritytech/substrate.git'
242branch = 'polkadot-v0.9.8'238branch = 'polkadot-v0.9.9'
243version = '3.0.0'239version = '4.0.0-dev'
244240
245[dependencies.sp-core]241[dependencies.sp-core]
246default-features = false242default-features = false
247git = 'https://github.com/paritytech/substrate.git'243git = 'https://github.com/paritytech/substrate.git'
248branch = 'polkadot-v0.9.8'244branch = 'polkadot-v0.9.9'
249version = '3.0.0'245version = '4.0.0-dev'
250246
251[dependencies.sp-consensus-aura]247[dependencies.sp-consensus-aura]
252default-features = false248default-features = false
253git = 'https://github.com/paritytech/substrate.git'249git = 'https://github.com/paritytech/substrate.git'
254branch = 'polkadot-v0.9.8'250branch = 'polkadot-v0.9.9'
255version = '0.9.0'251version = '0.10.0-dev'
256252
257[dependencies.sp-inherents]253[dependencies.sp-inherents]
258default-features = false254default-features = false
259git = 'https://github.com/paritytech/substrate.git'255git = 'https://github.com/paritytech/substrate.git'
260branch = 'polkadot-v0.9.8'256branch = 'polkadot-v0.9.9'
261version = '3.0.0'257version = '4.0.0-dev'
262258
263[dependencies.sp-io]259[dependencies.sp-io]
264default-features = false260default-features = false
265git = 'https://github.com/paritytech/substrate.git'261git = 'https://github.com/paritytech/substrate.git'
266branch = 'polkadot-v0.9.8'262branch = 'polkadot-v0.9.9'
267version = '3.0.0'263version = '4.0.0-dev'
268264
269[dependencies.sp-offchain]265[dependencies.sp-offchain]
270default-features = false266default-features = false
271git = 'https://github.com/paritytech/substrate.git'267git = 'https://github.com/paritytech/substrate.git'
272branch = 'polkadot-v0.9.8'268branch = 'polkadot-v0.9.9'
273version = '3.0.0'269version = '4.0.0-dev'
274270
275[dependencies.sp-runtime]271[dependencies.sp-runtime]
276default-features = false272default-features = false
277git = 'https://github.com/paritytech/substrate.git'273git = 'https://github.com/paritytech/substrate.git'
278branch = 'polkadot-v0.9.8'274branch = 'polkadot-v0.9.9'
279version = '3.0.0'275version = '4.0.0-dev'
280276
281[dependencies.sp-session]277[dependencies.sp-session]
282default-features = false278default-features = false
283git = 'https://github.com/paritytech/substrate.git'279git = 'https://github.com/paritytech/substrate.git'
284branch = 'polkadot-v0.9.8'280branch = 'polkadot-v0.9.9'
285version = '3.0.0'281version = '4.0.0-dev'
286282
287[dependencies.sp-std]283[dependencies.sp-std]
288default-features = false284default-features = false
289git = 'https://github.com/paritytech/substrate.git'285git = 'https://github.com/paritytech/substrate.git'
290branch = 'polkadot-v0.9.8'286branch = 'polkadot-v0.9.9'
291version = '3.0.0'287version = '4.0.0-dev'
292288
293[dependencies.sp-transaction-pool]289[dependencies.sp-transaction-pool]
294default-features = false290default-features = false
295git = 'https://github.com/paritytech/substrate.git'291git = 'https://github.com/paritytech/substrate.git'
296branch = 'polkadot-v0.9.8'292branch = 'polkadot-v0.9.9'
297version = '3.0.0'293version = '4.0.0-dev'
298294
299[dependencies.sp-version]295[dependencies.sp-version]
300default-features = false296default-features = false
301git = 'https://github.com/paritytech/substrate.git'297git = 'https://github.com/paritytech/substrate.git'
302branch = 'polkadot-v0.9.8'298branch = 'polkadot-v0.9.9'
303version = '3.0.0'299version = '4.0.0-dev'
304300
305[dependencies.smallvec]301[dependencies.smallvec]
306version = '1.4.1'302version = '1.4.1'
311[dependencies.parachain-info]307[dependencies.parachain-info]
312default-features = false308default-features = false
313git = 'https://github.com/paritytech/cumulus.git'309git = 'https://github.com/paritytech/cumulus.git'
314branch = 'polkadot-v0.9.8'310branch = 'polkadot-v0.9.9'
315version = '0.1.0'311version = '0.1.0'
316312
317[dependencies.cumulus-pallet-aura-ext]313[dependencies.cumulus-pallet-aura-ext]
318git = 'https://github.com/paritytech/cumulus.git'314git = 'https://github.com/paritytech/cumulus.git'
319branch = 'polkadot-v0.9.8'315branch = 'polkadot-v0.9.9'
320default-features = false316default-features = false
321317
322[dependencies.cumulus-pallet-parachain-system]318[dependencies.cumulus-pallet-parachain-system]
323git = 'https://github.com/paritytech/cumulus.git'319git = 'https://github.com/paritytech/cumulus.git'
324branch = 'polkadot-v0.9.8'320branch = 'polkadot-v0.9.9'
325default-features = false321default-features = false
326322
327[dependencies.cumulus-primitives-core]323[dependencies.cumulus-primitives-core]
328git = 'https://github.com/paritytech/cumulus.git'324git = 'https://github.com/paritytech/cumulus.git'
329branch = 'polkadot-v0.9.8'325branch = 'polkadot-v0.9.9'
330default-features = false326default-features = false
331327
332[dependencies.cumulus-pallet-xcm]328[dependencies.cumulus-pallet-xcm]
333git = 'https://github.com/paritytech/cumulus.git'329git = 'https://github.com/paritytech/cumulus.git'
334branch = 'polkadot-v0.9.8'330branch = 'polkadot-v0.9.9'
335default-features = false331default-features = false
336332
337[dependencies.cumulus-pallet-dmp-queue]333[dependencies.cumulus-pallet-dmp-queue]
338git = 'https://github.com/paritytech/cumulus.git'334git = 'https://github.com/paritytech/cumulus.git'
339branch = 'polkadot-v0.9.8'335branch = 'polkadot-v0.9.9'
340default-features = false336default-features = false
341337
342[dependencies.cumulus-pallet-xcmp-queue]338[dependencies.cumulus-pallet-xcmp-queue]
343git = 'https://github.com/paritytech/cumulus.git'339git = 'https://github.com/paritytech/cumulus.git'
344branch = 'polkadot-v0.9.8'340branch = 'polkadot-v0.9.9'
345default-features = false341default-features = false
346342
347[dependencies.cumulus-primitives-utility]343[dependencies.cumulus-primitives-utility]
348git = 'https://github.com/paritytech/cumulus.git'344git = 'https://github.com/paritytech/cumulus.git'
349branch = 'polkadot-v0.9.8'345branch = 'polkadot-v0.9.9'
350default-features = false346default-features = false
351347
352[dependencies.cumulus-primitives-timestamp]348[dependencies.cumulus-primitives-timestamp]
353git = 'https://github.com/paritytech/cumulus.git'349git = 'https://github.com/paritytech/cumulus.git'
354branch = 'polkadot-v0.9.8'350branch = 'polkadot-v0.9.9'
355default-features = false351default-features = false
356352
357################################################################################353################################################################################
358# Polkadot dependencies354# Polkadot dependencies
359355
360[dependencies.polkadot-parachain]356[dependencies.polkadot-parachain]
361git = 'https://github.com/paritytech/polkadot'357git = 'https://github.com/paritytech/polkadot'
362branch = 'release-v0.9.8'358branch = 'release-v0.9.9'
363default-features = false359default-features = false
364360
365[dependencies.xcm]361[dependencies.xcm]
366git = 'https://github.com/paritytech/polkadot'362git = 'https://github.com/paritytech/polkadot'
367branch = 'release-v0.9.8'363branch = 'release-v0.9.9'
368default-features = false364default-features = false
369365
370[dependencies.xcm-builder]366[dependencies.xcm-builder]
371git = 'https://github.com/paritytech/polkadot'367git = 'https://github.com/paritytech/polkadot'
372branch = 'release-v0.9.8'368branch = 'release-v0.9.9'
373default-features = false369default-features = false
374370
375[dependencies.xcm-executor]371[dependencies.xcm-executor]
376git = 'https://github.com/paritytech/polkadot'372git = 'https://github.com/paritytech/polkadot'
377branch = 'release-v0.9.8'373branch = 'release-v0.9.9'
378default-features = false374default-features = false
379375
380[dependencies.pallet-xcm]376[dependencies.pallet-xcm]
381git = 'https://github.com/paritytech/polkadot'377git = 'https://github.com/paritytech/polkadot'
382branch = 'release-v0.9.8'378branch = 'release-v0.9.9'
383default-features = false379default-features = false
384380
385381
386################################################################################382################################################################################
387# local dependencies383# local dependencies
388384
389[dependencies]385[dependencies]
390max-encoded-len = { default-features = false, features = ['derive'], version = '3.0.0', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }
391derivative = "2.2.0"386derivative = "2.2.0"
392pallet-nft = { path = '../pallets/nft', default-features = false, version = '3.0.0' }387pallet-nft = { path = '../pallets/nft', default-features = false, version = '3.0.0' }
393pallet-inflation = { path = '../pallets/inflation', default-features = false, version = '3.0.0' }388pallet-inflation = { path = '../pallets/inflation', default-features = false, version = '3.0.0' }
401pallet-evm-transaction-payment = { path = '../pallets/evm-transaction-payment', default-features = false }396pallet-evm-transaction-payment = { path = '../pallets/evm-transaction-payment', default-features = false }
402pallet-evm-coder-substrate = { default-features = false, path = "../pallets/evm-coder-substrate" }397pallet-evm-coder-substrate = { default-features = false, path = "../pallets/evm-coder-substrate" }
403398
404pallet-evm = { default-features = false, version = "5.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }399pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
405pallet-ethereum = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }400pallet-ethereum = { default-features = false, version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
406fp-rpc = { default-features = false, version = "2.0.0", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }401fp-rpc = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
407402
408################################################################################403################################################################################
409# Build Dependencies404# Build Dependencies
modifiedruntime/src/lib.rsdiffbeforeafterboth
45 dispatch::DispatchResult,45 dispatch::DispatchResult,
46 PalletId, parameter_types, StorageValue, ConsensusEngineId,46 PalletId, parameter_types, StorageValue, ConsensusEngineId,
47 traits::{47 traits::{
48 All, Currency, ExistenceRequirement, Get, IsInVec, KeyOwnerProofSystem, LockIdentifier,48 Everything, Currency, ExistenceRequirement, Get, IsInVec, KeyOwnerProofSystem,
49 OnUnbalanced, Randomness, FindAuthor,49 LockIdentifier, OnUnbalanced, Randomness, FindAuthor,
50 },50 },
51 weights::{51 weights::{
79// Polkadot imports79// Polkadot imports
80use pallet_xcm::XcmPassthrough;80use pallet_xcm::XcmPassthrough;
81use polkadot_parachain::primitives::Sibling;81use polkadot_parachain::primitives::Sibling;
82use xcm::v0::Xcm;
83use xcm::v0::{BodyId, Junction::*, MultiAsset, MultiLocation, MultiLocation::*, NetworkId};82use xcm::v0::{BodyId, Junction::*, MultiLocation, MultiLocation::*, NetworkId};
84use xcm_builder::{83use xcm_builder::{
85 AccountId32Aliases, AllowTopLevelPaidExecutionFrom, AllowUnpaidExecutionFrom, CurrencyAdapter,84 AccountId32Aliases, AllowTopLevelPaidExecutionFrom, AllowUnpaidExecutionFrom, CurrencyAdapter,
86 EnsureXcmOrigin, FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset,85 EnsureXcmOrigin, FixedWeightBounds, IsConcrete, LocationInverter, NativeAsset,
242 type BlockGasLimit = BlockGasLimit;241 type BlockGasLimit = BlockGasLimit;
243 type FeeCalculator = ();242 type FeeCalculator = ();
244 type GasWeightMapping = ();243 type GasWeightMapping = ();
245 type BlockHashMapping = pallet_ethereum::EthereumBlockHashMapping;244 type BlockHashMapping = pallet_ethereum::EthereumBlockHashMapping<Self>;
246 type CallOrigin = EnsureAddressTruncated;245 type CallOrigin = EnsureAddressTruncated;
247 type WithdrawOrigin = EnsureAddressTruncated;246 type WithdrawOrigin = EnsureAddressTruncated;
248 type AddressMapping = HashedAddressMapping<Self::Hashing>;247 type AddressMapping = HashedAddressMapping<Self::Hashing>;
298 /// The identifier used to distinguish between accounts.297 /// The identifier used to distinguish between accounts.
299 type AccountId = AccountId;298 type AccountId = AccountId;
300 /// The basic call filter to use in dispatchable.299 /// The basic call filter to use in dispatchable.
301 type BaseCallFilter = ();300 type BaseCallFilter = Everything;
302 /// Maximum number of block number to block hash mappings to keep (oldest pruned first).301 /// Maximum number of block number to block hash mappings to keep (oldest pruned first).
303 type BlockHashCount = BlockHashCount;302 type BlockHashCount = BlockHashCount;
304 /// The maximum length of a block (in bytes).303 /// The maximum length of a block (in bytes).
611610
612pub type Barrier = (611pub type Barrier = (
613 TakeWeightCredit,612 TakeWeightCredit,
614 AllowTopLevelPaidExecutionFrom<All<MultiLocation>>,613 AllowTopLevelPaidExecutionFrom<Everything>,
615 AllowUnpaidExecutionFrom<ParentOrParentsUnitPlurality>,614 AllowUnpaidExecutionFrom<ParentOrParentsUnitPlurality>,
616 // ^^^ Parent & its unit plurality gets free execution615 // ^^^ Parent & its unit plurality gets free execution
617);616);
624 type AssetTransactor = LocalAssetTransactor;623 type AssetTransactor = LocalAssetTransactor;
625 type OriginConverter = XcmOriginToTransactDispatchOrigin;624 type OriginConverter = XcmOriginToTransactDispatchOrigin;
626 type IsReserve = NativeAsset;625 type IsReserve = NativeAsset;
627 type IsTeleporter = NativeAsset; // <- should be enough to allow teleportation of ROC626 type IsTeleporter = (); // Teleportation is disabled
628 type LocationInverter = LocationInverter<Ancestry>;627 type LocationInverter = LocationInverter<Ancestry>;
629 type Barrier = Barrier;628 type Barrier = Barrier;
630 type Weigher = FixedWeightBounds<UnitWeightCost, Call>;629 type Weigher = FixedWeightBounds<UnitWeightCost, Call>;
649);648);
650649
651impl pallet_evm_coder_substrate::Config for Runtime {650impl pallet_evm_coder_substrate::Config for Runtime {
652 type EthereumTransactionSender = pallet_ethereum::Module<Self>;651 type EthereumTransactionSender = pallet_ethereum::Pallet<Self>;
653}652}
654653
655impl pallet_xcm::Config for Runtime {654impl pallet_xcm::Config for Runtime {
656 type Event = Event;655 type Event = Event;
657 type SendXcmOrigin = EnsureXcmOrigin<Origin, LocalOriginToLocation>;656 type SendXcmOrigin = EnsureXcmOrigin<Origin, LocalOriginToLocation>;
658 type XcmRouter = XcmRouter;657 type XcmRouter = XcmRouter;
659 type ExecuteXcmOrigin = EnsureXcmOrigin<Origin, LocalOriginToLocation>;658 type ExecuteXcmOrigin = EnsureXcmOrigin<Origin, LocalOriginToLocation>;
660 type XcmExecuteFilter = All<(MultiLocation, Xcm<Call>)>;659 type XcmExecuteFilter = Everything;
661 type XcmExecutor = XcmExecutor<XcmConfig>;660 type XcmExecutor = XcmExecutor<XcmConfig>;
662 type XcmTeleportFilter = All<(MultiLocation, Vec<MultiAsset>)>;661 type XcmTeleportFilter = Everything;
663 type XcmReserveTransferFilter = ();662 type XcmReserveTransferFilter = ();
664 type Weigher = FixedWeightBounds<UnitWeightCost, Call>;663 type Weigher = FixedWeightBounds<UnitWeightCost, Call>;
664 type LocationInverter = LocationInverter<Ancestry>;
665}665}
666666
667impl cumulus_pallet_xcm::Config for Runtime {667impl cumulus_pallet_xcm::Config for Runtime {
683683
684impl pallet_aura::Config for Runtime {684impl pallet_aura::Config for Runtime {
685 type AuthorityId = AuraId;685 type AuthorityId = AuraId;
686 type DisabledValidators = ();
686}687}
687688
688parameter_types! {689parameter_types! {
785 NodeBlock = opaque::Block,786 NodeBlock = opaque::Block,
786 UncheckedExtrinsic = UncheckedExtrinsic787 UncheckedExtrinsic = UncheckedExtrinsic
787 {788 {
788 ParachainSystem: cumulus_pallet_parachain_system::{Pallet, Call, Storage, Inherent, Event<T>} = 20,789 ParachainSystem: cumulus_pallet_parachain_system::{Pallet, Call, Storage, Inherent, Event<T>, ValidateUnsigned} = 20,
789 ParachainInfo: parachain_info::{Pallet, Storage, Config} = 21,790 ParachainInfo: parachain_info::{Pallet, Storage, Config} = 21,
790791
791 Aura: pallet_aura::{Pallet, Config<T>} = 22,792 Aura: pallet_aura::{Pallet, Config<T>} = 22,
978 }979 }
979980
980 fn author() -> H160 {981 fn author() -> H160 {
981 <pallet_evm::Module<Runtime>>::find_author()982 <pallet_evm::Pallet<Runtime>>::find_author()
982 }983 }
983984
984 fn storage_at(address: H160, index: U256) -> H256 {985 fn storage_at(address: H160, index: U256) -> H256 {
modifiedruntime_types.jsondiffbeforeafterboth
63 "Limits": "CollectionLimits",63 "Limits": "CollectionLimits",
64 "VariableOnChainSchema": "Vec<u8>",64 "VariableOnChainSchema": "Vec<u8>",
65 "ConstOnChainSchema": "Vec<u8>",65 "ConstOnChainSchema": "Vec<u8>",
66 "MetaUpdatePermission": "MetaUpdatePermission",
66 "TransfersEnabled": "bool"67 "TransfersEnabled": "bool"
67 },68 },
68 "RawData": "Vec<u8>",69 "RawData": "Vec<u8>",
94 "Unique"95 "Unique"
95 ]96 ]
96 },97 },
98 "MetaUpdatePermission": {
99 "_enum": [
100 "ItemOwner",
101 "Admin",
102 "None"
103 ]
104 },
97 "CollectionId": "u32",105 "CollectionId": "u32",
98 "TokenId": "u32",106 "TokenId": "u32",
99 "ChainLimits": {107 "ChainLimits": {
modifiedtests/package.jsondiffbeforeafterboth
4 "description": "Substrate Nft tests",4 "description": "Substrate Nft tests",
5 "main": "",5 "main": "",
6 "devDependencies": {6 "devDependencies": {
7 "@polkadot/dev": "0.62.60",7 "@polkadot/dev": "0.62.66",
8 "@polkadot/ts": "0.4.4",8 "@polkadot/ts": "0.4.7",
9 "@polkadot/typegen": "5.5.1",9 "@polkadot/typegen": "5.8.3",
10 "@types/chai": "^4.2.17",10 "@types/chai": "^4.2.17",
11 "@types/chai-as-promised": "^7.1.3",11 "@types/chai-as-promised": "^7.1.3",
12 "@types/mocha": "^8.2.2",12 "@types/mocha": "^8.2.2",
28 "load": "mocha --timeout 9999999 -r ts-node/register './**/*.load.ts'",28 "load": "mocha --timeout 9999999 -r ts-node/register './**/*.load.ts'",
29 "loadTransfer": "ts-node src/transfer.nload.ts",29 "loadTransfer": "ts-node src/transfer.nload.ts",
30 "testCollision": "mocha --timeout 9999999 -r ts-node/register ./src/collision-tests/*.test.ts",30 "testCollision": "mocha --timeout 9999999 -r ts-node/register ./src/collision-tests/*.test.ts",
31 "testEvent": "mocha --timeout 9999999 -r ts-node/register ./src/check-event/*.test.ts",
31 "testAddCollectionAdmin": "mocha --timeout 9999999 -r ts-node/register ./**/addCollectionAdmin.test.ts",32 "testAddCollectionAdmin": "mocha --timeout 9999999 -r ts-node/register ./**/addCollectionAdmin.test.ts",
32 "testSetSchemaVersion": "mocha --timeout 9999999 -r ts-node/register ./**/setSchemaVersion.test.ts",33 "testSetSchemaVersion": "mocha --timeout 9999999 -r ts-node/register ./**/setSchemaVersion.test.ts",
33 "testSetVariableMetaData": "mocha --timeout 9999999 -r ts-node/register ./**/setVariableMetaData.test.ts",34 "testSetVariableMetaData": "mocha --timeout 9999999 -r ts-node/register ./**/setVariableMetaData.test.ts",
66 "license": "SEE LICENSE IN ../LICENSE",67 "license": "SEE LICENSE IN ../LICENSE",
67 "homepage": "",68 "homepage": "",
68 "dependencies": {69 "dependencies": {
69 "@polkadot/api": "5.5.1",70 "@polkadot/api": "5.8.3",
70 "@polkadot/api-contract": "5.5.1",71 "@polkadot/api-contract": "5.8.3",
71 "@polkadot/util-crypto": "^7.2.1",72 "@polkadot/util-crypto": "^7.3.1",
72 "bignumber.js": "^9.0.1",73 "bignumber.js": "^9.0.1",
73 "chai-as-promised": "^7.1.1",74 "chai-as-promised": "^7.1.1",
74 "solc": "^0.8.6",75 "solc": "^0.8.6",
modifiedtests/src/addCollectionAdmin.test.tsdiffbeforeafterboth
4//4//
55
6import { ApiPromise } from '@polkadot/api';6import { ApiPromise } from '@polkadot/api';
7import BN from 'bn.js';
8import chai from 'chai';7import chai from 'chai';
9import chaiAsPromised from 'chai-as-promised';8import chaiAsPromised from 'chai-as-promised';
10import privateKey from './substrate/privateKey';9import privateKey from './substrate/privateKey';
modifiedtests/src/check-event/createItemEvent.test.tsdiffbeforeafterboth
10import chaiAsPromised from 'chai-as-promised';10import chaiAsPromised from 'chai-as-promised';
11import privateKey from '../substrate/privateKey';11import privateKey from '../substrate/privateKey';
12import usingApi, {submitTransactionAsync} from '../substrate/substrate-api';12import usingApi, {submitTransactionAsync} from '../substrate/substrate-api';
13import { createCollectionExpectSuccess, nftEventMessage } from '../util/helpers';13import { createCollectionExpectSuccess, nftEventMessage, normalizeAccountId } from '../util/helpers';
1414
15chai.use(chaiAsPromised);15chai.use(chaiAsPromised);
16const expect = chai.expect;16const expect = chai.expect;
28 it('Check event from createItem(): ', async () => {28 it('Check event from createItem(): ', async () => {
29 await usingApi(async (api: ApiPromise) => {29 await usingApi(async (api: ApiPromise) => {
30 const collectionID = await createCollectionExpectSuccess();30 const collectionID = await createCollectionExpectSuccess();
31 const createItem = api.tx.nft.createItem(collectionID, Alice.address, 'NFT');31 const createItem = api.tx.nft.createItem(collectionID, normalizeAccountId(Alice.address), 'NFT');
32 const events = await submitTransactionAsync(Alice, createItem);32 const events = await submitTransactionAsync(Alice, createItem);
33 const msg = JSON.stringify(nftEventMessage(events));33 const msg = JSON.stringify(nftEventMessage(events));
34 expect(msg).to.be.contain(checkSection);34 expect(msg).to.be.contain(checkSection);
modifiedtests/src/check-event/createMultipleItemsEvent.test.tsdiffbeforeafterboth
10import chaiAsPromised from 'chai-as-promised';10import chaiAsPromised from 'chai-as-promised';
11import privateKey from '../substrate/privateKey';11import privateKey from '../substrate/privateKey';
12import usingApi, {submitTransactionAsync} from '../substrate/substrate-api';12import usingApi, {submitTransactionAsync} from '../substrate/substrate-api';
13import { createCollectionExpectSuccess, nftEventMessage } from '../util/helpers';13import { createCollectionExpectSuccess, nftEventMessage, normalizeAccountId } from '../util/helpers';
1414
15chai.use(chaiAsPromised);15chai.use(chaiAsPromised);
16const expect = chai.expect;16const expect = chai.expect;
29 await usingApi(async (api: ApiPromise) => {29 await usingApi(async (api: ApiPromise) => {
30 const collectionID = await createCollectionExpectSuccess();30 const collectionID = await createCollectionExpectSuccess();
31 const args = [{ nft: ['0x31', '0x31'] }, { nft: ['0x32', '0x32'] }, { nft: ['0x33', '0x33'] }];31 const args = [{ nft: ['0x31', '0x31'] }, { nft: ['0x32', '0x32'] }, { nft: ['0x33', '0x33'] }];
32 const createMultipleItems = api.tx.nft.createMultipleItems(collectionID, Alice.address, args);32 const createMultipleItems = api.tx.nft.createMultipleItems(collectionID, normalizeAccountId(Alice.address), args);
33 const events = await submitTransactionAsync(Alice, createMultipleItems);33 const events = await submitTransactionAsync(Alice, createMultipleItems);
34 const msg = JSON.stringify(nftEventMessage(events));34 const msg = JSON.stringify(nftEventMessage(events));
35 expect(msg).to.be.contain(checkSection);35 expect(msg).to.be.contain(checkSection);
modifiedtests/src/check-event/transferEvent.test.tsdiffbeforeafterboth
10import chaiAsPromised from 'chai-as-promised';10import chaiAsPromised from 'chai-as-promised';
11import privateKey from '../substrate/privateKey';11import privateKey from '../substrate/privateKey';
12import usingApi, {submitTransactionAsync} from '../substrate/substrate-api';12import usingApi, {submitTransactionAsync} from '../substrate/substrate-api';
13import { createCollectionExpectSuccess, createItemExpectSuccess, nftEventMessage } from '../util/helpers';13import { createCollectionExpectSuccess, createItemExpectSuccess, nftEventMessage, normalizeAccountId } from '../util/helpers';
1414
15chai.use(chaiAsPromised);15chai.use(chaiAsPromised);
16const expect = chai.expect;16const expect = chai.expect;
31 await usingApi(async (api: ApiPromise) => {31 await usingApi(async (api: ApiPromise) => {
32 const collectionID = await createCollectionExpectSuccess();32 const collectionID = await createCollectionExpectSuccess();
33 const itemID = await createItemExpectSuccess(Alice, collectionID, 'NFT');33 const itemID = await createItemExpectSuccess(Alice, collectionID, 'NFT');
34 const transfer = api.tx.nft.transfer(Bob.address, collectionID, itemID, 1);34 const transfer = api.tx.nft.transfer(normalizeAccountId(Bob.address), collectionID, itemID, 1);
35 const events = await submitTransactionAsync(Alice, transfer);35 const events = await submitTransactionAsync(Alice, transfer);
36 const msg = JSON.stringify(nftEventMessage(events));36 const msg = JSON.stringify(nftEventMessage(events));
37 expect(msg).to.be.contain(checkSection);37 expect(msg).to.be.contain(checkSection);
modifiedtests/src/check-event/transferFromEvent.test.tsdiffbeforeafterboth
10import chaiAsPromised from 'chai-as-promised';10import chaiAsPromised from 'chai-as-promised';
11import privateKey from '../substrate/privateKey';11import privateKey from '../substrate/privateKey';
12import usingApi, {submitTransactionAsync} from '../substrate/substrate-api';12import usingApi, {submitTransactionAsync} from '../substrate/substrate-api';
13import { createCollectionExpectSuccess, createItemExpectSuccess, nftEventMessage } from '../util/helpers';13import { createCollectionExpectSuccess, createItemExpectSuccess, nftEventMessage, normalizeAccountId } from '../util/helpers';
1414
15chai.use(chaiAsPromised);15chai.use(chaiAsPromised);
16const expect = chai.expect;16const expect = chai.expect;
31 await usingApi(async (api: ApiPromise) => {31 await usingApi(async (api: ApiPromise) => {
32 const collectionID = await createCollectionExpectSuccess();32 const collectionID = await createCollectionExpectSuccess();
33 const itemID = await createItemExpectSuccess(Alice, collectionID, 'NFT');33 const itemID = await createItemExpectSuccess(Alice, collectionID, 'NFT');
34 const transferFrom = api.tx.nft.transferFrom(Alice.address, Bob.address, collectionID, itemID, 1);34 const transferFrom = api.tx.nft.transferFrom(normalizeAccountId(Alice.address), normalizeAccountId(Bob.address), collectionID, itemID, 1);
35 const events = await submitTransactionAsync(Alice, transferFrom);35 const events = await submitTransactionAsync(Alice, transferFrom);
36 const msg = JSON.stringify(nftEventMessage(events));36 const msg = JSON.stringify(nftEventMessage(events));
37 expect(msg).to.be.contain(checkSection);37 expect(msg).to.be.contain(checkSection);
modifiedtests/src/collision-tests/admVsOwnerChanges.test.tsdiffbeforeafterboth
6import {6import {
7 createCollectionExpectSuccess,7 createCollectionExpectSuccess,
8 createItemExpectSuccess,8 createItemExpectSuccess,
9 normalizeAccountId,
10 waitNewBlocks,
9} from '../util/helpers';11} from '../util/helpers';
1012
11chai.use(chaiAsPromised);13chai.use(chaiAsPromised);
30
28 await usingApi(async (api) => {31 await usingApi(async (api) => {
29 const collectionId = await createCollectionExpectSuccess();32 const collectionId = await createCollectionExpectSuccess();
30 const changeAdminTxBob = api.tx.nft.addCollectionAdmin(collectionId, Bob.address);33 const changeAdminTxBob = api.tx.nft.addCollectionAdmin(collectionId, normalizeAccountId(Bob.address));
31 await submitTransactionAsync(Alice, changeAdminTxBob);34 await submitTransactionAsync(Alice, changeAdminTxBob);
32 const timeoutPromise = (timeout: number) => new Promise((resolve) => setTimeout(resolve, timeout));
33 const changeAdminTxFerdie = api.tx.nft.addCollectionAdmin(collectionId, Ferdie.address);35 const changeAdminTxFerdie = api.tx.nft.addCollectionAdmin(collectionId, normalizeAccountId(Ferdie.address));
34 await submitTransactionAsync(Bob, changeAdminTxFerdie);36 await submitTransactionAsync(Bob, changeAdminTxFerdie);
35 const itemId = await createItemExpectSuccess(Ferdie, collectionId, 'NFT');37 const itemId = await createItemExpectSuccess(Ferdie, collectionId, 'NFT');
36 //38
37 const changeOwner = api.tx.nft.transferFrom(Ferdie.address, Bob.address, collectionId, itemId, 1);39 const changeOwner = api.tx.nft.transferFrom(normalizeAccountId(Ferdie.address), normalizeAccountId(Bob.address), collectionId, itemId, 1);
38 const approve = api.tx.nft.approve(Bob.address, collectionId, itemId, 1);40 const approve = api.tx.nft.approve(normalizeAccountId(Bob.address), collectionId, itemId, 1);
39 const sendItem = api.tx.nft.transfer(Alice.address, collectionId, itemId, 1);41 const sendItem = api.tx.nft.transfer(normalizeAccountId(Alice.address), collectionId, itemId, 1);
40 await Promise.all([42 await Promise.all([
41 changeOwner.signAndSend(Alice),43 changeOwner.signAndSend(Alice),
42 approve.signAndSend(Bob),44 approve.signAndSend(Bob),
43 sendItem.signAndSend(Ferdie),45 sendItem.signAndSend(Ferdie),
44 ]);46 ]);
45 const itemBefore: any = await api.query.nft.nftItemList(collectionId, itemId);47 const itemBefore: any = await api.query.nft.nftItemList(collectionId, itemId);
46 expect(itemBefore.Owner).not.to.be.eq(Bob.address);48 expect(itemBefore.Owner).not.to.be.eq(Bob.address);
47 await timeoutPromise(20000);49 await waitNewBlocks(2);
48 });50 });
49 });51 });
50});52});
modifiedtests/src/collision-tests/admVsOwnerData.test.tsdiffbeforeafterboth
6import {6import {
7 createCollectionExpectSuccess,7 createCollectionExpectSuccess,
8 createItemExpectSuccess,8 createItemExpectSuccess,
9 normalizeAccountId,
10 waitNewBlocks,
9} from '../util/helpers';11} from '../util/helpers';
1012
11chai.use(chaiAsPromised);13chai.use(chaiAsPromised);
26 const AliceData = 1;28 const AliceData = 1;
27 const BobData = 2;29 const BobData = 2;
28 const collectionId = await createCollectionExpectSuccess();30 const collectionId = await createCollectionExpectSuccess();
29 const changeAdminTx = api.tx.nft.addCollectionAdmin(collectionId, Bob.address);31 const changeAdminTx = api.tx.nft.addCollectionAdmin(collectionId, normalizeAccountId(Bob.address));
30 await submitTransactionAsync(Alice, changeAdminTx);32 await submitTransactionAsync(Alice, changeAdminTx);
31 const timeoutPromise = (timeout: number) => new Promise((resolve) => setTimeout(resolve, timeout));
32 const itemId = await createItemExpectSuccess(Bob, collectionId, 'NFT');33 const itemId = await createItemExpectSuccess(Bob, collectionId, 'NFT');
33 //34 //
34 // tslint:disable-next-line: max-line-length35 // tslint:disable-next-line: max-line-length
41 ]);42 ]);
42 const item: any = await api.query.nft.nftItemList(collectionId, itemId);43 const item: any = await api.query.nft.nftItemList(collectionId, itemId);
43 expect(item.VariableData).not.to.be.eq(null); // Pseudo-random selection of one of two values44 expect(item.VariableData).not.to.be.eq(null); // Pseudo-random selection of one of two values
44 await timeoutPromise(20000);45 await waitNewBlocks(2);
45 });46 });
46 });47 });
47});48});
modifiedtests/src/collision-tests/admVsOwnerTake.test.tsdiffbeforeafterboth
6import {6import {
7 createCollectionExpectSuccess,7 createCollectionExpectSuccess,
8 createItemExpectSuccess,8 createItemExpectSuccess,
9 normalizeAccountId,
10 waitNewBlocks,
9} from '../util/helpers';11} from '../util/helpers';
1012
11chai.use(chaiAsPromised);13chai.use(chaiAsPromised);
27 it('The collection admin burns the token and in the same block the token owner performs a transaction on it ', async () => {29 it('The collection admin burns the token and in the same block the token owner performs a transaction on it ', async () => {
28 await usingApi(async (api) => {30 await usingApi(async (api) => {
29 const collectionId = await createCollectionExpectSuccess();31 const collectionId = await createCollectionExpectSuccess();
30 const changeAdminTx = api.tx.nft.addCollectionAdmin(collectionId, Bob.address);32 const changeAdminTx = api.tx.nft.addCollectionAdmin(collectionId, normalizeAccountId(Bob.address));
31 await submitTransactionAsync(Alice, changeAdminTx);33 await submitTransactionAsync(Alice, changeAdminTx);
32 const timeoutPromise = (timeout: number) => new Promise((resolve) => setTimeout(resolve, timeout));
33 const itemId = await createItemExpectSuccess(Bob, collectionId, 'NFT');34 const itemId = await createItemExpectSuccess(Bob, collectionId, 'NFT');
34 //35 //
35 const sendItem = api.tx.nft.transfer(Ferdie.address, collectionId, itemId, 1);36 const sendItem = api.tx.nft.transfer(normalizeAccountId(Ferdie.address), collectionId, itemId, 1);
36 const burnItem = api.tx.nft.burnItem(collectionId, itemId, 1);37 const burnItem = api.tx.nft.burnItem(collectionId, itemId, 1);
37 await Promise.all([38 await Promise.all([
38 sendItem.signAndSend(Bob),39 sendItem.signAndSend(Bob),
39 burnItem.signAndSend(Alice),40 burnItem.signAndSend(Alice),
40 ]);41 ]);
41 await timeoutPromise(10000);42 await waitNewBlocks(2);
42 let itemBurn = false;43 let itemBurn = false;
43 itemBurn = (await (api.query.nft.nftItemList(collectionId, itemId))).toJSON() as boolean;44 itemBurn = (await (api.query.nft.nftItemList(collectionId, itemId))).toJSON() as boolean;
44 // tslint:disable-next-line: no-unused-expression45 // tslint:disable-next-line: no-unused-expression
45 expect(itemBurn).to.be.null;46 expect(itemBurn).to.be.null;
46 await timeoutPromise(20000);47 await waitNewBlocks(2);
47 });48 });
48 });49 });
49});50});
modifiedtests/src/collision-tests/adminDestroyCollection.test.tsdiffbeforeafterboth
5import usingApi, { submitTransactionAsync } from '../substrate/substrate-api';5import usingApi, { submitTransactionAsync } from '../substrate/substrate-api';
6import {6import {
7 createCollectionExpectSuccess,7 createCollectionExpectSuccess,
8 normalizeAccountId,
9 waitNewBlocks,
8} from '../util/helpers';10} from '../util/helpers';
911
10chai.use(chaiAsPromised);12chai.use(chaiAsPromised);
26 it('Adding an address to the collection whitelist in a block by the admin, and deleting the collection by the owner ', async () => {28 it('Adding an address to the collection whitelist in a block by the admin, and deleting the collection by the owner ', async () => {
27 await usingApi(async (api) => {29 await usingApi(async (api) => {
28 const collectionId = await createCollectionExpectSuccess();30 const collectionId = await createCollectionExpectSuccess();
29 const changeAdminTx = api.tx.nft.addCollectionAdmin(collectionId, Bob.address);31 const changeAdminTx = api.tx.nft.addCollectionAdmin(collectionId, normalizeAccountId(Bob.address));
30 await submitTransactionAsync(Alice, changeAdminTx);32 await submitTransactionAsync(Alice, changeAdminTx);
31 const timeoutPromise = (timeout: number) => new Promise((resolve) => setTimeout(resolve, timeout));
32 await timeoutPromise(10000);33 await waitNewBlocks(1);
33 //34 //
34 const addWhitelistAdm = api.tx.nft.addToWhiteList(collectionId, Ferdie.address);35 const addWhitelistAdm = api.tx.nft.addToWhiteList(collectionId, normalizeAccountId(Ferdie.address));
35 const destroyCollection = api.tx.nft.destroyCollection(collectionId);36 const destroyCollection = api.tx.nft.destroyCollection(collectionId);
36 await Promise.all([37 await Promise.all([
37 addWhitelistAdm.signAndSend(Bob),38 addWhitelistAdm.signAndSend(Bob),
38 destroyCollection.signAndSend(Alice),39 destroyCollection.signAndSend(Alice),
39 ]);40 ]);
40 await timeoutPromise(10000);41 await waitNewBlocks(1);
41 let whiteList = false;42 let whiteList = false;
42 whiteList = (await api.query.nft.whiteList(collectionId, Ferdie.address)).toJSON() as boolean;43 whiteList = (await api.query.nft.whiteList(collectionId, Ferdie.address)).toJSON() as boolean;
43 // tslint:disable-next-line: no-unused-expression44 // tslint:disable-next-line: no-unused-expression
44 expect(whiteList).to.be.false;45 expect(whiteList).to.be.false;
45 await timeoutPromise(20000);46 await waitNewBlocks(2);
46 });47 });
47 });48 });
48});49});
modifiedtests/src/collision-tests/adminLimitsOff.test.tsdiffbeforeafterboth
1import { IKeyringPair } from '@polkadot/types/types';1import { IKeyringPair } from '@polkadot/types/types';
2import BN from 'bn.js';
3import chai from 'chai';2import chai from 'chai';
4import chaiAsPromised from 'chai-as-promised';3import chaiAsPromised from 'chai-as-promised';
5import privateKey from '../substrate/privateKey';4import privateKey from '../substrate/privateKey';
6import usingApi, { submitTransactionAsync, submitTransactionExpectFailAsync } from '../substrate/substrate-api';5import usingApi, { submitTransactionAsync, submitTransactionExpectFailAsync } from '../substrate/substrate-api';
7import {6import {
8 createCollectionExpectSuccess,7 createCollectionExpectSuccess,
8 normalizeAccountId,
9 waitNewBlocks,
9} from '../util/helpers';10} from '../util/helpers';
1011
11chai.use(chaiAsPromised);12chai.use(chaiAsPromised);
37 const chainAdminLimit = (api.consts.nft.collectionAdminsLimit as any).toNumber();38 const chainAdminLimit = (api.consts.nft.collectionAdminsLimit as any).toNumber();
38 expect(chainAdminLimit).to.be.equal(5);39 expect(chainAdminLimit).to.be.equal(5);
3940
40 const changeAdminTx1 = api.tx.nft.addCollectionAdmin(collectionId, Eve.address);41 const changeAdminTx1 = api.tx.nft.addCollectionAdmin(collectionId, normalizeAccountId(Eve.address));
41 await submitTransactionAsync(Alice, changeAdminTx1);42 await submitTransactionAsync(Alice, changeAdminTx1);
42 const changeAdminTx2 = api.tx.nft.addCollectionAdmin(collectionId, Dave.address);43 const changeAdminTx2 = api.tx.nft.addCollectionAdmin(collectionId, normalizeAccountId(Dave.address));
43 await submitTransactionAsync(Alice, changeAdminTx2);44 await submitTransactionAsync(Alice, changeAdminTx2);
44 const changeAdminTx3 = api.tx.nft.addCollectionAdmin(collectionId, Bob.address);45 const changeAdminTx3 = api.tx.nft.addCollectionAdmin(collectionId, normalizeAccountId(Bob.address));
45 await submitTransactionAsync(Alice, changeAdminTx3);46 await submitTransactionAsync(Alice, changeAdminTx3);
4647
47 const timeoutPromise = (timeout: number) => new Promise((resolve) => setTimeout(resolve, timeout));
48 const addAdmOne = api.tx.nft.addCollectionAdmin(collectionId, Ferdie.address);48 const addAdmOne = api.tx.nft.addCollectionAdmin(collectionId, normalizeAccountId(Ferdie.address));
49 const addAdmTwo = api.tx.nft.addCollectionAdmin(collectionId, Charlie.address);49 const addAdmTwo = api.tx.nft.addCollectionAdmin(collectionId, normalizeAccountId(Charlie.address));
50 await Promise.all([50 await Promise.all([
51 addAdmOne.signAndSend(Bob),51 addAdmOne.signAndSend(Bob),
52 addAdmTwo.signAndSend(Alice),52 addAdmTwo.signAndSend(Alice),
53 ]);53 ]);
54 await timeoutPromise(10000);54 await waitNewBlocks(2);
55 const changeAdminTx4 = api.tx.nft.addCollectionAdmin(collectionId, Alice.address);55 const changeAdminTx4 = api.tx.nft.addCollectionAdmin(collectionId, normalizeAccountId(Alice.address));
56 // tslint:disable-next-line: no-unused-expression
57 expect(submitTransactionExpectFailAsync(Alice, changeAdminTx4)).to.be.rejected;56 await expect(submitTransactionExpectFailAsync(Alice, changeAdminTx4)).to.be.rejected;
5857
59 const adminListAfterAddAdmin: any = (await api.query.nft.adminList(collectionId));58 const adminListAfterAddAdmin: any = (await api.query.nft.adminList(collectionId));
60 expect(adminListAfterAddAdmin).to.be.contains(Eve.address);59 expect(adminListAfterAddAdmin).to.be.contains(normalizeAccountId(Eve.address));
61 expect(adminListAfterAddAdmin).to.be.contains(Ferdie.address);60 expect(adminListAfterAddAdmin).to.be.contains(normalizeAccountId(Ferdie.address));
62 expect(adminListAfterAddAdmin).not.to.be.contains(Alice.address);61 expect(adminListAfterAddAdmin).not.to.be.contains(normalizeAccountId(Alice.address));
63 await timeoutPromise(20000);62 await waitNewBlocks(2);
64 });63 });
65 });64 });
66});65});
modifiedtests/src/collision-tests/adminRightsOff.test.tsdiffbeforeafterboth
6import usingApi, { submitTransactionAsync } from '../substrate/substrate-api';6import usingApi, { submitTransactionAsync } from '../substrate/substrate-api';
7import {7import {
8 createCollectionExpectSuccess,8 createCollectionExpectSuccess,
9 normalizeAccountId,
10 waitNewBlocks,
9} from '../util/helpers';11} from '../util/helpers';
1012
11chai.use(chaiAsPromised);13chai.use(chaiAsPromised);
25 it('In the block, the collection admin adds a token or changes data, and the collection owner deprives the admin of rights ', async () => {27 it('In the block, the collection admin adds a token or changes data, and the collection owner deprives the admin of rights ', async () => {
26 await usingApi(async (api) => {28 await usingApi(async (api) => {
27 const collectionId = await createCollectionExpectSuccess();29 const collectionId = await createCollectionExpectSuccess();
28 const changeAdminTx = api.tx.nft.addCollectionAdmin(collectionId, Bob.address);30 const changeAdminTx = api.tx.nft.addCollectionAdmin(collectionId, normalizeAccountId(Bob.address));
29 await submitTransactionAsync(Alice, changeAdminTx);31 await submitTransactionAsync(Alice, changeAdminTx);
30 const timeoutPromise = (timeout: number) => new Promise((resolve) => setTimeout(resolve, timeout));
31 await timeoutPromise(10000);32 await waitNewBlocks(1);
32 const args = [{ nft: ['0x31', '0x31'] }, { nft: ['0x32', '0x32'] }, { nft: ['0x33', '0x33'] }];33 const args = [{ nft: ['0x31', '0x31'] }, { nft: ['0x32', '0x32'] }, { nft: ['0x33', '0x33'] }];
33 const addItemAdm = api.tx.nft.createMultipleItems(collectionId, Bob.address, args);34 const addItemAdm = api.tx.nft.createMultipleItems(collectionId, normalizeAccountId(Bob.address), args);
34 const removeAdm = api.tx.nft.removeCollectionAdmin(collectionId, Bob.address);35 const removeAdm = api.tx.nft.removeCollectionAdmin(collectionId, normalizeAccountId(Bob.address));
35 await Promise.all([36 await Promise.all([
36 addItemAdm.signAndSend(Bob),37 addItemAdm.signAndSend(Bob),
37 removeAdm.signAndSend(Alice),38 removeAdm.signAndSend(Alice),
38 ]);39 ]);
39 await timeoutPromise(10000);40 await waitNewBlocks(2);
40 const itemsListIndex = await api.query.nft.itemListIndex(collectionId) as unknown as BN;41 const itemsListIndex = await api.query.nft.itemListIndex(collectionId) as unknown as BN;
41 expect(itemsListIndex.toNumber()).to.be.equal(0);42 expect(itemsListIndex.toNumber()).to.be.equal(0);
42 const adminList: any = (await api.query.nft.adminList(collectionId));43 const adminList: any = (await api.query.nft.adminList(collectionId));
43 expect(adminList).not.to.be.contains(Bob.address);44 expect(adminList).not.to.be.contains(normalizeAccountId(Bob.address));
44 await timeoutPromise(20000);45 await waitNewBlocks(2);
45 });46 });
46 });47 });
47});48});
modifiedtests/src/collision-tests/setSponsorNewOwner.test.tsdiffbeforeafterboth
6import {6import {
7 createCollectionExpectSuccess, setCollectionSponsorExpectSuccess,7 createCollectionExpectSuccess,
8 setCollectionSponsorExpectSuccess,
9 waitNewBlocks,
8} from '../util/helpers';10} from '../util/helpers';
911
10chai.use(chaiAsPromised);12chai.use(chaiAsPromised);
27 await usingApi(async (api) => {29 await usingApi(async (api) => {
28 const collectionId = await createCollectionExpectSuccess();30 const collectionId = await createCollectionExpectSuccess();
29 await setCollectionSponsorExpectSuccess(collectionId, Bob.address);31 await setCollectionSponsorExpectSuccess(collectionId, Bob.address);
30 const timeoutPromise = (timeout: number) => new Promise((resolve) => setTimeout(resolve, timeout));
31 await timeoutPromise(10000);32 await waitNewBlocks(2);
32 const confirmSponsorship = api.tx.nft.confirmSponsorship(collectionId);33 const confirmSponsorship = api.tx.nft.confirmSponsorship(collectionId);
33 const changeCollectionOwner = api.tx.nft.changeCollectionOwner(collectionId, Ferdie.address);34 const changeCollectionOwner = api.tx.nft.changeCollectionOwner(collectionId, Ferdie.address);
34 await Promise.all([35 await Promise.all([
35 confirmSponsorship.signAndSend(Bob),36 confirmSponsorship.signAndSend(Bob),
36 changeCollectionOwner.signAndSend(Alice),37 changeCollectionOwner.signAndSend(Alice),
37 ]);38 ]);
38 await timeoutPromise(10000);39 await waitNewBlocks(2);
39 const collection: any = (await api.query.nft.collectionById(collectionId)).toJSON();40 const collection: any = (await api.query.nft.collectionById(collectionId)).toJSON();
40 expect(collection.Sponsorship.Confirmed).to.be.eq(Bob.address);41 expect(collection.Sponsorship.confirmed).to.be.eq(Bob.address);
41 expect(collection.Owner).to.be.eq(Ferdie.address);42 expect(collection.Owner).to.be.eq(Ferdie.address);
42 await timeoutPromise(20000);43 await waitNewBlocks(2);
43 });44 });
44 });45 });
45});46});
modifiedtests/src/collision-tests/sponsorPayments.test.tsdiffbeforeafterboth
10 createCollectionExpectSuccess,10 createCollectionExpectSuccess,
11 createItemExpectSuccess,11 createItemExpectSuccess,
12 setCollectionSponsorExpectSuccess,12 setCollectionSponsorExpectSuccess,
13 normalizeAccountId,
14 waitNewBlocks,
13} from '../util/helpers';15} from '../util/helpers';
1416
15chai.use(chaiAsPromised);17chai.use(chaiAsPromised);
29 it('Payment of commission if one block contains transactions for payment from the sponsor\'s balance and his (sponsor\'s) exclusion from the collection ', async () => {31 it('Payment of commission if one block contains transactions for payment from the sponsor\'s balance and his (sponsor\'s) exclusion from the collection ', async () => {
30 await usingApi(async (api) => {32 await usingApi(async (api) => {
31 const collectionId = await createCollectionExpectSuccess();33 const collectionId = await createCollectionExpectSuccess();
32 const changeAdminTxBob = api.tx.nft.addCollectionAdmin(collectionId, Bob.address);34 const changeAdminTxBob = api.tx.nft.addCollectionAdmin(collectionId, normalizeAccountId(Bob.address));
33 await submitTransactionAsync(Alice, changeAdminTxBob);35 await submitTransactionAsync(Alice, changeAdminTxBob);
34 const timeoutPromise = (timeout: number) => new Promise((resolve) => setTimeout(resolve, timeout));
35 const itemId = await createItemExpectSuccess(Bob, collectionId, 'NFT');36 const itemId = await createItemExpectSuccess(Bob, collectionId, 'NFT');
36 await setCollectionSponsorExpectSuccess(collectionId, Bob.address);37 await setCollectionSponsorExpectSuccess(collectionId, Bob.address);
37 await confirmSponsorshipExpectSuccess(collectionId, '//Bob');38 await confirmSponsorshipExpectSuccess(collectionId, '//Bob');
3839
39 const [alicesBalanceBefore, bobsBalanceBefore] = await getBalance(api, [alicesPublicKey, bobsPublicKey]);40 const [alicesBalanceBefore, bobsBalanceBefore] = await getBalance(api, [alicesPublicKey, bobsPublicKey]);
40 const sendItem = api.tx.nft.transfer(Alice.address, collectionId, itemId, 1);41 const sendItem = api.tx.nft.transfer(normalizeAccountId(Alice.address), collectionId, itemId, 1);
41 const revokeSponsor = api.tx.nft.removeCollectionSponsor(collectionId);42 const revokeSponsor = api.tx.nft.removeCollectionSponsor(collectionId);
42 await Promise.all([43 await Promise.all([
43 sendItem.signAndSend(Bob),44 sendItem.signAndSend(Bob),
48 expect(alicesBalanceAfter === alicesBalanceBefore).to.be.true;49 expect(alicesBalanceAfter === alicesBalanceBefore).to.be.true;
49 // tslint:disable-next-line:no-unused-expression50 // tslint:disable-next-line:no-unused-expression
50 expect(bobsBalanceAfter === bobsBalanceBefore).to.be.true;51 expect(bobsBalanceAfter === bobsBalanceBefore).to.be.true;
51 await timeoutPromise(20000);52 await waitNewBlocks(2);
52 });53 });
53 });54 });
54});55});
modifiedtests/src/collision-tests/tokenLimitsOff.test.tsdiffbeforeafterboth
9 createCollectionExpectSuccess,9 createCollectionExpectSuccess,
10 getCreateItemResult,10 getCreateItemResult,
11 setMintPermissionExpectSuccess,11 setMintPermissionExpectSuccess,
12 normalizeAccountId,
13 waitNewBlocks,
12} from '../util/helpers';14} from '../util/helpers';
1315
14chai.use(chaiAsPromised);16chai.use(chaiAsPromised);
56 const subTxTesult = getCreateItemResult(subTx);58 const subTxTesult = getCreateItemResult(subTx);
57 // tslint:disable-next-line:no-unused-expression59 // tslint:disable-next-line:no-unused-expression
58 expect(subTxTesult.success).to.be.true;60 expect(subTxTesult.success).to.be.true;
59 const timeoutPromise = (timeout: number) => new Promise((resolve) => setTimeout(resolve, timeout));
60 await timeoutPromise(10000);61 await waitNewBlocks(2);
6162
62 const args = [{ nft: ['0x31', '0x31'] }, { nft: ['0x32', '0x32'] }, { nft: ['0x33', '0x33'] }];63 const args = [{ nft: ['0x31', '0x31'] }, { nft: ['0x32', '0x32'] }, { nft: ['0x33', '0x33'] }];
63 const mintItemOne = api.tx.nft64 const mintItemOne = api.tx.nft
64 .createMultipleItems(collectionId, Ferdie.address, args);65 .createMultipleItems(collectionId, normalizeAccountId(Ferdie.address), args);
65 const mintItemTwo = api.tx.nft66 const mintItemTwo = api.tx.nft
66 .createMultipleItems(collectionId, Bob.address, args);67 .createMultipleItems(collectionId, normalizeAccountId(Bob.address), args);
67 await Promise.all([68 await Promise.all([
68 mintItemOne.signAndSend(Ferdie),69 mintItemOne.signAndSend(Ferdie),
69 mintItemTwo.signAndSend(Bob),70 mintItemTwo.signAndSend(Bob),
70 ]);71 ]);
71 await timeoutPromise(10000);72 await waitNewBlocks(2);
72 const itemsListIndexAfter = await api.query.nft.itemListIndex(collectionId) as unknown as BN;73 const itemsListIndexAfter = await api.query.nft.itemListIndex(collectionId) as unknown as BN;
73 expect(itemsListIndexAfter.toNumber()).to.be.equal(3);74 expect(itemsListIndexAfter.toNumber()).to.be.equal(3);
74 // TokenLimit = 4. The first transaction is successful. The second should fail.75 // TokenLimit = 4. The first transaction is successful. The second should fail.
75 await timeoutPromise(10000);76 await waitNewBlocks(2);
76 });77 });
77 });78 });
78});79});
modifiedtests/src/collision-tests/turnsOffMinting.test.tsdiffbeforeafterboth
7 addToWhiteListExpectSuccess,7 addToWhiteListExpectSuccess,
8 createCollectionExpectSuccess,8 createCollectionExpectSuccess,
9 setMintPermissionExpectSuccess,9 setMintPermissionExpectSuccess,
10 normalizeAccountId,
11 waitNewBlocks,
10} from '../util/helpers';12} from '../util/helpers';
1113
12chai.use(chaiAsPromised);14chai.use(chaiAsPromised);
26 it('The collection owner turns off minting mode and there are minting transactions in the same block ', async () => {28 it('The collection owner turns off minting mode and there are minting transactions in the same block ', async () => {
27 await usingApi(async (api) => {29 await usingApi(async (api) => {
28 const collectionId = await createCollectionExpectSuccess();30 const collectionId = await createCollectionExpectSuccess();
29 const timeoutPromise = (timeout: number) => new Promise((resolve) => setTimeout(resolve, timeout));
30 await setMintPermissionExpectSuccess(Alice, collectionId, true);31 await setMintPermissionExpectSuccess(Alice, collectionId, true);
31 await addToWhiteListExpectSuccess(Alice, collectionId, Ferdie.address);32 await addToWhiteListExpectSuccess(Alice, collectionId, Ferdie.address);
3233
33 const mintItem = api.tx.nft.createItem(collectionId, Ferdie.address, 'NFT');34 const mintItem = api.tx.nft.createItem(collectionId, normalizeAccountId(Ferdie.address), 'NFT');
34 const offMinting = api.tx.nft.setMintPermission(collectionId, false);35 const offMinting = api.tx.nft.setMintPermission(collectionId, false);
35 await Promise.all([36 await Promise.all([
36 mintItem.signAndSend(Ferdie),37 mintItem.signAndSend(Ferdie),
40 itemList = (await (api.query.nft.nftItemList(collectionId, mintItem))).toJSON() as boolean;41 itemList = (await (api.query.nft.nftItemList(collectionId, mintItem))).toJSON() as boolean;
41 // tslint:disable-next-line: no-unused-expression42 // tslint:disable-next-line: no-unused-expression
42 expect(itemList).to.be.null;43 expect(itemList).to.be.null;
43 await timeoutPromise(20000);44 await waitNewBlocks(2);
44 });45 });
45 });46 });
46});47});
modifiedtests/src/createCollection.test.tsdiffbeforeafterboth
40 const badTransaction = async () => {40 const badTransaction = async () => {
41 await createCollectionExpectSuccess({mode: {type: 'Invalid'}});41 await createCollectionExpectSuccess({mode: {type: 'Invalid'}});
42 };42 };
43 // tslint:disable-next-line:no-unused-expression
44 expect(badTransaction()).to.be.rejected;43 await expect(badTransaction()).to.be.rejected;
4544
46 const BcollectionCount = parseInt((await api.query.nft.createdCollectionCount()).toString(), 10);45 const BcollectionCount = parseInt((await api.query.nft.createdCollectionCount()).toString(), 10);
47 expect(BcollectionCount).to.be.equal(AcollectionCount, 'Error: Incorrect collection created.');46 expect(BcollectionCount).to.be.equal(AcollectionCount, 'Error: Incorrect collection created.');
addedtests/src/metadataUpdate.test.tsdiffbeforeafterboth

no changes

modifiedtests/src/util/helpers.tsdiffbeforeafterboth
525 });525 });
526}526}
527
528export async function setMetadataUpdatePermissionFlagExpectSuccess(sender: IKeyringPair, collectionId: number, flag: string) {
529
530 await usingApi(async (api) => {
531 const tx = api.tx.nft.setMetaUpdatePermissionFlag(collectionId, flag);
532 const events = await submitTransactionAsync(sender, tx);
533 const result = getGenericResult(events);
534
535 expect(result.success).to.be.true;
536 });
537}
538
539export async function setMetadataUpdatePermissionFlagExpectFailure(sender: IKeyringPair, collectionId: number, flag: string) {
540
541 await usingApi(async (api) => {
542 const tx = api.tx.nft.setMetaUpdatePermissionFlag(collectionId, flag);
543 const events = await expect(submitTransactionExpectFailAsync(sender, tx)).to.be.rejected;
544 const result = getGenericResult(events);
545
546 expect(result.success).to.be.false;
547 });
548}
527549
528export async function enableContractSponsoringExpectSuccess(sender: IKeyringPair, contractAddress: AccountId | string, enable: boolean) {550export async function enableContractSponsoringExpectSuccess(sender: IKeyringPair, contractAddress: AccountId | string, enable: boolean) {
529 await usingApi(async (api) => {551 await usingApi(async (api) => {
modifiedtests/yarn.lockdiffbeforeafterboth
2# yarn lockfile v12# yarn lockfile v1
33
44
5"@babel/cli@^7.14.8":5"@babel/cli@^7.15.4":
6 version "7.14.8"6 version "7.15.4"
7 resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.14.8.tgz#fac73c0e2328a8af9fd3560c06b096bfa3730933"7 resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.15.4.tgz#00e21e192b738dec7900c8bb36270e377217c0a4"
8 integrity sha512-lcy6Lymft9Rpfqmrqdd4oTDdUx9ZwaAhAfywVrHG4771Pa6PPT0danJ1kDHBXYqh4HHSmIdA+nlmfxfxSDPtBg==8 integrity sha512-9RhhQ7tgKRcSO/jI3rNLxalLSk30cHqeM8bb+nGOJTyYBDpkoXw/A9QHZ2SYjlslAt4tr90pZQGIEobwWHSIDw==
9 dependencies:9 dependencies:
10 commander "^4.0.1"10 commander "^4.0.1"
11 convert-source-map "^1.1.0"11 convert-source-map "^1.1.0"
68 semver "^6.3.0"68 semver "^6.3.0"
69 source-map "^0.5.0"69 source-map "^0.5.0"
7070
71"@babel/core@^7.15.0":71"@babel/core@^7.15.5":
72 version "7.15.0"72 version "7.15.5"
73 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8"73 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9"
74 integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==74 integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==
75 dependencies:75 dependencies:
76 "@babel/code-frame" "^7.14.5"76 "@babel/code-frame" "^7.14.5"
77 "@babel/generator" "^7.15.0"77 "@babel/generator" "^7.15.4"
78 "@babel/helper-compilation-targets" "^7.15.0"78 "@babel/helper-compilation-targets" "^7.15.4"
79 "@babel/helper-module-transforms" "^7.15.0"79 "@babel/helper-module-transforms" "^7.15.4"
80 "@babel/helpers" "^7.14.8"80 "@babel/helpers" "^7.15.4"
81 "@babel/parser" "^7.15.0"81 "@babel/parser" "^7.15.5"
82 "@babel/template" "^7.14.5"82 "@babel/template" "^7.15.4"
83 "@babel/traverse" "^7.15.0"83 "@babel/traverse" "^7.15.4"
84 "@babel/types" "^7.15.0"84 "@babel/types" "^7.15.4"
85 convert-source-map "^1.7.0"85 convert-source-map "^1.7.0"
86 debug "^4.1.0"86 debug "^4.1.0"
87 gensync "^1.0.0-beta.2"87 gensync "^1.0.0-beta.2"
107 jsesc "^2.5.1"107 jsesc "^2.5.1"
108 source-map "^0.5.0"108 source-map "^0.5.0"
109109
110"@babel/generator@^7.15.4":
111 version "7.15.4"
112 resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.4.tgz#85acb159a267ca6324f9793986991ee2022a05b0"
113 integrity sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw==
114 dependencies:
115 "@babel/types" "^7.15.4"
116 jsesc "^2.5.1"
117 source-map "^0.5.0"
118
110"@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.14.5":119"@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.14.5":
111 version "7.14.5"120 version "7.14.5"
112 resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"121 resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
113 integrity sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA==122 integrity sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA==
114 dependencies:123 dependencies:
115 "@babel/types" "^7.14.5"124 "@babel/types" "^7.14.5"
116125
126"@babel/helper-annotate-as-pure@^7.15.4":
127 version "7.15.4"
128 resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz#3d0e43b00c5e49fdb6c57e421601a7a658d5f835"
129 integrity sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA==
130 dependencies:
131 "@babel/types" "^7.15.4"
132
117"@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5":133"@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5":
118 version "7.14.5"134 version "7.14.5"
119 resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.14.5.tgz#b939b43f8c37765443a19ae74ad8b15978e0a191"135 resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.14.5.tgz#b939b43f8c37765443a19ae74ad8b15978e0a191"
132 browserslist "^4.16.6"148 browserslist "^4.16.6"
133 semver "^6.3.0"149 semver "^6.3.0"
134150
135"@babel/helper-compilation-targets@^7.15.0":151"@babel/helper-compilation-targets@^7.15.4":
136 version "7.15.0"152 version "7.15.4"
137 resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"153 resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz#cf6d94f30fbefc139123e27dd6b02f65aeedb7b9"
138 integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==154 integrity sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==
139 dependencies:155 dependencies:
140 "@babel/compat-data" "^7.15.0"156 "@babel/compat-data" "^7.15.0"
141 "@babel/helper-validator-option" "^7.14.5"157 "@babel/helper-validator-option" "^7.14.5"
166 "@babel/helper-replace-supers" "^7.15.0"182 "@babel/helper-replace-supers" "^7.15.0"
167 "@babel/helper-split-export-declaration" "^7.14.5"183 "@babel/helper-split-export-declaration" "^7.14.5"
168184
185"@babel/helper-create-class-features-plugin@^7.15.4":
186 version "7.15.4"
187 resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.4.tgz#7f977c17bd12a5fba363cb19bea090394bf37d2e"
188 integrity sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw==
189 dependencies:
190 "@babel/helper-annotate-as-pure" "^7.15.4"
191 "@babel/helper-function-name" "^7.15.4"
192 "@babel/helper-member-expression-to-functions" "^7.15.4"
193 "@babel/helper-optimise-call-expression" "^7.15.4"
194 "@babel/helper-replace-supers" "^7.15.4"
195 "@babel/helper-split-export-declaration" "^7.15.4"
196
169"@babel/helper-create-regexp-features-plugin@^7.14.5":197"@babel/helper-create-regexp-features-plugin@^7.14.5":
170 version "7.14.5"198 version "7.14.5"
171 resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz#c7d5ac5e9cf621c26057722fb7a8a4c5889358c4"199 resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz#c7d5ac5e9cf621c26057722fb7a8a4c5889358c4"
204 "@babel/template" "^7.14.5"232 "@babel/template" "^7.14.5"
205 "@babel/types" "^7.14.5"233 "@babel/types" "^7.14.5"
206234
235"@babel/helper-function-name@^7.15.4":
236 version "7.15.4"
237 resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz#845744dafc4381a4a5fb6afa6c3d36f98a787ebc"
238 integrity sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==
239 dependencies:
240 "@babel/helper-get-function-arity" "^7.15.4"
241 "@babel/template" "^7.15.4"
242 "@babel/types" "^7.15.4"
243
207"@babel/helper-get-function-arity@^7.14.5":244"@babel/helper-get-function-arity@^7.14.5":
208 version "7.14.5"245 version "7.14.5"
209 resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"246 resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
210 integrity sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==247 integrity sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==
211 dependencies:248 dependencies:
212 "@babel/types" "^7.14.5"249 "@babel/types" "^7.14.5"
213250
251"@babel/helper-get-function-arity@^7.15.4":
252 version "7.15.4"
253 resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz#098818934a137fce78b536a3e015864be1e2879b"
254 integrity sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==
255 dependencies:
256 "@babel/types" "^7.15.4"
257
214"@babel/helper-hoist-variables@^7.14.5":258"@babel/helper-hoist-variables@^7.14.5":
215 version "7.14.5"259 version "7.14.5"
216 resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz#e0dd27c33a78e577d7c8884916a3e7ef1f7c7f8d"260 resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz#e0dd27c33a78e577d7c8884916a3e7ef1f7c7f8d"
217 integrity sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ==261 integrity sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ==
218 dependencies:262 dependencies:
219 "@babel/types" "^7.14.5"263 "@babel/types" "^7.14.5"
220264
265"@babel/helper-hoist-variables@^7.15.4":
266 version "7.15.4"
267 resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz#09993a3259c0e918f99d104261dfdfc033f178df"
268 integrity sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==
269 dependencies:
270 "@babel/types" "^7.15.4"
271
221"@babel/helper-member-expression-to-functions@^7.14.5":272"@babel/helper-member-expression-to-functions@^7.14.5":
222 version "7.14.5"273 version "7.14.5"
223 resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz#d5c70e4ad13b402c95156c7a53568f504e2fb7b8"274 resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz#d5c70e4ad13b402c95156c7a53568f504e2fb7b8"
232 dependencies:283 dependencies:
233 "@babel/types" "^7.15.0"284 "@babel/types" "^7.15.0"
234285
286"@babel/helper-member-expression-to-functions@^7.15.4":
287 version "7.15.4"
288 resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz#bfd34dc9bba9824a4658b0317ec2fd571a51e6ef"
289 integrity sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA==
290 dependencies:
291 "@babel/types" "^7.15.4"
292
235"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":293"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
236 version "7.14.5"294 version "7.14.5"
237 resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"295 resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
238 integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==296 integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==
239 dependencies:297 dependencies:
240 "@babel/types" "^7.14.5"298 "@babel/types" "^7.14.5"
241299
300"@babel/helper-module-imports@^7.15.4":
301 version "7.15.4"
302 resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz#e18007d230632dea19b47853b984476e7b4e103f"
303 integrity sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==
304 dependencies:
305 "@babel/types" "^7.15.4"
306
242"@babel/helper-module-transforms@^7.14.5":307"@babel/helper-module-transforms@^7.14.5":
243 version "7.14.5"308 version "7.14.5"
244 resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.5.tgz#7de42f10d789b423eb902ebd24031ca77cb1e10e"309 resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.5.tgz#7de42f10d789b423eb902ebd24031ca77cb1e10e"
253 "@babel/traverse" "^7.14.5"318 "@babel/traverse" "^7.14.5"
254 "@babel/types" "^7.14.5"319 "@babel/types" "^7.14.5"
255320
256"@babel/helper-module-transforms@^7.15.0":321"@babel/helper-module-transforms@^7.15.4":
257 version "7.15.0"322 version "7.15.4"
258 resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"323 resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.4.tgz#962cc629a7f7f9a082dd62d0307fa75fe8788d7c"
259 integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==324 integrity sha512-9fHHSGE9zTC++KuXLZcB5FKgvlV83Ox+NLUmQTawovwlJ85+QMhk1CnVk406CQVj97LaWod6KVjl2Sfgw9Aktw==
260 dependencies:325 dependencies:
261 "@babel/helper-module-imports" "^7.14.5"326 "@babel/helper-module-imports" "^7.15.4"
262 "@babel/helper-replace-supers" "^7.15.0"327 "@babel/helper-replace-supers" "^7.15.4"
263 "@babel/helper-simple-access" "^7.14.8"328 "@babel/helper-simple-access" "^7.15.4"
264 "@babel/helper-split-export-declaration" "^7.14.5"329 "@babel/helper-split-export-declaration" "^7.15.4"
265 "@babel/helper-validator-identifier" "^7.14.9"330 "@babel/helper-validator-identifier" "^7.14.9"
266 "@babel/template" "^7.14.5"331 "@babel/template" "^7.15.4"
267 "@babel/traverse" "^7.15.0"332 "@babel/traverse" "^7.15.4"
268 "@babel/types" "^7.15.0"333 "@babel/types" "^7.15.4"
269334
270"@babel/helper-optimise-call-expression@^7.14.5":335"@babel/helper-optimise-call-expression@^7.14.5":
271 version "7.14.5"336 version "7.14.5"
274 dependencies:339 dependencies:
275 "@babel/types" "^7.14.5"340 "@babel/types" "^7.14.5"
276341
342"@babel/helper-optimise-call-expression@^7.15.4":
343 version "7.15.4"
344 resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz#f310a5121a3b9cc52d9ab19122bd729822dee171"
345 integrity sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw==
346 dependencies:
347 "@babel/types" "^7.15.4"
348
277"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":349"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
278 version "7.14.5"350 version "7.14.5"
279 resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"351 resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
288 "@babel/helper-wrap-function" "^7.14.5"360 "@babel/helper-wrap-function" "^7.14.5"
289 "@babel/types" "^7.14.5"361 "@babel/types" "^7.14.5"
290362
363"@babel/helper-remap-async-to-generator@^7.15.4":
364 version "7.15.4"
365 resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.15.4.tgz#2637c0731e4c90fbf58ac58b50b2b5a192fc970f"
366 integrity sha512-v53MxgvMK/HCwckJ1bZrq6dNKlmwlyRNYM6ypaRTdXWGOE2c1/SCa6dL/HimhPulGhZKw9W0QhREM583F/t0vQ==
367 dependencies:
368 "@babel/helper-annotate-as-pure" "^7.15.4"
369 "@babel/helper-wrap-function" "^7.15.4"
370 "@babel/types" "^7.15.4"
371
291"@babel/helper-replace-supers@^7.14.5":372"@babel/helper-replace-supers@^7.14.5":
292 version "7.14.5"373 version "7.14.5"
293 resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94"374 resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94"
308 "@babel/traverse" "^7.15.0"389 "@babel/traverse" "^7.15.0"
309 "@babel/types" "^7.15.0"390 "@babel/types" "^7.15.0"
310391
392"@babel/helper-replace-supers@^7.15.4":
393 version "7.15.4"
394 resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.4.tgz#52a8ab26ba918c7f6dee28628b07071ac7b7347a"
395 integrity sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw==
396 dependencies:
397 "@babel/helper-member-expression-to-functions" "^7.15.4"
398 "@babel/helper-optimise-call-expression" "^7.15.4"
399 "@babel/traverse" "^7.15.4"
400 "@babel/types" "^7.15.4"
401
311"@babel/helper-simple-access@^7.14.5":402"@babel/helper-simple-access@^7.14.5":
312 version "7.14.5"403 version "7.14.5"
313 resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz#66ea85cf53ba0b4e588ba77fc813f53abcaa41c4"404 resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz#66ea85cf53ba0b4e588ba77fc813f53abcaa41c4"
314 integrity sha512-nfBN9xvmCt6nrMZjfhkl7i0oTV3yxR4/FztsbOASyTvVcoYd0TRHh7eMLdlEcCqobydC0LAF3LtC92Iwxo0wyw==405 integrity sha512-nfBN9xvmCt6nrMZjfhkl7i0oTV3yxR4/FztsbOASyTvVcoYd0TRHh7eMLdlEcCqobydC0LAF3LtC92Iwxo0wyw==
315 dependencies:406 dependencies:
316 "@babel/types" "^7.14.5"407 "@babel/types" "^7.14.5"
317408
318"@babel/helper-simple-access@^7.14.8":409"@babel/helper-simple-access@^7.15.4":
319 version "7.14.8"410 version "7.15.4"
320 resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"411 resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.15.4.tgz#ac368905abf1de8e9781434b635d8f8674bcc13b"
321 integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==412 integrity sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg==
322 dependencies:413 dependencies:
323 "@babel/types" "^7.14.8"414 "@babel/types" "^7.15.4"
324415
325"@babel/helper-skip-transparent-expression-wrappers@^7.14.5":416"@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
326 version "7.14.5"417 version "7.14.5"
329 dependencies:420 dependencies:
330 "@babel/types" "^7.14.5"421 "@babel/types" "^7.14.5"
331422
423"@babel/helper-skip-transparent-expression-wrappers@^7.15.4":
424 version "7.15.4"
425 resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.15.4.tgz#707dbdba1f4ad0fa34f9114fc8197aec7d5da2eb"
426 integrity sha512-BMRLsdh+D1/aap19TycS4eD1qELGrCBJwzaY9IE8LrpJtJb+H7rQkPIdsfgnMtLBA6DJls7X9z93Z4U8h7xw0A==
427 dependencies:
428 "@babel/types" "^7.15.4"
429
332"@babel/helper-split-export-declaration@^7.14.5":430"@babel/helper-split-export-declaration@^7.14.5":
333 version "7.14.5"431 version "7.14.5"
334 resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz#22b23a54ef51c2b7605d851930c1976dd0bc693a"432 resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz#22b23a54ef51c2b7605d851930c1976dd0bc693a"
335 integrity sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==433 integrity sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==
336 dependencies:434 dependencies:
337 "@babel/types" "^7.14.5"435 "@babel/types" "^7.14.5"
338436
437"@babel/helper-split-export-declaration@^7.15.4":
438 version "7.15.4"
439 resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.15.4.tgz#aecab92dcdbef6a10aa3b62ab204b085f776e257"
440 integrity sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw==
441 dependencies:
442 "@babel/types" "^7.15.4"
443
339"@babel/helper-validator-identifier@^7.14.5":444"@babel/helper-validator-identifier@^7.14.5":
340 version "7.14.5"445 version "7.14.5"
341 resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"446 resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
361 "@babel/traverse" "^7.14.5"466 "@babel/traverse" "^7.14.5"
362 "@babel/types" "^7.14.5"467 "@babel/types" "^7.14.5"
363468
469"@babel/helper-wrap-function@^7.15.4":
470 version "7.15.4"
471 resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.15.4.tgz#6f754b2446cfaf3d612523e6ab8d79c27c3a3de7"
472 integrity sha512-Y2o+H/hRV5W8QhIfTpRIBwl57y8PrZt6JM3V8FOo5qarjshHItyH5lXlpMfBfmBefOqSCpKZs/6Dxqp0E/U+uw==
473 dependencies:
474 "@babel/helper-function-name" "^7.15.4"
475 "@babel/template" "^7.15.4"
476 "@babel/traverse" "^7.15.4"
477 "@babel/types" "^7.15.4"
478
364"@babel/helpers@^7.14.6":479"@babel/helpers@^7.14.6":
365 version "7.14.6"480 version "7.14.6"
366 resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635"481 resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635"
370 "@babel/traverse" "^7.14.5"485 "@babel/traverse" "^7.14.5"
371 "@babel/types" "^7.14.5"486 "@babel/types" "^7.14.5"
372487
373"@babel/helpers@^7.14.8":488"@babel/helpers@^7.15.4":
374 version "7.15.3"489 version "7.15.4"
375 resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.15.3.tgz#c96838b752b95dcd525b4e741ed40bb1dc2a1357"490 resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.15.4.tgz#5f40f02050a3027121a3cf48d497c05c555eaf43"
376 integrity sha512-HwJiz52XaS96lX+28Tnbu31VeFSQJGOeKHJeaEPQlTl7PnlhFElWPj8tUXtqFIzeN86XxXoBr+WFAyK2PPVz6g==491 integrity sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==
377 dependencies:492 dependencies:
378 "@babel/template" "^7.14.5"493 "@babel/template" "^7.15.4"
379 "@babel/traverse" "^7.15.0"494 "@babel/traverse" "^7.15.4"
380 "@babel/types" "^7.15.0"495 "@babel/types" "^7.15.4"
381496
382"@babel/highlight@^7.10.4", "@babel/highlight@^7.14.5":497"@babel/highlight@^7.10.4", "@babel/highlight@^7.14.5":
383 version "7.14.5"498 version "7.14.5"
398 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.3.tgz#3416d9bea748052cfcb63dbcc27368105b1ed862"513 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.3.tgz#3416d9bea748052cfcb63dbcc27368105b1ed862"
399 integrity sha512-O0L6v/HvqbdJawj0iBEfVQMc3/6WP+AeOsovsIgBFyJaG+W2w7eqvZB7puddATmWuARlm1SX7DwxJ/JJUnDpEA==514 integrity sha512-O0L6v/HvqbdJawj0iBEfVQMc3/6WP+AeOsovsIgBFyJaG+W2w7eqvZB7puddATmWuARlm1SX7DwxJ/JJUnDpEA==
400515
401"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":516"@babel/parser@^7.15.4", "@babel/parser@^7.15.5":
517 version "7.15.5"
518 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.5.tgz#d33a58ca69facc05b26adfe4abebfed56c1c2dac"
519 integrity sha512-2hQstc6I7T6tQsWzlboMh3SgMRPaS4H6H7cPQsJkdzTzEGqQrpLDsE2BGASU5sBPoEQyHzeqU6C8uKbFeEk6sg==
520
521"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4":
402 version "7.14.5"522 version "7.15.4"
403 resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e"523 resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz#dbdeabb1e80f622d9f0b583efb2999605e0a567e"
404 integrity sha512-ZoJS2XCKPBfTmL122iP6NM9dOg+d4lc9fFk3zxc8iDjvt8Pk4+TlsHSKhIPf6X+L5ORCdBzqMZDjL/WHj7WknQ==524 integrity sha512-eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog==
405 dependencies:525 dependencies:
406 "@babel/helper-plugin-utils" "^7.14.5"526 "@babel/helper-plugin-utils" "^7.14.5"
407 "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"527 "@babel/helper-skip-transparent-expression-wrappers" "^7.15.4"
408 "@babel/plugin-proposal-optional-chaining" "^7.14.5"528 "@babel/plugin-proposal-optional-chaining" "^7.14.5"
409529
410"@babel/plugin-proposal-async-generator-functions@^7.14.9":530"@babel/plugin-proposal-async-generator-functions@^7.15.4":
411 version "7.14.9"531 version "7.15.4"
412 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.9.tgz#7028dc4fa21dc199bbacf98b39bab1267d0eaf9a"532 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.4.tgz#f82aabe96c135d2ceaa917feb9f5fca31635277e"
413 integrity sha512-d1lnh+ZnKrFKwtTYdw320+sQWCTwgkB9fmUhNXRADA4akR6wLjaruSGnIEUjpt9HCOwTr4ynFTKu19b7rFRpmw==533 integrity sha512-2zt2g5vTXpMC3OmK6uyjvdXptbhBXfA77XGrd3gh93zwG8lZYBLOBImiGBEG0RANu3JqKEACCz5CGk73OJROBw==
414 dependencies:534 dependencies:
415 "@babel/helper-plugin-utils" "^7.14.5"535 "@babel/helper-plugin-utils" "^7.14.5"
416 "@babel/helper-remap-async-to-generator" "^7.14.5"536 "@babel/helper-remap-async-to-generator" "^7.15.4"
417 "@babel/plugin-syntax-async-generators" "^7.8.4"537 "@babel/plugin-syntax-async-generators" "^7.8.4"
418538
419"@babel/plugin-proposal-class-properties@^7.14.5":539"@babel/plugin-proposal-class-properties@^7.14.5":
424 "@babel/helper-create-class-features-plugin" "^7.14.5"544 "@babel/helper-create-class-features-plugin" "^7.14.5"
425 "@babel/helper-plugin-utils" "^7.14.5"545 "@babel/helper-plugin-utils" "^7.14.5"
426546
427"@babel/plugin-proposal-class-static-block@^7.14.5":547"@babel/plugin-proposal-class-static-block@^7.15.4":
428 version "7.14.5"548 version "7.15.4"
429 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.5.tgz#158e9e10d449c3849ef3ecde94a03d9f1841b681"549 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.15.4.tgz#3e7ca6128453c089e8b477a99f970c63fc1cb8d7"
430 integrity sha512-KBAH5ksEnYHCegqseI5N9skTdxgJdmDoAOc0uXa+4QMYKeZD0w5IARh4FMlTNtaHhbB8v+KzMdTgxMMzsIy6Yg==550 integrity sha512-M682XWrrLNk3chXCjoPUQWOyYsB93B9z3mRyjtqqYJWDf2mfCdIYgDrA11cgNVhAQieaq6F2fn2f3wI0U4aTjA==
431 dependencies:551 dependencies:
432 "@babel/helper-create-class-features-plugin" "^7.14.5"552 "@babel/helper-create-class-features-plugin" "^7.15.4"
433 "@babel/helper-plugin-utils" "^7.14.5"553 "@babel/helper-plugin-utils" "^7.14.5"
434 "@babel/plugin-syntax-class-static-block" "^7.14.5"554 "@babel/plugin-syntax-class-static-block" "^7.14.5"
435555
517 "@babel/helper-create-class-features-plugin" "^7.14.5"637 "@babel/helper-create-class-features-plugin" "^7.14.5"
518 "@babel/helper-plugin-utils" "^7.14.5"638 "@babel/helper-plugin-utils" "^7.14.5"
519639
520"@babel/plugin-proposal-private-property-in-object@^7.14.5":640"@babel/plugin-proposal-private-property-in-object@^7.15.4":
521 version "7.14.5"641 version "7.15.4"
522 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.14.5.tgz#9f65a4d0493a940b4c01f8aa9d3f1894a587f636"642 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.15.4.tgz#55c5e3b4d0261fd44fe637e3f624cfb0f484e3e5"
523 integrity sha512-62EyfyA3WA0mZiF2e2IV9mc9Ghwxcg8YTu8BS4Wss4Y3PY725OmS9M0qLORbJwLqFtGh+jiE4wAmocK2CTUK2Q==643 integrity sha512-X0UTixkLf0PCCffxgu5/1RQyGGbgZuKoI+vXP4iSbJSYwPb7hu06omsFGBvQ9lJEvwgrxHdS8B5nbfcd8GyUNA==
524 dependencies:644 dependencies:
525 "@babel/helper-annotate-as-pure" "^7.14.5"645 "@babel/helper-annotate-as-pure" "^7.15.4"
526 "@babel/helper-create-class-features-plugin" "^7.14.5"646 "@babel/helper-create-class-features-plugin" "^7.15.4"
527 "@babel/helper-plugin-utils" "^7.14.5"647 "@babel/helper-plugin-utils" "^7.14.5"
528 "@babel/plugin-syntax-private-property-in-object" "^7.14.5"648 "@babel/plugin-syntax-private-property-in-object" "^7.14.5"
529649
684 dependencies:804 dependencies:
685 "@babel/helper-plugin-utils" "^7.14.5"805 "@babel/helper-plugin-utils" "^7.14.5"
686806
687"@babel/plugin-transform-block-scoping@^7.14.5":807"@babel/plugin-transform-block-scoping@^7.15.3":
688 version "7.14.5"808 version "7.15.3"
689 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.5.tgz#8cc63e61e50f42e078e6f09be775a75f23ef9939"809 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.15.3.tgz#94c81a6e2fc230bcce6ef537ac96a1e4d2b3afaf"
690 integrity sha512-LBYm4ZocNgoCqyxMLoOnwpsmQ18HWTQvql64t3GvMUzLQrNoV1BDG0lNftC8QKYERkZgCCT/7J5xWGObGAyHDw==810 integrity sha512-nBAzfZwZb4DkaGtOes1Up1nOAp9TDRRFw4XBzBBSG9QK7KVFmYzgj9o9sbPv7TX5ofL4Auq4wZnxCoPnI/lz2Q==
691 dependencies:811 dependencies:
692 "@babel/helper-plugin-utils" "^7.14.5"812 "@babel/helper-plugin-utils" "^7.14.5"
693813
694"@babel/plugin-transform-classes@^7.14.9":814"@babel/plugin-transform-classes@^7.15.4":
695 version "7.14.9"815 version "7.15.4"
696 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.9.tgz#2a391ffb1e5292710b00f2e2c210e1435e7d449f"816 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.15.4.tgz#50aee17aaf7f332ae44e3bce4c2e10534d5d3bf1"
697 integrity sha512-NfZpTcxU3foGWbl4wxmZ35mTsYJy8oQocbeIMoDAGGFarAmSQlL+LWMkDx/tj6pNotpbX3rltIA4dprgAPOq5A==817 integrity sha512-Yjvhex8GzBmmPQUvpXRPWQ9WnxXgAFuZSrqOK/eJlOGIXwvv8H3UEdUigl1gb/bnjTrln+e8bkZUYCBt/xYlBg==
698 dependencies:818 dependencies:
699 "@babel/helper-annotate-as-pure" "^7.14.5"819 "@babel/helper-annotate-as-pure" "^7.15.4"
700 "@babel/helper-function-name" "^7.14.5"820 "@babel/helper-function-name" "^7.15.4"
701 "@babel/helper-optimise-call-expression" "^7.14.5"821 "@babel/helper-optimise-call-expression" "^7.15.4"
702 "@babel/helper-plugin-utils" "^7.14.5"822 "@babel/helper-plugin-utils" "^7.14.5"
703 "@babel/helper-replace-supers" "^7.14.5"823 "@babel/helper-replace-supers" "^7.15.4"
704 "@babel/helper-split-export-declaration" "^7.14.5"824 "@babel/helper-split-export-declaration" "^7.15.4"
705 globals "^11.1.0"825 globals "^11.1.0"
706826
707"@babel/plugin-transform-computed-properties@^7.14.5":827"@babel/plugin-transform-computed-properties@^7.14.5":
741 "@babel/helper-builder-binary-assignment-operator-visitor" "^7.14.5"861 "@babel/helper-builder-binary-assignment-operator-visitor" "^7.14.5"
742 "@babel/helper-plugin-utils" "^7.14.5"862 "@babel/helper-plugin-utils" "^7.14.5"
743863
744"@babel/plugin-transform-for-of@^7.14.5":864"@babel/plugin-transform-for-of@^7.15.4":
745 version "7.14.5"865 version "7.15.4"
746 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.14.5.tgz#dae384613de8f77c196a8869cbf602a44f7fc0eb"866 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.15.4.tgz#25c62cce2718cfb29715f416e75d5263fb36a8c2"
747 integrity sha512-CfmqxSUZzBl0rSjpoQSFoR9UEj3HzbGuGNL21/iFTmjb5gFggJp3ph0xR1YBhexmLoKRHzgxuFvty2xdSt6gTA==867 integrity sha512-DRTY9fA751AFBDh2oxydvVm4SYevs5ILTWLs6xKXps4Re/KG5nfUkr+TdHCrRWB8C69TlzVgA9b3RmGWmgN9LA==
748 dependencies:868 dependencies:
749 "@babel/helper-plugin-utils" "^7.14.5"869 "@babel/helper-plugin-utils" "^7.14.5"
750870
779 "@babel/helper-plugin-utils" "^7.14.5"899 "@babel/helper-plugin-utils" "^7.14.5"
780 babel-plugin-dynamic-import-node "^2.3.3"900 babel-plugin-dynamic-import-node "^2.3.3"
781901
782"@babel/plugin-transform-modules-commonjs@^7.15.0":902"@babel/plugin-transform-modules-commonjs@^7.15.4":
783 version "7.15.0"903 version "7.15.4"
784 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz#3305896e5835f953b5cdb363acd9e8c2219a5281"904 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.4.tgz#8201101240eabb5a76c08ef61b2954f767b6b4c1"
785 integrity sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==905 integrity sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA==
786 dependencies:906 dependencies:
787 "@babel/helper-module-transforms" "^7.15.0"907 "@babel/helper-module-transforms" "^7.15.4"
788 "@babel/helper-plugin-utils" "^7.14.5"908 "@babel/helper-plugin-utils" "^7.14.5"
789 "@babel/helper-simple-access" "^7.14.8"909 "@babel/helper-simple-access" "^7.15.4"
790 babel-plugin-dynamic-import-node "^2.3.3"910 babel-plugin-dynamic-import-node "^2.3.3"
791911
792"@babel/plugin-transform-modules-systemjs@^7.14.5":912"@babel/plugin-transform-modules-systemjs@^7.15.4":
793 version "7.14.5"913 version "7.15.4"
794 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.14.5.tgz#c75342ef8b30dcde4295d3401aae24e65638ed29"914 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.15.4.tgz#b42890c7349a78c827719f1d2d0cd38c7d268132"
795 integrity sha512-mNMQdvBEE5DcMQaL5LbzXFMANrQjd2W7FPzg34Y4yEz7dBgdaC+9B84dSO+/1Wba98zoDbInctCDo4JGxz1VYA==915 integrity sha512-fJUnlQrl/mezMneR72CKCgtOoahqGJNVKpompKwzv3BrEXdlPspTcyxrZ1XmDTIr9PpULrgEQo3qNKp6dW7ssw==
796 dependencies:916 dependencies:
797 "@babel/helper-hoist-variables" "^7.14.5"917 "@babel/helper-hoist-variables" "^7.15.4"
798 "@babel/helper-module-transforms" "^7.14.5"918 "@babel/helper-module-transforms" "^7.15.4"
799 "@babel/helper-plugin-utils" "^7.14.5"919 "@babel/helper-plugin-utils" "^7.14.5"
800 "@babel/helper-validator-identifier" "^7.14.5"920 "@babel/helper-validator-identifier" "^7.14.9"
801 babel-plugin-dynamic-import-node "^2.3.3"921 babel-plugin-dynamic-import-node "^2.3.3"
802922
803"@babel/plugin-transform-modules-umd@^7.14.5":923"@babel/plugin-transform-modules-umd@^7.14.5":
837 dependencies:957 dependencies:
838 "@babel/helper-plugin-utils" "^7.14.5"958 "@babel/helper-plugin-utils" "^7.14.5"
839959
960"@babel/plugin-transform-parameters@^7.15.4":
961 version "7.15.4"
962 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.15.4.tgz#5f2285cc3160bf48c8502432716b48504d29ed62"
963 integrity sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ==
964 dependencies:
965 "@babel/helper-plugin-utils" "^7.14.5"
966
840"@babel/plugin-transform-property-literals@^7.14.5":967"@babel/plugin-transform-property-literals@^7.14.5":
841 version "7.14.5"968 version "7.14.5"
842 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.14.5.tgz#0ddbaa1f83db3606f1cdf4846fa1dfb473458b34"969 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.14.5.tgz#0ddbaa1f83db3606f1cdf4846fa1dfb473458b34"
963 "@babel/helper-create-regexp-features-plugin" "^7.14.5"1090 "@babel/helper-create-regexp-features-plugin" "^7.14.5"
964 "@babel/helper-plugin-utils" "^7.14.5"1091 "@babel/helper-plugin-utils" "^7.14.5"
9651092
966"@babel/preset-env@^7.15.0":1093"@babel/preset-env@^7.15.4":
967 version "7.15.0"1094 version "7.15.4"
968 resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.0.tgz#e2165bf16594c9c05e52517a194bf6187d6fe464"1095 resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.4.tgz#197e7f99a755c488f0af411af179cbd10de6e815"
969 integrity sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q==1096 integrity sha512-4f2nLw+q6ht8gl3sHCmNhmA5W6b1ItLzbH3UrKuJxACHr2eCpk96jwjrAfCAaXaaVwTQGnyUYHY2EWXJGt7TUQ==
970 dependencies:1097 dependencies:
971 "@babel/compat-data" "^7.15.0"1098 "@babel/compat-data" "^7.15.0"
972 "@babel/helper-compilation-targets" "^7.15.0"1099 "@babel/helper-compilation-targets" "^7.15.4"
973 "@babel/helper-plugin-utils" "^7.14.5"1100 "@babel/helper-plugin-utils" "^7.14.5"
974 "@babel/helper-validator-option" "^7.14.5"1101 "@babel/helper-validator-option" "^7.14.5"
975 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"1102 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.15.4"
976 "@babel/plugin-proposal-async-generator-functions" "^7.14.9"1103 "@babel/plugin-proposal-async-generator-functions" "^7.15.4"
977 "@babel/plugin-proposal-class-properties" "^7.14.5"1104 "@babel/plugin-proposal-class-properties" "^7.14.5"
978 "@babel/plugin-proposal-class-static-block" "^7.14.5"1105 "@babel/plugin-proposal-class-static-block" "^7.15.4"
979 "@babel/plugin-proposal-dynamic-import" "^7.14.5"1106 "@babel/plugin-proposal-dynamic-import" "^7.14.5"
980 "@babel/plugin-proposal-export-namespace-from" "^7.14.5"1107 "@babel/plugin-proposal-export-namespace-from" "^7.14.5"
981 "@babel/plugin-proposal-json-strings" "^7.14.5"1108 "@babel/plugin-proposal-json-strings" "^7.14.5"
986 "@babel/plugin-proposal-optional-catch-binding" "^7.14.5"1113 "@babel/plugin-proposal-optional-catch-binding" "^7.14.5"
987 "@babel/plugin-proposal-optional-chaining" "^7.14.5"1114 "@babel/plugin-proposal-optional-chaining" "^7.14.5"
988 "@babel/plugin-proposal-private-methods" "^7.14.5"1115 "@babel/plugin-proposal-private-methods" "^7.14.5"
989 "@babel/plugin-proposal-private-property-in-object" "^7.14.5"1116 "@babel/plugin-proposal-private-property-in-object" "^7.15.4"
990 "@babel/plugin-proposal-unicode-property-regex" "^7.14.5"1117 "@babel/plugin-proposal-unicode-property-regex" "^7.14.5"
991 "@babel/plugin-syntax-async-generators" "^7.8.4"1118 "@babel/plugin-syntax-async-generators" "^7.8.4"
992 "@babel/plugin-syntax-class-properties" "^7.12.13"1119 "@babel/plugin-syntax-class-properties" "^7.12.13"
1005 "@babel/plugin-transform-arrow-functions" "^7.14.5"1132 "@babel/plugin-transform-arrow-functions" "^7.14.5"
1006 "@babel/plugin-transform-async-to-generator" "^7.14.5"1133 "@babel/plugin-transform-async-to-generator" "^7.14.5"
1007 "@babel/plugin-transform-block-scoped-functions" "^7.14.5"1134 "@babel/plugin-transform-block-scoped-functions" "^7.14.5"
1008 "@babel/plugin-transform-block-scoping" "^7.14.5"1135 "@babel/plugin-transform-block-scoping" "^7.15.3"
1009 "@babel/plugin-transform-classes" "^7.14.9"1136 "@babel/plugin-transform-classes" "^7.15.4"
1010 "@babel/plugin-transform-computed-properties" "^7.14.5"1137 "@babel/plugin-transform-computed-properties" "^7.14.5"
1011 "@babel/plugin-transform-destructuring" "^7.14.7"1138 "@babel/plugin-transform-destructuring" "^7.14.7"
1012 "@babel/plugin-transform-dotall-regex" "^7.14.5"1139 "@babel/plugin-transform-dotall-regex" "^7.14.5"
1013 "@babel/plugin-transform-duplicate-keys" "^7.14.5"1140 "@babel/plugin-transform-duplicate-keys" "^7.14.5"
1014 "@babel/plugin-transform-exponentiation-operator" "^7.14.5"1141 "@babel/plugin-transform-exponentiation-operator" "^7.14.5"
1015 "@babel/plugin-transform-for-of" "^7.14.5"1142 "@babel/plugin-transform-for-of" "^7.15.4"
1016 "@babel/plugin-transform-function-name" "^7.14.5"1143 "@babel/plugin-transform-function-name" "^7.14.5"
1017 "@babel/plugin-transform-literals" "^7.14.5"1144 "@babel/plugin-transform-literals" "^7.14.5"
1018 "@babel/plugin-transform-member-expression-literals" "^7.14.5"1145 "@babel/plugin-transform-member-expression-literals" "^7.14.5"
1019 "@babel/plugin-transform-modules-amd" "^7.14.5"1146 "@babel/plugin-transform-modules-amd" "^7.14.5"
1020 "@babel/plugin-transform-modules-commonjs" "^7.15.0"1147 "@babel/plugin-transform-modules-commonjs" "^7.15.4"
1021 "@babel/plugin-transform-modules-systemjs" "^7.14.5"1148 "@babel/plugin-transform-modules-systemjs" "^7.15.4"
1022 "@babel/plugin-transform-modules-umd" "^7.14.5"1149 "@babel/plugin-transform-modules-umd" "^7.14.5"
1023 "@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"1150 "@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
1024 "@babel/plugin-transform-new-target" "^7.14.5"1151 "@babel/plugin-transform-new-target" "^7.14.5"
1025 "@babel/plugin-transform-object-super" "^7.14.5"1152 "@babel/plugin-transform-object-super" "^7.14.5"
1026 "@babel/plugin-transform-parameters" "^7.14.5"1153 "@babel/plugin-transform-parameters" "^7.15.4"
1027 "@babel/plugin-transform-property-literals" "^7.14.5"1154 "@babel/plugin-transform-property-literals" "^7.14.5"
1028 "@babel/plugin-transform-regenerator" "^7.14.5"1155 "@babel/plugin-transform-regenerator" "^7.14.5"
1029 "@babel/plugin-transform-reserved-words" "^7.14.5"1156 "@babel/plugin-transform-reserved-words" "^7.14.5"
1035 "@babel/plugin-transform-unicode-escapes" "^7.14.5"1162 "@babel/plugin-transform-unicode-escapes" "^7.14.5"
1036 "@babel/plugin-transform-unicode-regex" "^7.14.5"1163 "@babel/plugin-transform-unicode-regex" "^7.14.5"
1037 "@babel/preset-modules" "^0.1.4"1164 "@babel/preset-modules" "^0.1.4"
1038 "@babel/types" "^7.15.0"1165 "@babel/types" "^7.15.4"
1039 babel-plugin-polyfill-corejs2 "^0.2.2"1166 babel-plugin-polyfill-corejs2 "^0.2.2"
1040 babel-plugin-polyfill-corejs3 "^0.2.2"1167 babel-plugin-polyfill-corejs3 "^0.2.2"
1041 babel-plugin-polyfill-regenerator "^0.2.2"1168 babel-plugin-polyfill-regenerator "^0.2.2"
1085 pirates "^4.0.0"1212 pirates "^4.0.0"
1086 source-map-support "^0.5.16"1213 source-map-support "^0.5.16"
10871214
1088"@babel/runtime@^7.14.6", "@babel/runtime@^7.8.4":
1089 version "7.14.6"
1090 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
1091 integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==
1092 dependencies:
1093 regenerator-runtime "^0.13.4"
1094
1095"@babel/runtime@^7.15.3":1215"@babel/runtime@^7.15.3":
1096 version "7.15.3"1216 version "7.15.3"
1097 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.3.tgz#2e1c2880ca118e5b2f9988322bd8a7656a32502b"1217 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.3.tgz#2e1c2880ca118e5b2f9988322bd8a7656a32502b"
1098 integrity sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA==1218 integrity sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA==
1099 dependencies:1219 dependencies:
1100 regenerator-runtime "^0.13.4"1220 regenerator-runtime "^0.13.4"
11011221
1222"@babel/runtime@^7.15.4":
1223 version "7.15.4"
1224 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a"
1225 integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==
1226 dependencies:
1227 regenerator-runtime "^0.13.4"
1228
1229"@babel/runtime@^7.8.4":
1230 version "7.14.6"
1231 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
1232 integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==
1233 dependencies:
1234 regenerator-runtime "^0.13.4"
1235
1102"@babel/template@^7.14.5", "@babel/template@^7.3.3":1236"@babel/template@^7.14.5", "@babel/template@^7.3.3":
1103 version "7.14.5"1237 version "7.14.5"
1104 resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"1238 resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
1108 "@babel/parser" "^7.14.5"1242 "@babel/parser" "^7.14.5"
1109 "@babel/types" "^7.14.5"1243 "@babel/types" "^7.14.5"
11101244
1245"@babel/template@^7.15.4":
1246 version "7.15.4"
1247 resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.15.4.tgz#51898d35dcf3faa670c4ee6afcfd517ee139f194"
1248 integrity sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==
1249 dependencies:
1250 "@babel/code-frame" "^7.14.5"
1251 "@babel/parser" "^7.15.4"
1252 "@babel/types" "^7.15.4"
1253
1111"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.7.2":1254"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.7.2":
1112 version "7.14.5"1255 version "7.14.5"
1113 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.5.tgz#c111b0f58afab4fea3d3385a406f692748c59870"1256 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.5.tgz#c111b0f58afab4fea3d3385a406f692748c59870"
1138 debug "^4.1.0"1281 debug "^4.1.0"
1139 globals "^11.1.0"1282 globals "^11.1.0"
11401283
1284"@babel/traverse@^7.15.4":
1285 version "7.15.4"
1286 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d"
1287 integrity sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==
1288 dependencies:
1289 "@babel/code-frame" "^7.14.5"
1290 "@babel/generator" "^7.15.4"
1291 "@babel/helper-function-name" "^7.15.4"
1292 "@babel/helper-hoist-variables" "^7.15.4"
1293 "@babel/helper-split-export-declaration" "^7.15.4"
1294 "@babel/parser" "^7.15.4"
1295 "@babel/types" "^7.15.4"
1296 debug "^4.1.0"
1297 globals "^11.1.0"
1298
1141"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":1299"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1142 version "7.14.5"1300 version "7.14.5"
1143 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff"1301 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff"
1146 "@babel/helper-validator-identifier" "^7.14.5"1304 "@babel/helper-validator-identifier" "^7.14.5"
1147 to-fast-properties "^2.0.0"1305 to-fast-properties "^2.0.0"
11481306
1149"@babel/types@^7.14.8", "@babel/types@^7.15.0":1307"@babel/types@^7.15.0":
1150 version "7.15.0"1308 version "7.15.0"
1151 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"1309 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
1152 integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==1310 integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
1153 dependencies:1311 dependencies:
1154 "@babel/helper-validator-identifier" "^7.14.9"1312 "@babel/helper-validator-identifier" "^7.14.9"
1155 to-fast-properties "^2.0.0"1313 to-fast-properties "^2.0.0"
11561314
1315"@babel/types@^7.15.4":
1316 version "7.15.4"
1317 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.4.tgz#74eeb86dbd6748d2741396557b9860e57fce0a0d"
1318 integrity sha512-0f1HJFuGmmbrKTCZtbm3cU+b/AqdEYk5toj5iQur58xkVMlS0JWaKxTBSmCXd47uiN7vbcozAupm6Mvs80GNhw==
1319 dependencies:
1320 "@babel/helper-validator-identifier" "^7.14.9"
1321 to-fast-properties "^2.0.0"
1322
1157"@bcoe/v8-coverage@^0.2.3":1323"@bcoe/v8-coverage@^0.2.3":
1158 version "0.2.3"1324 version "0.2.3"
1159 resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"1325 resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
1380 resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"1546 resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
1381 integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==1547 integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
13821548
1383"@jest/console@^27.0.6":1549"@jest/console@^27.1.0":
1384 version "27.0.6"1550 version "27.1.0"
1385 resolved "https://registry.yarnpkg.com/@jest/console/-/console-27.0.6.tgz#3eb72ea80897495c3d73dd97aab7f26770e2260f"1551 resolved "https://registry.yarnpkg.com/@jest/console/-/console-27.1.0.tgz#de13b603cb1d389b50c0dc6296e86e112381e43c"
1386 integrity sha512-fMlIBocSHPZ3JxgWiDNW/KPj6s+YRd0hicb33IrmelCcjXo/pXPwvuiKFmZz+XuqI/1u7nbUK10zSsWL/1aegg==1552 integrity sha512-+Vl+xmLwAXLNlqT61gmHEixeRbS4L8MUzAjtpBCOPWH+izNI/dR16IeXjkXJdRtIVWVSf9DO1gdp67B1XorZhQ==
1387 dependencies:1553 dependencies:
1388 "@jest/types" "^27.0.6"1554 "@jest/types" "^27.1.0"
1389 "@types/node" "*"1555 "@types/node" "*"
1390 chalk "^4.0.0"1556 chalk "^4.0.0"
1391 jest-message-util "^27.0.6"1557 jest-message-util "^27.1.0"
1392 jest-util "^27.0.6"1558 jest-util "^27.1.0"
1393 slash "^3.0.0"1559 slash "^3.0.0"
13941560
1395"@jest/core@^27.0.6":1561"@jest/core@^27.1.0":
1396 version "27.0.6"1562 version "27.1.0"
1397 resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.0.6.tgz#c5f642727a0b3bf0f37c4b46c675372d0978d4a1"1563 resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.1.0.tgz#622220f18032f5869e579cecbe744527238648bf"
1398 integrity sha512-SsYBm3yhqOn5ZLJCtccaBcvD/ccTLCeuDv8U41WJH/V1MW5eKUkeMHT9U+Pw/v1m1AIWlnIW/eM2XzQr0rEmow==1564 integrity sha512-3l9qmoknrlCFKfGdrmiQiPne+pUR4ALhKwFTYyOeKw6egfDwJkO21RJ1xf41rN8ZNFLg5W+w6+P4fUqq4EMRWA==
1399 dependencies:1565 dependencies:
1400 "@jest/console" "^27.0.6"1566 "@jest/console" "^27.1.0"
1401 "@jest/reporters" "^27.0.6"1567 "@jest/reporters" "^27.1.0"
1402 "@jest/test-result" "^27.0.6"1568 "@jest/test-result" "^27.1.0"
1403 "@jest/transform" "^27.0.6"1569 "@jest/transform" "^27.1.0"
1404 "@jest/types" "^27.0.6"1570 "@jest/types" "^27.1.0"
1405 "@types/node" "*"1571 "@types/node" "*"
1406 ansi-escapes "^4.2.1"1572 ansi-escapes "^4.2.1"
1407 chalk "^4.0.0"1573 chalk "^4.0.0"
1408 emittery "^0.8.1"1574 emittery "^0.8.1"
1409 exit "^0.1.2"1575 exit "^0.1.2"
1410 graceful-fs "^4.2.4"1576 graceful-fs "^4.2.4"
1411 jest-changed-files "^27.0.6"1577 jest-changed-files "^27.1.0"
1412 jest-config "^27.0.6"1578 jest-config "^27.1.0"
1413 jest-haste-map "^27.0.6"1579 jest-haste-map "^27.1.0"
1414 jest-message-util "^27.0.6"1580 jest-message-util "^27.1.0"
1415 jest-regex-util "^27.0.6"1581 jest-regex-util "^27.0.6"
1416 jest-resolve "^27.0.6"1582 jest-resolve "^27.1.0"
1417 jest-resolve-dependencies "^27.0.6"1583 jest-resolve-dependencies "^27.1.0"
1418 jest-runner "^27.0.6"1584 jest-runner "^27.1.0"
1419 jest-runtime "^27.0.6"1585 jest-runtime "^27.1.0"
1420 jest-snapshot "^27.0.6"1586 jest-snapshot "^27.1.0"
1421 jest-util "^27.0.6"1587 jest-util "^27.1.0"
1422 jest-validate "^27.0.6"1588 jest-validate "^27.1.0"
1423 jest-watcher "^27.0.6"1589 jest-watcher "^27.1.0"
1424 micromatch "^4.0.4"1590 micromatch "^4.0.4"
1425 p-each-series "^2.1.0"1591 p-each-series "^2.1.0"
1426 rimraf "^3.0.0"1592 rimraf "^3.0.0"
1427 slash "^3.0.0"1593 slash "^3.0.0"
1428 strip-ansi "^6.0.0"1594 strip-ansi "^6.0.0"
14291595
1430"@jest/environment@^27.0.6":1596"@jest/environment@^27.1.0":
1431 version "27.0.6"1597 version "27.1.0"
1432 resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.0.6.tgz#ee293fe996db01d7d663b8108fa0e1ff436219d2"1598 resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.1.0.tgz#c7224a67004759ec203d8fa44e8bc0db93f66c44"
1433 integrity sha512-4XywtdhwZwCpPJ/qfAkqExRsERW+UaoSRStSHCCiQTUpoYdLukj+YJbQSFrZjhlUDRZeNiU9SFH0u7iNimdiIg==1599 integrity sha512-wRp50aAMY2w1U2jP1G32d6FUVBNYqmk8WaGkiIEisU48qyDV0WPtw3IBLnl7orBeggveommAkuijY+RzVnNDOQ==
1434 dependencies:1600 dependencies:
1435 "@jest/fake-timers" "^27.0.6"1601 "@jest/fake-timers" "^27.1.0"
1436 "@jest/types" "^27.0.6"1602 "@jest/types" "^27.1.0"
1437 "@types/node" "*"1603 "@types/node" "*"
1438 jest-mock "^27.0.6"1604 jest-mock "^27.1.0"
14391605
1440"@jest/fake-timers@^27.0.6":1606"@jest/fake-timers@^27.1.0":
1441 version "27.0.6"1607 version "27.1.0"
1442 resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.0.6.tgz#cbad52f3fe6abe30e7acb8cd5fa3466b9588e3df"1608 resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.1.0.tgz#c0b343d8a16af17eab2cb6862e319947c0ea2abe"
1443 integrity sha512-sqd+xTWtZ94l3yWDKnRTdvTeZ+A/V7SSKrxsrOKSqdyddb9CeNRF8fbhAU0D7ZJBpTTW2nbp6MftmKJDZfW2LQ==1609 integrity sha512-22Zyn8il8DzpS+30jJNVbTlm7vAtnfy1aYvNeOEHloMlGy1PCYLHa4PWlSws0hvNsMM5bON6GISjkLoQUV3oMA==
1444 dependencies:1610 dependencies:
1445 "@jest/types" "^27.0.6"1611 "@jest/types" "^27.1.0"
1446 "@sinonjs/fake-timers" "^7.0.2"1612 "@sinonjs/fake-timers" "^7.0.2"
1447 "@types/node" "*"1613 "@types/node" "*"
1448 jest-message-util "^27.0.6"1614 jest-message-util "^27.1.0"
1449 jest-mock "^27.0.6"1615 jest-mock "^27.1.0"
1450 jest-util "^27.0.6"1616 jest-util "^27.1.0"
14511617
1452"@jest/globals@^27.0.6":1618"@jest/globals@^27.1.0":
1453 version "27.0.6"1619 version "27.1.0"
1454 resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.0.6.tgz#48e3903f99a4650673d8657334d13c9caf0e8f82"1620 resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.1.0.tgz#e093a49c718dd678a782c197757775534c88d3f2"
1455 integrity sha512-DdTGCP606rh9bjkdQ7VvChV18iS7q0IMJVP1piwTWyWskol4iqcVwthZmoJEf7obE1nc34OpIyoVGPeqLC+ryw==1621 integrity sha512-73vLV4aNHAlAgjk0/QcSIzzCZSqVIPbmFROJJv9D3QUR7BI4f517gVdJpSrCHxuRH3VZFhe0yGG/tmttlMll9g==
1456 dependencies:1622 dependencies:
1457 "@jest/environment" "^27.0.6"1623 "@jest/environment" "^27.1.0"
1458 "@jest/types" "^27.0.6"1624 "@jest/types" "^27.1.0"
1459 expect "^27.0.6"1625 expect "^27.1.0"
14601626
1461"@jest/reporters@^27.0.6":1627"@jest/reporters@^27.1.0":
1462 version "27.0.6"1628 version "27.1.0"
1463 resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-27.0.6.tgz#91e7f2d98c002ad5df94d5b5167c1eb0b9fd5b00"1629 resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-27.1.0.tgz#02ed1e6601552c2f6447378533f77aad002781d4"
1464 integrity sha512-TIkBt09Cb2gptji3yJXb3EE+eVltW6BjO7frO7NEfjI9vSIYoISi5R3aI3KpEDXlB1xwB+97NXIqz84qYeYsfA==1630 integrity sha512-5T/zlPkN2HnK3Sboeg64L5eC8iiaZueLpttdktWTJsvALEtP2YMkC5BQxwjRWQACG9SwDmz+XjjkoxXUDMDgdw==
1465 dependencies:1631 dependencies:
1466 "@bcoe/v8-coverage" "^0.2.3"1632 "@bcoe/v8-coverage" "^0.2.3"
1467 "@jest/console" "^27.0.6"1633 "@jest/console" "^27.1.0"
1468 "@jest/test-result" "^27.0.6"1634 "@jest/test-result" "^27.1.0"
1469 "@jest/transform" "^27.0.6"1635 "@jest/transform" "^27.1.0"
1470 "@jest/types" "^27.0.6"1636 "@jest/types" "^27.1.0"
1471 chalk "^4.0.0"1637 chalk "^4.0.0"
1472 collect-v8-coverage "^1.0.0"1638 collect-v8-coverage "^1.0.0"
1473 exit "^0.1.2"1639 exit "^0.1.2"
1478 istanbul-lib-report "^3.0.0"1644 istanbul-lib-report "^3.0.0"
1479 istanbul-lib-source-maps "^4.0.0"1645 istanbul-lib-source-maps "^4.0.0"
1480 istanbul-reports "^3.0.2"1646 istanbul-reports "^3.0.2"
1481 jest-haste-map "^27.0.6"1647 jest-haste-map "^27.1.0"
1482 jest-resolve "^27.0.6"1648 jest-resolve "^27.1.0"
1483 jest-util "^27.0.6"1649 jest-util "^27.1.0"
1484 jest-worker "^27.0.6"1650 jest-worker "^27.1.0"
1485 slash "^3.0.0"1651 slash "^3.0.0"
1486 source-map "^0.6.0"1652 source-map "^0.6.0"
1487 string-length "^4.0.1"1653 string-length "^4.0.1"
1497 graceful-fs "^4.2.4"1663 graceful-fs "^4.2.4"
1498 source-map "^0.6.0"1664 source-map "^0.6.0"
14991665
1500"@jest/test-result@^27.0.6":1666"@jest/test-result@^27.1.0":
1501 version "27.0.6"1667 version "27.1.0"
1502 resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.0.6.tgz#3fa42015a14e4fdede6acd042ce98c7f36627051"1668 resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.1.0.tgz#9345ae5f97f6a5287af9ebd54716cd84331d42e8"
1503 integrity sha512-ja/pBOMTufjX4JLEauLxE3LQBPaI2YjGFtXexRAjt1I/MbfNlMx0sytSX3tn5hSLzQsR3Qy2rd0hc1BWojtj9w==1669 integrity sha512-Aoz00gpDL528ODLghat3QSy6UBTD5EmmpjrhZZMK/v1Q2/rRRqTGnFxHuEkrD4z/Py96ZdOHxIWkkCKRpmnE1A==
1504 dependencies:1670 dependencies:
1505 "@jest/console" "^27.0.6"1671 "@jest/console" "^27.1.0"
1506 "@jest/types" "^27.0.6"1672 "@jest/types" "^27.1.0"
1507 "@types/istanbul-lib-coverage" "^2.0.0"1673 "@types/istanbul-lib-coverage" "^2.0.0"
1508 collect-v8-coverage "^1.0.0"1674 collect-v8-coverage "^1.0.0"
15091675
1510"@jest/test-sequencer@^27.0.6":1676"@jest/test-sequencer@^27.1.0":
1511 version "27.0.6"1677 version "27.1.0"
1512 resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-27.0.6.tgz#80a913ed7a1130545b1cd777ff2735dd3af5d34b"1678 resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-27.1.0.tgz#04e8b3bd735570d3d48865e74977a14dc99bff2d"
1513 integrity sha512-bISzNIApazYOlTHDum9PwW22NOyDa6VI31n6JucpjTVM0jD6JDgqEZ9+yn575nDdPF0+4csYDxNNW13NvFQGZA==1679 integrity sha512-lnCWawDr6Z1DAAK9l25o3AjmKGgcutq1iIbp+hC10s/HxnB8ZkUsYq1FzjOoxxZ5hW+1+AthBtvS4x9yno3V1A==
1514 dependencies:1680 dependencies:
1515 "@jest/test-result" "^27.0.6"1681 "@jest/test-result" "^27.1.0"
1516 graceful-fs "^4.2.4"1682 graceful-fs "^4.2.4"
1517 jest-haste-map "^27.0.6"1683 jest-haste-map "^27.1.0"
1518 jest-runtime "^27.0.6"1684 jest-runtime "^27.1.0"
15191685
1520"@jest/transform@^27.0.6":1686"@jest/transform@^27.1.0":
1521 version "27.0.6"1687 version "27.1.0"
1522 resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.0.6.tgz#189ad7107413208f7600f4719f81dd2f7278cc95"1688 resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.1.0.tgz#962e385517e3d1f62827fa39c305edcc3ca8544b"
1523 integrity sha512-rj5Dw+mtIcntAUnMlW/Vju5mr73u8yg+irnHwzgtgoeI6cCPOvUwQ0D1uQtc/APmWgvRweEb1g05pkUpxH3iCA==1689 integrity sha512-ZRGCA2ZEVJ00ubrhkTG87kyLbN6n55g1Ilq0X9nJb5bX3MhMp3O6M7KG+LvYu+nZRqG5cXsQnJEdZbdpTAV8pQ==
1524 dependencies:1690 dependencies:
1525 "@babel/core" "^7.1.0"1691 "@babel/core" "^7.1.0"
1526 "@jest/types" "^27.0.6"1692 "@jest/types" "^27.1.0"
1527 babel-plugin-istanbul "^6.0.0"1693 babel-plugin-istanbul "^6.0.0"
1528 chalk "^4.0.0"1694 chalk "^4.0.0"
1529 convert-source-map "^1.4.0"1695 convert-source-map "^1.4.0"
1530 fast-json-stable-stringify "^2.0.0"1696 fast-json-stable-stringify "^2.0.0"
1531 graceful-fs "^4.2.4"1697 graceful-fs "^4.2.4"
1532 jest-haste-map "^27.0.6"1698 jest-haste-map "^27.1.0"
1533 jest-regex-util "^27.0.6"1699 jest-regex-util "^27.0.6"
1534 jest-util "^27.0.6"1700 jest-util "^27.1.0"
1535 micromatch "^4.0.4"1701 micromatch "^4.0.4"
1536 pirates "^4.0.1"1702 pirates "^4.0.1"
1537 slash "^3.0.0"1703 slash "^3.0.0"
1538 source-map "^0.6.1"1704 source-map "^0.6.1"
1539 write-file-atomic "^3.0.0"1705 write-file-atomic "^3.0.0"
15401706
1541"@jest/types@^27.0.6":1707"@jest/types@^27.1.0":
1542 version "27.0.6"1708 version "27.1.0"
1543 resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.0.6.tgz#9a992bc517e0c49f035938b8549719c2de40706b"1709 resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.1.0.tgz#674a40325eab23c857ebc0689e7e191a3c5b10cc"
1544 integrity sha512-aSquT1qa9Pik26JK5/3rvnYb4bGtm1VFNesHKmNTwmPIgOrixvhL2ghIvFRNEpzy3gU+rUgjIF/KodbkFAl++g==1710 integrity sha512-pRP5cLIzN7I7Vp6mHKRSaZD7YpBTK7hawx5si8trMKqk4+WOdK8NEKOTO2G8PKWD1HbKMVckVB6/XHh/olhf2g==
1545 dependencies:1711 dependencies:
1546 "@types/istanbul-lib-coverage" "^2.0.0"1712 "@types/istanbul-lib-coverage" "^2.0.0"
1547 "@types/istanbul-reports" "^3.0.0"1713 "@types/istanbul-reports" "^3.0.0"
1688 dependencies:1854 dependencies:
1689 "@octokit/openapi-types" "^7.3.2"1855 "@octokit/openapi-types" "^7.3.2"
16901856
1691"@polkadot/api-contract@5.5.1":1857"@polkadot/api-contract@5.8.3":
1692 version "5.5.1"1858 version "5.8.3"
1693 resolved "https://registry.yarnpkg.com/@polkadot/api-contract/-/api-contract-5.5.1.tgz#4cdd0d6f4352050c58464d5958bdb779770bd2dc"1859 resolved "https://registry.yarnpkg.com/@polkadot/api-contract/-/api-contract-5.8.3.tgz#2fcb63d5b5fe3f70e686c7eb730cc4e06a80530d"
1694 integrity sha512-/1O1AnpCu+LM2EKhRY83r36blG8KOr0JCVFeSfT0u52tM4wMdLlUy1XV/XTZayuCucdJ6I0pjUudCljm92aiGw==1860 integrity sha512-+oWpUPb7w9E13ww4mMMZN7hxr/iKclDA2Ya3gvGnM7qkvTD6QPzoE9+QDpjn7gZWyZ0hmUQz5f5e2AVj7YGCog==
1695 dependencies:1861 dependencies:
1696 "@babel/runtime" "^7.15.3"1862 "@babel/runtime" "^7.15.4"
1697 "@polkadot/api" "5.5.1"1863 "@polkadot/api" "5.8.3"
1698 "@polkadot/types" "5.5.1"1864 "@polkadot/types" "5.8.3"
1699 "@polkadot/util" "^7.2.1"1865 "@polkadot/util" "^7.3.1"
1700 rxjs "^7.3.0"1866 rxjs "^7.3.0"
17011867
1702"@polkadot/api-derive@5.5.1":1868"@polkadot/api-derive@5.8.3":
1703 version "5.5.1"1869 version "5.8.3"
1704 resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-5.5.1.tgz#6fdba748d90024f2fcdeb7827d178ff8d0ad308e"1870 resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-5.8.3.tgz#56915bddce9ebe09137d8999c1cd39447c4dda74"
1705 integrity sha512-dkpl3CnroBYAlLx571KoyjI72TqRweWI61z7tzNeR8qwniNyWDEILTErUfzy5jYAO7XrZpW1Gn4WMMH+kEcqZQ==1871 integrity sha512-+bO8Dap3LknoxEP5X6IpIueU9wuLHC9EVNE/1PYIabiwOeMKA3TQR2yAPDnd6GhAc9mg/M0zl+zkzkYHfJ9X8g==
1706 dependencies:1872 dependencies:
1707 "@babel/runtime" "^7.15.3"1873 "@babel/runtime" "^7.15.4"
1708 "@polkadot/api" "5.5.1"1874 "@polkadot/api" "5.8.3"
1709 "@polkadot/rpc-core" "5.5.1"1875 "@polkadot/rpc-core" "5.8.3"
1710 "@polkadot/types" "5.5.1"1876 "@polkadot/types" "5.8.3"
1711 "@polkadot/util" "^7.2.1"1877 "@polkadot/util" "^7.3.1"
1712 "@polkadot/util-crypto" "^7.2.1"1878 "@polkadot/util-crypto" "^7.3.1"
1713 rxjs "^7.3.0"1879 rxjs "^7.3.0"
17141880
1715"@polkadot/api@5.5.1":1881"@polkadot/api@5.8.3":
1716 version "5.5.1"1882 version "5.8.3"
1717 resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-5.5.1.tgz#0298c6d883c2264a68ae93a3b59b98263aed53d3"1883 resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-5.8.3.tgz#36440c47e6daf6bd71f5af66768fe6703f134028"
1718 integrity sha512-GS/MoRc7NB61jz7TzwX0WAA3JS7DSj3xH4ac39LcuPHXu0VMQw6LgT/5KIzYxTx+79Iwth62bKelW/Mgk23wUg==1884 integrity sha512-O7sOUTNfMl0loHwK+WisJH36qw/EACeK9pPPh4bk9Gftda4j0JbGYSUnf59F9QjddkkwstOXbbQSRVM6JTQ7Yw==
1719 dependencies:1885 dependencies:
1720 "@babel/runtime" "^7.15.3"1886 "@babel/runtime" "^7.15.4"
1721 "@polkadot/api-derive" "5.5.1"1887 "@polkadot/api-derive" "5.8.3"
1722 "@polkadot/keyring" "^7.2.1"1888 "@polkadot/keyring" "^7.3.1"
1723 "@polkadot/rpc-core" "5.5.1"1889 "@polkadot/rpc-core" "5.8.3"
1724 "@polkadot/rpc-provider" "5.5.1"1890 "@polkadot/rpc-provider" "5.8.3"
1725 "@polkadot/types" "5.5.1"1891 "@polkadot/types" "5.8.3"
1726 "@polkadot/types-known" "5.5.1"1892 "@polkadot/types-known" "5.8.3"
1727 "@polkadot/util" "^7.2.1"1893 "@polkadot/util" "^7.3.1"
1728 "@polkadot/util-crypto" "^7.2.1"1894 "@polkadot/util-crypto" "^7.3.1"
1729 eventemitter3 "^4.0.7"1895 eventemitter3 "^4.0.7"
1730 rxjs "^7.3.0"1896 rxjs "^7.3.0"
17311897
1732"@polkadot/dev@0.62.60":1898"@polkadot/dev@0.62.66":
1733 version "0.62.60"1899 version "0.62.66"
1734 resolved "https://registry.yarnpkg.com/@polkadot/dev/-/dev-0.62.60.tgz#450007c189a8433d8627bcc1fc01d2ffb1becfc3"1900 resolved "https://registry.yarnpkg.com/@polkadot/dev/-/dev-0.62.66.tgz#64615b4be9ecf81a2191a8ef687f7e2832b5d6a7"
1735 integrity sha512-VHZ4d/hhRSNFe0RXp3L/ZcAk1t2JQ1/lsznONAz4I9SZ2pn5kAQrWRF6eukgfQscrlqCH5njDAxwgXe6ODNVRw==1901 integrity sha512-bkMeUyljeanzkUUvtWYTJ0zQE//kYeCvc4DLRDpVglWBB4xL9lbjyLh5q6tTk8Pew3Wm2CADCmGyFyUJKWyf8Q==
1736 dependencies:1902 dependencies:
1737 "@babel/cli" "^7.14.8"1903 "@babel/cli" "^7.15.4"
1738 "@babel/core" "^7.15.0"1904 "@babel/core" "^7.15.5"
1739 "@babel/plugin-proposal-class-properties" "^7.14.5"1905 "@babel/plugin-proposal-class-properties" "^7.14.5"
1740 "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"1906 "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
1741 "@babel/plugin-proposal-numeric-separator" "^7.14.5"1907 "@babel/plugin-proposal-numeric-separator" "^7.14.5"
1748 "@babel/plugin-syntax-top-level-await" "^7.14.5"1914 "@babel/plugin-syntax-top-level-await" "^7.14.5"
1749 "@babel/plugin-transform-regenerator" "^7.14.5"1915 "@babel/plugin-transform-regenerator" "^7.14.5"
1750 "@babel/plugin-transform-runtime" "^7.15.0"1916 "@babel/plugin-transform-runtime" "^7.15.0"
1751 "@babel/preset-env" "^7.15.0"1917 "@babel/preset-env" "^7.15.4"
1752 "@babel/preset-react" "^7.14.5"1918 "@babel/preset-react" "^7.14.5"
1753 "@babel/preset-typescript" "^7.15.0"1919 "@babel/preset-typescript" "^7.15.0"
1754 "@babel/register" "^7.15.3"1920 "@babel/register" "^7.15.3"
1755 "@babel/runtime" "^7.15.3"1921 "@babel/runtime" "^7.15.4"
1756 "@rollup/plugin-alias" "^3.1.5"1922 "@rollup/plugin-alias" "^3.1.5"
1757 "@rollup/plugin-commonjs" "^19.0.2"1923 "@rollup/plugin-commonjs" "^20.0.0"
1758 "@rollup/plugin-inject" "^4.0.2"1924 "@rollup/plugin-inject" "^4.0.2"
1759 "@rollup/plugin-json" "^4.1.0"1925 "@rollup/plugin-json" "^4.1.0"
1760 "@rollup/plugin-node-resolve" "^13.0.4"1926 "@rollup/plugin-node-resolve" "^13.0.4"
1761 "@rushstack/eslint-patch" "^1.0.6"1927 "@rushstack/eslint-patch" "^1.0.6"
1762 "@typescript-eslint/eslint-plugin" "4.29.2"1928 "@typescript-eslint/eslint-plugin" "4.30.0"
1763 "@typescript-eslint/parser" "4.29.2"1929 "@typescript-eslint/parser" "4.30.0"
1764 "@vue/component-compiler-utils" "^3.2.2"1930 "@vue/component-compiler-utils" "^3.2.2"
1765 babel-jest "^27.0.6"1931 babel-jest "^27.1.0"
1766 babel-plugin-module-extension-resolver "^1.0.0-rc.2"1932 babel-plugin-module-extension-resolver "^1.0.0-rc.2"
1767 babel-plugin-module-resolver "^4.1.0"1933 babel-plugin-module-resolver "^4.1.0"
1768 babel-plugin-styled-components "^1.13.2"1934 babel-plugin-styled-components "^1.13.2"
1769 browserslist "^4.16.7"1935 browserslist "^4.16.8"
1770 chalk "^4.1.2"1936 chalk "^4.1.2"
1771 coveralls "^3.1.1"1937 coveralls "^3.1.1"
1772 eslint "^7.32.0"1938 eslint "^7.32.0"
1773 eslint-config-standard "^16.0.3"1939 eslint-config-standard "^16.0.3"
1774 eslint-import-resolver-node "^0.3.6"1940 eslint-import-resolver-node "^0.3.6"
1775 eslint-plugin-header "^3.1.1"1941 eslint-plugin-header "^3.1.1"
1776 eslint-plugin-import "^2.24.0"1942 eslint-plugin-import "^2.24.2"
1777 eslint-plugin-import-newlines "^1.1.4"1943 eslint-plugin-import-newlines "^1.1.4"
1778 eslint-plugin-node "^11.1.0"1944 eslint-plugin-node "^11.1.0"
1779 eslint-plugin-promise "^5.1.0"1945 eslint-plugin-promise "^5.1.0"
1780 eslint-plugin-react "^7.24.0"1946 eslint-plugin-react "^7.25.1"
1781 eslint-plugin-react-hooks "^4.2.0"1947 eslint-plugin-react-hooks "^4.2.0"
1782 eslint-plugin-simple-import-sort "^7.0.0"1948 eslint-plugin-simple-import-sort "^7.0.0"
1783 eslint-plugin-sort-destructure-keys "^1.3.5"1949 eslint-plugin-sort-destructure-keys "^1.3.5"
1786 gh-release "^6.0.0"1952 gh-release "^6.0.0"
1787 glob "^7.1.7"1953 glob "^7.1.7"
1788 glob2base "^0.0.12"1954 glob2base "^0.0.12"
1789 jest "^27.0.6"1955 jest "^27.1.0"
1790 jest-cli "^27.0.6"1956 jest-cli "^27.1.0"
1791 jest-config "^27.0.6"1957 jest-config "^27.1.0"
1792 jest-haste-map "^27.0.6"1958 jest-haste-map "^27.1.0"
1793 jest-resolve "^27.0.6"1959 jest-resolve "^27.1.0"
1794 madge "^4.0.2"1960 madge "^5.0.1"
1795 minimatch "^3.0.4"1961 minimatch "^3.0.4"
1796 mkdirp "^1.0.4"1962 mkdirp "^1.0.4"
1797 prettier "^2.3.2"1963 prettier "^2.3.2"
1798 rimraf "^3.0.2"1964 rimraf "^3.0.2"
1799 rollup "^2.56.2"1965 rollup "^2.56.3"
1800 typescript "^4.3.5"1966 typescript "^4.4.2"
1801 yargs "^17.1.1"1967 yargs "^17.1.1"
18021968
1803"@polkadot/keyring@^7.2.1":1969"@polkadot/keyring@^7.3.1":
1804 version "7.2.1"1970 version "7.3.1"
1805 resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-7.2.1.tgz#5ed8e6c0edc61e3dd99ee647a227b9e3d955e8e6"1971 resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-7.3.1.tgz#bf36115cfb395567bec9cf13c8e3fc0fb39c802a"
1806 integrity sha512-WmiTsHKELX16uZWLvebDBckZIAXeJFfbcOM6m/VbMOjSV5C6xIKqiV3232Mn8ZuPKgsOf25Q78/IwJW1Dq53Qg==1972 integrity sha512-3lbwIjUql8yjs6AR2fMdCgmTc5D9ne7+y2jqHmGjyzVQFz1w1jiHb+N38L0pwl9/23UxmzC3aVvHLfl3gEGSIQ==
1807 dependencies:1973 dependencies:
1808 "@babel/runtime" "^7.15.3"1974 "@babel/runtime" "^7.15.3"
1809 "@polkadot/util" "7.2.1"1975 "@polkadot/util" "7.3.1"
1810 "@polkadot/util-crypto" "7.2.1"1976 "@polkadot/util-crypto" "7.3.1"
18111977
1812"@polkadot/networks@7.2.1", "@polkadot/networks@^7.2.1":1978"@polkadot/networks@7.3.1", "@polkadot/networks@^7.3.1":
1813 version "7.2.1"1979 version "7.3.1"
1814 resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-7.2.1.tgz#20c8d81fba4b48162bf360759d8d54c55d30128b"1980 resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-7.3.1.tgz#4d4f7269ff9c285363946175ca95d6aaa08bdacc"
1815 integrity sha512-YX8oQ7QQ2oq3YowwOiv/C82l849V0ZEzpR26YrPgKSXbYFbasho3Akf0zalndZJZV1Bb8EiOkzGoJ3ffogSPxA==1981 integrity sha512-sK9TyVf1aAWy84usKjNqb6rNiy4UB6cK3iM+bfltzrLHdchjAMPdxMqULNBL8MXjrnuzPpTtsdkGFqp5P69oIQ==
1816 dependencies:1982 dependencies:
1817 "@babel/runtime" "^7.15.3"1983 "@babel/runtime" "^7.15.3"
18181984
1819"@polkadot/rpc-core@5.5.1":1985"@polkadot/rpc-core@5.8.3":
1820 version "5.5.1"1986 version "5.8.3"
1821 resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-5.5.1.tgz#4ce0646becabe7736dfb81eb902e5933158646c8"1987 resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-5.8.3.tgz#a9a489c8ba1cf2779a7dc76b96195386c44d77f8"
1822 integrity sha512-hP7a55iSpgZVqxAIpK+v63eV/nD14Tm7C1rUmfKIS6gGJFJf+sQbTmp6d7+fuKxvYfFqBrFLU8IraOhLOQ5W3Q==1988 integrity sha512-/QMPb1uCXJLxHTAG/KVr0TWkJ1tgwB8xOB0Fe57tFaFmQ8bq4e08iHUVH1nzpyKAS35kGhov+W7YqdJffFL9vQ==
1823 dependencies:1989 dependencies:
1824 "@babel/runtime" "^7.15.3"1990 "@babel/runtime" "^7.15.4"
1825 "@polkadot/rpc-provider" "5.5.1"1991 "@polkadot/rpc-provider" "5.8.3"
1826 "@polkadot/types" "5.5.1"1992 "@polkadot/types" "5.8.3"
1827 "@polkadot/util" "^7.2.1"1993 "@polkadot/util" "^7.3.1"
1828 rxjs "^7.3.0"1994 rxjs "^7.3.0"
18291995
1830"@polkadot/rpc-provider@5.5.1":1996"@polkadot/rpc-provider@5.8.3":
1831 version "5.5.1"1997 version "5.8.3"
1832 resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-5.5.1.tgz#633f4a48605623092fb9017433f2b3cd70cd96bc"1998 resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-5.8.3.tgz#7097e2a9e5a3dfa5e525dec030d6a5595ae7cd2a"
1833 integrity sha512-wOCKeeyUa7Dw3nxKkQntnfOO471icdzqT2V7bwloBOo+G2MX8nHImO0mW3QMfJygn4qoARF1PBo1PLbDUEDgog==1999 integrity sha512-wJ18uzwG6PpgZ3My6C3puqvxXGsTwFXzeYoGZOH1Yj6CEZIufiTedN6AUqoWx2OQIPj0QPf9ZX9bWahpjDhUSA==
1834 dependencies:2000 dependencies:
1835 "@babel/runtime" "^7.15.3"2001 "@babel/runtime" "^7.15.4"
1836 "@polkadot/types" "5.5.1"2002 "@polkadot/types" "5.8.3"
1837 "@polkadot/util" "^7.2.1"2003 "@polkadot/util" "^7.3.1"
1838 "@polkadot/util-crypto" "^7.2.1"2004 "@polkadot/util-crypto" "^7.3.1"
1839 "@polkadot/x-fetch" "^7.2.1"2005 "@polkadot/x-fetch" "^7.3.1"
1840 "@polkadot/x-global" "^7.2.1"2006 "@polkadot/x-global" "^7.3.1"
1841 "@polkadot/x-ws" "^7.2.1"2007 "@polkadot/x-ws" "^7.3.1"
1842 eventemitter3 "^4.0.7"2008 eventemitter3 "^4.0.7"
18432009
1844"@polkadot/ts@0.4.4":2010"@polkadot/ts@0.4.7":
1845 version "0.4.4"2011 version "0.4.7"
1846 resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.4.4.tgz#e86aa47c2bcbc70ac8385b31014c81927c4b0a88"2012 resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.4.7.tgz#9a77075900ae11367e6952977615a3c814e42eb3"
1847 integrity sha512-lzB8lg8GfdJlA7RdeoOJVFopecN4i++JndbUs6jW7AgRz+joeXQIIRomVgCNE52nW1uWpXMELnlvEP812v7sVw==2013 integrity sha512-nPiHJ5NbNB+UTz+PcC4hBLQ3J9Qkd03pWxj0ePr7/C0AjqI47dPYmDNb1jxNThsgfIu+35gShP60Nnt4OBxuSg==
1848 dependencies:2014 dependencies:
1849 "@types/chrome" "^0.0.145"2015 "@types/chrome" "^0.0.155"
18502016
1851"@polkadot/typegen@5.5.1":2017"@polkadot/typegen@5.8.3":
1852 version "5.5.1"2018 version "5.8.3"
1853 resolved "https://registry.yarnpkg.com/@polkadot/typegen/-/typegen-5.5.1.tgz#b31010716a142290d12f48ead6166851599055d0"2019 resolved "https://registry.yarnpkg.com/@polkadot/typegen/-/typegen-5.8.3.tgz#4058bdabeead69ac39b2758fbda961f6f7125f15"
1854 integrity sha512-ua55CVqT3+Y5fX9stpYUO+UhiJJ1RDTZ6vM2/Lndmsuda4lHQnUDrCnMmxKhM5OcyIlJlY5mF9dyO0kl5mTm+w==2020 integrity sha512-Aq6oL2JdHCFtmMY1rGYBLvnaY+l5gADQNJG6tUO+WJRLGlmpoi35GDqpZM0tP8ytSdkSPT8gZYa8KlPuwYFgQA==
1855 dependencies:2021 dependencies:
1856 "@babel/core" "^7.15.0"2022 "@babel/core" "^7.15.5"
1857 "@babel/register" "^7.15.3"2023 "@babel/register" "^7.15.3"
1858 "@babel/runtime" "^7.15.3"2024 "@babel/runtime" "^7.15.4"
1859 "@polkadot/api" "5.5.1"2025 "@polkadot/api" "5.8.3"
1860 "@polkadot/rpc-provider" "5.5.1"2026 "@polkadot/rpc-provider" "5.8.3"
1861 "@polkadot/types" "5.5.1"2027 "@polkadot/types" "5.8.3"
1862 "@polkadot/types-support" "5.5.1"2028 "@polkadot/types-support" "5.8.3"
1863 "@polkadot/util" "^7.2.1"2029 "@polkadot/util" "^7.3.1"
1864 handlebars "^4.7.7"2030 handlebars "^4.7.7"
1865 websocket "^1.0.34"2031 websocket "^1.0.34"
1866 yargs "^17.1.0"2032 yargs "^17.1.1"
18672033
1868"@polkadot/types-known@5.5.1":2034"@polkadot/types-known@5.8.3":
1869 version "5.5.1"2035 version "5.8.3"
1870 resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-5.5.1.tgz#b00b0d45cbd07b4e0c3199f8ba00d10a1bd3f63d"2036 resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-5.8.3.tgz#c666ba5493bdca346f8bc4f690cbff62468ef1f9"
1871 integrity sha512-bxBRmZ0a3lwEyWkWOKqmDJfpNKh3cp9xo6IidrQU2S5OPMjFFercB+HwJjkNE1cMtShwBYTvDheUImNkdm+FXA==2037 integrity sha512-C02xTOfr8u/hPszaGcBVhZdYgPw+rc3SMU9vbe4hziq5VGTinhfX0Sy6Ixa+GO7f31nJVIYyuLCeglCfN0rgFQ==
1872 dependencies:2038 dependencies:
1873 "@babel/runtime" "^7.15.3"2039 "@babel/runtime" "^7.15.4"
1874 "@polkadot/networks" "^7.2.1"2040 "@polkadot/networks" "^7.3.1"
1875 "@polkadot/types" "5.5.1"2041 "@polkadot/types" "5.8.3"
1876 "@polkadot/util" "^7.2.1"2042 "@polkadot/util" "^7.3.1"
18772043
1878"@polkadot/types-support@5.5.1":2044"@polkadot/types-support@5.8.3":
1879 version "5.5.1"2045 version "5.8.3"
1880 resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-5.5.1.tgz#15556c2f31e79f0a6a821c7723f702757cb89462"2046 resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-5.8.3.tgz#0020e495be4170cde7f76d7e091f5d717cc1adf5"
1881 integrity sha512-57i1SdK8B+miGTAlDNdvbBuN6FguTnwzv2UPE2Zv3iQznTSZBkQZN16tIK/yMkQfhtO4ZzPcAnnSPZMncqh/Mg==2047 integrity sha512-Gqd15/UeUs1MovHWgFXAVjb9UkupSZ0sBv4Vx+Uu1I4O5mcBP/sTAPIJN/m8kxk4f6sHpJaEpRJ/UmtUyxW/bQ==
1882 dependencies:2048 dependencies:
1883 "@babel/runtime" "^7.15.3"2049 "@babel/runtime" "^7.15.4"
1884 "@polkadot/util" "^7.2.1"2050 "@polkadot/util" "^7.3.1"
18852051
1886"@polkadot/types@5.5.1":2052"@polkadot/types@5.8.3":
1887 version "5.5.1"2053 version "5.8.3"
1888 resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-5.5.1.tgz#057e8f0fc2369c0741c0f9b0224418e8f25a6938"2054 resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-5.8.3.tgz#9f37fe9a2dc30491bae671ba4e31e6d1a3c626ed"
1889 integrity sha512-+Cm7Y6D/98WqL8ofONyZrVvE2CxzK3/z18bATIQIWhG2w9ir9PdWaFMZ3fLCRw2Ggaq88AknguK6kXeEPcKPrA==2055 integrity sha512-iSVCk7Ja8WjLOpjPtZRo9Gaz9AS/b722LH3wWo91TSMT11Vz/lYCWlagNc1nVez6sRsJoEXjD7pKA0ga0t78Lw==
1890 dependencies:2056 dependencies:
1891 "@babel/runtime" "^7.15.3"2057 "@babel/runtime" "^7.15.4"
1892 "@polkadot/util" "^7.2.1"2058 "@polkadot/util" "^7.3.1"
1893 "@polkadot/util-crypto" "^7.2.1"2059 "@polkadot/util-crypto" "^7.3.1"
1894 rxjs "^7.3.0"2060 rxjs "^7.3.0"
18952061
1896"@polkadot/util-crypto@7.2.1", "@polkadot/util-crypto@^7.2.1":2062"@polkadot/util-crypto@7.3.1", "@polkadot/util-crypto@^7.3.1":
1897 version "7.2.1"2063 version "7.3.1"
1898 resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-7.2.1.tgz#7f1bbf031dac75090699083fc9e825c22e5d5f61"2064 resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-7.3.1.tgz#a597145b061eddaafd69adc6c1ce19224542307f"
1899 integrity sha512-X3iGba/1JTL/0MNzMNEIlO9DNyKlwFV839jfGLDKhPbCuDmWp0NdQjF3mBmbvNwkXvn07WmhE7g3q9n5iTzqvQ==2065 integrity sha512-sR+BxlV2Da0xfQcCXQTz+ohTaagixM+qYHytaQzilytbKHgYIyvnOyk5wFrHDNFzcLuXo15AbULa3TCoNDvh5Q==
1900 dependencies:2066 dependencies:
1901 "@babel/runtime" "^7.15.3"2067 "@babel/runtime" "^7.15.3"
1902 "@polkadot/networks" "7.2.1"2068 "@polkadot/networks" "7.3.1"
1903 "@polkadot/util" "7.2.1"2069 "@polkadot/util" "7.3.1"
1904 "@polkadot/wasm-crypto" "^4.1.2"2070 "@polkadot/wasm-crypto" "^4.2.1"
1905 "@polkadot/x-randomvalues" "7.2.1"2071 "@polkadot/x-randomvalues" "7.3.1"
1906 base-x "^3.0.8"2072 base-x "^3.0.8"
1907 base64-js "^1.5.1"2073 base64-js "^1.5.1"
1908 blakejs "^1.1.1"2074 blakejs "^1.1.1"
1909 bn.js "^4.11.9"2075 bn.js "^4.12.0"
1910 create-hash "^1.2.0"2076 create-hash "^1.2.0"
1911 ed2curve "^0.3.0"2077 ed2curve "^0.3.0"
1912 elliptic "^6.5.4"2078 elliptic "^6.5.4"
1916 tweetnacl "^1.0.3"2082 tweetnacl "^1.0.3"
1917 xxhashjs "^0.2.2"2083 xxhashjs "^0.2.2"
19182084
1919"@polkadot/util@7.2.1", "@polkadot/util@^7.2.1":2085"@polkadot/util@7.3.1", "@polkadot/util@^7.3.1":
1920 version "7.2.1"2086 version "7.3.1"
1921 resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-7.2.1.tgz#abcad49f884534ff042c37480f63b9750c69341d"2087 resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-7.3.1.tgz#1a33a8d4ef2dcbc3e14a9a919f30bb16360a6fae"
1922 integrity sha512-GilFg3i5dmu0H6dHEyh5bUw3yywmnFpEHfxFmKghL1ABDEr4qD0d/XAJ9UrzLFCBKbdTZsR0MDjgjVI2N84J1A==2088 integrity sha512-fjz5yjgZgfgRXZw9zMufmPBHhjAVtk/M2+lgl1a6Fck43Q4TG2Ux1haXMlaoe37cFeh8XgDAzDEQVIYBIPy6sg==
1923 dependencies:2089 dependencies:
1924 "@babel/runtime" "^7.15.3"2090 "@babel/runtime" "^7.15.3"
1925 "@polkadot/x-textdecoder" "7.2.1"2091 "@polkadot/x-textdecoder" "7.3.1"
1926 "@polkadot/x-textencoder" "7.2.1"2092 "@polkadot/x-textencoder" "7.3.1"
1927 "@types/bn.js" "^4.11.6"2093 "@types/bn.js" "^4.11.6"
1928 bn.js "^4.11.9"2094 bn.js "^4.12.0"
1929 camelcase "^5.3.1"2095 camelcase "^6.2.0"
1930 ip-regex "^4.3.0"2096 ip-regex "^4.3.0"
19312097
1932"@polkadot/wasm-crypto-asmjs@^4.1.2":2098"@polkadot/wasm-crypto-asmjs@^4.2.1":
1933 version "4.1.2"2099 version "4.2.1"
1934 resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-4.1.2.tgz#094b3eeeb5fd39a93db177583b48454511874cfc"2100 resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-4.2.1.tgz#6b7eae1c011709f8042dfd30872a5fc5e9e021c0"
1935 integrity sha512-3Q+vVUxDAC2tXgKMM3lKzx2JW+tarDpTjkvdxIKATyi8Ek69KkUqvMyJD0VL/iFZOFZED0YDX9UU4XOJ/astlg==2101 integrity sha512-ON9EBpTNDCI3QRUmuQJIegYoAcwvxDaNNA7uwKTaEEStu8LjCIbQxbt4WbOBYWI0PoUpl4iIluXdT3XZ3V3jXA==
1936 dependencies:2102 dependencies:
1937 "@babel/runtime" "^7.14.6"2103 "@babel/runtime" "^7.15.3"
19382104
1939"@polkadot/wasm-crypto-wasm@^4.1.2":2105"@polkadot/wasm-crypto-wasm@^4.2.1":
1940 version "4.1.2"2106 version "4.2.1"
1941 resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-4.1.2.tgz#773c78c1d65886671d3ba1d66c31afd86c93d02f"2107 resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-4.2.1.tgz#2a86f9b405e7195c3f523798c6ce4afffd19737e"
1942 integrity sha512-/l4IBEdQ41szHdHkuF//z1qr+XmWuLHlpBA7s9Eb221m1Fir6AKoCHoh1hp1r3v0ecZYLKvak1B225w6JAU3Fg==2108 integrity sha512-Rs2CKiR4D+2hKzmKBfPNYxcd2E8NfLWia0av4fgicjT9YsWIWOGQUi9AtSOfazPOR9FrjxKJy+chQxAkcfKMnQ==
1943 dependencies:2109 dependencies:
1944 "@babel/runtime" "^7.14.6"2110 "@babel/runtime" "^7.15.3"
19452111
1946"@polkadot/wasm-crypto@^4.1.2":2112"@polkadot/wasm-crypto@^4.2.1":
1947 version "4.1.2"2113 version "4.2.1"
1948 resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto/-/wasm-crypto-4.1.2.tgz#dead71ae5d2f7722d23aed5be2112e1732d315e9"2114 resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto/-/wasm-crypto-4.2.1.tgz#4d09402f5ac71a90962fb58cbe4b1707772a4fb6"
1949 integrity sha512-2EKdOjIrD2xHP2rC+0G/3Qo6926nL/18vCFkd34lBd9zP9YNF2GDEtDY+zAeDIRFKe1sQHTpsKgNdYSWoV2eBg==2115 integrity sha512-C/A/QnemOilRTLnM0LfhPY2N/x3ZFd1ihm9sXYyuh98CxtekSVYI9h4IJ5Jrgz5imSUHgvt9oJLqJ5GbWQV/Zg==
1950 dependencies:2116 dependencies:
1951 "@babel/runtime" "^7.14.6"2117 "@babel/runtime" "^7.15.3"
1952 "@polkadot/wasm-crypto-asmjs" "^4.1.2"2118 "@polkadot/wasm-crypto-asmjs" "^4.2.1"
1953 "@polkadot/wasm-crypto-wasm" "^4.1.2"2119 "@polkadot/wasm-crypto-wasm" "^4.2.1"
19542120
1955"@polkadot/x-fetch@^7.2.1":2121"@polkadot/x-fetch@^7.3.1":
1956 version "7.2.1"2122 version "7.3.1"
1957 resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-7.2.1.tgz#c9bee0316d31cd150b2cb6646ccdb77c6dc3d42d"2123 resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-7.3.1.tgz#d6a63d3bdebd3e058deb4507d6dbae782a44c8bf"
1958 integrity sha512-osdZNPfrB50d7tfjVs4QRjfsb6xqC09JEeYzbUl24hUXPwtkQE8/379jayu1usPe9/JI2wKYGscdf/nRl4pBkA==2124 integrity sha512-QnwP2RxWEUtnHE+1Iy2T49D4s5F8XH4bCyGqhbpZZdMym+cc+9zifBRQ+B5BIpTqICFFFbbhUvnvBSC9nS8bvg==
1959 dependencies:2125 dependencies:
1960 "@babel/runtime" "^7.15.3"2126 "@babel/runtime" "^7.15.3"
1961 "@polkadot/x-global" "7.2.1"2127 "@polkadot/x-global" "7.3.1"
1962 "@types/node-fetch" "^2.5.12"2128 "@types/node-fetch" "^2.5.12"
1963 node-fetch "^2.6.1"2129 node-fetch "^2.6.1"
19642130
1965"@polkadot/x-global@7.2.1", "@polkadot/x-global@^7.2.1":2131"@polkadot/x-global@7.3.1", "@polkadot/x-global@^7.3.1":
1966 version "7.2.1"2132 version "7.3.1"
1967 resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-7.2.1.tgz#32207936b7f939a21da608f82ca20535f9148cda"2133 resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-7.3.1.tgz#6e6f9d3347748bd885754c7367f08441a6b7dc6d"
1968 integrity sha512-VNW+76TxEPqvBy3XMNV05mJRPRGZcYh3k5HjW4+asYeFunMahH4zjmCulhtD9SRI/TqdfHTiqDOqKNKe2xJcVg==2134 integrity sha512-Tx2xGyrNLsV+hjfKsAWA03VUnkQGyCeaff6vE7Fi9iZo/4L4BdrQKhJgQrX8PQuOhrcv1B1GDuaYiXr7dwBR1g==
1969 dependencies:2135 dependencies:
1970 "@babel/runtime" "^7.15.3"2136 "@babel/runtime" "^7.15.3"
19712137
1972"@polkadot/x-randomvalues@7.2.1":2138"@polkadot/x-randomvalues@7.3.1":
1973 version "7.2.1"2139 version "7.3.1"
1974 resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-7.2.1.tgz#708b7a54bd90ec091ab54e125d8b52e0853ea86b"2140 resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-7.3.1.tgz#120c64147ce9bebee9e18e6c72cb91cc4d91d7e1"
1975 integrity sha512-B4sjwX+gFweZ1YM1Cg/S9hAEx9E/gV/vqLW89PJB6+hyvsPS9eiVvfVpaOsohc7AgmuINm/bSQbNZvtC+BbbKw==2141 integrity sha512-WtOTsjpp0+VIV+GY7IrELVznv78+IQ96UW5rf2i3AUIoouB1z9VrzJu/MCN7zoRQ9OAWpNoGxdAwzRDm9UL3+g==
1976 dependencies:2142 dependencies:
1977 "@babel/runtime" "^7.15.3"2143 "@babel/runtime" "^7.15.3"
1978 "@polkadot/x-global" "7.2.1"2144 "@polkadot/x-global" "7.3.1"
19792145
1980"@polkadot/x-textdecoder@7.2.1":2146"@polkadot/x-textdecoder@7.3.1":
1981 version "7.2.1"2147 version "7.3.1"
1982 resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-7.2.1.tgz#c52074dba9943a12583f3f8672a49399f10e00f3"2148 resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-7.3.1.tgz#e7ffc566483dce42b72c340bbaa1e76bbc5b2d3d"
1983 integrity sha512-yXSZ0P/D/8HT8gbkdTjw/1AKZIVbX3+mIfiDiN3VqUBzruV7ak5hA+D01I0woBGDqxWISoLQFtGrxPAQ8pwAcg==2149 integrity sha512-AkGrJ8C8kLvs7uxKMMqkBZmUbm8k3CBvq7FLnfUaQQXha4/3G3u+g3UqSTJ8+nETwRrfpjAVS77fmFx+6Nkxng==
1984 dependencies:2150 dependencies:
1985 "@babel/runtime" "^7.15.3"2151 "@babel/runtime" "^7.15.3"
1986 "@polkadot/x-global" "7.2.1"2152 "@polkadot/x-global" "7.3.1"
19872153
1988"@polkadot/x-textencoder@7.2.1":2154"@polkadot/x-textencoder@7.3.1":
1989 version "7.2.1"2155 version "7.3.1"
1990 resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-7.2.1.tgz#2326b3b7f9a5e445d7e560c438effbe800e2b1f6"2156 resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-7.3.1.tgz#8c08dacdac677d7a8e021437ce2b31d90a041519"
1991 integrity sha512-1aqfxmfKSOWeOxmGBmk+RYrpqGtWywS6t0y/R3FI+k+s8NfIfGdcjMcupKq7khPh92PvVGkur+CnM/y6chn4XA==2157 integrity sha512-1yePbvbQ9U9ScRilQ/aH6CwgoSG8njH27XVzRR7WnulAMKbF3IvHgU56IlBZneHIojAy252yp2ldBG09PDIXeg==
1992 dependencies:2158 dependencies:
1993 "@babel/runtime" "^7.15.3"2159 "@babel/runtime" "^7.15.3"
1994 "@polkadot/x-global" "7.2.1"2160 "@polkadot/x-global" "7.3.1"
19952161
1996"@polkadot/x-ws@^7.2.1":2162"@polkadot/x-ws@^7.3.1":
1997 version "7.2.1"2163 version "7.3.1"
1998 resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-7.2.1.tgz#5971ab630911cdecd0a46db6fb899e9086954e58"2164 resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-7.3.1.tgz#bc4bcfd3a5ebec7c6b57bdbc718a68699b87f7ca"
1999 integrity sha512-sYnOF0qNdMuGFiRGWAtpkQQYIP44JFzGywap0CskhNEyCc+zDBi4l/ta3qHjeGta+h9rdVjDeYk2J86EsKlkSw==2165 integrity sha512-JltBHm2GqmS/hPIbak3wzqHRTz5k3yQOdYPOsj2gAs5twe7fJwJOJp0InfpNCknX4Cn9+WBIjNZUNLZ6bO+MkQ==
2000 dependencies:2166 dependencies:
2001 "@babel/runtime" "^7.15.3"2167 "@babel/runtime" "^7.15.3"
2002 "@polkadot/x-global" "7.2.1"2168 "@polkadot/x-global" "7.3.1"
2003 "@types/websocket" "^1.0.4"2169 "@types/websocket" "^1.0.4"
2004 websocket "^1.0.34"2170 websocket "^1.0.34"
20052171
2010 dependencies:2176 dependencies:
2011 slash "^3.0.0"2177 slash "^3.0.0"
20122178
2013"@rollup/plugin-commonjs@^19.0.2":2179"@rollup/plugin-commonjs@^20.0.0":
2014 version "19.0.2"2180 version "20.0.0"
2015 resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-19.0.2.tgz#1ccc3d63878d1bc9846f8969f09dd3b3e4ecc244"2181 resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-20.0.0.tgz#3246872dcbcb18a54aaa6277a8c7d7f1b155b745"
2016 integrity sha512-gBjarfqlC7qs0AutpRW/hrFNm+cd2/QKxhwyFa+srbg1oX7rDsEU3l+W7LAUhsAp9mPJMAkXDhLbQaVwEaE8bA==2182 integrity sha512-5K0g5W2Ol8hAcTHqcTBHiA7M58tfmYi1o9KxeJuuRNpGaTa5iLjcyemBitCBcKXaHamOBBEH2dGom6v6Unmqjg==
2017 dependencies:2183 dependencies:
2018 "@rollup/pluginutils" "^3.1.0"2184 "@rollup/pluginutils" "^3.1.0"
2019 commondir "^1.0.1"2185 commondir "^1.0.1"
2148 resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.2.18.tgz#0c8e298dbff8205e2266606c1ea5fbdba29b46e4"2314 resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.2.18.tgz#0c8e298dbff8205e2266606c1ea5fbdba29b46e4"
2149 integrity sha512-rS27+EkB/RE1Iz3u0XtVL5q36MGDWbgYe7zWiodyKNUnthxY0rukK5V36eiUCtCisB7NN8zKYH6DO2M37qxFEQ==2315 integrity sha512-rS27+EkB/RE1Iz3u0XtVL5q36MGDWbgYe7zWiodyKNUnthxY0rukK5V36eiUCtCisB7NN8zKYH6DO2M37qxFEQ==
21502316
2151"@types/chrome@^0.0.145":2317"@types/chrome@^0.0.155":
2152 version "0.0.145"2318 version "0.0.155"
2153 resolved "https://registry.yarnpkg.com/@types/chrome/-/chrome-0.0.145.tgz#6c53ae0af5f25350b07bfd24cf459b5fe65cd9b8"2319 resolved "https://registry.yarnpkg.com/@types/chrome/-/chrome-0.0.155.tgz#8d5ebb4f57d050a280634cae279e28256eb70955"
2154 integrity sha512-vLvTMmfc8mvwOZzkmn2UwlWSNu0t0txBkyuIv8NgihRkvFCe6XJX65YZAgAP/RdBit3enhU2GTxCr+prn4uZmA==2320 integrity sha512-y21uDq+SXa253hddPUHABvkYFO7GuhUwxjuh+xaHYDW+3/4GepgKJ8oKQoMEf0pA9PwH3JsBSCKMJvgd6Nk4xQ==
2155 dependencies:2321 dependencies:
2156 "@types/filesystem" "*"2322 "@types/filesystem" "*"
2157 "@types/har-format" "*"2323 "@types/har-format" "*"
2297 dependencies:2463 dependencies:
2298 "@types/yargs-parser" "*"2464 "@types/yargs-parser" "*"
22992465
2300"@typescript-eslint/eslint-plugin@4.29.2":2466"@typescript-eslint/eslint-plugin@4.30.0":
2301 version "4.29.2"2467 version "4.30.0"
2302 resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.2.tgz#f54dc0a32b8f61c6024ab8755da05363b733838d"2468 resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.30.0.tgz#4a0c1ae96b953f4e67435e20248d812bfa55e4fb"
2303 integrity sha512-x4EMgn4BTfVd9+Z+r+6rmWxoAzBaapt4QFqE+d8L8sUtYZYLDTK6VG/y/SMMWA5t1/BVU5Kf+20rX4PtWzUYZg==2469 integrity sha512-NgAnqk55RQ/SD+tZFD9aPwNSeHmDHHe5rtUyhIq0ZeCWZEvo4DK9rYz7v9HDuQZFvn320Ot+AikaCKMFKLlD0g==
2304 dependencies:2470 dependencies:
2305 "@typescript-eslint/experimental-utils" "4.29.2"2471 "@typescript-eslint/experimental-utils" "4.30.0"
2306 "@typescript-eslint/scope-manager" "4.29.2"2472 "@typescript-eslint/scope-manager" "4.30.0"
2307 debug "^4.3.1"2473 debug "^4.3.1"
2308 functional-red-black-tree "^1.0.1"2474 functional-red-black-tree "^1.0.1"
2309 regexpp "^3.1.0"2475 regexpp "^3.1.0"
2335 eslint-scope "^5.1.1"2501 eslint-scope "^5.1.1"
2336 eslint-utils "^3.0.0"2502 eslint-utils "^3.0.0"
23372503
2338"@typescript-eslint/experimental-utils@4.29.2":2504"@typescript-eslint/experimental-utils@4.30.0":
2339 version "4.29.2"2505 version "4.30.0"
2340 resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.2.tgz#5f67fb5c5757ef2cb3be64817468ba35c9d4e3b7"2506 resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.30.0.tgz#9e49704fef568432ae16fc0d6685c13d67db0fd5"
2341 integrity sha512-P6mn4pqObhftBBPAv4GQtEK7Yos1fz/MlpT7+YjH9fTxZcALbiiPKuSIfYP/j13CeOjfq8/fr9Thr2glM9ub7A==2507 integrity sha512-K8RNIX9GnBsv5v4TjtwkKtqMSzYpjqAQg/oSphtxf3xxdt6T0owqnpojztjjTcatSteH3hLj3t/kklKx87NPqw==
2342 dependencies:2508 dependencies:
2343 "@types/json-schema" "^7.0.7"2509 "@types/json-schema" "^7.0.7"
2344 "@typescript-eslint/scope-manager" "4.29.2"2510 "@typescript-eslint/scope-manager" "4.30.0"
2345 "@typescript-eslint/types" "4.29.2"2511 "@typescript-eslint/types" "4.30.0"
2346 "@typescript-eslint/typescript-estree" "4.29.2"2512 "@typescript-eslint/typescript-estree" "4.30.0"
2347 eslint-scope "^5.1.1"2513 eslint-scope "^5.1.1"
2348 eslint-utils "^3.0.0"2514 eslint-utils "^3.0.0"
23492515
2350"@typescript-eslint/parser@4.29.2":2516"@typescript-eslint/parser@4.30.0":
2351 version "4.29.2"2517 version "4.30.0"
2352 resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.2.tgz#1c7744f4c27aeb74610c955d3dce9250e95c370a"2518 resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.30.0.tgz#6abd720f66bd790f3e0e80c3be77180c8fcb192d"
2353 integrity sha512-WQ6BPf+lNuwteUuyk1jD/aHKqMQ9jrdCn7Gxt9vvBnzbpj7aWEf+aZsJ1zvTjx5zFxGCt000lsbD9tQPEL8u6g==2519 integrity sha512-HJ0XuluSZSxeboLU7Q2VQ6eLlCwXPBOGnA7CqgBnz2Db3JRQYyBDJgQnop6TZ+rsbSx5gEdWhw4rE4mDa1FnZg==
2354 dependencies:2520 dependencies:
2355 "@typescript-eslint/scope-manager" "4.29.2"2521 "@typescript-eslint/scope-manager" "4.30.0"
2356 "@typescript-eslint/types" "4.29.2"2522 "@typescript-eslint/types" "4.30.0"
2357 "@typescript-eslint/typescript-estree" "4.29.2"2523 "@typescript-eslint/typescript-estree" "4.30.0"
2358 debug "^4.3.1"2524 debug "^4.3.1"
23592525
2360"@typescript-eslint/parser@^4.28.5":2526"@typescript-eslint/parser@^4.28.5":
2375 "@typescript-eslint/types" "4.28.5"2541 "@typescript-eslint/types" "4.28.5"
2376 "@typescript-eslint/visitor-keys" "4.28.5"2542 "@typescript-eslint/visitor-keys" "4.28.5"
23772543
2378"@typescript-eslint/scope-manager@4.29.2":2544"@typescript-eslint/scope-manager@4.30.0":
2379 version "4.29.2"2545 version "4.30.0"
2380 resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.2.tgz#442b0f029d981fa402942715b1718ac7fcd5aa1b"2546 resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.30.0.tgz#1a3ffbb385b1a06be85cd5165a22324f069a85ee"
2381 integrity sha512-mfHmvlQxmfkU8D55CkZO2sQOueTxLqGvzV+mG6S/6fIunDiD2ouwsAoiYCZYDDK73QCibYjIZmGhpvKwAB5BOA==2547 integrity sha512-VJ/jAXovxNh7rIXCQbYhkyV2Y3Ac/0cVHP/FruTJSAUUm4Oacmn/nkN5zfWmWFEanN4ggP0vJSHOeajtHq3f8A==
2382 dependencies:2548 dependencies:
2383 "@typescript-eslint/types" "4.29.2"2549 "@typescript-eslint/types" "4.30.0"
2384 "@typescript-eslint/visitor-keys" "4.29.2"2550 "@typescript-eslint/visitor-keys" "4.30.0"
23852551
2386"@typescript-eslint/types@4.27.0":2552"@typescript-eslint/types@4.27.0":
2387 version "4.27.0"2553 version "4.27.0"
2393 resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.5.tgz#d33edf8e429f0c0930a7c3d44e9b010354c422e9"2559 resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.5.tgz#d33edf8e429f0c0930a7c3d44e9b010354c422e9"
2394 integrity sha512-MruOu4ZaDOLOhw4f/6iudyks/obuvvZUAHBDSW80Trnc5+ovmViLT2ZMDXhUV66ozcl6z0LJfKs1Usldgi/WCA==2560 integrity sha512-MruOu4ZaDOLOhw4f/6iudyks/obuvvZUAHBDSW80Trnc5+ovmViLT2ZMDXhUV66ozcl6z0LJfKs1Usldgi/WCA==
23952561
2396"@typescript-eslint/types@4.29.2":2562"@typescript-eslint/types@4.30.0":
2397 version "4.29.2"2563 version "4.30.0"
2398 resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.2.tgz#fc0489c6b89773f99109fb0aa0aaddff21f52fcd"2564 resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.30.0.tgz#fb9d9b0358426f18687fba82eb0b0f869780204f"
2399 integrity sha512-K6ApnEXId+WTGxqnda8z4LhNMa/pZmbTFkDxEBLQAbhLZL50DjeY0VIDCml/0Y3FlcbqXZrABqrcKxq+n0LwzQ==2565 integrity sha512-YKldqbNU9K4WpTNwBqtAerQKLLW/X2A/j4yw92e3ZJYLx+BpKLeheyzoPfzIXHfM8BXfoleTdiYwpsvVPvHrDw==
24002566
2401"@typescript-eslint/typescript-estree@4.28.5":2567"@typescript-eslint/typescript-estree@4.28.5":
2402 version "4.28.5"2568 version "4.28.5"
2411 semver "^7.3.5"2577 semver "^7.3.5"
2412 tsutils "^3.21.0"2578 tsutils "^3.21.0"
24132579
2414"@typescript-eslint/typescript-estree@4.29.2":2580"@typescript-eslint/typescript-estree@4.30.0":
2415 version "4.29.2"2581 version "4.30.0"
2416 resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.2.tgz#a0ea8b98b274adbb2577100ba545ddf8bf7dc219"2582 resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.30.0.tgz#ae57833da72a753f4846cd3053758c771670c2ac"
2417 integrity sha512-TJ0/hEnYxapYn9SGn3dCnETO0r+MjaxtlWZ2xU+EvytF0g4CqTpZL48SqSNn2hXsPolnewF30pdzR9a5Lj3DNg==2583 integrity sha512-6WN7UFYvykr/U0Qgy4kz48iGPWILvYL34xXJxvDQeiRE018B7POspNRVtAZscWntEPZpFCx4hcz/XBT+erenfg==
2418 dependencies:2584 dependencies:
2419 "@typescript-eslint/types" "4.29.2"2585 "@typescript-eslint/types" "4.30.0"
2420 "@typescript-eslint/visitor-keys" "4.29.2"2586 "@typescript-eslint/visitor-keys" "4.30.0"
2421 debug "^4.3.1"2587 debug "^4.3.1"
2422 globby "^11.0.3"2588 globby "^11.0.3"
2423 is-glob "^4.0.1"2589 is-glob "^4.0.1"
2453 "@typescript-eslint/types" "4.28.5"2619 "@typescript-eslint/types" "4.28.5"
2454 eslint-visitor-keys "^2.0.0"2620 eslint-visitor-keys "^2.0.0"
24552621
2456"@typescript-eslint/visitor-keys@4.29.2":2622"@typescript-eslint/visitor-keys@4.30.0":
2457 version "4.29.2"2623 version "4.30.0"
2458 resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.2.tgz#d2da7341f3519486f50655159f4e5ecdcb2cd1df"2624 resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.30.0.tgz#a47c6272fc71b0c627d1691f68eaecf4ad71445e"
2459 integrity sha512-bDgJLQ86oWHJoZ1ai4TZdgXzJxsea3Ee9u9wsTAvjChdj2WLcVsgWYAPeY7RQMn16tKrlQaBnpKv7KBfs4EQag==2625 integrity sha512-pNaaxDt/Ol/+JZwzP7MqWc8PJQTUhZwoee/PVlQ+iYoYhagccvoHnC9e4l+C/krQYYkENxznhVSDwClIbZVxRw==
2460 dependencies:2626 dependencies:
2461 "@typescript-eslint/types" "4.29.2"2627 "@typescript-eslint/types" "4.30.0"
2462 eslint-visitor-keys "^2.0.0"2628 eslint-visitor-keys "^2.0.0"
24632629
2464"@ungap/promise-all-settled@1.1.2":2630"@ungap/promise-all-settled@1.1.2":
2826 resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"2992 resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
2827 integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==2993 integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
28282994
2829babel-jest@^27.0.6:2995babel-jest@^27.1.0:
2830 version "27.0.6"2996 version "27.1.0"
2831 resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.0.6.tgz#e99c6e0577da2655118e3608b68761a5a69bd0d8"2997 resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.1.0.tgz#e96ca04554fd32274439869e2b6d24de9d91bc4e"
2832 integrity sha512-iTJyYLNc4wRofASmofpOc5NK9QunwMk+TLFgGXsTFS8uEqmd8wdI7sga0FPe2oVH3b5Agt/EAK1QjPEuKL8VfA==2998 integrity sha512-6NrdqzaYemALGCuR97QkC/FkFIEBWP5pw5TMJoUHZTVXyOgocujp6A0JE2V6gE0HtqAAv6VKU/nI+OCR1Z4gHA==
2833 dependencies:2999 dependencies:
2834 "@jest/transform" "^27.0.6"3000 "@jest/transform" "^27.1.0"
2835 "@jest/types" "^27.0.6"3001 "@jest/types" "^27.1.0"
2836 "@types/babel__core" "^7.1.14"3002 "@types/babel__core" "^7.1.14"
2837 babel-plugin-istanbul "^6.0.0"3003 babel-plugin-istanbul "^6.0.0"
2838 babel-preset-jest "^27.0.6"3004 babel-preset-jest "^27.0.6"
3035 resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.6.tgz#53344adb14617a13f6e8dd2ce28905d1c0ba3215"3201 resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.6.tgz#53344adb14617a13f6e8dd2ce28905d1c0ba3215"
3036 integrity sha1-UzRK2xRhehP26N0s4okF0cC6MhU=3202 integrity sha1-UzRK2xRhehP26N0s4okF0cC6MhU=
30373203
3038bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.0, bn.js@^4.11.1, bn.js@^4.11.6, bn.js@^4.11.9:3204bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.0, bn.js@^4.11.1, bn.js@^4.11.6, bn.js@^4.11.9, bn.js@^4.12.0:
3039 version "4.12.0"3205 version "4.12.0"
3040 resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"3206 resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
3041 integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==3207 integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
3197 escalade "^3.1.1"3363 escalade "^3.1.1"
3198 node-releases "^1.1.73"3364 node-releases "^1.1.73"
31993365
3366browserslist@^4.16.8:
3367 version "4.17.0"
3368 resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.0.tgz#1fcd81ec75b41d6d4994fb0831b92ac18c01649c"
3369 integrity sha512-g2BJ2a0nEYvEFQC208q8mVAhfNwpZ5Mu8BwgtCdZKO3qx98HChmeg448fPdUzld8aFmfLgVh7yymqV+q1lJZ5g==
3370 dependencies:
3371 caniuse-lite "^1.0.30001254"
3372 colorette "^1.3.0"
3373 electron-to-chromium "^1.3.830"
3374 escalade "^3.1.1"
3375 node-releases "^1.1.75"
3376
3200bs58@^4.0.0:3377bs58@^4.0.0:
3201 version "4.0.1"3378 version "4.0.1"
3202 resolved "https://registry.yarnpkg.com/bs58/-/bs58-4.0.1.tgz#be161e76c354f6f788ae4071f63f34e8c4f0a42a"3379 resolved "https://registry.yarnpkg.com/bs58/-/bs58-4.0.1.tgz#be161e76c354f6f788ae4071f63f34e8c4f0a42a"
3326 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001251.tgz#6853a606ec50893115db660f82c094d18f096d85"3503 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001251.tgz#6853a606ec50893115db660f82c094d18f096d85"
3327 integrity sha512-HOe1r+9VkU4TFmnU70z+r7OLmtR+/chB1rdcJUeQlAinjEeb0cKL20tlAtOagNZhbrtLnCvV19B4FmF1rgzl6A==3504 integrity sha512-HOe1r+9VkU4TFmnU70z+r7OLmtR+/chB1rdcJUeQlAinjEeb0cKL20tlAtOagNZhbrtLnCvV19B4FmF1rgzl6A==
33283505
3506caniuse-lite@^1.0.30001254:
3507 version "1.0.30001255"
3508 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001255.tgz#f3b09b59ab52e39e751a569523618f47c4298ca0"
3509 integrity sha512-F+A3N9jTZL882f/fg/WWVnKSu6IOo3ueLz4zwaOPbPYHNmM/ZaDUyzyJwS1mZhX7Ex5jqTyW599Gdelh5PDYLQ==
3510
3329caseless@~0.12.0:3511caseless@~0.12.0:
3330 version "0.12.0"3512 version "0.12.0"
3331 resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"3513 resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
3584 resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"3766 resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
3585 integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=3767 integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
35863768
3587color-name@~1.1.4:3769color-name@^1.1.4, color-name@~1.1.4:
3588 version "1.1.4"3770 version "1.1.4"
3589 resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"3771 resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
3590 integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==3772 integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
3594 resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"3776 resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
3595 integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==3777 integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
35963778
3779colorette@^1.3.0:
3780 version "1.3.0"
3781 resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.3.0.tgz#ff45d2f0edb244069d3b772adeb04fed38d0a0af"
3782 integrity sha512-ecORCqbSFP7Wm8Y6lyqMJjexBQqXSF7SSeaTyGGphogUjBlFP9m9o08wy86HL2uB7fMTxtOUzLMk7ogKcxMg1w==
3783
3597combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:3784combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
3598 version "1.0.8"3785 version "1.0.8"
3599 resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"3786 resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
3621 resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"3808 resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
3622 integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==3809 integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
36233810
3624commander@^6.2.1:3811commander@^7.2.0:
3625 version "6.2.1"3812 version "7.2.0"
3626 resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c"3813 resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
3627 integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==3814 integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
36283815
3629commondir@^1.0.1:3816commondir@^1.0.1:
3630 version "1.0.1"3817 version "1.0.1"
4006 resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"4193 resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
4007 integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=4194 integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
40084195
4009dependency-tree@^8.0.0:4196dependency-tree@^8.1.1:
4010 version "8.1.1"4197 version "8.1.1"
4011 resolved "https://registry.yarnpkg.com/dependency-tree/-/dependency-tree-8.1.1.tgz#1a309f5a860b3285f7b1638c98ce48c8906ae6e6"4198 resolved "https://registry.yarnpkg.com/dependency-tree/-/dependency-tree-8.1.1.tgz#1a309f5a860b3285f7b1638c98ce48c8906ae6e6"
4012 integrity sha512-bl5U16VQpaYxD0xvcnCH/dTctCiWnsVWymh9dNjbm4T00Hm21flu1VLnNueKCj7+3uusbcJhKKKtiWrpU0I+Nw==4199 integrity sha512-bl5U16VQpaYxD0xvcnCH/dTctCiWnsVWymh9dNjbm4T00Hm21flu1VLnNueKCj7+3uusbcJhKKKtiWrpU0I+Nw==
4045 resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"4232 resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
4046 integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==4233 integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
40474234
4048detective-amd@^3.0.1:4235detective-amd@^3.0.1, detective-amd@^3.1.0:
4049 version "3.1.0"4236 version "3.1.0"
4050 resolved "https://registry.yarnpkg.com/detective-amd/-/detective-amd-3.1.0.tgz#92daee3214a0ca4522646cf333cac90a3fca6373"4237 resolved "https://registry.yarnpkg.com/detective-amd/-/detective-amd-3.1.0.tgz#92daee3214a0ca4522646cf333cac90a3fca6373"
4051 integrity sha512-G7wGWT6f0VErjUkE2utCm7IUshT7nBh7aBBH2VBOiY9Dqy2DMens5iiOvYCuhstoIxRKLrnOvVAz4/EyPIAjnw==4238 integrity sha512-G7wGWT6f0VErjUkE2utCm7IUshT7nBh7aBBH2VBOiY9Dqy2DMens5iiOvYCuhstoIxRKLrnOvVAz4/EyPIAjnw==
4063 ast-module-types "^2.4.0"4250 ast-module-types "^2.4.0"
4064 node-source-walk "^4.0.0"4251 node-source-walk "^4.0.0"
40654252
4066detective-es6@^2.1.0, detective-es6@^2.2.0:4253detective-es6@^2.2.0:
4067 version "2.2.0"4254 version "2.2.0"
4068 resolved "https://registry.yarnpkg.com/detective-es6/-/detective-es6-2.2.0.tgz#8f2baba3f8cd90a5cfd748f5ac436f0158ed2585"4255 resolved "https://registry.yarnpkg.com/detective-es6/-/detective-es6-2.2.0.tgz#8f2baba3f8cd90a5cfd748f5ac436f0158ed2585"
4069 integrity sha512-fSpNY0SLER7/sVgQZ1NxJPwmc9uCTzNgdkQDhAaj8NPYwr7Qji9QBcmbNvtMCnuuOGMuKn3O7jv0An+/WRWJZQ==4256 integrity sha512-fSpNY0SLER7/sVgQZ1NxJPwmc9uCTzNgdkQDhAaj8NPYwr7Qji9QBcmbNvtMCnuuOGMuKn3O7jv0An+/WRWJZQ==
4089 postcss "^8.1.7"4276 postcss "^8.1.7"
4090 postcss-values-parser "^2.0.1"4277 postcss-values-parser "^2.0.1"
40914278
4279detective-postcss@^5.0.0:
4280 version "5.0.0"
4281 resolved "https://registry.yarnpkg.com/detective-postcss/-/detective-postcss-5.0.0.tgz#7d39bde17a280e26d0b43130fd735a4a75786fb0"
4282 integrity sha512-IBmim4GTEmZJDBOAoNFBskzNryTmYpBq+CQGghKnSGkoGWascE8iEo98yA+ZM4N5slwGjCr/NxCm+Kzg+q3tZg==
4283 dependencies:
4284 debug "^4.3.1"
4285 is-url "^1.2.4"
4286 postcss "^8.2.13"
4287 postcss-values-parser "^5.0.0"
4288
4092detective-sass@^3.0.1:4289detective-sass@^3.0.1:
4093 version "3.0.1"4290 version "3.0.1"
4094 resolved "https://registry.yarnpkg.com/detective-sass/-/detective-sass-3.0.1.tgz#496b819efd1f5c4dd3f0e19b43a8634bdd6927c4"4291 resolved "https://registry.yarnpkg.com/detective-sass/-/detective-sass-3.0.1.tgz#496b819efd1f5c4dd3f0e19b43a8634bdd6927c4"
4112 resolved "https://registry.yarnpkg.com/detective-stylus/-/detective-stylus-1.0.0.tgz#50aee7db8babb990381f010c63fabba5b58e54cd"4309 resolved "https://registry.yarnpkg.com/detective-stylus/-/detective-stylus-1.0.0.tgz#50aee7db8babb990381f010c63fabba5b58e54cd"
4113 integrity sha1-UK7n24uruZA4HwEMY/q7pbWOVM0=4310 integrity sha1-UK7n24uruZA4HwEMY/q7pbWOVM0=
41144311
4115detective-typescript@^6.0.0:
4116 version "6.0.0"
4117 resolved "https://registry.yarnpkg.com/detective-typescript/-/detective-typescript-6.0.0.tgz#394062118d7c7da53425647ca41e0081169aa2b3"
4118 integrity sha512-vTidcSDK3QostdbrH2Rwf9FhvrgJ4oIaVw5jbolgruTejexk6nNa9DShGpuS8CFVDb1IP86jct5BaZt1wSxpkA==
4119 dependencies:
4120 "@typescript-eslint/typescript-estree" "^4.8.2"
4121 ast-module-types "^2.7.1"
4122 node-source-walk "^4.2.0"
4123 typescript "^3.9.7"
4124
4125detective-typescript@^7.0.0:4312detective-typescript@^7.0.0:
4126 version "7.0.0"4313 version "7.0.0"
4127 resolved "https://registry.yarnpkg.com/detective-typescript/-/detective-typescript-7.0.0.tgz#8c8917f2e51d9e4ee49821abf759ff512dd897f2"4314 resolved "https://registry.yarnpkg.com/detective-typescript/-/detective-typescript-7.0.0.tgz#8c8917f2e51d9e4ee49821abf759ff512dd897f2"
4241 resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.807.tgz#c2eb803f4f094869b1a24151184ffbbdbf688b1f"4428 resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.807.tgz#c2eb803f4f094869b1a24151184ffbbdbf688b1f"
4242 integrity sha512-p8uxxg2a23zRsvQ2uwA/OOI+O4BQxzaR7YKMIGGGQCpYmkFX2CVF5f0/hxLMV7yCr7nnJViCwHLhPfs52rIYCA==4429 integrity sha512-p8uxxg2a23zRsvQ2uwA/OOI+O4BQxzaR7YKMIGGGQCpYmkFX2CVF5f0/hxLMV7yCr7nnJViCwHLhPfs52rIYCA==
42434430
4431electron-to-chromium@^1.3.830:
4432 version "1.3.830"
4433 resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.830.tgz#40e3144204f8ca11b2cebec83cf14c20d3499236"
4434 integrity sha512-gBN7wNAxV5vl1430dG+XRcQhD4pIeYeak6p6rjdCtlz5wWNwDad8jwvphe5oi1chL5MV6RNRikfffBBiFuj+rQ==
4435
4244elliptic@6.5.4, elliptic@^6.4.0, elliptic@^6.5.2, elliptic@^6.5.3, elliptic@^6.5.4:4436elliptic@6.5.4, elliptic@^6.4.0, elliptic@^6.5.2, elliptic@^6.5.3, elliptic@^6.5.4:
4245 version "6.5.4"4437 version "6.5.4"
4246 resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"4438 resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
4412 resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-16.0.3.tgz#6c8761e544e96c531ff92642eeb87842b8488516"4604 resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-16.0.3.tgz#6c8761e544e96c531ff92642eeb87842b8488516"
4413 integrity sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==4605 integrity sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==
44144606
4415eslint-import-resolver-node@^0.3.5, eslint-import-resolver-node@^0.3.6:4607eslint-import-resolver-node@^0.3.6:
4416 version "0.3.6"4608 version "0.3.6"
4417 resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz#4048b958395da89668252001dbd9eca6b83bacbd"4609 resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz#4048b958395da89668252001dbd9eca6b83bacbd"
4418 integrity sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==4610 integrity sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==
4446 resolved "https://registry.yarnpkg.com/eslint-plugin-import-newlines/-/eslint-plugin-import-newlines-1.1.4.tgz#d69d03fe512b2f54bc781d1dfc51a4ad99df7a52"4638 resolved "https://registry.yarnpkg.com/eslint-plugin-import-newlines/-/eslint-plugin-import-newlines-1.1.4.tgz#d69d03fe512b2f54bc781d1dfc51a4ad99df7a52"
4447 integrity sha512-GCIM+524XQOFcEPinEyrvktQHkQq+k+kYCwbRrIioGBVGnk3RGDFWv5BPqBQCDci6SNZCVgIOi3/FmtDetbxvA==4639 integrity sha512-GCIM+524XQOFcEPinEyrvktQHkQq+k+kYCwbRrIioGBVGnk3RGDFWv5BPqBQCDci6SNZCVgIOi3/FmtDetbxvA==
44484640
4449eslint-plugin-import@^2.24.0:4641eslint-plugin-import@^2.24.2:
4450 version "2.24.0"4642 version "2.24.2"
4451 resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.0.tgz#697ffd263e24da5e84e03b282f5fb62251777177"4643 resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz#2c8cd2e341f3885918ee27d18479910ade7bb4da"
4452 integrity sha512-Kc6xqT9hiYi2cgybOc0I2vC9OgAYga5o/rAFinam/yF/t5uBqxQbauNPMC6fgb640T/89P0gFoO27FOilJ/Cqg==4644 integrity sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==
4453 dependencies:4645 dependencies:
4454 array-includes "^3.1.3"4646 array-includes "^3.1.3"
4455 array.prototype.flat "^1.2.4"4647 array.prototype.flat "^1.2.4"
4456 debug "^2.6.9"4648 debug "^2.6.9"
4457 doctrine "^2.1.0"4649 doctrine "^2.1.0"
4458 eslint-import-resolver-node "^0.3.5"4650 eslint-import-resolver-node "^0.3.6"
4459 eslint-module-utils "^2.6.2"4651 eslint-module-utils "^2.6.2"
4460 find-up "^2.0.0"4652 find-up "^2.0.0"
4461 has "^1.0.3"4653 has "^1.0.3"
4462 is-core-module "^2.4.0"4654 is-core-module "^2.6.0"
4463 minimatch "^3.0.4"4655 minimatch "^3.0.4"
4464 object.values "^1.1.3"4656 object.values "^1.1.4"
4465 pkg-up "^2.0.0"4657 pkg-up "^2.0.0"
4466 read-pkg-up "^3.0.0"4658 read-pkg-up "^3.0.0"
4467 resolve "^1.20.0"4659 resolve "^1.20.0"
4468 tsconfig-paths "^3.9.0"4660 tsconfig-paths "^3.11.0"
44694661
4470eslint-plugin-node@^11.1.0:4662eslint-plugin-node@^11.1.0:
4471 version "11.1.0"4663 version "11.1.0"
4489 resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"4681 resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
4490 integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==4682 integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
44914683
4492eslint-plugin-react@^7.24.0:4684eslint-plugin-react@^7.25.1:
4493 version "7.24.0"4685 version "7.25.1"
4494 resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.24.0.tgz#eadedfa351a6f36b490aa17f4fa9b14e842b9eb4"4686 resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.25.1.tgz#9286b7cd9bf917d40309760f403e53016eda8331"
4495 integrity sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==4687 integrity sha512-P4j9K1dHoFXxDNP05AtixcJEvIT6ht8FhYKsrkY0MPCPaUMYijhpWwNiRDZVtA8KFuZOkGSeft6QwH8KuVpJug==
4496 dependencies:4688 dependencies:
4497 array-includes "^3.1.3"4689 array-includes "^3.1.3"
4498 array.prototype.flatmap "^1.2.4"4690 array.prototype.flatmap "^1.2.4"
4499 doctrine "^2.1.0"4691 doctrine "^2.1.0"
4692 estraverse "^5.2.0"
4500 has "^1.0.3"4693 has "^1.0.3"
4501 jsx-ast-utils "^2.4.1 || ^3.0.0"4694 jsx-ast-utils "^2.4.1 || ^3.0.0"
4502 minimatch "^3.0.4"4695 minimatch "^3.0.4"
4851 snapdragon "^0.8.1"5044 snapdragon "^0.8.1"
4852 to-regex "^3.0.1"5045 to-regex "^3.0.1"
48535046
4854expect@^27.0.6:5047expect@^27.1.0:
4855 version "27.0.6"5048 version "27.1.0"
4856 resolved "https://registry.yarnpkg.com/expect/-/expect-27.0.6.tgz#a4d74fbe27222c718fff68ef49d78e26a8fd4c05"5049 resolved "https://registry.yarnpkg.com/expect/-/expect-27.1.0.tgz#380de0abb3a8f2299c4c6c66bbe930483b5dba9b"
4857 integrity sha512-psNLt8j2kwg42jGBDSfAlU49CEZxejN1f1PlANWDZqIhBOVU/c2Pm888FcjWJzFewhIsNWfZJeLjUjtKGiPuSw==5050 integrity sha512-9kJngV5hOJgkFil4F/uXm3hVBubUK2nERVfvqNNwxxuW8ZOUwSTTSysgfzckYtv/LBzj/LJXbiAF7okHCXgdug==
4858 dependencies:5051 dependencies:
4859 "@jest/types" "^27.0.6"5052 "@jest/types" "^27.1.0"
4860 ansi-styles "^5.0.0"5053 ansi-styles "^5.0.0"
4861 jest-get-type "^27.0.6"5054 jest-get-type "^27.0.6"
4862 jest-matcher-utils "^27.0.6"5055 jest-matcher-utils "^27.1.0"
4863 jest-message-util "^27.0.6"5056 jest-message-util "^27.1.0"
4864 jest-regex-util "^27.0.6"5057 jest-regex-util "^27.0.6"
48655058
4866express@^4.14.0:5059express@^4.14.0:
6016 dependencies:6209 dependencies:
6017 ci-info "^3.1.1"6210 ci-info "^3.1.1"
60186211
6019is-core-module@^2.2.0, is-core-module@^2.4.0:6212is-core-module@^2.2.0:
6020 version "2.4.0"6213 version "2.4.0"
6021 resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1"6214 resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1"
6022 integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==6215 integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==
6023 dependencies:6216 dependencies:
6024 has "^1.0.3"6217 has "^1.0.3"
60256218
6219is-core-module@^2.6.0:
6220 version "2.6.0"
6221 resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19"
6222 integrity sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==
6223 dependencies:
6224 has "^1.0.3"
6225
6026is-data-descriptor@^0.1.4:6226is-data-descriptor@^0.1.4:
6027 version "0.1.4"6227 version "0.1.4"
6028 resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"6228 resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
6286 resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"6486 resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
6287 integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==6487 integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
62886488
6489is-url-superb@^4.0.0:
6490 version "4.0.0"
6491 resolved "https://registry.yarnpkg.com/is-url-superb/-/is-url-superb-4.0.0.tgz#b54d1d2499bb16792748ac967aa3ecb41a33a8c2"
6492 integrity sha512-GI+WjezhPPcbM+tqE9LnmsY5qqjwHzTvjJ36wxYX5ujNXefSUJ/T17r5bqDV8yLhcgB59KTPNOc9O9cmHTPWsA==
6493
6289is-url@^1.1.0, is-url@^1.2.4:6494is-url@^1.1.0, is-url@^1.2.4:
6290 version "1.2.4"6495 version "1.2.4"
6291 resolved "https://registry.yarnpkg.com/is-url/-/is-url-1.2.4.tgz#04a4df46d28c4cff3d73d01ff06abeb318a1aa52"6496 resolved "https://registry.yarnpkg.com/is-url/-/is-url-1.2.4.tgz#04a4df46d28c4cff3d73d01ff06abeb318a1aa52"
6377 has-to-string-tag-x "^1.2.0"6582 has-to-string-tag-x "^1.2.0"
6378 is-object "^1.0.1"6583 is-object "^1.0.1"
63796584
6380jest-changed-files@^27.0.6:6585jest-changed-files@^27.1.0:
6381 version "27.0.6"6586 version "27.1.0"
6382 resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-27.0.6.tgz#bed6183fcdea8a285482e3b50a9a7712d49a7a8b"6587 resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-27.1.0.tgz#42da6ea00f06274172745729d55f42b60a9dffe0"
6383 integrity sha512-BuL/ZDauaq5dumYh5y20sn4IISnf1P9A0TDswTxUi84ORGtVa86ApuBHqICL0vepqAnZiY6a7xeSPWv2/yy4eA==6588 integrity sha512-eRcb13TfQw0xiV2E98EmiEgs9a5uaBIqJChyl0G7jR9fCIvGjXovnDS6Zbku3joij4tXYcSK4SE1AXqOlUxjWg==
6384 dependencies:6589 dependencies:
6385 "@jest/types" "^27.0.6"6590 "@jest/types" "^27.1.0"
6386 execa "^5.0.0"6591 execa "^5.0.0"
6387 throat "^6.0.1"6592 throat "^6.0.1"
63886593
6389jest-circus@^27.0.6:6594jest-circus@^27.1.0:
6390 version "27.0.6"6595 version "27.1.0"
6391 resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.0.6.tgz#dd4df17c4697db6a2c232aaad4e9cec666926668"6596 resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.1.0.tgz#24c280c90a625ea57da20ee231d25b1621979a57"
6392 integrity sha512-OJlsz6BBeX9qR+7O9lXefWoc2m9ZqcZ5Ohlzz0pTEAG4xMiZUJoacY8f4YDHxgk0oKYxj277AfOk9w6hZYvi1Q==6597 integrity sha512-6FWtHs3nZyZlMBhRf1wvAC5CirnflbGJAY1xssSAnERLiiXQRH+wY2ptBVtXjX4gz4AA2EwRV57b038LmifRbA==
6393 dependencies:6598 dependencies:
6394 "@jest/environment" "^27.0.6"6599 "@jest/environment" "^27.1.0"
6395 "@jest/test-result" "^27.0.6"6600 "@jest/test-result" "^27.1.0"
6396 "@jest/types" "^27.0.6"6601 "@jest/types" "^27.1.0"
6397 "@types/node" "*"6602 "@types/node" "*"
6398 chalk "^4.0.0"6603 chalk "^4.0.0"
6399 co "^4.6.0"6604 co "^4.6.0"
6400 dedent "^0.7.0"6605 dedent "^0.7.0"
6401 expect "^27.0.6"6606 expect "^27.1.0"
6402 is-generator-fn "^2.0.0"6607 is-generator-fn "^2.0.0"
6403 jest-each "^27.0.6"6608 jest-each "^27.1.0"
6404 jest-matcher-utils "^27.0.6"6609 jest-matcher-utils "^27.1.0"
6405 jest-message-util "^27.0.6"6610 jest-message-util "^27.1.0"
6406 jest-runtime "^27.0.6"6611 jest-runtime "^27.1.0"
6407 jest-snapshot "^27.0.6"6612 jest-snapshot "^27.1.0"
6408 jest-util "^27.0.6"6613 jest-util "^27.1.0"
6409 pretty-format "^27.0.6"6614 pretty-format "^27.1.0"
6410 slash "^3.0.0"6615 slash "^3.0.0"
6411 stack-utils "^2.0.3"6616 stack-utils "^2.0.3"
6412 throat "^6.0.1"6617 throat "^6.0.1"
64136618
6414jest-cli@^27.0.6:6619jest-cli@^27.1.0:
6415 version "27.0.6"6620 version "27.1.0"
6416 resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.0.6.tgz#d021e5f4d86d6a212450d4c7b86cb219f1e6864f"6621 resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.1.0.tgz#118438e4d11cf6fb66cb2b2eb5778817eab3daeb"
6417 integrity sha512-qUUVlGb9fdKir3RDE+B10ULI+LQrz+MCflEH2UJyoUjoHHCbxDrMxSzjQAPUMsic4SncI62ofYCcAvW6+6rhhg==6622 integrity sha512-h6zPUOUu+6oLDrXz0yOWY2YXvBLk8gQinx4HbZ7SF4V3HzasQf+ncoIbKENUMwXyf54/6dBkYXvXJos+gOHYZw==
6418 dependencies:6623 dependencies:
6419 "@jest/core" "^27.0.6"6624 "@jest/core" "^27.1.0"
6420 "@jest/test-result" "^27.0.6"6625 "@jest/test-result" "^27.1.0"
6421 "@jest/types" "^27.0.6"6626 "@jest/types" "^27.1.0"
6422 chalk "^4.0.0"6627 chalk "^4.0.0"
6423 exit "^0.1.2"6628 exit "^0.1.2"
6424 graceful-fs "^4.2.4"6629 graceful-fs "^4.2.4"
6425 import-local "^3.0.2"6630 import-local "^3.0.2"
6426 jest-config "^27.0.6"6631 jest-config "^27.1.0"
6427 jest-util "^27.0.6"6632 jest-util "^27.1.0"
6428 jest-validate "^27.0.6"6633 jest-validate "^27.1.0"
6429 prompts "^2.0.1"6634 prompts "^2.0.1"
6430 yargs "^16.0.3"6635 yargs "^16.0.3"
64316636
6432jest-config@^27.0.6:6637jest-config@^27.1.0:
6433 version "27.0.6"6638 version "27.1.0"
6434 resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.0.6.tgz#119fb10f149ba63d9c50621baa4f1f179500277f"6639 resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.1.0.tgz#e6826e2baaa34c07c3839af86466870e339d9ada"
6435 integrity sha512-JZRR3I1Plr2YxPBhgqRspDE2S5zprbga3swYNrvY3HfQGu7p/GjyLOqwrYad97tX3U3mzT53TPHVmozacfP/3w==6640 integrity sha512-GMo7f76vMYUA3b3xOdlcKeKQhKcBIgurjERO2hojo0eLkKPGcw7fyIoanH+m6KOP2bLad+fGnF8aWOJYxzNPeg==
6436 dependencies:6641 dependencies:
6437 "@babel/core" "^7.1.0"6642 "@babel/core" "^7.1.0"
6438 "@jest/test-sequencer" "^27.0.6"6643 "@jest/test-sequencer" "^27.1.0"
6439 "@jest/types" "^27.0.6"6644 "@jest/types" "^27.1.0"
6440 babel-jest "^27.0.6"6645 babel-jest "^27.1.0"
6441 chalk "^4.0.0"6646 chalk "^4.0.0"
6442 deepmerge "^4.2.2"6647 deepmerge "^4.2.2"
6443 glob "^7.1.1"6648 glob "^7.1.1"
6444 graceful-fs "^4.2.4"6649 graceful-fs "^4.2.4"
6445 is-ci "^3.0.0"6650 is-ci "^3.0.0"
6446 jest-circus "^27.0.6"6651 jest-circus "^27.1.0"
6447 jest-environment-jsdom "^27.0.6"6652 jest-environment-jsdom "^27.1.0"
6448 jest-environment-node "^27.0.6"6653 jest-environment-node "^27.1.0"
6449 jest-get-type "^27.0.6"6654 jest-get-type "^27.0.6"
6450 jest-jasmine2 "^27.0.6"6655 jest-jasmine2 "^27.1.0"
6451 jest-regex-util "^27.0.6"6656 jest-regex-util "^27.0.6"
6452 jest-resolve "^27.0.6"6657 jest-resolve "^27.1.0"
6453 jest-runner "^27.0.6"6658 jest-runner "^27.1.0"
6454 jest-util "^27.0.6"6659 jest-util "^27.1.0"
6455 jest-validate "^27.0.6"6660 jest-validate "^27.1.0"
6456 micromatch "^4.0.4"6661 micromatch "^4.0.4"
6457 pretty-format "^27.0.6"6662 pretty-format "^27.1.0"
64586663
6459jest-diff@^27.0.6:6664jest-diff@^27.1.0:
6460 version "27.0.6"6665 version "27.1.0"
6461 resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.0.6.tgz#4a7a19ee6f04ad70e0e3388f35829394a44c7b5e"6666 resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.1.0.tgz#c7033f25add95e2218f3c7f4c3d7b634ab6b3cd2"
6462 integrity sha512-Z1mqgkTCSYaFgwTlP/NUiRzdqgxmmhzHY1Tq17zL94morOHfHu3K4bgSgl+CR4GLhpV8VxkuOYuIWnQ9LnFqmg==6667 integrity sha512-rjfopEYl58g/SZTsQFmspBODvMSytL16I+cirnScWTLkQVXYVZfxm78DFfdIIXc05RCYuGjxJqrdyG4PIFzcJg==
6463 dependencies:6668 dependencies:
6464 chalk "^4.0.0"6669 chalk "^4.0.0"
6465 diff-sequences "^27.0.6"6670 diff-sequences "^27.0.6"
6466 jest-get-type "^27.0.6"6671 jest-get-type "^27.0.6"
6467 pretty-format "^27.0.6"6672 pretty-format "^27.1.0"
64686673
6469jest-docblock@^27.0.6:6674jest-docblock@^27.0.6:
6470 version "27.0.6"6675 version "27.0.6"
6473 dependencies:6678 dependencies:
6474 detect-newline "^3.0.0"6679 detect-newline "^3.0.0"
64756680
6476jest-each@^27.0.6:6681jest-each@^27.1.0:
6477 version "27.0.6"6682 version "27.1.0"
6478 resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-27.0.6.tgz#cee117071b04060158dc8d9a66dc50ad40ef453b"6683 resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-27.1.0.tgz#36ac75f7aeecb3b8da2a8e617ccb30a446df408c"
6479 integrity sha512-m6yKcV3bkSWrUIjxkE9OC0mhBZZdhovIW5ergBYirqnkLXkyEn3oUUF/QZgyecA1cF1QFyTE8bRRl8Tfg1pfLA==6684 integrity sha512-K/cNvQlmDqQMRHF8CaQ0XPzCfjP5HMJc2bIJglrIqI9fjwpNqITle63IWE+wq4p+3v+iBgh7Wq0IdGpLx5xjDg==
6480 dependencies:6685 dependencies:
6481 "@jest/types" "^27.0.6"6686 "@jest/types" "^27.1.0"
6482 chalk "^4.0.0"6687 chalk "^4.0.0"
6483 jest-get-type "^27.0.6"6688 jest-get-type "^27.0.6"
6484 jest-util "^27.0.6"6689 jest-util "^27.1.0"
6485 pretty-format "^27.0.6"6690 pretty-format "^27.1.0"
64866691
6487jest-environment-jsdom@^27.0.6:6692jest-environment-jsdom@^27.1.0:
6488 version "27.0.6"6693 version "27.1.0"
6489 resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.0.6.tgz#f66426c4c9950807d0a9f209c590ce544f73291f"6694 resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.1.0.tgz#5fb3eb8a67e02e6cc623640388d5f90e33075f18"
6490 integrity sha512-FvetXg7lnXL9+78H+xUAsra3IeZRTiegA3An01cWeXBspKXUhAwMM9ycIJ4yBaR0L7HkoMPaZsozCLHh4T8fuw==6695 integrity sha512-JbwOcOxh/HOtsj56ljeXQCUJr3ivnaIlM45F5NBezFLVYdT91N5UofB1ux2B1CATsQiudcHdgTaeuqGXJqjJYQ==
6491 dependencies:6696 dependencies:
6492 "@jest/environment" "^27.0.6"6697 "@jest/environment" "^27.1.0"
6493 "@jest/fake-timers" "^27.0.6"6698 "@jest/fake-timers" "^27.1.0"
6494 "@jest/types" "^27.0.6"6699 "@jest/types" "^27.1.0"
6495 "@types/node" "*"6700 "@types/node" "*"
6496 jest-mock "^27.0.6"6701 jest-mock "^27.1.0"
6497 jest-util "^27.0.6"6702 jest-util "^27.1.0"
6498 jsdom "^16.6.0"6703 jsdom "^16.6.0"
64996704
6500jest-environment-node@^27.0.6:6705jest-environment-node@^27.1.0:
6501 version "27.0.6"6706 version "27.1.0"
6502 resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-27.0.6.tgz#a6699b7ceb52e8d68138b9808b0c404e505f3e07"6707 resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-27.1.0.tgz#feea6b765f1fd4582284d4f1007df2b0a8d15b7f"
6503 integrity sha512-+Vi6yLrPg/qC81jfXx3IBlVnDTI6kmRr08iVa2hFCWmJt4zha0XW7ucQltCAPhSR0FEKEoJ3i+W4E6T0s9is0w==6708 integrity sha512-JIyJ8H3wVyM4YCXp7njbjs0dIT87yhGlrXCXhDKNIg1OjurXr6X38yocnnbXvvNyqVTqSI4M9l+YfPKueqL1lw==
6504 dependencies:6709 dependencies:
6505 "@jest/environment" "^27.0.6"6710 "@jest/environment" "^27.1.0"
6506 "@jest/fake-timers" "^27.0.6"6711 "@jest/fake-timers" "^27.1.0"
6507 "@jest/types" "^27.0.6"6712 "@jest/types" "^27.1.0"
6508 "@types/node" "*"6713 "@types/node" "*"
6509 jest-mock "^27.0.6"6714 jest-mock "^27.1.0"
6510 jest-util "^27.0.6"6715 jest-util "^27.1.0"
65116716
6512jest-get-type@^27.0.6:6717jest-get-type@^27.0.6:
6513 version "27.0.6"6718 version "27.0.6"
6514 resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.0.6.tgz#0eb5c7f755854279ce9b68a9f1a4122f69047cfe"6719 resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.0.6.tgz#0eb5c7f755854279ce9b68a9f1a4122f69047cfe"
6515 integrity sha512-XTkK5exIeUbbveehcSR8w0bhH+c0yloW/Wpl+9vZrjzztCPWrxhHwkIFpZzCt71oRBsgxmuUfxEqOYoZI2macg==6720 integrity sha512-XTkK5exIeUbbveehcSR8w0bhH+c0yloW/Wpl+9vZrjzztCPWrxhHwkIFpZzCt71oRBsgxmuUfxEqOYoZI2macg==
65166721
6517jest-haste-map@^27.0.6:6722jest-haste-map@^27.1.0:
6518 version "27.0.6"6723 version "27.1.0"
6519 resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.0.6.tgz#4683a4e68f6ecaa74231679dca237279562c8dc7"6724 resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.1.0.tgz#a39f456823bd6a74e3c86ad25f6fa870428326bf"
6520 integrity sha512-4ldjPXX9h8doB2JlRzg9oAZ2p6/GpQUNAeiYXqcpmrKbP0Qev0wdZlxSMOmz8mPOEnt4h6qIzXFLDi8RScX/1w==6725 integrity sha512-7mz6LopSe+eA6cTFMf10OfLLqRoIPvmMyz5/OnSXnHO7hB0aDP1iIeLWCXzAcYU5eIJVpHr12Bk9yyq2fTW9vg==
6521 dependencies:6726 dependencies:
6522 "@jest/types" "^27.0.6"6727 "@jest/types" "^27.1.0"
6523 "@types/graceful-fs" "^4.1.2"6728 "@types/graceful-fs" "^4.1.2"
6524 "@types/node" "*"6729 "@types/node" "*"
6525 anymatch "^3.0.3"6730 anymatch "^3.0.3"
6526 fb-watchman "^2.0.0"6731 fb-watchman "^2.0.0"
6527 graceful-fs "^4.2.4"6732 graceful-fs "^4.2.4"
6528 jest-regex-util "^27.0.6"6733 jest-regex-util "^27.0.6"
6529 jest-serializer "^27.0.6"6734 jest-serializer "^27.0.6"
6530 jest-util "^27.0.6"6735 jest-util "^27.1.0"
6531 jest-worker "^27.0.6"6736 jest-worker "^27.1.0"
6532 micromatch "^4.0.4"6737 micromatch "^4.0.4"
6533 walker "^1.0.7"6738 walker "^1.0.7"
6534 optionalDependencies:6739 optionalDependencies:
6535 fsevents "^2.3.2"6740 fsevents "^2.3.2"
65366741
6537jest-jasmine2@^27.0.6:6742jest-jasmine2@^27.1.0:
6538 version "27.0.6"6743 version "27.1.0"
6539 resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.0.6.tgz#fd509a9ed3d92bd6edb68a779f4738b100655b37"6744 resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.1.0.tgz#324a3de0b2ee20d238b2b5b844acc4571331a206"
6540 integrity sha512-cjpH2sBy+t6dvCeKBsHpW41mjHzXgsavaFMp+VWRf0eR4EW8xASk1acqmljFtK2DgyIECMv2yCdY41r2l1+4iA==6745 integrity sha512-Z/NIt0wBDg3przOW2FCWtYjMn3Ip68t0SL60agD/e67jlhTyV3PIF8IzT9ecwqFbeuUSO2OT8WeJgHcalDGFzQ==
6541 dependencies:6746 dependencies:
6542 "@babel/traverse" "^7.1.0"6747 "@babel/traverse" "^7.1.0"
6543 "@jest/environment" "^27.0.6"6748 "@jest/environment" "^27.1.0"
6544 "@jest/source-map" "^27.0.6"6749 "@jest/source-map" "^27.0.6"
6545 "@jest/test-result" "^27.0.6"6750 "@jest/test-result" "^27.1.0"
6546 "@jest/types" "^27.0.6"6751 "@jest/types" "^27.1.0"
6547 "@types/node" "*"6752 "@types/node" "*"
6548 chalk "^4.0.0"6753 chalk "^4.0.0"
6549 co "^4.6.0"6754 co "^4.6.0"
6550 expect "^27.0.6"6755 expect "^27.1.0"
6551 is-generator-fn "^2.0.0"6756 is-generator-fn "^2.0.0"
6552 jest-each "^27.0.6"6757 jest-each "^27.1.0"
6553 jest-matcher-utils "^27.0.6"6758 jest-matcher-utils "^27.1.0"
6554 jest-message-util "^27.0.6"6759 jest-message-util "^27.1.0"
6555 jest-runtime "^27.0.6"6760 jest-runtime "^27.1.0"
6556 jest-snapshot "^27.0.6"6761 jest-snapshot "^27.1.0"
6557 jest-util "^27.0.6"6762 jest-util "^27.1.0"
6558 pretty-format "^27.0.6"6763 pretty-format "^27.1.0"
6559 throat "^6.0.1"6764 throat "^6.0.1"
65606765
6561jest-leak-detector@^27.0.6:6766jest-leak-detector@^27.1.0:
6562 version "27.0.6"6767 version "27.1.0"
6563 resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-27.0.6.tgz#545854275f85450d4ef4b8fe305ca2a26450450f"6768 resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-27.1.0.tgz#fe7eb633c851e06280ec4dd248067fe232c00a79"
6564 integrity sha512-2/d6n2wlH5zEcdctX4zdbgX8oM61tb67PQt4Xh8JFAIy6LRKUnX528HulkaG6nD5qDl5vRV1NXejCe1XRCH5gQ==6769 integrity sha512-oHvSkz1E80VyeTKBvZNnw576qU+cVqRXUD3/wKXh1zpaki47Qty2xeHg2HKie9Hqcd2l4XwircgNOWb/NiGqdA==
6565 dependencies:6770 dependencies:
6566 jest-get-type "^27.0.6"6771 jest-get-type "^27.0.6"
6567 pretty-format "^27.0.6"6772 pretty-format "^27.1.0"
65686773
6569jest-matcher-utils@^27.0.6:6774jest-matcher-utils@^27.1.0:
6570 version "27.0.6"6775 version "27.1.0"
6571 resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.0.6.tgz#2a8da1e86c620b39459f4352eaa255f0d43e39a9"6776 resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.1.0.tgz#68afda0885db1f0b9472ce98dc4c535080785301"
6572 integrity sha512-OFgF2VCQx9vdPSYTHWJ9MzFCehs20TsyFi6bIHbk5V1u52zJOnvF0Y/65z3GLZHKRuTgVPY4Z6LVePNahaQ+tA==6777 integrity sha512-VmAudus2P6Yt/JVBRdTPFhUzlIN8DYJd+et5Rd9QDsO/Z82Z4iwGjo43U8Z+PTiz8CBvKvlb6Fh3oKy39hykkQ==
6573 dependencies:6778 dependencies:
6574 chalk "^4.0.0"6779 chalk "^4.0.0"
6575 jest-diff "^27.0.6"6780 jest-diff "^27.1.0"
6576 jest-get-type "^27.0.6"6781 jest-get-type "^27.0.6"
6577 pretty-format "^27.0.6"6782 pretty-format "^27.1.0"
65786783
6579jest-message-util@^27.0.6:6784jest-message-util@^27.1.0:
6580 version "27.0.6"6785 version "27.1.0"
6581 resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.0.6.tgz#158bcdf4785706492d164a39abca6a14da5ab8b5"6786 resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.1.0.tgz#e77692c84945d1d10ef00afdfd3d2c20bd8fb468"
6582 integrity sha512-rBxIs2XK7rGy+zGxgi+UJKP6WqQ+KrBbD1YMj517HYN3v2BG66t3Xan3FWqYHKZwjdB700KiAJ+iES9a0M+ixw==6787 integrity sha512-Eck8NFnJ5Sg36R9XguD65cf2D5+McC+NF5GIdEninoabcuoOfWrID5qJhufq5FB0DRKoiyxB61hS7MKoMD0trQ==
6583 dependencies:6788 dependencies:
6584 "@babel/code-frame" "^7.12.13"6789 "@babel/code-frame" "^7.12.13"
6585 "@jest/types" "^27.0.6"6790 "@jest/types" "^27.1.0"
6586 "@types/stack-utils" "^2.0.0"6791 "@types/stack-utils" "^2.0.0"
6587 chalk "^4.0.0"6792 chalk "^4.0.0"
6588 graceful-fs "^4.2.4"6793 graceful-fs "^4.2.4"
6589 micromatch "^4.0.4"6794 micromatch "^4.0.4"
6590 pretty-format "^27.0.6"6795 pretty-format "^27.1.0"
6591 slash "^3.0.0"6796 slash "^3.0.0"
6592 stack-utils "^2.0.3"6797 stack-utils "^2.0.3"
65936798
6594jest-mock@^27.0.6:6799jest-mock@^27.1.0:
6595 version "27.0.6"6800 version "27.1.0"
6596 resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.0.6.tgz#0efdd40851398307ba16778728f6d34d583e3467"6801 resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.1.0.tgz#7ca6e4d09375c071661642d1c14c4711f3ab4b4f"
6597 integrity sha512-lzBETUoK8cSxts2NYXSBWT+EJNzmUVtVVwS1sU9GwE1DLCfGsngg+ZVSIe0yd0ZSm+y791esiuo+WSwpXJQ5Bw==6802 integrity sha512-iT3/Yhu7DwAg/0HvvLCqLvrTKTRMyJlrrfJYWzuLSf9RCAxBoIXN3HoymZxMnYsC3eD8ewGbUa9jUknwBenx2w==
6598 dependencies:6803 dependencies:
6599 "@jest/types" "^27.0.6"6804 "@jest/types" "^27.1.0"
6600 "@types/node" "*"6805 "@types/node" "*"
66016806
6602jest-pnp-resolver@^1.2.2:6807jest-pnp-resolver@^1.2.2:
6609 resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-27.0.6.tgz#02e112082935ae949ce5d13b2675db3d8c87d9c5"6814 resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-27.0.6.tgz#02e112082935ae949ce5d13b2675db3d8c87d9c5"
6610 integrity sha512-SUhPzBsGa1IKm8hx2F4NfTGGp+r7BXJ4CulsZ1k2kI+mGLG+lxGrs76veN2LF/aUdGosJBzKgXmNCw+BzFqBDQ==6815 integrity sha512-SUhPzBsGa1IKm8hx2F4NfTGGp+r7BXJ4CulsZ1k2kI+mGLG+lxGrs76veN2LF/aUdGosJBzKgXmNCw+BzFqBDQ==
66116816
6612jest-resolve-dependencies@^27.0.6:6817jest-resolve-dependencies@^27.1.0:
6613 version "27.0.6"6818 version "27.1.0"
6614 resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-27.0.6.tgz#3e619e0ef391c3ecfcf6ef4056207a3d2be3269f"6819 resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-27.1.0.tgz#d32ea4a2c82f76410f6157d0ec6cde24fbff2317"
6615 integrity sha512-mg9x9DS3BPAREWKCAoyg3QucCr0n6S8HEEsqRCKSPjPcu9HzRILzhdzY3imsLoZWeosEbJZz6TKasveczzpJZA==6820 integrity sha512-Kq5XuDAELuBnrERrjFYEzu/A+i2W7l9HnPWqZEeKGEQ7m1R+6ndMbdXCVCx29Se1qwLZLgvoXwinB3SPIaitMQ==
6616 dependencies:6821 dependencies:
6617 "@jest/types" "^27.0.6"6822 "@jest/types" "^27.1.0"
6618 jest-regex-util "^27.0.6"6823 jest-regex-util "^27.0.6"
6619 jest-snapshot "^27.0.6"6824 jest-snapshot "^27.1.0"
66206825
6621jest-resolve@^27.0.6:6826jest-resolve@^27.1.0:
6622 version "27.0.6"6827 version "27.1.0"
6623 resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-27.0.6.tgz#e90f436dd4f8fbf53f58a91c42344864f8e55bff"6828 resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-27.1.0.tgz#bb22303c9e240cccdda28562e3c6fbcc6a23ac86"
6624 integrity sha512-yKmIgw2LgTh7uAJtzv8UFHGF7Dm7XfvOe/LQ3Txv101fLM8cx2h1QVwtSJ51Q/SCxpIiKfVn6G2jYYMDNHZteA==6829 integrity sha512-TXvzrLyPg0vLOwcWX38ZGYeEztSEmW+cQQKqc4HKDUwun31wsBXwotRlUz4/AYU/Fq4GhbMd/ileIWZEtcdmIA==
6625 dependencies:6830 dependencies:
6626 "@jest/types" "^27.0.6"6831 "@jest/types" "^27.1.0"
6627 chalk "^4.0.0"6832 chalk "^4.0.0"
6628 escalade "^3.1.1"6833 escalade "^3.1.1"
6629 graceful-fs "^4.2.4"6834 graceful-fs "^4.2.4"
6835 jest-haste-map "^27.1.0"
6630 jest-pnp-resolver "^1.2.2"6836 jest-pnp-resolver "^1.2.2"
6631 jest-util "^27.0.6"6837 jest-util "^27.1.0"
6632 jest-validate "^27.0.6"6838 jest-validate "^27.1.0"
6633 resolve "^1.20.0"6839 resolve "^1.20.0"
6634 slash "^3.0.0"6840 slash "^3.0.0"
66356841
6636jest-runner@^27.0.6:6842jest-runner@^27.1.0:
6637 version "27.0.6"6843 version "27.1.0"
6638 resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.0.6.tgz#1325f45055539222bbc7256a6976e993ad2f9520"6844 resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.1.0.tgz#1b28d114fb3b67407b8354c9385d47395e8ff83f"
6639 integrity sha512-W3Bz5qAgaSChuivLn+nKOgjqNxM7O/9JOJoKDCqThPIg2sH/d4A/lzyiaFgnb9V1/w29Le11NpzTJSzga1vyYQ==6845 integrity sha512-ZWPKr9M5w5gDplz1KsJ6iRmQaDT/yyAFLf18fKbb/+BLWsR1sCNC2wMT0H7pP3gDcBz0qZ6aJraSYUNAGSJGaw==
6640 dependencies:6846 dependencies:
6641 "@jest/console" "^27.0.6"6847 "@jest/console" "^27.1.0"
6642 "@jest/environment" "^27.0.6"6848 "@jest/environment" "^27.1.0"
6643 "@jest/test-result" "^27.0.6"6849 "@jest/test-result" "^27.1.0"
6644 "@jest/transform" "^27.0.6"6850 "@jest/transform" "^27.1.0"
6645 "@jest/types" "^27.0.6"6851 "@jest/types" "^27.1.0"
6646 "@types/node" "*"6852 "@types/node" "*"
6647 chalk "^4.0.0"6853 chalk "^4.0.0"
6648 emittery "^0.8.1"6854 emittery "^0.8.1"
6649 exit "^0.1.2"6855 exit "^0.1.2"
6650 graceful-fs "^4.2.4"6856 graceful-fs "^4.2.4"
6651 jest-docblock "^27.0.6"6857 jest-docblock "^27.0.6"
6652 jest-environment-jsdom "^27.0.6"6858 jest-environment-jsdom "^27.1.0"
6653 jest-environment-node "^27.0.6"6859 jest-environment-node "^27.1.0"
6654 jest-haste-map "^27.0.6"6860 jest-haste-map "^27.1.0"
6655 jest-leak-detector "^27.0.6"6861 jest-leak-detector "^27.1.0"
6656 jest-message-util "^27.0.6"6862 jest-message-util "^27.1.0"
6657 jest-resolve "^27.0.6"6863 jest-resolve "^27.1.0"
6658 jest-runtime "^27.0.6"6864 jest-runtime "^27.1.0"
6659 jest-util "^27.0.6"6865 jest-util "^27.1.0"
6660 jest-worker "^27.0.6"6866 jest-worker "^27.1.0"
6661 source-map-support "^0.5.6"6867 source-map-support "^0.5.6"
6662 throat "^6.0.1"6868 throat "^6.0.1"
66636869
6664jest-runtime@^27.0.6:6870jest-runtime@^27.1.0:
6665 version "27.0.6"6871 version "27.1.0"
6666 resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.0.6.tgz#45877cfcd386afdd4f317def551fc369794c27c9"6872 resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.1.0.tgz#1a98d984ffebc16a0b4f9eaad8ab47c00a750cf5"
6667 integrity sha512-BhvHLRVfKibYyqqEFkybsznKwhrsu7AWx2F3y9G9L95VSIN3/ZZ9vBpm/XCS2bS+BWz3sSeNGLzI3TVQ0uL85Q==6873 integrity sha512-okiR2cpGjY0RkWmUGGado6ETpFOi9oG3yV0CioYdoktkVxy5Hv0WRLWnJFuArSYS8cHMCNcceUUMGiIfgxCO9A==
6668 dependencies:6874 dependencies:
6669 "@jest/console" "^27.0.6"6875 "@jest/console" "^27.1.0"
6670 "@jest/environment" "^27.0.6"6876 "@jest/environment" "^27.1.0"
6671 "@jest/fake-timers" "^27.0.6"6877 "@jest/fake-timers" "^27.1.0"
6672 "@jest/globals" "^27.0.6"6878 "@jest/globals" "^27.1.0"
6673 "@jest/source-map" "^27.0.6"6879 "@jest/source-map" "^27.0.6"
6674 "@jest/test-result" "^27.0.6"6880 "@jest/test-result" "^27.1.0"
6675 "@jest/transform" "^27.0.6"6881 "@jest/transform" "^27.1.0"
6676 "@jest/types" "^27.0.6"6882 "@jest/types" "^27.1.0"
6677 "@types/yargs" "^16.0.0"6883 "@types/yargs" "^16.0.0"
6678 chalk "^4.0.0"6884 chalk "^4.0.0"
6679 cjs-module-lexer "^1.0.0"6885 cjs-module-lexer "^1.0.0"
6680 collect-v8-coverage "^1.0.0"6886 collect-v8-coverage "^1.0.0"
6887 execa "^5.0.0"
6681 exit "^0.1.2"6888 exit "^0.1.2"
6682 glob "^7.1.3"6889 glob "^7.1.3"
6683 graceful-fs "^4.2.4"6890 graceful-fs "^4.2.4"
6684 jest-haste-map "^27.0.6"6891 jest-haste-map "^27.1.0"
6685 jest-message-util "^27.0.6"6892 jest-message-util "^27.1.0"
6686 jest-mock "^27.0.6"6893 jest-mock "^27.1.0"
6687 jest-regex-util "^27.0.6"6894 jest-regex-util "^27.0.6"
6688 jest-resolve "^27.0.6"6895 jest-resolve "^27.1.0"
6689 jest-snapshot "^27.0.6"6896 jest-snapshot "^27.1.0"
6690 jest-util "^27.0.6"6897 jest-util "^27.1.0"
6691 jest-validate "^27.0.6"6898 jest-validate "^27.1.0"
6692 slash "^3.0.0"6899 slash "^3.0.0"
6693 strip-bom "^4.0.0"6900 strip-bom "^4.0.0"
6694 yargs "^16.0.3"6901 yargs "^16.0.3"
6701 "@types/node" "*"6908 "@types/node" "*"
6702 graceful-fs "^4.2.4"6909 graceful-fs "^4.2.4"
67036910
6704jest-snapshot@^27.0.6:6911jest-snapshot@^27.1.0:
6705 version "27.0.6"6912 version "27.1.0"
6706 resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.0.6.tgz#f4e6b208bd2e92e888344d78f0f650bcff05a4bf"6913 resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.1.0.tgz#2a063ab90064017a7e9302528be7eaea6da12d17"
6707 integrity sha512-NTHaz8He+ATUagUgE7C/UtFcRoHqR2Gc+KDfhQIyx+VFgwbeEMjeP+ILpUTLosZn/ZtbNdCF5LkVnN/l+V751A==6914 integrity sha512-eaeUBoEjuuRwmiRI51oTldUsKOohB1F6fPqWKKILuDi/CStxzp2IWekVUXbuHHoz5ik33ioJhshiHpgPFbYgcA==
6708 dependencies:6915 dependencies:
6709 "@babel/core" "^7.7.2"6916 "@babel/core" "^7.7.2"
6710 "@babel/generator" "^7.7.2"6917 "@babel/generator" "^7.7.2"
6711 "@babel/parser" "^7.7.2"6918 "@babel/parser" "^7.7.2"
6712 "@babel/plugin-syntax-typescript" "^7.7.2"6919 "@babel/plugin-syntax-typescript" "^7.7.2"
6713 "@babel/traverse" "^7.7.2"6920 "@babel/traverse" "^7.7.2"
6714 "@babel/types" "^7.0.0"6921 "@babel/types" "^7.0.0"
6715 "@jest/transform" "^27.0.6"6922 "@jest/transform" "^27.1.0"
6716 "@jest/types" "^27.0.6"6923 "@jest/types" "^27.1.0"
6717 "@types/babel__traverse" "^7.0.4"6924 "@types/babel__traverse" "^7.0.4"
6718 "@types/prettier" "^2.1.5"6925 "@types/prettier" "^2.1.5"
6719 babel-preset-current-node-syntax "^1.0.0"6926 babel-preset-current-node-syntax "^1.0.0"
6720 chalk "^4.0.0"6927 chalk "^4.0.0"
6721 expect "^27.0.6"6928 expect "^27.1.0"
6722 graceful-fs "^4.2.4"6929 graceful-fs "^4.2.4"
6723 jest-diff "^27.0.6"6930 jest-diff "^27.1.0"
6724 jest-get-type "^27.0.6"6931 jest-get-type "^27.0.6"
6725 jest-haste-map "^27.0.6"6932 jest-haste-map "^27.1.0"
6726 jest-matcher-utils "^27.0.6"6933 jest-matcher-utils "^27.1.0"
6727 jest-message-util "^27.0.6"6934 jest-message-util "^27.1.0"
6728 jest-resolve "^27.0.6"6935 jest-resolve "^27.1.0"
6729 jest-util "^27.0.6"6936 jest-util "^27.1.0"
6730 natural-compare "^1.4.0"6937 natural-compare "^1.4.0"
6731 pretty-format "^27.0.6"6938 pretty-format "^27.1.0"
6732 semver "^7.3.2"6939 semver "^7.3.2"
67336940
6734jest-util@^27.0.6:6941jest-util@^27.1.0:
6735 version "27.0.6"6942 version "27.1.0"
6736 resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.0.6.tgz#e8e04eec159de2f4d5f57f795df9cdc091e50297"6943 resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.1.0.tgz#06a53777a8cb7e4940ca8e20bf9c67dd65d9bd68"
6737 integrity sha512-1JjlaIh+C65H/F7D11GNkGDDZtDfMEM8EBXsvd+l/cxtgQ6QhxuloOaiayt89DxUvDarbVhqI98HhgrM1yliFQ==6944 integrity sha512-edSLD2OneYDKC6gZM1yc+wY/877s/fuJNoM1k3sOEpzFyeptSmke3SLnk1dDHk9CgTA+58mnfx3ew3J11Kes/w==
6738 dependencies:6945 dependencies:
6739 "@jest/types" "^27.0.6"6946 "@jest/types" "^27.1.0"
6740 "@types/node" "*"6947 "@types/node" "*"
6741 chalk "^4.0.0"6948 chalk "^4.0.0"
6742 graceful-fs "^4.2.4"6949 graceful-fs "^4.2.4"
6743 is-ci "^3.0.0"6950 is-ci "^3.0.0"
6744 picomatch "^2.2.3"6951 picomatch "^2.2.3"
67456952
6746jest-validate@^27.0.6:6953jest-validate@^27.1.0:
6747 version "27.0.6"6954 version "27.1.0"
6748 resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.0.6.tgz#930a527c7a951927df269f43b2dc23262457e2a6"6955 resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.1.0.tgz#d9e82024c5e3f5cef52a600cfc456793a84c0998"
6749 integrity sha512-yhZZOaMH3Zg6DC83n60pLmdU1DQE46DW+KLozPiPbSbPhlXXaiUTDlhHQhHFpaqIFRrInko1FHXjTRpjWRuWfA==6956 integrity sha512-QiJ+4XuSuMsfPi9zvdO//IrSRSlG6ybJhOpuqYSsuuaABaNT84h0IoD6vvQhThBOKT+DIKvl5sTM0l6is9+SRA==
6750 dependencies:6957 dependencies:
6751 "@jest/types" "^27.0.6"6958 "@jest/types" "^27.1.0"
6752 camelcase "^6.2.0"6959 camelcase "^6.2.0"
6753 chalk "^4.0.0"6960 chalk "^4.0.0"
6754 jest-get-type "^27.0.6"6961 jest-get-type "^27.0.6"
6755 leven "^3.1.0"6962 leven "^3.1.0"
6756 pretty-format "^27.0.6"6963 pretty-format "^27.1.0"
67576964
6758jest-watcher@^27.0.6:6965jest-watcher@^27.1.0:
6759 version "27.0.6"6966 version "27.1.0"
6760 resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-27.0.6.tgz#89526f7f9edf1eac4e4be989bcb6dec6b8878d9c"6967 resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-27.1.0.tgz#2511fcddb0e969a400f3d1daa74265f93f13ce93"
6761 integrity sha512-/jIoKBhAP00/iMGnTwUBLgvxkn7vsOweDrOTSPzc7X9uOyUtJIDthQBTI1EXz90bdkrxorUZVhJwiB69gcHtYQ==6968 integrity sha512-ivaWTrA46aHWdgPDgPypSHiNQjyKnLBpUIHeBaGg11U+pDzZpkffGlcB1l1a014phmG0mHgkOHtOgiqJQM6yKQ==
6762 dependencies:6969 dependencies:
6763 "@jest/test-result" "^27.0.6"6970 "@jest/test-result" "^27.1.0"
6764 "@jest/types" "^27.0.6"6971 "@jest/types" "^27.1.0"
6765 "@types/node" "*"6972 "@types/node" "*"
6766 ansi-escapes "^4.2.1"6973 ansi-escapes "^4.2.1"
6767 chalk "^4.0.0"6974 chalk "^4.0.0"
6768 jest-util "^27.0.6"6975 jest-util "^27.1.0"
6769 string-length "^4.0.1"6976 string-length "^4.0.1"
67706977
6771jest-worker@^27.0.6:6978jest-worker@^27.1.0:
6772 version "27.0.6"6979 version "27.1.0"
6773 resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.0.6.tgz#a5fdb1e14ad34eb228cfe162d9f729cdbfa28aed"6980 resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.1.0.tgz#65f4a88e37148ed984ba8ca8492d6b376938c0aa"
6774 integrity sha512-qupxcj/dRuA3xHPMUd40gr2EaAurFbkwzOh7wfPaeE9id7hyjURRQoqNfHifHK3XjJU6YJJUQKILGUnwGPEOCA==6981 integrity sha512-mO4PHb2QWLn9yRXGp7rkvXLAYuxwhq1ZYUo0LoDhg8wqvv4QizP1ZWEJOeolgbEgAWZLIEU0wsku8J+lGWfBhg==
6775 dependencies:6982 dependencies:
6776 "@types/node" "*"6983 "@types/node" "*"
6777 merge-stream "^2.0.0"6984 merge-stream "^2.0.0"
6778 supports-color "^8.0.0"6985 supports-color "^8.0.0"
67796986
6780jest@^27.0.6:6987jest@^27.1.0:
6781 version "27.0.6"6988 version "27.1.0"
6782 resolved "https://registry.yarnpkg.com/jest/-/jest-27.0.6.tgz#10517b2a628f0409087fbf473db44777d7a04505"6989 resolved "https://registry.yarnpkg.com/jest/-/jest-27.1.0.tgz#eaab62dfdc02d8b7c814cd27b8d2d92bc46d3d69"
6783 integrity sha512-EjV8aETrsD0wHl7CKMibKwQNQc3gIRBXlTikBmmHUeVMKaPFxdcUIBfoDqTSXDoGJIivAYGqCWVlzCSaVjPQsA==6990 integrity sha512-pSQDVwRSwb109Ss13lcMtdfS9r8/w2Zz8+mTUA9VORD66GflCdl8nUFCqM96geOD2EBwWCNURrNAfQsLIDNBdg==
6784 dependencies:6991 dependencies:
6785 "@jest/core" "^27.0.6"6992 "@jest/core" "^27.1.0"
6786 import-local "^3.0.2"6993 import-local "^3.0.2"
6787 jest-cli "^27.0.6"6994 jest-cli "^27.1.0"
67886995
6789js-sha3@0.5.7, js-sha3@^0.5.7:6996js-sha3@0.5.7, js-sha3@^0.5.7:
6790 version "0.5.7"6997 version "0.5.7"
7192 dependencies:7399 dependencies:
7193 yallist "^4.0.0"7400 yallist "^4.0.0"
71947401
7195madge@^4.0.2:7402madge@^5.0.1:
7196 version "4.0.2"7403 version "5.0.1"
7197 resolved "https://registry.yarnpkg.com/madge/-/madge-4.0.2.tgz#56a3aff8021a5844f8713e0789f6ee94095f2f41"7404 resolved "https://registry.yarnpkg.com/madge/-/madge-5.0.1.tgz#2096d9006558ea0669b3ade89c2cda708a24e22b"
7198 integrity sha512-l5bnA2dvyk0azLKDbOTCI+wDZ6nB007PhvPdmiYlPmqwVi49JPbhQrH/t4u8E6Akp3gwji1GZuA+v/F5q6yoWQ==7405 integrity sha512-krmSWL9Hkgub74bOjnjWRoFPAJvPwSG6Dbta06qhWOq6X/n/FPzO3ESZvbFYVIvG2g4UHXvCJN1b+RZLaSs9nA==
7199 dependencies:7406 dependencies:
7200 chalk "^4.1.0"7407 chalk "^4.1.1"
7201 commander "^6.2.1"7408 commander "^7.2.0"
7202 commondir "^1.0.1"7409 commondir "^1.0.1"
7203 debug "^4.0.1"7410 debug "^4.3.1"
7204 dependency-tree "^8.0.0"7411 dependency-tree "^8.1.1"
7205 detective-amd "^3.0.1"7412 detective-amd "^3.1.0"
7206 detective-cjs "^3.1.1"7413 detective-cjs "^3.1.1"
7207 detective-es6 "^2.1.0"7414 detective-es6 "^2.2.0"
7208 detective-less "^1.0.2"7415 detective-less "^1.0.2"
7209 detective-postcss "^4.0.0"7416 detective-postcss "^5.0.0"
7210 detective-sass "^3.0.1"7417 detective-sass "^3.0.1"
7211 detective-scss "^2.0.1"7418 detective-scss "^2.0.1"
7212 detective-stylus "^1.0.0"7419 detective-stylus "^1.0.0"
7213 detective-typescript "^7.0.0"7420 detective-typescript "^7.0.0"
7214 graphviz "0.0.9"7421 graphviz "0.0.9"
7215 ora "^5.1.0"7422 ora "^5.4.1"
7216 pluralize "^8.0.0"7423 pluralize "^8.0.0"
7217 precinct "^7.0.0"7424 precinct "^8.1.0"
7218 pretty-ms "^7.0.0"7425 pretty-ms "^7.0.1"
7219 rc "^1.2.7"7426 rc "^1.2.7"
7220 typescript "^3.9.5"7427 typescript "^3.9.5"
7221 walkdir "^0.4.1"7428 walkdir "^0.4.1"
7667 resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.74.tgz#e5866488080ebaa70a93b91144ccde06f3c3463e"7874 resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.74.tgz#e5866488080ebaa70a93b91144ccde06f3c3463e"
7668 integrity sha512-caJBVempXZPepZoZAPCWRTNxYQ+xtG/KAi4ozTA5A+nJ7IU+kLQCbqaUjb5Rwy14M9upBWiQ4NutcmW04LJSRw==7875 integrity sha512-caJBVempXZPepZoZAPCWRTNxYQ+xtG/KAi4ozTA5A+nJ7IU+kLQCbqaUjb5Rwy14M9upBWiQ4NutcmW04LJSRw==
76697876
7877node-releases@^1.1.75:
7878 version "1.1.75"
7879 resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.75.tgz#6dd8c876b9897a1b8e5a02de26afa79bb54ebbfe"
7880 integrity sha512-Qe5OUajvqrqDSy6wrWFmMwfJ0jVgwiw4T3KqmbTcZ62qW0gQkheXYhcFM1+lOVcGUoRxcEcfyvFMAnDgaF1VWw==
7881
7670node-source-walk@^4.0.0, node-source-walk@^4.2.0:7882node-source-walk@^4.0.0, node-source-walk@^4.2.0:
7671 version "4.2.0"7883 version "4.2.0"
7672 resolved "https://registry.yarnpkg.com/node-source-walk/-/node-source-walk-4.2.0.tgz#c2efe731ea8ba9c03c562aa0a9d984e54f27bc2c"7884 resolved "https://registry.yarnpkg.com/node-source-walk/-/node-source-walk-4.2.0.tgz#c2efe731ea8ba9c03c562aa0a9d984e54f27bc2c"
7798 dependencies:8010 dependencies:
7799 isobject "^3.0.1"8011 isobject "^3.0.1"
78008012
7801object.values@^1.1.3, object.values@^1.1.4:8013object.values@^1.1.4:
7802 version "1.1.4"8014 version "1.1.4"
7803 resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"8015 resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
7804 integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==8016 integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
7873 strip-ansi "^6.0.0"8085 strip-ansi "^6.0.0"
7874 wcwidth "^1.0.1"8086 wcwidth "^1.0.1"
78758087
7876ora@^5.1.0, ora@^5.3.0:8088ora@^5.3.0, ora@^5.4.1:
7877 version "5.4.1"8089 version "5.4.1"
7878 resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18"8090 resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18"
7879 integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==8091 integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==
8214 indexes-of "^1.0.1"8426 indexes-of "^1.0.1"
8215 uniq "^1.0.1"8427 uniq "^1.0.1"
82168428
8429postcss-values-parser@^5.0.0:
8430 version "5.0.0"
8431 resolved "https://registry.yarnpkg.com/postcss-values-parser/-/postcss-values-parser-5.0.0.tgz#10c61ac3f488e4de25746b829ea8d8894e9ac3d2"
8432 integrity sha512-2viDDjMMrt21W2izbeiJxl3kFuD/+asgB0CBwPEgSyhCmBnDIa/y+pLaoyX+q3I3DHH0oPPL3cgjVTQvlS1Maw==
8433 dependencies:
8434 color-name "^1.1.4"
8435 is-url-superb "^4.0.0"
8436 quote-unquote "^1.0.0"
8437
8217postcss@^7.0.36:8438postcss@^7.0.36:
8218 version "7.0.36"8439 version "7.0.36"
8219 resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.36.tgz#056f8cffa939662a8f5905950c07d5285644dfcb"8440 resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.36.tgz#056f8cffa939662a8f5905950c07d5285644dfcb"
8232 nanoid "^3.1.23"8453 nanoid "^3.1.23"
8233 source-map-js "^0.6.2"8454 source-map-js "^0.6.2"
82348455
8235precinct@^7.0.0:8456postcss@^8.2.13:
8236 version "7.1.0"8457 version "8.3.6"
8237 resolved "https://registry.yarnpkg.com/precinct/-/precinct-7.1.0.tgz#a0311e0b59029647eaf57c2d30b8efa9c85d129a"8458 resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.6.tgz#2730dd76a97969f37f53b9a6096197be311cc4ea"
8238 integrity sha512-I1RkW5PX51/q6Xl39//D7x9NgaKNGHpR5DCNaoxP/b2+KbzzXDNhauJUMV17KSYkJA41CSpwYUPRtRoNxbshWA==8459 integrity sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==
8239 dependencies:8460 dependencies:
8240 commander "^2.20.3"8461 colorette "^1.2.2"
8241 debug "^4.3.1"
8242 detective-amd "^3.0.1"
8243 detective-cjs "^3.1.1"
8244 detective-es6 "^2.2.0"
8245 detective-less "^1.0.2"8462 nanoid "^3.1.23"
8246 detective-postcss "^4.0.0"
8247 detective-sass "^3.0.1"
8248 detective-scss "^2.0.1"
8249 detective-stylus "^1.0.0"8463 source-map-js "^0.6.2"
8250 detective-typescript "^6.0.0"
8251 module-definition "^3.3.1"
8252 node-source-walk "^4.2.0"
82538464
8254precinct@^8.0.0:8465precinct@^8.0.0, precinct@^8.1.0:
8255 version "8.1.0"8466 version "8.1.0"
8256 resolved "https://registry.yarnpkg.com/precinct/-/precinct-8.1.0.tgz#6b8f2389ba2ca61c466731390b0d7e25da3fd996"8467 resolved "https://registry.yarnpkg.com/precinct/-/precinct-8.1.0.tgz#6b8f2389ba2ca61c466731390b0d7e25da3fd996"
8257 integrity sha512-oeZBR9IdER42Ef6Rz11z1oOUqicsI5J1Qffj6tYghKLhxN2UnHy7uE1axxNr0VZRevPK2HWkROk36uXrbJwHFA==8468 integrity sha512-oeZBR9IdER42Ef6Rz11z1oOUqicsI5J1Qffj6tYghKLhxN2UnHy7uE1axxNr0VZRevPK2HWkROk36uXrbJwHFA==
8300 resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d"8511 resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d"
8301 integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==8512 integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==
83028513
8303pretty-format@^27.0.6:8514pretty-format@^27.1.0:
8304 version "27.0.6"8515 version "27.1.0"
8305 resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.0.6.tgz#ab770c47b2c6f893a21aefc57b75da63ef49a11f"8516 resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.1.0.tgz#022f3fdb19121e0a2612f3cff8d724431461b9ca"
8306 integrity sha512-8tGD7gBIENgzqA+UBzObyWqQ5B778VIFZA/S66cclyd5YkFLYs2Js7gxDKf0MXtTc9zcS7t1xhdfcElJ3YIvkQ==8517 integrity sha512-4aGaud3w3rxAO6OXmK3fwBFQ0bctIOG3/if+jYEFGNGIs0EvuidQm3bZ9mlP2/t9epLNC/12czabfy7TZNSwVA==
8307 dependencies:8518 dependencies:
8308 "@jest/types" "^27.0.6"8519 "@jest/types" "^27.1.0"
8309 ansi-regex "^5.0.0"8520 ansi-regex "^5.0.0"
8310 ansi-styles "^5.0.0"8521 ansi-styles "^5.0.0"
8311 react-is "^17.0.1"8522 react-is "^17.0.1"
83128523
8313pretty-ms@^7.0.0:8524pretty-ms@^7.0.1:
8314 version "7.0.1"8525 version "7.0.1"
8315 resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-7.0.1.tgz#7d903eaab281f7d8e03c66f867e239dc32fb73e8"8526 resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-7.0.1.tgz#7d903eaab281f7d8e03c66f867e239dc32fb73e8"
8316 integrity sha512-973driJZvxiGOQ5ONsFhOF/DtzPMOMtgC11kCpUrPGMTgqp2q/1gwzCquocrN33is0VZ5GFHXZYMM9l6h67v2Q==8527 integrity sha512-973driJZvxiGOQ5ONsFhOF/DtzPMOMtgC11kCpUrPGMTgqp2q/1gwzCquocrN33is0VZ5GFHXZYMM9l6h67v2Q==
8445 resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"8656 resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
8446 integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==8657 integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
84478658
8659quote-unquote@^1.0.0:
8660 version "1.0.0"
8661 resolved "https://registry.yarnpkg.com/quote-unquote/-/quote-unquote-1.0.0.tgz#67a9a77148effeaf81a4d428404a710baaac8a0b"
8662 integrity sha1-Z6mncUjv/q+BpNQoQEpxC6qsigs=
8663
8448randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, randombytes@^2.1.0:8664randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, randombytes@^2.1.0:
8449 version "2.1.0"8665 version "2.1.0"
8450 resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a"8666 resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a"
8825 dependencies:9041 dependencies:
8826 bn.js "^4.11.1"9042 bn.js "^4.11.1"
88279043
8828rollup@^2.56.2:9044rollup@^2.56.3:
8829 version "2.56.2"9045 version "2.56.3"
8830 resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.56.2.tgz#a045ff3f6af53ee009b5f5016ca3da0329e5470f"9046 resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.56.3.tgz#b63edadd9851b0d618a6d0e6af8201955a77aeff"
8831 integrity sha512-s8H00ZsRi29M2/lGdm1u8DJpJ9ML8SUOpVVBd33XNeEeL3NVaTiUcSBHzBdF3eAyR0l7VSpsuoVUGrRHq7aPwQ==9047 integrity sha512-Au92NuznFklgQCUcV96iXlxUbHuB1vQMaH76DHl5M11TotjOHwqk9CwcrT78+Tnv4FN9uTBxq6p4EJoYkpyekg==
8832 optionalDependencies:9048 optionalDependencies:
8833 fsevents "~2.3.2"9049 fsevents "~2.3.2"
88349050
9706 source-map-support "^0.5.17"9922 source-map-support "^0.5.17"
9707 yn "3.1.1"9923 yn "3.1.1"
97089924
9709tsconfig-paths@^3.9.0:9925tsconfig-paths@^3.11.0:
9710 version "3.9.0"9926 version "3.11.0"
9711 resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"9927 resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
9712 integrity sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==9928 integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==
9713 dependencies:9929 dependencies:
9714 "@types/json5" "^0.0.29"9930 "@types/json5" "^0.0.29"
9715 json5 "^1.0.1"9931 json5 "^1.0.1"
9845 resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.4.tgz#3f85b986945bcf31071decdd96cf8bfa65f9dcbc"10061 resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.4.tgz#3f85b986945bcf31071decdd96cf8bfa65f9dcbc"
9846 integrity sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==10062 integrity sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==
984710063
9848typescript@^4.3.5:10064typescript@^4.4.2:
9849 version "4.3.5"10065 version "4.4.2"
9850 resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"10066 resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.2.tgz#6d618640d430e3569a1dfb44f7d7e600ced3ee86"
9851 integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==10067 integrity sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==
985210068
9853uglify-js@^3.1.4:10069uglify-js@^3.1.4:
9854 version "3.13.9"10070 version "3.13.9"
10670 y18n "^5.0.5"10886 y18n "^5.0.5"
10671 yargs-parser "^20.2.2"10887 yargs-parser "^20.2.2"
1067210888
10673yargs@^17.1.0, yargs@^17.1.1:10889yargs@^17.1.1:
10674 version "17.1.1"10890 version "17.1.1"
10675 resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.1.1.tgz#c2a8091564bdb196f7c0a67c1d12e5b85b8067ba"10891 resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.1.1.tgz#c2a8091564bdb196f7c0a67c1d12e5b85b8067ba"
10676 integrity sha512-c2k48R0PwKIqKhPMWjeiF6y2xY/gPMUlro0sgxqXpbOIohWiLNXWslsootttv7E1e73QPAMQSg5FeySbVcpsPQ==10892 integrity sha512-c2k48R0PwKIqKhPMWjeiF6y2xY/gPMUlro0sgxqXpbOIohWiLNXWslsootttv7E1e73QPAMQSg5FeySbVcpsPQ==