difftreelog
Merge pull request #217 from UniqueNetwork/feature/polkadot-v0.9.12
in: master
Upgrade polkadot to v0.9.12
71 files changed
.devcontainer/Dockerfilediffbeforeafterboth--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -13,8 +13,8 @@
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \
nvm install v16.2.0 && \
npm install -g yarn && \
- rustup toolchain install nightly-2021-05-20 && \
- rustup default nightly-2021-05-20 && \
+ rustup toolchain install nightly-2021-06-28 && \
+ rustup default nightly-2021-06-28 && \
rustup target add wasm32-unknown-unknown && \
rustup component add rustfmt clippy && \
cargo install cargo-expand cargo-edit cargo-contract
.envdiffbeforeafterboth--- a/.env
+++ b/.env
@@ -1,6 +1,6 @@
RUST_TOOLCHAIN=nightly-2021-06-28
RUST_C=1.55.0-nightly
-POLKA_VERSION=v0.9.10
+POLKA_VERSION=v0.9.12
NFT_BRANCH=develop
USER=***
PASS=***
Cargo.lockdiffbeforeafterboth141415[[package]]15[[package]]16name = "addr2line"16name = "addr2line"17version = "0.14.1"17version = "0.16.0"18source = "registry+https://github.com/rust-lang/crates.io-index"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"19checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd"20dependencies = [20dependencies = [21 "gimli 0.23.0",21 "gimli",22]22]232324[[package]]24[[package]]25name = "addr2line"26version = "0.15.1"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "03345e98af8f3d786b6d9f656ccfa6ac316d954e92bc4841f0bba20789d5fb5a"29dependencies = [30 "gimli 0.24.0",31]3233[[package]]34name = "adler"25name = "adler"35version = "0.2.2"26version = "1.0.2"36source = "registry+https://github.com/rust-lang/crates.io-index"27source = "registry+https://github.com/rust-lang/crates.io-index"37checksum = "ccc9a9dd069569f212bc4330af9f17c4afb5e8ce185e83dbb14f1349dda18b10"28checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"382939[[package]]30[[package]]40name = "aead"31name = "aead"736474[[package]]65[[package]]75name = "ahash"66name = "ahash"76version = "0.7.4"67version = "0.7.6"77source = "registry+https://github.com/rust-lang/crates.io-index"68source = "registry+https://github.com/rust-lang/crates.io-index"78checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"69checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"79dependencies = [70dependencies = [80 "getrandom 0.2.1",71 "getrandom 0.2.3",81 "once_cell",72 "once_cell",82 "version_check",73 "version_check",83]74]847585[[package]]76[[package]]86name = "aho-corasick"77name = "aho-corasick"87version = "0.7.13"78version = "0.7.18"88source = "registry+https://github.com/rust-lang/crates.io-index"79source = "registry+https://github.com/rust-lang/crates.io-index"89checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"80checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"90dependencies = [81dependencies = [91 "memchr",82 "memchr",92]83]117108118[[package]]109[[package]]119name = "anyhow"110name = "anyhow"120version = "1.0.39"111version = "1.0.44"121source = "registry+https://github.com/rust-lang/crates.io-index"112source = "registry+https://github.com/rust-lang/crates.io-index"122checksum = "81cddc5f91628367664cc7c69714ff08deee8a3efc54623011c772544d7b2767"113checksum = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1"123114124[[package]]115[[package]]125name = "approx"116name = "approx"153144154[[package]]145[[package]]155name = "arrayvec"146name = "arrayvec"156version = "0.7.0"147version = "0.7.2"157source = "registry+https://github.com/rust-lang/crates.io-index"148source = "registry+https://github.com/rust-lang/crates.io-index"158checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7"149checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"159150160[[package]]151[[package]]161name = "asn1_der"152name = "asn1_der"162version = "0.7.4"153version = "0.7.5"163source = "registry+https://github.com/rust-lang/crates.io-index"154source = "registry+https://github.com/rust-lang/crates.io-index"164checksum = "9d6e24d2cce90c53b948c46271bfb053e4bdc2db9b5d3f65e20f8cf28a1b7fc3"155checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"165156166[[package]]157[[package]]167name = "assert_matches"158name = "assert_matches"181172182[[package]]173[[package]]183name = "async-channel"174name = "async-channel"184version = "1.5.1"175version = "1.6.1"185source = "registry+https://github.com/rust-lang/crates.io-index"176source = "registry+https://github.com/rust-lang/crates.io-index"186checksum = "59740d83946db6a5af71ae25ddf9562c2b176b2ca42cf99a455f09f4a220d6b9"177checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"187dependencies = [178dependencies = [188 "concurrent-queue",179 "concurrent-queue",189 "event-listener",180 "event-listener",222213223[[package]]214[[package]]224name = "async-io"215name = "async-io"225version = "1.3.1"216version = "1.6.0"226source = "registry+https://github.com/rust-lang/crates.io-index"217source = "registry+https://github.com/rust-lang/crates.io-index"227checksum = "9315f8f07556761c3e48fec2e6b276004acf426e6dc068b2c2251854d65ee0fd"218checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"228dependencies = [219dependencies = [229 "concurrent-queue",220 "concurrent-queue",230 "fastrand",231 "futures-lite",221 "futures-lite",232 "libc",222 "libc",233 "log",223 "log",234 "nb-connect",235 "once_cell",224 "once_cell",236 "parking",225 "parking",237 "polling",226 "polling",238 "vec-arena",227 "slab",228 "socket2 0.4.2",239 "waker-fn",229 "waker-fn",240 "winapi 0.3.9",230 "winapi 0.3.9",241]231]260250261[[package]]251[[package]]262name = "async-process"252name = "async-process"263version = "1.1.0"253version = "1.2.0"264source = "registry+https://github.com/rust-lang/crates.io-index"254source = "registry+https://github.com/rust-lang/crates.io-index"265checksum = "a8f38756dd9ac84671c428afbf7c9f7495feff9ec5b0710f17100098e5b354ac"255checksum = "b21b63ab5a0db0369deb913540af2892750e42d949faacc7a61495ac418a1692"266dependencies = [256dependencies = [267 "async-io",257 "async-io",268 "blocking",258 "blocking",277267278[[package]]268[[package]]279name = "async-std"269name = "async-std"280version = "1.9.0"270version = "1.10.0"281source = "registry+https://github.com/rust-lang/crates.io-index"271source = "registry+https://github.com/rust-lang/crates.io-index"282checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341"272checksum = "f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952"283dependencies = [273dependencies = [284 "async-attributes",274 "async-attributes",285 "async-channel",275 "async-channel",286 "async-global-executor",276 "async-global-executor",287 "async-io",277 "async-io",288 "async-lock",278 "async-lock",289 "async-process",279 "async-process",290 "crossbeam-utils 0.8.1",280 "crossbeam-utils",291 "futures-channel",281 "futures-channel",292 "futures-core",282 "futures-core",293 "futures-io",283 "futures-io",298 "memchr",288 "memchr",299 "num_cpus",289 "num_cpus",300 "once_cell",290 "once_cell",301 "pin-project-lite 0.2.4",291 "pin-project-lite 0.2.7",302 "pin-utils",292 "pin-utils",303 "slab",293 "slab",304 "wasm-bindgen-futures",294 "wasm-bindgen-futures",305]295]306296307[[package]]297[[package]]308name = "async-std-resolver"298name = "async-std-resolver"309version = "0.20.1"299version = "0.20.3"310source = "registry+https://github.com/rust-lang/crates.io-index"300source = "registry+https://github.com/rust-lang/crates.io-index"311checksum = "f665c56111e244fe38e7708ee10948a4356ad6a548997c21f5a63a0f4e0edc4d"301checksum = "ed4e2c3da14d8ad45acb1e3191db7a918e9505b6f155b218e70a7c9a1a48c638"312dependencies = [302dependencies = [313 "async-std",303 "async-std",314 "async-trait",304 "async-trait",326316327[[package]]317[[package]]328name = "async-trait"318name = "async-trait"329version = "0.1.50"319version = "0.1.51"330source = "registry+https://github.com/rust-lang/crates.io-index"320source = "registry+https://github.com/rust-lang/crates.io-index"331checksum = "0b98e84bbb4cbcdd97da190ba0c58a1bb0de2c1fdf67d159e192ed766aeca722"321checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e"332dependencies = [322dependencies = [333 "proc-macro2",323 "proc-macro2",334 "quote",324 "quote",341source = "registry+https://github.com/rust-lang/crates.io-index"331source = "registry+https://github.com/rust-lang/crates.io-index"342checksum = "fb4401f0a3622dad2e0763fa79e0eb328bc70fb7dccfdd645341f00d671247d6"332checksum = "fb4401f0a3622dad2e0763fa79e0eb328bc70fb7dccfdd645341f00d671247d6"343dependencies = [333dependencies = [344 "bytes 1.0.1",334 "bytes 1.1.0",345 "futures-sink",335 "futures-sink",346 "futures-util",336 "futures-util",347 "memchr",337 "memchr",348 "pin-project-lite 0.2.4",338 "pin-project-lite 0.2.7",349]339]350340351[[package]]341[[package]]354source = "registry+https://github.com/rust-lang/crates.io-index"344source = "registry+https://github.com/rust-lang/crates.io-index"355checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"345checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"356dependencies = [346dependencies = [357 "bytes 1.0.1",347 "bytes 1.1.0",358 "futures-sink",348 "futures-sink",359 "futures-util",349 "futures-util",360 "memchr",350 "memchr",361 "pin-project-lite 0.2.4",351 "pin-project-lite 0.2.7",362]352]363353364[[package]]354[[package]]389379390[[package]]380[[package]]391name = "autocfg"381name = "autocfg"392version = "1.0.0"382version = "1.0.1"393source = "registry+https://github.com/rust-lang/crates.io-index"383source = "registry+https://github.com/rust-lang/crates.io-index"394checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"384checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"395385396[[package]]386[[package]]397name = "backtrace"387name = "backtrace"398version = "0.3.56"388version = "0.3.62"399source = "registry+https://github.com/rust-lang/crates.io-index"389source = "registry+https://github.com/rust-lang/crates.io-index"400checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc"390checksum = "091bcdf2da9950f96aa522681ce805e6857f6ca8df73833d35736ab2dc78e152"401dependencies = [391dependencies = [402 "addr2line 0.14.1",392 "addr2line",393 "cc",403 "cfg-if 1.0.0",394 "cfg-if 1.0.0",404 "libc",395 "libc",405 "miniz_oxide",396 "miniz_oxide",406 "object 0.23.0",397 "object 0.27.1",407 "rustc-demangle",398 "rustc-demangle",408]399]409400428419429[[package]]420[[package]]430name = "base58"421name = "base58"431version = "0.1.0"422version = "0.2.0"432source = "registry+https://github.com/rust-lang/crates.io-index"423source = "registry+https://github.com/rust-lang/crates.io-index"433checksum = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83"424checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"434425435[[package]]426[[package]]436name = "base64"427name = "base64"437version = "0.11.0"438source = "registry+https://github.com/rust-lang/crates.io-index"439checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"440441[[package]]442name = "base64"443version = "0.12.3"428version = "0.12.3"444source = "registry+https://github.com/rust-lang/crates.io-index"429source = "registry+https://github.com/rust-lang/crates.io-index"445checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"430checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"452437453[[package]]438[[package]]454name = "beef"439name = "beef"455version = "0.5.0"440version = "0.5.1"456source = "registry+https://github.com/rust-lang/crates.io-index"441source = "registry+https://github.com/rust-lang/crates.io-index"457checksum = "6736e2428df2ca2848d846c43e88745121a6654696e349ce0054a420815a7409"442checksum = "bed554bd50246729a1ec158d08aa3235d1b69d94ad120ebe187e28894787e736"458dependencies = [443dependencies = [459 "serde",444 "serde",460]445]461446462[[package]]447[[package]]463name = "beefy-gadget"448name = "beefy-gadget"464version = "0.1.0"449version = "4.0.0-dev"465source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23"450source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"466dependencies = [451dependencies = [467 "beefy-primitives",452 "beefy-primitives",468 "fnv",453 "fnv",469 "futures 0.3.17",454 "futures 0.3.17",470 "hex",471 "log",455 "log",472 "parity-scale-codec",456 "parity-scale-codec",473 "parking_lot 0.11.2",457 "parking_lot 0.11.2",474 "sc-client-api",458 "sc-client-api",475 "sc-keystore",459 "sc-keystore",476 "sc-network",460 "sc-network",477 "sc-network-gossip",461 "sc-network-gossip",462 "sc-utils",478 "sp-api",463 "sp-api",479 "sp-application-crypto",464 "sp-application-crypto",480 "sp-arithmetic",465 "sp-arithmetic",481 "sp-blockchain",466 "sp-blockchain",482 "sp-consensus",483 "sp-core",467 "sp-core",484 "sp-keystore",468 "sp-keystore",485 "sp-runtime",469 "sp-runtime",486 "sp-utils",487 "substrate-prometheus-endpoint",470 "substrate-prometheus-endpoint",488 "thiserror",471 "thiserror",489 "wasm-timer",472 "wasm-timer",490]473]491474492[[package]]475[[package]]493name = "beefy-gadget-rpc"476name = "beefy-gadget-rpc"494version = "0.1.0"477version = "4.0.0-dev"495source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23"478source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"496dependencies = [479dependencies = [497 "beefy-gadget",480 "beefy-gadget",498 "beefy-primitives",481 "beefy-primitives",499 "futures 0.3.17",482 "futures 0.3.17",500 "jsonrpc-core 15.1.0",483 "jsonrpc-core",501 "jsonrpc-core-client 15.1.0",484 "jsonrpc-core-client",502 "jsonrpc-derive 15.1.0",485 "jsonrpc-derive",503 "jsonrpc-pubsub 15.1.0",486 "jsonrpc-pubsub",504 "log",487 "log",505 "parity-scale-codec",488 "parity-scale-codec",506 "sc-rpc",489 "sc-rpc",507 "serde",490 "serde",508 "serde_json",509 "sp-core",491 "sp-core",510 "sp-runtime",492 "sp-runtime",511]493]512494513[[package]]495[[package]]514name = "beefy-merkle-tree"496name = "beefy-merkle-tree"515version = "0.1.0"497version = "4.0.0-dev"516source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23"498source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"517499518[[package]]500[[package]]519name = "beefy-primitives"501name = "beefy-primitives"520version = "0.1.0"502version = "4.0.0-dev"521source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23"503source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"522dependencies = [504dependencies = [523 "parity-scale-codec",505 "parity-scale-codec",506 "scale-info",524 "sp-api",507 "sp-api",525 "sp-application-crypto",508 "sp-application-crypto",526 "sp-core",509 "sp-core",530513531[[package]]514[[package]]532name = "bincode"515name = "bincode"533version = "1.3.1"516version = "1.3.3"534source = "registry+https://github.com/rust-lang/crates.io-index"517source = "registry+https://github.com/rust-lang/crates.io-index"535checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d"518checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"536dependencies = [519dependencies = [537 "byteorder",538 "serde",520 "serde",539]521]540522559541560[[package]]542[[package]]561name = "bitflags"543name = "bitflags"562version = "1.2.1"544version = "1.3.2"563source = "registry+https://github.com/rust-lang/crates.io-index"545source = "registry+https://github.com/rust-lang/crates.io-index"564checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"546checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"565547566[[package]]548[[package]]567name = "bitvec"549name = "bitvec"577559578[[package]]560[[package]]579name = "bitvec"561name = "bitvec"580version = "0.20.1"562version = "0.20.4"581source = "registry+https://github.com/rust-lang/crates.io-index"563source = "registry+https://github.com/rust-lang/crates.io-index"582checksum = "f5011ffc90248764d7005b0e10c7294f5aa1bd87d9dd7248f4ad475b347c294d"564checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"583dependencies = [565dependencies = [584 "funty",566 "funty",585 "radium 0.6.2",567 "radium 0.6.2",589571590[[package]]572[[package]]591name = "blake2"573name = "blake2"592version = "0.9.0"574version = "0.9.2"593source = "registry+https://github.com/rust-lang/crates.io-index"575source = "registry+https://github.com/rust-lang/crates.io-index"594checksum = "84ce5b6108f8e154604bd4eb76a2f726066c3464d5a552a4229262a18c9bb471"576checksum = "0a4e37d16930f5459780f5621038b6382b9bb37c19016f39fb6b5808d831f174"595dependencies = [577dependencies = [596 "byte-tools",597 "byteorder",598 "crypto-mac 0.8.0",578 "crypto-mac 0.8.0",599 "digest 0.9.0",579 "digest 0.9.0",600 "opaque-debug 0.2.3",580 "opaque-debug 0.3.0",601]581]602582603[[package]]583[[package]]612592613[[package]]593[[package]]614name = "blake2b_simd"594name = "blake2b_simd"615version = "0.5.10"595version = "0.5.11"616source = "registry+https://github.com/rust-lang/crates.io-index"596source = "registry+https://github.com/rust-lang/crates.io-index"617checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"597checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"618dependencies = [598dependencies = [619 "arrayref",599 "arrayref",620 "arrayvec 0.5.2",600 "arrayvec 0.5.2",634614635[[package]]615[[package]]636name = "blake3"616name = "blake3"637version = "0.3.7"617version = "0.3.8"638source = "registry+https://github.com/rust-lang/crates.io-index"618source = "registry+https://github.com/rust-lang/crates.io-index"639checksum = "e9ff35b701f3914bdb8fad3368d822c766ef2858b2583198e41639b936f09d3f"619checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"640dependencies = [620dependencies = [641 "arrayref",621 "arrayref",642 "arrayvec 0.5.2",622 "arrayvec 0.5.2",656 "block-padding 0.1.5",636 "block-padding 0.1.5",657 "byte-tools",637 "byte-tools",658 "byteorder",638 "byteorder",659 "generic-array 0.12.3",639 "generic-array 0.12.4",660]640]661641662[[package]]642[[package]]699]679]700680701[[package]]681[[package]]682name = "bounded-vec"683version = "0.4.0"684source = "registry+https://github.com/rust-lang/crates.io-index"685checksum = "afdd1dffefe5fc66262a524b91087c43b16e478b2e3dc49eb11b0e2fd6b6ec90"686dependencies = [687 "thiserror",688]689690[[package]]702name = "bp-header-chain"691name = "bp-header-chain"703version = "0.1.0"692version = "0.1.0"704source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"693source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"705dependencies = [694dependencies = [706 "finality-grandpa",695 "finality-grandpa",707 "frame-support",696 "frame-support",708 "parity-scale-codec",697 "parity-scale-codec",698 "scale-info",709 "serde",699 "serde",710 "sp-core",700 "sp-core",711 "sp-finality-grandpa",701 "sp-finality-grandpa",716[[package]]706[[package]]717name = "bp-message-dispatch"707name = "bp-message-dispatch"718version = "0.1.0"708version = "0.1.0"719source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"709source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"720dependencies = [710dependencies = [721 "bp-runtime",711 "bp-runtime",722 "frame-support",712 "frame-support",723 "parity-scale-codec",713 "parity-scale-codec",714 "scale-info",724 "sp-std",715 "sp-std",725]716]726717727[[package]]718[[package]]728name = "bp-messages"719name = "bp-messages"729version = "0.1.0"720version = "0.1.0"730source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"721source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"731dependencies = [722dependencies = [732 "bitvec 0.20.1",723 "bitvec 0.20.4",733 "bp-runtime",724 "bp-runtime",734 "frame-support",725 "frame-support",735 "frame-system",726 "frame-system",736 "impl-trait-for-tuples 0.2.1",727 "impl-trait-for-tuples 0.2.1",737 "parity-scale-codec",728 "parity-scale-codec",729 "scale-info",738 "serde",730 "serde",739 "sp-std",731 "sp-std",740]732]741733742[[package]]734[[package]]743name = "bp-polkadot-core"735name = "bp-polkadot-core"744version = "0.1.0"736version = "0.1.0"745source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"737source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"746dependencies = [738dependencies = [747 "bp-messages",739 "bp-messages",748 "bp-runtime",740 "bp-runtime",749 "frame-support",741 "frame-support",750 "frame-system",742 "frame-system",751 "parity-scale-codec",743 "parity-scale-codec",744 "scale-info",752 "sp-api",745 "sp-api",753 "sp-core",746 "sp-core",754 "sp-runtime",747 "sp-runtime",759[[package]]752[[package]]760name = "bp-rialto"753name = "bp-rialto"761version = "0.1.0"754version = "0.1.0"762source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"755source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"763dependencies = [756dependencies = [764 "bp-messages",757 "bp-messages",765 "bp-runtime",758 "bp-runtime",774[[package]]767[[package]]775name = "bp-rococo"768name = "bp-rococo"776version = "0.1.0"769version = "0.1.0"777source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"770source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"778dependencies = [771dependencies = [779 "bp-messages",772 "bp-messages",780 "bp-polkadot-core",773 "bp-polkadot-core",781 "bp-runtime",774 "bp-runtime",782 "frame-support",775 "frame-support",783 "parity-scale-codec",776 "parity-scale-codec",784 "smallvec 1.6.1",777 "smallvec",785 "sp-api",778 "sp-api",786 "sp-runtime",779 "sp-runtime",787 "sp-std",780 "sp-std",791[[package]]784[[package]]792name = "bp-runtime"785name = "bp-runtime"793version = "0.1.0"786version = "0.1.0"794source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"787source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"795dependencies = [788dependencies = [796 "frame-support",789 "frame-support",797 "hash-db",790 "hash-db",798 "num-traits",791 "num-traits",799 "parity-scale-codec",792 "parity-scale-codec",793 "scale-info",800 "sp-core",794 "sp-core",801 "sp-io",795 "sp-io",802 "sp-runtime",796 "sp-runtime",808[[package]]802[[package]]809name = "bp-test-utils"803name = "bp-test-utils"810version = "0.1.0"804version = "0.1.0"811source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"805source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"812dependencies = [806dependencies = [813 "bp-header-chain",807 "bp-header-chain",814 "ed25519-dalek",808 "ed25519-dalek",823[[package]]817[[package]]824name = "bp-wococo"818name = "bp-wococo"825version = "0.1.0"819version = "0.1.0"826source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"820source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"827dependencies = [821dependencies = [828 "bp-messages",822 "bp-messages",829 "bp-polkadot-core",823 "bp-polkadot-core",838[[package]]832[[package]]839name = "bridge-runtime-common"833name = "bridge-runtime-common"840version = "0.1.0"834version = "0.1.0"841source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"835source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"842dependencies = [836dependencies = [843 "bp-message-dispatch",837 "bp-message-dispatch",844 "bp-messages",838 "bp-messages",850 "pallet-bridge-messages",844 "pallet-bridge-messages",851 "pallet-transaction-payment",845 "pallet-transaction-payment",852 "parity-scale-codec",846 "parity-scale-codec",847 "scale-info",853 "sp-core",848 "sp-core",854 "sp-runtime",849 "sp-runtime",855 "sp-state-machine",850 "sp-state-machine",865860866[[package]]861[[package]]867name = "bstr"862name = "bstr"868version = "0.2.13"863version = "0.2.17"869source = "registry+https://github.com/rust-lang/crates.io-index"864source = "registry+https://github.com/rust-lang/crates.io-index"870checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"865checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"871dependencies = [866dependencies = [872 "memchr",867 "memchr",873]868]883878884[[package]]879[[package]]885name = "bumpalo"880name = "bumpalo"886version = "3.4.0"881version = "3.8.0"887source = "registry+https://github.com/rust-lang/crates.io-index"882source = "registry+https://github.com/rust-lang/crates.io-index"888checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"883checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c"889884890[[package]]885[[package]]891name = "byte-slice-cast"886name = "byte-slice-cast"892version = "1.0.0"887version = "1.2.0"893source = "registry+https://github.com/rust-lang/crates.io-index"888source = "registry+https://github.com/rust-lang/crates.io-index"894checksum = "65c1bf4a04a88c54f589125563643d773f3254b5c38571395e2b591c693bbc81"889checksum = "1d30c751592b77c499e7bce34d99d67c2c11bdc0574e9a488ddade14150a4698"895890896[[package]]891[[package]]897name = "byte-tools"892name = "byte-tools"901896902[[package]]897[[package]]903name = "byteorder"898name = "byteorder"904version = "1.3.4"899version = "1.4.3"905source = "registry+https://github.com/rust-lang/crates.io-index"900source = "registry+https://github.com/rust-lang/crates.io-index"906checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"901checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"907902908[[package]]903[[package]]909name = "bytes"904name = "bytes"912checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"907checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"913dependencies = [908dependencies = [914 "byteorder",909 "byteorder",915 "either",916 "iovec",910 "iovec",917]911]918912924918925[[package]]919[[package]]926name = "bytes"920name = "bytes"927version = "1.0.1"921version = "1.1.0"928source = "registry+https://github.com/rust-lang/crates.io-index"922source = "registry+https://github.com/rust-lang/crates.io-index"929checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"923checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"930924931[[package]]925[[package]]932name = "cache-padded"926name = "cache-padded"936930937[[package]]931[[package]]938name = "camino"932name = "camino"939version = "1.0.4"933version = "1.0.5"940source = "registry+https://github.com/rust-lang/crates.io-index"934source = "registry+https://github.com/rust-lang/crates.io-index"941checksum = "d4648c6d00a709aa069a236adcaae4f605a6241c72bf5bee79331a4b625921a9"935checksum = "52d74260d9bf6944e2208aa46841b4b8f0d7ffc0849a06837b2f510337f86b2b"942dependencies = [936dependencies = [943 "serde",937 "serde",944]938]945939946[[package]]940[[package]]947name = "cargo-platform"941name = "cargo-platform"948version = "0.1.1"942version = "0.1.2"949source = "registry+https://github.com/rust-lang/crates.io-index"943source = "registry+https://github.com/rust-lang/crates.io-index"950checksum = "0226944a63d1bf35a3b5f948dd7c59e263db83695c9e8bffc4037de02e30f1d7"944checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"951dependencies = [945dependencies = [952 "serde",946 "serde",953]947]968962969[[package]]963[[package]]970name = "cc"964name = "cc"971version = "1.0.67"965version = "1.0.71"972source = "registry+https://github.com/rust-lang/crates.io-index"966source = "registry+https://github.com/rust-lang/crates.io-index"973checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"967checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd"974dependencies = [968dependencies = [975 "jobserver",969 "jobserver",976]970]10049981005[[package]]999[[package]]1006name = "chacha20"1000name = "chacha20"1007version = "0.7.3"1001version = "0.7.1"1008source = "registry+https://github.com/rust-lang/crates.io-index"1002source = "registry+https://github.com/rust-lang/crates.io-index"1009checksum = "f08493fa7707effc63254c66c6ea908675912493cd67952eda23c09fae2610b1"1003checksum = "fee7ad89dc1128635074c268ee661f90c3f7e83d9fd12910608c36b47d6c3412"1010dependencies = [1004dependencies = [1011 "cfg-if 1.0.0",1005 "cfg-if 1.0.0",1012 "cipher",1006 "cipher",1013 "cpufeatures 0.2.1",1007 "cpufeatures 0.1.5",1014 "zeroize",1008 "zeroize",1015]1009]101610101017[[package]]1011[[package]]1018name = "chacha20poly1305"1012name = "chacha20poly1305"1019version = "0.8.2"1013version = "0.8.0"1020source = "registry+https://github.com/rust-lang/crates.io-index"1014source = "registry+https://github.com/rust-lang/crates.io-index"1021checksum = "b6547abe025f4027edacd9edaa357aded014eecec42a5070d9b885c3c334aba2"1015checksum = "1580317203210c517b6d44794abfbe600698276db18127e37ad3e69bf5e848e5"1022dependencies = [1016dependencies = [1023 "aead",1017 "aead",1024 "chacha20",1018 "chacha20",104210361043[[package]]1037[[package]]1044name = "cid"1038name = "cid"1045version = "0.6.0"1039version = "0.6.1"1046source = "registry+https://github.com/rust-lang/crates.io-index"1040source = "registry+https://github.com/rust-lang/crates.io-index"1047checksum = "7d88f30b1e74e7063df5711496f3ee6e74a9735d62062242d70cddf77717f18e"1041checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768"1048dependencies = [1042dependencies = [1049 "multibase",1043 "multibase",1050 "multihash 0.13.1",1044 "multihash 0.13.2",1051 "unsigned-varint 0.5.1",1045 "unsigned-varint 0.5.1",1052]1046]10531047106210561063[[package]]1057[[package]]1064name = "ckb-merkle-mountain-range"1058name = "ckb-merkle-mountain-range"1065version = "0.3.1"1059version = "0.3.2"1066source = "registry+https://github.com/rust-lang/crates.io-index"1060source = "registry+https://github.com/rust-lang/crates.io-index"1067checksum = "e486fe53bb9f2ca0f58cb60e8679a5354fd6687a839942ef0a75967250289ca6"1061checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"1068dependencies = [1062dependencies = [1069 "cfg-if 0.1.10",1063 "cfg-if 0.1.10",1070]1064]107110651072[[package]]1066[[package]]1073name = "clang-sys"1067name = "clang-sys"1074version = "1.2.0"1068version = "1.2.2"1075source = "registry+https://github.com/rust-lang/crates.io-index"1069source = "registry+https://github.com/rust-lang/crates.io-index"1076checksum = "853eda514c284c2287f4bf20ae614f8781f40a81d32ecda6e91449304dfe077c"1070checksum = "10612c0ec0e0a1ff0e97980647cb058a6e7aedb913d01d009c406b8b7d0b26ee"1077dependencies = [1071dependencies = [1078 "glob",1072 "glob",1079 "libc",1073 "libc",1080 "libloading 0.7.0",1074 "libloading 0.7.1",1081]1075]108210761083[[package]]1077[[package]]112711211128[[package]]1122[[package]]1129name = "core-foundation"1123name = "core-foundation"1130version = "0.7.0"1124version = "0.9.2"1131source = "registry+https://github.com/rust-lang/crates.io-index"1125source = "registry+https://github.com/rust-lang/crates.io-index"1132checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"1126checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"1133dependencies = [1127dependencies = [1134 "core-foundation-sys 0.7.0",1128 "core-foundation-sys",1135 "libc",1129 "libc",1136]1130]113711311138[[package]]1132[[package]]1139name = "core-foundation"1140version = "0.9.1"1141source = "registry+https://github.com/rust-lang/crates.io-index"1142checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"1143dependencies = [1144 "core-foundation-sys 0.8.2",1145 "libc",1146]11471148[[package]]1149name = "core-foundation-sys"1133name = "core-foundation-sys"1150version = "0.7.0"1134version = "0.8.3"1151source = "registry+https://github.com/rust-lang/crates.io-index"1135source = "registry+https://github.com/rust-lang/crates.io-index"1152checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"1136checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"115311371154[[package]]1138[[package]]1155name = "core-foundation-sys"1156version = "0.8.2"1157source = "registry+https://github.com/rust-lang/crates.io-index"1158checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"11591160[[package]]1161name = "cpp_demangle"1139name = "cpp_demangle"1162version = "0.3.2"1140version = "0.3.3"1163source = "registry+https://github.com/rust-lang/crates.io-index"1141source = "registry+https://github.com/rust-lang/crates.io-index"1164checksum = "44919ecaf6f99e8e737bc239408931c9a01e9a6c74814fee8242dd2506b65390"1142checksum = "8ea47428dc9d2237f3c6bc134472edfd63ebba0af932e783506dcfd66f10d18a"1165dependencies = [1143dependencies = [1166 "cfg-if 1.0.0",1144 "cfg-if 1.0.0",1167 "glob",1168]1145]116911461170[[package]]1147[[package]]1171name = "cpufeatures"1148name = "cpufeatures"1172version = "0.1.4"1149version = "0.1.5"1173source = "registry+https://github.com/rust-lang/crates.io-index"1150source = "registry+https://github.com/rust-lang/crates.io-index"1174checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8"1151checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"1175dependencies = [1152dependencies = [1176 "libc",1153 "libc",1177]1154]1186]1163]118711641188[[package]]1165[[package]]1189name = "cpuid-bool"1190version = "0.1.0"1191source = "registry+https://github.com/rust-lang/crates.io-index"1192checksum = "6d375c433320f6c5057ae04a04376eef4d04ce2801448cf8863a78da99107be4"11931194[[package]]1195name = "cranelift-bforest"1166name = "cranelift-bforest"1196version = "0.74.0"1167version = "0.77.0"1197source = "registry+https://github.com/rust-lang/crates.io-index"1168source = "registry+https://github.com/rust-lang/crates.io-index"1198checksum = "c8ca3560686e7c9c7ed7e0fe77469f2410ba5d7781b1acaa9adc8d8deea28e3e"1169checksum = "15013642ddda44eebcf61365b2052a23fd8b7314f90ba44aa059ec02643c5139"1199dependencies = [1170dependencies = [1200 "cranelift-entity",1171 "cranelift-entity",1201]1172]120211731203[[package]]1174[[package]]1204name = "cranelift-codegen"1175name = "cranelift-codegen"1205version = "0.74.0"1176version = "0.77.0"1206source = "registry+https://github.com/rust-lang/crates.io-index"1177source = "registry+https://github.com/rust-lang/crates.io-index"1207checksum = "baf9bf1ffffb6ce3d2e5ebc83549bd2436426c99b31cc550d521364cbe35d276"1178checksum = "298f2a7ed5fdcb062d8e78b7496b0f4b95265d20245f2d0ca88f846dd192a3a3"1208dependencies = [1179dependencies = [1209 "cranelift-bforest",1180 "cranelift-bforest",1210 "cranelift-codegen-meta",1181 "cranelift-codegen-meta",1211 "cranelift-codegen-shared",1182 "cranelift-codegen-shared",1212 "cranelift-entity",1183 "cranelift-entity",1213 "gimli 0.24.0",1184 "gimli",1214 "log",1185 "log",1215 "regalloc",1186 "regalloc",1216 "serde",1187 "smallvec",1217 "smallvec 1.6.1",1218 "target-lexicon",1188 "target-lexicon",1219]1189]122011901221[[package]]1191[[package]]1222name = "cranelift-codegen-meta"1192name = "cranelift-codegen-meta"1223version = "0.74.0"1193version = "0.77.0"1224source = "registry+https://github.com/rust-lang/crates.io-index"1194source = "registry+https://github.com/rust-lang/crates.io-index"1225checksum = "4cc21936a5a6d07e23849ffe83e5c1f6f50305c074f4b2970ca50c13bf55b821"1195checksum = "5cf504261ac62dfaf4ffb3f41d88fd885e81aba947c1241275043885bc5f0bac"1226dependencies = [1196dependencies = [1227 "cranelift-codegen-shared",1197 "cranelift-codegen-shared",1228 "cranelift-entity",1198 "cranelift-entity",1229]1199]123012001231[[package]]1201[[package]]1232name = "cranelift-codegen-shared"1202name = "cranelift-codegen-shared"1233version = "0.74.0"1203version = "0.77.0"1234source = "registry+https://github.com/rust-lang/crates.io-index"1204source = "registry+https://github.com/rust-lang/crates.io-index"1235checksum = "ca5b6ffaa87560bebe69a5446449da18090b126037920b0c1c6d5945f72faf6b"1205checksum = "1cd2a72db4301dbe7e5a4499035eedc1e82720009fb60603e20504d8691fa9cd"1236dependencies = [1237 "serde",1238]123912061240[[package]]1207[[package]]1241name = "cranelift-entity"1208name = "cranelift-entity"1242version = "0.74.0"1209version = "0.77.0"1243source = "registry+https://github.com/rust-lang/crates.io-index"1210source = "registry+https://github.com/rust-lang/crates.io-index"1244checksum = "7d6b4a8bef04f82e4296782646f733c641d09497df2fabf791323fefaa44c64c"1211checksum = "48868faa07cacf948dc4a1773648813c0e453ff9467e800ff10f6a78c021b546"1245dependencies = [1212dependencies = [1246 "serde",1213 "serde",1247]1214]124812151249[[package]]1216[[package]]1250name = "cranelift-frontend"1217name = "cranelift-frontend"1251version = "0.74.0"1218version = "0.77.0"1252source = "registry+https://github.com/rust-lang/crates.io-index"1219source = "registry+https://github.com/rust-lang/crates.io-index"1253checksum = "c31b783b351f966fce33e3c03498cb116d16d97a8f9978164a60920bd0d3a99c"1220checksum = "351c9d13b4ecd1a536215ec2fd1c3ee9ee8bc31af172abf1e45ed0adb7a931df"1254dependencies = [1221dependencies = [1255 "cranelift-codegen",1222 "cranelift-codegen",1256 "log",1223 "log",1257 "smallvec 1.6.1",1224 "smallvec",1258 "target-lexicon",1225 "target-lexicon",1259]1226]126012271261[[package]]1228[[package]]1262name = "cranelift-native"1229name = "cranelift-native"1263version = "0.74.0"1230version = "0.77.0"1264source = "registry+https://github.com/rust-lang/crates.io-index"1231source = "registry+https://github.com/rust-lang/crates.io-index"1265checksum = "a77c88d3dd48021ff1e37e978a00098524abd3513444ae252c08d37b310b3d2a"1232checksum = "6df8b556663d7611b137b24db7f6c8d9a8a27d7f29c7ea7835795152c94c1b75"1266dependencies = [1233dependencies = [1267 "cranelift-codegen",1234 "cranelift-codegen",1235 "libc",1268 "target-lexicon",1236 "target-lexicon",1269]1237]127012381271[[package]]1239[[package]]1272name = "cranelift-wasm"1240name = "cranelift-wasm"1273version = "0.74.0"1241version = "0.77.0"1274source = "registry+https://github.com/rust-lang/crates.io-index"1242source = "registry+https://github.com/rust-lang/crates.io-index"1275checksum = "edb6d408e2da77cdbbd65466298d44c86ae71c1785d2ab0d8657753cdb4d9d89"1243checksum = "7a69816d90db694fa79aa39b89dda7208a4ac74b6f2b8f3c4da26ee1c8bdfc5e"1276dependencies = [1244dependencies = [1277 "cranelift-codegen",1245 "cranelift-codegen",1278 "cranelift-entity",1246 "cranelift-entity",1279 "cranelift-frontend",1247 "cranelift-frontend",1280 "itertools",1248 "itertools",1281 "log",1249 "log",1282 "serde",1250 "smallvec",1283 "smallvec 1.6.1",1284 "thiserror",1285 "wasmparser",1251 "wasmparser",1252 "wasmtime-types",1286]1253]128712541288[[package]]1255[[package]]1289name = "crc32fast"1256name = "crc32fast"1290version = "1.2.0"1257version = "1.2.1"1291source = "registry+https://github.com/rust-lang/crates.io-index"1258source = "registry+https://github.com/rust-lang/crates.io-index"1292checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"1259checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"1293dependencies = [1260dependencies = [1294 "cfg-if 0.1.10",1261 "cfg-if 1.0.0",1295]1262]129612631297[[package]]1264[[package]]1298name = "crossbeam-deque"1265name = "crossbeam-channel"1299version = "0.7.4"1266version = "0.5.1"1300source = "registry+https://github.com/rust-lang/crates.io-index"1267source = "registry+https://github.com/rust-lang/crates.io-index"1301checksum = "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed"1268checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"1302dependencies = [1269dependencies = [1303 "crossbeam-epoch",1270 "cfg-if 1.0.0",1304 "crossbeam-utils 0.7.2",1305 "maybe-uninit",1271 "crossbeam-utils",1306]1272]130712731308[[package]]1274[[package]]1309name = "crossbeam-epoch"1275name = "crossbeam-deque"1310version = "0.8.2"1276version = "0.8.1"1311source = "registry+https://github.com/rust-lang/crates.io-index"1277source = "registry+https://github.com/rust-lang/crates.io-index"1312checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"1278checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"1313dependencies = [1279dependencies = [1314 "autocfg",1280 "cfg-if 1.0.0",1315 "cfg-if 0.1.10",1316 "crossbeam-utils 0.7.2",1317 "lazy_static",1281 "crossbeam-epoch",1318 "maybe-uninit",1319 "memoffset 0.5.5",1282 "crossbeam-utils",1320 "scopeguard",1321]1283]132212841323[[package]]1285[[package]]1324name = "crossbeam-queue"1286name = "crossbeam-epoch"1325version = "0.2.3"1287version = "0.9.5"1326source = "registry+https://github.com/rust-lang/crates.io-index"1288source = "registry+https://github.com/rust-lang/crates.io-index"1327checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"1289checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"1328dependencies = [1290dependencies = [1329 "cfg-if 0.1.10",1291 "cfg-if 1.0.0",1330 "crossbeam-utils 0.7.2",1331 "maybe-uninit",1292 "crossbeam-utils",1332]13331334[[package]]1335name = "crossbeam-utils"1336version = "0.7.2"1337source = "registry+https://github.com/rust-lang/crates.io-index"1338checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"1339dependencies = [1340 "autocfg",1341 "cfg-if 0.1.10",1342 "lazy_static",1293 "lazy_static",1294 "memoffset",1295 "scopeguard",1343]1296]134412971345[[package]]1298[[package]]1346name = "crossbeam-utils"1299name = "crossbeam-utils"1347version = "0.8.1"1300version = "0.8.5"1348source = "registry+https://github.com/rust-lang/crates.io-index"1301source = "registry+https://github.com/rust-lang/crates.io-index"1349checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"1302checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"1350dependencies = [1303dependencies = [1351 "autocfg",1352 "cfg-if 1.0.0",1304 "cfg-if 1.0.0",1353 "lazy_static",1305 "lazy_static",1354]1306]1365source = "registry+https://github.com/rust-lang/crates.io-index"1317source = "registry+https://github.com/rust-lang/crates.io-index"1366checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"1318checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"1367dependencies = [1319dependencies = [1368 "generic-array 0.12.3",1320 "generic-array 0.12.4",1369 "subtle 1.0.0",1321 "subtle 1.0.0",1370]1322]137113231380]1332]138113331382[[package]]1334[[package]]1335name = "crypto-mac"1336version = "0.11.1"1337source = "registry+https://github.com/rust-lang/crates.io-index"1338checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1339dependencies = [1340 "generic-array 0.14.4",1341 "subtle 2.4.1",1342]13431344[[package]]1383name = "ct-logs"1345name = "ct-logs"1384version = "0.7.0"1346version = "0.8.0"1385source = "registry+https://github.com/rust-lang/crates.io-index"1347source = "registry+https://github.com/rust-lang/crates.io-index"1386checksum = "8c8e13110a84b6315df212c045be706af261fd364791cad863285439ebba672e"1348checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"1387dependencies = [1349dependencies = [1388 "sct",1350 "sct",1389]1351]139013521391[[package]]1353[[package]]1392name = "ctor"1354name = "ctor"1393version = "0.1.16"1355version = "0.1.21"1394source = "registry+https://github.com/rust-lang/crates.io-index"1356source = "registry+https://github.com/rust-lang/crates.io-index"1395checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484"1357checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa"1396dependencies = [1358dependencies = [1397 "quote",1359 "quote",1398 "syn",1360 "syn",1421[[package]]1383[[package]]1422name = "cumulus-client-cli"1384name = "cumulus-client-cli"1423version = "0.1.0"1385version = "0.1.0"1424source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1386source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1425dependencies = [1387dependencies = [1426 "sc-cli",1388 "sc-cli",1427 "sc-service",1389 "sc-service",1431[[package]]1393[[package]]1432name = "cumulus-client-collator"1394name = "cumulus-client-collator"1433version = "0.1.0"1395version = "0.1.0"1434source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1396source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1435dependencies = [1397dependencies = [1436 "cumulus-client-consensus-common",1398 "cumulus-client-consensus-common",1437 "cumulus-client-network",1399 "cumulus-client-network",1447 "sp-api",1409 "sp-api",1448 "sp-consensus",1410 "sp-consensus",1449 "sp-core",1411 "sp-core",1450 "sp-io",1451 "sp-runtime",1412 "sp-runtime",1452 "tracing",1413 "tracing",1453]1414]145414151455[[package]]1416[[package]]1456name = "cumulus-client-consensus-aura"1417name = "cumulus-client-consensus-aura"1457version = "0.1.0"1418version = "0.1.0"1458source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1419source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1459dependencies = [1420dependencies = [1460 "async-trait",1421 "async-trait",1461 "cumulus-client-consensus-common",1422 "cumulus-client-consensus-common",1462 "cumulus-primitives-core",1423 "cumulus-primitives-core",1463 "futures 0.3.17",1424 "futures 0.3.17",1464 "parity-scale-codec",1425 "parity-scale-codec",1465 "parking_lot 0.10.2",1466 "polkadot-client",1426 "polkadot-client",1467 "sc-client-api",1427 "sc-client-api",1468 "sc-consensus",1428 "sc-consensus",1486[[package]]1446[[package]]1487name = "cumulus-client-consensus-common"1447name = "cumulus-client-consensus-common"1488version = "0.1.0"1448version = "0.1.0"1489source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1449source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1490dependencies = [1450dependencies = [1491 "async-trait",1451 "async-trait",1492 "dyn-clone",1452 "dyn-clone",1493 "futures 0.3.17",1453 "futures 0.3.17",1494 "parity-scale-codec",1454 "parity-scale-codec",1495 "polkadot-primitives",1455 "polkadot-primitives",1496 "polkadot-runtime",1497 "sc-client-api",1456 "sc-client-api",1498 "sc-consensus",1457 "sc-consensus",1499 "sp-api",1458 "sp-api",1500 "sp-block-builder",1501 "sp-blockchain",1459 "sp-blockchain",1502 "sp-consensus",1460 "sp-consensus",1503 "sp-core",1504 "sp-inherents",1505 "sp-runtime",1461 "sp-runtime",1506 "sp-trie",1462 "sp-trie",1507 "substrate-prometheus-endpoint",1508 "tracing",1463 "tracing",1509]1464]151014651511[[package]]1466[[package]]1512name = "cumulus-client-network"1467name = "cumulus-client-network"1513version = "0.1.0"1468version = "0.1.0"1514source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1469source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1515dependencies = [1470dependencies = [1516 "derive_more",1471 "derive_more",1517 "futures 0.3.17",1472 "futures 0.3.17",1522 "polkadot-node-primitives",1477 "polkadot-node-primitives",1523 "polkadot-parachain",1478 "polkadot-parachain",1524 "polkadot-primitives",1479 "polkadot-primitives",1525 "polkadot-statement-table",1526 "sc-client-api",1480 "sc-client-api",1527 "sp-api",1481 "sp-api",1528 "sp-blockchain",1482 "sp-blockchain",1535[[package]]1489[[package]]1536name = "cumulus-client-pov-recovery"1490name = "cumulus-client-pov-recovery"1537version = "0.1.0"1491version = "0.1.0"1538source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1492source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1539dependencies = [1493dependencies = [1540 "cumulus-primitives-core",1494 "cumulus-primitives-core",1541 "futures 0.3.17",1495 "futures 0.3.17",1550 "sc-consensus",1504 "sc-consensus",1551 "sp-api",1505 "sp-api",1552 "sp-consensus",1506 "sp-consensus",1553 "sp-core",1554 "sp-maybe-compressed-blob",1507 "sp-maybe-compressed-blob",1555 "sp-runtime",1508 "sp-runtime",1556 "tracing",1509 "tracing",1559[[package]]1512[[package]]1560name = "cumulus-client-service"1513name = "cumulus-client-service"1561version = "0.1.0"1514version = "0.1.0"1562source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1515source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1563dependencies = [1516dependencies = [1564 "cumulus-client-collator",1517 "cumulus-client-collator",1565 "cumulus-client-consensus-common",1518 "cumulus-client-consensus-common",1588[[package]]1541[[package]]1589name = "cumulus-pallet-aura-ext"1542name = "cumulus-pallet-aura-ext"1590version = "0.1.0"1543version = "0.1.0"1591source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1544source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1592dependencies = [1545dependencies = [1593 "frame-executive",1546 "frame-executive",1594 "frame-support",1547 "frame-support",1595 "frame-system",1548 "frame-system",1596 "pallet-aura",1549 "pallet-aura",1597 "parity-scale-codec",1550 "parity-scale-codec",1551 "scale-info",1598 "serde",1552 "serde",1599 "sp-application-crypto",1553 "sp-application-crypto",1600 "sp-consensus-aura",1554 "sp-consensus-aura",1605[[package]]1559[[package]]1606name = "cumulus-pallet-dmp-queue"1560name = "cumulus-pallet-dmp-queue"1607version = "0.1.0"1561version = "0.1.0"1608source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1562source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1609dependencies = [1563dependencies = [1610 "cumulus-primitives-core",1564 "cumulus-primitives-core",1611 "frame-support",1565 "frame-support",1612 "frame-system",1566 "frame-system",1613 "log",1567 "log",1614 "parity-scale-codec",1568 "parity-scale-codec",1615 "rand 0.8.4",1569 "scale-info",1616 "rand_chacha 0.3.1",1617 "sp-io",1570 "sp-io",1618 "sp-runtime",1571 "sp-runtime",1619 "sp-std",1572 "sp-std",1624[[package]]1577[[package]]1625name = "cumulus-pallet-parachain-system"1578name = "cumulus-pallet-parachain-system"1626version = "0.1.0"1579version = "0.1.0"1627source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1580source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1628dependencies = [1581dependencies = [1629 "cumulus-pallet-parachain-system-proc-macro",1582 "cumulus-pallet-parachain-system-proc-macro",1630 "cumulus-primitives-core",1583 "cumulus-primitives-core",1636 "pallet-balances",1589 "pallet-balances",1637 "parity-scale-codec",1590 "parity-scale-codec",1638 "polkadot-parachain",1591 "polkadot-parachain",1592 "scale-info",1639 "serde",1593 "serde",1640 "sp-core",1594 "sp-core",1641 "sp-externalities",1595 "sp-externalities",1652[[package]]1606[[package]]1653name = "cumulus-pallet-parachain-system-proc-macro"1607name = "cumulus-pallet-parachain-system-proc-macro"1654version = "0.1.0"1608version = "0.1.0"1655source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1609source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1656dependencies = [1610dependencies = [1657 "proc-macro-crate 1.0.0",1611 "proc-macro-crate 1.1.0",1658 "proc-macro2",1612 "proc-macro2",1659 "quote",1613 "quote",1660 "syn",1614 "syn",1663[[package]]1617[[package]]1664name = "cumulus-pallet-xcm"1618name = "cumulus-pallet-xcm"1665version = "0.1.0"1619version = "0.1.0"1666source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1620source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1667dependencies = [1621dependencies = [1668 "cumulus-primitives-core",1622 "cumulus-primitives-core",1669 "frame-support",1623 "frame-support",1670 "frame-system",1624 "frame-system",1671 "parity-scale-codec",1625 "parity-scale-codec",1626 "scale-info",1672 "serde",1627 "serde",1673 "sp-io",1628 "sp-io",1674 "sp-runtime",1629 "sp-runtime",1679[[package]]1634[[package]]1680name = "cumulus-pallet-xcmp-queue"1635name = "cumulus-pallet-xcmp-queue"1681version = "0.1.0"1636version = "0.1.0"1682source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1637source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1683dependencies = [1638dependencies = [1684 "cumulus-primitives-core",1639 "cumulus-primitives-core",1685 "frame-support",1640 "frame-support",1686 "frame-system",1641 "frame-system",1687 "log",1642 "log",1688 "parity-scale-codec",1643 "parity-scale-codec",1689 "rand 0.8.4",1690 "rand_chacha 0.3.1",1644 "rand_chacha 0.3.1",1645 "scale-info",1691 "sp-runtime",1646 "sp-runtime",1692 "sp-std",1647 "sp-std",1693 "xcm",1648 "xcm",1697[[package]]1652[[package]]1698name = "cumulus-primitives-core"1653name = "cumulus-primitives-core"1699version = "0.1.0"1654version = "0.1.0"1700source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1655source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1701dependencies = [1656dependencies = [1702 "frame-support",1657 "frame-support",1703 "impl-trait-for-tuples 0.2.1",1658 "impl-trait-for-tuples 0.2.1",1709 "sp-runtime",1664 "sp-runtime",1710 "sp-std",1665 "sp-std",1711 "sp-trie",1666 "sp-trie",1712 "xcm",1713]1667]171416681715[[package]]1669[[package]]1716name = "cumulus-primitives-parachain-inherent"1670name = "cumulus-primitives-parachain-inherent"1717version = "0.1.0"1671version = "0.1.0"1718source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1672source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1719dependencies = [1673dependencies = [1720 "async-trait",1674 "async-trait",1721 "cumulus-primitives-core",1675 "cumulus-primitives-core",1722 "cumulus-test-relay-sproof-builder",1676 "cumulus-test-relay-sproof-builder",1723 "parity-scale-codec",1677 "parity-scale-codec",1724 "polkadot-client",1678 "polkadot-client",1725 "sc-client-api",1679 "sc-client-api",1680 "scale-info",1726 "sp-api",1681 "sp-api",1727 "sp-core",1682 "sp-core",1728 "sp-inherents",1683 "sp-inherents",1736[[package]]1691[[package]]1737name = "cumulus-primitives-timestamp"1692name = "cumulus-primitives-timestamp"1738version = "0.1.0"1693version = "0.1.0"1739source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1694source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1740dependencies = [1695dependencies = [1741 "cumulus-primitives-core",1696 "cumulus-primitives-core",1742 "sp-inherents",1697 "sp-inherents",1747[[package]]1702[[package]]1748name = "cumulus-primitives-utility"1703name = "cumulus-primitives-utility"1749version = "0.1.0"1704version = "0.1.0"1750source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1705source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1751dependencies = [1706dependencies = [1752 "cumulus-primitives-core",1707 "cumulus-primitives-core",1753 "frame-support",1708 "frame-support",1754 "impl-trait-for-tuples 0.2.1",1755 "parity-scale-codec",1709 "parity-scale-codec",1756 "polkadot-core-primitives",1710 "polkadot-core-primitives",1757 "polkadot-parachain",1711 "polkadot-parachain",1765[[package]]1719[[package]]1766name = "cumulus-test-relay-sproof-builder"1720name = "cumulus-test-relay-sproof-builder"1767version = "0.1.0"1721version = "0.1.0"1768source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1722source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1769dependencies = [1723dependencies = [1770 "cumulus-primitives-core",1724 "cumulus-primitives-core",1771 "parity-scale-codec",1725 "parity-scale-codec",177717311778[[package]]1732[[package]]1779name = "curve25519-dalek"1733name = "curve25519-dalek"1780version = "2.1.0"1734version = "2.1.3"1781source = "registry+https://github.com/rust-lang/crates.io-index"1735source = "registry+https://github.com/rust-lang/crates.io-index"1782checksum = "5d85653f070353a16313d0046f173f70d1aadd5b42600a14de626f0dfb3473a5"1736checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1783dependencies = [1737dependencies = [1784 "byteorder",1738 "byteorder",1785 "digest 0.8.1",1739 "digest 0.8.1",179017441791[[package]]1745[[package]]1792name = "curve25519-dalek"1746name = "curve25519-dalek"1793version = "3.0.0"1747version = "3.2.0"1794source = "registry+https://github.com/rust-lang/crates.io-index"1748source = "registry+https://github.com/rust-lang/crates.io-index"1795checksum = "c8492de420e9e60bc9a1d66e2dbb91825390b738a388606600663fc529b4b307"1749checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1796dependencies = [1750dependencies = [1797 "byteorder",1751 "byteorder",1798 "digest 0.9.0",1752 "digest 0.9.0",184417981845[[package]]1799[[package]]1846name = "data-encoding-macro"1800name = "data-encoding-macro"1847version = "0.1.10"1801version = "0.1.12"1848source = "registry+https://github.com/rust-lang/crates.io-index"1802source = "registry+https://github.com/rust-lang/crates.io-index"1849checksum = "0a94feec3d2ba66c0b6621bca8bc6f68415b1e5c69af3586fdd0af9fd9f29b17"1803checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1850dependencies = [1804dependencies = [1851 "data-encoding",1805 "data-encoding",1852 "data-encoding-macro-internal",1806 "data-encoding-macro-internal",1853]1807]185418081855[[package]]1809[[package]]1856name = "data-encoding-macro-internal"1810name = "data-encoding-macro-internal"1857version = "0.1.9"1811version = "0.1.10"1858source = "registry+https://github.com/rust-lang/crates.io-index"1812source = "registry+https://github.com/rust-lang/crates.io-index"1859checksum = "f0f83e699727abca3c56e187945f303389590305ab2f0185ea445aa66e8d5f2a"1813checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1860dependencies = [1814dependencies = [1861 "data-encoding",1815 "data-encoding",1862 "syn",1816 "syn",187518291876[[package]]1830[[package]]1877name = "derive_more"1831name = "derive_more"1878version = "0.99.14"1832version = "0.99.16"1879source = "registry+https://github.com/rust-lang/crates.io-index"1833source = "registry+https://github.com/rust-lang/crates.io-index"1880checksum = "5cc7b9cef1e351660e5443924e4f43ab25fbbed3e9a5f052df3677deb4d6b320"1834checksum = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df"1881dependencies = [1835dependencies = [1882 "convert_case",1836 "convert_case",1883 "proc-macro2",1837 "proc-macro2",1884 "quote",1838 "quote",1839 "rustc_version 0.3.3",1885 "syn",1840 "syn",1886]1841]188718421891source = "registry+https://github.com/rust-lang/crates.io-index"1846source = "registry+https://github.com/rust-lang/crates.io-index"1892checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1847checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1893dependencies = [1848dependencies = [1894 "generic-array 0.12.3",1849 "generic-array 0.12.4",1895]1850]189618511897[[package]]1852[[package]]190518601906[[package]]1861[[package]]1907name = "directories"1862name = "directories"1908version = "3.0.1"1863version = "3.0.2"1909source = "registry+https://github.com/rust-lang/crates.io-index"1864source = "registry+https://github.com/rust-lang/crates.io-index"1910checksum = "f8fed639d60b58d0f53498ab13d26f621fd77569cc6edb031f4cc36a2ad9da0f"1865checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7"1911dependencies = [1866dependencies = [1912 "dirs-sys",1867 "dirs-sys",1913]1868]192418791925[[package]]1880[[package]]1926name = "dirs-sys"1881name = "dirs-sys"1927version = "0.3.5"1882version = "0.3.6"1928source = "registry+https://github.com/rust-lang/crates.io-index"1883source = "registry+https://github.com/rust-lang/crates.io-index"1929checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"1884checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"1930dependencies = [1885dependencies = [1931 "libc",1886 "libc",1932 "redox_users 0.3.4",1887 "redox_users",1933 "winapi 0.3.9",1888 "winapi 0.3.9",1934]1889]193518901940checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"1895checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"1941dependencies = [1896dependencies = [1942 "libc",1897 "libc",1943 "redox_users 0.4.0",1898 "redox_users",1944 "winapi 0.3.9",1899 "winapi 0.3.9",1945]1900]19461901198919441990[[package]]1945[[package]]1991name = "ed25519"1946name = "ed25519"1992version = "1.0.1"1947version = "1.2.0"1993source = "registry+https://github.com/rust-lang/crates.io-index"1948source = "registry+https://github.com/rust-lang/crates.io-index"1994checksum = "bf038a7b6fd7ef78ad3348b63f3a17550877b0e28f8d68bcc94894d1412158bc"1949checksum = "4620d40f6d2601794401d6dd95a5cf69b6c157852539470eeda433a99b3c0efc"1995dependencies = [1950dependencies = [1996 "signature",1951 "signature",1997]1952]2002source = "registry+https://github.com/rust-lang/crates.io-index"1957source = "registry+https://github.com/rust-lang/crates.io-index"2003checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"1958checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2004dependencies = [1959dependencies = [2005 "curve25519-dalek 3.0.0",1960 "curve25519-dalek 3.2.0",2006 "ed25519",1961 "ed25519",2007 "rand 0.7.3",1962 "rand 0.7.3",2008 "serde",1963 "serde",2009 "sha2 0.9.2",1964 "sha2 0.9.8",2010 "zeroize",1965 "zeroize",2011]1966]201219672013[[package]]1968[[package]]2014name = "either"1969name = "either"2015version = "1.6.0"1970version = "1.6.1"2016source = "registry+https://github.com/rust-lang/crates.io-index"1971source = "registry+https://github.com/rust-lang/crates.io-index"2017checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"1972checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"201819732019[[package]]1974[[package]]2020name = "enum-as-inner"1975name = "enum-as-inner"207420292075[[package]]2030[[package]]2076name = "env_logger"2031name = "env_logger"2077version = "0.8.4"2032version = "0.9.0"2078source = "registry+https://github.com/rust-lang/crates.io-index"2033source = "registry+https://github.com/rust-lang/crates.io-index"2079checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"2034checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2080dependencies = [2035dependencies = [2081 "atty",2036 "atty",2082 "humantime 2.0.1",2037 "humantime 2.1.0",2083 "log",2038 "log",2084 "regex",2039 "regex",2085 "termcolor",2040 "termcolor",2092checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"2047checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"209320482094[[package]]2049[[package]]2095name = "erased-serde"2096version = "0.3.12"2097source = "registry+https://github.com/rust-lang/crates.io-index"2098checksum = "6ca8b296792113e1500fd935ae487be6e00ce318952a6880555554824d6ebf38"2099dependencies = [2100 "serde",2101]21022103[[package]]2104name = "errno"2050name = "errno"2105version = "0.2.5"2051version = "0.2.8"2106source = "registry+https://github.com/rust-lang/crates.io-index"2052source = "registry+https://github.com/rust-lang/crates.io-index"2107checksum = "b480f641ccf0faf324e20c1d3e53d81b7484c698b42ea677f6907ae4db195371"2053checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2108dependencies = [2054dependencies = [2109 "errno-dragonfly",2055 "errno-dragonfly",2110 "libc",2056 "libc",211320592114[[package]]2060[[package]]2115name = "errno-dragonfly"2061name = "errno-dragonfly"2116version = "0.1.1"2062version = "0.1.2"2117source = "registry+https://github.com/rust-lang/crates.io-index"2063source = "registry+https://github.com/rust-lang/crates.io-index"2118checksum = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"2064checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2119dependencies = [2065dependencies = [2120 "gcc",2066 "cc",2121 "libc",2067 "libc",2122]2068]212320692124[[package]]2070[[package]]2125name = "ethbloom"2071name = "ethbloom"2126version = "0.11.0"2072version = "0.11.1"2127source = "registry+https://github.com/rust-lang/crates.io-index"2073source = "registry+https://github.com/rust-lang/crates.io-index"2128checksum = "779864b9c7f7ead1f092972c3257496c6a84b46dba2ce131dd8a282cb2cc5972"2074checksum = "bfb684ac8fa8f6c5759f788862bb22ec6fe3cb392f6bfd08e3c64b603661e3f8"2129dependencies = [2075dependencies = [2130 "crunchy",2076 "crunchy",2131 "fixed-hash",2077 "fixed-hash",2132 "impl-codec",2078 "impl-codec",2133 "impl-rlp",2079 "impl-rlp",2134 "impl-serde",2080 "impl-serde",2081 "scale-info",2135 "tiny-keccak",2082 "tiny-keccak",2136]2083]213720842141source = "registry+https://github.com/rust-lang/crates.io-index"2088source = "registry+https://github.com/rust-lang/crates.io-index"2142checksum = "4a67be3eaf296ef668733f54c637e84d0ca34eaf194f0077455135981ad464c3"2089checksum = "4a67be3eaf296ef668733f54c637e84d0ca34eaf194f0077455135981ad464c3"2143dependencies = [2090dependencies = [2144 "bytes 1.0.1",2091 "bytes 1.1.0",2145 "ethereum-types",2092 "ethereum-types",2146 "hash-db",2093 "hash-db",2147 "hash256-std-hasher",2094 "hash256-std-hasher",2154]2101]215521022156[[package]]2103[[package]]2104name = "ethereum"2105version = "0.9.0"2106source = "git+https://github.com/purestake/ethereum?branch=joshy-scale-info#2b98173bd88c05bfeefad421d260101b9008497b"2107dependencies = [2108 "bytes 1.1.0",2109 "ethereum-types",2110 "hash-db",2111 "hash256-std-hasher",2112 "parity-scale-codec",2113 "rlp",2114 "rlp-derive",2115 "scale-info",2116 "serde",2117 "sha3 0.9.1",2118 "triehash",2119]21202121[[package]]2157name = "ethereum-types"2122name = "ethereum-types"2158version = "0.12.0"2123version = "0.12.1"2159source = "registry+https://github.com/rust-lang/crates.io-index"2124source = "registry+https://github.com/rust-lang/crates.io-index"2160checksum = "0dd6bde671199089e601e8d47e153368b893ef885f11f365a3261ec58153c211"2125checksum = "05136f7057fe789f06e6d41d07b34e6f70d8c86e5693b60f97aaa6553553bdaf"2161dependencies = [2126dependencies = [2162 "ethbloom",2127 "ethbloom",2163 "fixed-hash",2128 "fixed-hash",2164 "impl-codec",2129 "impl-codec",2165 "impl-rlp",2130 "impl-rlp",2166 "impl-serde",2131 "impl-serde",2167 "primitive-types 0.10.1",2132 "primitive-types 0.10.1",2133 "scale-info",2168 "uint",2134 "uint",2169]2135]217021362177[[package]]2143[[package]]2178name = "evm"2144name = "evm"2179version = "0.30.0"2145version = "0.30.0"2180source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#d126c98ab2606bdf1ec1ad90b6d59c024d000b29"2146source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#bed08923a76339880e05df25a52c5334e9997bb2"2181dependencies = [2147dependencies = [2182 "environmental",2148 "environmental",2183 "ethereum",2149 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",2184 "evm-core",2150 "evm-core",2185 "evm-gasometer",2151 "evm-gasometer",2186 "evm-runtime",2152 "evm-runtime",2187 "log",2153 "log",2188 "parity-scale-codec",2154 "parity-scale-codec",2189 "primitive-types 0.10.1",2155 "primitive-types 0.10.1",2190 "rlp",2156 "rlp",2157 "scale-info",2191 "serde",2158 "serde",2192 "sha3 0.8.2",2159 "sha3 0.8.2",2193]2160]2196name = "evm-coder"2163name = "evm-coder"2197version = "0.1.0"2164version = "0.1.0"2198dependencies = [2165dependencies = [2199 "ethereum",2166 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",2200 "evm-coder-macros",2167 "evm-coder-macros",2201 "evm-core",2168 "evm-core",2202 "hex",2169 "hex",2221[[package]]2188[[package]]2222name = "evm-core"2189name = "evm-core"2223version = "0.30.0"2190version = "0.30.0"2224source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#d126c98ab2606bdf1ec1ad90b6d59c024d000b29"2191source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#bed08923a76339880e05df25a52c5334e9997bb2"2225dependencies = [2192dependencies = [2226 "funty",2193 "funty",2227 "parity-scale-codec",2194 "parity-scale-codec",2228 "primitive-types 0.10.1",2195 "primitive-types 0.10.1",2196 "scale-info",2229 "serde",2197 "serde",2230]2198]223121992232[[package]]2200[[package]]2233name = "evm-gasometer"2201name = "evm-gasometer"2234version = "0.30.0"2202version = "0.30.0"2235source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#d126c98ab2606bdf1ec1ad90b6d59c024d000b29"2203source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#bed08923a76339880e05df25a52c5334e9997bb2"2236dependencies = [2204dependencies = [2237 "environmental",2205 "environmental",2238 "evm-core",2206 "evm-core",2243[[package]]2211[[package]]2244name = "evm-runtime"2212name = "evm-runtime"2245version = "0.30.0"2213version = "0.30.0"2246source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#d126c98ab2606bdf1ec1ad90b6d59c024d000b29"2214source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#bed08923a76339880e05df25a52c5334e9997bb2"2247dependencies = [2215dependencies = [2248 "environmental",2216 "environmental",2249 "evm-core",2217 "evm-core",2261]2229]226222302263[[package]]2231[[package]]2264name = "failure"2265version = "0.1.8"2266source = "registry+https://github.com/rust-lang/crates.io-index"2267checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"2268dependencies = [2269 "backtrace",2270 "failure_derive",2271]22722273[[package]]2274name = "failure_derive"2275version = "0.1.8"2276source = "registry+https://github.com/rust-lang/crates.io-index"2277checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"2278dependencies = [2279 "proc-macro2",2280 "quote",2281 "syn",2282 "synstructure",2283]22842285[[package]]2286name = "fake-simd"2232name = "fake-simd"2287version = "0.1.2"2233version = "0.1.2"2288source = "registry+https://github.com/rust-lang/crates.io-index"2234source = "registry+https://github.com/rust-lang/crates.io-index"229622422297[[package]]2243[[package]]2298name = "fastrand"2244name = "fastrand"2299version = "1.4.0"2245version = "1.5.0"2300source = "registry+https://github.com/rust-lang/crates.io-index"2246source = "registry+https://github.com/rust-lang/crates.io-index"2301checksum = "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3"2247checksum = "b394ed3d285a429378d3b384b9eb1285267e7df4b166df24b7a6939a04dc392e"2302dependencies = [2248dependencies = [2303 "instant",2249 "instant",2304]2250]230522512306[[package]]2252[[package]]2307name = "fc-consensus"2253name = "fc-consensus"2308version = "2.0.0-dev"2254version = "2.0.0-dev"2309source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2255source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12#43ce3be6274eceaf47d9664ddc71cba68a990923"2310dependencies = [2256dependencies = [2311 "async-trait",2257 "async-trait",2312 "derive_more",2258 "derive_more",2333[[package]]2279[[package]]2334name = "fc-db"2280name = "fc-db"2335version = "2.0.0-dev"2281version = "2.0.0-dev"2336source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2282source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12#43ce3be6274eceaf47d9664ddc71cba68a990923"2337dependencies = [2283dependencies = [2338 "fp-storage",2284 "fp-storage",2339 "kvdb",2285 "kvdb",2340 "kvdb-rocksdb 0.14.0",2286 "kvdb-rocksdb",2341 "pallet-ethereum",2287 "pallet-ethereum",2342 "parity-scale-codec",2288 "parity-scale-codec",2343 "parking_lot 0.11.2",2289 "parking_lot 0.11.2",2349[[package]]2295[[package]]2350name = "fc-mapping-sync"2296name = "fc-mapping-sync"2351version = "2.0.0-dev"2297version = "2.0.0-dev"2352source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2298source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12#43ce3be6274eceaf47d9664ddc71cba68a990923"2353dependencies = [2299dependencies = [2354 "fc-consensus",2300 "fc-consensus",2355 "fc-db",2301 "fc-db",2367[[package]]2313[[package]]2368name = "fc-rpc"2314name = "fc-rpc"2369version = "2.0.0-dev"2315version = "2.0.0-dev"2370source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2316source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12#43ce3be6274eceaf47d9664ddc71cba68a990923"2371dependencies = [2317dependencies = [2372 "ethereum",2318 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",2373 "ethereum-types",2319 "ethereum-types",2374 "evm",2320 "evm",2375 "fc-consensus",2321 "fc-consensus",2381 "fp-storage",2327 "fp-storage",2382 "futures 0.3.17",2328 "futures 0.3.17",2383 "futures-util",2329 "futures-util",2384 "jsonrpc-core 15.1.0",2330 "jsonrpc-core",2385 "jsonrpc-pubsub 15.1.0",2331 "jsonrpc-pubsub",2386 "libsecp256k1 0.3.5",2332 "libsecp256k1 0.3.5",2387 "log",2333 "log",2334 "lru 0.6.6",2388 "pallet-ethereum",2335 "pallet-ethereum",2389 "pallet-evm",2336 "pallet-evm",2390 "parity-scale-codec",2337 "parity-scale-codec",2338 "parking_lot 0.11.2",2391 "rand 0.7.3",2339 "rand 0.7.3",2392 "rlp",2340 "rlp",2393 "rustc-hex",2341 "rustc-hex",2394 "sc-client-api",2342 "sc-client-api",2395 "sc-network",2343 "sc-network",2396 "sc-rpc",2344 "sc-rpc",2397 "sc-service",2345 "sc-service",2346 "sc-transaction-pool",2398 "sc-transaction-pool-api",2347 "sc-transaction-pool-api",2399 "sha3 0.8.2",2348 "sha3 0.8.2",2400 "sp-api",2349 "sp-api",2408[[package]]2357[[package]]2409name = "fc-rpc-core"2358name = "fc-rpc-core"2410version = "1.1.0-dev"2359version = "1.1.0-dev"2411source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2360source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12#43ce3be6274eceaf47d9664ddc71cba68a990923"2412dependencies = [2361dependencies = [2413 "ethereum-types",2362 "ethereum-types",2414 "jsonrpc-core 15.1.0",2363 "jsonrpc-core",2415 "jsonrpc-core-client 14.2.0",2364 "jsonrpc-core-client",2416 "jsonrpc-derive 14.2.2",2365 "jsonrpc-derive",2417 "jsonrpc-pubsub 15.1.0",2366 "jsonrpc-pubsub",2418 "rustc-hex",2367 "rustc-hex",2419 "serde",2368 "serde",2420 "serde_json",2369 "serde_json",243123802432[[package]]2381[[package]]2433name = "file-per-thread-logger"2382name = "file-per-thread-logger"2434version = "0.1.3"2383version = "0.1.4"2435source = "registry+https://github.com/rust-lang/crates.io-index"2384source = "registry+https://github.com/rust-lang/crates.io-index"2436checksum = "8b3937f028664bd0e13df401ba49a4567ccda587420365823242977f06609ed1"2385checksum = "4fdbe0d94371f9ce939b555dd342d0686cc4c0cadbcd4b61d70af5ff97eb4126"2437dependencies = [2386dependencies = [2438 "env_logger 0.7.1",2387 "env_logger 0.7.1",2439 "log",2388 "log",2440]2389]244123902442[[package]]2391[[package]]2443name = "finality-grandpa"2392name = "finality-grandpa"2444version = "0.14.1"2393version = "0.14.4"2445source = "registry+https://github.com/rust-lang/crates.io-index"2394source = "registry+https://github.com/rust-lang/crates.io-index"2446checksum = "74a1bfdcc776e63e49f741c7ce6116fa1b887e8ac2e3ccb14dd4aa113e54feb9"2395checksum = "e8ac3ff5224ef91f3c97e03eb1de2db82743427e91aaa5ac635f454f0b164f5a"2447dependencies = [2396dependencies = [2448 "either",2397 "either",2449 "futures 0.3.17",2398 "futures 0.3.17",2452 "num-traits",2401 "num-traits",2453 "parity-scale-codec",2402 "parity-scale-codec",2454 "parking_lot 0.11.2",2403 "parking_lot 0.11.2",2404 "scale-info",2455]2405]245624062457[[package]]2407[[package]]247424242475[[package]]2425[[package]]2476name = "flate2"2426name = "flate2"2477version = "1.0.16"2427version = "1.0.22"2478source = "registry+https://github.com/rust-lang/crates.io-index"2428source = "registry+https://github.com/rust-lang/crates.io-index"2479checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"2429checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"2480dependencies = [2430dependencies = [2481 "cfg-if 0.1.10",2431 "cfg-if 1.0.0",2482 "crc32fast",2432 "crc32fast",2483 "libc",2433 "libc",2484 "libz-sys",2434 "libz-sys",2510[[package]]2460[[package]]2511name = "fork-tree"2461name = "fork-tree"2512version = "3.0.0"2462version = "3.0.0"2513source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2463source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2514dependencies = [2464dependencies = [2515 "parity-scale-codec",2465 "parity-scale-codec",2516]2466]251724672518[[package]]2468[[package]]2519name = "form_urlencoded"2469name = "form_urlencoded"2520version = "1.0.0"2470version = "1.0.1"2521source = "registry+https://github.com/rust-lang/crates.io-index"2471source = "registry+https://github.com/rust-lang/crates.io-index"2522checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"2472checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2523dependencies = [2473dependencies = [2524 "matches",2474 "matches",2525 "percent-encoding 2.1.0",2475 "percent-encoding 2.1.0",2528[[package]]2478[[package]]2529name = "fp-consensus"2479name = "fp-consensus"2530version = "2.0.0-dev"2480version = "2.0.0-dev"2531source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2481source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12#43ce3be6274eceaf47d9664ddc71cba68a990923"2532dependencies = [2482dependencies = [2533 "ethereum",2483 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",2534 "parity-scale-codec",2484 "parity-scale-codec",2535 "rlp",2485 "rlp",2536 "sha3 0.8.2",2486 "sha3 0.8.2",2542[[package]]2492[[package]]2543name = "fp-evm"2493name = "fp-evm"2544version = "3.0.0-dev"2494version = "3.0.0-dev"2545source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2495source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12#43ce3be6274eceaf47d9664ddc71cba68a990923"2546dependencies = [2496dependencies = [2547 "evm",2497 "evm",2548 "impl-trait-for-tuples 0.1.3",2498 "impl-trait-for-tuples 0.1.3",2549 "parity-scale-codec",2499 "parity-scale-codec",2500 "scale-info",2550 "serde",2501 "serde",2551 "sp-core",2502 "sp-core",2552 "sp-std",2503 "sp-std",2555[[package]]2506[[package]]2556name = "fp-rpc"2507name = "fp-rpc"2557version = "3.0.0-dev"2508version = "3.0.0-dev"2558source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2509source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12#43ce3be6274eceaf47d9664ddc71cba68a990923"2559dependencies = [2510dependencies = [2560 "ethereum",2511 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",2561 "ethereum-types",2512 "ethereum-types",2562 "fp-evm",2513 "fp-evm",2563 "parity-scale-codec",2514 "parity-scale-codec",2515 "scale-info",2564 "sp-api",2516 "sp-api",2565 "sp-core",2517 "sp-core",2566 "sp-io",2518 "sp-io",2569]2521]257025222571[[package]]2523[[package]]2524name = "fp-self-contained"2525version = "1.0.0-dev"2526source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12#43ce3be6274eceaf47d9664ddc71cba68a990923"2527dependencies = [2528 "ethereum 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",2529 "frame-support",2530 "parity-scale-codec",2531 "parity-util-mem",2532 "scale-info",2533 "serde",2534 "sha3 0.8.2",2535 "sp-core",2536 "sp-io",2537 "sp-runtime",2538]25392540[[package]]2572name = "fp-storage"2541name = "fp-storage"2573version = "2.0.0"2542version = "2.0.0"2574source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2543source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12#43ce3be6274eceaf47d9664ddc71cba68a990923"257525442576[[package]]2545[[package]]2577name = "frame-benchmarking"2546name = "frame-benchmarking"2578version = "4.0.0-dev"2547version = "4.0.0-dev"2579source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2548source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2580dependencies = [2549dependencies = [2581 "frame-support",2550 "frame-support",2582 "frame-system",2551 "frame-system",2583 "linregress",2552 "linregress",2584 "log",2553 "log",2585 "parity-scale-codec",2554 "parity-scale-codec",2586 "paste",2555 "paste",2556 "scale-info",2587 "sp-api",2557 "sp-api",2588 "sp-io",2558 "sp-io",2589 "sp-runtime",2559 "sp-runtime",2595[[package]]2565[[package]]2596name = "frame-benchmarking-cli"2566name = "frame-benchmarking-cli"2597version = "4.0.0-dev"2567version = "4.0.0-dev"2598source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2568source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2599dependencies = [2569dependencies = [2600 "Inflector",2570 "Inflector",2601 "chrono",2571 "chrono",2621[[package]]2591[[package]]2622name = "frame-election-provider-support"2592name = "frame-election-provider-support"2623version = "4.0.0-dev"2593version = "4.0.0-dev"2624source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2594source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2625dependencies = [2595dependencies = [2626 "frame-support",2596 "frame-support",2627 "frame-system",2597 "frame-system",2628 "parity-scale-codec",2598 "parity-scale-codec",2599 "scale-info",2629 "sp-arithmetic",2600 "sp-arithmetic",2630 "sp-npos-elections",2601 "sp-npos-elections",2631 "sp-std",2602 "sp-std",2634[[package]]2605[[package]]2635name = "frame-executive"2606name = "frame-executive"2636version = "4.0.0-dev"2607version = "4.0.0-dev"2637source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2608source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2638dependencies = [2609dependencies = [2639 "frame-support",2610 "frame-support",2640 "frame-system",2611 "frame-system",2641 "parity-scale-codec",2612 "parity-scale-codec",2613 "scale-info",2642 "sp-core",2614 "sp-core",2643 "sp-io",2615 "sp-io",2644 "sp-runtime",2616 "sp-runtime",264826202649[[package]]2621[[package]]2650name = "frame-metadata"2622name = "frame-metadata"2651version = "14.0.0-dev"2623version = "14.0.0"2652source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2624source = "registry+https://github.com/rust-lang/crates.io-index"2625checksum = "96616f82e069102b95a72c87de4c84d2f87ef7f0f20630e78ce3824436483110"2653dependencies = [2626dependencies = [2627 "cfg-if 1.0.0",2654 "parity-scale-codec",2628 "parity-scale-codec",2629 "scale-info",2655 "serde",2630 "serde",2656 "sp-core",2657 "sp-std",2658]2631]265926322660[[package]]2633[[package]]2661name = "frame-support"2634name = "frame-support"2662version = "4.0.0-dev"2635version = "4.0.0-dev"2663source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2636source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2664dependencies = [2637dependencies = [2665 "bitflags",2638 "bitflags",2666 "frame-metadata",2639 "frame-metadata",2670 "once_cell",2643 "once_cell",2671 "parity-scale-codec",2644 "parity-scale-codec",2672 "paste",2645 "paste",2646 "scale-info",2673 "serde",2647 "serde",2674 "smallvec 1.6.1",2648 "smallvec",2675 "sp-arithmetic",2649 "sp-arithmetic",2676 "sp-core",2650 "sp-core",2677 "sp-inherents",2651 "sp-inherents",2686[[package]]2660[[package]]2687name = "frame-support-procedural"2661name = "frame-support-procedural"2688version = "4.0.0-dev"2662version = "4.0.0-dev"2689source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2663source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2690dependencies = [2664dependencies = [2691 "Inflector",2665 "Inflector",2692 "frame-support-procedural-tools",2666 "frame-support-procedural-tools",2698[[package]]2672[[package]]2699name = "frame-support-procedural-tools"2673name = "frame-support-procedural-tools"2700version = "4.0.0-dev"2674version = "4.0.0-dev"2701source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2675source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2702dependencies = [2676dependencies = [2703 "frame-support-procedural-tools-derive",2677 "frame-support-procedural-tools-derive",2704 "proc-macro-crate 1.0.0",2678 "proc-macro-crate 1.1.0",2705 "proc-macro2",2679 "proc-macro2",2706 "quote",2680 "quote",2707 "syn",2681 "syn",2710[[package]]2684[[package]]2711name = "frame-support-procedural-tools-derive"2685name = "frame-support-procedural-tools-derive"2712version = "3.0.0"2686version = "3.0.0"2713source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2687source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2714dependencies = [2688dependencies = [2715 "proc-macro2",2689 "proc-macro2",2716 "quote",2690 "quote",2720[[package]]2694[[package]]2721name = "frame-system"2695name = "frame-system"2722version = "4.0.0-dev"2696version = "4.0.0-dev"2723source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2697source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2724dependencies = [2698dependencies = [2725 "frame-support",2699 "frame-support",2726 "impl-trait-for-tuples 0.2.1",2727 "log",2700 "log",2728 "parity-scale-codec",2701 "parity-scale-codec",2702 "scale-info",2729 "serde",2703 "serde",2730 "sp-core",2704 "sp-core",2731 "sp-io",2705 "sp-io",2737[[package]]2711[[package]]2738name = "frame-system-benchmarking"2712name = "frame-system-benchmarking"2739version = "4.0.0-dev"2713version = "4.0.0-dev"2740source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2714source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2741dependencies = [2715dependencies = [2742 "frame-benchmarking",2716 "frame-benchmarking",2743 "frame-support",2717 "frame-support",2744 "frame-system",2718 "frame-system",2745 "parity-scale-codec",2719 "parity-scale-codec",2720 "scale-info",2746 "sp-core",2721 "sp-core",2747 "sp-runtime",2722 "sp-runtime",2748 "sp-std",2723 "sp-std",2751[[package]]2726[[package]]2752name = "frame-system-rpc-runtime-api"2727name = "frame-system-rpc-runtime-api"2753version = "4.0.0-dev"2728version = "4.0.0-dev"2754source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2729source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2755dependencies = [2730dependencies = [2756 "parity-scale-codec",2731 "parity-scale-codec",2757 "sp-api",2732 "sp-api",2760[[package]]2735[[package]]2761name = "frame-try-runtime"2736name = "frame-try-runtime"2762version = "0.10.0-dev"2737version = "0.10.0-dev"2763source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2738source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2764dependencies = [2739dependencies = [2765 "frame-support",2740 "frame-support",2766 "parity-scale-codec",2767 "sp-api",2741 "sp-api",2768 "sp-runtime",2742 "sp-runtime",2769 "sp-std",2743 "sp-std",2770]2744]277127452772[[package]]2746[[package]]2773name = "fs-err"2747name = "fs-err"2774version = "2.5.0"2748version = "2.6.0"2775source = "registry+https://github.com/rust-lang/crates.io-index"2749source = "registry+https://github.com/rust-lang/crates.io-index"2776checksum = "bcd1163ae48bda72a20ae26d66a04d3094135cadab911cff418ae5e33f253431"2750checksum = "5ebd3504ad6116843b8375ad70df74e7bfe83cac77a1f3fe73200c844d43bfe0"277727512778[[package]]2752[[package]]2779name = "fs-swap"2753name = "fs-swap"2798]2772]279927732800[[package]]2774[[package]]2801name = "fuchsia-cprng"2802version = "0.1.1"2803source = "registry+https://github.com/rust-lang/crates.io-index"2804checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"28052806[[package]]2807name = "fuchsia-zircon"2775name = "fuchsia-zircon"2808version = "0.3.3"2776version = "0.3.3"2809source = "registry+https://github.com/rust-lang/crates.io-index"2777source = "registry+https://github.com/rust-lang/crates.io-index"282727952828[[package]]2796[[package]]2829name = "futures"2797name = "futures"2830version = "0.1.29"2798version = "0.1.31"2831source = "registry+https://github.com/rust-lang/crates.io-index"2799source = "registry+https://github.com/rust-lang/crates.io-index"2832checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"2800checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"283328012834[[package]]2802[[package]]2835name = "futures"2803name = "futures"2863checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"2831checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"286428322865[[package]]2833[[package]]2866name = "futures-cpupool"2867version = "0.1.8"2868source = "registry+https://github.com/rust-lang/crates.io-index"2869checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"2870dependencies = [2871 "futures 0.1.29",2872 "num_cpus",2873]28742875[[package]]2876name = "futures-executor"2834name = "futures-executor"2877version = "0.3.17"2835version = "0.3.17"2878source = "registry+https://github.com/rust-lang/crates.io-index"2836source = "registry+https://github.com/rust-lang/crates.io-index"289228502893[[package]]2851[[package]]2894name = "futures-lite"2852name = "futures-lite"2895version = "1.11.3"2853version = "1.12.0"2896source = "registry+https://github.com/rust-lang/crates.io-index"2854source = "registry+https://github.com/rust-lang/crates.io-index"2897checksum = "b4481d0cd0de1d204a4fa55e7d45f07b1d958abcb06714b3446438e2eff695fb"2855checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"2898dependencies = [2856dependencies = [2899 "fastrand",2857 "fastrand",2900 "futures-core",2858 "futures-core",2901 "futures-io",2859 "futures-io",2902 "memchr",2860 "memchr",2903 "parking",2861 "parking",2904 "pin-project-lite 0.2.4",2862 "pin-project-lite 0.2.7",2905 "waker-fn",2863 "waker-fn",2906]2864]290728652925checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"2883checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"2926dependencies = [2884dependencies = [2927 "futures-io",2885 "futures-io",2928 "rustls 0.19.1",2886 "rustls",2929 "webpki",2887 "webpki",2930]2888]293128892960checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"2918checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"2961dependencies = [2919dependencies = [2962 "autocfg",2920 "autocfg",2963 "futures 0.1.29",2921 "futures 0.1.31",2964 "futures-channel",2922 "futures-channel",2965 "futures-core",2923 "futures-core",2966 "futures-io",2924 "futures-io",2967 "futures-macro",2925 "futures-macro",2968 "futures-sink",2926 "futures-sink",2969 "futures-task",2927 "futures-task",2970 "memchr",2928 "memchr",2971 "pin-project-lite 0.2.4",2929 "pin-project-lite 0.2.7",2972 "pin-utils",2930 "pin-utils",2973 "proc-macro-hack",2931 "proc-macro-hack",2974 "proc-macro-nested",2932 "proc-macro-nested",2975 "slab",2933 "slab",2976]2934]297729352978[[package]]2936[[package]]2979name = "gcc"2980version = "0.3.55"2981source = "registry+https://github.com/rust-lang/crates.io-index"2982checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"29832984[[package]]2985name = "generator"2986version = "0.6.23"2987source = "registry+https://github.com/rust-lang/crates.io-index"2988checksum = "8cdc09201b2e8ca1b19290cf7e65de2246b8e91fb6874279722189c4de7b94dc"2989dependencies = [2990 "cc",2991 "libc",2992 "log",2993 "rustc_version 0.2.3",2994 "winapi 0.3.9",2995]29962997[[package]]2998name = "generic-array"2937name = "generic-array"2999version = "0.12.3"2938version = "0.12.4"3000source = "registry+https://github.com/rust-lang/crates.io-index"2939source = "registry+https://github.com/rust-lang/crates.io-index"3001checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"2940checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3002dependencies = [2941dependencies = [3003 "typenum",2942 "typenum",3004]2943]301529543016[[package]]2955[[package]]3017name = "getrandom"2956name = "getrandom"3018version = "0.1.14"2957version = "0.1.16"3019source = "registry+https://github.com/rust-lang/crates.io-index"2958source = "registry+https://github.com/rust-lang/crates.io-index"3020checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"2959checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3021dependencies = [2960dependencies = [3022 "cfg-if 0.1.10",2961 "cfg-if 1.0.0",2962 "js-sys",3023 "libc",2963 "libc",3024 "wasi 0.9.0+wasi-snapshot-preview1",2964 "wasi 0.9.0+wasi-snapshot-preview1",2965 "wasm-bindgen",3025]2966]302629673027[[package]]2968[[package]]3028name = "getrandom"2969name = "getrandom"3029version = "0.2.1"2970version = "0.2.3"3030source = "registry+https://github.com/rust-lang/crates.io-index"2971source = "registry+https://github.com/rust-lang/crates.io-index"3031checksum = "4060f4657be78b8e766215b02b18a2e862d83745545de804638e2b545e81aee6"2972checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"3032dependencies = [2973dependencies = [3033 "cfg-if 1.0.0",2974 "cfg-if 1.0.0",3034 "libc",2975 "libc",304729883048[[package]]2989[[package]]3049name = "gimli"2990name = "gimli"3050version = "0.23.0"2991version = "0.25.0"3051source = "registry+https://github.com/rust-lang/crates.io-index"2992source = "registry+https://github.com/rust-lang/crates.io-index"3052checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"2993checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"30533054[[package]]3055name = "gimli"3056version = "0.24.0"3057source = "registry+https://github.com/rust-lang/crates.io-index"3058checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189"3059dependencies = [2994dependencies = [3060 "fallible-iterator",2995 "fallible-iterator",3061 "indexmap",2996 "indexmap",307030053071[[package]]3006[[package]]3072name = "globset"3007name = "globset"3073version = "0.4.5"3008version = "0.4.8"3074source = "registry+https://github.com/rust-lang/crates.io-index"3009source = "registry+https://github.com/rust-lang/crates.io-index"3075checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"3010checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"3076dependencies = [3011dependencies = [3077 "aho-corasick",3012 "aho-corasick",3078 "bstr",3013 "bstr",3095]3030]309630313097[[package]]3032[[package]]3098name = "h2"3099version = "0.1.26"3100source = "registry+https://github.com/rust-lang/crates.io-index"3101checksum = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"3102dependencies = [3103 "byteorder",3104 "bytes 0.4.12",3105 "fnv",3106 "futures 0.1.29",3107 "http 0.1.21",3108 "indexmap",3109 "log",3110 "slab",3111 "string",3112 "tokio-io",3113]31143115[[package]]3116name = "h2"3117version = "0.2.5"3118source = "registry+https://github.com/rust-lang/crates.io-index"3119checksum = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff"3120dependencies = [3121 "bytes 0.5.6",3122 "fnv",3123 "futures-core",3124 "futures-sink",3125 "futures-util",3126 "http 0.2.1",3127 "indexmap",3128 "log",3129 "slab",3130 "tokio 0.2.25",3131 "tokio-util",3132]31333134[[package]]3135name = "handlebars"3033name = "handlebars"3136version = "3.5.1"3034version = "3.5.5"3137source = "registry+https://github.com/rust-lang/crates.io-index"3035source = "registry+https://github.com/rust-lang/crates.io-index"3138checksum = "2764f9796c0ddca4b82c07f25dd2cb3db30b9a8f47940e78e1c883d9e95c3db9"3036checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3"3139dependencies = [3037dependencies = [3140 "log",3038 "log",3141 "pest",3039 "pest",3142 "pest_derive",3040 "pest_derive",3143 "quick-error 2.0.0",3041 "quick-error 2.0.1",3144 "serde",3042 "serde",3145 "serde_json",3043 "serde_json",3146]3044]317130693172[[package]]3070[[package]]3173name = "heck"3071name = "heck"3174version = "0.3.1"3072version = "0.3.3"3175source = "registry+https://github.com/rust-lang/crates.io-index"3073source = "registry+https://github.com/rust-lang/crates.io-index"3176checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"3074checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3177dependencies = [3075dependencies = [3178 "unicode-segmentation",3076 "unicode-segmentation",3179]3077]318030783181[[package]]3079[[package]]3182name = "hermit-abi"3080name = "hermit-abi"3183version = "0.1.15"3081version = "0.1.19"3184source = "registry+https://github.com/rust-lang/crates.io-index"3082source = "registry+https://github.com/rust-lang/crates.io-index"3185checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"3083checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3186dependencies = [3084dependencies = [3187 "libc",3085 "libc",3188]3086]3226]3124]322731253228[[package]]3126[[package]]3127name = "hmac"3128version = "0.11.0"3129source = "registry+https://github.com/rust-lang/crates.io-index"3130checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3131dependencies = [3132 "crypto-mac 0.11.1",3133 "digest 0.9.0",3134]31353136[[package]]3229name = "hmac-drbg"3137name = "hmac-drbg"3230version = "0.2.0"3138version = "0.2.0"3231source = "registry+https://github.com/rust-lang/crates.io-index"3139source = "registry+https://github.com/rust-lang/crates.io-index"3232checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"3140checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"3233dependencies = [3141dependencies = [3234 "digest 0.8.1",3142 "digest 0.8.1",3235 "generic-array 0.12.3",3143 "generic-array 0.12.4",3236 "hmac 0.7.1",3144 "hmac 0.7.1",3237]3145]32383146326031683261[[package]]3169[[package]]3262name = "http"3170name = "http"3263version = "0.1.21"3171version = "0.2.5"3264source = "registry+https://github.com/rust-lang/crates.io-index"3172source = "registry+https://github.com/rust-lang/crates.io-index"3265checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"3173checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b"3266dependencies = [3174dependencies = [3267 "bytes 0.4.12",3175 "bytes 1.1.0",3268 "fnv",3176 "fnv",3269 "itoa",3177 "itoa",3270]3178]327131793272[[package]]3180[[package]]3273name = "http"3274version = "0.2.1"3275source = "registry+https://github.com/rust-lang/crates.io-index"3276checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"3277dependencies = [3278 "bytes 0.5.6",3279 "fnv",3280 "itoa",3281]32823283[[package]]3284name = "http-body"3181name = "http-body"3285version = "0.1.0"3182version = "0.4.4"3286source = "registry+https://github.com/rust-lang/crates.io-index"3183source = "registry+https://github.com/rust-lang/crates.io-index"3287checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"3184checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"3288dependencies = [3185dependencies = [3289 "bytes 0.4.12",3186 "bytes 1.1.0",3290 "futures 0.1.29",3187 "http",3291 "http 0.1.21",3188 "pin-project-lite 0.2.7",3292 "tokio-buf",3293]3189]329431903295[[package]]3191[[package]]3296name = "http-body"3297version = "0.3.1"3298source = "registry+https://github.com/rust-lang/crates.io-index"3299checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"3300dependencies = [3301 "bytes 0.5.6",3302 "http 0.2.1",3303]33043305[[package]]3306name = "http-body"3307version = "0.4.2"3308source = "registry+https://github.com/rust-lang/crates.io-index"3309checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9"3310dependencies = [3311 "bytes 1.0.1",3312 "http 0.2.1",3313 "pin-project-lite 0.2.4",3314]33153316[[package]]3317name = "httparse"3192name = "httparse"3318version = "1.3.4"3193version = "1.5.1"3319source = "registry+https://github.com/rust-lang/crates.io-index"3194source = "registry+https://github.com/rust-lang/crates.io-index"3320checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"3195checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"332131963322[[package]]3197[[package]]3323name = "httpdate"3198name = "httpdate"3324version = "0.3.2"3199version = "1.0.1"3325source = "registry+https://github.com/rust-lang/crates.io-index"3200source = "registry+https://github.com/rust-lang/crates.io-index"3326checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"3201checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"332732023328[[package]]3203[[package]]3329name = "humantime"3204name = "humantime"333632113337[[package]]3212[[package]]3338name = "humantime"3213name = "humantime"3339version = "2.0.1"3214version = "2.1.0"3340source = "registry+https://github.com/rust-lang/crates.io-index"3215source = "registry+https://github.com/rust-lang/crates.io-index"3341checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"3216checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"334232173343[[package]]3218[[package]]3344name = "hyper"3219name = "hyper"3345version = "0.12.35"3220version = "0.14.14"3346source = "registry+https://github.com/rust-lang/crates.io-index"3221source = "registry+https://github.com/rust-lang/crates.io-index"3347checksum = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6"3222checksum = "2b91bb1f221b6ea1f1e4371216b70f40748774c2fb5971b450c07773fb92d26b"3348dependencies = [3223dependencies = [3349 "bytes 0.4.12",3224 "bytes 1.1.0",3350 "futures 0.1.29",3351 "futures-cpupool",3352 "h2 0.1.26",3353 "http 0.1.21",3354 "http-body 0.1.0",3355 "httparse",3356 "iovec",3357 "itoa",3358 "log",3359 "net2",3360 "rustc_version 0.2.3",3361 "time",3362 "tokio 0.1.22",3363 "tokio-buf",3364 "tokio-executor",3365 "tokio-io",3366 "tokio-reactor",3367 "tokio-tcp",3368 "tokio-threadpool",3369 "tokio-timer",3370 "want 0.2.0",3371]33723373[[package]]3374name = "hyper"3375version = "0.13.9"3376source = "registry+https://github.com/rust-lang/crates.io-index"3377checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf"3378dependencies = [3379 "bytes 0.5.6",3380 "futures-channel",3225 "futures-channel",3381 "futures-core",3226 "futures-core",3382 "futures-util",3227 "futures-util",3383 "h2 0.2.5",3228 "http",3384 "http 0.2.1",3385 "http-body 0.3.1",3229 "http-body",3386 "httparse",3230 "httparse",3387 "httpdate",3231 "httpdate",3388 "itoa",3232 "itoa",3389 "pin-project 1.0.7",3233 "pin-project-lite 0.2.7",3390 "socket2 0.3.17",3234 "socket2 0.4.2",3391 "tokio 0.2.25",3235 "tokio 1.13.0",3392 "tower-service",3236 "tower-service",3393 "tracing",3237 "tracing",3394 "want 0.3.0",3238 "want",3395]3239]339632403397[[package]]3241[[package]]3398name = "hyper"3399version = "0.14.5"3400source = "registry+https://github.com/rust-lang/crates.io-index"3401checksum = "8bf09f61b52cfcf4c00de50df88ae423d6c02354e385a86341133b5338630ad1"3402dependencies = [3403 "bytes 1.0.1",3404 "futures-channel",3405 "futures-core",3406 "futures-util",3407 "http 0.2.1",3408 "http-body 0.4.2",3409 "httparse",3410 "httpdate",3411 "itoa",3412 "pin-project 1.0.7",3413 "tokio 1.6.1",3414 "tower-service",3415 "tracing",3416 "want 0.3.0",3417]34183419[[package]]3420name = "hyper-rustls"3242name = "hyper-rustls"3421version = "0.21.0"3243version = "0.22.1"3422source = "registry+https://github.com/rust-lang/crates.io-index"3244source = "registry+https://github.com/rust-lang/crates.io-index"3423checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6"3245checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"3424dependencies = [3246dependencies = [3425 "bytes 0.5.6",3426 "ct-logs",3247 "ct-logs",3427 "futures-util",3248 "futures-util",3428 "hyper 0.13.9",3249 "hyper",3429 "log",3250 "log",3430 "rustls 0.18.0",3251 "rustls",3431 "rustls-native-certs 0.4.0",3252 "rustls-native-certs",3432 "tokio 0.2.25",3253 "tokio 1.13.0",3433 "tokio-rustls 0.14.0",3254 "tokio-rustls",3434 "webpki",3255 "webpki",3435]3256]34363257345332743454[[package]]3275[[package]]3455name = "idna"3276name = "idna"3456version = "0.2.0"3277version = "0.2.3"3457source = "registry+https://github.com/rust-lang/crates.io-index"3278source = "registry+https://github.com/rust-lang/crates.io-index"3458checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"3279checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3459dependencies = [3280dependencies = [3460 "matches",3281 "matches",3461 "unicode-bidi",3282 "unicode-bidi",346432853465[[package]]3286[[package]]3466name = "if-addrs"3287name = "if-addrs"3467version = "0.6.5"3288version = "0.6.6"3468source = "registry+https://github.com/rust-lang/crates.io-index"3289source = "registry+https://github.com/rust-lang/crates.io-index"3469checksum = "28538916eb3f3976311f5dfbe67b5362d0add1293d0a9cad17debf86f8e3aa48"3290checksum = "c9a83ec4af652890ac713ffd8dc859e650420a5ef47f7b9be29b6664ab50fbc8"3470dependencies = [3291dependencies = [3471 "if-addrs-sys",3292 "if-addrs-sys",3472 "libc",3293 "libc",348533063486[[package]]3307[[package]]3487name = "if-watch"3308name = "if-watch"3488version = "0.2.0"3309version = "0.2.2"3489source = "registry+https://github.com/rust-lang/crates.io-index"3310source = "registry+https://github.com/rust-lang/crates.io-index"3490checksum = "6a6d52908d4ea4ab2bc22474ba149bf1011c8e2c3ebc1ff593ae28ac44f494b6"3311checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3491dependencies = [3312dependencies = [3492 "async-io",3313 "async-io",3493 "futures 0.3.17",3314 "futures 0.3.17",356133823562[[package]]3383[[package]]3563name = "instant"3384name = "instant"3564version = "0.1.11"3385version = "0.1.12"3565source = "registry+https://github.com/rust-lang/crates.io-index"3386source = "registry+https://github.com/rust-lang/crates.io-index"3566checksum = "716d3d89f35ac6a34fd0eed635395f4c3b76fa889338a4632e5231a8684216bd"3387checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3567dependencies = [3388dependencies = [3568 "cfg-if 1.0.0",3389 "cfg-if 1.0.0",3569]3390]357033913571[[package]]3392[[package]]3572name = "integer-encoding"3393name = "integer-encoding"3573version = "1.1.5"3394version = "1.1.7"3574source = "registry+https://github.com/rust-lang/crates.io-index"3395source = "registry+https://github.com/rust-lang/crates.io-index"3575checksum = "4f4ebd0bd29be0f11973e9b3e219005661042a019fd757798c36a47c87852625"3396checksum = "48dc51180a9b377fd75814d0cc02199c20f8e99433d6762f650d39cdbbd3b56f"357633973577[[package]]3398[[package]]3578name = "integer-sqrt"3399name = "integer-sqrt"3579version = "0.1.3"3400version = "0.1.5"3580source = "registry+https://github.com/rust-lang/crates.io-index"3401source = "registry+https://github.com/rust-lang/crates.io-index"3581checksum = "f65877bf7d44897a473350b1046277941cee20b263397e90869c50b6e766088b"3402checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3403dependencies = [3404 "num-traits",3405]358234063583[[package]]3407[[package]]3584name = "intervalier"3408name = "intervalier"360134253602[[package]]3426[[package]]3603name = "ip_network"3427name = "ip_network"3604version = "0.3.4"3428version = "0.4.0"3605source = "registry+https://github.com/rust-lang/crates.io-index"3429source = "registry+https://github.com/rust-lang/crates.io-index"3606checksum = "2ee15951c035f79eddbef745611ec962f63f4558f1dadf98ab723cc603487c6f"3430checksum = "09b746553d2f4a1ca26fab939943ddfb217a091f34f53571620a8e3d30691303"360734313608[[package]]3432[[package]]3609name = "ipconfig"3433name = "ipconfig"3610version = "0.2.2"3434version = "0.2.2"3611source = "registry+https://github.com/rust-lang/crates.io-index"3435source = "registry+https://github.com/rust-lang/crates.io-index"3612checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3436checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3613dependencies = [3437dependencies = [3614 "socket2 0.3.17",3438 "socket2 0.3.19",3615 "widestring",3439 "widestring",3616 "winapi 0.3.9",3440 "winapi 0.3.9",3617 "winreg",3441 "winreg",3618]3442]361934433620[[package]]3444[[package]]3621name = "ipnet"3445name = "ipnet"3622version = "2.3.0"3446version = "2.3.1"3623source = "registry+https://github.com/rust-lang/crates.io-index"3447source = "registry+https://github.com/rust-lang/crates.io-index"3624checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"3448checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"362534493626[[package]]3450[[package]]3627name = "itertools"3451name = "itertools"3628version = "0.10.0"3452version = "0.10.1"3629source = "registry+https://github.com/rust-lang/crates.io-index"3453source = "registry+https://github.com/rust-lang/crates.io-index"3630checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"3454checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"3631dependencies = [3455dependencies = [3632 "either",3456 "either",3633]3457]363434583635[[package]]3459[[package]]3636name = "itoa"3460name = "itoa"3637version = "0.4.6"3461version = "0.4.8"3638source = "registry+https://github.com/rust-lang/crates.io-index"3462source = "registry+https://github.com/rust-lang/crates.io-index"3639checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"3463checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"364034643641[[package]]3465[[package]]3642name = "jobserver"3466name = "jobserver"3643version = "0.1.21"3467version = "0.1.24"3644source = "registry+https://github.com/rust-lang/crates.io-index"3468source = "registry+https://github.com/rust-lang/crates.io-index"3645checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"3469checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3646dependencies = [3470dependencies = [3647 "libc",3471 "libc",3648]3472]364934733650[[package]]3474[[package]]3651name = "js-sys"3475name = "js-sys"3652version = "0.3.52"3476version = "0.3.55"3653source = "registry+https://github.com/rust-lang/crates.io-index"3477source = "registry+https://github.com/rust-lang/crates.io-index"3654checksum = "ce791b7ca6638aae45be056e068fc756d871eb3b3b10b8efa62d1c9cec616752"3478checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"3655dependencies = [3479dependencies = [3656 "wasm-bindgen",3480 "wasm-bindgen",3657]3481]365834823659[[package]]3483[[package]]3660name = "jsonrpc-client-transports"3484name = "jsonrpc-client-transports"3661version = "14.2.1"3485version = "18.0.0"3662source = "registry+https://github.com/rust-lang/crates.io-index"3486source = "registry+https://github.com/rust-lang/crates.io-index"3663checksum = "2773fa94a2a1fd51efb89a8f45b8861023dbb415d18d3c9235ae9388d780f9ec"3487checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"3664dependencies = [3488dependencies = [3665 "failure",3489 "derive_more",3666 "futures 0.1.29",3490 "futures 0.3.17",3667 "jsonrpc-core 14.2.0",3491 "jsonrpc-core",3668 "jsonrpc-pubsub 14.2.0",3492 "jsonrpc-pubsub",3669 "log",3493 "log",3670 "serde",3494 "serde",3671 "serde_json",3495 "serde_json",3672 "url 1.7.2",3496 "url 1.7.2",3673]3497]367434983675[[package]]3499[[package]]3676name = "jsonrpc-client-transports"3677version = "15.1.0"3678source = "registry+https://github.com/rust-lang/crates.io-index"3679checksum = "489b9c612e60c766f751ab40fcb43cbb55a1e10bb44a9b4307ed510ca598cbd7"3680dependencies = [3681 "failure",3682 "futures 0.1.29",3683 "jsonrpc-core 15.1.0",3684 "jsonrpc-pubsub 15.1.0",3685 "log",3686 "serde",3687 "serde_json",3688 "url 1.7.2",3689]36903691[[package]]3692name = "jsonrpc-core"3500name = "jsonrpc-core"3693version = "14.2.0"3501version = "18.0.0"3694source = "registry+https://github.com/rust-lang/crates.io-index"3502source = "registry+https://github.com/rust-lang/crates.io-index"3695checksum = "a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62"3503checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"3696dependencies = [3504dependencies = [3697 "futures 0.1.29",3505 "futures 0.3.17",3506 "futures-executor",3507 "futures-util",3698 "log",3508 "log",3699 "serde",3509 "serde",3700 "serde_derive",3510 "serde_derive",3701 "serde_json",3511 "serde_json",3702]3512]370335133704[[package]]3514[[package]]3705name = "jsonrpc-core"3706version = "15.1.0"3707source = "registry+https://github.com/rust-lang/crates.io-index"3708checksum = "0745a6379e3edc893c84ec203589790774e4247420033e71a76d3ab4687991fa"3709dependencies = [3710 "futures 0.1.29",3711 "log",3712 "serde",3713 "serde_derive",3714 "serde_json",3715]37163717[[package]]3718name = "jsonrpc-core-client"3515name = "jsonrpc-core-client"3719version = "14.2.0"3516version = "18.0.0"3720source = "registry+https://github.com/rust-lang/crates.io-index"3517source = "registry+https://github.com/rust-lang/crates.io-index"3721checksum = "34221123bc79b66279a3fde2d3363553835b43092d629b34f2e760c44dc94713"3518checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"3722dependencies = [3519dependencies = [3723 "jsonrpc-client-transports 14.2.1",3520 "futures 0.3.17",3521 "jsonrpc-client-transports",3724]3522]372535233726[[package]]3524[[package]]3727name = "jsonrpc-core-client"3728version = "15.1.0"3729source = "registry+https://github.com/rust-lang/crates.io-index"3730checksum = "6f764902d7b891344a0acb65625f32f6f7c6db006952143bd650209fbe7d94db"3731dependencies = [3732 "jsonrpc-client-transports 15.1.0",3733]37343735[[package]]3736name = "jsonrpc-derive"3525name = "jsonrpc-derive"3737version = "14.2.2"3526version = "18.0.0"3738source = "registry+https://github.com/rust-lang/crates.io-index"3527source = "registry+https://github.com/rust-lang/crates.io-index"3739checksum = "d0e77e8812f02155b85a677a96e1d16b60181950c0636199bc4528524fba98dc"3528checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"3740dependencies = [3529dependencies = [3741 "proc-macro-crate 0.1.5",3530 "proc-macro-crate 0.1.5",3742 "proc-macro2",3531 "proc-macro2",3745]3534]374635353747[[package]]3536[[package]]3748name = "jsonrpc-derive"3749version = "15.1.0"3750source = "registry+https://github.com/rust-lang/crates.io-index"3751checksum = "99a847f9ec7bb52149b2786a17c9cb260d6effc6b8eeb8c16b343a487a7563a3"3752dependencies = [3753 "proc-macro-crate 0.1.5",3754 "proc-macro2",3755 "quote",3756 "syn",3757]37583759[[package]]3760name = "jsonrpc-http-server"3537name = "jsonrpc-http-server"3761version = "15.1.0"3538version = "18.0.0"3762source = "registry+https://github.com/rust-lang/crates.io-index"3539source = "registry+https://github.com/rust-lang/crates.io-index"3763checksum = "4fb5c4513b7b542f42da107942b7b759f27120b5cc894729f88254b28dff44b7"3540checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"3764dependencies = [3541dependencies = [3765 "hyper 0.12.35",3542 "futures 0.3.17",3766 "jsonrpc-core 15.1.0",3543 "hyper",3544 "jsonrpc-core",3767 "jsonrpc-server-utils",3545 "jsonrpc-server-utils",3768 "log",3546 "log",3769 "net2",3547 "net2",3770 "parking_lot 0.10.2",3548 "parking_lot 0.11.2",3771 "unicase",3549 "unicase",3772]3550]377335513774[[package]]3552[[package]]3775name = "jsonrpc-ipc-server"3553name = "jsonrpc-ipc-server"3776version = "15.1.0"3554version = "18.0.0"3777source = "registry+https://github.com/rust-lang/crates.io-index"3555source = "registry+https://github.com/rust-lang/crates.io-index"3778checksum = "cf50e53e4eea8f421a7316c5f63e395f7bc7c4e786a6dc54d76fab6ff7aa7ce7"3556checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"3779dependencies = [3557dependencies = [3780 "jsonrpc-core 15.1.0",3558 "futures 0.3.17",3559 "jsonrpc-core",3781 "jsonrpc-server-utils",3560 "jsonrpc-server-utils",3782 "log",3561 "log",3783 "parity-tokio-ipc",3562 "parity-tokio-ipc",3784 "parking_lot 0.10.2",3563 "parking_lot 0.11.2",3785 "tokio-service",3564 "tower-service",3786]3565]378735663788[[package]]3567[[package]]3789name = "jsonrpc-pubsub"3568name = "jsonrpc-pubsub"3790version = "14.2.0"3569version = "18.0.0"3791source = "registry+https://github.com/rust-lang/crates.io-index"3570source = "registry+https://github.com/rust-lang/crates.io-index"3792checksum = "2d44f5602a11d657946aac09357956d2841299ed422035edf140c552cb057986"3571checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"3793dependencies = [3572dependencies = [3794 "jsonrpc-core 14.2.0",3573 "futures 0.3.17",3574 "jsonrpc-core",3575 "lazy_static",3795 "log",3576 "log",3796 "parking_lot 0.10.2",3577 "parking_lot 0.11.2",3797 "rand 0.7.3",3578 "rand 0.7.3",3798 "serde",3579 "serde",3799]3580]380035813801[[package]]3582[[package]]3802name = "jsonrpc-pubsub"3803version = "15.1.0"3804source = "registry+https://github.com/rust-lang/crates.io-index"3805checksum = "639558e0604013be9787ae52f798506ae42bf4220fe587bdc5625871cc8b9c77"3806dependencies = [3807 "jsonrpc-core 15.1.0",3808 "log",3809 "parking_lot 0.10.2",3810 "rand 0.7.3",3811 "serde",3812]38133814[[package]]3815name = "jsonrpc-server-utils"3583name = "jsonrpc-server-utils"3816version = "15.1.0"3584version = "18.0.0"3817source = "registry+https://github.com/rust-lang/crates.io-index"3585source = "registry+https://github.com/rust-lang/crates.io-index"3818checksum = "72f1f3990650c033bd8f6bd46deac76d990f9bbfb5f8dc8c4767bf0a00392176"3586checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"3819dependencies = [3587dependencies = [3820 "bytes 0.4.12",3588 "bytes 1.1.0",3589 "futures 0.3.17",3821 "globset",3590 "globset",3822 "jsonrpc-core 15.1.0",3591 "jsonrpc-core",3823 "lazy_static",3592 "lazy_static",3824 "log",3593 "log",3825 "tokio 0.1.22",3594 "tokio 1.13.0",3595 "tokio-stream",3826 "tokio-codec",3596 "tokio-util",3827 "unicase",3597 "unicase",3828]3598]382935993830[[package]]3600[[package]]3831name = "jsonrpc-ws-server"3601name = "jsonrpc-ws-server"3832version = "15.1.0"3602version = "18.0.0"3833source = "registry+https://github.com/rust-lang/crates.io-index"3603source = "registry+https://github.com/rust-lang/crates.io-index"3834checksum = "6596fe75209b73a2a75ebe1dce4e60e03b88a2b25e8807b667597f6315150d22"3604checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"3835dependencies = [3605dependencies = [3836 "jsonrpc-core 15.1.0",3606 "futures 0.3.17",3607 "jsonrpc-core",3837 "jsonrpc-server-utils",3608 "jsonrpc-server-utils",3838 "log",3609 "log",3839 "parity-ws",3610 "parity-ws",3840 "parking_lot 0.10.2",3611 "parking_lot 0.11.2",3841 "slab",3612 "slab",3842]3613]384336143844[[package]]3615[[package]]3845name = "jsonrpsee-proc-macros"3616name = "jsonrpsee-proc-macros"3846version = "0.3.0"3617version = "0.3.1"3847source = "registry+https://github.com/rust-lang/crates.io-index"3618source = "registry+https://github.com/rust-lang/crates.io-index"3848checksum = "f37924e16300e249a52a22cabb5632f846dc9760b39355f5e8bc70cd23dc6300"3619checksum = "8edb341d35279b59c79d7fe9e060a51aec29d45af99cc7c72ea7caa350fa71a4"3849dependencies = [3620dependencies = [3850 "Inflector",3621 "Inflector",3851 "bae",3622 "bae",3852 "proc-macro-crate 1.0.0",3623 "proc-macro-crate 1.1.0",3853 "proc-macro2",3624 "proc-macro2",3854 "quote",3625 "quote",3855 "syn",3626 "syn",3856]3627]385736283858[[package]]3629[[package]]3859name = "jsonrpsee-types"3630name = "jsonrpsee-types"3860version = "0.3.0"3631version = "0.3.1"3861source = "registry+https://github.com/rust-lang/crates.io-index"3632source = "registry+https://github.com/rust-lang/crates.io-index"3862checksum = "d67724d368c59e08b557a516cf8fcc51100e7a708850f502e1044b151fe89788"3633checksum = "4cc738fd55b676ada3271ef7c383a14a0867a2a88b0fa941311bf5fc0a29d498"3863dependencies = [3634dependencies = [3864 "async-trait",3635 "async-trait",3865 "beef",3636 "beef",3866 "futures-channel",3637 "futures-channel",3867 "futures-util",3638 "futures-util",3868 "hyper 0.14.5",3639 "hyper",3869 "log",3640 "log",3870 "serde",3641 "serde",3871 "serde_json",3642 "serde_json",387536463876[[package]]3647[[package]]3877name = "jsonrpsee-ws-client"3648name = "jsonrpsee-ws-client"3878version = "0.3.0"3649version = "0.3.1"3879source = "registry+https://github.com/rust-lang/crates.io-index"3650source = "registry+https://github.com/rust-lang/crates.io-index"3880checksum = "8e2834b6e7f57ce9a4412ed4d6dc95125d2c8612e68f86b9d9a07369164e4198"3651checksum = "9841352dbecf4c2ed5dc71698df9f1660262ae4e0b610e968602529bdbcf7b30"3881dependencies = [3652dependencies = [3882 "async-trait",3653 "async-trait",3883 "fnv",3654 "fnv",3884 "futures 0.3.17",3655 "futures 0.3.17",3885 "jsonrpsee-types",3656 "jsonrpsee-types",3886 "log",3657 "log",3887 "pin-project 1.0.7",3658 "pin-project 1.0.8",3888 "rustls 0.19.1",3659 "rustls",3889 "rustls-native-certs 0.5.0",3660 "rustls-native-certs",3890 "serde",3661 "serde",3891 "serde_json",3662 "serde_json",3892 "soketto 0.6.0",3663 "soketto 0.6.0",3893 "thiserror",3664 "thiserror",3894 "tokio 0.2.25",3665 "tokio 1.13.0",3895 "tokio-rustls 0.15.0",3666 "tokio-rustls",3896 "tokio-util",3667 "tokio-util",3897 "url 2.2.0",3668 "url 2.2.2",3898]3669]389936703900[[package]]3671[[package]]391536863916[[package]]3687[[package]]3917name = "kusama-runtime"3688name = "kusama-runtime"3918version = "0.9.10"3689version = "0.9.12"3919source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"3690source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"3920dependencies = [3691dependencies = [3921 "beefy-primitives",3692 "beefy-primitives",3922 "bitvec 0.20.1",3693 "bitvec 0.20.4",3923 "frame-benchmarking",3694 "frame-benchmarking",3924 "frame-election-provider-support",3695 "frame-election-provider-support",3925 "frame-executive",3696 "frame-executive",3933 "pallet-authority-discovery",3704 "pallet-authority-discovery",3934 "pallet-authorship",3705 "pallet-authorship",3935 "pallet-babe",3706 "pallet-babe",3707 "pallet-bags-list",3936 "pallet-balances",3708 "pallet-balances",3937 "pallet-bounties",3709 "pallet-bounties",3938 "pallet-collective",3710 "pallet-collective",3971 "polkadot-runtime-common",3743 "polkadot-runtime-common",3972 "polkadot-runtime-parachains",3744 "polkadot-runtime-parachains",3973 "rustc-hex",3745 "rustc-hex",3746 "scale-info",3974 "serde",3747 "serde",3975 "serde_derive",3748 "serde_derive",3976 "smallvec 1.6.1",3749 "smallvec",3977 "sp-api",3750 "sp-api",3978 "sp-arithmetic",3751 "sp-arithmetic",3979 "sp-authority-discovery",3752 "sp-authority-discovery",4013checksum = "45a3f58dc069ec0e205a27f5b45920722a46faed802a0541538241af6228f512"3786checksum = "45a3f58dc069ec0e205a27f5b45920722a46faed802a0541538241af6228f512"4014dependencies = [3787dependencies = [4015 "parity-util-mem",3788 "parity-util-mem",4016 "smallvec 1.6.1",3789 "smallvec",4017]3790]401837914019[[package]]3792[[package]]402938024030[[package]]3803[[package]]4031name = "kvdb-rocksdb"3804name = "kvdb-rocksdb"4032version = "0.12.0"4033source = "registry+https://github.com/rust-lang/crates.io-index"4034checksum = "431ca65516efab86e65d96281f750ebb54277dec656fcf6c027f3d1c0cb69e4c"4035dependencies = [4036 "fs-swap",4037 "kvdb",4038 "log",4039 "num_cpus",4040 "owning_ref",4041 "parity-util-mem",4042 "parking_lot 0.11.2",4043 "regex",4044 "rocksdb 0.16.0",4045 "smallvec 1.6.1",4046]40474048[[package]]4049name = "kvdb-rocksdb"4050version = "0.14.0"3805version = "0.14.0"4051source = "registry+https://github.com/rust-lang/crates.io-index"3806source = "registry+https://github.com/rust-lang/crates.io-index"4052checksum = "9b1b6ea8f2536f504b645ad78419c8246550e19d2c3419a167080ce08edee35a"3807checksum = "9b1b6ea8f2536f504b645ad78419c8246550e19d2c3419a167080ce08edee35a"4059 "parity-util-mem",3814 "parity-util-mem",4060 "parking_lot 0.11.2",3815 "parking_lot 0.11.2",4061 "regex",3816 "regex",4062 "rocksdb 0.17.0",3817 "rocksdb",4063 "smallvec 1.6.1",3818 "smallvec",4064]3819]406538204066[[package]]3821[[package]]407138264072[[package]]3827[[package]]4073name = "lazycell"3828name = "lazycell"4074version = "1.2.1"3829version = "1.3.0"4075source = "registry+https://github.com/rust-lang/crates.io-index"3830source = "registry+https://github.com/rust-lang/crates.io-index"4076checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"3831checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"407738324078[[package]]3833[[package]]4079name = "libc"3834name = "libc"4080version = "0.2.103"3835version = "0.2.106"4081source = "registry+https://github.com/rust-lang/crates.io-index"3836source = "registry+https://github.com/rust-lang/crates.io-index"4082checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6"3837checksum = "a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673"408338384084[[package]]3839[[package]]4085name = "libloading"3840name = "libloading"409338484094[[package]]3849[[package]]4095name = "libloading"3850name = "libloading"4096version = "0.7.0"3851version = "0.7.1"4097source = "registry+https://github.com/rust-lang/crates.io-index"3852source = "registry+https://github.com/rust-lang/crates.io-index"4098checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"3853checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"4099dependencies = [3854dependencies = [4100 "cfg-if 1.0.0",3855 "cfg-if 1.0.0",4101 "winapi 0.3.9",3856 "winapi 0.3.9",4114checksum = "9004c06878ef8f3b4b4067e69a140d87ed20bf777287f82223e49713b36ee433"3869checksum = "9004c06878ef8f3b4b4067e69a140d87ed20bf777287f82223e49713b36ee433"4115dependencies = [3870dependencies = [4116 "atomic",3871 "atomic",4117 "bytes 1.0.1",3872 "bytes 1.1.0",4118 "futures 0.3.17",3873 "futures 0.3.17",4119 "lazy_static",3874 "lazy_static",4120 "libp2p-core",3875 "libp2p-core",4141 "libp2p-yamux",3896 "libp2p-yamux",4142 "multiaddr",3897 "multiaddr",4143 "parking_lot 0.11.2",3898 "parking_lot 0.11.2",4144 "pin-project 1.0.7",3899 "pin-project 1.0.8",4145 "smallvec 1.6.1",3900 "smallvec",4146 "wasm-timer",3901 "wasm-timer",4147]3902]414839034166 "multihash 0.14.0",3921 "multihash 0.14.0",4167 "multistream-select",3922 "multistream-select",4168 "parking_lot 0.11.2",3923 "parking_lot 0.11.2",4169 "pin-project 1.0.7",3924 "pin-project 1.0.8",4170 "prost",3925 "prost",4171 "prost-build",3926 "prost-build",4172 "rand 0.7.3",3927 "rand 0.7.3",4173 "ring",3928 "ring",4174 "rw-stream-sink",3929 "rw-stream-sink",4175 "sha2 0.9.2",3930 "sha2 0.9.8",4176 "smallvec 1.6.1",3931 "smallvec",4177 "thiserror",3932 "thiserror",4178 "unsigned-varint 0.7.0",3933 "unsigned-varint 0.7.0",4179 "void",3934 "void",4201 "futures 0.3.17",3956 "futures 0.3.17",4202 "libp2p-core",3957 "libp2p-core",4203 "log",3958 "log",4204 "smallvec 1.6.1",3959 "smallvec",4205 "trust-dns-resolver",3960 "trust-dns-resolver",4206]3961]420739624220 "prost",3975 "prost",4221 "prost-build",3976 "prost-build",4222 "rand 0.7.3",3977 "rand 0.7.3",4223 "smallvec 1.6.1",3978 "smallvec",4224]3979]422539804226[[package]]3981[[package]]4232 "asynchronous-codec 0.6.0",3987 "asynchronous-codec 0.6.0",4233 "base64 0.13.0",3988 "base64 0.13.0",4234 "byteorder",3989 "byteorder",4235 "bytes 1.0.1",3990 "bytes 1.1.0",4236 "fnv",3991 "fnv",4237 "futures 0.3.17",3992 "futures 0.3.17",4238 "hex_fmt",3993 "hex_fmt",4243 "prost-build",3998 "prost-build",4244 "rand 0.7.3",3999 "rand 0.7.3",4245 "regex",4000 "regex",4246 "sha2 0.9.2",4001 "sha2 0.9.8",4247 "smallvec 1.6.1",4002 "smallvec",4248 "unsigned-varint 0.7.0",4003 "unsigned-varint 0.7.0",4249 "wasm-timer",4004 "wasm-timer",4250]4005]4261 "log",4016 "log",4262 "prost",4017 "prost",4263 "prost-build",4018 "prost-build",4264 "smallvec 1.6.1",4019 "smallvec",4265 "wasm-timer",4020 "wasm-timer",4266]4021]426740224273dependencies = [4028dependencies = [4274 "arrayvec 0.5.2",4029 "arrayvec 0.5.2",4275 "asynchronous-codec 0.6.0",4030 "asynchronous-codec 0.6.0",4276 "bytes 1.0.1",4031 "bytes 1.1.0",4277 "either",4032 "either",4278 "fnv",4033 "fnv",4279 "futures 0.3.17",4034 "futures 0.3.17",4283 "prost",4038 "prost",4284 "prost-build",4039 "prost-build",4285 "rand 0.7.3",4040 "rand 0.7.3",4286 "sha2 0.9.2",4041 "sha2 0.9.8",4287 "smallvec 1.6.1",4042 "smallvec",4288 "uint",4043 "uint",4289 "unsigned-varint 0.7.0",4044 "unsigned-varint 0.7.0",4290 "void",4045 "void",4307 "libp2p-swarm",4062 "libp2p-swarm",4308 "log",4063 "log",4309 "rand 0.8.4",4064 "rand 0.8.4",4310 "smallvec 1.6.1",4065 "smallvec",4311 "socket2 0.4.0",4066 "socket2 0.4.2",4312 "void",4067 "void",4313]4068]431440694319checksum = "313d9ea526c68df4425f580024e67a9d3ffd49f2c33de5154b1f5019816f7a99"4074checksum = "313d9ea526c68df4425f580024e67a9d3ffd49f2c33de5154b1f5019816f7a99"4320dependencies = [4075dependencies = [4321 "asynchronous-codec 0.6.0",4076 "asynchronous-codec 0.6.0",4322 "bytes 1.0.1",4077 "bytes 1.1.0",4323 "futures 0.3.17",4078 "futures 0.3.17",4324 "libp2p-core",4079 "libp2p-core",4325 "log",4080 "log",4326 "nohash-hasher",4081 "nohash-hasher",4327 "parking_lot 0.11.2",4082 "parking_lot 0.11.2",4328 "rand 0.7.3",4083 "rand 0.7.3",4329 "smallvec 1.6.1",4084 "smallvec",4330 "unsigned-varint 0.7.0",4085 "unsigned-varint 0.7.0",4331]4086]433240874336source = "registry+https://github.com/rust-lang/crates.io-index"4091source = "registry+https://github.com/rust-lang/crates.io-index"4337checksum = "3f1db7212f342b6ba7c981cc40e31f76e9e56cb48e65fa4c142ecaca5839523e"4092checksum = "3f1db7212f342b6ba7c981cc40e31f76e9e56cb48e65fa4c142ecaca5839523e"4338dependencies = [4093dependencies = [4339 "bytes 1.0.1",4094 "bytes 1.1.0",4340 "curve25519-dalek 3.0.0",4095 "curve25519-dalek 3.2.0",4341 "futures 0.3.17",4096 "futures 0.3.17",4342 "lazy_static",4097 "lazy_static",4343 "libp2p-core",4098 "libp2p-core",4344 "log",4099 "log",4345 "prost",4100 "prost",4346 "prost-build",4101 "prost-build",4347 "rand 0.8.4",4102 "rand 0.8.4",4348 "sha2 0.9.2",4103 "sha2 0.9.8",4349 "snow",4104 "snow",4350 "static_assertions",4105 "static_assertions",4351 "x25519-dalek",4106 "x25519-dalek",4374checksum = "13b4783e5423870b9a5c199f65a7a3bc66d86ab56b2b9beebf3c338d889cf8e4"4129checksum = "13b4783e5423870b9a5c199f65a7a3bc66d86ab56b2b9beebf3c338d889cf8e4"4375dependencies = [4130dependencies = [4376 "asynchronous-codec 0.6.0",4131 "asynchronous-codec 0.6.0",4377 "bytes 1.0.1",4132 "bytes 1.1.0",4378 "futures 0.3.17",4133 "futures 0.3.17",4379 "libp2p-core",4134 "libp2p-core",4380 "log",4135 "log",4392dependencies = [4147dependencies = [4393 "futures 0.3.17",4148 "futures 0.3.17",4394 "log",4149 "log",4395 "pin-project 1.0.7",4150 "pin-project 1.0.8",4396 "rand 0.7.3",4151 "rand 0.7.3",4397 "salsa20",4152 "salsa20",4398 "sha3 0.9.1",4153 "sha3 0.9.1",4405checksum = "0133f6cfd81cdc16e716de2982e012c62e6b9d4f12e41967b3ee361051c622aa"4160checksum = "0133f6cfd81cdc16e716de2982e012c62e6b9d4f12e41967b3ee361051c622aa"4406dependencies = [4161dependencies = [4407 "asynchronous-codec 0.6.0",4162 "asynchronous-codec 0.6.0",4408 "bytes 1.0.1",4163 "bytes 1.1.0",4409 "futures 0.3.17",4164 "futures 0.3.17",4410 "futures-timer 3.0.2",4165 "futures-timer 3.0.2",4411 "libp2p-core",4166 "libp2p-core",4412 "libp2p-swarm",4167 "libp2p-swarm",4413 "log",4168 "log",4414 "pin-project 1.0.7",4169 "pin-project 1.0.8",4415 "prost",4170 "prost",4416 "prost-build",4171 "prost-build",4417 "rand 0.7.3",4172 "rand 0.7.3",4418 "smallvec 1.6.1",4173 "smallvec",4419 "unsigned-varint 0.7.0",4174 "unsigned-varint 0.7.0",4420 "void",4175 "void",4421 "wasm-timer",4176 "wasm-timer",4428checksum = "06cdae44b6821466123af93cbcdec7c9e6ba9534a8af9cdc296446d39416d241"4183checksum = "06cdae44b6821466123af93cbcdec7c9e6ba9534a8af9cdc296446d39416d241"4429dependencies = [4184dependencies = [4430 "async-trait",4185 "async-trait",4431 "bytes 1.0.1",4186 "bytes 1.1.0",4432 "futures 0.3.17",4187 "futures 0.3.17",4433 "libp2p-core",4188 "libp2p-core",4434 "libp2p-swarm",4189 "libp2p-swarm",4435 "log",4190 "log",4436 "lru",4191 "lru 0.6.6",4437 "minicbor",4192 "minicbor",4438 "rand 0.7.3",4193 "rand 0.7.3",4439 "smallvec 1.6.1",4194 "smallvec",4440 "unsigned-varint 0.7.0",4195 "unsigned-varint 0.7.0",4441 "wasm-timer",4196 "wasm-timer",4442]4197]4452 "libp2p-core",4207 "libp2p-core",4453 "log",4208 "log",4454 "rand 0.7.3",4209 "rand 0.7.3",4455 "smallvec 1.6.1",4210 "smallvec",4456 "void",4211 "void",4457 "wasm-timer",4212 "wasm-timer",4458]4213]4481 "libc",4236 "libc",4482 "libp2p-core",4237 "libp2p-core",4483 "log",4238 "log",4484 "socket2 0.4.0",4239 "socket2 0.4.2",4485]4240]448642414487[[package]]4242[[package]]4523 "log",4278 "log",4524 "quicksink",4279 "quicksink",4525 "rw-stream-sink",4280 "rw-stream-sink",4526 "soketto 0.4.1",4281 "soketto 0.4.2",4527 "url 2.2.0",4282 "url 2.2.2",4528 "webpki-roots",4283 "webpki-roots",4529]4284]453042854579 "base64 0.12.3",4334 "base64 0.12.3",4580 "digest 0.9.0",4335 "digest 0.9.0",4581 "hmac-drbg 0.3.0",4336 "hmac-drbg 0.3.0",4582 "libsecp256k1-core",4337 "libsecp256k1-core 0.2.2",4583 "libsecp256k1-gen-ecmult",4338 "libsecp256k1-gen-ecmult 0.2.1",4584 "libsecp256k1-gen-genmult",4339 "libsecp256k1-gen-genmult 0.2.1",4585 "rand 0.7.3",4340 "rand 0.7.3",4586 "serde",4341 "serde",4587 "sha2 0.9.2",4342 "sha2 0.9.8",4588 "typenum",4343 "typenum",4589]4344]459043454598 "base64 0.12.3",4353 "base64 0.12.3",4599 "digest 0.9.0",4354 "digest 0.9.0",4600 "hmac-drbg 0.3.0",4355 "hmac-drbg 0.3.0",4601 "libsecp256k1-core",4356 "libsecp256k1-core 0.2.2",4602 "libsecp256k1-gen-ecmult",4357 "libsecp256k1-gen-ecmult 0.2.1",4603 "libsecp256k1-gen-genmult",4358 "libsecp256k1-gen-genmult 0.2.1",4604 "rand 0.7.3",4359 "rand 0.7.3",4605 "serde",4360 "serde",4606 "sha2 0.9.2",4361 "sha2 0.9.8",4607 "typenum",4362 "typenum",4608]4363]460943644610[[package]]4365[[package]]4366name = "libsecp256k1"4367version = "0.7.0"4368source = "registry+https://github.com/rust-lang/crates.io-index"4369checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4370dependencies = [4371 "arrayref",4372 "base64 0.13.0",4373 "digest 0.9.0",4374 "hmac-drbg 0.3.0",4375 "libsecp256k1-core 0.3.0",4376 "libsecp256k1-gen-ecmult 0.3.0",4377 "libsecp256k1-gen-genmult 0.3.0",4378 "rand 0.8.4",4379 "serde",4380 "sha2 0.9.8",4381 "typenum",4382]43834384[[package]]4611name = "libsecp256k1-core"4385name = "libsecp256k1-core"4612version = "0.2.2"4386version = "0.2.2"4613source = "registry+https://github.com/rust-lang/crates.io-index"4387source = "registry+https://github.com/rust-lang/crates.io-index"4619]4393]462043944621[[package]]4395[[package]]4396name = "libsecp256k1-core"4397version = "0.3.0"4398source = "registry+https://github.com/rust-lang/crates.io-index"4399checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4400dependencies = [4401 "crunchy",4402 "digest 0.9.0",4403 "subtle 2.4.1",4404]44054406[[package]]4622name = "libsecp256k1-gen-ecmult"4407name = "libsecp256k1-gen-ecmult"4623version = "0.2.1"4408version = "0.2.1"4624source = "registry+https://github.com/rust-lang/crates.io-index"4409source = "registry+https://github.com/rust-lang/crates.io-index"4625checksum = "ccab96b584d38fac86a83f07e659f0deafd0253dc096dab5a36d53efe653c5c3"4410checksum = "ccab96b584d38fac86a83f07e659f0deafd0253dc096dab5a36d53efe653c5c3"4626dependencies = [4411dependencies = [4627 "libsecp256k1-core",4412 "libsecp256k1-core 0.2.2",4628]4413]462944144630[[package]]4415[[package]]4416name = "libsecp256k1-gen-ecmult"4417version = "0.3.0"4418source = "registry+https://github.com/rust-lang/crates.io-index"4419checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4420dependencies = [4421 "libsecp256k1-core 0.3.0",4422]44234424[[package]]4631name = "libsecp256k1-gen-genmult"4425name = "libsecp256k1-gen-genmult"4632version = "0.2.1"4426version = "0.2.1"4633source = "registry+https://github.com/rust-lang/crates.io-index"4427source = "registry+https://github.com/rust-lang/crates.io-index"4634checksum = "67abfe149395e3aa1c48a2beb32b068e2334402df8181f818d3aee2b304c4f5d"4428checksum = "67abfe149395e3aa1c48a2beb32b068e2334402df8181f818d3aee2b304c4f5d"4635dependencies = [4429dependencies = [4636 "libsecp256k1-core",4430 "libsecp256k1-core 0.2.2",4637]4431]463844324639[[package]]4433[[package]]4434name = "libsecp256k1-gen-genmult"4435version = "0.3.0"4436source = "registry+https://github.com/rust-lang/crates.io-index"4437checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4438dependencies = [4439 "libsecp256k1-core 0.3.0",4440]44414442[[package]]4640name = "libz-sys"4443name = "libz-sys"4641version = "1.0.25"4444version = "1.1.3"4642source = "registry+https://github.com/rust-lang/crates.io-index"4445source = "registry+https://github.com/rust-lang/crates.io-index"4643checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"4446checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"4644dependencies = [4447dependencies = [4645 "cc",4448 "cc",4646 "libc",4647 "pkg-config",4449 "pkg-config",4648 "vcpkg",4450 "vcpkg",4649]4451]465644584657[[package]]4459[[package]]4658name = "linked_hash_set"4460name = "linked_hash_set"4659version = "0.1.3"4461version = "0.1.4"4660source = "registry+https://github.com/rust-lang/crates.io-index"4462source = "registry+https://github.com/rust-lang/crates.io-index"4661checksum = "3c7c91c4c7bbeb4f2f7c4e5be11e6a05bd6830bc37249c47ce1ad86ad453ff9c"4463checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4662dependencies = [4464dependencies = [4663 "linked-hash-map",4465 "linked-hash-map",4664]4466]466544674666[[package]]4468[[package]]4667name = "linregress"4469name = "linregress"4668version = "0.4.3"4470version = "0.4.4"4669source = "registry+https://github.com/rust-lang/crates.io-index"4471source = "registry+https://github.com/rust-lang/crates.io-index"4670checksum = "1e6e407dadb4ca4b31bc69c27aff00e7ca4534fdcee855159b039a7cebb5f395"4472checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4671dependencies = [4473dependencies = [4672 "nalgebra",4474 "nalgebra",4673 "statrs",4475 "statrs",4702]4504]470345054704[[package]]4506[[package]]4705name = "loom"4507name = "lru"4706version = "0.3.6"4508version = "0.6.6"4707source = "registry+https://github.com/rust-lang/crates.io-index"4509source = "registry+https://github.com/rust-lang/crates.io-index"4708checksum = "a0e8460f2f2121162705187214720353c517b97bdfb3494c0b1e33d83ebe4bed"4510checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"4709dependencies = [4511dependencies = [4710 "cfg-if 0.1.10",4512 "hashbrown",4711 "generator",4712 "scoped-tls",4713 "serde",4714 "serde_json",4715]4513]471645144717[[package]]4515[[package]]4718name = "lru"4516name = "lru"4719version = "0.6.6"4517version = "0.7.0"4720source = "registry+https://github.com/rust-lang/crates.io-index"4518source = "registry+https://github.com/rust-lang/crates.io-index"4721checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"4519checksum = "6c748cfe47cb8da225c37595b3108bea1c198c84aaae8ea0ba76d01dda9fc803"4722dependencies = [4520dependencies = [4723 "hashbrown",4521 "hashbrown",4724]4522]4733]4531]473445324735[[package]]4533[[package]]4534name = "lz4"4535version = "1.23.2"4536source = "registry+https://github.com/rust-lang/crates.io-index"4537checksum = "aac20ed6991e01bf6a2e68cc73df2b389707403662a8ba89f68511fb340f724c"4538dependencies = [4539 "libc",4540 "lz4-sys",4541]45424543[[package]]4544name = "lz4-sys"4545version = "1.9.2"4546source = "registry+https://github.com/rust-lang/crates.io-index"4547checksum = "dca79aa95d8b3226213ad454d328369853be3a1382d89532a854f4d69640acae"4548dependencies = [4549 "cc",4550 "libc",4551]45524553[[package]]4736name = "mach"4554name = "mach"4737version = "0.3.2"4555version = "0.3.2"4738source = "registry+https://github.com/rust-lang/crates.io-index"4556source = "registry+https://github.com/rust-lang/crates.io-index"476445824765[[package]]4583[[package]]4766name = "matches"4584name = "matches"4767version = "0.1.8"4585version = "0.1.9"4768source = "registry+https://github.com/rust-lang/crates.io-index"4586source = "registry+https://github.com/rust-lang/crates.io-index"4769checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"4587checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"477045884771[[package]]4589[[package]]4772name = "matrixmultiply"4590name = "matrixmultiply"4778]4596]477945974780[[package]]4598[[package]]4781name = "maybe-uninit"4782version = "2.0.0"4783source = "registry+https://github.com/rust-lang/crates.io-index"4784checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"47854786[[package]]4787name = "memchr"4599name = "memchr"4788version = "2.3.3"4600version = "2.4.1"4789source = "registry+https://github.com/rust-lang/crates.io-index"4601source = "registry+https://github.com/rust-lang/crates.io-index"4790checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"4602checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"479146034792[[package]]4604[[package]]4793name = "memmap2"4605name = "memmap2"4794version = "0.2.0"4606version = "0.2.3"4795source = "registry+https://github.com/rust-lang/crates.io-index"4607source = "registry+https://github.com/rust-lang/crates.io-index"4796checksum = "e73be3b7d04a0123e933fea1d50d126cc7196bbc0362c0ce426694f777194eee"4608checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"4797dependencies = [4609dependencies = [4798 "libc",4610 "libc",4799]4611]480046124801[[package]]4613[[package]]4802name = "memoffset"4614name = "memoffset"4803version = "0.5.5"4615version = "0.6.4"4804source = "registry+https://github.com/rust-lang/crates.io-index"4616source = "registry+https://github.com/rust-lang/crates.io-index"4805checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"4617checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"4806dependencies = [4618dependencies = [4807 "autocfg",4619 "autocfg",4808]4620]480946214810[[package]]4622[[package]]4811name = "memoffset"4812version = "0.6.1"4813source = "registry+https://github.com/rust-lang/crates.io-index"4814checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"4815dependencies = [4816 "autocfg",4817]48184819[[package]]4820name = "memory-db"4623name = "memory-db"4821version = "0.27.0"4624version = "0.27.0"4822source = "registry+https://github.com/rust-lang/crates.io-index"4625source = "registry+https://github.com/rust-lang/crates.io-index"4833source = "registry+https://github.com/rust-lang/crates.io-index"4636source = "registry+https://github.com/rust-lang/crates.io-index"4834checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"4637checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"4835dependencies = [4638dependencies = [4836 "lru",4639 "lru 0.6.6",4837]4640]483846414839[[package]]4642[[package]]484446474845[[package]]4648[[package]]4846name = "merlin"4649name = "merlin"4847version = "2.0.0"4650version = "2.0.1"4848source = "registry+https://github.com/rust-lang/crates.io-index"4651source = "registry+https://github.com/rust-lang/crates.io-index"4849checksum = "c6feca46f4fa3443a01769d768727f10c10a20fdb65e52dc16a81f0c8269bb78"4652checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4850dependencies = [4653dependencies = [4851 "byteorder",4654 "byteorder",4852 "keccak",4655 "keccak",485646594857[[package]]4660[[package]]4858name = "metered-channel"4661name = "metered-channel"4859version = "0.9.10"4662version = "0.9.12"4860source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"4663source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"4861dependencies = [4664dependencies = [4862 "derive_more",4665 "derive_more",4863 "futures 0.3.17",4666 "futures 0.3.17",4864 "futures-timer 3.0.2",4667 "futures-timer 3.0.2",4668 "thiserror",4669 "tracing",4865]4670]486646714867[[package]]4672[[package]]487746824878[[package]]4683[[package]]4879name = "minicbor"4684name = "minicbor"4880version = "0.8.0"4685version = "0.8.1"4881source = "registry+https://github.com/rust-lang/crates.io-index"4686source = "registry+https://github.com/rust-lang/crates.io-index"4882checksum = "ea79ce4ab9f445ec6b71833a2290ac0a29c9dde0fa7cae4c481eecae021d9bd9"4687checksum = "51aa5bb0ca22415daca596a227b507f880ad1b2318a87fa9325312a5d285ca0d"4883dependencies = [4688dependencies = [4884 "minicbor-derive",4689 "minicbor-derive",4885]4690]488646914887[[package]]4692[[package]]4888name = "minicbor-derive"4693name = "minicbor-derive"4889version = "0.6.2"4694version = "0.6.4"4890source = "registry+https://github.com/rust-lang/crates.io-index"4695source = "registry+https://github.com/rust-lang/crates.io-index"4891checksum = "19ce18b5423c573a13e80cb3046ea0af6379ef725dc3af4886bdb8f4e5093068"4696checksum = "54999f917cd092b13904737e26631aa2b2b88d625db68e4bab461dcd8006c788"4892dependencies = [4697dependencies = [4893 "proc-macro2",4698 "proc-macro2",4894 "quote",4699 "quote",489747024898[[package]]4703[[package]]4899name = "miniz_oxide"4704name = "miniz_oxide"4900version = "0.4.0"4705version = "0.4.4"4901source = "registry+https://github.com/rust-lang/crates.io-index"4706source = "registry+https://github.com/rust-lang/crates.io-index"4902checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"4707checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"4903dependencies = [4708dependencies = [4904 "adler",4709 "adler",4710 "autocfg",4905]4711]490647124907[[package]]4713[[package]]4924]4730]492547314926[[package]]4732[[package]]4927name = "mio-extras"4733name = "mio"4928version = "2.0.6"4734version = "0.7.14"4929source = "registry+https://github.com/rust-lang/crates.io-index"4735source = "registry+https://github.com/rust-lang/crates.io-index"4930checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"4736checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"4931dependencies = [4737dependencies = [4932 "lazycell",4738 "libc",4933 "log",4739 "log",4934 "mio",4740 "miow 0.3.7",4935 "slab",4741 "ntapi",4742 "winapi 0.3.9",4936]4743]493747444938[[package]]4745[[package]]4939name = "mio-named-pipes"4746name = "mio-extras"4940version = "0.1.7"4747version = "2.0.6"4941source = "registry+https://github.com/rust-lang/crates.io-index"4748source = "registry+https://github.com/rust-lang/crates.io-index"4942checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"4749checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"4943dependencies = [4750dependencies = [4751 "lazycell",4944 "log",4752 "log",4945 "mio",4753 "mio 0.6.23",4946 "miow 0.3.5",4947 "winapi 0.3.9",4754 "slab",4948]4755]494947564950[[package]]4757[[package]]4951name = "mio-uds"4952version = "0.6.8"4953source = "registry+https://github.com/rust-lang/crates.io-index"4954checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"4955dependencies = [4956 "iovec",4957 "libc",4958 "mio",4959]49604961[[package]]4962name = "miow"4758name = "miow"4963version = "0.2.2"4759version = "0.2.2"4964source = "registry+https://github.com/rust-lang/crates.io-index"4760source = "registry+https://github.com/rust-lang/crates.io-index"497247684973[[package]]4769[[package]]4974name = "miow"4770name = "miow"4975version = "0.3.5"4771version = "0.3.7"4976source = "registry+https://github.com/rust-lang/crates.io-index"4772source = "registry+https://github.com/rust-lang/crates.io-index"4977checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e"4773checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"4978dependencies = [4774dependencies = [4979 "socket2 0.3.17",4980 "winapi 0.3.9",4775 "winapi 0.3.9",4981]4776]498247775001 "serde",4796 "serde",5002 "static_assertions",4797 "static_assertions",5003 "unsigned-varint 0.7.0",4798 "unsigned-varint 0.7.0",5004 "url 2.2.0",4799 "url 2.2.2",5005]4800]500648015007[[package]]4802[[package]]501748125018[[package]]4813[[package]]5019name = "multihash"4814name = "multihash"5020version = "0.13.1"4815version = "0.13.2"5021source = "registry+https://github.com/rust-lang/crates.io-index"4816source = "registry+https://github.com/rust-lang/crates.io-index"5022checksum = "fb63389ee5fcd4df3f8727600f4a0c3df53c541f0ed4e8b50a9ae51a80fc1efe"4817checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"5023dependencies = [4818dependencies = [5024 "blake2b_simd",4819 "blake2b_simd",5025 "blake2s_simd",4820 "blake2s_simd",5026 "blake3",4821 "blake3",5027 "digest 0.9.0",4822 "digest 0.9.0",5028 "generic-array 0.14.4",4823 "generic-array 0.14.4",5029 "multihash-derive",4824 "multihash-derive",5030 "sha2 0.9.2",4825 "sha2 0.9.8",5031 "sha3 0.9.1",4826 "sha3 0.9.1",5032 "unsigned-varint 0.5.1",4827 "unsigned-varint 0.5.1",5033]4828]5041 "digest 0.9.0",4836 "digest 0.9.0",5042 "generic-array 0.14.4",4837 "generic-array 0.14.4",5043 "multihash-derive",4838 "multihash-derive",5044 "sha2 0.9.2",4839 "sha2 0.9.8",5045 "unsigned-varint 0.7.0",4840 "unsigned-varint 0.7.0",5046]4841]504748425051source = "registry+https://github.com/rust-lang/crates.io-index"4846source = "registry+https://github.com/rust-lang/crates.io-index"5052checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"4847checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"5053dependencies = [4848dependencies = [5054 "proc-macro-crate 1.0.0",4849 "proc-macro-crate 1.1.0",5055 "proc-macro-error 1.0.4",4850 "proc-macro-error 1.0.4",5056 "proc-macro2",4851 "proc-macro2",5057 "quote",4852 "quote",506148565062[[package]]4857[[package]]5063name = "multimap"4858name = "multimap"5064version = "0.8.1"4859version = "0.8.3"5065source = "registry+https://github.com/rust-lang/crates.io-index"4860source = "registry+https://github.com/rust-lang/crates.io-index"5066checksum = "d8883adfde9756c1d30b0f519c9b8c502a94b41ac62f696453c37c7fc0a958ce"4861checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"506748625068[[package]]4863[[package]]5069name = "multistream-select"4864name = "multistream-select"5070version = "0.10.0"4865version = "0.10.4"5071source = "registry+https://github.com/rust-lang/crates.io-index"4866source = "registry+https://github.com/rust-lang/crates.io-index"5072checksum = "10ddc0eb0117736f19d556355464fc87efc8ad98b29e3fd84f02531eb6e90840"4867checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"5073dependencies = [4868dependencies = [5074 "bytes 1.0.1",4869 "bytes 1.1.0",5075 "futures 0.3.17",4870 "futures 0.3.17",5076 "log",4871 "log",5077 "pin-project 1.0.7",4872 "pin-project 1.0.8",5078 "smallvec 1.6.1",4873 "smallvec",5079 "unsigned-varint 0.6.0",4874 "unsigned-varint 0.7.0",5080]4875]508148765082[[package]]4877[[package]]511049055111[[package]]4906[[package]]5112name = "names"4907name = "names"5113version = "0.11.0"4908version = "0.12.0"5114source = "registry+https://github.com/rust-lang/crates.io-index"4909source = "registry+https://github.com/rust-lang/crates.io-index"5115checksum = "ef320dab323286b50fb5cdda23f61c796a72a89998ab565ca32525c5c556f2da"4910checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"5116dependencies = [4911dependencies = [5117 "rand 0.3.23",4912 "rand 0.8.4",5118]4913]511949145120[[package]]4915[[package]]5121name = "nb-connect"5122version = "1.0.2"5123source = "registry+https://github.com/rust-lang/crates.io-index"5124checksum = "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998"5125dependencies = [5126 "libc",5127 "winapi 0.3.9",5128]51295130[[package]]5131name = "net2"4916name = "net2"5132version = "0.2.37"4917version = "0.2.37"5133source = "registry+https://github.com/rust-lang/crates.io-index"4918source = "registry+https://github.com/rust-lang/crates.io-index"5160 "frame-benchmarking",4945 "frame-benchmarking",5161 "frame-benchmarking-cli",4946 "frame-benchmarking-cli",5162 "futures 0.3.17",4947 "futures 0.3.17",5163 "jsonrpc-core 15.1.0",4948 "jsonrpc-core",5164 "jsonrpc-pubsub 15.1.0",4949 "jsonrpc-pubsub",5165 "log",4950 "log",5166 "nft-data-structs",4951 "nft-data-structs",5167 "nft-rpc",4952 "nft-rpc",5222 "frame-support",5007 "frame-support",5223 "frame-system",5008 "frame-system",5224 "parity-scale-codec",5009 "parity-scale-codec",5010 "scale-info",5225 "serde",5011 "serde",5226 "sp-core",5012 "sp-core",5227 "sp-runtime",5013 "sp-runtime",5238 "fc-rpc-core",5024 "fc-rpc-core",5239 "fp-rpc",5025 "fp-rpc",5240 "futures 0.3.17",5026 "futures 0.3.17",5241 "jsonrpc-core 15.1.0",5027 "jsonrpc-core",5242 "jsonrpc-pubsub 15.1.0",5028 "jsonrpc-pubsub",5243 "nft-runtime",5029 "nft-runtime",5244 "pallet-ethereum",5030 "pallet-ethereum",5245 "pallet-nft",5031 "pallet-nft",5285 "cumulus-primitives-utility",5071 "cumulus-primitives-utility",5286 "derivative",5072 "derivative",5287 "fp-rpc",5073 "fp-rpc",5074 "fp-self-contained",5288 "frame-benchmarking",5075 "frame-benchmarking",5289 "frame-executive",5076 "frame-executive",5290 "frame-support",5077 "frame-support",5317 "parachain-info",5104 "parachain-info",5318 "parity-scale-codec",5105 "parity-scale-codec",5319 "polkadot-parachain",5106 "polkadot-parachain",5107 "scale-info",5320 "serde",5108 "serde",5321 "smallvec 1.6.1",5109 "smallvec",5322 "sp-api",5110 "sp-api",5323 "sp-arithmetic",5111 "sp-arithmetic",5324 "sp-block-builder",5112 "sp-block-builder",535251405353[[package]]5141[[package]]5354name = "nom"5142name = "nom"5355version = "6.2.1"5143version = "6.1.2"5356source = "registry+https://github.com/rust-lang/crates.io-index"5144source = "registry+https://github.com/rust-lang/crates.io-index"5357checksum = "9c5c51b9083a3c620fa67a2a635d1ce7d95b897e957d6b28ff9a5da960a103a6"5145checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"5358dependencies = [5146dependencies = [5359 "bitvec 0.19.5",5147 "bitvec 0.19.5",5360 "funty",5148 "funty",5363]5151]536451525365[[package]]5153[[package]]5154name = "ntapi"5155version = "0.3.6"5156source = "registry+https://github.com/rust-lang/crates.io-index"5157checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"5158dependencies = [5159 "winapi 0.3.9",5160]51615162[[package]]5366name = "num-bigint"5163name = "num-bigint"5367version = "0.2.6"5164version = "0.2.6"5368source = "registry+https://github.com/rust-lang/crates.io-index"5165source = "registry+https://github.com/rust-lang/crates.io-index"538451815385[[package]]5182[[package]]5386name = "num-integer"5183name = "num-integer"5387version = "0.1.43"5184version = "0.1.44"5388source = "registry+https://github.com/rust-lang/crates.io-index"5185source = "registry+https://github.com/rust-lang/crates.io-index"5389checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"5186checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"5390dependencies = [5187dependencies = [5391 "autocfg",5188 "autocfg",5392 "num-traits",5189 "num-traits",543752345438[[package]]5235[[package]]5439name = "object"5236name = "object"5440version = "0.23.0"5237version = "0.26.2"5441source = "registry+https://github.com/rust-lang/crates.io-index"5238source = "registry+https://github.com/rust-lang/crates.io-index"5442checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"5239checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"5240dependencies = [5241 "crc32fast",5242 "indexmap",5243 "memchr",5244]544352455444[[package]]5246[[package]]5445name = "object"5247name = "object"5446version = "0.24.0"5248version = "0.27.1"5447source = "registry+https://github.com/rust-lang/crates.io-index"5249source = "registry+https://github.com/rust-lang/crates.io-index"5448checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170"5250checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5449dependencies = [5251dependencies = [5450 "crc32fast",5252 "memchr",5451 "indexmap",5452]5253]545352545454[[package]]5255[[package]]5455name = "once_cell"5256name = "once_cell"5456version = "1.6.0"5257version = "1.8.0"5457source = "registry+https://github.com/rust-lang/crates.io-index"5258source = "registry+https://github.com/rust-lang/crates.io-index"5458checksum = "4ad167a2f54e832b82dbe003a046280dceffe5227b5f79e08e363a29638cfddd"5259checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"5459dependencies = [5460 "parking_lot 0.11.2",5461]546252605463[[package]]5261[[package]]5464name = "opaque-debug"5262name = "opaque-debug"547452725475[[package]]5273[[package]]5476name = "openssl-probe"5274name = "openssl-probe"5477version = "0.1.2"5275version = "0.1.4"5478source = "registry+https://github.com/rust-lang/crates.io-index"5276source = "registry+https://github.com/rust-lang/crates.io-index"5479checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"5277checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"548052785481[[package]]5279[[package]]5482name = "ordered-float"5280name = "ordered-float"5483version = "1.1.0"5281version = "1.1.1"5484source = "registry+https://github.com/rust-lang/crates.io-index"5282source = "registry+https://github.com/rust-lang/crates.io-index"5485checksum = "3741934be594d77de1c8461ebcbbe866f585ea616a9753aa78f2bdc69f0e4579"5283checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5486dependencies = [5284dependencies = [5487 "num-traits",5285 "num-traits",5488]5286]5499[[package]]5297[[package]]5500name = "pallet-aura"5298name = "pallet-aura"5501version = "4.0.0-dev"5299version = "4.0.0-dev"5502source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5300source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5503dependencies = [5301dependencies = [5504 "frame-support",5302 "frame-support",5505 "frame-system",5303 "frame-system",5506 "pallet-session",5507 "pallet-timestamp",5304 "pallet-timestamp",5508 "parity-scale-codec",5305 "parity-scale-codec",5306 "scale-info",5509 "sp-application-crypto",5307 "sp-application-crypto",5510 "sp-consensus-aura",5308 "sp-consensus-aura",5511 "sp-runtime",5309 "sp-runtime",5515[[package]]5313[[package]]5516name = "pallet-authority-discovery"5314name = "pallet-authority-discovery"5517version = "4.0.0-dev"5315version = "4.0.0-dev"5518source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5316source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5519dependencies = [5317dependencies = [5520 "frame-support",5318 "frame-support",5521 "frame-system",5319 "frame-system",5522 "pallet-session",5320 "pallet-session",5523 "parity-scale-codec",5321 "parity-scale-codec",5322 "scale-info",5524 "sp-application-crypto",5323 "sp-application-crypto",5525 "sp-authority-discovery",5324 "sp-authority-discovery",5526 "sp-runtime",5325 "sp-runtime",5530[[package]]5329[[package]]5531name = "pallet-authorship"5330name = "pallet-authorship"5532version = "4.0.0-dev"5331version = "4.0.0-dev"5533source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5332source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5534dependencies = [5333dependencies = [5535 "frame-support",5334 "frame-support",5536 "frame-system",5335 "frame-system",5537 "impl-trait-for-tuples 0.2.1",5336 "impl-trait-for-tuples 0.2.1",5538 "parity-scale-codec",5337 "parity-scale-codec",5338 "scale-info",5539 "sp-authorship",5339 "sp-authorship",5540 "sp-runtime",5340 "sp-runtime",5541 "sp-std",5341 "sp-std",5544[[package]]5344[[package]]5545name = "pallet-babe"5345name = "pallet-babe"5546version = "4.0.0-dev"5346version = "4.0.0-dev"5547source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5347source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5548dependencies = [5348dependencies = [5549 "frame-benchmarking",5349 "frame-benchmarking",5550 "frame-support",5350 "frame-support",5554 "pallet-session",5354 "pallet-session",5555 "pallet-timestamp",5355 "pallet-timestamp",5556 "parity-scale-codec",5356 "parity-scale-codec",5357 "scale-info",5557 "sp-application-crypto",5358 "sp-application-crypto",5558 "sp-consensus-babe",5359 "sp-consensus-babe",5559 "sp-consensus-vrf",5360 "sp-consensus-vrf",5565]5366]556653675567[[package]]5368[[package]]5369name = "pallet-bags-list"5370version = "4.0.0-dev"5371source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5372dependencies = [5373 "frame-benchmarking",5374 "frame-election-provider-support",5375 "frame-support",5376 "frame-system",5377 "log",5378 "pallet-balances",5379 "parity-scale-codec",5380 "scale-info",5381 "sp-core",5382 "sp-io",5383 "sp-runtime",5384 "sp-std",5385 "sp-tracing",5386]53875388[[package]]5568name = "pallet-balances"5389name = "pallet-balances"5569version = "4.0.0-dev"5390version = "4.0.0-dev"5570source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5391source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5571dependencies = [5392dependencies = [5572 "frame-benchmarking",5393 "frame-benchmarking",5573 "frame-support",5394 "frame-support",5574 "frame-system",5395 "frame-system",5575 "log",5396 "log",5576 "parity-scale-codec",5397 "parity-scale-codec",5398 "scale-info",5577 "sp-runtime",5399 "sp-runtime",5578 "sp-std",5400 "sp-std",5579]5401]558054025581[[package]]5403[[package]]5582name = "pallet-beefy"5404name = "pallet-beefy"5583version = "0.1.0"5405version = "4.0.0-dev"5584source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23"5406source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5585dependencies = [5407dependencies = [5586 "beefy-primitives",5408 "beefy-primitives",5587 "frame-support",5409 "frame-support",559654185597[[package]]5419[[package]]5598name = "pallet-beefy-mmr"5420name = "pallet-beefy-mmr"5599version = "0.1.0"5421version = "4.0.0-dev"5600source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23"5422source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5601dependencies = [5423dependencies = [5602 "beefy-merkle-tree",5424 "beefy-merkle-tree",5603 "beefy-primitives",5425 "beefy-primitives",5604 "frame-support",5426 "frame-support",5605 "frame-system",5427 "frame-system",5606 "hex",5428 "hex",5607 "libsecp256k1 0.6.0",5429 "libsecp256k1 0.7.0",5608 "log",5430 "log",5609 "pallet-beefy",5431 "pallet-beefy",5610 "pallet-mmr",5432 "pallet-mmr",5622[[package]]5444[[package]]5623name = "pallet-bounties"5445name = "pallet-bounties"5624version = "4.0.0-dev"5446version = "4.0.0-dev"5625source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5447source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5626dependencies = [5448dependencies = [5627 "frame-benchmarking",5449 "frame-benchmarking",5628 "frame-support",5450 "frame-support",5629 "frame-system",5451 "frame-system",5452 "log",5630 "pallet-treasury",5453 "pallet-treasury",5631 "parity-scale-codec",5454 "parity-scale-codec",5455 "scale-info",5456 "sp-core",5457 "sp-io",5632 "sp-runtime",5458 "sp-runtime",5633 "sp-std",5459 "sp-std",5634]5460]563554615636[[package]]5462[[package]]5637name = "pallet-bridge-dispatch"5463name = "pallet-bridge-dispatch"5638version = "0.1.0"5464version = "0.1.0"5639source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"5465source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"5640dependencies = [5466dependencies = [5641 "bp-message-dispatch",5467 "bp-message-dispatch",5642 "bp-runtime",5468 "bp-runtime",5643 "frame-support",5469 "frame-support",5644 "frame-system",5470 "frame-system",5645 "log",5471 "log",5646 "parity-scale-codec",5472 "parity-scale-codec",5473 "scale-info",5647 "sp-core",5474 "sp-core",5648 "sp-runtime",5475 "sp-runtime",5649 "sp-std",5476 "sp-std",5652[[package]]5479[[package]]5653name = "pallet-bridge-grandpa"5480name = "pallet-bridge-grandpa"5654version = "0.1.0"5481version = "0.1.0"5655source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"5482source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"5656dependencies = [5483dependencies = [5657 "bp-header-chain",5484 "bp-header-chain",5658 "bp-runtime",5485 "bp-runtime",5663 "log",5490 "log",5664 "num-traits",5491 "num-traits",5665 "parity-scale-codec",5492 "parity-scale-codec",5493 "scale-info",5666 "serde",5494 "serde",5667 "sp-finality-grandpa",5495 "sp-finality-grandpa",5668 "sp-runtime",5496 "sp-runtime",5673[[package]]5501[[package]]5674name = "pallet-bridge-messages"5502name = "pallet-bridge-messages"5675version = "0.1.0"5503version = "0.1.0"5676source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"5504source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"5677dependencies = [5505dependencies = [5678 "bitvec 0.20.1",5506 "bitvec 0.20.4",5679 "bp-message-dispatch",5507 "bp-message-dispatch",5680 "bp-messages",5508 "bp-messages",5681 "bp-rialto",5509 "bp-rialto",5685 "log",5513 "log",5686 "num-traits",5514 "num-traits",5687 "parity-scale-codec",5515 "parity-scale-codec",5516 "scale-info",5688 "serde",5517 "serde",5689 "sp-core",5518 "sp-core",5690 "sp-runtime",5519 "sp-runtime",5694[[package]]5523[[package]]5695name = "pallet-collective"5524name = "pallet-collective"5696version = "4.0.0-dev"5525version = "4.0.0-dev"5697source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5526source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5698dependencies = [5527dependencies = [5699 "frame-benchmarking",5528 "frame-benchmarking",5700 "frame-support",5529 "frame-support",5701 "frame-system",5530 "frame-system",5702 "log",5531 "log",5703 "parity-scale-codec",5532 "parity-scale-codec",5533 "scale-info",5704 "sp-core",5534 "sp-core",5705 "sp-io",5535 "sp-io",5706 "sp-runtime",5536 "sp-runtime",5715 "frame-system",5545 "frame-system",5716 "pallet-contracts",5546 "pallet-contracts",5717 "parity-scale-codec",5547 "parity-scale-codec",5548 "scale-info",5718 "sp-runtime",5549 "sp-runtime",5719 "sp-std",5550 "sp-std",5720 "up-sponsorship",5551 "up-sponsorship",5723[[package]]5554[[package]]5724name = "pallet-contracts"5555name = "pallet-contracts"5725version = "4.0.0-dev"5556version = "4.0.0-dev"5726source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5557source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5727dependencies = [5558dependencies = [5728 "bitflags",5559 "bitflags",5560 "frame-benchmarking",5729 "frame-support",5561 "frame-support",5730 "frame-system",5562 "frame-system",5563 "libsecp256k1 0.6.0",5731 "log",5564 "log",5732 "pallet-contracts-primitives",5565 "pallet-contracts-primitives",5733 "pallet-contracts-proc-macro",5566 "pallet-contracts-proc-macro",5734 "parity-scale-codec",5567 "parity-scale-codec",5735 "pwasm-utils",5568 "pwasm-utils",5569 "rand 0.7.3",5570 "scale-info",5736 "serde",5571 "serde",5737 "smallvec 1.6.1",5572 "smallvec",5738 "sp-core",5573 "sp-core",5739 "sp-io",5574 "sp-io",5740 "sp-runtime",5575 "sp-runtime",5746[[package]]5581[[package]]5747name = "pallet-contracts-primitives"5582name = "pallet-contracts-primitives"5748version = "4.0.0-dev"5583version = "4.0.0-dev"5749source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5584source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5750dependencies = [5585dependencies = [5751 "bitflags",5586 "bitflags",5752 "parity-scale-codec",5587 "parity-scale-codec",5588 "scale-info",5753 "serde",5589 "serde",5754 "sp-core",5590 "sp-core",5755 "sp-runtime",5591 "sp-runtime",5759[[package]]5595[[package]]5760name = "pallet-contracts-proc-macro"5596name = "pallet-contracts-proc-macro"5761version = "4.0.0-dev"5597version = "4.0.0-dev"5762source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5598source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5763dependencies = [5599dependencies = [5764 "proc-macro2",5600 "proc-macro2",5765 "quote",5601 "quote",5769[[package]]5605[[package]]5770name = "pallet-democracy"5606name = "pallet-democracy"5771version = "4.0.0-dev"5607version = "4.0.0-dev"5772source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5608source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5773dependencies = [5609dependencies = [5774 "frame-benchmarking",5610 "frame-benchmarking",5775 "frame-support",5611 "frame-support",5776 "frame-system",5612 "frame-system",5777 "parity-scale-codec",5613 "parity-scale-codec",5614 "scale-info",5778 "serde",5615 "serde",5779 "sp-io",5616 "sp-io",5780 "sp-runtime",5617 "sp-runtime",5784[[package]]5621[[package]]5785name = "pallet-election-provider-multi-phase"5622name = "pallet-election-provider-multi-phase"5786version = "4.0.0-dev"5623version = "4.0.0-dev"5787source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5624source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5788dependencies = [5625dependencies = [5789 "frame-benchmarking",5626 "frame-benchmarking",5790 "frame-election-provider-support",5627 "frame-election-provider-support",5793 "log",5630 "log",5794 "parity-scale-codec",5631 "parity-scale-codec",5795 "rand 0.7.3",5632 "rand 0.7.3",5633 "scale-info",5796 "sp-arithmetic",5634 "sp-arithmetic",5797 "sp-core",5635 "sp-core",5798 "sp-io",5636 "sp-io",5799 "sp-npos-elections",5637 "sp-npos-elections",5800 "sp-runtime",5638 "sp-runtime",5801 "sp-std",5639 "sp-std",5802 "static_assertions",5640 "static_assertions",5641 "strum 0.21.0",5642 "strum_macros 0.21.1",5803]5643]580456445805[[package]]5645[[package]]5806name = "pallet-elections-phragmen"5646name = "pallet-elections-phragmen"5807version = "5.0.0-dev"5647version = "5.0.0-dev"5808source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5648source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5809dependencies = [5649dependencies = [5810 "frame-benchmarking",5650 "frame-benchmarking",5811 "frame-support",5651 "frame-support",5812 "frame-system",5652 "frame-system",5813 "log",5653 "log",5814 "parity-scale-codec",5654 "parity-scale-codec",5655 "scale-info",5815 "sp-core",5656 "sp-core",5816 "sp-io",5657 "sp-io",5817 "sp-npos-elections",5658 "sp-npos-elections",5822[[package]]5663[[package]]5823name = "pallet-ethereum"5664name = "pallet-ethereum"5824version = "4.0.0-dev"5665version = "4.0.0-dev"5825source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"5666source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12#43ce3be6274eceaf47d9664ddc71cba68a990923"5826dependencies = [5667dependencies = [5827 "ethereum",5668 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",5828 "ethereum-types",5669 "ethereum-types",5829 "evm",5670 "evm",5830 "fp-consensus",5671 "fp-consensus",5831 "fp-evm",5672 "fp-evm",5832 "fp-rpc",5673 "fp-rpc",5674 "fp-self-contained",5833 "fp-storage",5675 "fp-storage",5834 "frame-support",5676 "frame-support",5835 "frame-system",5677 "frame-system",5836 "libsecp256k1 0.5.0",5837 "pallet-balances",5678 "pallet-balances",5838 "pallet-evm",5679 "pallet-evm",5839 "pallet-timestamp",5680 "pallet-timestamp",5840 "parity-scale-codec",5681 "parity-scale-codec",5841 "rlp",5682 "rlp",5842 "rustc-hex",5683 "rustc-hex",5684 "scale-info",5843 "serde",5685 "serde",5844 "sha3 0.8.2",5686 "sha3 0.8.2",5845 "sp-io",5687 "sp-io",5850[[package]]5692[[package]]5851name = "pallet-evm"5693name = "pallet-evm"5852version = "6.0.0-dev"5694version = "6.0.0-dev"5853source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"5695source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12#43ce3be6274eceaf47d9664ddc71cba68a990923"5854dependencies = [5696dependencies = [5855 "evm",5697 "evm",5856 "evm-gasometer",5698 "evm-gasometer",5867 "parity-scale-codec",5709 "parity-scale-codec",5868 "primitive-types 0.9.1",5710 "primitive-types 0.9.1",5869 "rlp",5711 "rlp",5712 "scale-info",5870 "serde",5713 "serde",5871 "sha3 0.8.2",5714 "sha3 0.8.2",5872 "sp-core",5715 "sp-core",5879name = "pallet-evm-coder-substrate"5722name = "pallet-evm-coder-substrate"5880version = "0.1.0"5723version = "0.1.0"5881dependencies = [5724dependencies = [5882 "ethereum",5725 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",5883 "evm-coder",5726 "evm-coder",5884 "frame-support",5727 "frame-support",5885 "frame-system",5728 "frame-system",5886 "pallet-ethereum",5729 "pallet-ethereum",5887 "pallet-evm",5730 "pallet-evm",5888 "parity-scale-codec",5731 "parity-scale-codec",5732 "scale-info",5889 "sp-core",5733 "sp-core",5890 "sp-std",5734 "sp-std",5891]5735]5901 "pallet-evm",5745 "pallet-evm",5902 "pallet-evm-coder-substrate",5746 "pallet-evm-coder-substrate",5903 "parity-scale-codec",5747 "parity-scale-codec",5748 "scale-info",5904 "sp-core",5749 "sp-core",5905 "sp-runtime",5750 "sp-runtime",5906 "sp-std",5751 "sp-std",5917 "frame-system",5762 "frame-system",5918 "pallet-evm",5763 "pallet-evm",5919 "parity-scale-codec",5764 "parity-scale-codec",5765 "scale-info",5920 "sp-core",5766 "sp-core",5921 "sp-io",5767 "sp-io",5922 "sp-runtime",5768 "sp-runtime",5933 "pallet-ethereum",5779 "pallet-ethereum",5934 "pallet-evm",5780 "pallet-evm",5935 "parity-scale-codec",5781 "parity-scale-codec",5782 "scale-info",5936 "sp-core",5783 "sp-core",5937 "sp-io",5784 "sp-io",5938 "sp-runtime",5785 "sp-runtime",5943[[package]]5790[[package]]5944name = "pallet-gilt"5791name = "pallet-gilt"5945version = "4.0.0-dev"5792version = "4.0.0-dev"5946source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5793source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5947dependencies = [5794dependencies = [5948 "frame-benchmarking",5795 "frame-benchmarking",5949 "frame-support",5796 "frame-support",5950 "frame-system",5797 "frame-system",5951 "parity-scale-codec",5798 "parity-scale-codec",5799 "scale-info",5952 "sp-arithmetic",5800 "sp-arithmetic",5953 "sp-runtime",5801 "sp-runtime",5954 "sp-std",5802 "sp-std",5957[[package]]5805[[package]]5958name = "pallet-grandpa"5806name = "pallet-grandpa"5959version = "4.0.0-dev"5807version = "4.0.0-dev"5960source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5808source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5961dependencies = [5809dependencies = [5962 "frame-benchmarking",5810 "frame-benchmarking",5963 "frame-support",5811 "frame-support",5966 "pallet-authorship",5814 "pallet-authorship",5967 "pallet-session",5815 "pallet-session",5968 "parity-scale-codec",5816 "parity-scale-codec",5817 "scale-info",5969 "sp-application-crypto",5818 "sp-application-crypto",5970 "sp-core",5819 "sp-core",5971 "sp-finality-grandpa",5820 "sp-finality-grandpa",5979[[package]]5828[[package]]5980name = "pallet-identity"5829name = "pallet-identity"5981version = "4.0.0-dev"5830version = "4.0.0-dev"5982source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5831source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5983dependencies = [5832dependencies = [5984 "enumflags2",5833 "enumflags2",5985 "frame-benchmarking",5834 "frame-benchmarking",5986 "frame-support",5835 "frame-support",5987 "frame-system",5836 "frame-system",5988 "parity-scale-codec",5837 "parity-scale-codec",5838 "scale-info",5989 "sp-io",5839 "sp-io",5990 "sp-runtime",5840 "sp-runtime",5991 "sp-std",5841 "sp-std",5994[[package]]5844[[package]]5995name = "pallet-im-online"5845name = "pallet-im-online"5996version = "4.0.0-dev"5846version = "4.0.0-dev"5997source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5847source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5998dependencies = [5848dependencies = [5999 "frame-benchmarking",5849 "frame-benchmarking",6000 "frame-support",5850 "frame-support",6001 "frame-system",5851 "frame-system",6002 "log",5852 "log",6003 "pallet-authorship",5853 "pallet-authorship",6004 "parity-scale-codec",5854 "parity-scale-codec",5855 "scale-info",6005 "sp-application-crypto",5856 "sp-application-crypto",6006 "sp-core",5857 "sp-core",6007 "sp-io",5858 "sp-io",6013[[package]]5864[[package]]6014name = "pallet-indices"5865name = "pallet-indices"6015version = "4.0.0-dev"5866version = "4.0.0-dev"6016source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5867source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6017dependencies = [5868dependencies = [6018 "frame-benchmarking",5869 "frame-benchmarking",6019 "frame-support",5870 "frame-support",6020 "frame-system",5871 "frame-system",6021 "parity-scale-codec",5872 "parity-scale-codec",5873 "scale-info",6022 "sp-core",5874 "sp-core",6023 "sp-io",5875 "sp-io",6024 "sp-keyring",5876 "sp-keyring",6037 "pallet-randomness-collective-flip",5889 "pallet-randomness-collective-flip",6038 "pallet-timestamp",5890 "pallet-timestamp",6039 "parity-scale-codec",5891 "parity-scale-codec",5892 "scale-info",6040 "serde",5893 "serde",6041 "sp-core",5894 "sp-core",6042 "sp-io",5895 "sp-io",6047[[package]]5900[[package]]6048name = "pallet-membership"5901name = "pallet-membership"6049version = "4.0.0-dev"5902version = "4.0.0-dev"6050source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5903source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6051dependencies = [5904dependencies = [6052 "frame-benchmarking",5905 "frame-benchmarking",6053 "frame-support",5906 "frame-support",6054 "frame-system",5907 "frame-system",6055 "log",5908 "log",6056 "parity-scale-codec",5909 "parity-scale-codec",5910 "scale-info",5911 "sp-core",6057 "sp-io",5912 "sp-io",6058 "sp-runtime",5913 "sp-runtime",6059 "sp-std",5914 "sp-std",6062[[package]]5917[[package]]6063name = "pallet-mmr"5918name = "pallet-mmr"6064version = "4.0.0-dev"5919version = "4.0.0-dev"6065source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5920source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6066dependencies = [5921dependencies = [6067 "ckb-merkle-mountain-range",5922 "ckb-merkle-mountain-range",6068 "frame-benchmarking",5923 "frame-benchmarking",6069 "frame-support",5924 "frame-support",6070 "frame-system",5925 "frame-system",6071 "pallet-mmr-primitives",5926 "pallet-mmr-primitives",6072 "parity-scale-codec",5927 "parity-scale-codec",5928 "scale-info",6073 "sp-core",5929 "sp-core",6074 "sp-io",5930 "sp-io",6075 "sp-runtime",5931 "sp-runtime",6079[[package]]5935[[package]]6080name = "pallet-mmr-primitives"5936name = "pallet-mmr-primitives"6081version = "4.0.0-dev"5937version = "4.0.0-dev"6082source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5938source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6083dependencies = [5939dependencies = [6084 "frame-support",5940 "frame-support",6085 "frame-system",5941 "frame-system",6095[[package]]5951[[package]]6096name = "pallet-mmr-rpc"5952name = "pallet-mmr-rpc"6097version = "3.0.0"5953version = "3.0.0"6098source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5954source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6099dependencies = [5955dependencies = [6100 "jsonrpc-core 15.1.0",5956 "jsonrpc-core",6101 "jsonrpc-core-client 15.1.0",5957 "jsonrpc-core-client",6102 "jsonrpc-derive 15.1.0",5958 "jsonrpc-derive",6103 "pallet-mmr-primitives",5959 "pallet-mmr-primitives",6104 "parity-scale-codec",5960 "parity-scale-codec",6105 "serde",5961 "serde",6106 "sp-api",5962 "sp-api",6107 "sp-blockchain",5963 "sp-blockchain",6108 "sp-core",5964 "sp-core",6109 "sp-rpc",6110 "sp-runtime",5965 "sp-runtime",6111]5966]611259676113[[package]]5968[[package]]6114name = "pallet-multisig"5969name = "pallet-multisig"6115version = "4.0.0-dev"5970version = "4.0.0-dev"6116source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5971source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6117dependencies = [5972dependencies = [6118 "frame-benchmarking",5973 "frame-benchmarking",6119 "frame-support",5974 "frame-support",6120 "frame-system",5975 "frame-system",6121 "parity-scale-codec",5976 "parity-scale-codec",6122 "sp-core",5977 "scale-info",6123 "sp-io",5978 "sp-io",6124 "sp-runtime",5979 "sp-runtime",6125 "sp-std",5980 "sp-std",6129name = "pallet-nft"5984name = "pallet-nft"6130version = "3.0.0"5985version = "3.0.0"6131dependencies = [5986dependencies = [6132 "ethereum",5987 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",6133 "evm-coder",5988 "evm-coder",6134 "fp-evm",5989 "fp-evm",6135 "frame-benchmarking",5990 "frame-benchmarking",6147 "parity-scale-codec",6002 "parity-scale-codec",6148 "primitive-types 0.10.1",6003 "primitive-types 0.10.1",6149 "rlp",6004 "rlp",6005 "scale-info",6150 "serde",6006 "serde",6151 "sp-api",6007 "sp-api",6152 "sp-core",6008 "sp-core",6167 "pallet-nft-transaction-payment",6023 "pallet-nft-transaction-payment",6168 "pallet-transaction-payment",6024 "pallet-transaction-payment",6169 "parity-scale-codec",6025 "parity-scale-codec",6026 "scale-info",6170 "serde",6027 "serde",6171 "sp-core",6028 "sp-core",6172 "sp-io",6029 "sp-io",6183 "frame-system",6040 "frame-system",6184 "pallet-transaction-payment",6041 "pallet-transaction-payment",6185 "parity-scale-codec",6042 "parity-scale-codec",6043 "scale-info",6186 "serde",6044 "serde",6187 "sp-core",6045 "sp-core",6188 "sp-io",6046 "sp-io",6194[[package]]6052[[package]]6195name = "pallet-nicks"6053name = "pallet-nicks"6196version = "4.0.0-dev"6054version = "4.0.0-dev"6197source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6055source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6198dependencies = [6056dependencies = [6199 "frame-support",6057 "frame-support",6200 "frame-system",6058 "frame-system",6201 "parity-scale-codec",6059 "parity-scale-codec",6060 "scale-info",6202 "sp-io",6061 "sp-io",6203 "sp-runtime",6062 "sp-runtime",6204 "sp-std",6063 "sp-std",6207[[package]]6066[[package]]6208name = "pallet-offences"6067name = "pallet-offences"6209version = "4.0.0-dev"6068version = "4.0.0-dev"6210source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6069source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6211dependencies = [6070dependencies = [6212 "frame-support",6071 "frame-support",6213 "frame-system",6072 "frame-system",6214 "log",6073 "log",6215 "pallet-balances",6074 "pallet-balances",6216 "parity-scale-codec",6075 "parity-scale-codec",6076 "scale-info",6217 "serde",6077 "serde",6218 "sp-runtime",6078 "sp-runtime",6219 "sp-staking",6079 "sp-staking",6223[[package]]6083[[package]]6224name = "pallet-offences-benchmarking"6084name = "pallet-offences-benchmarking"6225version = "4.0.0-dev"6085version = "4.0.0-dev"6226source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6086source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6227dependencies = [6087dependencies = [6228 "frame-benchmarking",6088 "frame-benchmarking",6229 "frame-election-provider-support",6089 "frame-election-provider-support",6237 "pallet-session",6097 "pallet-session",6238 "pallet-staking",6098 "pallet-staking",6239 "parity-scale-codec",6099 "parity-scale-codec",6100 "scale-info",6240 "sp-runtime",6101 "sp-runtime",6241 "sp-staking",6102 "sp-staking",6242 "sp-std",6103 "sp-std",6245[[package]]6106[[package]]6246name = "pallet-proxy"6107name = "pallet-proxy"6247version = "4.0.0-dev"6108version = "4.0.0-dev"6248source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6109source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6249dependencies = [6110dependencies = [6250 "frame-benchmarking",6111 "frame-benchmarking",6251 "frame-support",6112 "frame-support",6252 "frame-system",6113 "frame-system",6253 "parity-scale-codec",6114 "parity-scale-codec",6254 "sp-core",6115 "scale-info",6255 "sp-io",6116 "sp-io",6256 "sp-runtime",6117 "sp-runtime",6257 "sp-std",6118 "sp-std",6260[[package]]6121[[package]]6261name = "pallet-randomness-collective-flip"6122name = "pallet-randomness-collective-flip"6262version = "4.0.0-dev"6123version = "4.0.0-dev"6263source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6124source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6264dependencies = [6125dependencies = [6265 "frame-support",6126 "frame-support",6266 "frame-system",6127 "frame-system",6267 "parity-scale-codec",6128 "parity-scale-codec",6268 "safe-mix",6129 "safe-mix",6130 "scale-info",6269 "sp-runtime",6131 "sp-runtime",6270 "sp-std",6132 "sp-std",6271]6133]627261346273[[package]]6135[[package]]6274name = "pallet-recovery"6136name = "pallet-recovery"6275version = "4.0.0-dev"6137version = "4.0.0-dev"6276source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6138source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6277dependencies = [6139dependencies = [6278 "enumflags2",6279 "frame-support",6140 "frame-support",6280 "frame-system",6141 "frame-system",6281 "parity-scale-codec",6142 "parity-scale-codec",6143 "scale-info",6282 "sp-io",6144 "sp-io",6283 "sp-runtime",6145 "sp-runtime",6284 "sp-std",6146 "sp-std",6287[[package]]6149[[package]]6288name = "pallet-scheduler"6150name = "pallet-scheduler"6289version = "4.0.0-dev"6151version = "4.0.0-dev"6290source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6152source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6291dependencies = [6153dependencies = [6292 "frame-benchmarking",6154 "frame-benchmarking",6293 "frame-support",6155 "frame-support",6294 "frame-system",6156 "frame-system",6295 "log",6157 "log",6296 "parity-scale-codec",6158 "parity-scale-codec",6159 "scale-info",6297 "sp-io",6160 "sp-io",6298 "sp-runtime",6161 "sp-runtime",6299 "sp-std",6162 "sp-std",6302[[package]]6165[[package]]6303name = "pallet-session"6166name = "pallet-session"6304version = "4.0.0-dev"6167version = "4.0.0-dev"6305source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6168source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6306dependencies = [6169dependencies = [6307 "frame-support",6170 "frame-support",6308 "frame-system",6171 "frame-system",6309 "impl-trait-for-tuples 0.2.1",6172 "impl-trait-for-tuples 0.2.1",6310 "log",6173 "log",6311 "pallet-timestamp",6174 "pallet-timestamp",6312 "parity-scale-codec",6175 "parity-scale-codec",6176 "scale-info",6313 "sp-core",6177 "sp-core",6314 "sp-io",6178 "sp-io",6315 "sp-runtime",6179 "sp-runtime",6322[[package]]6186[[package]]6323name = "pallet-session-benchmarking"6187name = "pallet-session-benchmarking"6324version = "4.0.0-dev"6188version = "4.0.0-dev"6325source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6189source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6326dependencies = [6190dependencies = [6327 "frame-benchmarking",6191 "frame-benchmarking",6328 "frame-support",6192 "frame-support",6338[[package]]6202[[package]]6339name = "pallet-society"6203name = "pallet-society"6340version = "4.0.0-dev"6204version = "4.0.0-dev"6341source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6205source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6342dependencies = [6206dependencies = [6343 "frame-support",6207 "frame-support",6344 "frame-system",6208 "frame-system",6345 "parity-scale-codec",6209 "parity-scale-codec",6346 "rand_chacha 0.2.2",6210 "rand_chacha 0.2.2",6211 "scale-info",6347 "sp-runtime",6212 "sp-runtime",6348 "sp-std",6213 "sp-std",6349]6214]635062156351[[package]]6216[[package]]6352name = "pallet-staking"6217name = "pallet-staking"6353version = "4.0.0-dev"6218version = "4.0.0-dev"6354source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6219source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6355dependencies = [6220dependencies = [6356 "frame-benchmarking",6221 "frame-benchmarking",6357 "frame-election-provider-support",6222 "frame-election-provider-support",6361 "pallet-authorship",6226 "pallet-authorship",6362 "pallet-session",6227 "pallet-session",6363 "parity-scale-codec",6228 "parity-scale-codec",6364 "paste",6365 "rand_chacha 0.2.2",6229 "rand_chacha 0.2.2",6230 "scale-info",6366 "serde",6231 "serde",6367 "sp-application-crypto",6232 "sp-application-crypto",6368 "sp-io",6233 "sp-io",6369 "sp-runtime",6234 "sp-runtime",6370 "sp-staking",6235 "sp-staking",6371 "sp-std",6236 "sp-std",6372 "static_assertions",6373]6237]637462386375[[package]]6239[[package]]6376name = "pallet-staking-reward-curve"6240name = "pallet-staking-reward-curve"6377version = "4.0.0-dev"6241version = "4.0.0-dev"6378source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6242source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6379dependencies = [6243dependencies = [6380 "proc-macro-crate 1.0.0",6244 "proc-macro-crate 1.1.0",6381 "proc-macro2",6245 "proc-macro2",6382 "quote",6246 "quote",6383 "syn",6247 "syn",6386[[package]]6250[[package]]6387name = "pallet-staking-reward-fn"6251name = "pallet-staking-reward-fn"6388version = "4.0.0-dev"6252version = "4.0.0-dev"6389source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6253source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6390dependencies = [6254dependencies = [6391 "log",6255 "log",6392 "sp-arithmetic",6256 "sp-arithmetic",6395[[package]]6259[[package]]6396name = "pallet-sudo"6260name = "pallet-sudo"6397version = "4.0.0-dev"6261version = "4.0.0-dev"6398source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6262source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6399dependencies = [6263dependencies = [6400 "frame-support",6264 "frame-support",6401 "frame-system",6265 "frame-system",6402 "parity-scale-codec",6266 "parity-scale-codec",6267 "scale-info",6403 "sp-io",6268 "sp-io",6404 "sp-runtime",6269 "sp-runtime",6405 "sp-std",6270 "sp-std",6408[[package]]6273[[package]]6409name = "pallet-timestamp"6274name = "pallet-timestamp"6410version = "4.0.0-dev"6275version = "4.0.0-dev"6411source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6276source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6412dependencies = [6277dependencies = [6413 "frame-benchmarking",6278 "frame-benchmarking",6414 "frame-support",6279 "frame-support",6415 "frame-system",6280 "frame-system",6416 "impl-trait-for-tuples 0.2.1",6417 "log",6281 "log",6418 "parity-scale-codec",6282 "parity-scale-codec",6283 "scale-info",6419 "sp-inherents",6284 "sp-inherents",6420 "sp-io",6285 "sp-io",6421 "sp-runtime",6286 "sp-runtime",6426[[package]]6291[[package]]6427name = "pallet-tips"6292name = "pallet-tips"6428version = "4.0.0-dev"6293version = "4.0.0-dev"6429source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6294source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6430dependencies = [6295dependencies = [6431 "frame-benchmarking",6296 "frame-benchmarking",6432 "frame-support",6297 "frame-support",6433 "frame-system",6298 "frame-system",6299 "log",6434 "pallet-treasury",6300 "pallet-treasury",6435 "parity-scale-codec",6301 "parity-scale-codec",6302 "scale-info",6436 "serde",6303 "serde",6304 "sp-core",6305 "sp-io",6437 "sp-runtime",6306 "sp-runtime",6438 "sp-std",6307 "sp-std",6439]6308]644063096441[[package]]6310[[package]]6442name = "pallet-transaction-payment"6311name = "pallet-transaction-payment"6443version = "4.0.0-dev"6312version = "4.0.0-dev"6444source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6313source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6445dependencies = [6314dependencies = [6446 "frame-support",6315 "frame-support",6447 "frame-system",6316 "frame-system",6448 "parity-scale-codec",6317 "parity-scale-codec",6318 "scale-info",6449 "serde",6319 "serde",6450 "smallvec 1.6.1",6320 "smallvec",6451 "sp-core",6321 "sp-core",6452 "sp-io",6322 "sp-io",6453 "sp-runtime",6323 "sp-runtime",6457[[package]]6327[[package]]6458name = "pallet-transaction-payment-rpc"6328name = "pallet-transaction-payment-rpc"6459version = "4.0.0-dev"6329version = "4.0.0-dev"6460source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6330source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6461dependencies = [6331dependencies = [6462 "jsonrpc-core 15.1.0",6332 "jsonrpc-core",6463 "jsonrpc-core-client 15.1.0",6333 "jsonrpc-core-client",6464 "jsonrpc-derive 15.1.0",6334 "jsonrpc-derive",6465 "pallet-transaction-payment-rpc-runtime-api",6335 "pallet-transaction-payment-rpc-runtime-api",6466 "parity-scale-codec",6336 "parity-scale-codec",6467 "sp-api",6337 "sp-api",6474[[package]]6344[[package]]6475name = "pallet-transaction-payment-rpc-runtime-api"6345name = "pallet-transaction-payment-rpc-runtime-api"6476version = "4.0.0-dev"6346version = "4.0.0-dev"6477source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6347source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6478dependencies = [6348dependencies = [6479 "pallet-transaction-payment",6349 "pallet-transaction-payment",6480 "parity-scale-codec",6350 "parity-scale-codec",6485[[package]]6355[[package]]6486name = "pallet-treasury"6356name = "pallet-treasury"6487version = "4.0.0-dev"6357version = "4.0.0-dev"6488source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6358source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6489dependencies = [6359dependencies = [6490 "frame-benchmarking",6360 "frame-benchmarking",6491 "frame-support",6361 "frame-support",6492 "frame-system",6362 "frame-system",6493 "impl-trait-for-tuples 0.2.1",6363 "impl-trait-for-tuples 0.2.1",6494 "pallet-balances",6364 "pallet-balances",6495 "parity-scale-codec",6365 "parity-scale-codec",6366 "scale-info",6496 "serde",6367 "serde",6497 "sp-runtime",6368 "sp-runtime",6498 "sp-std",6369 "sp-std",6507 "frame-system",6378 "frame-system",6508 "log",6379 "log",6509 "parity-scale-codec",6380 "parity-scale-codec",6381 "scale-info",6510 "serde",6382 "serde",6511 "sp-core",6383 "sp-core",6512 "sp-io",6384 "sp-io",6519[[package]]6391[[package]]6520name = "pallet-utility"6392name = "pallet-utility"6521version = "4.0.0-dev"6393version = "4.0.0-dev"6522source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6394source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6523dependencies = [6395dependencies = [6524 "frame-benchmarking",6396 "frame-benchmarking",6525 "frame-support",6397 "frame-support",6526 "frame-system",6398 "frame-system",6527 "parity-scale-codec",6399 "parity-scale-codec",6400 "scale-info",6528 "sp-core",6401 "sp-core",6529 "sp-io",6402 "sp-io",6530 "sp-runtime",6403 "sp-runtime",6534[[package]]6407[[package]]6535name = "pallet-vesting"6408name = "pallet-vesting"6536version = "4.0.0-dev"6409version = "4.0.0-dev"6537source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6410source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6538dependencies = [6411dependencies = [6539 "enumflags2",6540 "frame-benchmarking",6412 "frame-benchmarking",6541 "frame-support",6413 "frame-support",6542 "frame-system",6414 "frame-system",6415 "log",6543 "parity-scale-codec",6416 "parity-scale-codec",6417 "scale-info",6544 "sp-runtime",6418 "sp-runtime",6545 "sp-std",6419 "sp-std",6546]6420]654764216548[[package]]6422[[package]]6549name = "pallet-xcm"6423name = "pallet-xcm"6550version = "0.9.10"6424version = "0.9.12"6551source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6425source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6552dependencies = [6426dependencies = [6553 "frame-support",6427 "frame-support",6554 "frame-system",6428 "frame-system",6555 "log",6429 "log",6556 "parity-scale-codec",6430 "parity-scale-codec",6431 "scale-info",6557 "serde",6432 "serde",6433 "sp-core",6558 "sp-runtime",6434 "sp-runtime",6559 "sp-std",6435 "sp-std",6560 "xcm",6436 "xcm",6561 "xcm-executor",6437 "xcm-executor",6562]6438]656364396564[[package]]6440[[package]]6441name = "pallet-xcm-benchmarks"6442version = "0.9.8"6443source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6444dependencies = [6445 "frame-benchmarking",6446 "frame-support",6447 "frame-system",6448 "log",6449 "parity-scale-codec",6450 "scale-info",6451 "sp-runtime",6452 "sp-std",6453 "xcm",6454 "xcm-executor",6455]64566457[[package]]6565name = "parachain-info"6458name = "parachain-info"6566version = "0.1.0"6459version = "0.1.0"6567source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"6460source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"6568dependencies = [6461dependencies = [6569 "cumulus-primitives-core",6462 "cumulus-primitives-core",6570 "frame-support",6463 "frame-support",6571 "frame-system",6464 "frame-system",6572 "parity-scale-codec",6465 "parity-scale-codec",6466 "scale-info",6573 "serde",6467 "serde",6574]6468]657564696576[[package]]6470[[package]]6577name = "parity-db"6471name = "parity-db"6578version = "0.2.4"6472version = "0.3.2"6579source = "registry+https://github.com/rust-lang/crates.io-index"6473source = "registry+https://github.com/rust-lang/crates.io-index"6580checksum = "2e337f62db341435f0da05b8f6b97e984ef4ea5800510cd07c2d624688c40b47"6474checksum = "91b679c6acc14fac74382942e2b73bea441686a33430b951ea03b5aeb6a7f254"6581dependencies = [6475dependencies = [6582 "blake2-rfc",6476 "blake2-rfc",6583 "crc32fast",6477 "crc32fast",6584 "fs2",6478 "fs2",6585 "hex",6479 "hex",6586 "libc",6480 "libc",6587 "log",6481 "log",6482 "lz4",6588 "memmap2",6483 "memmap2",6589 "parking_lot 0.11.2",6484 "parking_lot 0.11.2",6590 "rand 0.8.4",6485 "rand 0.8.4",6486 "snap",6591]6487]659264886593[[package]]6489[[package]]6596source = "registry+https://github.com/rust-lang/crates.io-index"6492source = "registry+https://github.com/rust-lang/crates.io-index"6597checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6493checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6598dependencies = [6494dependencies = [6599 "arrayvec 0.7.0",6495 "arrayvec 0.7.2",6600 "bitvec 0.20.1",6496 "bitvec 0.20.4",6601 "byte-slice-cast",6497 "byte-slice-cast",6602 "impl-trait-for-tuples 0.2.1",6498 "impl-trait-for-tuples 0.2.1",6603 "parity-scale-codec-derive",6499 "parity-scale-codec-derive",6610source = "registry+https://github.com/rust-lang/crates.io-index"6506source = "registry+https://github.com/rust-lang/crates.io-index"6611checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6507checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6612dependencies = [6508dependencies = [6613 "proc-macro-crate 1.0.0",6509 "proc-macro-crate 1.1.0",6614 "proc-macro2",6510 "proc-macro2",6615 "quote",6511 "quote",6616 "syn",6512 "syn",662465206625[[package]]6521[[package]]6626name = "parity-tokio-ipc"6522name = "parity-tokio-ipc"6627version = "0.4.0"6523version = "0.9.0"6628source = "registry+https://github.com/rust-lang/crates.io-index"6524source = "registry+https://github.com/rust-lang/crates.io-index"6629checksum = "1e57fea504fea33f9fbb5f49f378359030e7e026a6ab849bb9e8f0787376f1bf"6525checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"6630dependencies = [6526dependencies = [6631 "bytes 0.4.12",6527 "futures 0.3.17",6632 "futures 0.1.29",6633 "libc",6528 "libc",6634 "log",6529 "log",6635 "mio-named-pipes",6636 "miow 0.3.5",6637 "rand 0.7.3",6530 "rand 0.7.3",6638 "tokio 0.1.22",6531 "tokio 1.13.0",6639 "tokio-named-pipes",6640 "tokio-uds",6641 "winapi 0.3.9",6532 "winapi 0.3.9",6642]6533]664365346644[[package]]6535[[package]]6645name = "parity-util-mem"6536name = "parity-util-mem"6646version = "0.10.0"6537version = "0.10.2"6647source = "registry+https://github.com/rust-lang/crates.io-index"6538source = "registry+https://github.com/rust-lang/crates.io-index"6648checksum = "7ad6f1acec69b95caf435bbd158d486e5a0a44fcf51531e84922c59ff09e8457"6539checksum = "6f4cb4e169446179cbc6b8b6320cc9fca49bd2e94e8db25f25f200a8ea774770"6649dependencies = [6540dependencies = [6650 "cfg-if 1.0.0",6541 "cfg-if 1.0.0",6651 "ethereum-types",6542 "ethereum-types",6652 "hashbrown",6543 "hashbrown",6653 "impl-trait-for-tuples 0.2.1",6544 "impl-trait-for-tuples 0.2.1",6654 "lru",6545 "lru 0.6.6",6655 "parity-util-mem-derive",6546 "parity-util-mem-derive",6656 "parking_lot 0.11.2",6547 "parking_lot 0.11.2",6657 "primitive-types 0.10.1",6548 "primitive-types 0.10.1",6658 "smallvec 1.6.1",6549 "smallvec",6659 "winapi 0.3.9",6550 "winapi 0.3.9",6660]6551]66616552668765786688[[package]]6579[[package]]6689name = "parity-ws"6580name = "parity-ws"6690version = "0.10.1"6581version = "0.11.1"6691source = "registry+https://github.com/rust-lang/crates.io-index"6582source = "registry+https://github.com/rust-lang/crates.io-index"6692checksum = "322d72dfe461b8b9e367d057ceace105379d64d5b03907d23c481ccf3fbf8aa4"6583checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"6693dependencies = [6584dependencies = [6694 "byteorder",6585 "byteorder",6695 "bytes 0.4.12",6586 "bytes 0.4.12",6696 "httparse",6587 "httparse",6697 "log",6588 "log",6698 "mio",6589 "mio 0.6.23",6699 "mio-extras",6590 "mio-extras",6700 "rand 0.7.3",6591 "rand 0.7.3",6701 "sha-1 0.8.2",6592 "sha-1 0.8.2",6702 "slab",6593 "slab",6703 "url 2.2.0",6594 "url 2.2.2",6704]6595]670565966706[[package]]6597[[package]]671166026712[[package]]6603[[package]]6713name = "parking_lot"6604name = "parking_lot"6714version = "0.9.0"6715source = "registry+https://github.com/rust-lang/crates.io-index"6716checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"6717dependencies = [6718 "lock_api 0.3.4",6719 "parking_lot_core 0.6.2",6720 "rustc_version 0.2.3",6721]67226723[[package]]6724name = "parking_lot"6725version = "0.10.2"6605version = "0.10.2"6726source = "registry+https://github.com/rust-lang/crates.io-index"6606source = "registry+https://github.com/rust-lang/crates.io-index"6727checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"6607checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"674366236744[[package]]6624[[package]]6745name = "parking_lot_core"6625name = "parking_lot_core"6746version = "0.6.2"6747source = "registry+https://github.com/rust-lang/crates.io-index"6748checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"6749dependencies = [6750 "cfg-if 0.1.10",6751 "cloudabi",6752 "libc",6753 "redox_syscall 0.1.56",6754 "rustc_version 0.2.3",6755 "smallvec 0.6.13",6756 "winapi 0.3.9",6757]67586759[[package]]6760name = "parking_lot_core"6761version = "0.7.2"6626version = "0.7.2"6762source = "registry+https://github.com/rust-lang/crates.io-index"6627source = "registry+https://github.com/rust-lang/crates.io-index"6763checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"6628checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"6764dependencies = [6629dependencies = [6765 "cfg-if 0.1.10",6630 "cfg-if 0.1.10",6766 "cloudabi",6631 "cloudabi",6767 "libc",6632 "libc",6768 "redox_syscall 0.1.56",6633 "redox_syscall 0.1.57",6769 "smallvec 1.6.1",6634 "smallvec",6770 "winapi 0.3.9",6635 "winapi 0.3.9",6771]6636]677266376780 "instant",6645 "instant",6781 "libc",6646 "libc",6782 "redox_syscall 0.2.10",6647 "redox_syscall 0.2.10",6783 "smallvec 1.6.1",6648 "smallvec",6784 "winapi 0.3.9",6649 "winapi 0.3.9",6785]6650]67866651679266576793[[package]]6658[[package]]6794name = "pbkdf2"6659name = "pbkdf2"6795version = "0.3.0"6660version = "0.4.0"6796source = "registry+https://github.com/rust-lang/crates.io-index"6661source = "registry+https://github.com/rust-lang/crates.io-index"6797checksum = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"6662checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6798dependencies = [6663dependencies = [6799 "byteorder",6664 "crypto-mac 0.8.0",6800 "crypto-mac 0.7.0",6801]6665]680266666803[[package]]6667[[package]]6804name = "pbkdf2"6668name = "pbkdf2"6805version = "0.4.0"6669version = "0.8.0"6806source = "registry+https://github.com/rust-lang/crates.io-index"6670source = "registry+https://github.com/rust-lang/crates.io-index"6807checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6671checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"6808dependencies = [6672dependencies = [6809 "crypto-mac 0.8.0",6673 "crypto-mac 0.11.1",6810]6674]681166756812[[package]]6676[[package]]6813name = "pdqselect"6814version = "0.1.0"6815source = "registry+https://github.com/rust-lang/crates.io-index"6816checksum = "4ec91767ecc0a0bbe558ce8c9da33c068066c57ecc8bb8477ef8c1ad3ef77c27"68176818[[package]]6819name = "peeking_take_while"6677name = "peeking_take_while"6820version = "0.1.2"6678version = "0.1.2"6821source = "registry+https://github.com/rust-lang/crates.io-index"6679source = "registry+https://github.com/rust-lang/crates.io-index"688867466889[[package]]6747[[package]]6890name = "pin-project"6748name = "pin-project"6891version = "0.4.23"6749version = "0.4.28"6892source = "registry+https://github.com/rust-lang/crates.io-index"6750source = "registry+https://github.com/rust-lang/crates.io-index"6893checksum = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa"6751checksum = "918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f"6894dependencies = [6752dependencies = [6895 "pin-project-internal 0.4.23",6753 "pin-project-internal 0.4.28",6896]6754]689767556898[[package]]6756[[package]]6899name = "pin-project"6757name = "pin-project"6900version = "1.0.7"6758version = "1.0.8"6901source = "registry+https://github.com/rust-lang/crates.io-index"6759source = "registry+https://github.com/rust-lang/crates.io-index"6902checksum = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4"6760checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08"6903dependencies = [6761dependencies = [6904 "pin-project-internal 1.0.7",6762 "pin-project-internal 1.0.8",6905]6763]690667646907[[package]]6765[[package]]6908name = "pin-project-internal"6766name = "pin-project-internal"6909version = "0.4.23"6767version = "0.4.28"6910source = "registry+https://github.com/rust-lang/crates.io-index"6768source = "registry+https://github.com/rust-lang/crates.io-index"6911checksum = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f"6769checksum = "3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e"6912dependencies = [6770dependencies = [6913 "proc-macro2",6771 "proc-macro2",6914 "quote",6772 "quote",691767756918[[package]]6776[[package]]6919name = "pin-project-internal"6777name = "pin-project-internal"6920version = "1.0.7"6778version = "1.0.8"6921source = "registry+https://github.com/rust-lang/crates.io-index"6779source = "registry+https://github.com/rust-lang/crates.io-index"6922checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f"6780checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389"6923dependencies = [6781dependencies = [6924 "proc-macro2",6782 "proc-macro2",6925 "quote",6783 "quote",692867866929[[package]]6787[[package]]6930name = "pin-project-lite"6788name = "pin-project-lite"6931version = "0.1.7"6789version = "0.1.12"6932source = "registry+https://github.com/rust-lang/crates.io-index"6790source = "registry+https://github.com/rust-lang/crates.io-index"6933checksum = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715"6791checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"693467926935[[package]]6793[[package]]6936name = "pin-project-lite"6794name = "pin-project-lite"6937version = "0.2.4"6795version = "0.2.7"6938source = "registry+https://github.com/rust-lang/crates.io-index"6796source = "registry+https://github.com/rust-lang/crates.io-index"6939checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"6797checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"694067986941[[package]]6799[[package]]6942name = "pin-utils"6800name = "pin-utils"694668046947[[package]]6805[[package]]6948name = "pkg-config"6806name = "pkg-config"6949version = "0.3.17"6807version = "0.3.22"6950source = "registry+https://github.com/rust-lang/crates.io-index"6808source = "registry+https://github.com/rust-lang/crates.io-index"6951checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"6809checksum = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f"695268106953[[package]]6811[[package]]6954name = "platforms"6812name = "platforms"695868166959[[package]]6817[[package]]6960name = "polkadot-approval-distribution"6818name = "polkadot-approval-distribution"6961version = "0.9.10"6819version = "0.9.12"6962source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6820source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6963dependencies = [6821dependencies = [6964 "futures 0.3.17",6822 "futures 0.3.17",6965 "polkadot-node-network-protocol",6823 "polkadot-node-network-protocol",697268306973[[package]]6831[[package]]6974name = "polkadot-availability-bitfield-distribution"6832name = "polkadot-availability-bitfield-distribution"6975version = "0.9.10"6833version = "0.9.12"6976source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6834source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6977dependencies = [6835dependencies = [6978 "futures 0.3.17",6836 "futures 0.3.17",6979 "polkadot-node-network-protocol",6837 "polkadot-node-network-protocol",698568436986[[package]]6844[[package]]6987name = "polkadot-availability-distribution"6845name = "polkadot-availability-distribution"6988version = "0.9.10"6846version = "0.9.12"6989source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6847source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6990dependencies = [6848dependencies = [6991 "derive_more",6849 "derive_more",6992 "futures 0.3.17",6850 "futures 0.3.17",6993 "lru",6851 "lru 0.7.0",6994 "parity-scale-codec",6852 "parity-scale-codec",6995 "polkadot-erasure-coding",6853 "polkadot-erasure-coding",6996 "polkadot-node-core-runtime-api",6997 "polkadot-node-network-protocol",6854 "polkadot-node-network-protocol",6998 "polkadot-node-primitives",6855 "polkadot-node-primitives",6999 "polkadot-node-subsystem",6856 "polkadot-node-subsystem",7000 "polkadot-node-subsystem-util",6857 "polkadot-node-subsystem-util",7001 "polkadot-primitives",6858 "polkadot-primitives",7002 "rand 0.8.4",6859 "rand 0.8.4",7003 "sp-application-crypto",7004 "sp-core",6860 "sp-core",7005 "sp-keystore",6861 "sp-keystore",7006 "thiserror",6862 "thiserror",700968657010[[package]]6866[[package]]7011name = "polkadot-availability-recovery"6867name = "polkadot-availability-recovery"7012version = "0.9.10"6868version = "0.9.12"7013source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6869source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7014dependencies = [6870dependencies = [7015 "futures 0.3.17",6871 "futures 0.3.17",7016 "lru",6872 "lru 0.7.0",7017 "parity-scale-codec",6873 "parity-scale-codec",7018 "polkadot-erasure-coding",6874 "polkadot-erasure-coding",7019 "polkadot-node-network-protocol",6875 "polkadot-node-network-protocol",7022 "polkadot-node-subsystem-util",6878 "polkadot-node-subsystem-util",7023 "polkadot-primitives",6879 "polkadot-primitives",7024 "rand 0.8.4",6880 "rand 0.8.4",6881 "sc-network",7025 "thiserror",6882 "thiserror",7026 "tracing",6883 "tracing",7027]6884]702868857029[[package]]6886[[package]]7030name = "polkadot-cli"6887name = "polkadot-cli"7031version = "0.9.10"6888version = "0.9.12"7032source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6889source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7033dependencies = [6890dependencies = [7034 "frame-benchmarking-cli",6891 "frame-benchmarking-cli",7035 "futures 0.3.17",6892 "futures 0.3.17",704869057049[[package]]6906[[package]]7050name = "polkadot-client"6907name = "polkadot-client"7051version = "0.9.10"6908version = "0.9.12"7052source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6909source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7053dependencies = [6910dependencies = [7054 "beefy-primitives",6911 "beefy-primitives",7055 "frame-benchmarking",6912 "frame-benchmarking",707869357079[[package]]6936[[package]]7080name = "polkadot-collator-protocol"6937name = "polkadot-collator-protocol"7081version = "0.9.10"6938version = "0.9.12"7082source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6939source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7083dependencies = [6940dependencies = [7084 "always-assert",6941 "always-assert",7085 "derive_more",6942 "derive_more",709969567100[[package]]6957[[package]]7101name = "polkadot-core-primitives"6958name = "polkadot-core-primitives"7102version = "0.9.10"6959version = "0.9.12"7103source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6960source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7104dependencies = [6961dependencies = [7105 "parity-scale-codec",6962 "parity-scale-codec",7106 "parity-util-mem",6963 "parity-util-mem",6964 "scale-info",7107 "sp-core",6965 "sp-core",7108 "sp-runtime",6966 "sp-runtime",7109 "sp-std",6967 "sp-std",7110]6968]711169697112[[package]]6970[[package]]7113name = "polkadot-dispute-distribution"6971name = "polkadot-dispute-distribution"7114version = "0.9.10"6972version = "0.9.12"7115source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6973source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7116dependencies = [6974dependencies = [7117 "derive_more",6975 "derive_more",7118 "futures 0.3.17",6976 "futures 0.3.17",7119 "lru",6977 "lru 0.7.0",7120 "parity-scale-codec",6978 "parity-scale-codec",7121 "polkadot-erasure-coding",6979 "polkadot-erasure-coding",7122 "polkadot-node-core-runtime-api",7123 "polkadot-node-network-protocol",6980 "polkadot-node-network-protocol",7124 "polkadot-node-primitives",6981 "polkadot-node-primitives",7125 "polkadot-node-subsystem",6982 "polkadot-node-subsystem",7126 "polkadot-node-subsystem-util",6983 "polkadot-node-subsystem-util",7127 "polkadot-primitives",6984 "polkadot-primitives",7128 "rand 0.8.4",7129 "sc-network",6985 "sc-network",7130 "sp-application-crypto",6986 "sp-application-crypto",7131 "sp-core",7132 "sp-keystore",6987 "sp-keystore",7133 "thiserror",6988 "thiserror",7134 "tracing",6989 "tracing",7135]6990]713669917137[[package]]6992[[package]]7138name = "polkadot-erasure-coding"6993name = "polkadot-erasure-coding"7139version = "0.9.10"6994version = "0.9.12"7140source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6995source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7141dependencies = [6996dependencies = [7142 "parity-scale-codec",6997 "parity-scale-codec",7143 "polkadot-node-primitives",6998 "polkadot-node-primitives",715070057151[[package]]7006[[package]]7152name = "polkadot-gossip-support"7007name = "polkadot-gossip-support"7153version = "0.9.10"7008version = "0.9.12"7154source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7009source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7155dependencies = [7010dependencies = [7156 "futures 0.3.17",7011 "futures 0.3.17",7012 "futures-timer 3.0.2",7157 "polkadot-node-network-protocol",7013 "polkadot-node-network-protocol",7158 "polkadot-node-subsystem",7014 "polkadot-node-subsystem",7159 "polkadot-node-subsystem-util",7015 "polkadot-node-subsystem-util",7160 "polkadot-primitives",7016 "polkadot-primitives",7161 "rand 0.8.4",7017 "rand 0.8.4",7162 "rand_chacha 0.3.1",7018 "rand_chacha 0.3.1",7019 "sc-network",7163 "sp-application-crypto",7020 "sp-application-crypto",7164 "sp-core",7021 "sp-core",7165 "sp-keystore",7022 "sp-keystore",716870257169[[package]]7026[[package]]7170name = "polkadot-network-bridge"7027name = "polkadot-network-bridge"7171version = "0.9.10"7028version = "0.9.12"7172source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7029source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7173dependencies = [7030dependencies = [7174 "async-trait",7031 "async-trait",7175 "futures 0.3.17",7032 "futures 0.3.17",718770447188[[package]]7045[[package]]7189name = "polkadot-node-collation-generation"7046name = "polkadot-node-collation-generation"7190version = "0.9.10"7047version = "0.9.12"7191source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7048source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7192dependencies = [7049dependencies = [7193 "futures 0.3.17",7050 "futures 0.3.17",7194 "parity-scale-codec",7051 "parity-scale-codec",720570627206[[package]]7063[[package]]7207name = "polkadot-node-core-approval-voting"7064name = "polkadot-node-core-approval-voting"7208version = "0.9.10"7065version = "0.9.12"7209source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7066source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7210dependencies = [7067dependencies = [7211 "bitvec 0.20.1",7068 "bitvec 0.20.4",7212 "derive_more",7069 "derive_more",7213 "futures 0.3.17",7070 "futures 0.3.17",7214 "futures-timer 3.0.2",7071 "futures-timer 3.0.2",7215 "kvdb",7072 "kvdb",7216 "lru",7073 "lru 0.7.0",7217 "merlin",7074 "merlin",7218 "parity-scale-codec",7075 "parity-scale-codec",7219 "polkadot-node-jaeger",7076 "polkadot-node-jaeger",7222 "polkadot-node-subsystem-util",7079 "polkadot-node-subsystem-util",7223 "polkadot-overseer",7080 "polkadot-overseer",7224 "polkadot-primitives",7081 "polkadot-primitives",7225 "sc-client-api",7226 "sc-keystore",7082 "sc-keystore",7227 "schnorrkel",7083 "schnorrkel",7228 "sp-application-crypto",7084 "sp-application-crypto",7229 "sp-blockchain",7230 "sp-consensus",7085 "sp-consensus",7231 "sp-consensus-slots",7086 "sp-consensus-slots",7232 "sp-runtime",7087 "sp-runtime",723570907236[[package]]7091[[package]]7237name = "polkadot-node-core-av-store"7092name = "polkadot-node-core-av-store"7238version = "0.9.10"7093version = "0.9.12"7239source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7094source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7240dependencies = [7095dependencies = [7241 "bitvec 0.20.1",7096 "bitvec 0.20.4",7242 "futures 0.3.17",7097 "futures 0.3.17",7243 "futures-timer 3.0.2",7098 "futures-timer 3.0.2",7244 "kvdb",7099 "kvdb",725571107256[[package]]7111[[package]]7257name = "polkadot-node-core-backing"7112name = "polkadot-node-core-backing"7258version = "0.9.10"7113version = "0.9.12"7259source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7114source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7260dependencies = [7115dependencies = [7261 "bitvec 0.20.1",7116 "bitvec 0.20.4",7262 "futures 0.3.17",7117 "futures 0.3.17",7263 "polkadot-erasure-coding",7118 "polkadot-erasure-coding",7264 "polkadot-node-primitives",7119 "polkadot-node-primitives",727371287274[[package]]7129[[package]]7275name = "polkadot-node-core-bitfield-signing"7130name = "polkadot-node-core-bitfield-signing"7276version = "0.9.10"7131version = "0.9.12"7277source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7132source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7278dependencies = [7133dependencies = [7279 "futures 0.3.17",7134 "futures 0.3.17",7280 "polkadot-node-subsystem",7135 "polkadot-node-subsystem",728871437289[[package]]7144[[package]]7290name = "polkadot-node-core-candidate-validation"7145name = "polkadot-node-core-candidate-validation"7291version = "0.9.10"7146version = "0.9.12"7292source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7147source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7293dependencies = [7148dependencies = [7294 "async-trait",7149 "async-trait",7295 "futures 0.3.17",7150 "futures 0.3.17",730671617307[[package]]7162[[package]]7308name = "polkadot-node-core-chain-api"7163name = "polkadot-node-core-chain-api"7309version = "0.9.10"7164version = "0.9.12"7310source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7165source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7311dependencies = [7166dependencies = [7312 "futures 0.3.17",7167 "futures 0.3.17",7313 "polkadot-node-subsystem",7168 "polkadot-node-subsystem",732171767322[[package]]7177[[package]]7323name = "polkadot-node-core-chain-selection"7178name = "polkadot-node-core-chain-selection"7324version = "0.9.10"7179version = "0.9.12"7325source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7180source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7326dependencies = [7181dependencies = [7327 "futures 0.3.17",7182 "futures 0.3.17",7328 "futures-timer 3.0.2",7183 "futures-timer 3.0.2",733871937339[[package]]7194[[package]]7340name = "polkadot-node-core-dispute-coordinator"7195name = "polkadot-node-core-dispute-coordinator"7341version = "0.9.10"7196version = "0.9.12"7342source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7197source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7343dependencies = [7198dependencies = [7344 "bitvec 0.20.1",7199 "bitvec 0.20.4",7345 "derive_more",7200 "derive_more",7346 "futures 0.3.17",7201 "futures 0.3.17",7347 "kvdb",7202 "kvdb",735772127358[[package]]7213[[package]]7359name = "polkadot-node-core-dispute-participation"7214name = "polkadot-node-core-dispute-participation"7360version = "0.9.10"7215version = "0.9.12"7361source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7216source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7362dependencies = [7217dependencies = [7363 "futures 0.3.17",7218 "futures 0.3.17",7364 "polkadot-node-primitives",7219 "polkadot-node-primitives",737072257371[[package]]7226[[package]]7372name = "polkadot-node-core-parachains-inherent"7227name = "polkadot-node-core-parachains-inherent"7373version = "0.9.10"7228version = "0.9.12"7374source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7229source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7375dependencies = [7230dependencies = [7376 "async-trait",7231 "async-trait",7377 "futures 0.3.17",7232 "futures 0.3.17",738772427388[[package]]7243[[package]]7389name = "polkadot-node-core-provisioner"7244name = "polkadot-node-core-provisioner"7390version = "0.9.10"7245version = "0.9.12"7391source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7246source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7392dependencies = [7247dependencies = [7393 "bitvec 0.20.1",7248 "bitvec 0.20.4",7394 "futures 0.3.17",7249 "futures 0.3.17",7395 "futures-timer 3.0.2",7250 "futures-timer 3.0.2",7396 "polkadot-node-subsystem",7251 "polkadot-node-subsystem",740272577403[[package]]7258[[package]]7404name = "polkadot-node-core-pvf"7259name = "polkadot-node-core-pvf"7405version = "0.9.10"7260version = "0.9.12"7406source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7261source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7407dependencies = [7262dependencies = [7408 "always-assert",7263 "always-assert",7409 "assert_matches",7264 "assert_matches",7413 "futures-timer 3.0.2",7268 "futures-timer 3.0.2",7414 "libc",7269 "libc",7415 "parity-scale-codec",7270 "parity-scale-codec",7416 "pin-project 1.0.7",7271 "pin-project 1.0.8",7417 "polkadot-core-primitives",7272 "polkadot-core-primitives",7273 "polkadot-node-subsystem-util",7418 "polkadot-parachain",7274 "polkadot-parachain",7419 "rand 0.8.4",7275 "rand 0.8.4",7420 "sc-executor",7276 "sc-executor",743272887433[[package]]7289[[package]]7434name = "polkadot-node-core-runtime-api"7290name = "polkadot-node-core-runtime-api"7435version = "0.9.10"7291version = "0.9.12"7436source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7292source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7437dependencies = [7293dependencies = [7438 "futures 0.3.17",7294 "futures 0.3.17",7439 "memory-lru",7295 "memory-lru",745073067451[[package]]7307[[package]]7452name = "polkadot-node-jaeger"7308name = "polkadot-node-jaeger"7453version = "0.9.10"7309version = "0.9.12"7454source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7310source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7455dependencies = [7311dependencies = [7456 "async-std",7312 "async-std",7457 "lazy_static",7313 "lazy_static",746873247469[[package]]7325[[package]]7470name = "polkadot-node-metrics"7326name = "polkadot-node-metrics"7471version = "0.9.10"7327version = "0.9.12"7472source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7328source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7473dependencies = [7329dependencies = [7474 "async-trait",7475 "futures 0.3.17",7330 "futures 0.3.17",7476 "futures-timer 3.0.2",7331 "futures-timer 3.0.2",7477 "metered-channel",7332 "metered-channel",7478 "sc-network",7479 "sp-application-crypto",7480 "sp-core",7481 "sp-keystore",7482 "substrate-prometheus-endpoint",7333 "substrate-prometheus-endpoint",7483]7334]748473357485[[package]]7336[[package]]7486name = "polkadot-node-network-protocol"7337name = "polkadot-node-network-protocol"7487version = "0.9.10"7338version = "0.9.12"7488source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7339source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7489dependencies = [7340dependencies = [7490 "async-trait",7341 "async-trait",7491 "derive_more",7342 "derive_more",7496 "polkadot-primitives",7347 "polkadot-primitives",7497 "sc-authority-discovery",7348 "sc-authority-discovery",7498 "sc-network",7349 "sc-network",7499 "strum",7350 "strum 0.22.0",7500 "thiserror",7351 "thiserror",7501]7352]750273537503[[package]]7354[[package]]7504name = "polkadot-node-primitives"7355name = "polkadot-node-primitives"7505version = "0.9.10"7356version = "0.9.12"7506source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7357source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7507dependencies = [7358dependencies = [7359 "bounded-vec",7508 "futures 0.3.17",7360 "futures 0.3.17",7509 "parity-scale-codec",7361 "parity-scale-codec",7510 "polkadot-parachain",7362 "polkadot-parachain",7511 "polkadot-primitives",7363 "polkadot-primitives",7512 "polkadot-statement-table",7513 "schnorrkel",7364 "schnorrkel",7514 "serde",7365 "serde",7515 "sp-application-crypto",7366 "sp-application-crypto",7518 "sp-core",7369 "sp-core",7519 "sp-keystore",7370 "sp-keystore",7520 "sp-maybe-compressed-blob",7371 "sp-maybe-compressed-blob",7521 "sp-runtime",7522 "thiserror",7372 "thiserror",7523 "tracing",7524 "zstd",7373 "zstd",7525]7374]752673757527[[package]]7376[[package]]7528name = "polkadot-node-subsystem"7377name = "polkadot-node-subsystem"7529version = "0.9.10"7378version = "0.9.12"7530source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7379source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7531dependencies = [7380dependencies = [7532 "polkadot-node-jaeger",7381 "polkadot-node-jaeger",7533 "polkadot-node-subsystem-types",7382 "polkadot-node-subsystem-types",753673857537[[package]]7386[[package]]7538name = "polkadot-node-subsystem-types"7387name = "polkadot-node-subsystem-types"7539version = "0.9.10"7388version = "0.9.12"7540source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7389source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7541dependencies = [7390dependencies = [7542 "async-std",7543 "async-trait",7544 "derive_more",7391 "derive_more",7545 "futures 0.3.17",7392 "futures 0.3.17",7546 "futures-timer 3.0.2",7547 "lazy_static",7548 "log",7549 "mick-jaeger",7550 "parity-scale-codec",7551 "parking_lot 0.11.2",7552 "pin-project 1.0.7",7553 "polkadot-node-jaeger",7393 "polkadot-node-jaeger",7554 "polkadot-node-network-protocol",7394 "polkadot-node-network-protocol",7555 "polkadot-node-primitives",7395 "polkadot-node-primitives",7556 "polkadot-overseer-gen",7396 "polkadot-overseer-gen",7557 "polkadot-primitives",7397 "polkadot-primitives",7558 "polkadot-statement-table",7398 "polkadot-statement-table",7559 "sc-network",7399 "sc-network",7560 "smallvec 1.6.1",7400 "smallvec",7561 "sp-core",7562 "substrate-prometheus-endpoint",7401 "substrate-prometheus-endpoint",7563 "thiserror",7402 "thiserror",7564 "tracing",7565]7403]756674047567[[package]]7405[[package]]7568name = "polkadot-node-subsystem-util"7406name = "polkadot-node-subsystem-util"7569version = "0.9.10"7407version = "0.9.12"7570source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7408source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7571dependencies = [7409dependencies = [7572 "async-trait",7410 "async-trait",7573 "derive_more",7411 "derive_more",7574 "futures 0.3.17",7412 "futures 0.3.17",7575 "futures-timer 3.0.2",7576 "itertools",7413 "itertools",7577 "lru",7414 "lru 0.7.0",7578 "metered-channel",7415 "metered-channel",7579 "parity-scale-codec",7416 "parity-scale-codec",7580 "pin-project 1.0.7",7417 "pin-project 1.0.8",7581 "polkadot-node-jaeger",7418 "polkadot-node-jaeger",7582 "polkadot-node-metrics",7419 "polkadot-node-metrics",7583 "polkadot-node-network-protocol",7420 "polkadot-node-network-protocol",7584 "polkadot-node-primitives",7585 "polkadot-node-subsystem",7421 "polkadot-node-subsystem",7586 "polkadot-overseer",7422 "polkadot-overseer",7587 "polkadot-primitives",7423 "polkadot-primitives",7588 "rand 0.8.4",7424 "rand 0.8.4",7589 "sc-network",7590 "sp-application-crypto",7425 "sp-application-crypto",7591 "sp-core",7426 "sp-core",7592 "sp-keystore",7427 "sp-keystore",7593 "substrate-prometheus-endpoint",7594 "thiserror",7428 "thiserror",7595 "tracing",7429 "tracing",7596]7430]759774317598[[package]]7432[[package]]7599name = "polkadot-overseer"7433name = "polkadot-overseer"7600version = "0.9.10"7434version = "0.9.12"7601source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7435source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7602dependencies = [7436dependencies = [7603 "async-trait",7604 "futures 0.3.17",7437 "futures 0.3.17",7605 "futures-timer 3.0.2",7438 "futures-timer 3.0.2",7606 "lru",7439 "lru 0.7.0",7440 "parity-util-mem",7607 "parking_lot 0.11.2",7441 "parking_lot 0.11.2",7608 "polkadot-node-metrics",7442 "polkadot-node-metrics",7609 "polkadot-node-network-protocol",7443 "polkadot-node-network-protocol",7610 "polkadot-node-primitives",7444 "polkadot-node-primitives",7611 "polkadot-node-subsystem-types",7445 "polkadot-node-subsystem-types",7612 "polkadot-overseer-all-subsystems-gen",7613 "polkadot-overseer-gen",7446 "polkadot-overseer-gen",7614 "polkadot-primitives",7447 "polkadot-primitives",7615 "sc-client-api",7448 "sc-client-api",7618]7451]761974527620[[package]]7453[[package]]7621name = "polkadot-overseer-all-subsystems-gen"7622version = "0.9.10"7623source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7624dependencies = [7625 "assert_matches",7626 "proc-macro2",7627 "quote",7628 "syn",7629]76307631[[package]]7632name = "polkadot-overseer-gen"7454name = "polkadot-overseer-gen"7633version = "0.9.10"7455version = "0.9.12"7634source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7456source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7635dependencies = [7457dependencies = [7636 "async-trait",7458 "async-trait",7637 "futures 0.3.17",7459 "futures 0.3.17",7638 "futures-timer 3.0.2",7460 "futures-timer 3.0.2",7639 "metered-channel",7461 "metered-channel",7640 "pin-project 1.0.7",7462 "pin-project 1.0.8",7641 "polkadot-node-network-protocol",7463 "polkadot-node-network-protocol",7642 "polkadot-node-primitives",7464 "polkadot-node-primitives",7643 "polkadot-overseer-gen-proc-macro",7465 "polkadot-overseer-gen-proc-macro",764774697648[[package]]7470[[package]]7649name = "polkadot-overseer-gen-proc-macro"7471name = "polkadot-overseer-gen-proc-macro"7650version = "0.9.10"7472version = "0.9.12"7651source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7473source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7652dependencies = [7474dependencies = [7653 "proc-macro-crate 1.0.0",7475 "proc-macro-crate 1.1.0",7654 "proc-macro2",7476 "proc-macro2",7655 "quote",7477 "quote",7656 "syn",7478 "syn",7657]7479]765874807659[[package]]7481[[package]]7660name = "polkadot-parachain"7482name = "polkadot-parachain"7661version = "0.9.10"7483version = "0.9.12"7662source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7484source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7663dependencies = [7485dependencies = [7664 "derive_more",7486 "derive_more",7665 "frame-support",7487 "frame-support",7666 "parity-scale-codec",7488 "parity-scale-codec",7667 "parity-util-mem",7489 "parity-util-mem",7668 "polkadot-core-primitives",7490 "polkadot-core-primitives",7491 "scale-info",7669 "serde",7492 "serde",7670 "sp-core",7493 "sp-core",7671 "sp-runtime",7494 "sp-runtime",767474977675[[package]]7498[[package]]7676name = "polkadot-primitives"7499name = "polkadot-primitives"7677version = "0.9.10"7500version = "0.9.12"7678source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7501source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7679dependencies = [7502dependencies = [7680 "bitvec 0.20.1",7503 "bitvec 0.20.4",7681 "frame-system",7504 "frame-system",7682 "hex-literal",7505 "hex-literal",7683 "parity-scale-codec",7506 "parity-scale-codec",7684 "parity-util-mem",7507 "parity-util-mem",7685 "polkadot-core-primitives",7508 "polkadot-core-primitives",7686 "polkadot-parachain",7509 "polkadot-parachain",7510 "scale-info",7687 "serde",7511 "serde",7688 "sp-api",7512 "sp-api",7689 "sp-application-crypto",7513 "sp-application-crypto",7699 "sp-std",7523 "sp-std",7700 "sp-trie",7524 "sp-trie",7701 "sp-version",7525 "sp-version",7702 "thiserror",7703]7526]770475277705[[package]]7528[[package]]7706name = "polkadot-rpc"7529name = "polkadot-rpc"7707version = "0.9.10"7530version = "0.9.12"7708source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7531source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7709dependencies = [7532dependencies = [7710 "beefy-gadget",7533 "beefy-gadget",7711 "beefy-gadget-rpc",7534 "beefy-gadget-rpc",7712 "jsonrpc-core 15.1.0",7535 "jsonrpc-core",7713 "pallet-mmr-rpc",7536 "pallet-mmr-rpc",7714 "pallet-transaction-payment-rpc",7537 "pallet-transaction-payment-rpc",7715 "parity-scale-codec",7716 "polkadot-primitives",7538 "polkadot-primitives",7717 "sc-chain-spec",7539 "sc-chain-spec",7718 "sc-client-api",7540 "sc-client-api",7721 "sc-consensus-epochs",7543 "sc-consensus-epochs",7722 "sc-finality-grandpa",7544 "sc-finality-grandpa",7723 "sc-finality-grandpa-rpc",7545 "sc-finality-grandpa-rpc",7724 "sc-keystore",7725 "sc-rpc",7546 "sc-rpc",7726 "sc-sync-state-rpc",7547 "sc-sync-state-rpc",7727 "sc-transaction-pool-api",7548 "sc-transaction-pool-api",773775587738[[package]]7559[[package]]7739name = "polkadot-runtime"7560name = "polkadot-runtime"7740version = "0.9.10"7561version = "0.9.12"7741source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7562source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7742dependencies = [7563dependencies = [7743 "beefy-primitives",7564 "beefy-primitives",7744 "bitvec 0.20.1",7565 "bitvec 0.20.4",7745 "frame-benchmarking",7566 "frame-benchmarking",7746 "frame-election-provider-support",7567 "frame-election-provider-support",7747 "frame-executive",7568 "frame-executive",7787 "parity-scale-codec",7608 "parity-scale-codec",7788 "polkadot-primitives",7609 "polkadot-primitives",7789 "polkadot-runtime-common",7610 "polkadot-runtime-common",7611 "polkadot-runtime-parachains",7790 "rustc-hex",7612 "rustc-hex",7613 "scale-info",7791 "serde",7614 "serde",7792 "serde_derive",7615 "serde_derive",7793 "smallvec 1.6.1",7616 "smallvec",7794 "sp-api",7617 "sp-api",7795 "sp-authority-discovery",7618 "sp-authority-discovery",7796 "sp-block-builder",7619 "sp-block-builder",781276357813[[package]]7636[[package]]7814name = "polkadot-runtime-common"7637name = "polkadot-runtime-common"7815version = "0.9.10"7638version = "0.9.12"7816source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7639source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7817dependencies = [7640dependencies = [7818 "bitvec 0.20.1",7641 "beefy-primitives",7642 "bitvec 0.20.4",7819 "frame-benchmarking",7643 "frame-benchmarking",7644 "frame-election-provider-support",7820 "frame-support",7645 "frame-support",7821 "frame-system",7646 "frame-system",7822 "impl-trait-for-tuples 0.2.1",7647 "impl-trait-for-tuples 0.2.1",7823 "libsecp256k1 0.6.0",7648 "libsecp256k1 0.7.0",7824 "log",7649 "log",7825 "pallet-authorship",7650 "pallet-authorship",7826 "pallet-babe",7651 "pallet-babe",7652 "pallet-bags-list",7827 "pallet-balances",7653 "pallet-balances",7828 "pallet-beefy-mmr",7654 "pallet-beefy-mmr",7829 "pallet-election-provider-multi-phase",7655 "pallet-election-provider-multi-phase",7830 "pallet-offences",7831 "pallet-session",7656 "pallet-session",7832 "pallet-staking",7657 "pallet-staking",7833 "pallet-timestamp",7658 "pallet-timestamp",7838 "polkadot-primitives",7663 "polkadot-primitives",7839 "polkadot-runtime-parachains",7664 "polkadot-runtime-parachains",7840 "rustc-hex",7665 "rustc-hex",7666 "scale-info",7841 "serde",7667 "serde",7842 "serde_derive",7668 "serde_derive",7843 "slot-range-helper",7669 "slot-range-helper",7844 "sp-api",7670 "sp-api",7845 "sp-core",7671 "sp-core",7846 "sp-inherents",7672 "sp-inherents",7847 "sp-io",7673 "sp-io",7674 "sp-npos-elections",7848 "sp-runtime",7675 "sp-runtime",7849 "sp-session",7676 "sp-session",7850 "sp-staking",7677 "sp-staking",785576827856[[package]]7683[[package]]7857name = "polkadot-runtime-parachains"7684name = "polkadot-runtime-parachains"7858version = "0.9.10"7685version = "0.9.12"7859source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7686source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7860dependencies = [7687dependencies = [7861 "bitflags",7688 "bitflags",7862 "bitvec 0.20.1",7689 "bitvec 0.20.4",7863 "derive_more",7690 "derive_more",7864 "frame-benchmarking",7691 "frame-benchmarking",7865 "frame-support",7692 "frame-support",7868 "pallet-authority-discovery",7695 "pallet-authority-discovery",7869 "pallet-authorship",7696 "pallet-authorship",7870 "pallet-balances",7697 "pallet-balances",7871 "pallet-offences",7872 "pallet-session",7698 "pallet-session",7873 "pallet-staking",7699 "pallet-staking",7874 "pallet-timestamp",7700 "pallet-timestamp",7878 "rand 0.8.4",7704 "rand 0.8.4",7879 "rand_chacha 0.3.1",7705 "rand_chacha 0.3.1",7880 "rustc-hex",7706 "rustc-hex",7707 "scale-info",7881 "serde",7708 "serde",7882 "sp-api",7709 "sp-api",7883 "sp-core",7710 "sp-core",789477217895[[package]]7722[[package]]7896name = "polkadot-service"7723name = "polkadot-service"7897version = "0.9.10"7724version = "0.9.12"7898source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7725source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7899dependencies = [7726dependencies = [7900 "async-trait",7727 "async-trait",7901 "beefy-gadget",7728 "beefy-gadget",7905 "hex-literal",7732 "hex-literal",7906 "kusama-runtime",7733 "kusama-runtime",7907 "kvdb",7734 "kvdb",7908 "kvdb-rocksdb 0.12.0",7735 "kvdb-rocksdb",7736 "lru 0.7.0",7909 "pallet-babe",7737 "pallet-babe",7910 "pallet-im-online",7738 "pallet-im-online",7911 "pallet-mmr-primitives",7739 "pallet-mmr-primitives",799178197992[[package]]7820[[package]]7993name = "polkadot-statement-distribution"7821name = "polkadot-statement-distribution"7994version = "0.9.10"7822version = "0.9.12"7995source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7823source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7996dependencies = [7824dependencies = [7997 "arrayvec 0.5.2",7825 "arrayvec 0.5.2",7998 "derive_more",7826 "derive_more",801278408013[[package]]7841[[package]]8014name = "polkadot-statement-table"7842name = "polkadot-statement-table"8015version = "0.9.10"7843version = "0.9.12"8016source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7844source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"8017dependencies = [7845dependencies = [8018 "parity-scale-codec",7846 "parity-scale-codec",8019 "polkadot-primitives",7847 "polkadot-primitives",802278508023[[package]]7851[[package]]8024name = "polkadot-test-runtime"7852name = "polkadot-test-runtime"8025version = "0.9.10"7853version = "0.9.12"8026source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7854source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"8027dependencies = [7855dependencies = [8028 "beefy-primitives",7856 "beefy-primitives",8029 "bitvec 0.20.1",7857 "bitvec 0.20.4",8030 "frame-election-provider-support",7858 "frame-election-provider-support",8031 "frame-executive",7859 "frame-executive",8032 "frame-support",7860 "frame-support",8057 "polkadot-runtime-common",7885 "polkadot-runtime-common",8058 "polkadot-runtime-parachains",7886 "polkadot-runtime-parachains",8059 "rustc-hex",7887 "rustc-hex",7888 "scale-info",8060 "serde",7889 "serde",8061 "serde_derive",7890 "serde_derive",8062 "smallvec 1.6.1",7891 "smallvec",8063 "sp-api",7892 "sp-api",8064 "sp-authority-discovery",7893 "sp-authority-discovery",8065 "sp-block-builder",7894 "sp-block-builder",808279118083[[package]]7912[[package]]8084name = "polkadot-test-service"7913name = "polkadot-test-service"8085version = "0.9.10"7914version = "0.9.12"8086source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7915source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"8087dependencies = [7916dependencies = [8088 "frame-benchmarking",7917 "frame-benchmarking",8089 "frame-system",7918 "frame-system",8090 "futures 0.1.29",7919 "futures 0.1.31",8091 "futures 0.3.17",7920 "futures 0.3.17",8092 "hex",7921 "hex",8093 "pallet-balances",7922 "pallet-balances",8129 "sp-state-machine",7958 "sp-state-machine",8130 "substrate-test-client",7959 "substrate-test-client",8131 "tempfile",7960 "tempfile",7961 "tokio 1.13.0",8132 "tracing",7962 "tracing",8133]7963]813479648135[[package]]7965[[package]]8136name = "polling"7966name = "polling"8137version = "2.0.2"7967version = "2.1.0"8138source = "registry+https://github.com/rust-lang/crates.io-index"7968source = "registry+https://github.com/rust-lang/crates.io-index"8139checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4"7969checksum = "92341d779fa34ea8437ef4d82d440d5e1ce3f3ff7f824aa64424cd481f9a1f25"8140dependencies = [7970dependencies = [8141 "cfg-if 0.1.10",7971 "cfg-if 1.0.0",8142 "libc",7972 "libc",8143 "log",7973 "log",8144 "wepoll-sys",7974 "wepoll-ffi",8145 "winapi 0.3.9",7975 "winapi 0.3.9",8146]7976]81477977817080008171[[package]]8001[[package]]8172name = "ppv-lite86"8002name = "ppv-lite86"8173version = "0.2.8"8003version = "0.2.15"8174source = "registry+https://github.com/rust-lang/crates.io-index"8004source = "registry+https://github.com/rust-lang/crates.io-index"8175checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"8005checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"817680068177[[package]]8007[[package]]8178name = "primitive-types"8008name = "primitive-types"8196 "impl-codec",8026 "impl-codec",8197 "impl-rlp",8027 "impl-rlp",8198 "impl-serde",8028 "impl-serde",8029 "scale-info",8199 "uint",8030 "uint",8200]8031]82018032821080418211[[package]]8042[[package]]8212name = "proc-macro-crate"8043name = "proc-macro-crate"8213version = "1.0.0"8044version = "1.1.0"8214source = "registry+https://github.com/rust-lang/crates.io-index"8045source = "registry+https://github.com/rust-lang/crates.io-index"8215checksum = "41fdbd1df62156fbc5945f4762632564d7d038153091c3fcf1067f6aef7cff92"8046checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"8216dependencies = [8047dependencies = [8217 "thiserror",8048 "thiserror",8218 "toml",8049 "toml",827681078277[[package]]8108[[package]]8278name = "proc-macro-nested"8109name = "proc-macro-nested"8279version = "0.1.6"8110version = "0.1.7"8280source = "registry+https://github.com/rust-lang/crates.io-index"8111source = "registry+https://github.com/rust-lang/crates.io-index"8281checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"8112checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"828281138283[[package]]8114[[package]]8284name = "proc-macro2"8115name = "proc-macro2"8285version = "1.0.28"8116version = "1.0.32"8286source = "registry+https://github.com/rust-lang/crates.io-index"8117source = "registry+https://github.com/rust-lang/crates.io-index"8287checksum = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612"8118checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"8288dependencies = [8119dependencies = [8289 "unicode-xid",8120 "unicode-xid",8290]8121]829181228292[[package]]8123[[package]]8293name = "prometheus"8124name = "prometheus"8294version = "0.11.0"8125version = "0.12.0"8295source = "registry+https://github.com/rust-lang/crates.io-index"8126source = "registry+https://github.com/rust-lang/crates.io-index"8296checksum = "c8425533e7122f0c3cc7a37e6244b16ad3a2cc32ae7ac6276e2a75da0d9c200d"8127checksum = "5986aa8d62380092d2f50f8b1cdba9cb9b6731ffd4b25b51fd126b6c3e05b99c"8297dependencies = [8128dependencies = [8298 "cfg-if 1.0.0",8129 "cfg-if 1.0.0",8299 "fnv",8130 "fnv",8300 "lazy_static",8131 "lazy_static",8132 "memchr",8301 "parking_lot 0.11.2",8133 "parking_lot 0.11.2",8302 "regex",8303 "thiserror",8134 "thiserror",8304]8135]830581368309source = "registry+https://github.com/rust-lang/crates.io-index"8140source = "registry+https://github.com/rust-lang/crates.io-index"8310checksum = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020"8141checksum = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020"8311dependencies = [8142dependencies = [8312 "bytes 1.0.1",8143 "bytes 1.1.0",8313 "prost-derive",8144 "prost-derive",8314]8145]831581468319source = "registry+https://github.com/rust-lang/crates.io-index"8150source = "registry+https://github.com/rust-lang/crates.io-index"8320checksum = "355f634b43cdd80724ee7848f95770e7e70eefa6dcf14fea676216573b8fd603"8151checksum = "355f634b43cdd80724ee7848f95770e7e70eefa6dcf14fea676216573b8fd603"8321dependencies = [8152dependencies = [8322 "bytes 1.0.1",8153 "bytes 1.1.0",8323 "heck",8154 "heck",8324 "itertools",8155 "itertools",8325 "log",8156 "log",8350source = "registry+https://github.com/rust-lang/crates.io-index"8181source = "registry+https://github.com/rust-lang/crates.io-index"8351checksum = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b"8182checksum = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b"8352dependencies = [8183dependencies = [8353 "bytes 1.0.1",8184 "bytes 1.1.0",8354 "prost",8185 "prost",8355]8186]835681878357[[package]]8188[[package]]8358name = "psm"8189name = "psm"8359version = "0.1.12"8190version = "0.1.16"8360source = "registry+https://github.com/rust-lang/crates.io-index"8191source = "registry+https://github.com/rust-lang/crates.io-index"8361checksum = "3abf49e5417290756acfd26501536358560c4a5cc4a0934d390939acb3e7083a"8192checksum = "cd136ff4382c4753fc061cb9e4712ab2af263376b95bbd5bd8cd50c020b78e69"8362dependencies = [8193dependencies = [8363 "cc",8194 "cc",8364]8195]836581968366[[package]]8197[[package]]8367name = "pwasm-utils"8198name = "pwasm-utils"8368version = "0.18.0"8199version = "0.18.2"8369source = "registry+https://github.com/rust-lang/crates.io-index"8200source = "registry+https://github.com/rust-lang/crates.io-index"8370checksum = "a0e517f47d9964362883182404b68d0b6949382c0baa40aa5ffca94f5f1e3481"8201checksum = "880b3384fb00b8f6ecccd5d358b93bd2201900ae3daad213791d1864f6441f5c"8371dependencies = [8202dependencies = [8372 "byteorder",8203 "byteorder",8373 "log",8204 "log",838282138383[[package]]8214[[package]]8384name = "quick-error"8215name = "quick-error"8385version = "2.0.0"8216version = "2.0.1"8386source = "registry+https://github.com/rust-lang/crates.io-index"8217source = "registry+https://github.com/rust-lang/crates.io-index"8387checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"8218checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"838882198389[[package]]8220[[package]]8390name = "quicksink"8221name = "quicksink"8394dependencies = [8225dependencies = [8395 "futures-core",8226 "futures-core",8396 "futures-sink",8227 "futures-sink",8397 "pin-project-lite 0.1.7",8228 "pin-project-lite 0.1.12",8398]8229]839982308400[[package]]8231[[package]]8401name = "quote"8232name = "quote"8402version = "1.0.9"8233version = "1.0.10"8403source = "registry+https://github.com/rust-lang/crates.io-index"8234source = "registry+https://github.com/rust-lang/crates.io-index"8404checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"8235checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"8405dependencies = [8236dependencies = [8406 "proc-macro2",8237 "proc-macro2",8407]8238]842082518421[[package]]8252[[package]]8422name = "rand"8253name = "rand"8423version = "0.3.23"8424source = "registry+https://github.com/rust-lang/crates.io-index"8425checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"8426dependencies = [8427 "libc",8428 "rand 0.4.6",8429]84308431[[package]]8432name = "rand"8433version = "0.4.6"8434source = "registry+https://github.com/rust-lang/crates.io-index"8435checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"8436dependencies = [8437 "fuchsia-cprng",8438 "libc",8439 "rand_core 0.3.1",8440 "rdrand",8441 "winapi 0.3.9",8442]84438444[[package]]8445name = "rand"8446version = "0.7.3"8254version = "0.7.3"8447source = "registry+https://github.com/rust-lang/crates.io-index"8255source = "registry+https://github.com/rust-lang/crates.io-index"8448checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8256checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8449dependencies = [8257dependencies = [8450 "getrandom 0.1.14",8258 "getrandom 0.1.16",8451 "libc",8259 "libc",8452 "rand_chacha 0.2.2",8260 "rand_chacha 0.2.2",8453 "rand_core 0.5.1",8261 "rand_core 0.5.1",8463dependencies = [8271dependencies = [8464 "libc",8272 "libc",8465 "rand_chacha 0.3.1",8273 "rand_chacha 0.3.1",8466 "rand_core 0.6.1",8274 "rand_core 0.6.3",8467 "rand_hc 0.3.0",8275 "rand_hc 0.3.1",8468]8276]846982778470[[package]]8278[[package]]8484checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8292checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8485dependencies = [8293dependencies = [8486 "ppv-lite86",8294 "ppv-lite86",8487 "rand_core 0.6.1",8295 "rand_core 0.6.3",8488]8296]848982978490[[package]]8298[[package]]8491name = "rand_core"8299name = "rand_core"8492version = "0.3.1"8493source = "registry+https://github.com/rust-lang/crates.io-index"8494checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"8495dependencies = [8496 "rand_core 0.4.2",8497]84988499[[package]]8500name = "rand_core"8501version = "0.4.2"8502source = "registry+https://github.com/rust-lang/crates.io-index"8503checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"85048505[[package]]8506name = "rand_core"8507version = "0.5.1"8300version = "0.5.1"8508source = "registry+https://github.com/rust-lang/crates.io-index"8301source = "registry+https://github.com/rust-lang/crates.io-index"8509checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8302checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8510dependencies = [8303dependencies = [8511 "getrandom 0.1.14",8304 "getrandom 0.1.16",8512]8305]851383068514[[package]]8307[[package]]8515name = "rand_core"8308name = "rand_core"8516version = "0.6.1"8309version = "0.6.3"8517source = "registry+https://github.com/rust-lang/crates.io-index"8310source = "registry+https://github.com/rust-lang/crates.io-index"8518checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5"8311checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8519dependencies = [8312dependencies = [8520 "getrandom 0.2.1",8313 "getrandom 0.2.3",8521]8314]852283158523[[package]]8316[[package]]8524name = "rand_distr"8317name = "rand_distr"8525version = "0.4.1"8318version = "0.4.2"8526source = "registry+https://github.com/rust-lang/crates.io-index"8319source = "registry+https://github.com/rust-lang/crates.io-index"8527checksum = "051b398806e42b9cd04ad9ec8f81e355d0a382c543ac6672c62f5a5b452ef142"8320checksum = "964d548f8e7d12e102ef183a0de7e98180c9f8729f555897a857b96e48122d2f"8528dependencies = [8321dependencies = [8529 "num-traits",8322 "num-traits",8530 "rand 0.8.4",8323 "rand 0.8.4",854183348542[[package]]8335[[package]]8543name = "rand_hc"8336name = "rand_hc"8544version = "0.3.0"8337version = "0.3.1"8545source = "registry+https://github.com/rust-lang/crates.io-index"8338source = "registry+https://github.com/rust-lang/crates.io-index"8546checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"8339checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"8547dependencies = [8340dependencies = [8548 "rand_core 0.6.1",8341 "rand_core 0.6.3",8549]8342]855083438551[[package]]8344[[package]]856583588566[[package]]8359[[package]]8567name = "rayon"8360name = "rayon"8568version = "1.3.1"8361version = "1.5.1"8569source = "registry+https://github.com/rust-lang/crates.io-index"8362source = "registry+https://github.com/rust-lang/crates.io-index"8570checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080"8363checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8571dependencies = [8364dependencies = [8572 "autocfg",8365 "autocfg",8573 "crossbeam-deque",8366 "crossbeam-deque",857783708578[[package]]8371[[package]]8579name = "rayon-core"8372name = "rayon-core"8580version = "1.7.1"8373version = "1.9.1"8581source = "registry+https://github.com/rust-lang/crates.io-index"8374source = "registry+https://github.com/rust-lang/crates.io-index"8582checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280"8375checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8583dependencies = [8376dependencies = [8377 "crossbeam-channel",8584 "crossbeam-deque",8378 "crossbeam-deque",8585 "crossbeam-queue",8379 "crossbeam-utils",8586 "crossbeam-utils 0.7.2",8587 "lazy_static",8380 "lazy_static",8588 "num_cpus",8381 "num_cpus",8589]8382]859083838591[[package]]8384[[package]]8592name = "rdrand"8593version = "0.4.0"8594source = "registry+https://github.com/rust-lang/crates.io-index"8595checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"8596dependencies = [8597 "rand_core 0.3.1",8598]85998600[[package]]8601name = "redox_syscall"8385name = "redox_syscall"8602version = "0.1.56"8386version = "0.1.57"8603source = "registry+https://github.com/rust-lang/crates.io-index"8387source = "registry+https://github.com/rust-lang/crates.io-index"8604checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"8388checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"860583898606[[package]]8390[[package]]8607name = "redox_syscall"8391name = "redox_syscall"861483988615[[package]]8399[[package]]8616name = "redox_users"8400name = "redox_users"8617version = "0.3.4"8618source = "registry+https://github.com/rust-lang/crates.io-index"8619checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"8620dependencies = [8621 "getrandom 0.1.14",8622 "redox_syscall 0.1.56",8623 "rust-argon2",8624]86258626[[package]]8627name = "redox_users"8628version = "0.4.0"8401version = "0.4.0"8629source = "registry+https://github.com/rust-lang/crates.io-index"8402source = "registry+https://github.com/rust-lang/crates.io-index"8630checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"8403checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"8631dependencies = [8404dependencies = [8632 "getrandom 0.2.1",8405 "getrandom 0.2.3",8633 "redox_syscall 0.2.10",8406 "redox_syscall 0.2.10",8634]8407]86358408864884218649[[package]]8422[[package]]8650name = "ref-cast"8423name = "ref-cast"8651version = "1.0.2"8424version = "1.0.6"8652source = "registry+https://github.com/rust-lang/crates.io-index"8425source = "registry+https://github.com/rust-lang/crates.io-index"8653checksum = "745c1787167ddae5569661d5ffb8b25ae5fedbf46717eaa92d652221cec72623"8426checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"8654dependencies = [8427dependencies = [8655 "ref-cast-impl",8428 "ref-cast-impl",8656]8429]865784308658[[package]]8431[[package]]8659name = "ref-cast-impl"8432name = "ref-cast-impl"8660version = "1.0.2"8433version = "1.0.6"8661source = "registry+https://github.com/rust-lang/crates.io-index"8434source = "registry+https://github.com/rust-lang/crates.io-index"8662checksum = "7d21b475ab879ef0e315ad99067fa25778c3b0377f57f1b00207448dac1a3144"8435checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"8663dependencies = [8436dependencies = [8664 "proc-macro2",8437 "proc-macro2",8665 "quote",8438 "quote",8674dependencies = [8447dependencies = [8675 "log",8448 "log",8676 "rustc-hash",8449 "rustc-hash",8677 "serde",8450 "smallvec",8678 "smallvec 1.6.1",8679]8451]868084528681[[package]]8453[[package]]8682name = "regex"8454name = "regex"8683version = "1.4.2"8455version = "1.5.4"8684source = "registry+https://github.com/rust-lang/crates.io-index"8456source = "registry+https://github.com/rust-lang/crates.io-index"8685checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"8457checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"8686dependencies = [8458dependencies = [8687 "aho-corasick",8459 "aho-corasick",8688 "memchr",8460 "memchr",8689 "regex-syntax",8461 "regex-syntax",8690 "thread_local",8691]8462]869284638693[[package]]8464[[package]]8694name = "regex-automata"8465name = "regex-automata"8695version = "0.1.9"8466version = "0.1.10"8696source = "registry+https://github.com/rust-lang/crates.io-index"8467source = "registry+https://github.com/rust-lang/crates.io-index"8697checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"8468checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8698dependencies = [8469dependencies = [8699 "byteorder",8700 "regex-syntax",8470 "regex-syntax",8701]8471]870284728703[[package]]8473[[package]]8704name = "regex-syntax"8474name = "regex-syntax"8705version = "0.6.21"8475version = "0.6.25"8706source = "registry+https://github.com/rust-lang/crates.io-index"8476source = "registry+https://github.com/rust-lang/crates.io-index"8707checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"8477checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"870884788709[[package]]8479[[package]]8710name = "region"8480name = "region"8721[[package]]8491[[package]]8722name = "remote-externalities"8492name = "remote-externalities"8723version = "0.10.0-dev"8493version = "0.10.0-dev"8724source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8494source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8725dependencies = [8495dependencies = [8726 "env_logger 0.8.4",8496 "env_logger 0.9.0",8727 "hex",8728 "jsonrpsee-proc-macros",8497 "jsonrpsee-proc-macros",8729 "jsonrpsee-ws-client",8498 "jsonrpsee-ws-client",8730 "log",8499 "log",8734 "sp-core",8503 "sp-core",8735 "sp-io",8504 "sp-io",8736 "sp-runtime",8505 "sp-runtime",8506 "sp-version",8737]8507]873885088739[[package]]8509[[package]]875785278758[[package]]8528[[package]]8759name = "retain_mut"8529name = "retain_mut"8760version = "0.1.3"8530version = "0.1.4"8761source = "registry+https://github.com/rust-lang/crates.io-index"8531source = "registry+https://github.com/rust-lang/crates.io-index"8762checksum = "e9c17925a9027d298a4603d286befe3f9dc0e8ed02523141914eb628798d6e5b"8532checksum = "448296241d034b96c11173591deaa1302f2c17b56092106c1f92c1bc0183a8c9"876385338764[[package]]8534[[package]]8765name = "ring"8535name = "ring"877885488779[[package]]8549[[package]]8780name = "rlp"8550name = "rlp"8781version = "0.5.0"8551version = "0.5.1"8782source = "registry+https://github.com/rust-lang/crates.io-index"8552source = "registry+https://github.com/rust-lang/crates.io-index"8783checksum = "e54369147e3e7796c9b885c7304db87ca3d09a0a98f72843d532868675bbfba8"8553checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"8784dependencies = [8554dependencies = [8785 "bytes 1.0.1",8555 "bytes 1.1.0",8786 "rustc-hex",8556 "rustc-hex",8787]8557]87888558879985698800[[package]]8570[[package]]8801name = "rocksdb"8571name = "rocksdb"8802version = "0.16.0"8803source = "registry+https://github.com/rust-lang/crates.io-index"8804checksum = "c749134fda8bfc90d0de643d59bfc841dcb3ac8a1062e12b6754bd60235c48b3"8805dependencies = [8806 "libc",8807 "librocksdb-sys",8808]88098810[[package]]8811name = "rocksdb"8812version = "0.17.0"8572version = "0.17.0"8813source = "registry+https://github.com/rust-lang/crates.io-index"8573source = "registry+https://github.com/rust-lang/crates.io-index"8814checksum = "7a62eca5cacf2c8261128631bed9f045598d40bfbe4b29f5163f0f802f8f44a7"8574checksum = "7a62eca5cacf2c8261128631bed9f045598d40bfbe4b29f5163f0f802f8f44a7"881985798820[[package]]8580[[package]]8821name = "rococo-runtime"8581name = "rococo-runtime"8822version = "0.9.10"8582version = "0.9.12"8823source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"8583source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"8824dependencies = [8584dependencies = [8825 "beefy-primitives",8585 "beefy-primitives",8826 "bp-messages",8586 "bp-messages",8827 "bp-rococo",8587 "bp-rococo",8828 "bp-runtime",8588 "bp-runtime",8829 "bp-wococo",8589 "bp-wococo",8830 "bridge-runtime-common",8590 "bridge-runtime-common",8591 "frame-benchmarking",8831 "frame-executive",8592 "frame-executive",8832 "frame-support",8593 "frame-support",8833 "frame-system",8594 "frame-system",8850 "pallet-membership",8611 "pallet-membership",8851 "pallet-mmr",8612 "pallet-mmr",8852 "pallet-mmr-primitives",8613 "pallet-mmr-primitives",8614 "pallet-multisig",8853 "pallet-offences",8615 "pallet-offences",8854 "pallet-proxy",8616 "pallet-proxy",8855 "pallet-session",8617 "pallet-session",8856 "pallet-staking",8618 "pallet-staking",8857 "pallet-staking-reward-curve",8858 "pallet-sudo",8619 "pallet-sudo",8859 "pallet-timestamp",8620 "pallet-timestamp",8860 "pallet-transaction-payment",8621 "pallet-transaction-payment",8866 "polkadot-primitives",8627 "polkadot-primitives",8867 "polkadot-runtime-common",8628 "polkadot-runtime-common",8868 "polkadot-runtime-parachains",8629 "polkadot-runtime-parachains",8630 "scale-info",8869 "serde",8631 "serde",8870 "serde_derive",8632 "serde_derive",8871 "smallvec 1.6.1",8633 "smallvec",8872 "sp-api",8634 "sp-api",8873 "sp-authority-discovery",8635 "sp-authority-discovery",8874 "sp-block-builder",8636 "sp-block-builder",889186538892[[package]]8654[[package]]8893name = "rpassword"8655name = "rpassword"8894version = "5.0.0"8656version = "5.0.1"8895source = "registry+https://github.com/rust-lang/crates.io-index"8657source = "registry+https://github.com/rust-lang/crates.io-index"8896checksum = "d755237fc0f99d98641540e66abac8bc46a0652f19148ac9e21de2da06b326c9"8658checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"8897dependencies = [8659dependencies = [8898 "libc",8660 "libc",8899 "winapi 0.3.9",8661 "winapi 0.3.9",8900]8662]890186638902[[package]]8664[[package]]8903name = "rust-argon2"8904version = "0.7.0"8905source = "registry+https://github.com/rust-lang/crates.io-index"8906checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"8907dependencies = [8908 "base64 0.11.0",8909 "blake2b_simd",8910 "constant_time_eq",8911 "crossbeam-utils 0.7.2",8912]89138914[[package]]8915name = "rustc-demangle"8665name = "rustc-demangle"8916version = "0.1.16"8666version = "0.1.21"8917source = "registry+https://github.com/rust-lang/crates.io-index"8667source = "registry+https://github.com/rust-lang/crates.io-index"8918checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"8668checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"891986698920[[package]]8670[[package]]8921name = "rustc-hash"8671name = "rustc-hash"894986998950[[package]]8700[[package]]8951name = "rustls"8701name = "rustls"8952version = "0.18.0"8953source = "registry+https://github.com/rust-lang/crates.io-index"8954checksum = "cac94b333ee2aac3284c5b8a1b7fb4dd11cba88c244e3fe33cdbd047af0eb693"8955dependencies = [8956 "base64 0.12.3",8957 "log",8958 "ring",8959 "sct",8960 "webpki",8961]89628963[[package]]8964name = "rustls"8965version = "0.19.1"8702version = "0.19.1"8966source = "registry+https://github.com/rust-lang/crates.io-index"8703source = "registry+https://github.com/rust-lang/crates.io-index"8967checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"8704checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"897587128976[[package]]8713[[package]]8977name = "rustls-native-certs"8714name = "rustls-native-certs"8978version = "0.4.0"8979source = "registry+https://github.com/rust-lang/crates.io-index"8980checksum = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8"8981dependencies = [8982 "openssl-probe",8983 "rustls 0.18.0",8984 "schannel",8985 "security-framework 1.0.0",8986]89878988[[package]]8989name = "rustls-native-certs"8990version = "0.5.0"8715version = "0.5.0"8991source = "registry+https://github.com/rust-lang/crates.io-index"8716source = "registry+https://github.com/rust-lang/crates.io-index"8992checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"8717checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"8993dependencies = [8718dependencies = [8994 "openssl-probe",8719 "openssl-probe",8995 "rustls 0.19.1",8720 "rustls",8996 "schannel",8721 "schannel",8997 "security-framework 2.2.0",8722 "security-framework",8998]8723]899987249000[[package]]8725[[package]]9001name = "ruzstd"9002version = "0.2.2"9003source = "registry+https://github.com/rust-lang/crates.io-index"9004checksum = "3d425143485a37727c7a46e689bbe3b883a00f42b4a52c4ac0f44855c1009b00"9005dependencies = [9006 "byteorder",9007 "twox-hash",9008]90099010[[package]]9011name = "rw-stream-sink"8726name = "rw-stream-sink"9012version = "0.2.1"8727version = "0.2.1"9013source = "registry+https://github.com/rust-lang/crates.io-index"8728source = "registry+https://github.com/rust-lang/crates.io-index"9014checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"8729checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9015dependencies = [8730dependencies = [9016 "futures 0.3.17",8731 "futures 0.3.17",9017 "pin-project 0.4.23",8732 "pin-project 0.4.28",9018 "static_assertions",8733 "static_assertions",9019]8734]902087359054[[package]]8769[[package]]9055name = "sc-allocator"8770name = "sc-allocator"9056version = "4.0.0-dev"8771version = "4.0.0-dev"9057source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8772source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9058dependencies = [8773dependencies = [9059 "log",8774 "log",9060 "sp-core",8775 "sp-core",9065[[package]]8780[[package]]9066name = "sc-authority-discovery"8781name = "sc-authority-discovery"9067version = "0.10.0-dev"8782version = "0.10.0-dev"9068source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8783source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9069dependencies = [8784dependencies = [9070 "async-trait",8785 "async-trait",9071 "derive_more",8786 "derive_more",9072 "either",9073 "futures 0.3.17",8787 "futures 0.3.17",9074 "futures-timer 3.0.2",8788 "futures-timer 3.0.2",9075 "ip_network",8789 "ip_network",9081 "rand 0.7.3",8795 "rand 0.7.3",9082 "sc-client-api",8796 "sc-client-api",9083 "sc-network",8797 "sc-network",9084 "serde_json",9085 "sp-api",8798 "sp-api",9086 "sp-authority-discovery",8799 "sp-authority-discovery",9087 "sp-blockchain",8800 "sp-blockchain",9094[[package]]8807[[package]]9095name = "sc-basic-authorship"8808name = "sc-basic-authorship"9096version = "0.10.0-dev"8809version = "0.10.0-dev"9097source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8810source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9098dependencies = [8811dependencies = [9099 "futures 0.3.17",8812 "futures 0.3.17",9100 "futures-timer 3.0.2",8813 "futures-timer 3.0.2",9117[[package]]8830[[package]]9118name = "sc-block-builder"8831name = "sc-block-builder"9119version = "0.10.0-dev"8832version = "0.10.0-dev"9120source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8833source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9121dependencies = [8834dependencies = [9122 "parity-scale-codec",8835 "parity-scale-codec",9123 "sc-client-api",8836 "sc-client-api",9133[[package]]8846[[package]]9134name = "sc-chain-spec"8847name = "sc-chain-spec"9135version = "4.0.0-dev"8848version = "4.0.0-dev"9136source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8849source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9137dependencies = [8850dependencies = [9138 "impl-trait-for-tuples 0.2.1",8851 "impl-trait-for-tuples 0.2.1",9139 "parity-scale-codec",8852 "parity-scale-codec",9149[[package]]8862[[package]]9150name = "sc-chain-spec-derive"8863name = "sc-chain-spec-derive"9151version = "4.0.0-dev"8864version = "4.0.0-dev"9152source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8865source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9153dependencies = [8866dependencies = [9154 "proc-macro-crate 1.0.0",8867 "proc-macro-crate 1.1.0",9155 "proc-macro2",8868 "proc-macro2",9156 "quote",8869 "quote",9157 "syn",8870 "syn",9160[[package]]8873[[package]]9161name = "sc-cli"8874name = "sc-cli"9162version = "0.10.0-dev"8875version = "0.10.0-dev"9163source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8876source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9164dependencies = [8877dependencies = [9165 "chrono",8878 "chrono",9166 "fdlimit",8879 "fdlimit",9179 "sc-service",8892 "sc-service",9180 "sc-telemetry",8893 "sc-telemetry",9181 "sc-tracing",8894 "sc-tracing",8895 "sc-utils",9182 "serde",8896 "serde",9183 "serde_json",8897 "serde_json",9184 "sp-blockchain",8898 "sp-blockchain",9187 "sp-keystore",8901 "sp-keystore",9188 "sp-panic-handler",8902 "sp-panic-handler",9189 "sp-runtime",8903 "sp-runtime",9190 "sp-utils",9191 "sp-version",8904 "sp-version",9192 "structopt",8905 "structopt",9193 "thiserror",8906 "thiserror",9194 "tiny-bip39",8907 "tiny-bip39",9195 "tokio 0.2.25",8908 "tokio 1.13.0",9196]8909]919789109198[[package]]8911[[package]]9199name = "sc-client-api"8912name = "sc-client-api"9200version = "4.0.0-dev"8913version = "4.0.0-dev"9201source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8914source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9202dependencies = [8915dependencies = [9203 "derive_more",9204 "fnv",8916 "fnv",9205 "futures 0.3.17",8917 "futures 0.3.17",9206 "hash-db",8918 "hash-db",9207 "kvdb",9208 "lazy_static",9209 "log",8919 "log",9210 "parity-scale-codec",8920 "parity-scale-codec",9211 "parking_lot 0.11.2",8921 "parking_lot 0.11.2",9212 "sc-executor",8922 "sc-executor",9213 "sc-transaction-pool-api",8923 "sc-transaction-pool-api",8924 "sc-utils",9214 "sp-api",8925 "sp-api",9215 "sp-blockchain",8926 "sp-blockchain",9216 "sp-consensus",8927 "sp-consensus",9217 "sp-core",8928 "sp-core",9218 "sp-database",8929 "sp-database",9219 "sp-externalities",8930 "sp-externalities",9220 "sp-inherents",9221 "sp-keystore",8931 "sp-keystore",9222 "sp-runtime",8932 "sp-runtime",9223 "sp-state-machine",8933 "sp-state-machine",9224 "sp-std",9225 "sp-storage",8934 "sp-storage",9226 "sp-trie",8935 "sp-trie",9227 "sp-utils",9228 "sp-version",9229 "substrate-prometheus-endpoint",8936 "substrate-prometheus-endpoint",9230]8937]923189389232[[package]]8939[[package]]9233name = "sc-client-db"8940name = "sc-client-db"9234version = "0.10.0-dev"8941version = "0.10.0-dev"9235source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8942source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9236dependencies = [8943dependencies = [9237 "blake2-rfc",9238 "hash-db",8944 "hash-db",9239 "kvdb",8945 "kvdb",9240 "kvdb-memorydb",8946 "kvdb-memorydb",9241 "kvdb-rocksdb 0.12.0",8947 "kvdb-rocksdb",9242 "linked-hash-map",8948 "linked-hash-map",9243 "log",8949 "log",9244 "parity-db",8950 "parity-db",9245 "parity-scale-codec",8951 "parity-scale-codec",9246 "parity-util-mem",9247 "parking_lot 0.11.2",8952 "parking_lot 0.11.2",9248 "sc-client-api",8953 "sc-client-api",9249 "sc-executor",9250 "sc-state-db",8954 "sc-state-db",9251 "sp-arithmetic",8955 "sp-arithmetic",9252 "sp-blockchain",8956 "sp-blockchain",9255 "sp-runtime",8959 "sp-runtime",9256 "sp-state-machine",8960 "sp-state-machine",9257 "sp-trie",8961 "sp-trie",9258 "substrate-prometheus-endpoint",9259]8962]926089639261[[package]]8964[[package]]9262name = "sc-consensus"8965name = "sc-consensus"9263version = "0.10.0-dev"8966version = "0.10.0-dev"9264source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8967source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9265dependencies = [8968dependencies = [9266 "async-trait",8969 "async-trait",9267 "futures 0.3.17",8970 "futures 0.3.17",9270 "log",8973 "log",9271 "parking_lot 0.11.2",8974 "parking_lot 0.11.2",9272 "sc-client-api",8975 "sc-client-api",8976 "sc-utils",9273 "serde",8977 "serde",9274 "sp-api",8978 "sp-api",9275 "sp-blockchain",8979 "sp-blockchain",9276 "sp-consensus",8980 "sp-consensus",9277 "sp-core",8981 "sp-core",9278 "sp-runtime",8982 "sp-runtime",9279 "sp-state-machine",8983 "sp-state-machine",9280 "sp-utils",9281 "substrate-prometheus-endpoint",8984 "substrate-prometheus-endpoint",9282 "thiserror",8985 "thiserror",9283 "wasm-timer",9284]8986]928589879286[[package]]8988[[package]]9287name = "sc-consensus-aura"8989name = "sc-consensus-aura"9288version = "0.10.0-dev"8990version = "0.10.0-dev"9289source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8991source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9290dependencies = [8992dependencies = [9291 "async-trait",8993 "async-trait",9292 "derive_more",8994 "derive_more",9293 "futures 0.3.17",8995 "futures 0.3.17",9294 "futures-timer 3.0.2",9295 "log",8996 "log",9296 "parity-scale-codec",8997 "parity-scale-codec",9297 "sc-block-builder",8998 "sc-block-builder",9308 "sp-consensus-slots",9009 "sp-consensus-slots",9309 "sp-core",9010 "sp-core",9310 "sp-inherents",9011 "sp-inherents",9311 "sp-io",9312 "sp-keystore",9012 "sp-keystore",9313 "sp-runtime",9013 "sp-runtime",9314 "sp-version",9315 "substrate-prometheus-endpoint",9014 "substrate-prometheus-endpoint",9316]9015]931790169318[[package]]9017[[package]]9319name = "sc-consensus-babe"9018name = "sc-consensus-babe"9320version = "0.10.0-dev"9019version = "0.10.0-dev"9321source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9020source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9322dependencies = [9021dependencies = [9323 "async-trait",9022 "async-trait",9324 "derive_more",9023 "derive_more",9325 "fork-tree",9024 "fork-tree",9326 "futures 0.3.17",9025 "futures 0.3.17",9327 "futures-timer 3.0.2",9328 "log",9026 "log",9329 "merlin",9027 "merlin",9330 "num-bigint",9028 "num-bigint",9331 "num-rational 0.2.4",9029 "num-rational 0.2.4",9332 "num-traits",9030 "num-traits",9333 "parity-scale-codec",9031 "parity-scale-codec",9334 "parking_lot 0.11.2",9032 "parking_lot 0.11.2",9335 "pdqselect",9336 "rand 0.7.3",9033 "rand 0.7.3",9337 "retain_mut",9034 "retain_mut",9338 "sc-client-api",9035 "sc-client-api",9339 "sc-consensus",9036 "sc-consensus",9340 "sc-consensus-epochs",9037 "sc-consensus-epochs",9341 "sc-consensus-slots",9038 "sc-consensus-slots",9342 "sc-consensus-uncles",9343 "sc-keystore",9039 "sc-keystore",9344 "sc-telemetry",9040 "sc-telemetry",9345 "schnorrkel",9041 "schnorrkel",9357 "sp-io",9053 "sp-io",9358 "sp-keystore",9054 "sp-keystore",9359 "sp-runtime",9055 "sp-runtime",9360 "sp-utils",9361 "sp-version",9056 "sp-version",9362 "substrate-prometheus-endpoint",9057 "substrate-prometheus-endpoint",9363]9058]936490599365[[package]]9060[[package]]9366name = "sc-consensus-babe-rpc"9061name = "sc-consensus-babe-rpc"9367version = "0.10.0-dev"9062version = "0.10.0-dev"9368source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9063source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9369dependencies = [9064dependencies = [9370 "derive_more",9065 "derive_more",9371 "futures 0.3.17",9066 "futures 0.3.17",9372 "jsonrpc-core 15.1.0",9067 "jsonrpc-core",9373 "jsonrpc-core-client 15.1.0",9068 "jsonrpc-core-client",9374 "jsonrpc-derive 15.1.0",9069 "jsonrpc-derive",9375 "sc-consensus-babe",9070 "sc-consensus-babe",9376 "sc-consensus-epochs",9071 "sc-consensus-epochs",9377 "sc-rpc-api",9072 "sc-rpc-api",9389[[package]]9084[[package]]9390name = "sc-consensus-epochs"9085name = "sc-consensus-epochs"9391version = "0.10.0-dev"9086version = "0.10.0-dev"9392source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9087source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9393dependencies = [9088dependencies = [9394 "fork-tree",9089 "fork-tree",9395 "parity-scale-codec",9090 "parity-scale-codec",9402[[package]]9097[[package]]9403name = "sc-consensus-slots"9098name = "sc-consensus-slots"9404version = "0.10.0-dev"9099version = "0.10.0-dev"9405source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9100source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9406dependencies = [9101dependencies = [9407 "async-trait",9102 "async-trait",9408 "futures 0.3.17",9103 "futures 0.3.17",9409 "futures-timer 3.0.2",9104 "futures-timer 3.0.2",9410 "impl-trait-for-tuples 0.2.1",9411 "log",9105 "log",9412 "parity-scale-codec",9106 "parity-scale-codec",9413 "sc-client-api",9107 "sc-client-api",9414 "sc-consensus",9108 "sc-consensus",9415 "sc-telemetry",9109 "sc-telemetry",9416 "sp-api",9110 "sp-api",9417 "sp-application-crypto",9418 "sp-arithmetic",9111 "sp-arithmetic",9419 "sp-blockchain",9112 "sp-blockchain",9420 "sp-consensus",9113 "sp-consensus",9424 "sp-runtime",9117 "sp-runtime",9425 "sp-state-machine",9118 "sp-state-machine",9426 "sp-timestamp",9119 "sp-timestamp",9427 "sp-trie",9428 "thiserror",9120 "thiserror",9429]9121]943091229431[[package]]9123[[package]]9432name = "sc-consensus-uncles"9124name = "sc-consensus-uncles"9433version = "0.10.0-dev"9125version = "0.10.0-dev"9434source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9126source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9435dependencies = [9127dependencies = [9436 "sc-client-api",9128 "sc-client-api",9437 "sp-authorship",9129 "sp-authorship",9442[[package]]9134[[package]]9443name = "sc-executor"9135name = "sc-executor"9444version = "0.10.0-dev"9136version = "0.10.0-dev"9445source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9137source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9446dependencies = [9138dependencies = [9447 "derive_more",9448 "lazy_static",9139 "lazy_static",9449 "libsecp256k1 0.6.0",9140 "libsecp256k1 0.6.0",9450 "log",9141 "log",9451 "parity-scale-codec",9142 "parity-scale-codec",9452 "parity-wasm 0.42.2",9453 "parking_lot 0.11.2",9143 "parking_lot 0.11.2",9454 "sc-executor-common",9144 "sc-executor-common",9455 "sc-executor-wasmi",9145 "sc-executor-wasmi",9460 "sp-io",9150 "sp-io",9461 "sp-panic-handler",9151 "sp-panic-handler",9462 "sp-runtime-interface",9152 "sp-runtime-interface",9463 "sp-serializer",9464 "sp-tasks",9153 "sp-tasks",9465 "sp-trie",9154 "sp-trie",9466 "sp-version",9155 "sp-version",9471[[package]]9160[[package]]9472name = "sc-executor-common"9161name = "sc-executor-common"9473version = "0.10.0-dev"9162version = "0.10.0-dev"9474source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9163source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9475dependencies = [9164dependencies = [9476 "derive_more",9165 "derive_more",9166 "environmental",9477 "parity-scale-codec",9167 "parity-scale-codec",9478 "pwasm-utils",9168 "pwasm-utils",9479 "sc-allocator",9169 "sc-allocator",9488[[package]]9178[[package]]9489name = "sc-executor-wasmi"9179name = "sc-executor-wasmi"9490version = "0.10.0-dev"9180version = "0.10.0-dev"9491source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9181source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9492dependencies = [9182dependencies = [9493 "log",9183 "log",9494 "parity-scale-codec",9184 "parity-scale-codec",9495 "sc-allocator",9185 "sc-allocator",9496 "sc-executor-common",9186 "sc-executor-common",9187 "scoped-tls",9497 "sp-core",9188 "sp-core",9498 "sp-runtime-interface",9189 "sp-runtime-interface",9499 "sp-wasm-interface",9190 "sp-wasm-interface",9503[[package]]9194[[package]]9504name = "sc-executor-wasmtime"9195name = "sc-executor-wasmtime"9505version = "0.10.0-dev"9196version = "0.10.0-dev"9506source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9197source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9507dependencies = [9198dependencies = [9508 "cfg-if 1.0.0",9199 "cfg-if 1.0.0",9509 "libc",9200 "libc",9510 "log",9201 "log",9511 "parity-scale-codec",9202 "parity-scale-codec",9512 "parity-wasm 0.42.2",9203 "parity-wasm 0.42.2",9513 "pwasm-utils",9514 "sc-allocator",9204 "sc-allocator",9515 "sc-executor-common",9205 "sc-executor-common",9516 "scoped-tls",9517 "sp-core",9206 "sp-core",9518 "sp-runtime-interface",9207 "sp-runtime-interface",9519 "sp-wasm-interface",9208 "sp-wasm-interface",9523[[package]]9212[[package]]9524name = "sc-finality-grandpa"9213name = "sc-finality-grandpa"9525version = "0.10.0-dev"9214version = "0.10.0-dev"9526source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9215source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9527dependencies = [9216dependencies = [9528 "async-trait",9217 "async-trait",9529 "derive_more",9218 "derive_more",9532 "fork-tree",9221 "fork-tree",9533 "futures 0.3.17",9222 "futures 0.3.17",9534 "futures-timer 3.0.2",9223 "futures-timer 3.0.2",9535 "linked-hash-map",9536 "log",9224 "log",9537 "parity-scale-codec",9225 "parity-scale-codec",9538 "parking_lot 0.11.2",9226 "parking_lot 0.11.2",9539 "pin-project 1.0.7",9540 "rand 0.8.4",9227 "rand 0.8.4",9541 "sc-block-builder",9228 "sc-block-builder",9542 "sc-client-api",9229 "sc-client-api",9545 "sc-network",9232 "sc-network",9546 "sc-network-gossip",9233 "sc-network-gossip",9547 "sc-telemetry",9234 "sc-telemetry",9235 "sc-utils",9548 "serde_json",9236 "serde_json",9549 "sp-api",9237 "sp-api",9550 "sp-application-crypto",9238 "sp-application-crypto",9553 "sp-consensus",9241 "sp-consensus",9554 "sp-core",9242 "sp-core",9555 "sp-finality-grandpa",9243 "sp-finality-grandpa",9556 "sp-inherents",9557 "sp-keystore",9244 "sp-keystore",9558 "sp-runtime",9245 "sp-runtime",9559 "sp-utils",9560 "substrate-prometheus-endpoint",9246 "substrate-prometheus-endpoint",9561 "wasm-timer",9562]9247]956392489564[[package]]9249[[package]]9565name = "sc-finality-grandpa-rpc"9250name = "sc-finality-grandpa-rpc"9566version = "0.10.0-dev"9251version = "0.10.0-dev"9567source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9252source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9568dependencies = [9253dependencies = [9569 "derive_more",9254 "derive_more",9570 "finality-grandpa",9255 "finality-grandpa",9571 "futures 0.3.17",9256 "futures 0.3.17",9572 "jsonrpc-core 15.1.0",9257 "jsonrpc-core",9573 "jsonrpc-core-client 15.1.0",9258 "jsonrpc-core-client",9574 "jsonrpc-derive 15.1.0",9259 "jsonrpc-derive",9575 "jsonrpc-pubsub 15.1.0",9260 "jsonrpc-pubsub",9576 "log",9261 "log",9577 "parity-scale-codec",9262 "parity-scale-codec",9578 "sc-client-api",9263 "sc-client-api",9588[[package]]9273[[package]]9589name = "sc-informant"9274name = "sc-informant"9590version = "0.10.0-dev"9275version = "0.10.0-dev"9591source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9276source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9592dependencies = [9277dependencies = [9593 "ansi_term 0.12.1",9278 "ansi_term 0.12.1",9594 "futures 0.3.17",9279 "futures 0.3.17",9600 "sc-transaction-pool-api",9285 "sc-transaction-pool-api",9601 "sp-blockchain",9286 "sp-blockchain",9602 "sp-runtime",9287 "sp-runtime",9603 "wasm-timer",9604]9288]960592899606[[package]]9290[[package]]9607name = "sc-keystore"9291name = "sc-keystore"9608version = "4.0.0-dev"9292version = "4.0.0-dev"9609source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9293source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9610dependencies = [9294dependencies = [9611 "async-trait",9295 "async-trait",9612 "derive_more",9296 "derive_more",9613 "futures 0.3.17",9614 "futures-util",9615 "hex",9297 "hex",9616 "merlin",9617 "parking_lot 0.11.2",9298 "parking_lot 0.11.2",9618 "rand 0.7.3",9619 "serde_json",9299 "serde_json",9620 "sp-application-crypto",9300 "sp-application-crypto",9621 "sp-core",9301 "sp-core",9622 "sp-keystore",9302 "sp-keystore",9623 "subtle 2.4.1",9624]9303]962593049626[[package]]9305[[package]]9627name = "sc-light"9306name = "sc-light"9628version = "4.0.0-dev"9307version = "4.0.0-dev"9629source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9308source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9630dependencies = [9309dependencies = [9631 "hash-db",9310 "hash-db",9632 "lazy_static",9633 "parity-scale-codec",9311 "parity-scale-codec",9634 "parking_lot 0.11.2",9312 "parking_lot 0.11.2",9635 "sc-client-api",9313 "sc-client-api",9645[[package]]9323[[package]]9646name = "sc-network"9324name = "sc-network"9647version = "0.10.0-dev"9325version = "0.10.0-dev"9648source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9326source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9649dependencies = [9327dependencies = [9650 "async-std",9328 "async-std",9651 "async-trait",9329 "async-trait",9652 "asynchronous-codec 0.5.0",9330 "asynchronous-codec 0.5.0",9653 "bitflags",9331 "bitflags",9654 "bs58",9332 "bytes 1.1.0",9655 "bytes 1.0.1",9656 "cid",9333 "cid",9657 "derive_more",9334 "derive_more",9658 "either",9335 "either",9659 "erased-serde",9660 "fnv",9336 "fnv",9661 "fork-tree",9337 "fork-tree",9662 "futures 0.3.17",9338 "futures 0.3.17",9667 "linked-hash-map",9343 "linked-hash-map",9668 "linked_hash_set",9344 "linked_hash_set",9669 "log",9345 "log",9670 "lru",9346 "lru 0.6.6",9671 "nohash-hasher",9672 "parity-scale-codec",9347 "parity-scale-codec",9673 "parking_lot 0.11.2",9348 "parking_lot 0.11.2",9674 "pin-project 1.0.7",9349 "pin-project 1.0.8",9675 "prost",9350 "prost",9676 "prost-build",9351 "prost-build",9677 "rand 0.7.3",9352 "rand 0.7.3",9678 "sc-block-builder",9353 "sc-block-builder",9679 "sc-client-api",9354 "sc-client-api",9680 "sc-consensus",9355 "sc-consensus",9681 "sc-peerset",9356 "sc-peerset",9357 "sc-utils",9682 "serde",9358 "serde",9683 "serde_json",9359 "serde_json",9684 "smallvec 1.6.1",9360 "smallvec",9685 "sp-arithmetic",9361 "sp-arithmetic",9686 "sp-blockchain",9362 "sp-blockchain",9687 "sp-consensus",9363 "sp-consensus",9688 "sp-core",9364 "sp-core",9689 "sp-finality-grandpa",9365 "sp-finality-grandpa",9690 "sp-runtime",9366 "sp-runtime",9691 "sp-utils",9692 "substrate-prometheus-endpoint",9367 "substrate-prometheus-endpoint",9693 "thiserror",9368 "thiserror",9694 "unsigned-varint 0.6.0",9369 "unsigned-varint 0.6.0",9695 "void",9370 "void",9696 "wasm-timer",9697 "zeroize",9371 "zeroize",9698]9372]969993739700[[package]]9374[[package]]9701name = "sc-network-gossip"9375name = "sc-network-gossip"9702version = "0.10.0-dev"9376version = "0.10.0-dev"9703source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9377source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9704dependencies = [9378dependencies = [9705 "futures 0.3.17",9379 "futures 0.3.17",9706 "futures-timer 3.0.2",9380 "futures-timer 3.0.2",9707 "libp2p",9381 "libp2p",9708 "log",9382 "log",9709 "lru",9383 "lru 0.6.6",9710 "sc-network",9384 "sc-network",9711 "sp-runtime",9385 "sp-runtime",9712 "substrate-prometheus-endpoint",9386 "substrate-prometheus-endpoint",9713 "tracing",9387 "tracing",9714 "wasm-timer",9715]9388]971693899717[[package]]9390[[package]]9718name = "sc-offchain"9391name = "sc-offchain"9719version = "4.0.0-dev"9392version = "4.0.0-dev"9720source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9393source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9721dependencies = [9394dependencies = [9722 "bytes 0.5.6",9395 "bytes 1.1.0",9723 "fnv",9396 "fnv",9724 "futures 0.3.17",9397 "futures 0.3.17",9725 "futures-timer 3.0.2",9398 "futures-timer 3.0.2",9726 "hex",9399 "hex",9727 "hyper 0.13.9",9400 "hyper",9728 "hyper-rustls",9401 "hyper-rustls",9729 "log",9402 "log",9730 "num_cpus",9403 "num_cpus",9731 "parity-scale-codec",9404 "parity-scale-codec",9732 "parking_lot 0.11.2",9405 "parking_lot 0.11.2",9733 "rand 0.7.3",9406 "rand 0.7.3",9734 "sc-client-api",9407 "sc-client-api",9735 "sc-keystore",9736 "sc-network",9408 "sc-network",9409 "sc-utils",9737 "sp-api",9410 "sp-api",9738 "sp-core",9411 "sp-core",9739 "sp-offchain",9412 "sp-offchain",9740 "sp-runtime",9413 "sp-runtime",9741 "sp-utils",9742 "threadpool",9414 "threadpool",9743]9415]974494169745[[package]]9417[[package]]9746name = "sc-peerset"9418name = "sc-peerset"9747version = "4.0.0-dev"9419version = "4.0.0-dev"9748source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9420source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9749dependencies = [9421dependencies = [9750 "futures 0.3.17",9422 "futures 0.3.17",9751 "libp2p",9423 "libp2p",9752 "log",9424 "log",9425 "sc-utils",9753 "serde_json",9426 "serde_json",9754 "sp-utils",9755 "wasm-timer",9427 "wasm-timer",9756]9428]975794299758[[package]]9430[[package]]9759name = "sc-proposer-metrics"9431name = "sc-proposer-metrics"9760version = "0.9.0"9432version = "0.9.0"9761source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9433source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9762dependencies = [9434dependencies = [9763 "log",9435 "log",9764 "substrate-prometheus-endpoint",9436 "substrate-prometheus-endpoint",9767[[package]]9439[[package]]9768name = "sc-rpc"9440name = "sc-rpc"9769version = "4.0.0-dev"9441version = "4.0.0-dev"9770source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9442source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9771dependencies = [9443dependencies = [9772 "futures 0.3.17",9444 "futures 0.3.17",9773 "hash-db",9445 "hash-db",9774 "jsonrpc-core 15.1.0",9446 "jsonrpc-core",9775 "jsonrpc-pubsub 15.1.0",9447 "jsonrpc-pubsub",9776 "log",9448 "log",9777 "parity-scale-codec",9449 "parity-scale-codec",9778 "parking_lot 0.11.2",9450 "parking_lot 0.11.2",9779 "sc-block-builder",9451 "sc-block-builder",9780 "sc-chain-spec",9452 "sc-chain-spec",9781 "sc-client-api",9453 "sc-client-api",9782 "sc-executor",9783 "sc-keystore",9784 "sc-rpc-api",9454 "sc-rpc-api",9785 "sc-tracing",9455 "sc-tracing",9786 "sc-transaction-pool-api",9456 "sc-transaction-pool-api",9457 "sc-utils",9787 "serde_json",9458 "serde_json",9788 "sp-api",9459 "sp-api",9789 "sp-blockchain",9460 "sp-blockchain",9793 "sp-rpc",9464 "sp-rpc",9794 "sp-runtime",9465 "sp-runtime",9795 "sp-session",9466 "sp-session",9796 "sp-state-machine",9797 "sp-tracing",9798 "sp-utils",9799 "sp-version",9467 "sp-version",9800]9468]980194699802[[package]]9470[[package]]9803name = "sc-rpc-api"9471name = "sc-rpc-api"9804version = "0.10.0-dev"9472version = "0.10.0-dev"9805source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9473source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9806dependencies = [9474dependencies = [9807 "derive_more",9808 "futures 0.3.17",9475 "futures 0.3.17",9809 "jsonrpc-core 15.1.0",9476 "jsonrpc-core",9810 "jsonrpc-core-client 15.1.0",9477 "jsonrpc-core-client",9811 "jsonrpc-derive 15.1.0",9478 "jsonrpc-derive",9812 "jsonrpc-pubsub 15.1.0",9479 "jsonrpc-pubsub",9813 "log",9480 "log",9814 "parity-scale-codec",9481 "parity-scale-codec",9815 "parking_lot 0.11.2",9482 "parking_lot 0.11.2",9822 "sp-runtime",9489 "sp-runtime",9823 "sp-tracing",9490 "sp-tracing",9824 "sp-version",9491 "sp-version",9492 "thiserror",9825]9493]982694949827[[package]]9495[[package]]9828name = "sc-rpc-server"9496name = "sc-rpc-server"9829version = "4.0.0-dev"9497version = "4.0.0-dev"9830source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9498source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9831dependencies = [9499dependencies = [9832 "futures 0.1.29",9500 "futures 0.3.17",9833 "jsonrpc-core 15.1.0",9501 "jsonrpc-core",9834 "jsonrpc-http-server",9502 "jsonrpc-http-server",9835 "jsonrpc-ipc-server",9503 "jsonrpc-ipc-server",9836 "jsonrpc-pubsub 15.1.0",9504 "jsonrpc-pubsub",9837 "jsonrpc-ws-server",9505 "jsonrpc-ws-server",9838 "log",9506 "log",9839 "serde",9840 "serde_json",9507 "serde_json",9841 "sp-runtime",9842 "substrate-prometheus-endpoint",9508 "substrate-prometheus-endpoint",9509 "tokio 1.13.0",9843]9510]984495119845[[package]]9512[[package]]9846name = "sc-service"9513name = "sc-service"9847version = "0.10.0-dev"9514version = "0.10.0-dev"9848source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9515source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9849dependencies = [9516dependencies = [9850 "async-trait",9517 "async-trait",9851 "directories",9518 "directories",9852 "exit-future",9519 "exit-future",9853 "futures 0.1.29",9854 "futures 0.3.17",9520 "futures 0.3.17",9855 "futures-timer 3.0.2",9521 "futures-timer 3.0.2",9856 "hash-db",9522 "hash-db",9857 "jsonrpc-core 15.1.0",9523 "jsonrpc-core",9858 "jsonrpc-pubsub 15.1.0",9524 "jsonrpc-pubsub",9859 "lazy_static",9860 "log",9525 "log",9861 "parity-scale-codec",9526 "parity-scale-codec",9862 "parity-util-mem",9527 "parity-util-mem",9863 "parking_lot 0.11.2",9528 "parking_lot 0.11.2",9864 "pin-project 1.0.7",9529 "pin-project 1.0.8",9865 "rand 0.7.3",9530 "rand 0.7.3",9866 "sc-block-builder",9531 "sc-block-builder",9867 "sc-chain-spec",9532 "sc-chain-spec",9880 "sc-tracing",9545 "sc-tracing",9881 "sc-transaction-pool",9546 "sc-transaction-pool",9882 "sc-transaction-pool-api",9547 "sc-transaction-pool-api",9548 "sc-utils",9883 "serde",9549 "serde",9884 "serde_json",9550 "serde_json",9885 "sp-api",9551 "sp-api",9890 "sp-core",9556 "sp-core",9891 "sp-externalities",9557 "sp-externalities",9892 "sp-inherents",9558 "sp-inherents",9893 "sp-io",9894 "sp-keystore",9559 "sp-keystore",9895 "sp-runtime",9560 "sp-runtime",9896 "sp-session",9561 "sp-session",9900 "sp-transaction-pool",9565 "sp-transaction-pool",9901 "sp-transaction-storage-proof",9566 "sp-transaction-storage-proof",9902 "sp-trie",9567 "sp-trie",9903 "sp-utils",9904 "sp-version",9568 "sp-version",9905 "substrate-prometheus-endpoint",9569 "substrate-prometheus-endpoint",9906 "tempfile",9570 "tempfile",9907 "thiserror",9571 "thiserror",9572 "tokio 1.13.0",9908 "tracing",9573 "tracing",9909 "tracing-futures",9574 "tracing-futures",9910 "wasm-timer",9911]9575]991295769913[[package]]9577[[package]]9914name = "sc-state-db"9578name = "sc-state-db"9915version = "0.10.0-dev"9579version = "0.10.0-dev"9916source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9580source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9917dependencies = [9581dependencies = [9918 "log",9582 "log",9919 "parity-scale-codec",9583 "parity-scale-codec",9922 "parking_lot 0.11.2",9586 "parking_lot 0.11.2",9923 "sc-client-api",9587 "sc-client-api",9924 "sp-core",9588 "sp-core",9925 "thiserror",9926]9589]992795909928[[package]]9591[[package]]9929name = "sc-sync-state-rpc"9592name = "sc-sync-state-rpc"9930version = "0.10.0-dev"9593version = "0.10.0-dev"9931source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9594source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9932dependencies = [9595dependencies = [9933 "jsonrpc-core 15.1.0",9596 "jsonrpc-core",9934 "jsonrpc-core-client 15.1.0",9597 "jsonrpc-core-client",9935 "jsonrpc-derive 15.1.0",9598 "jsonrpc-derive",9936 "parity-scale-codec",9599 "parity-scale-codec",9937 "sc-chain-spec",9600 "sc-chain-spec",9938 "sc-client-api",9601 "sc-client-api",9950[[package]]9613[[package]]9951name = "sc-telemetry"9614name = "sc-telemetry"9952version = "4.0.0-dev"9615version = "4.0.0-dev"9953source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9616source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9954dependencies = [9617dependencies = [9955 "chrono",9618 "chrono",9956 "futures 0.3.17",9619 "futures 0.3.17",9957 "libp2p",9620 "libp2p",9958 "log",9621 "log",9959 "parking_lot 0.11.2",9622 "parking_lot 0.11.2",9960 "pin-project 1.0.7",9623 "pin-project 1.0.8",9961 "rand 0.7.3",9624 "rand 0.7.3",9962 "serde",9625 "serde",9963 "serde_json",9626 "serde_json",9964 "take_mut",9965 "thiserror",9627 "thiserror",9966 "void",9967 "wasm-timer",9628 "wasm-timer",9968]9629]996996309970[[package]]9631[[package]]9971name = "sc-tracing"9632name = "sc-tracing"9972version = "4.0.0-dev"9633version = "4.0.0-dev"9973source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9634source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9974dependencies = [9635dependencies = [9975 "ansi_term 0.12.1",9636 "ansi_term 0.12.1",9976 "atty",9637 "atty",9977 "erased-serde",9638 "chrono",9978 "lazy_static",9639 "lazy_static",9979 "log",9640 "log",9980 "once_cell",9641 "once_cell",9983 "rustc-hash",9644 "rustc-hash",9984 "sc-client-api",9645 "sc-client-api",9985 "sc-rpc-server",9646 "sc-rpc-server",9986 "sc-telemetry",9987 "sc-tracing-proc-macro",9647 "sc-tracing-proc-macro",9988 "serde",9648 "serde",9989 "serde_json",9990 "sp-api",9649 "sp-api",9991 "sp-block-builder",9992 "sp-blockchain",9650 "sp-blockchain",9993 "sp-core",9651 "sp-core",9994 "sp-rpc",9652 "sp-rpc",9995 "sp-runtime",9653 "sp-runtime",9996 "sp-storage",9997 "sp-tracing",9654 "sp-tracing",9998 "thiserror",9655 "thiserror",9999 "tracing",9656 "tracing",10000 "tracing-log",9657 "tracing-log",10001 "tracing-subscriber",9658 "tracing-subscriber",10002 "wasm-bindgen",10003 "wasm-timer",10004 "web-sys",10005]9659]10006966010007[[package]]9661[[package]]10008name = "sc-tracing-proc-macro"9662name = "sc-tracing-proc-macro"10009version = "4.0.0-dev"9663version = "4.0.0-dev"10010source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9664source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10011dependencies = [9665dependencies = [10012 "proc-macro-crate 1.0.0",9666 "proc-macro-crate 1.1.0",10013 "proc-macro2",9667 "proc-macro2",10014 "quote",9668 "quote",10015 "syn",9669 "syn",10018[[package]]9672[[package]]10019name = "sc-transaction-pool"9673name = "sc-transaction-pool"10020version = "4.0.0-dev"9674version = "4.0.0-dev"10021source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9675source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10022dependencies = [9676dependencies = [10023 "derive_more",10024 "futures 0.3.17",9677 "futures 0.3.17",10025 "intervalier",9678 "intervalier",10026 "linked-hash-map",9679 "linked-hash-map",10031 "retain_mut",9684 "retain_mut",10032 "sc-client-api",9685 "sc-client-api",10033 "sc-transaction-pool-api",9686 "sc-transaction-pool-api",9687 "sc-utils",10034 "serde",9688 "serde",10035 "sp-api",9689 "sp-api",10036 "sp-blockchain",9690 "sp-blockchain",10037 "sp-core",9691 "sp-core",10038 "sp-runtime",9692 "sp-runtime",10039 "sp-tracing",9693 "sp-tracing",10040 "sp-transaction-pool",9694 "sp-transaction-pool",10041 "sp-utils",10042 "substrate-prometheus-endpoint",9695 "substrate-prometheus-endpoint",10043 "thiserror",9696 "thiserror",10044 "wasm-timer",10045]9697]10046969810047[[package]]9699[[package]]10048name = "sc-transaction-pool-api"9700name = "sc-transaction-pool-api"10049version = "4.0.0-dev"9701version = "4.0.0-dev"10050source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9702source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10051dependencies = [9703dependencies = [10052 "derive_more",9704 "derive_more",10053 "futures 0.3.17",9705 "futures 0.3.17",10054 "log",9706 "log",10055 "parity-scale-codec",10056 "serde",9707 "serde",10057 "sp-blockchain",9708 "sp-blockchain",10058 "sp-runtime",9709 "sp-runtime",10059 "thiserror",9710 "thiserror",10060]9711]10061971210062[[package]]9713[[package]]9714name = "sc-utils"9715version = "4.0.0-dev"9716source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9717dependencies = [9718 "futures 0.3.17",9719 "futures-timer 3.0.2",9720 "lazy_static",9721 "prometheus",9722]97239724[[package]]10063name = "scale-info"9725name = "scale-info"10064version = "0.10.0"9726version = "1.0.0"10065source = "registry+https://github.com/rust-lang/crates.io-index"9727source = "registry+https://github.com/rust-lang/crates.io-index"10066checksum = "d2e62ff266e136db561a007c84569985805f84a1d5a08278e52c36aacb6e061b"9728checksum = "5c55b744399c25532d63a0d2789b109df8d46fc93752d46b0782991a931a782f"10067dependencies = [9729dependencies = [10068 "bitvec 0.20.1",9730 "bitvec 0.20.4",10069 "cfg-if 1.0.0",9731 "cfg-if 1.0.0",10070 "derive_more",9732 "derive_more",10071 "parity-scale-codec",9733 "parity-scale-codec",10072 "scale-info-derive",9734 "scale-info-derive",9735 "serde",10073]9736]10074973710075[[package]]9738[[package]]10076name = "scale-info-derive"9739name = "scale-info-derive"10077version = "0.7.0"9740version = "1.0.0"10078source = "registry+https://github.com/rust-lang/crates.io-index"9741source = "registry+https://github.com/rust-lang/crates.io-index"10079checksum = "b648fa291891a4c80187a25532f6a7d96b82c70353e30b868b14632b8fe043d6"9742checksum = "baeb2780690380592f86205aa4ee49815feb2acad8c2f59e6dd207148c3f1fcd"10080dependencies = [9743dependencies = [10081 "proc-macro-crate 1.0.0",9744 "proc-macro-crate 1.1.0",10082 "proc-macro2",9745 "proc-macro2",10083 "quote",9746 "quote",10084 "syn",9747 "syn",10102dependencies = [9765dependencies = [10103 "arrayref",9766 "arrayref",10104 "arrayvec 0.5.2",9767 "arrayvec 0.5.2",10105 "curve25519-dalek 2.1.0",9768 "curve25519-dalek 2.1.3",10106 "getrandom 0.1.14",9769 "getrandom 0.1.16",10107 "merlin",9770 "merlin",10108 "rand 0.7.3",9771 "rand 0.7.3",10109 "rand_core 0.5.1",9772 "rand_core 0.5.1",10126978910127[[package]]9790[[package]]10128name = "sct"9791name = "sct"10129version = "0.6.0"9792version = "0.6.1"10130source = "registry+https://github.com/rust-lang/crates.io-index"9793source = "registry+https://github.com/rust-lang/crates.io-index"10131checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"9794checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10132dependencies = [9795dependencies = [10133 "ring",9796 "ring",10134 "untrusted",9797 "untrusted",10135]9798]10136979910137[[package]]9800[[package]]10138name = "secrecy"9801name = "secrecy"10139version = "0.7.0"9802version = "0.8.0"10140source = "registry+https://github.com/rust-lang/crates.io-index"9803source = "registry+https://github.com/rust-lang/crates.io-index"10141checksum = "0673d6a6449f5e7d12a1caf424fd9363e2af3a4953023ed455e3c4beef4597c0"9804checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10142dependencies = [9805dependencies = [10143 "zeroize",9806 "zeroize",10144]9807]10145980810146[[package]]9809[[package]]10147name = "security-framework"9810name = "security-framework"10148version = "1.0.0"9811version = "2.4.2"10149source = "registry+https://github.com/rust-lang/crates.io-index"9812source = "registry+https://github.com/rust-lang/crates.io-index"10150checksum = "ad502866817f0575705bd7be36e2b2535cc33262d493aa733a2ec862baa2bc2b"9813checksum = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87"10151dependencies = [9814dependencies = [10152 "bitflags",9815 "bitflags",10153 "core-foundation 0.7.0",9816 "core-foundation",10154 "core-foundation-sys 0.7.0",9817 "core-foundation-sys",10155 "libc",9818 "libc",10156 "security-framework-sys 1.0.0",9819 "security-framework-sys",10157]9820]10158982110159[[package]]9822[[package]]10160name = "security-framework"10161version = "2.2.0"10162source = "registry+https://github.com/rust-lang/crates.io-index"10163checksum = "3670b1d2fdf6084d192bc71ead7aabe6c06aa2ea3fbd9cc3ac111fa5c2b1bd84"10164dependencies = [10165 "bitflags",10166 "core-foundation 0.9.1",10167 "core-foundation-sys 0.8.2",10168 "libc",10169 "security-framework-sys 2.2.0",10170]1017110172[[package]]10173name = "security-framework-sys"9823name = "security-framework-sys"10174version = "1.0.0"9824version = "2.4.2"10175source = "registry+https://github.com/rust-lang/crates.io-index"9825source = "registry+https://github.com/rust-lang/crates.io-index"10176checksum = "51ceb04988b17b6d1dcd555390fa822ca5637b4a14e1f5099f13d351bed4d6c7"9826checksum = "a9dd14d83160b528b7bfd66439110573efcfbe281b17fc2ca9f39f550d619c7e"10177dependencies = [9827dependencies = [10178 "core-foundation-sys 0.7.0",9828 "core-foundation-sys",10179 "libc",9829 "libc",10180]9830]10181983110182[[package]]9832[[package]]10183name = "security-framework-sys"10184version = "2.2.0"10185source = "registry+https://github.com/rust-lang/crates.io-index"10186checksum = "3676258fd3cfe2c9a0ec99ce3038798d847ce3e4bb17746373eb9f0f1ac16339"10187dependencies = [10188 "core-foundation-sys 0.8.2",10189 "libc",10190]1019110192[[package]]10193name = "semver"9833name = "semver"10194version = "0.6.0"9834version = "0.6.0"10195source = "registry+https://github.com/rust-lang/crates.io-index"9835source = "registry+https://github.com/rust-lang/crates.io-index"10277991710278[[package]]9918[[package]]10279name = "sha-1"9919name = "sha-1"10280version = "0.9.6"9920version = "0.9.8"10281source = "registry+https://github.com/rust-lang/crates.io-index"9921source = "registry+https://github.com/rust-lang/crates.io-index"10282checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16"9922checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10283dependencies = [9923dependencies = [10284 "block-buffer 0.9.0",9924 "block-buffer 0.9.0",10285 "cfg-if 1.0.0",9925 "cfg-if 1.0.0",10286 "cpufeatures 0.1.4",9926 "cpufeatures 0.2.1",10287 "digest 0.9.0",9927 "digest 0.9.0",10288 "opaque-debug 0.3.0",9928 "opaque-debug 0.3.0",10289]9929]10302994210303[[package]]9943[[package]]10304name = "sha2"9944name = "sha2"10305version = "0.9.2"9945version = "0.9.8"10306source = "registry+https://github.com/rust-lang/crates.io-index"9946source = "registry+https://github.com/rust-lang/crates.io-index"10307checksum = "6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8"9947checksum = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa"10308dependencies = [9948dependencies = [10309 "block-buffer 0.9.0",9949 "block-buffer 0.9.0",10310 "cfg-if 1.0.0",9950 "cfg-if 1.0.0",10311 "cpuid-bool",9951 "cpufeatures 0.2.1",10312 "digest 0.9.0",9952 "digest 0.9.0",10313 "opaque-debug 0.3.0",9953 "opaque-debug 0.3.0",10314]9954]10340998010341[[package]]9981[[package]]10342name = "sharded-slab"9982name = "sharded-slab"10343version = "0.1.0"9983version = "0.1.4"10344source = "registry+https://github.com/rust-lang/crates.io-index"9984source = "registry+https://github.com/rust-lang/crates.io-index"10345checksum = "7b4921be914e16899a80adefb821f8ddb7974e3f1250223575a44ed994882127"9985checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10346dependencies = [9986dependencies = [10347 "lazy_static",9987 "lazy_static",10348 "loom",10349]9988]10350998910351[[package]]9990[[package]]10356999510357[[package]]9996[[package]]10358name = "signal-hook"9997name = "signal-hook"10359version = "0.3.9"9998version = "0.3.10"10360source = "registry+https://github.com/rust-lang/crates.io-index"9999source = "registry+https://github.com/rust-lang/crates.io-index"10361checksum = "470c5a6397076fae0094aaf06a08e6ba6f37acb77d3b1b91ea92b4d6c8650c39"10000checksum = "9c98891d737e271a2954825ef19e46bd16bdb98e2746f2eec4f7a4ef7946efd1"10362dependencies = [10001dependencies = [10363 "libc",10002 "libc",10364 "signal-hook-registry",10003 "signal-hook-registry",103751001410376[[package]]10015[[package]]10377name = "signature"10016name = "signature"10378version = "1.1.0"10017version = "1.4.0"10379source = "registry+https://github.com/rust-lang/crates.io-index"10018source = "registry+https://github.com/rust-lang/crates.io-index"10380checksum = "65211b7b6fc3f14ff9fc7a2011a434e3e6880585bd2e9e9396315ae24cbf7852"10019checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"103811002010382[[package]]10021[[package]]10383name = "simba"10022name = "simba"103931003210394[[package]]10033[[package]]10395name = "slab"10034name = "slab"10396version = "0.4.2"10035version = "0.4.5"10397source = "registry+https://github.com/rust-lang/crates.io-index"10036source = "registry+https://github.com/rust-lang/crates.io-index"10398checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"10037checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"103991003810400[[package]]10039[[package]]10401name = "slog"10402version = "2.7.0"10403source = "registry+https://github.com/rust-lang/crates.io-index"10404checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06"10405dependencies = [10406 "erased-serde",10407]1040810409[[package]]10410name = "slot-range-helper"10040name = "slot-range-helper"10411version = "0.9.10"10041version = "0.9.12"10412source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"10042source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"10413dependencies = [10043dependencies = [10414 "enumn",10044 "enumn",10415 "parity-scale-codec",10045 "parity-scale-codec",104201005010421[[package]]10051[[package]]10422name = "slotmap"10052name = "slotmap"10423version = "1.0.5"10053version = "1.0.6"10424source = "registry+https://github.com/rust-lang/crates.io-index"10054source = "registry+https://github.com/rust-lang/crates.io-index"10425checksum = "a952280edbecfb1d4bd3cf2dbc309dc6ab523e53487c438ae21a6df09fe84bc4"10055checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10426dependencies = [10056dependencies = [10427 "version_check",10057 "version_check",10428]10058]104291005910430[[package]]10060[[package]]10431name = "smallvec"10061name = "smallvec"10432version = "0.6.13"10062version = "1.7.0"10433source = "registry+https://github.com/rust-lang/crates.io-index"10063source = "registry+https://github.com/rust-lang/crates.io-index"10434checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"10064checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"10435dependencies = [10436 "maybe-uninit",10437]104381006510439[[package]]10066[[package]]10440name = "smallvec"10067name = "snap"10441version = "1.6.1"10068version = "1.0.5"10442source = "registry+https://github.com/rust-lang/crates.io-index"10069source = "registry+https://github.com/rust-lang/crates.io-index"10443checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"10070checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"104441007110445[[package]]10072[[package]]10446name = "snow"10073name = "snow"10452 "blake2",10079 "blake2",10453 "chacha20poly1305",10080 "chacha20poly1305",10454 "rand 0.8.4",10081 "rand 0.8.4",10455 "rand_core 0.6.1",10082 "rand_core 0.6.3",10456 "ring",10083 "ring",10457 "rustc_version 0.3.3",10084 "rustc_version 0.3.3",10458 "sha2 0.9.2",10085 "sha2 0.9.8",10459 "subtle 2.4.1",10086 "subtle 2.4.1",10460 "x25519-dalek",10087 "x25519-dalek",10461]10088]104621008910463[[package]]10090[[package]]10464name = "socket2"10091name = "socket2"10465version = "0.3.17"10092version = "0.3.19"10466source = "registry+https://github.com/rust-lang/crates.io-index"10093source = "registry+https://github.com/rust-lang/crates.io-index"10467checksum = "2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902"10094checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10468dependencies = [10095dependencies = [10469 "cfg-if 1.0.0",10096 "cfg-if 1.0.0",10470 "libc",10097 "libc",10471 "redox_syscall 0.1.56",10472 "winapi 0.3.9",10098 "winapi 0.3.9",10473]10099]104741010010475[[package]]10101[[package]]10476name = "socket2"10102name = "socket2"10477version = "0.4.0"10103version = "0.4.2"10478source = "registry+https://github.com/rust-lang/crates.io-index"10104source = "registry+https://github.com/rust-lang/crates.io-index"10479checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"10105checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516"10480dependencies = [10106dependencies = [10481 "libc",10107 "libc",10482 "winapi 0.3.9",10108 "winapi 0.3.9",10483]10109]104841011010485[[package]]10111[[package]]10486name = "soketto"10112name = "soketto"10487version = "0.4.1"10113version = "0.4.2"10488source = "registry+https://github.com/rust-lang/crates.io-index"10114source = "registry+https://github.com/rust-lang/crates.io-index"10489checksum = "85457366ae0c6ce56bf05a958aef14cd38513c236568618edbcd9a8c52cb80b0"10115checksum = "b5c71ed3d54db0a699f4948e1bb3e45b450fa31fe602621dee6680361d569c88"10490dependencies = [10116dependencies = [10491 "base64 0.12.3",10117 "base64 0.12.3",10492 "bytes 0.5.6",10118 "bytes 0.5.6",10495 "httparse",10121 "httparse",10496 "log",10122 "log",10497 "rand 0.7.3",10123 "rand 0.7.3",10498 "sha-1 0.8.2",10124 "sha-1 0.9.8",10499]10125]105001012610501[[package]]10127[[package]]10505checksum = "a74e48087dbeed4833785c2f3352b59140095dc192dce966a3bfc155020a439f"10131checksum = "a74e48087dbeed4833785c2f3352b59140095dc192dce966a3bfc155020a439f"10506dependencies = [10132dependencies = [10507 "base64 0.13.0",10133 "base64 0.13.0",10508 "bytes 1.0.1",10134 "bytes 1.1.0",10509 "futures 0.3.17",10135 "futures 0.3.17",10510 "httparse",10136 "httparse",10511 "log",10137 "log",10512 "rand 0.8.4",10138 "rand 0.8.4",10513 "sha-1 0.9.6",10139 "sha-1 0.9.8",10514]10140]105151014110516[[package]]10142[[package]]10517name = "sp-api"10143name = "sp-api"10518version = "4.0.0-dev"10144version = "4.0.0-dev"10519source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10145source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10520dependencies = [10146dependencies = [10521 "hash-db",10147 "hash-db",10522 "log",10148 "log",10533[[package]]10159[[package]]10534name = "sp-api-proc-macro"10160name = "sp-api-proc-macro"10535version = "4.0.0-dev"10161version = "4.0.0-dev"10536source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10162source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10537dependencies = [10163dependencies = [10538 "blake2-rfc",10164 "blake2-rfc",10539 "proc-macro-crate 1.0.0",10165 "proc-macro-crate 1.1.0",10540 "proc-macro2",10166 "proc-macro2",10541 "quote",10167 "quote",10542 "syn",10168 "syn",10545[[package]]10171[[package]]10546name = "sp-application-crypto"10172name = "sp-application-crypto"10547version = "4.0.0-dev"10173version = "4.0.0-dev"10548source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10174source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10549dependencies = [10175dependencies = [10550 "parity-scale-codec",10176 "parity-scale-codec",10177 "scale-info",10551 "serde",10178 "serde",10552 "sp-core",10179 "sp-core",10553 "sp-io",10180 "sp-io",10557[[package]]10184[[package]]10558name = "sp-arithmetic"10185name = "sp-arithmetic"10559version = "4.0.0-dev"10186version = "4.0.0-dev"10560source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10187source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10561dependencies = [10188dependencies = [10562 "integer-sqrt",10189 "integer-sqrt",10563 "num-traits",10190 "num-traits",10564 "parity-scale-codec",10191 "parity-scale-codec",10192 "scale-info",10565 "serde",10193 "serde",10566 "sp-debug-derive",10194 "sp-debug-derive",10567 "sp-std",10195 "sp-std",10571[[package]]10199[[package]]10572name = "sp-authority-discovery"10200name = "sp-authority-discovery"10573version = "4.0.0-dev"10201version = "4.0.0-dev"10574source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10202source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10575dependencies = [10203dependencies = [10576 "parity-scale-codec",10204 "parity-scale-codec",10205 "scale-info",10577 "sp-api",10206 "sp-api",10578 "sp-application-crypto",10207 "sp-application-crypto",10579 "sp-runtime",10208 "sp-runtime",10583[[package]]10212[[package]]10584name = "sp-authorship"10213name = "sp-authorship"10585version = "4.0.0-dev"10214version = "4.0.0-dev"10586source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10215source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10587dependencies = [10216dependencies = [10588 "async-trait",10217 "async-trait",10589 "parity-scale-codec",10218 "parity-scale-codec",10595[[package]]10224[[package]]10596name = "sp-block-builder"10225name = "sp-block-builder"10597version = "4.0.0-dev"10226version = "4.0.0-dev"10598source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10227source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10599dependencies = [10228dependencies = [10600 "parity-scale-codec",10229 "parity-scale-codec",10601 "sp-api",10230 "sp-api",10607[[package]]10236[[package]]10608name = "sp-blockchain"10237name = "sp-blockchain"10609version = "4.0.0-dev"10238version = "4.0.0-dev"10610source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10239source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10611dependencies = [10240dependencies = [10612 "futures 0.3.17",10241 "futures 0.3.17",10613 "log",10242 "log",10614 "lru",10243 "lru 0.6.6",10615 "parity-scale-codec",10244 "parity-scale-codec",10616 "parking_lot 0.11.2",10245 "parking_lot 0.11.2",10617 "sp-api",10246 "sp-api",10625[[package]]10254[[package]]10626name = "sp-consensus"10255name = "sp-consensus"10627version = "0.10.0-dev"10256version = "0.10.0-dev"10628source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10257source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10629dependencies = [10258dependencies = [10630 "async-trait",10259 "async-trait",10631 "futures 0.3.17",10260 "futures 0.3.17",10632 "futures-timer 3.0.2",10261 "futures-timer 3.0.2",10633 "log",10262 "log",10634 "parity-scale-codec",10263 "parity-scale-codec",10635 "parking_lot 0.11.2",10636 "serde",10637 "sp-api",10638 "sp-core",10264 "sp-core",10639 "sp-inherents",10265 "sp-inherents",10640 "sp-runtime",10266 "sp-runtime",10641 "sp-state-machine",10267 "sp-state-machine",10642 "sp-std",10268 "sp-std",10643 "sp-trie",10644 "sp-utils",10645 "sp-version",10269 "sp-version",10646 "substrate-prometheus-endpoint",10647 "thiserror",10270 "thiserror",10648 "wasm-timer",10649]10271]106501027210651[[package]]10273[[package]]10652name = "sp-consensus-aura"10274name = "sp-consensus-aura"10653version = "0.10.0-dev"10275version = "0.10.0-dev"10654source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10276source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10655dependencies = [10277dependencies = [10656 "async-trait",10278 "async-trait",10657 "parity-scale-codec",10279 "parity-scale-codec",10280 "scale-info",10658 "sp-api",10281 "sp-api",10659 "sp-application-crypto",10282 "sp-application-crypto",10660 "sp-consensus",10283 "sp-consensus",10668[[package]]10291[[package]]10669name = "sp-consensus-babe"10292name = "sp-consensus-babe"10670version = "0.10.0-dev"10293version = "0.10.0-dev"10671source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10294source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10672dependencies = [10295dependencies = [10673 "async-trait",10296 "async-trait",10674 "merlin",10297 "merlin",10675 "parity-scale-codec",10298 "parity-scale-codec",10299 "scale-info",10676 "serde",10300 "serde",10677 "sp-api",10301 "sp-api",10678 "sp-application-crypto",10302 "sp-application-crypto",10690[[package]]10314[[package]]10691name = "sp-consensus-slots"10315name = "sp-consensus-slots"10692version = "0.10.0-dev"10316version = "0.10.0-dev"10693source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10317source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10694dependencies = [10318dependencies = [10695 "parity-scale-codec",10319 "parity-scale-codec",10320 "scale-info",10696 "sp-arithmetic",10321 "sp-arithmetic",10697 "sp-runtime",10322 "sp-runtime",10698]10323]106991032410700[[package]]10325[[package]]10701name = "sp-consensus-vrf"10326name = "sp-consensus-vrf"10702version = "0.10.0-dev"10327version = "0.10.0-dev"10703source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10328source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10704dependencies = [10329dependencies = [10705 "parity-scale-codec",10330 "parity-scale-codec",10706 "schnorrkel",10331 "schnorrkel",10712[[package]]10337[[package]]10713name = "sp-core"10338name = "sp-core"10714version = "4.0.0-dev"10339version = "4.0.0-dev"10715source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10340source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10716dependencies = [10341dependencies = [10717 "base58",10342 "base58",10718 "blake2-rfc",10343 "blake2-rfc",10735 "primitive-types 0.10.1",10360 "primitive-types 0.10.1",10736 "rand 0.7.3",10361 "rand 0.7.3",10737 "regex",10362 "regex",10363 "scale-info",10738 "schnorrkel",10364 "schnorrkel",10739 "secrecy",10365 "secrecy",10740 "serde",10366 "serde",10741 "sha2 0.9.2",10367 "sha2 0.9.8",10742 "sp-debug-derive",10368 "sp-debug-derive",10743 "sp-externalities",10369 "sp-externalities",10744 "sp-runtime-interface",10370 "sp-runtime-interface",10745 "sp-std",10371 "sp-std",10746 "sp-storage",10372 "sp-storage",10373 "ss58-registry",10747 "substrate-bip39",10374 "substrate-bip39",10748 "thiserror",10375 "thiserror",10749 "tiny-bip39",10376 "tiny-bip39",10756[[package]]10383[[package]]10757name = "sp-database"10384name = "sp-database"10758version = "4.0.0-dev"10385version = "4.0.0-dev"10759source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10386source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10760dependencies = [10387dependencies = [10761 "kvdb",10388 "kvdb",10762 "parking_lot 0.11.2",10389 "parking_lot 0.11.2",10765[[package]]10392[[package]]10766name = "sp-debug-derive"10393name = "sp-debug-derive"10767version = "3.0.0"10394version = "3.0.0"10768source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10395source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10769dependencies = [10396dependencies = [10770 "proc-macro2",10397 "proc-macro2",10771 "quote",10398 "quote",10775[[package]]10402[[package]]10776name = "sp-externalities"10403name = "sp-externalities"10777version = "0.10.0-dev"10404version = "0.10.0-dev"10778source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10405source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10779dependencies = [10406dependencies = [10780 "environmental",10407 "environmental",10781 "parity-scale-codec",10408 "parity-scale-codec",10786[[package]]10413[[package]]10787name = "sp-finality-grandpa"10414name = "sp-finality-grandpa"10788version = "4.0.0-dev"10415version = "4.0.0-dev"10789source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10416source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10790dependencies = [10417dependencies = [10791 "finality-grandpa",10418 "finality-grandpa",10792 "log",10419 "log",10793 "parity-scale-codec",10420 "parity-scale-codec",10421 "scale-info",10794 "serde",10422 "serde",10795 "sp-api",10423 "sp-api",10796 "sp-application-crypto",10424 "sp-application-crypto",10803[[package]]10431[[package]]10804name = "sp-inherents"10432name = "sp-inherents"10805version = "4.0.0-dev"10433version = "4.0.0-dev"10806source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10434source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10807dependencies = [10435dependencies = [10808 "async-trait",10436 "async-trait",10809 "impl-trait-for-tuples 0.2.1",10437 "impl-trait-for-tuples 0.2.1",10817[[package]]10445[[package]]10818name = "sp-io"10446name = "sp-io"10819version = "4.0.0-dev"10447version = "4.0.0-dev"10820source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10448source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10821dependencies = [10449dependencies = [10822 "futures 0.3.17",10450 "futures 0.3.17",10823 "hash-db",10451 "hash-db",10828 "sp-core",10456 "sp-core",10829 "sp-externalities",10457 "sp-externalities",10830 "sp-keystore",10458 "sp-keystore",10831 "sp-maybe-compressed-blob",10832 "sp-runtime-interface",10459 "sp-runtime-interface",10833 "sp-state-machine",10460 "sp-state-machine",10834 "sp-std",10461 "sp-std",10842[[package]]10469[[package]]10843name = "sp-keyring"10470name = "sp-keyring"10844version = "4.0.0-dev"10471version = "4.0.0-dev"10845source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10472source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10846dependencies = [10473dependencies = [10847 "lazy_static",10474 "lazy_static",10848 "sp-core",10475 "sp-core",10849 "sp-runtime",10476 "sp-runtime",10850 "strum",10477 "strum 0.20.0",10851]10478]108521047910853[[package]]10480[[package]]10854name = "sp-keystore"10481name = "sp-keystore"10855version = "0.10.0-dev"10482version = "0.10.0-dev"10856source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10483source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10857dependencies = [10484dependencies = [10858 "async-trait",10485 "async-trait",10859 "derive_more",10486 "derive_more",10870[[package]]10497[[package]]10871name = "sp-maybe-compressed-blob"10498name = "sp-maybe-compressed-blob"10872version = "4.0.0-dev"10499version = "4.0.0-dev"10873source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10500source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10874dependencies = [10501dependencies = [10875 "ruzstd",10876 "zstd",10502 "zstd",10877]10503]108781050410879[[package]]10505[[package]]10880name = "sp-npos-elections"10506name = "sp-npos-elections"10881version = "4.0.0-dev"10507version = "4.0.0-dev"10882source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10508source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10883dependencies = [10509dependencies = [10884 "parity-scale-codec",10510 "parity-scale-codec",10511 "scale-info",10885 "serde",10512 "serde",10886 "sp-arithmetic",10513 "sp-arithmetic",10887 "sp-core",10514 "sp-core",10888 "sp-npos-elections-solution-type",10515 "sp-npos-elections-solution-type",10516 "sp-runtime",10889 "sp-std",10517 "sp-std",10890]10518]108911051910892[[package]]10520[[package]]10893name = "sp-npos-elections-solution-type"10521name = "sp-npos-elections-solution-type"10894version = "4.0.0-dev"10522version = "4.0.0-dev"10895source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10523source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10896dependencies = [10524dependencies = [10897 "proc-macro-crate 1.0.0",10525 "proc-macro-crate 1.1.0",10898 "proc-macro2",10526 "proc-macro2",10899 "quote",10527 "quote",10900 "syn",10528 "syn",10903[[package]]10531[[package]]10904name = "sp-offchain"10532name = "sp-offchain"10905version = "4.0.0-dev"10533version = "4.0.0-dev"10906source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10534source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10907dependencies = [10535dependencies = [10908 "sp-api",10536 "sp-api",10909 "sp-core",10537 "sp-core",10913[[package]]10541[[package]]10914name = "sp-panic-handler"10542name = "sp-panic-handler"10915version = "3.0.0"10543version = "3.0.0"10916source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10544source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10917dependencies = [10545dependencies = [10918 "backtrace",10546 "backtrace",10919]10547]109201054810921[[package]]10549[[package]]10922name = "sp-rpc"10550name = "sp-rpc"10923version = "4.0.0-dev"10551version = "4.0.0-dev"10924source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10552source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10925dependencies = [10553dependencies = [10926 "rustc-hash",10554 "rustc-hash",10927 "serde",10555 "serde",10928 "sp-core",10556 "sp-core",10929 "tracing-core",10930]10557]109311055810932[[package]]10559[[package]]10933name = "sp-runtime"10560name = "sp-runtime"10934version = "4.0.0-dev"10561version = "4.0.0-dev"10935source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10562source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10936dependencies = [10563dependencies = [10937 "either",10564 "either",10938 "hash256-std-hasher",10565 "hash256-std-hasher",10942 "parity-util-mem",10569 "parity-util-mem",10943 "paste",10570 "paste",10944 "rand 0.7.3",10571 "rand 0.7.3",10572 "scale-info",10945 "serde",10573 "serde",10946 "sp-application-crypto",10574 "sp-application-crypto",10947 "sp-arithmetic",10575 "sp-arithmetic",10953[[package]]10581[[package]]10954name = "sp-runtime-interface"10582name = "sp-runtime-interface"10955version = "4.0.0-dev"10583version = "4.0.0-dev"10956source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10584source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10957dependencies = [10585dependencies = [10958 "impl-trait-for-tuples 0.2.1",10586 "impl-trait-for-tuples 0.2.1",10959 "parity-scale-codec",10587 "parity-scale-codec",10970[[package]]10598[[package]]10971name = "sp-runtime-interface-proc-macro"10599name = "sp-runtime-interface-proc-macro"10972version = "4.0.0-dev"10600version = "4.0.0-dev"10973source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10601source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10974dependencies = [10602dependencies = [10975 "Inflector",10603 "Inflector",10976 "proc-macro-crate 1.0.0",10604 "proc-macro-crate 1.1.0",10977 "proc-macro2",10605 "proc-macro2",10978 "quote",10606 "quote",10979 "syn",10607 "syn",10982[[package]]10610[[package]]10983name = "sp-sandbox"10611name = "sp-sandbox"10984version = "0.10.0-dev"10612version = "0.10.0-dev"10985source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10613source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10986dependencies = [10614dependencies = [10615 "log",10987 "parity-scale-codec",10616 "parity-scale-codec",10988 "sp-core",10617 "sp-core",10989 "sp-io",10618 "sp-io",10995[[package]]10624[[package]]10996name = "sp-serializer"10625name = "sp-serializer"10997version = "3.0.0"10626version = "3.0.0"10998source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10627source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10999dependencies = [10628dependencies = [11000 "serde",10629 "serde",11001 "serde_json",10630 "serde_json",11004[[package]]10633[[package]]11005name = "sp-session"10634name = "sp-session"11006version = "4.0.0-dev"10635version = "4.0.0-dev"11007source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10636source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11008dependencies = [10637dependencies = [11009 "parity-scale-codec",10638 "parity-scale-codec",10639 "scale-info",11010 "sp-api",10640 "sp-api",11011 "sp-core",10641 "sp-core",11012 "sp-runtime",10642 "sp-runtime",11017[[package]]10647[[package]]11018name = "sp-staking"10648name = "sp-staking"11019version = "4.0.0-dev"10649version = "4.0.0-dev"11020source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10650source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11021dependencies = [10651dependencies = [11022 "parity-scale-codec",10652 "parity-scale-codec",10653 "scale-info",11023 "sp-runtime",10654 "sp-runtime",11024 "sp-std",10655 "sp-std",11025]10656]110261065711027[[package]]10658[[package]]11028name = "sp-state-machine"10659name = "sp-state-machine"11029version = "0.10.0-dev"10660version = "0.10.0-dev"11030source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10661source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11031dependencies = [10662dependencies = [11032 "hash-db",10663 "hash-db",11033 "log",10664 "log",11034 "num-traits",10665 "num-traits",11035 "parity-scale-codec",10666 "parity-scale-codec",11036 "parking_lot 0.11.2",10667 "parking_lot 0.11.2",11037 "rand 0.7.3",10668 "rand 0.7.3",11038 "smallvec 1.6.1",10669 "smallvec",11039 "sp-core",10670 "sp-core",11040 "sp-externalities",10671 "sp-externalities",11041 "sp-panic-handler",10672 "sp-panic-handler",11050[[package]]10681[[package]]11051name = "sp-std"10682name = "sp-std"11052version = "4.0.0-dev"10683version = "4.0.0-dev"11053source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10684source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"110541068511055[[package]]10686[[package]]11056name = "sp-storage"10687name = "sp-storage"11057version = "4.0.0-dev"10688version = "4.0.0-dev"11058source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10689source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11059dependencies = [10690dependencies = [11060 "impl-serde",10691 "impl-serde",11061 "parity-scale-codec",10692 "parity-scale-codec",11068[[package]]10699[[package]]11069name = "sp-tasks"10700name = "sp-tasks"11070version = "4.0.0-dev"10701version = "4.0.0-dev"11071source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10702source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11072dependencies = [10703dependencies = [11073 "log",10704 "log",11074 "sp-core",10705 "sp-core",11081[[package]]10712[[package]]11082name = "sp-timestamp"10713name = "sp-timestamp"11083version = "4.0.0-dev"10714version = "4.0.0-dev"11084source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10715source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11085dependencies = [10716dependencies = [11086 "async-trait",10717 "async-trait",11087 "futures-timer 3.0.2",10718 "futures-timer 3.0.2",11092 "sp-runtime",10723 "sp-runtime",11093 "sp-std",10724 "sp-std",11094 "thiserror",10725 "thiserror",11095 "wasm-timer",11096]10726]110971072711098[[package]]10728[[package]]11099name = "sp-tracing"10729name = "sp-tracing"11100version = "4.0.0-dev"10730version = "4.0.0-dev"11101source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10731source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11102dependencies = [10732dependencies = [11103 "erased-serde",11104 "log",11105 "parity-scale-codec",10733 "parity-scale-codec",11106 "parking_lot 0.10.2",11107 "serde",11108 "serde_json",11109 "slog",11110 "sp-std",10734 "sp-std",11111 "tracing",10735 "tracing",11112 "tracing-core",10736 "tracing-core",11116[[package]]10740[[package]]11117name = "sp-transaction-pool"10741name = "sp-transaction-pool"11118version = "4.0.0-dev"10742version = "4.0.0-dev"11119source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10743source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11120dependencies = [10744dependencies = [11121 "sp-api",10745 "sp-api",11122 "sp-runtime",10746 "sp-runtime",11125[[package]]10749[[package]]11126name = "sp-transaction-storage-proof"10750name = "sp-transaction-storage-proof"11127version = "4.0.0-dev"10751version = "4.0.0-dev"11128source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10752source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11129dependencies = [10753dependencies = [11130 "async-trait",10754 "async-trait",11131 "log",10755 "log",11132 "parity-scale-codec",10756 "parity-scale-codec",10757 "scale-info",11133 "sp-core",10758 "sp-core",11134 "sp-inherents",10759 "sp-inherents",11135 "sp-runtime",10760 "sp-runtime",11140[[package]]10765[[package]]11141name = "sp-trie"10766name = "sp-trie"11142version = "4.0.0-dev"10767version = "4.0.0-dev"11143source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10768source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11144dependencies = [10769dependencies = [11145 "hash-db",10770 "hash-db",11146 "memory-db",10771 "memory-db",11147 "parity-scale-codec",10772 "parity-scale-codec",10773 "scale-info",11148 "sp-core",10774 "sp-core",11149 "sp-std",10775 "sp-std",11150 "trie-db",10776 "trie-db",11151 "trie-root",10777 "trie-root",11152]10778]111531077911154[[package]]10780[[package]]11155name = "sp-utils"11156version = "4.0.0-dev"11157source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11158dependencies = [11159 "futures 0.3.17",11160 "futures-core",11161 "futures-timer 3.0.2",11162 "lazy_static",11163 "prometheus",11164]1116511166[[package]]11167name = "sp-version"10781name = "sp-version"11168version = "4.0.0-dev"10782version = "4.0.0-dev"11169source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10783source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11170dependencies = [10784dependencies = [11171 "impl-serde",10785 "impl-serde",11172 "parity-scale-codec",10786 "parity-scale-codec",11173 "parity-wasm 0.42.2",10787 "parity-wasm 0.42.2",10788 "scale-info",11174 "serde",10789 "serde",11175 "sp-runtime",10790 "sp-runtime",11176 "sp-std",10791 "sp-std",11181[[package]]10796[[package]]11182name = "sp-version-proc-macro"10797name = "sp-version-proc-macro"11183version = "4.0.0-dev"10798version = "4.0.0-dev"11184source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10799source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11185dependencies = [10800dependencies = [11186 "parity-scale-codec",10801 "parity-scale-codec",11187 "proc-macro-crate 1.0.0",11188 "proc-macro2",10802 "proc-macro2",11189 "quote",10803 "quote",11190 "syn",10804 "syn",11193[[package]]10807[[package]]11194name = "sp-wasm-interface"10808name = "sp-wasm-interface"11195version = "4.0.0-dev"10809version = "4.0.0-dev"11196source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10810source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11197dependencies = [10811dependencies = [11198 "impl-trait-for-tuples 0.2.1",10812 "impl-trait-for-tuples 0.2.1",11199 "parity-scale-codec",10813 "parity-scale-codec",11208checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"10822checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"112091082311210[[package]]10824[[package]]10825name = "ss58-registry"10826version = "1.2.0"10827source = "registry+https://github.com/rust-lang/crates.io-index"10828checksum = "bb102b328df61c67f8ccf8471b29c31c7d6da646a867aff95fe8bff386fe7c4d"10829dependencies = [10830 "Inflector",10831 "proc-macro2",10832 "quote",10833 "serde",10834 "serde_json",10835 "unicode-xid",10836]1083710838[[package]]11211name = "stable_deref_trait"10839name = "stable_deref_trait"11212version = "1.1.1"10840version = "1.2.0"11213source = "registry+https://github.com/rust-lang/crates.io-index"10841source = "registry+https://github.com/rust-lang/crates.io-index"11214checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"10842checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"112151084311216[[package]]10844[[package]]11217name = "static_assertions"10845name = "static_assertions"11258]10886]112591088711260[[package]]10888[[package]]11261name = "string"11262version = "0.2.1"11263source = "registry+https://github.com/rust-lang/crates.io-index"11264checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"11265dependencies = [11266 "bytes 0.4.12",11267]1126811269[[package]]11270name = "strsim"10889name = "strsim"11271version = "0.8.0"10890version = "0.8.0"11272source = "registry+https://github.com/rust-lang/crates.io-index"10891source = "registry+https://github.com/rust-lang/crates.io-index"112801089911281[[package]]10900[[package]]11282name = "structopt"10901name = "structopt"11283version = "0.3.23"10902version = "0.3.25"11284source = "registry+https://github.com/rust-lang/crates.io-index"10903source = "registry+https://github.com/rust-lang/crates.io-index"11285checksum = "bf9d950ef167e25e0bdb073cf1d68e9ad2795ac826f2f3f59647817cf23c0bfa"10904checksum = "40b9788f4202aa75c240ecc9c15c65185e6a39ccdeb0fd5d008b98825464c87c"11286dependencies = [10905dependencies = [11287 "clap",10906 "clap",11288 "lazy_static",10907 "lazy_static",112911091011292[[package]]10911[[package]]11293name = "structopt-derive"10912name = "structopt-derive"11294version = "0.4.16"10913version = "0.4.18"11295source = "registry+https://github.com/rust-lang/crates.io-index"10914source = "registry+https://github.com/rust-lang/crates.io-index"11296checksum = "134d838a2c9943ac3125cf6df165eda53493451b719f3255b2a26b85f772d0ba"10915checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"11297dependencies = [10916dependencies = [11298 "heck",10917 "heck",11299 "proc-macro-error 1.0.4",10918 "proc-macro-error 1.0.4",11308source = "registry+https://github.com/rust-lang/crates.io-index"10927source = "registry+https://github.com/rust-lang/crates.io-index"11309checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c"10928checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c"11310dependencies = [10929dependencies = [11311 "strum_macros",10930 "strum_macros 0.20.1",11312]10931]113131093211314[[package]]10933[[package]]10934name = "strum"10935version = "0.21.0"10936source = "registry+https://github.com/rust-lang/crates.io-index"10937checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"1093810939[[package]]10940name = "strum"10941version = "0.22.0"10942source = "registry+https://github.com/rust-lang/crates.io-index"10943checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e"10944dependencies = [10945 "strum_macros 0.22.0",10946]1094710948[[package]]11315name = "strum_macros"10949name = "strum_macros"11316version = "0.20.1"10950version = "0.20.1"11317source = "registry+https://github.com/rust-lang/crates.io-index"10951source = "registry+https://github.com/rust-lang/crates.io-index"11324]10958]113251095911326[[package]]10960[[package]]10961name = "strum_macros"10962version = "0.21.1"10963source = "registry+https://github.com/rust-lang/crates.io-index"10964checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"10965dependencies = [10966 "heck",10967 "proc-macro2",10968 "quote",10969 "syn",10970]1097110972[[package]]10973name = "strum_macros"10974version = "0.22.0"10975source = "registry+https://github.com/rust-lang/crates.io-index"10976checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb"10977dependencies = [10978 "heck",10979 "proc-macro2",10980 "quote",10981 "syn",10982]1098310984[[package]]11327name = "substrate-bip39"10985name = "substrate-bip39"11328version = "0.4.2"10986version = "0.4.4"11329source = "registry+https://github.com/rust-lang/crates.io-index"10987source = "registry+https://github.com/rust-lang/crates.io-index"11330checksum = "bed6646a0159b9935b5d045611560eeef842b78d7adc3ba36f5ca325a13a0236"10988checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11331dependencies = [10989dependencies = [11332 "hmac 0.7.1",10990 "hmac 0.11.0",11333 "pbkdf2 0.3.0",10991 "pbkdf2 0.8.0",11334 "schnorrkel",10992 "schnorrkel",11335 "sha2 0.8.2",10993 "sha2 0.9.8",11336 "zeroize",10994 "zeroize",11337]10995]113381099611339[[package]]10997[[package]]11340name = "substrate-build-script-utils"10998name = "substrate-build-script-utils"11341version = "3.0.0"10999version = "3.0.0"11342source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11000source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11343dependencies = [11001dependencies = [11344 "platforms",11002 "platforms",11345]11003]113461100411347[[package]]11005[[package]]11348name = "substrate-frame-rpc-system"11006name = "substrate-frame-rpc-system"11349version = "4.0.0-dev"11007version = "4.0.0-dev"11350source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11008source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11351dependencies = [11009dependencies = [11352 "frame-system-rpc-runtime-api",11010 "frame-system-rpc-runtime-api",11353 "futures 0.3.17",11011 "futures 0.3.17",11354 "jsonrpc-core 15.1.0",11012 "jsonrpc-core",11355 "jsonrpc-core-client 15.1.0",11013 "jsonrpc-core-client",11356 "jsonrpc-derive 15.1.0",11014 "jsonrpc-derive",11357 "log",11015 "log",11358 "parity-scale-codec",11016 "parity-scale-codec",11359 "sc-client-api",11017 "sc-client-api",11360 "sc-rpc-api",11018 "sc-rpc-api",11361 "sc-transaction-pool-api",11019 "sc-transaction-pool-api",11362 "serde",11363 "sp-api",11020 "sp-api",11364 "sp-block-builder",11021 "sp-block-builder",11365 "sp-blockchain",11022 "sp-blockchain",11370[[package]]11027[[package]]11371name = "substrate-prometheus-endpoint"11028name = "substrate-prometheus-endpoint"11372version = "0.9.0"11029version = "0.9.0"11373source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11030source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11374dependencies = [11031dependencies = [11375 "async-std",11032 "async-std",11376 "derive_more",11033 "derive_more",11377 "futures-util",11034 "futures-util",11378 "hyper 0.13.9",11035 "hyper",11379 "log",11036 "log",11380 "prometheus",11037 "prometheus",11381 "tokio 0.2.25",11038 "tokio 1.13.0",11382]11039]113831104011384[[package]]11041[[package]]11385name = "substrate-test-client"11042name = "substrate-test-client"11386version = "2.0.1"11043version = "2.0.1"11387source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11044source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11388dependencies = [11045dependencies = [11389 "async-trait",11046 "async-trait",11390 "futures 0.1.29",11391 "futures 0.3.17",11047 "futures 0.3.17",11392 "hash-db",11393 "hex",11048 "hex",11394 "parity-scale-codec",11049 "parity-scale-codec",11395 "sc-client-api",11050 "sc-client-api",11413[[package]]11068[[package]]11414name = "substrate-test-utils"11069name = "substrate-test-utils"11415version = "4.0.0-dev"11070version = "4.0.0-dev"11416source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11071source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11417dependencies = [11072dependencies = [11418 "futures 0.3.17",11073 "futures 0.3.17",11419 "substrate-test-utils-derive",11074 "substrate-test-utils-derive",11420 "tokio 0.2.25",11075 "tokio 1.13.0",11421]11076]114221107711423[[package]]11078[[package]]11424name = "substrate-test-utils-derive"11079name = "substrate-test-utils-derive"11425version = "0.10.0-dev"11080version = "0.10.0-dev"11426source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11081source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11427dependencies = [11082dependencies = [11428 "proc-macro-crate 1.0.0",11083 "proc-macro-crate 1.1.0",11084 "proc-macro2",11429 "quote",11085 "quote",11430 "syn",11086 "syn",11431]11087]114321108811433[[package]]11089[[package]]11434name = "substrate-wasm-builder"11090name = "substrate-wasm-builder"11435version = "5.0.0-dev"11091version = "5.0.0-dev"11436source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11092source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11437dependencies = [11093dependencies = [11438 "ansi_term 0.12.1",11094 "ansi_term 0.12.1",11439 "atty",11440 "build-helper",11095 "build-helper",11441 "cargo_metadata",11096 "cargo_metadata",11442 "sp-maybe-compressed-blob",11097 "sp-maybe-compressed-blob",114601111511461[[package]]11116[[package]]11462name = "syn"11117name = "syn"11463version = "1.0.74"11118version = "1.0.81"11464source = "registry+https://github.com/rust-lang/crates.io-index"11119source = "registry+https://github.com/rust-lang/crates.io-index"11465checksum = "1873d832550d4588c3dbc20f01361ab00bfe741048f71e3fecf145a7cc18b29c"11120checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966"11466dependencies = [11121dependencies = [11467 "proc-macro2",11122 "proc-macro2",11468 "quote",11123 "quote",114821113711483[[package]]11138[[package]]11484name = "synstructure"11139name = "synstructure"11485version = "0.12.4"11140version = "0.12.6"11486source = "registry+https://github.com/rust-lang/crates.io-index"11141source = "registry+https://github.com/rust-lang/crates.io-index"11487checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"11142checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11488dependencies = [11143dependencies = [11489 "proc-macro2",11144 "proc-macro2",11490 "quote",11145 "quote",11493]11148]114941114911495[[package]]11150[[package]]11496name = "take_mut"11497version = "0.2.2"11498source = "registry+https://github.com/rust-lang/crates.io-index"11499checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"1150011501[[package]]11502name = "tap"11151name = "tap"11503version = "1.0.0"11152version = "1.0.1"11504source = "registry+https://github.com/rust-lang/crates.io-index"11153source = "registry+https://github.com/rust-lang/crates.io-index"11505checksum = "36474e732d1affd3a6ed582781b3683df3d0563714c59c39591e8ff707cf078e"11154checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"115061115511507[[package]]11156[[package]]11508name = "target-lexicon"11157name = "target-lexicon"11509version = "0.12.0"11158version = "0.12.2"11510source = "registry+https://github.com/rust-lang/crates.io-index"11159source = "registry+https://github.com/rust-lang/crates.io-index"11511checksum = "64ae3b39281e4b14b8123bdbaddd472b7dfe215e444181f2f9d2443c2444f834"11160checksum = "d9bffcddbc2458fa3e6058414599e3c838a022abae82e5c67b4f7f80298d5bff"115121116111513[[package]]11162[[package]]11514name = "tempfile"11163name = "tempfile"115261117511527[[package]]11176[[package]]11528name = "termcolor"11177name = "termcolor"11529version = "1.1.0"11178version = "1.1.2"11530source = "registry+https://github.com/rust-lang/crates.io-index"11179source = "registry+https://github.com/rust-lang/crates.io-index"11531checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"11180checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"11532dependencies = [11181dependencies = [11533 "winapi-util",11182 "winapi-util",11534]11183]115441119311545[[package]]11194[[package]]11546name = "thiserror"11195name = "thiserror"11547version = "1.0.26"11196version = "1.0.30"11548source = "registry+https://github.com/rust-lang/crates.io-index"11197source = "registry+https://github.com/rust-lang/crates.io-index"11549checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2"11198checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"11550dependencies = [11199dependencies = [11551 "thiserror-impl",11200 "thiserror-impl",11552]11201]115531120211554[[package]]11203[[package]]11555name = "thiserror-impl"11204name = "thiserror-impl"11556version = "1.0.26"11205version = "1.0.30"11557source = "registry+https://github.com/rust-lang/crates.io-index"11206source = "registry+https://github.com/rust-lang/crates.io-index"11558checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745"11207checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"11559dependencies = [11208dependencies = [11560 "proc-macro2",11209 "proc-macro2",11561 "quote",11210 "quote",115951124411596[[package]]11245[[package]]11597name = "time"11246name = "time"11598version = "0.1.43"11247version = "0.1.44"11599source = "registry+https://github.com/rust-lang/crates.io-index"11248source = "registry+https://github.com/rust-lang/crates.io-index"11600checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"11249checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11601dependencies = [11250dependencies = [11602 "libc",11251 "libc",11252 "wasi 0.10.0+wasi-snapshot-preview1",11603 "winapi 0.3.9",11253 "winapi 0.3.9",11604]11254]116051125511606[[package]]11256[[package]]11607name = "tiny-bip39"11257name = "tiny-bip39"11608version = "0.8.0"11258version = "0.8.2"11609source = "registry+https://github.com/rust-lang/crates.io-index"11259source = "registry+https://github.com/rust-lang/crates.io-index"11610checksum = "d9e44c4759bae7f1032e286a7ef990bd9ed23fe831b7eeba0beb97484c2e59b8"11260checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11611dependencies = [11261dependencies = [11612 "anyhow",11262 "anyhow",11613 "hmac 0.8.1",11263 "hmac 0.8.1",11614 "once_cell",11264 "once_cell",11615 "pbkdf2 0.4.0",11265 "pbkdf2 0.4.0",11616 "rand 0.7.3",11266 "rand 0.7.3",11617 "rustc-hash",11267 "rustc-hash",11618 "sha2 0.9.2",11268 "sha2 0.9.8",11619 "thiserror",11269 "thiserror",11620 "unicode-normalization",11270 "unicode-normalization",11271 "wasm-bindgen",11621 "zeroize",11272 "zeroize",11622]11273]1162311274116321128311633[[package]]11284[[package]]11634name = "tinyvec"11285name = "tinyvec"11635version = "0.3.3"11286version = "1.5.0"11636source = "registry+https://github.com/rust-lang/crates.io-index"11287source = "registry+https://github.com/rust-lang/crates.io-index"11637checksum = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed"11288checksum = "f83b2a3d4d9091d0abd7eba4dc2710b1718583bd4d8992e2190720ea38f391f7"1163811639[[package]]11640name = "tinyvec"11641version = "1.1.1"11642source = "registry+https://github.com/rust-lang/crates.io-index"11643checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"11644dependencies = [11289dependencies = [11645 "tinyvec_macros",11290 "tinyvec_macros",11646]11291]116531129811654[[package]]11299[[package]]11655name = "tokio"11300name = "tokio"11656version = "0.1.22"11301version = "0.2.25"11657source = "registry+https://github.com/rust-lang/crates.io-index"11302source = "registry+https://github.com/rust-lang/crates.io-index"11658checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"11303checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"11659dependencies = [11304dependencies = [11660 "bytes 0.4.12",11305 "bytes 0.5.6",11661 "futures 0.1.29",11306 "fnv",11662 "mio",11307 "pin-project-lite 0.1.12",11663 "num_cpus",11664 "tokio-codec",11665 "tokio-current-thread",11666 "tokio-executor",11667 "tokio-fs",11308 "tokio-macros 0.2.6",11668 "tokio-io",11669 "tokio-reactor",11670 "tokio-sync",11671 "tokio-tcp",11672 "tokio-threadpool",11673 "tokio-timer",11674 "tokio-udp",11675 "tokio-uds",11676]11309]116771131011678[[package]]11311[[package]]11679name = "tokio"11312name = "tokio"11680version = "0.2.25"11313version = "1.13.0"11681source = "registry+https://github.com/rust-lang/crates.io-index"11314source = "registry+https://github.com/rust-lang/crates.io-index"11682checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"11315checksum = "588b2d10a336da58d877567cd8fb8a14b463e2104910f8132cd054b4b96e29ee"11683dependencies = [11316dependencies = [11684 "bytes 0.5.6",11317 "autocfg",11685 "fnv",11318 "bytes 1.1.0",11686 "futures-core",11687 "iovec",11688 "lazy_static",11689 "libc",11319 "libc",11690 "memchr",11320 "memchr",11691 "mio",11321 "mio 0.7.14",11692 "mio-uds",11693 "num_cpus",11322 "num_cpus",11694 "pin-project-lite 0.1.7",11323 "once_cell",11324 "pin-project-lite 0.2.7",11695 "signal-hook-registry",11325 "signal-hook-registry",11696 "slab",11326 "tokio-macros 1.5.1",11697 "tokio-macros",11698 "winapi 0.3.9",11327 "winapi 0.3.9",11699]11328]117001132911701[[package]]11330[[package]]11702name = "tokio"11703version = "1.6.1"11704source = "registry+https://github.com/rust-lang/crates.io-index"11705checksum = "0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975"11706dependencies = [11707 "autocfg",11708 "pin-project-lite 0.2.4",11709]1171011711[[package]]11712name = "tokio-buf"11713version = "0.1.1"11714source = "registry+https://github.com/rust-lang/crates.io-index"11715checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"11716dependencies = [11717 "bytes 0.4.12",11718 "either",11719 "futures 0.1.29",11720]1172111722[[package]]11723name = "tokio-codec"11724version = "0.1.2"11725source = "registry+https://github.com/rust-lang/crates.io-index"11726checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"11727dependencies = [11728 "bytes 0.4.12",11729 "futures 0.1.29",11730 "tokio-io",11731]1173211733[[package]]11734name = "tokio-current-thread"11735version = "0.1.7"11736source = "registry+https://github.com/rust-lang/crates.io-index"11737checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"11738dependencies = [11739 "futures 0.1.29",11740 "tokio-executor",11741]1174211743[[package]]11744name = "tokio-executor"11745version = "0.1.10"11746source = "registry+https://github.com/rust-lang/crates.io-index"11747checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"11748dependencies = [11749 "crossbeam-utils 0.7.2",11750 "futures 0.1.29",11751]1175211753[[package]]11754name = "tokio-fs"11755version = "0.1.7"11756source = "registry+https://github.com/rust-lang/crates.io-index"11757checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"11758dependencies = [11759 "futures 0.1.29",11760 "tokio-io",11761 "tokio-threadpool",11762]1176311764[[package]]11765name = "tokio-io"11766version = "0.1.13"11767source = "registry+https://github.com/rust-lang/crates.io-index"11768checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"11769dependencies = [11770 "bytes 0.4.12",11771 "futures 0.1.29",11772 "log",11773]1177411775[[package]]11776name = "tokio-macros"11331name = "tokio-macros"11777version = "0.2.6"11332version = "0.2.6"11778source = "registry+https://github.com/rust-lang/crates.io-index"11333source = "registry+https://github.com/rust-lang/crates.io-index"11784]11339]117851134011786[[package]]11341[[package]]11787name = "tokio-named-pipes"11342name = "tokio-macros"11788version = "0.1.0"11343version = "1.5.1"11789source = "registry+https://github.com/rust-lang/crates.io-index"11344source = "registry+https://github.com/rust-lang/crates.io-index"11790checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae"11345checksum = "114383b041aa6212c579467afa0075fbbdd0718de036100bc0ba7961d8cb9095"11791dependencies = [11346dependencies = [11792 "bytes 0.4.12",11347 "proc-macro2",11793 "futures 0.1.29",11348 "quote",11794 "mio",11349 "syn",11795 "mio-named-pipes",11796 "tokio 0.1.22",11797]11350]117981135111799[[package]]11352[[package]]11800name = "tokio-reactor"11801version = "0.1.12"11802source = "registry+https://github.com/rust-lang/crates.io-index"11803checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"11804dependencies = [11805 "crossbeam-utils 0.7.2",11806 "futures 0.1.29",11807 "lazy_static",11808 "log",11809 "mio",11810 "num_cpus",11811 "parking_lot 0.9.0",11812 "slab",11813 "tokio-executor",11814 "tokio-io",11815 "tokio-sync",11816]1181711818[[package]]11819name = "tokio-rustls"11353name = "tokio-rustls"11820version = "0.14.0"11354version = "0.22.0"11821source = "registry+https://github.com/rust-lang/crates.io-index"11355source = "registry+https://github.com/rust-lang/crates.io-index"11822checksum = "228139ddd4fea3fa345a29233009635235833e52807af7ea6448ead03890d6a9"11356checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"11823dependencies = [11357dependencies = [11824 "futures-core",11358 "rustls",11825 "rustls 0.18.0",11826 "tokio 0.2.25",11359 "tokio 1.13.0",11827 "webpki",11360 "webpki",11828]11361]118291136211830[[package]]11363[[package]]11831name = "tokio-rustls"11364name = "tokio-stream"11832version = "0.15.0"11365version = "0.1.8"11833source = "registry+https://github.com/rust-lang/crates.io-index"11366source = "registry+https://github.com/rust-lang/crates.io-index"11834checksum = "03d15e5669243a45f630a5167d101b942174ca94b615445b2057eace1c818736"11367checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"11835dependencies = [11368dependencies = [11836 "futures-core",11369 "futures-core",11837 "rustls 0.19.1",11370 "pin-project-lite 0.2.7",11838 "tokio 0.2.25",11371 "tokio 1.13.0",11839 "webpki",11840]11372]118411137311842[[package]]11374[[package]]11843name = "tokio-service"11844version = "0.1.0"11845source = "registry+https://github.com/rust-lang/crates.io-index"11846checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"11847dependencies = [11848 "futures 0.1.29",11849]1185011851[[package]]11852name = "tokio-sync"11853version = "0.1.8"11854source = "registry+https://github.com/rust-lang/crates.io-index"11855checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"11856dependencies = [11857 "fnv",11858 "futures 0.1.29",11859]1186011861[[package]]11862name = "tokio-tcp"11863version = "0.1.4"11864source = "registry+https://github.com/rust-lang/crates.io-index"11865checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"11866dependencies = [11867 "bytes 0.4.12",11868 "futures 0.1.29",11869 "iovec",11870 "mio",11871 "tokio-io",11872 "tokio-reactor",11873]1187411875[[package]]11876name = "tokio-threadpool"11877version = "0.1.18"11878source = "registry+https://github.com/rust-lang/crates.io-index"11879checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"11880dependencies = [11881 "crossbeam-deque",11882 "crossbeam-queue",11883 "crossbeam-utils 0.7.2",11884 "futures 0.1.29",11885 "lazy_static",11886 "log",11887 "num_cpus",11888 "slab",11889 "tokio-executor",11890]1189111892[[package]]11893name = "tokio-timer"11894version = "0.2.13"11895source = "registry+https://github.com/rust-lang/crates.io-index"11896checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"11897dependencies = [11898 "crossbeam-utils 0.7.2",11899 "futures 0.1.29",11900 "slab",11901 "tokio-executor",11902]1190311904[[package]]11905name = "tokio-udp"11906version = "0.1.6"11907source = "registry+https://github.com/rust-lang/crates.io-index"11908checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"11909dependencies = [11910 "bytes 0.4.12",11911 "futures 0.1.29",11912 "log",11913 "mio",11914 "tokio-codec",11915 "tokio-io",11916 "tokio-reactor",11917]1191811919[[package]]11920name = "tokio-uds"11921version = "0.2.7"11922source = "registry+https://github.com/rust-lang/crates.io-index"11923checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"11924dependencies = [11925 "bytes 0.4.12",11926 "futures 0.1.29",11927 "iovec",11928 "libc",11929 "log",11930 "mio",11931 "mio-uds",11932 "tokio-codec",11933 "tokio-io",11934 "tokio-reactor",11935]1193611937[[package]]11938name = "tokio-util"11375name = "tokio-util"11939version = "0.3.1"11376version = "0.6.9"11940source = "registry+https://github.com/rust-lang/crates.io-index"11377source = "registry+https://github.com/rust-lang/crates.io-index"11941checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"11378checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"11942dependencies = [11379dependencies = [11943 "bytes 0.5.6",11380 "bytes 1.1.0",11944 "futures-core",11381 "futures-core",11945 "futures-io",11382 "futures-io",11946 "futures-sink",11383 "futures-sink",11947 "log",11384 "log",11948 "pin-project-lite 0.1.7",11385 "pin-project-lite 0.2.7",11949 "tokio 0.2.25",11386 "tokio 1.13.0",11950]11387]119511138811952[[package]]11389[[package]]11953name = "toml"11390name = "toml"11954version = "0.5.6"11391version = "0.5.8"11955source = "registry+https://github.com/rust-lang/crates.io-index"11392source = "registry+https://github.com/rust-lang/crates.io-index"11956checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"11393checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"11957dependencies = [11394dependencies = [11958 "serde",11395 "serde",11959]11396]119601139711961[[package]]11398[[package]]11962name = "tower-service"11399name = "tower-service"11963version = "0.3.0"11400version = "0.3.1"11964source = "registry+https://github.com/rust-lang/crates.io-index"11401source = "registry+https://github.com/rust-lang/crates.io-index"11965checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"11402checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"119661140311967[[package]]11404[[package]]11968name = "tracing"11405name = "tracing"11969version = "0.1.26"11406version = "0.1.29"11970source = "registry+https://github.com/rust-lang/crates.io-index"11407source = "registry+https://github.com/rust-lang/crates.io-index"11971checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"11408checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"11972dependencies = [11409dependencies = [11973 "cfg-if 1.0.0",11410 "cfg-if 1.0.0",11974 "log",11411 "pin-project-lite 0.2.7",11975 "pin-project-lite 0.2.4",11976 "tracing-attributes",11412 "tracing-attributes",11977 "tracing-core",11413 "tracing-core",11978]11414]119791141511980[[package]]11416[[package]]11981name = "tracing-attributes"11417name = "tracing-attributes"11982version = "0.1.15"11418version = "0.1.18"11983source = "registry+https://github.com/rust-lang/crates.io-index"11419source = "registry+https://github.com/rust-lang/crates.io-index"11984checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"11420checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"11985dependencies = [11421dependencies = [11986 "proc-macro2",11422 "proc-macro2",11987 "quote",11423 "quote",119901142611991[[package]]11427[[package]]11992name = "tracing-core"11428name = "tracing-core"11993version = "0.1.18"11429version = "0.1.21"11994source = "registry+https://github.com/rust-lang/crates.io-index"11430source = "registry+https://github.com/rust-lang/crates.io-index"11995checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"11431checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"11996dependencies = [11432dependencies = [11997 "lazy_static",11433 "lazy_static",11998]11434]119991143512000[[package]]11436[[package]]12001name = "tracing-futures"11437name = "tracing-futures"12002version = "0.2.4"11438version = "0.2.5"12003source = "registry+https://github.com/rust-lang/crates.io-index"11439source = "registry+https://github.com/rust-lang/crates.io-index"12004checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"11440checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12005dependencies = [11441dependencies = [12006 "pin-project 0.4.23",11442 "pin-project 1.0.8",12007 "tracing",11443 "tracing",12008]11444]1200911445120301146612031[[package]]11467[[package]]12032name = "tracing-subscriber"11468name = "tracing-subscriber"12033version = "0.2.18"11469version = "0.2.25"12034source = "registry+https://github.com/rust-lang/crates.io-index"11470source = "registry+https://github.com/rust-lang/crates.io-index"12035checksum = "aa5553bf0883ba7c9cbe493b085c29926bd41b66afc31ff72cf17ff4fb60dcd5"11471checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12036dependencies = [11472dependencies = [12037 "ansi_term 0.12.1",11473 "ansi_term 0.12.1",12038 "chrono",11474 "chrono",12042 "serde",11478 "serde",12043 "serde_json",11479 "serde_json",12044 "sharded-slab",11480 "sharded-slab",12045 "smallvec 1.6.1",11481 "smallvec",12046 "thread_local",11482 "thread_local",12047 "tracing",11483 "tracing",12048 "tracing-core",11484 "tracing-core",12060 "hashbrown",11496 "hashbrown",12061 "log",11497 "log",12062 "rustc-hex",11498 "rustc-hex",12063 "smallvec 1.6.1",11499 "smallvec",12064]11500]120651150112066[[package]]11502[[package]]120841152012085[[package]]11521[[package]]12086name = "trust-dns-proto"11522name = "trust-dns-proto"12087version = "0.20.1"11523version = "0.20.3"12088source = "registry+https://github.com/rust-lang/crates.io-index"11524source = "registry+https://github.com/rust-lang/crates.io-index"12089checksum = "8d57e219ba600dd96c2f6d82eb79645068e14edbc5c7e27514af40436b88150c"11525checksum = "ad0d7f5db438199a6e2609debe3f69f808d074e0a2888ee0bccb45fe234d03f4"12090dependencies = [11526dependencies = [12091 "async-trait",11527 "async-trait",12092 "cfg-if 1.0.0",11528 "cfg-if 1.0.0",12095 "futures-channel",11531 "futures-channel",12096 "futures-io",11532 "futures-io",12097 "futures-util",11533 "futures-util",12098 "idna 0.2.0",11534 "idna 0.2.3",12099 "ipnet",11535 "ipnet",12100 "lazy_static",11536 "lazy_static",12101 "log",11537 "log",12102 "rand 0.8.4",11538 "rand 0.8.4",12103 "smallvec 1.6.1",11539 "smallvec",12104 "thiserror",11540 "thiserror",12105 "tinyvec 1.1.1",11541 "tinyvec",12106 "url 2.2.0",11542 "url 2.2.2",12107]11543]121081154412109[[package]]11545[[package]]12110name = "trust-dns-resolver"11546name = "trust-dns-resolver"12111version = "0.20.1"11547version = "0.20.3"12112source = "registry+https://github.com/rust-lang/crates.io-index"11548source = "registry+https://github.com/rust-lang/crates.io-index"12113checksum = "b0437eea3a6da51acc1e946545ff53d5b8fb2611ff1c3bed58522dde100536ae"11549checksum = "f6ad17b608a64bd0735e67bde16b0636f8aa8591f831a25d18443ed00a699770"12114dependencies = [11550dependencies = [12115 "cfg-if 1.0.0",11551 "cfg-if 1.0.0",12116 "futures-util",11552 "futures-util",12120 "lru-cache",11556 "lru-cache",12121 "parking_lot 0.11.2",11557 "parking_lot 0.11.2",12122 "resolv-conf",11558 "resolv-conf",12123 "smallvec 1.6.1",11559 "smallvec",12124 "thiserror",11560 "thiserror",12125 "trust-dns-proto",11561 "trust-dns-proto",12126]11562]121271156312128[[package]]11564[[package]]12129name = "try-lock"11565name = "try-lock"12130version = "0.2.2"11566version = "0.2.3"12131source = "registry+https://github.com/rust-lang/crates.io-index"11567source = "registry+https://github.com/rust-lang/crates.io-index"12132checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"11568checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"121331156912134[[package]]11570[[package]]12135name = "try-runtime-cli"11571name = "try-runtime-cli"12136version = "0.10.0-dev"11572version = "0.10.0-dev"12137source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11573source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"12138dependencies = [11574dependencies = [12139 "frame-try-runtime",11575 "jsonrpsee-ws-client",12140 "log",11576 "log",12141 "parity-scale-codec",11577 "parity-scale-codec",12142 "remote-externalities",11578 "remote-externalities",12143 "sc-chain-spec",11579 "sc-chain-spec",12144 "sc-cli",11580 "sc-cli",12145 "sc-client-api",12146 "sc-executor",11581 "sc-executor",12147 "sc-service",11582 "sc-service",12148 "serde",11583 "serde",12149 "sp-api",12150 "sp-blockchain",12151 "sp-core",11584 "sp-core",12152 "sp-externalities",11585 "sp-externalities",11586 "sp-io",12153 "sp-keystore",11587 "sp-keystore",12154 "sp-runtime",11588 "sp-runtime",12155 "sp-state-machine",11589 "sp-state-machine",11590 "sp-version",12156 "structopt",11591 "structopt",12157]11592]121581159312159[[package]]11594[[package]]12160name = "twox-hash"11595name = "twox-hash"12161version = "1.6.0"11596version = "1.6.1"12162source = "registry+https://github.com/rust-lang/crates.io-index"11597source = "registry+https://github.com/rust-lang/crates.io-index"12163checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"11598checksum = "1f559b464de2e2bdabcac6a210d12e9b5a5973c251e102c44c585c71d51bd78e"12164dependencies = [11599dependencies = [12165 "cfg-if 0.1.10",11600 "cfg-if 1.0.0",12166 "rand 0.7.3",11601 "rand 0.8.4",12167 "static_assertions",11602 "static_assertions",12168]11603]121691160412170[[package]]11605[[package]]12171name = "typenum"11606name = "typenum"12172version = "1.12.0"11607version = "1.14.0"12173source = "registry+https://github.com/rust-lang/crates.io-index"11608source = "registry+https://github.com/rust-lang/crates.io-index"12174checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"11609checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"121751161012176[[package]]11611[[package]]12177name = "ucd-trie"11612name = "ucd-trie"121811161612182[[package]]11617[[package]]12183name = "uint"11618name = "uint"12184version = "0.9.0"11619version = "0.9.1"12185source = "registry+https://github.com/rust-lang/crates.io-index"11620source = "registry+https://github.com/rust-lang/crates.io-index"12186checksum = "e11fe9a9348741cf134085ad57c249508345fe16411b3d7fb4ff2da2f1d6382e"11621checksum = "6470ab50f482bde894a037a57064480a246dbfdd5960bd65a44824693f08da5f"12187dependencies = [11622dependencies = [12188 "byteorder",11623 "byteorder",12189 "crunchy",11624 "crunchy",122021163712203[[package]]11638[[package]]12204name = "unicode-bidi"11639name = "unicode-bidi"12205version = "0.3.4"11640version = "0.3.7"12206source = "registry+https://github.com/rust-lang/crates.io-index"11641source = "registry+https://github.com/rust-lang/crates.io-index"12207checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"11642checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"12208dependencies = [12209 "matches",12210]122111164312212[[package]]11644[[package]]12213name = "unicode-normalization"11645name = "unicode-normalization"12214version = "0.1.13"11646version = "0.1.19"12215source = "registry+https://github.com/rust-lang/crates.io-index"11647source = "registry+https://github.com/rust-lang/crates.io-index"12216checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"11648checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12217dependencies = [11649dependencies = [12218 "tinyvec 0.3.3",11650 "tinyvec",12219]11651]122201165212221[[package]]11653[[package]]12222name = "unicode-segmentation"11654name = "unicode-segmentation"12223version = "1.6.0"11655version = "1.8.0"12224source = "registry+https://github.com/rust-lang/crates.io-index"11656source = "registry+https://github.com/rust-lang/crates.io-index"12225checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"11657checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"122261165812227[[package]]11659[[package]]12228name = "unicode-width"11660name = "unicode-width"12229version = "0.1.8"11661version = "0.1.9"12230source = "registry+https://github.com/rust-lang/crates.io-index"11662source = "registry+https://github.com/rust-lang/crates.io-index"12231checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"11663checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"122321166412233[[package]]11665[[package]]12234name = "unicode-xid"11666name = "unicode-xid"12235version = "0.2.1"11667version = "0.2.2"12236source = "registry+https://github.com/rust-lang/crates.io-index"11668source = "registry+https://github.com/rust-lang/crates.io-index"12237checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"11669checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"122381167012239[[package]]11671[[package]]12240name = "universal-hash"11672name = "universal-hash"12241version = "0.4.0"11673version = "0.4.1"12242source = "registry+https://github.com/rust-lang/crates.io-index"11674source = "registry+https://github.com/rust-lang/crates.io-index"12243checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402"11675checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12244dependencies = [11676dependencies = [12245 "generic-array 0.14.4",11677 "generic-array 0.14.4",12246 "subtle 2.4.1",11678 "subtle 2.4.1",12259checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"11691checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"12260dependencies = [11692dependencies = [12261 "asynchronous-codec 0.5.0",11693 "asynchronous-codec 0.5.0",12262 "bytes 1.0.1",11694 "bytes 1.1.0",12263 "futures-io",11695 "futures-io",12264 "futures-util",11696 "futures-util",12265]11697]12271checksum = "5f8d425fafb8cd76bc3f22aace4af471d3156301d7508f2107e98fbeae10bc7f"11703checksum = "5f8d425fafb8cd76bc3f22aace4af471d3156301d7508f2107e98fbeae10bc7f"12272dependencies = [11704dependencies = [12273 "asynchronous-codec 0.6.0",11705 "asynchronous-codec 0.6.0",12274 "bytes 1.0.1",11706 "bytes 1.1.0",12275 "futures-io",11707 "futures-io",12276 "futures-util",11708 "futures-util",12277]11709]123021173412303[[package]]11735[[package]]12304name = "url"11736name = "url"12305version = "2.2.0"11737version = "2.2.2"12306source = "registry+https://github.com/rust-lang/crates.io-index"11738source = "registry+https://github.com/rust-lang/crates.io-index"12307checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"11739checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12308dependencies = [11740dependencies = [12309 "form_urlencoded",11741 "form_urlencoded",12310 "idna 0.2.0",11742 "idna 0.2.3",12311 "matches",11743 "matches",12312 "percent-encoding 2.1.0",11744 "percent-encoding 2.1.0",12313]11745]123141174612315[[package]]11747[[package]]12316name = "value-bag"11748name = "value-bag"12317version = "1.0.0-alpha.6"11749version = "1.0.0-alpha.8"12318source = "registry+https://github.com/rust-lang/crates.io-index"11750source = "registry+https://github.com/rust-lang/crates.io-index"12319checksum = "6b676010e055c99033117c2343b33a40a30b91fecd6c49055ac9cd2d6c305ab1"11751checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"12320dependencies = [11752dependencies = [12321 "ctor",11753 "ctor",11754 "version_check",12322]11755]123231175612324[[package]]11757[[package]]12325name = "vcpkg"11758name = "vcpkg"12326version = "0.2.10"11759version = "0.2.15"12327source = "registry+https://github.com/rust-lang/crates.io-index"11760source = "registry+https://github.com/rust-lang/crates.io-index"12328checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"11761checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"123291176212330[[package]]11763[[package]]12331name = "vec-arena"12332version = "1.0.0"12333source = "registry+https://github.com/rust-lang/crates.io-index"12334checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d"1233512336[[package]]12337name = "vec_map"11764name = "vec_map"12338version = "0.8.2"11765version = "0.8.2"12339source = "registry+https://github.com/rust-lang/crates.io-index"11766source = "registry+https://github.com/rust-lang/crates.io-index"12340checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"11767checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"123411176812342[[package]]11769[[package]]12343name = "version_check"11770name = "version_check"12344version = "0.9.2"11771version = "0.9.3"12345source = "registry+https://github.com/rust-lang/crates.io-index"11772source = "registry+https://github.com/rust-lang/crates.io-index"12346checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"11773checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"123471177412348[[package]]11775[[package]]12349name = "void"11776name = "void"123701179712371[[package]]11798[[package]]12372name = "want"11799name = "want"12373version = "0.2.0"12374source = "registry+https://github.com/rust-lang/crates.io-index"12375checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"12376dependencies = [12377 "futures 0.1.29",12378 "log",12379 "try-lock",12380]1238112382[[package]]12383name = "want"12384version = "0.3.0"11800version = "0.3.0"12385source = "registry+https://github.com/rust-lang/crates.io-index"11801source = "registry+https://github.com/rust-lang/crates.io-index"12386checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"11802checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"124031181912404[[package]]11820[[package]]12405name = "wasm-bindgen"11821name = "wasm-bindgen"12406version = "0.2.75"11822version = "0.2.78"12407source = "registry+https://github.com/rust-lang/crates.io-index"11823source = "registry+https://github.com/rust-lang/crates.io-index"12408checksum = "b608ecc8f4198fe8680e2ed18eccab5f0cd4caaf3d83516fa5fb2e927fda2586"11824checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"12409dependencies = [11825dependencies = [12410 "cfg-if 1.0.0",11826 "cfg-if 1.0.0",12411 "wasm-bindgen-macro",11827 "wasm-bindgen-macro",12412]11828]124131182912414[[package]]11830[[package]]12415name = "wasm-bindgen-backend"11831name = "wasm-bindgen-backend"12416version = "0.2.75"11832version = "0.2.78"12417source = "registry+https://github.com/rust-lang/crates.io-index"11833source = "registry+https://github.com/rust-lang/crates.io-index"12418checksum = "580aa3a91a63d23aac5b6b267e2d13cb4f363e31dce6c352fca4752ae12e479f"11834checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"12419dependencies = [11835dependencies = [12420 "bumpalo",11836 "bumpalo",12421 "lazy_static",11837 "lazy_static",124281184412429[[package]]11845[[package]]12430name = "wasm-bindgen-futures"11846name = "wasm-bindgen-futures"12431version = "0.4.25"11847version = "0.4.28"12432source = "registry+https://github.com/rust-lang/crates.io-index"11848source = "registry+https://github.com/rust-lang/crates.io-index"12433checksum = "16646b21c3add8e13fdb8f20172f8a28c3dbf62f45406bcff0233188226cfe0c"11849checksum = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39"12434dependencies = [11850dependencies = [12435 "cfg-if 1.0.0",11851 "cfg-if 1.0.0",12436 "js-sys",11852 "js-sys",124401185612441[[package]]11857[[package]]12442name = "wasm-bindgen-macro"11858name = "wasm-bindgen-macro"12443version = "0.2.75"11859version = "0.2.78"12444source = "registry+https://github.com/rust-lang/crates.io-index"11860source = "registry+https://github.com/rust-lang/crates.io-index"12445checksum = "171ebf0ed9e1458810dfcb31f2e766ad6b3a89dbda42d8901f2b268277e5f09c"11861checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"12446dependencies = [11862dependencies = [12447 "quote",11863 "quote",12448 "wasm-bindgen-macro-support",11864 "wasm-bindgen-macro-support",12449]11865]124501186612451[[package]]11867[[package]]12452name = "wasm-bindgen-macro-support"11868name = "wasm-bindgen-macro-support"12453version = "0.2.75"11869version = "0.2.78"12454source = "registry+https://github.com/rust-lang/crates.io-index"11870source = "registry+https://github.com/rust-lang/crates.io-index"12455checksum = "6c2657dd393f03aa2a659c25c6ae18a13a4048cebd220e147933ea837efc589f"11871checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"12456dependencies = [11872dependencies = [12457 "proc-macro2",11873 "proc-macro2",12458 "quote",11874 "quote",124631187912464[[package]]11880[[package]]12465name = "wasm-bindgen-shared"11881name = "wasm-bindgen-shared"12466version = "0.2.75"11882version = "0.2.78"12467source = "registry+https://github.com/rust-lang/crates.io-index"11883source = "registry+https://github.com/rust-lang/crates.io-index"12468checksum = "2e0c4a743a309662d45f4ede961d7afa4ba4131a59a639f29b0069c3798bbcc2"11884checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"124691188512470[[package]]11886[[package]]12471name = "wasm-gc-api"11887name = "wasm-gc-api"124951191112496[[package]]11912[[package]]12497name = "wasmi"11913name = "wasmi"12498version = "0.9.0"11914version = "0.9.1"12499source = "registry+https://github.com/rust-lang/crates.io-index"11915source = "registry+https://github.com/rust-lang/crates.io-index"12500checksum = "d2ee05bba3d1d994652079893941a2ef9324d2b58a63c31b40678fb7eddd7a5a"11916checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12501dependencies = [11917dependencies = [12502 "downcast-rs",11918 "downcast-rs",12503 "libc",11919 "libc",11920 "libm",12504 "memory_units",11921 "memory_units",12505 "num-rational 0.2.4",11922 "num-rational 0.2.4",12506 "num-traits",11923 "num-traits",125101192712511[[package]]11928[[package]]12512name = "wasmi-validation"11929name = "wasmi-validation"12513version = "0.4.0"11930version = "0.4.1"12514source = "registry+https://github.com/rust-lang/crates.io-index"11931source = "registry+https://github.com/rust-lang/crates.io-index"12515checksum = "a2eb8e860796d8be48efef530b60eebf84e74a88bce107374fffb0da97d504b8"11932checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12516dependencies = [11933dependencies = [12517 "parity-wasm 0.42.2",11934 "parity-wasm 0.42.2",12518]11935]125191193612520[[package]]11937[[package]]12521name = "wasmparser"11938name = "wasmparser"12522version = "0.78.2"11939version = "0.80.2"12523source = "registry+https://github.com/rust-lang/crates.io-index"11940source = "registry+https://github.com/rust-lang/crates.io-index"12524checksum = "52144d4c78e5cf8b055ceab8e5fa22814ce4315d6002ad32cfd914f37c12fd65"11941checksum = "449167e2832691a1bff24cde28d2804e90e09586a448c8e76984792c44334a6b"125251194212526[[package]]11943[[package]]12527name = "wasmtime"11944name = "wasmtime"12528version = "0.27.0"11945version = "0.30.0"12529source = "registry+https://github.com/rust-lang/crates.io-index"11946source = "registry+https://github.com/rust-lang/crates.io-index"12530checksum = "b310b9d20fcf59385761d1ade7a3ef06aecc380e3d3172035b919eaf7465d9f7"11947checksum = "899b1e5261e3d3420860dacfb952871ace9d7ba9f953b314f67aaf9f8e2a4d89"12531dependencies = [11948dependencies = [12532 "anyhow",11949 "anyhow",12533 "backtrace",11950 "backtrace",12538 "lazy_static",11955 "lazy_static",12539 "libc",11956 "libc",12540 "log",11957 "log",11958 "object 0.26.2",12541 "paste",11959 "paste",12542 "psm",11960 "psm",11961 "rayon",12543 "region",11962 "region",12544 "rustc-demangle",11963 "rustc-demangle",12545 "serde",11964 "serde",12546 "smallvec 1.6.1",12547 "target-lexicon",11965 "target-lexicon",12548 "wasmparser",11966 "wasmparser",12549 "wasmtime-cache",11967 "wasmtime-cache",11968 "wasmtime-cranelift",12550 "wasmtime-environ",11969 "wasmtime-environ",12551 "wasmtime-jit",11970 "wasmtime-jit",12552 "wasmtime-profiling",12553 "wasmtime-runtime",11971 "wasmtime-runtime",12554 "winapi 0.3.9",11972 "winapi 0.3.9",12555]11973]125561197412557[[package]]11975[[package]]12558name = "wasmtime-cache"11976name = "wasmtime-cache"12559version = "0.27.0"11977version = "0.30.0"12560source = "registry+https://github.com/rust-lang/crates.io-index"11978source = "registry+https://github.com/rust-lang/crates.io-index"12561checksum = "d14d500d5c3dc5f5c097158feee123d64b3097f0d836a2a27dff9c761c73c843"11979checksum = "e2493b81d7a9935f7af15e06beec806f256bc974a90a843685f3d61f2fc97058"12562dependencies = [11980dependencies = [12563 "anyhow",11981 "anyhow",12564 "base64 0.13.0",11982 "base64 0.13.0",12569 "libc",11987 "libc",12570 "log",11988 "log",12571 "serde",11989 "serde",12572 "sha2 0.9.2",11990 "sha2 0.9.8",12573 "toml",11991 "toml",12574 "winapi 0.3.9",11992 "winapi 0.3.9",12575 "zstd",11993 "zstd",12576]11994]125771199512578[[package]]11996[[package]]12579name = "wasmtime-cranelift"11997name = "wasmtime-cranelift"12580version = "0.27.0"11998version = "0.30.0"12581source = "registry+https://github.com/rust-lang/crates.io-index"11999source = "registry+https://github.com/rust-lang/crates.io-index"12582checksum = "c525b39f062eada7db3c1298287b96dcb6e472b9f6b22501300b28d9fa7582f6"12000checksum = "99706bacdf5143f7f967d417f0437cce83a724cf4518cb1a3ff40e519d793021"12583dependencies = [12001dependencies = [12002 "anyhow",12584 "cranelift-codegen",12003 "cranelift-codegen",12585 "cranelift-entity",12004 "cranelift-entity",12586 "cranelift-frontend",12005 "cranelift-frontend",12006 "cranelift-native",12587 "cranelift-wasm",12007 "cranelift-wasm",12588 "target-lexicon",12008 "gimli",12589 "wasmparser",12590 "wasmtime-environ",12591]1259212593[[package]]12594name = "wasmtime-debug"12595version = "0.27.0"12596source = "registry+https://github.com/rust-lang/crates.io-index"12597checksum = "c5d2a763e7a6fc734218e0e463196762a4f409c483063d81e0e85f96343b2e0a"12598dependencies = [12599 "anyhow",12600 "gimli 0.24.0",12601 "more-asserts",12009 "more-asserts",12602 "object 0.24.0",12010 "object 0.26.2",12603 "target-lexicon",12011 "target-lexicon",12604 "thiserror",12012 "thiserror",12605 "wasmparser",12013 "wasmparser",126081201612609[[package]]12017[[package]]12610name = "wasmtime-environ"12018name = "wasmtime-environ"12611version = "0.27.0"12019version = "0.30.0"12612source = "registry+https://github.com/rust-lang/crates.io-index"12020source = "registry+https://github.com/rust-lang/crates.io-index"12613checksum = "f64d0c2d881c31b0d65c1f2695e022d71eb60b9fbdd336aacca28208b58eac90"12021checksum = "ac42cb562a2f98163857605f02581d719a410c5abe93606128c59a10e84de85b"12614dependencies = [12022dependencies = [12023 "anyhow",12615 "cfg-if 1.0.0",12024 "cfg-if 1.0.0",12616 "cranelift-codegen",12617 "cranelift-entity",12025 "cranelift-entity",12618 "cranelift-wasm",12026 "gimli",12619 "gimli 0.24.0",12620 "indexmap",12027 "indexmap",12621 "log",12028 "log",12622 "more-asserts",12029 "more-asserts",12030 "object 0.26.2",12623 "serde",12031 "serde",12032 "target-lexicon",12624 "thiserror",12033 "thiserror",12625 "wasmparser",12034 "wasmparser",12035 "wasmtime-types",12626]12036]126271203712628[[package]]12038[[package]]12629name = "wasmtime-jit"12039name = "wasmtime-jit"12630version = "0.27.0"12040version = "0.30.0"12631source = "registry+https://github.com/rust-lang/crates.io-index"12041source = "registry+https://github.com/rust-lang/crates.io-index"12632checksum = "4d4539ea734422b7c868107e2187d7746d8affbcaa71916d72639f53757ad707"12042checksum = "24f46dd757225f29a419be415ea6fb8558df9b0194f07e3a6a9c99d0e14dd534"12633dependencies = [12043dependencies = [12634 "addr2line 0.15.1",12044 "addr2line",12635 "anyhow",12045 "anyhow",12046 "bincode",12636 "cfg-if 1.0.0",12047 "cfg-if 1.0.0",12637 "cranelift-codegen",12048 "gimli",12638 "cranelift-entity",12049 "libc",12639 "cranelift-frontend",12640 "cranelift-native",12641 "cranelift-wasm",12642 "gimli 0.24.0",12643 "log",12050 "log",12644 "more-asserts",12051 "more-asserts",12645 "object 0.24.0",12052 "object 0.26.2",12646 "rayon",12647 "region",12053 "region",12648 "serde",12054 "serde",12649 "target-lexicon",12055 "target-lexicon",12650 "thiserror",12056 "thiserror",12651 "wasmparser",12057 "wasmparser",12652 "wasmtime-cranelift",12653 "wasmtime-debug",12654 "wasmtime-environ",12058 "wasmtime-environ",12655 "wasmtime-obj",12656 "wasmtime-profiling",12657 "wasmtime-runtime",12059 "wasmtime-runtime",12658 "winapi 0.3.9",12060 "winapi 0.3.9",12659]12061]126601206212661[[package]]12063[[package]]12662name = "wasmtime-obj"12663version = "0.27.0"12664source = "registry+https://github.com/rust-lang/crates.io-index"12665checksum = "8e1a8ff85246d091828e2225af521a6208ed28c997bb5c39eb697366dc2e2f2b"12666dependencies = [12667 "anyhow",12668 "more-asserts",12669 "object 0.24.0",12670 "target-lexicon",12671 "wasmtime-debug",12672 "wasmtime-environ",12673]1267412675[[package]]12676name = "wasmtime-profiling"12677version = "0.27.0"12678source = "registry+https://github.com/rust-lang/crates.io-index"12679checksum = "e24364d522dcd67c897c8fffc42e5bdfc57207bbb6d7eeade0da9d4a7d70105b"12680dependencies = [12681 "anyhow",12682 "cfg-if 1.0.0",12683 "lazy_static",12684 "libc",12685 "serde",12686 "target-lexicon",12687 "wasmtime-environ",12688 "wasmtime-runtime",12689]1269012691[[package]]12692name = "wasmtime-runtime"12064name = "wasmtime-runtime"12693version = "0.27.0"12065version = "0.30.0"12694source = "registry+https://github.com/rust-lang/crates.io-index"12066source = "registry+https://github.com/rust-lang/crates.io-index"12695checksum = "c51e57976e8a19a18a18e002c6eb12e5769554204238e47ff155fda1809ef0f7"12067checksum = "0122215a44923f395487048cb0a1d60b5b32c73aab15cf9364b798dbaff0996f"12696dependencies = [12068dependencies = [12697 "anyhow",12069 "anyhow",12698 "backtrace",12070 "backtrace",12703 "libc",12075 "libc",12704 "log",12076 "log",12705 "mach",12077 "mach",12706 "memoffset 0.6.1",12078 "memoffset",12707 "more-asserts",12079 "more-asserts",12708 "rand 0.8.4",12080 "rand 0.8.4",12709 "region",12081 "region",12713]12085]127141208612715[[package]]12087[[package]]12088name = "wasmtime-types"12089version = "0.30.0"12090source = "registry+https://github.com/rust-lang/crates.io-index"12091checksum = "f9b01caf8a204ef634ebac99700e77ba716d3ebbb68a1abbc2ceb6b16dbec9e4"12092dependencies = [12093 "cranelift-entity",12094 "serde",12095 "thiserror",12096 "wasmparser",12097]1209812099[[package]]12716name = "web-sys"12100name = "web-sys"12717version = "0.3.46"12101version = "0.3.55"12718source = "registry+https://github.com/rust-lang/crates.io-index"12102source = "registry+https://github.com/rust-lang/crates.io-index"12719checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3"12103checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"12720dependencies = [12104dependencies = [12721 "js-sys",12105 "js-sys",12722 "wasm-bindgen",12106 "wasm-bindgen",12723]12107]127241210812725[[package]]12109[[package]]12726name = "webpki"12110name = "webpki"12727version = "0.21.3"12111version = "0.21.4"12728source = "registry+https://github.com/rust-lang/crates.io-index"12112source = "registry+https://github.com/rust-lang/crates.io-index"12729checksum = "ab146130f5f790d45f82aeeb09e55a256573373ec64409fc19a6fb82fb1032ae"12113checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"12730dependencies = [12114dependencies = [12731 "ring",12115 "ring",12732 "untrusted",12116 "untrusted",12733]12117]127341211812735[[package]]12119[[package]]12736name = "webpki-roots"12120name = "webpki-roots"12737version = "0.21.0"12121version = "0.21.1"12738source = "registry+https://github.com/rust-lang/crates.io-index"12122source = "registry+https://github.com/rust-lang/crates.io-index"12739checksum = "82015b7e0b8bad8185994674a13a93306bea76cf5a16c5a181382fd3a5ec2376"12123checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"12740dependencies = [12124dependencies = [12741 "webpki",12125 "webpki",12742]12126]127431212712744[[package]]12128[[package]]12745name = "wepoll-sys"12129name = "wepoll-ffi"12746version = "3.0.1"12130version = "0.1.2"12747source = "registry+https://github.com/rust-lang/crates.io-index"12131source = "registry+https://github.com/rust-lang/crates.io-index"12748checksum = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff"12132checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"12749dependencies = [12133dependencies = [12750 "cc",12134 "cc",12751]12135]127521213612753[[package]]12137[[package]]12754name = "westend-runtime"12138name = "westend-runtime"12755version = "0.9.10"12139version = "0.9.12"12756source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"12140source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"12757dependencies = [12141dependencies = [12758 "beefy-primitives",12142 "beefy-primitives",12759 "bitvec 0.20.1",12143 "bitvec 0.20.4",12760 "frame-benchmarking",12144 "frame-benchmarking",12761 "frame-election-provider-support",12145 "frame-election-provider-support",12762 "frame-executive",12146 "frame-executive",12770 "pallet-authority-discovery",12154 "pallet-authority-discovery",12771 "pallet-authorship",12155 "pallet-authorship",12772 "pallet-babe",12156 "pallet-babe",12157 "pallet-bags-list",12773 "pallet-balances",12158 "pallet-balances",12774 "pallet-collective",12159 "pallet-collective",12775 "pallet-democracy",12160 "pallet-democracy",12801 "pallet-utility",12186 "pallet-utility",12802 "pallet-vesting",12187 "pallet-vesting",12803 "pallet-xcm",12188 "pallet-xcm",12189 "pallet-xcm-benchmarks",12804 "parity-scale-codec",12190 "parity-scale-codec",12805 "polkadot-parachain",12191 "polkadot-parachain",12806 "polkadot-primitives",12192 "polkadot-primitives",12807 "polkadot-runtime-common",12193 "polkadot-runtime-common",12808 "polkadot-runtime-parachains",12194 "polkadot-runtime-parachains",12809 "rustc-hex",12195 "rustc-hex",12196 "scale-info",12810 "serde",12197 "serde",12811 "serde_derive",12198 "serde_derive",12812 "smallvec 1.6.1",12199 "smallvec",12813 "sp-api",12200 "sp-api",12814 "sp-authority-discovery",12201 "sp-authority-discovery",12815 "sp-block-builder",12202 "sp-block-builder",12825 "sp-std",12212 "sp-std",12826 "sp-transaction-pool",12213 "sp-transaction-pool",12827 "sp-version",12214 "sp-version",12828 "static_assertions",12829 "substrate-wasm-builder",12215 "substrate-wasm-builder",12830 "xcm",12216 "xcm",12831 "xcm-builder",12217 "xcm-builder",128341222012835[[package]]12221[[package]]12836name = "which"12222name = "which"12837version = "4.0.2"12223version = "4.2.2"12838source = "registry+https://github.com/rust-lang/crates.io-index"12224source = "registry+https://github.com/rust-lang/crates.io-index"12839checksum = "87c14ef7e1b8b8ecfc75d5eca37949410046e66f15d185c01d70824f1f8111ef"12225checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9"12840dependencies = [12226dependencies = [12227 "either",12228 "lazy_static",12841 "libc",12229 "libc",12842 "thiserror",12843]12230]128441223112845[[package]]12232[[package]]129181230512919[[package]]12306[[package]]12920name = "x25519-dalek"12307name = "x25519-dalek"12921version = "1.1.0"12308version = "1.1.1"12922source = "registry+https://github.com/rust-lang/crates.io-index"12309source = "registry+https://github.com/rust-lang/crates.io-index"12923checksum = "bc614d95359fd7afc321b66d2107ede58b246b844cf5d8a0adcca413e439f088"12310checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"12924dependencies = [12311dependencies = [12925 "curve25519-dalek 3.0.0",12312 "curve25519-dalek 3.2.0",12926 "rand_core 0.5.1",12313 "rand_core 0.5.1",12927 "zeroize",12314 "zeroize",12928]12315]129291231612930[[package]]12317[[package]]12931name = "xcm"12318name = "xcm"12932version = "0.9.10"12319version = "0.9.12"12933source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"12320source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"12934dependencies = [12321dependencies = [12935 "derivative",12322 "derivative",12936 "impl-trait-for-tuples 0.2.1",12323 "impl-trait-for-tuples 0.2.1",12937 "log",12324 "log",12938 "parity-scale-codec",12325 "parity-scale-codec",12326 "scale-info",12939 "xcm-procedural",12327 "xcm-procedural",12940]12328]129411232912942[[package]]12330[[package]]12943name = "xcm-builder"12331name = "xcm-builder"12944version = "0.9.10"12332version = "0.9.12"12945source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"12333source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"12946dependencies = [12334dependencies = [12947 "frame-support",12335 "frame-support",12948 "frame-system",12336 "frame-system",12949 "impl-trait-for-tuples 0.2.1",12337 "log",12950 "pallet-transaction-payment",12338 "pallet-transaction-payment",12951 "parity-scale-codec",12339 "parity-scale-codec",12952 "polkadot-parachain",12340 "polkadot-parachain",12341 "scale-info",12953 "sp-arithmetic",12342 "sp-arithmetic",12954 "sp-io",12343 "sp-io",12955 "sp-runtime",12344 "sp-runtime",129601234912961[[package]]12350[[package]]12962name = "xcm-executor"12351name = "xcm-executor"12963version = "0.9.10"12352version = "0.9.12"12964source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"12353source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"12965dependencies = [12354dependencies = [12355 "frame-benchmarking",12966 "frame-support",12356 "frame-support",12967 "impl-trait-for-tuples 0.2.1",12357 "impl-trait-for-tuples 0.2.1",12968 "log",12358 "log",12978[[package]]12368[[package]]12979name = "xcm-procedural"12369name = "xcm-procedural"12980version = "0.1.0"12370version = "0.1.0"12981source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"12371source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"12982dependencies = [12372dependencies = [12983 "proc-macro2",12373 "proc-macro2",12984 "quote",12374 "quote",130071239713008[[package]]12398[[package]]13009name = "zeroize"12399name = "zeroize"13010version = "1.2.0"12400version = "1.4.2"13011source = "registry+https://github.com/rust-lang/crates.io-index"12401source = "registry+https://github.com/rust-lang/crates.io-index"13012checksum = "81a974bcdd357f0dca4d41677db03436324d45a4c9ed2d0b873a5a360ce41c36"12402checksum = "bf68b08513768deaa790264a7fac27a58cbf2705cfcdc9448362229217d7e970"13013dependencies = [12403dependencies = [13014 "zeroize_derive",12404 "zeroize_derive",13015]12405]130161240613017[[package]]12407[[package]]13018name = "zeroize_derive"12408name = "zeroize_derive"13019version = "1.0.0"12409version = "1.2.0"13020source = "registry+https://github.com/rust-lang/crates.io-index"12410source = "registry+https://github.com/rust-lang/crates.io-index"13021checksum = "de251eec69fc7c1bc3923403d18ececb929380e016afe103da75f396704f8ca2"12411checksum = "bdff2024a851a322b08f179173ae2ba620445aef1e838f0c196820eade4ae0c7"13022dependencies = [12412dependencies = [13023 "proc-macro2",12413 "proc-macro2",13024 "quote",12414 "quote",130281241813029[[package]]12419[[package]]13030name = "zstd"12420name = "zstd"13031version = "0.6.1+zstd.1.4.9"12421version = "0.9.0+zstd.1.5.0"13032source = "registry+https://github.com/rust-lang/crates.io-index"12422source = "registry+https://github.com/rust-lang/crates.io-index"13033checksum = "5de55e77f798f205d8561b8fe2ef57abfb6e0ff2abe7fd3c089e119cdb5631a3"12423checksum = "07749a5dc2cb6b36661290245e350f15ec3bbb304e493db54a1d354480522ccd"13034dependencies = [12424dependencies = [13035 "zstd-safe",12425 "zstd-safe",13036]12426]130371242713038[[package]]12428[[package]]13039name = "zstd-safe"12429name = "zstd-safe"13040version = "3.0.1+zstd.1.4.9"12430version = "4.1.1+zstd.1.5.0"13041source = "registry+https://github.com/rust-lang/crates.io-index"12431source = "registry+https://github.com/rust-lang/crates.io-index"13042checksum = "1387cabcd938127b30ce78c4bf00b30387dddf704e3f0881dbc4ff62b5566f8c"12432checksum = "c91c90f2c593b003603e5e0493c837088df4469da25aafff8bce42ba48caf079"13043dependencies = [12433dependencies = [13044 "libc",12434 "libc",13045 "zstd-sys",12435 "zstd-sys",13046]12436]130471243713048[[package]]12438[[package]]13049name = "zstd-sys"12439name = "zstd-sys"13050version = "1.4.20+zstd.1.4.9"12440version = "1.6.1+zstd.1.5.0"13051source = "registry+https://github.com/rust-lang/crates.io-index"12441source = "registry+https://github.com/rust-lang/crates.io-index"13052checksum = "ebd5b733d7cf2d9447e2c3e76a5589b4f5e5ae065c22a2bc0b023cbc331b6c8e"12442checksum = "615120c7a2431d16cf1cf979e7fc31ba7a5b5e5707b29c8a99e5dbf8a8392a33"13053dependencies = [12443dependencies = [13054 "cc",12444 "cc",13055 "libc",12445 "libc",Dockerfile-parachaindiffbeforeafterboth--- a/Dockerfile-parachain
+++ b/Dockerfile-parachain
@@ -4,7 +4,7 @@
ARG RUST_TOOLCHAIN=nightly-2021-06-28
#ARG RUST_C=1.55.0-nightly
-ARG POLKA_VERSION=v0.9.10
+ARG POLKA_VERSION=v0.9.12
ARG NFT_BRANCH=develop
#ARG USER=***
crates/evm-coder/Cargo.tomldiffbeforeafterboth--- a/crates/evm-coder/Cargo.toml
+++ b/crates/evm-coder/Cargo.toml
@@ -7,7 +7,7 @@
evm-coder-macros = { path = "../evm-coder-macros" }
primitive-types = { version = "0.10.1", default-features = false }
hex-literal = "0.3.3"
-ethereum = { version = "0.9.0", default-features = false }
+ethereum = { version = "0.9", git = "https://github.com/purestake/ethereum", branch = "joshy-scale-info", default-features = false }
evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm.git", branch="precompile-output-parachain" }
impl-trait-for-tuples = "0.2.1"
docker-compose-tests-parachain.ymldiffbeforeafterboth--- a/docker-compose-tests-parachain.yml
+++ b/docker-compose-tests-parachain.yml
@@ -7,7 +7,7 @@
ports:
- 9944:9944
- 9844:9844
- - 9933:9934
+ - 9933:9933
build:
context: ./
dockerfile: Dockerfile-parachain
@@ -19,7 +19,6 @@
volumes:
# - ./chain-data:/chain-data
- ./launch-config.json:/polkadot-launch/launch-config.json
- - ./runtime_types.json:/polkadot-launch/runtime_types.json
env_file:
- ./.env
networks:
@@ -34,11 +33,10 @@
context: tests/
dockerfile: Dockerfile-tests
environment:
- RPC_URL: http://blockchain_nodes:9934/
+ RPC_URL: http://blockchain_nodes:9933/
volumes:
- ./tests/src/config_docker.ts:/nft_parachain/src/config.ts
- /home/ubuntu/mochawesome-report:/nft_parachain/mochawesome-report
- - ./runtime_types.json:/runtime_types.json
# command: bash -c 'while true; do sleep 20; df -h; done'
networks:
- node_test_network
examples/re-fungible/create_collection.jsdiffbeforeafterboth--- a/examples/re-fungible/create_collection.js
+++ b/examples/re-fungible/create_collection.js
@@ -8,7 +8,7 @@
const unsub = await transaction
.signAndSend(sender, (result) => {
console.log(`Current tx status is ${result.status}`);
-
+
if (result.status.isInBlock) {
console.log(`Transaction included at blockHash ${result.status.asInBlock}`);
resolve();
@@ -33,7 +33,7 @@
const description = [67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 32, 111, 102, 32, 112, 104, 111, 116, 111, 115];
// ART
const tokenPrefix = [65, 82, 84];
-
+
// Mode: Re-Fungible
const tx = api.tx.nft.createCollection(name, description, tokenPrefix, {"ReFungible": [config.collectionDataSize, config.decimalPoints]});
await submitTransaction(alice, tx);
@@ -45,18 +45,15 @@
async function main() {
// Initialise the provider to connect to the node
const wsProvider = new WsProvider(config.wsEndpoint);
- const rtt = JSON.parse(fs.readFileSync("runtime_types.json"));
-
// Create the API and wait until ready
- const api = await ApiPromise.create({
+ const api = await ApiPromise.create({
provider: wsProvider,
- types: rtt
});
// Owners's keypair
const keyring = new Keyring({ type: 'sr25519' });
const owner = keyring.addFromUri(config.ownerSeed);
- console.log("Collection owner address: ", owner.address);
+ console.log("Collection owner address: ", owner.address);
// Create collection as owner
console.log("=== Create collection ===");
examples/testnft/create_collection.jsdiffbeforeafterboth--- a/examples/testnft/create_collection.js
+++ b/examples/testnft/create_collection.js
@@ -9,7 +9,7 @@
const unsub = await transaction
.signAndSend(sender, (result) => {
console.log(`Current tx status is ${result.status}`);
-
+
if (result.status.isInBlock) {
console.log(`Transaction included at blockHash ${result.status.asInBlock}`);
resolve();
@@ -34,7 +34,7 @@
const description = [0x54, 0x65, 0x73, 0x74, 0x20, 0x4e, 0x46, 0x54, 0x20, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e];
// TestNFT
const tokenPrefix = [0x54, 0x65, 0x73, 0x74, 0x4e, 0x46, 0x54];
-
+
// Mode: NFT
const tx = api.tx.nft.createCollection(name, description, tokenPrefix, {"NFT": config.collectionDataSize});
await submitTransaction(alice, tx);
@@ -48,18 +48,16 @@
async function main() {
// Initialise the provider to connect to the node
const wsProvider = new WsProvider(config.wsEndpoint);
- const rtt = JSON.parse(fs.readFileSync("runtime_types.json"));
// Create the API and wait until ready
- const api = await ApiPromise.create({
+ const api = await ApiPromise.create({
provider: wsProvider,
- types: rtt
});
// Owners's keypair
const keyring = new Keyring({ type: 'sr25519' });
const owner = keyring.addFromUri(config.ownerSeed);
- console.log("Collection owner address: ", owner.address);
+ console.log("Collection owner address: ", owner.address);
// Create collection as owner
console.log("=== Create collection ===");
examples/testnft/create_tokens.jsdiffbeforeafterboth--- a/examples/testnft/create_tokens.js
+++ b/examples/testnft/create_tokens.js
@@ -17,7 +17,7 @@
.createItem(collectionId, "0x", admin.address)
.signAndSend(admin, (result) => {
console.log(`Current tx status is ${result.status}`);
-
+
if (result.status.isInBlock) {
console.log(`Transaction included at blockHash ${result.status.asInBlock}`);
resolve();
@@ -34,12 +34,10 @@
async function main() {
// Initialise the provider to connect to the node
const wsProvider = new WsProvider(config.wsEndpoint);
- const rtt = require("./runtime_types.json");
// Create the API and wait until ready
- const api = await ApiPromise.create({
+ const api = await ApiPromise.create({
provider: wsProvider,
- types: rtt
});
// Retrieve the chain & node information information via rpc calls
@@ -53,7 +51,7 @@
console.log(`You are connected to chain ${chain} using ${nodeName} v${nodeVersion}`);
console.log(`Collection: ${collection}`);
- if (checkOwner(collection.Owner.toString())) {
+ if (checkOwner(collection.owner.toString())) {
// Import account from mnemonic phrase in config file
const keyring = new Keyring({ type: 'sr25519' });
const owner = keyring.addFromUri(config.ownerSeed);
launch-config.jsondiffbeforeafterboth--- a/launch-config.json
+++ b/launch-config.json
@@ -88,6 +88,5 @@
],
"simpleParachains": [],
"hrmpChannels": [],
- "types": "./runtime_types.json",
"finalization": false
}
launch-test-env.shdiffbeforeafterboth--- a/launch-test-env.sh
+++ b/launch-test-env.sh
@@ -1,7 +1,6 @@
cp launch-config.json ../polkadot-launch/launch-config.json
-cp runtime_types.json ../polkadot-launch/runtime_types.json
cd ../polkadot-launch
yarn install
yarn build
-yarn start launch-config.json
\ No newline at end of file
+yarn start launch-config.json
node/cli/Cargo.tomldiffbeforeafterboth--- a/node/cli/Cargo.toml
+++ b/node/cli/Cargo.toml
@@ -3,8 +3,7 @@
[build-dependencies.substrate-build-script-utils]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '3.0.0'
+branch = 'polkadot-v0.9.12'
################################################################################
# Substrate Dependecies
@@ -17,186 +16,150 @@
[dependencies.frame-benchmarking]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.frame-benchmarking-cli]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.pallet-transaction-payment-rpc]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.substrate-prometheus-endpoint]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '0.9.0'
+branch = 'polkadot-v0.9.12'
[dependencies.sc-basic-authorship]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '0.10.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sc-chain-spec]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sc-cli]
features = ['wasmtime']
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '0.10.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sc-client-api]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sc-consensus]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '0.10.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sc-consensus-aura]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '0.10.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sc-executor]
features = ['wasmtime']
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '0.10.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sc-finality-grandpa]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '0.10.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sc-keystore]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sc-rpc]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sc-rpc-api]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '0.10.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sc-service]
features = ['wasmtime']
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '0.10.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sc-telemetry]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sc-transaction-pool]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sc-tracing]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-block-builder]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-api]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-blockchain]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-consensus]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '0.10.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-consensus-aura]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '0.10.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-core]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-finality-grandpa]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-inherents]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-keystore]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '0.10.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-offchain]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-runtime]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-session]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-timestamp]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-transaction-pool]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-trie]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.substrate-frame-rpc-system]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sc-network]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '0.10.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.serde]
features = ['derive']
@@ -211,58 +174,58 @@
[dependencies.cumulus-client-consensus-aura]
git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.10'
+branch = 'polkadot-v0.9.12'
[dependencies.cumulus-client-consensus-common]
git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.10'
+branch = 'polkadot-v0.9.12'
[dependencies.cumulus-client-collator]
git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.10'
+branch = 'polkadot-v0.9.12'
[dependencies.cumulus-client-cli]
git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.10'
+branch = 'polkadot-v0.9.12'
[dependencies.cumulus-client-network]
git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.10'
+branch = 'polkadot-v0.9.12'
[dependencies.cumulus-primitives-core]
git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.10'
+branch = 'polkadot-v0.9.12'
[dependencies.cumulus-primitives-parachain-inherent]
git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.10'
+branch = 'polkadot-v0.9.12'
[dependencies.cumulus-client-service]
git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.10'
+branch = 'polkadot-v0.9.12'
################################################################################
# Polkadot dependencies
[dependencies.polkadot-primitives]
git = "https://github.com/paritytech/polkadot"
-branch = 'release-v0.9.10'
+branch = 'release-v0.9.12'
[dependencies.polkadot-service]
git = "https://github.com/paritytech/polkadot"
-branch = 'release-v0.9.10'
+branch = 'release-v0.9.12'
[dependencies.polkadot-cli]
git = "https://github.com/paritytech/polkadot"
-branch = 'release-v0.9.10'
+branch = 'release-v0.9.12'
[dependencies.polkadot-test-service]
git = "https://github.com/paritytech/polkadot"
-branch = 'release-v0.9.10'
+branch = 'release-v0.9.12'
[dependencies.polkadot-parachain]
git = "https://github.com/paritytech/polkadot"
-branch = 'release-v0.9.10'
+branch = 'release-v0.9.12'
################################################################################
@@ -277,7 +240,7 @@
default-features = false
################################################################################
-# Package
+# Package
[package]
authors = ['Unique Network <support@uniquenetwork.io>']
@@ -302,16 +265,16 @@
flexi_logger = "0.15.7"
parking_lot = '0.11.2'
structopt = '0.3.23'
-jsonrpc-core = '15.1.0'
-jsonrpc-pubsub = "15.1.0"
+jsonrpc-core = '18.0.0'
+jsonrpc-pubsub = "18.0.0"
-fc-rpc-core = { version = "1.1.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
-fc-consensus = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
-fc-mapping-sync = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
-fc-rpc = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
-fc-db = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
-fp-rpc = { version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
-pallet-ethereum = { version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
+fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
+fc-consensus = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
+fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
+fc-rpc = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
+fc-db = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
+fp-rpc = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
+pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
nft-rpc = { path = "../rpc" }
node/cli/src/chain_spec.rsdiffbeforeafterboth--- a/node/cli/src/chain_spec.rs
+++ b/node/cli/src/chain_spec.rs
@@ -151,8 +151,6 @@
endowed_accounts: Vec<AccountId>,
id: ParaId,
) -> GenesisConfig {
- let vested_accounts = vec![get_account_id_from_seed::<sr25519::Public>("Bob")];
-
GenesisConfig {
system: nft_runtime::SystemConfig {
code: nft_runtime::WASM_BINARY
@@ -169,13 +167,7 @@
},
treasury: Default::default(),
sudo: SudoConfig { key: root_key },
- vesting: VestingConfig {
- vesting: vested_accounts
- .iter()
- .cloned()
- .map(|k| (k, 1000, 100, 1 << 98))
- .collect(),
- },
+ vesting: VestingConfig { vesting: vec![] },
nft: NftConfig {
collection_id: vec![(
1,
node/cli/src/command.rsdiffbeforeafterboth--- a/node/cli/src/command.rs
+++ b/node/cli/src/command.rs
@@ -76,11 +76,11 @@
//TODO use args
fn support_url() -> String {
- "mailto:support@unique.network".into()
+ "support@unique.network".into()
}
fn copyright_start_year() -> i32 {
- 2021
+ 2019
}
fn load_spec(&self, id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, String> {
@@ -115,11 +115,11 @@
}
// TODO use args
fn support_url() -> String {
- "mailto:support@unique.network".into()
+ "support@unique.network".into()
}
fn copyright_start_year() -> i32 {
- 2021
+ 2019
}
fn load_spec(&self, id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, String> {
@@ -200,7 +200,7 @@
let polkadot_config = SubstrateCli::create_configuration(
&polkadot_cli,
&polkadot_cli,
- config.task_executor.clone(),
+ config.tokio_handle.clone(),
)
.map_err(|err| format!("Relay chain argument error: {}", err))?;
@@ -289,10 +289,12 @@
generate_genesis_block(&config.chain_spec).map_err(|e| format!("{:?}", e))?;
let genesis_state = format!("0x{:?}", HexDisplay::from(&block.header().encode()));
- let task_executor = config.task_executor.clone();
- let polkadot_config =
- SubstrateCli::create_configuration(&polkadot_cli, &polkadot_cli, task_executor)
- .map_err(|err| format!("Relay chain argument error: {}", err))?;
+ let polkadot_config = SubstrateCli::create_configuration(
+ &polkadot_cli,
+ &polkadot_cli,
+ config.tokio_handle.clone(),
+ )
+ .map_err(|err| format!("Relay chain argument error: {}", err))?;
info!("Parachain id: {:?}", id);
info!("Parachain Account: {}", parachain_account);
@@ -409,10 +411,6 @@
fn rpc_cors(&self, is_dev: bool) -> Result<Option<Vec<String>>> {
self.base.base.rpc_cors(is_dev)
- }
-
- fn telemetry_external_transport(&self) -> Result<Option<sc_service::config::ExtTransport>> {
- self.base.base.telemetry_external_transport()
}
fn default_heap_pages(&self) -> Result<Option<u64>> {
node/cli/src/service.rsdiffbeforeafterboth--- a/node/cli/src/service.rs
+++ b/node/cli/src/service.rs
@@ -9,7 +9,6 @@
use std::sync::Arc;
use std::sync::Mutex;
use std::collections::BTreeMap;
-use std::collections::HashMap;
use std::time::Duration;
use futures::StreamExt;
@@ -27,8 +26,8 @@
// Substrate Imports
use sc_client_api::ExecutorProvider;
-pub use sc_executor::NativeExecutor;
-use sc_executor::native_executor_instance;
+use sc_executor::NativeElseWasmExecutor;
+use sc_executor::NativeExecutionDispatch;
use sc_network::NetworkService;
use sc_service::{BasePath, Configuration, PartialComponents, Role, TaskManager};
use sc_telemetry::{Telemetry, TelemetryHandle, TelemetryWorker, TelemetryWorkerHandle};
@@ -40,7 +39,6 @@
// Frontier Imports
use fc_rpc_core::types::FilterPool;
-use fc_rpc_core::types::PendingTransactions;
use fc_mapping_sync::{MappingSyncWorker, SyncStrategy};
// Runtime type overrides
@@ -49,14 +47,21 @@
pub type Block = sp_runtime::generic::Block<Header, sp_runtime::OpaqueExtrinsic>;
type Hash = sp_core::H256;
-// Native executor instance.
-native_executor_instance!(
- pub ParachainRuntimeExecutor,
- nft_runtime::api::dispatch,
- nft_runtime::native_version,
- frame_benchmarking::benchmarking::HostFunctions,
-);
+/// Native executor instance.
+pub struct ParachainRuntimeExecutor;
+impl NativeExecutionDispatch for ParachainRuntimeExecutor {
+ type ExtendHostFunctions = frame_benchmarking::benchmarking::HostFunctions;
+
+ fn dispatch(method: &str, data: &[u8]) -> Option<Vec<u8>> {
+ nft_runtime::api::dispatch(method, data)
+ }
+
+ fn native_version() -> sc_executor::NativeVersion {
+ nft_runtime::native_version()
+ }
+}
+
pub fn open_frontier_backend(config: &Configuration) -> Result<Arc<fc_db::Backend<Block>>, String> {
let config_dir = config
.base_path
@@ -77,9 +82,10 @@
)?))
}
-type Executor = ParachainRuntimeExecutor;
+type ExecutorDispatch = ParachainRuntimeExecutor;
-type FullClient = sc_service::TFullClient<Block, RuntimeApi, Executor>;
+type FullClient =
+ sc_service::TFullClient<Block, RuntimeApi, NativeElseWasmExecutor<ExecutorDispatch>>;
type FullBackend = sc_service::TFullBackend<Block>;
type FullSelectChain = sc_consensus::LongestChain<FullBackend, Block>;
@@ -100,7 +106,6 @@
sc_transaction_pool::FullPool<Block, FullClient>,
(
Option<Telemetry>,
- PendingTransactions,
Option<FilterPool>,
Arc<fc_db::Backend<Block>>,
Option<TelemetryWorkerHandle>,
@@ -110,7 +115,7 @@
>
where
sc_client_api::StateBackendFor<FullBackend, Block>: sp_api::StateBackend<BlakeTwo256>,
- Executor: sc_executor::NativeExecutionDispatch + 'static,
+ ExecutorDispatch: NativeExecutionDispatch + 'static,
BIQ: FnOnce(
Arc<FullClient>,
&Configuration,
@@ -140,10 +145,17 @@
})
.transpose()?;
+ let executor = NativeElseWasmExecutor::<ExecutorDispatch>::new(
+ config.wasm_method,
+ config.default_heap_pages,
+ config.max_runtime_instances,
+ );
+
let (client, backend, keystore_container, task_manager) =
- sc_service::new_full_parts::<Block, RuntimeApi, Executor>(
+ sc_service::new_full_parts::<Block, RuntimeApi, _>(
config,
telemetry.as_ref().map(|(_, telemetry)| telemetry.handle()),
+ executor,
)?;
let client = Arc::new(client);
@@ -163,8 +175,6 @@
task_manager.spawn_essential_handle(),
client.clone(),
);
-
- let pending_transactions: PendingTransactions = Some(Arc::new(Mutex::new(HashMap::new())));
let filter_pool: Option<FilterPool> = Some(Arc::new(Mutex::new(BTreeMap::new())));
@@ -187,7 +197,6 @@
select_chain,
other: (
telemetry,
- pending_transactions,
filter_pool,
frontier_backend,
telemetry_worker_handle,
@@ -210,7 +219,7 @@
) -> sc_service::error::Result<(TaskManager, Arc<FullClient>)>
where
sc_client_api::StateBackendFor<FullBackend, Block>: sp_api::StateBackend<BlakeTwo256>,
- Executor: sc_executor::NativeExecutionDispatch + 'static,
+ ExecutorDispatch: NativeExecutionDispatch + 'static,
BIQ: FnOnce(
Arc<FullClient>,
&Configuration,
@@ -236,13 +245,7 @@
let parachain_config = prepare_node_config(parachain_config);
let params = new_partial::<BIQ>(¶chain_config, build_import_queue)?;
- let (
- mut telemetry,
- pending_transactions,
- filter_pool,
- frontier_backend,
- telemetry_worker_handle,
- ) = params.other;
+ let (mut telemetry, filter_pool, frontier_backend, telemetry_worker_handle) = params.other;
let relay_chain_full_node =
cumulus_client_service::build_polkadot_full_node(polkadot_config, telemetry_worker_handle)
@@ -293,18 +296,18 @@
deny_unsafe,
client: rpc_client.clone(),
pool: rpc_pool.clone(),
+ graph: rpc_pool.pool().clone(),
// TODO: Unhardcode
enable_dev_signer: false,
filter_pool: filter_pool.clone(),
network: rpc_network.clone(),
- pending_transactions: pending_transactions.clone(),
select_chain: select_chain.clone(),
is_authority,
// TODO: Unhardcode
max_past_logs: 10000,
};
- Ok(nft_rpc::create_full::<_, _, _, RuntimeApi, _>(
+ Ok(nft_rpc::create_full::<_, _, _, _, RuntimeApi, _>(
full_deps,
subscription_executor.clone(),
))
node/rpc/Cargo.tomldiffbeforeafterboth--- a/node/rpc/Cargo.toml
+++ b/node/rpc/Cargo.toml
@@ -11,42 +11,42 @@
[dependencies]
futures = { version = "0.3.17", features = ["compat"] }
-jsonrpc-core = "15.1.0"
-jsonrpc-pubsub = "15.1.0"
-# pallet-contracts-rpc = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.9' }
-pallet-transaction-payment-rpc = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-pallet-transaction-payment-rpc-runtime-api = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sc-client-api = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sc-consensus-aura = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sc-consensus-epochs = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sc-finality-grandpa = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sc-finality-grandpa-rpc = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sc-keystore = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sc-network = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sc-rpc-api = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sc-rpc = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sc-service = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-api = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-block-builder = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-blockchain = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-consensus = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-consensus-aura = { version = "0.10.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-core = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-offchain = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-runtime = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-storage = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-session = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-transaction-pool = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sc-transaction-pool = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-substrate-frame-rpc-system = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
+jsonrpc-core = "18.0.0"
+jsonrpc-pubsub = "18.0.0"
+# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+pallet-transaction-payment-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sc-client-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sc-consensus-aura = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sc-consensus-epochs = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sc-finality-grandpa = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sc-finality-grandpa-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sc-keystore = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sc-network = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sc-rpc-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sc-rpc = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sc-service = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-api = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-block-builder = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-blockchain = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-consensus = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-consensus-aura = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-core = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-offchain = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-runtime = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-storage = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-session = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-transaction-pool = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sc-transaction-pool = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+substrate-frame-rpc-system = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
tokio = { version = "0.2.25", features = ["macros", "sync"] }
-pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
-fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
-fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
-fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
-fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
+pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
+fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
+fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
+fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
+fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
pallet-nft = { path = "../../pallets/nft" }
nft-runtime = { path = "../../runtime" }
node/rpc/src/lib.rsdiffbeforeafterboth--- a/node/rpc/src/lib.rs
+++ b/node/rpc/src/lib.rs
@@ -1,6 +1,8 @@
use nft_runtime::{Hash, AccountId, Index, opaque::Block, BlockNumber, Balance};
-use fc_rpc::{OverrideHandle, RuntimeApiStorageOverride, SchemaV1Override, StorageOverride};
-use fc_rpc_core::types::{FilterPool, PendingTransactions};
+use fc_rpc::{
+ EthBlockDataCache, OverrideHandle, RuntimeApiStorageOverride, SchemaV1Override, StorageOverride,
+};
+use fc_rpc_core::types::FilterPool;
use jsonrpc_pubsub::manager::SubscriptionManager;
use pallet_ethereum::EthereumStorageSchema;
use sc_client_api::{
@@ -14,6 +16,7 @@
use sc_network::NetworkService;
use sc_rpc::SubscriptionTaskExecutor;
pub use sc_rpc_api::DenyUnsafe;
+use sc_transaction_pool::{ChainApi, Pool};
use sp_api::ProvideRuntimeApi;
use sp_block_builder::BlockBuilder;
use sp_blockchain::{Error as BlockChainError, HeaderBackend, HeaderMetadata};
@@ -51,11 +54,13 @@
}
/// Full client dependencies.
-pub struct FullDeps<C, P, SC> {
+pub struct FullDeps<C, P, SC, CA: ChainApi> {
/// The client instance to use.
pub client: Arc<C>,
/// Transaction pool instance.
pub pool: Arc<P>,
+ /// Graph pool instance.
+ pub graph: Arc<Pool<CA>>,
/// The SelectChain Strategy
pub select_chain: SC,
/// The Node authority flag
@@ -66,8 +71,6 @@
pub network: Arc<NetworkService<Block, Hash>>,
/// Whether to deny unsafe calls
pub deny_unsafe: DenyUnsafe,
- /// Ethereum pending transactions.
- pub pending_transactions: PendingTransactions,
/// EthFilterApi pool.
pub filter_pool: Option<FilterPool>,
/// Backend.
@@ -110,8 +113,8 @@
}
/// Instantiate all Full RPC extensions.
-pub fn create_full<C, P, SC, A, B>(
- deps: FullDeps<C, P, SC>,
+pub fn create_full<C, P, SC, CA, A, B>(
+ deps: FullDeps<C, P, SC, CA>,
subscription_task_executor: SubscriptionTaskExecutor,
) -> jsonrpc_core::IoHandler<sc_rpc_api::Metadata>
where
@@ -125,10 +128,11 @@
C::Api: pallet_transaction_payment_rpc::TransactionPaymentRuntimeApi<Block, Balance>,
C::Api: fp_rpc::EthereumRuntimeRPCApi<Block>,
C::Api: pallet_nft::NftApi<Block>,
- P: TransactionPool<Block = Block> + 'static,
- SC: SelectChain<Block> + 'static,
B: sc_client_api::Backend<Block> + Send + Sync + 'static,
B::State: sc_client_api::backend::StateBackend<sp_runtime::traits::HashFor<Block>>,
+ SC: SelectChain<Block> + 'static,
+ P: TransactionPool<Block = Block> + 'static,
+ CA: ChainApi<Block = Block> + 'static,
{
use fc_rpc::{
EthApi, EthApiServer, EthDevSigner, EthFilterApi, EthFilterApiServer, EthPubSubApi,
@@ -143,12 +147,12 @@
let FullDeps {
client,
pool,
+ graph,
select_chain: _,
enable_dev_signer,
is_authority,
network,
deny_unsafe,
- pending_transactions,
filter_pool,
backend,
max_past_logs,
@@ -184,17 +188,20 @@
fallback: Box::new(RuntimeApiStorageOverride::new(client.clone())),
});
+ let block_data_cache = Arc::new(EthBlockDataCache::new(50, 50));
+
io.extend_with(EthApiServer::to_delegate(EthApi::new(
client.clone(),
pool.clone(),
+ graph,
nft_runtime::TransactionConverter,
network.clone(),
- pending_transactions,
signers,
overrides.clone(),
backend.clone(),
is_authority,
max_past_logs,
+ block_data_cache.clone(),
)));
if let Some(filter_pool) = filter_pool {
@@ -205,6 +212,7 @@
500_usize, // max stored filters
overrides.clone(),
max_past_logs,
+ block_data_cache.clone(),
)));
}
pallets/contract-helpers/Cargo.tomldiffbeforeafterboth--- a/pallets/contract-helpers/Cargo.toml
+++ b/pallets/contract-helpers/Cargo.toml
@@ -15,11 +15,12 @@
version = '0.1.0'
[dependencies]
-frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-pallet-contracts = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
+scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+pallet-contracts = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
[features]
default = ["std"]
pallets/contract-helpers/src/lib.rsdiffbeforeafterboth--- a/pallets/contract-helpers/src/lib.rs
+++ b/pallets/contract-helpers/src/lib.rs
@@ -165,16 +165,16 @@
}
}
- #[derive(Encode, Decode, Clone, PartialEq, Eq)]
- pub struct ContractHelpersExtension<T>(PhantomData<T>);
- impl<T> core::fmt::Debug for ContractHelpersExtension<T> {
+ #[derive(Encode, Decode, Clone, PartialEq, Eq, scale_info::TypeInfo)]
+ pub struct ContractHelpersExtension<T: scale_info::TypeInfo>(PhantomData<T>);
+ impl<T: scale_info::TypeInfo> core::fmt::Debug for ContractHelpersExtension<T> {
fn fmt(&self, fmt: &mut core::fmt::Formatter<'_>) -> Result<(), core::fmt::Error> {
fmt.debug_struct("ContractHelpersExtension").finish()
}
}
type CodeHash<T> = <T as frame_system::Config>::Hash;
- impl<T> SignedExtension for ContractHelpersExtension<T>
+ impl<T: scale_info::TypeInfo> SignedExtension for ContractHelpersExtension<T>
where
T: Config + Send + Sync,
<T as SysConfig>::Call: sp_runtime::traits::Dispatchable,
@@ -199,8 +199,12 @@
_info: &DispatchInfoOf<Self::Call>,
_len: usize,
) -> transaction_validity::TransactionValidity {
- if let Some(pallet_contracts::Call::call(dest, _value, _gas_limit, _data)) =
- IsSubType::<pallet_contracts::Call<T>>::is_sub_type(call)
+ if let Some(pallet_contracts::Call::call {
+ dest,
+ value: _value,
+ gas_limit: _gas_limit,
+ data: _data,
+ }) = IsSubType::<pallet_contracts::Call<T>>::is_sub_type(call)
{
let called_contract: T::AccountId =
T::Lookup::lookup((*dest).clone()).unwrap_or_default();
@@ -219,10 +223,10 @@
_len: usize,
) -> Result<Self::Pre, TransactionValidityError> {
match IsSubType::<pallet_contracts::Call<T>>::is_sub_type(call) {
- Some(pallet_contracts::Call::instantiate(_, _, code_hash, _, salt)) => {
- Ok(Some((who.clone(), *code_hash, salt.clone())))
- }
- Some(pallet_contracts::Call::instantiate_with_code(_, _, code, _, salt)) => {
+ Some(pallet_contracts::Call::instantiate {
+ code_hash, salt, ..
+ }) => Ok(Some((who.clone(), *code_hash, salt.clone()))),
+ Some(pallet_contracts::Call::instantiate_with_code { code, salt, .. }) => {
let code_hash = &T::Hashing::hash(code);
Ok(Some((who.clone(), *code_hash, salt.clone())))
}
@@ -256,7 +260,7 @@
T::AccountId: AsRef<[u8]>,
{
fn get_sponsor(who: &T::AccountId, call: &C) -> Option<T::AccountId> {
- if let Some(pallet_contracts::Call::call(dest, _value, _gas_limit, _data)) =
+ if let Some(pallet_contracts::Call::call { dest, .. }) =
IsSubType::<pallet_contracts::Call<T>>::is_sub_type(call)
{
let called_contract: T::AccountId =
pallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth--- a/pallets/evm-coder-substrate/Cargo.toml
+++ b/pallets/evm-coder-substrate/Cargo.toml
@@ -4,14 +4,15 @@
edition = "2018"
[dependencies]
-sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-ethereum = { default-features = false, version = "0.9.0" }
+scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+ethereum = { version = "0.9", git = "https://github.com/purestake/ethereum", branch = "joshy-scale-info", default-features = false }
evm-coder = { default-features = false, path = "../../crates/evm-coder" }
-pallet-ethereum = { default-features = false, version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
-pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
-frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
[dependencies.codec]
default-features = false
pallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth--- a/pallets/evm-contract-helpers/Cargo.toml
+++ b/pallets/evm-contract-helpers/Cargo.toml
@@ -4,14 +4,15 @@
edition = "2018"
[dependencies]
-frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
+scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
evm-coder = { default-features = false, path = '../../crates/evm-coder' }
pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }
-pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
up-sponsorship = { default-features = false, path = '../../primitives/sponsorship' }
log = "0.4.14"
pallets/evm-migration/Cargo.tomldiffbeforeafterboth--- a/pallets/evm-migration/Cargo.toml
+++ b/pallets/evm-migration/Cargo.toml
@@ -4,15 +4,16 @@
edition = "2018"
[dependencies]
-frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-frame-benchmarking = { default-features = false, version = '4.0.0-dev', optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
-fp-evm = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
+scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
[dependencies.codec]
default-features = false
pallets/evm-transaction-payment/Cargo.tomldiffbeforeafterboth--- a/pallets/evm-transaction-payment/Cargo.toml
+++ b/pallets/evm-transaction-payment/Cargo.toml
@@ -4,15 +4,16 @@
edition = "2018"
[dependencies]
-frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
-fp-evm = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
-pallet-ethereum = { default-features = false, version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
+scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
up-sponsorship = { default-features = false, path = '../../primitives/sponsorship' }
[dependencies.codec]
pallets/evm-transaction-payment/src/lib.rsdiffbeforeafterboth--- a/pallets/evm-transaction-payment/src/lib.rs
+++ b/pallets/evm-transaction-payment/src/lib.rs
@@ -87,8 +87,8 @@
who: &H160,
corrected_fee: U256,
already_withdrawn: Self::LiquidityInfo,
- ) -> core::result::Result<(), pallet_evm::Error<T>> {
- EVMCurrencyAdapter::<<T as Config>::Currency, ()>::correct_and_deposit_fee(
+ ) {
+ <EVMCurrencyAdapter<<T as Config>::Currency, ()> as pallet_evm::OnChargeEVMTransaction<T>>::correct_and_deposit_fee(
&already_withdrawn.as_ref().map(|e| e.who).unwrap_or(*who),
corrected_fee,
already_withdrawn.map(|e| e.negative_imbalance),
pallets/inflation/Cargo.tomldiffbeforeafterboth--- a/pallets/inflation/Cargo.toml
+++ b/pallets/inflation/Cargo.toml
@@ -43,44 +43,37 @@
default-features = false
optional = true
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.frame-support]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.frame-system]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.pallet-balances]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.pallet-timestamp]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.pallet-randomness-collective-flip]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-std]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.serde]
default-features = false
@@ -90,17 +83,17 @@
[dependencies.sp-runtime]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-core]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-io]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
+
+[dependencies]
+scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
pallets/inflation/src/tests.rsdiffbeforeafterboth--- a/pallets/inflation/src/tests.rs
+++ b/pallets/inflation/src/tests.rs
@@ -6,7 +6,9 @@
traits::{Currency},
parameter_types,
};
-use frame_support::{traits::OnInitialize};
+use frame_support::{
+ traits::{OnInitialize, Everything},
+};
use sp_core::H256;
use sp_runtime::{
traits::{BlakeTwo256, IdentityLookup},
@@ -55,7 +57,7 @@
}
impl frame_system::Config for Test {
- type BaseCallFilter = ();
+ type BaseCallFilter = Everything;
type BlockWeights = ();
type BlockLength = ();
type DbWeight = ();
pallets/nft-charge-transaction/Cargo.tomldiffbeforeafterboth--- a/pallets/nft-charge-transaction/Cargo.toml
+++ b/pallets/nft-charge-transaction/Cargo.toml
@@ -19,16 +19,17 @@
version = '2.3.0'
[dependencies]
+scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.130", default-features = false }
-frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-pallet-balances = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-pallet-transaction-payment = { default-features = false, version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-frame-benchmarking = { default-features = false, version = "4.0.0-dev", optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+pallet-balances = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+pallet-transaction-payment = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
pallet-nft-transaction-payment = { default-features = false, path = "../nft-transaction-payment" }
pallets/nft-charge-transaction/src/lib.rsdiffbeforeafterboth--- a/pallets/nft-charge-transaction/src/lib.rs
+++ b/pallets/nft-charge-transaction/src/lib.rs
@@ -8,6 +8,7 @@
#[cfg(feature = "std")]
pub use std::*;
+use scale_info::TypeInfo;
#[cfg(feature = "std")]
pub use serde::*;
@@ -30,7 +31,7 @@
use pallet_transaction_payment::OnChargeTransaction;
use sp_std::prelude::*;
-pub trait Config: frame_system::Config + pallet_nft_transaction_payment::Config {}
+pub trait Config: frame_system::Config + pallet_nft_transaction_payment::Config + TypeInfo {}
decl_storage! {
trait Store for Module<T: Config> as NftTransactionPayment
@@ -49,7 +50,7 @@
/// Require the transactor pay for themselves and maybe include a tip to gain additional priority
/// in the queue.
-#[derive(Encode, Decode, Clone, Eq, PartialEq)]
+#[derive(Encode, Decode, Clone, Eq, PartialEq, scale_info::TypeInfo)]
pub struct ChargeTransactionPayment<T: Config>(#[codec(compact)] BalanceOf<T>);
impl<T: Config + Send + Sync> sp_std::fmt::Debug for ChargeTransactionPayment<T> {
pallets/nft-transaction-payment/Cargo.tomldiffbeforeafterboth--- a/pallets/nft-transaction-payment/Cargo.toml
+++ b/pallets/nft-transaction-payment/Cargo.toml
@@ -19,15 +19,16 @@
version = '2.3.0'
[dependencies]
+scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.130", default-features = false }
-frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-pallet-transaction-payment = { default-features = false, version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-frame-benchmarking = { default-features = false, version = "4.0.0-dev", optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+pallet-transaction-payment = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
up-sponsorship = { default-features = false, path = "../../primitives/sponsorship", version = "0.1.0" }
pallets/nft/Cargo.tomldiffbeforeafterboth--- a/pallets/nft/Cargo.toml
+++ b/pallets/nft/Cargo.toml
@@ -56,50 +56,42 @@
default-features = false
optional = true
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.frame-support]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.frame-system]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.pallet-balances]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.pallet-timestamp]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.pallet-randomness-collective-flip]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-std]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.pallet-transaction-payment]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.serde]
default-features = false
@@ -109,20 +101,17 @@
[dependencies.sp-runtime]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-core]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-io]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
################################################################################
@@ -140,9 +129,10 @@
[dependencies]
-ethereum = { default-features = false, version = "0.9.0" }
+scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
+ethereum = { version = "0.9", git = "https://github.com/purestake/ethereum", branch = "joshy-scale-info", default-features = false }
rlp = { default-features = false, version = "0.5.0" }
-sp-api = { default-features = false, version = '4.0.0-dev', git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.10" }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.12" }
evm-coder = { default-features = false, path = "../../crates/evm-coder" }
pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
@@ -150,7 +140,7 @@
"serde_no_std",
] }
-pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
-pallet-ethereum = { default-features = false, version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
-fp-evm = { default-features = false, version = '3.0.0-dev', git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
hex-literal = "0.3.3"
pallets/nft/src/eth/account.rsdiffbeforeafterboth--- a/pallets/nft/src/eth/account.rs
+++ b/pallets/nft/src/eth/account.rs
@@ -1,5 +1,7 @@
use crate::Config;
use codec::{Encode, EncodeLike, Decode};
+use scale_info::build::{FieldsBuilder, UnnamedFields, Variants};
+use scale_info::{Path, Type, TypeInfo};
use sp_core::crypto::AccountId32;
use primitive_types::H160;
use core::cmp::Ordering;
@@ -9,7 +11,7 @@
use sp_std::clone::Clone;
pub trait CrossAccountId<AccountId>:
- Encode + EncodeLike + Decode + Clone + PartialEq + Ord + core::fmt::Debug
+ Encode + EncodeLike + Decode + TypeInfo + Clone + PartialEq + Ord + core::fmt::Debug
// +
// Serialize + Deserialize<'static>
{
@@ -28,6 +30,36 @@
ethereum: H160,
}
+impl<T: Config> TypeInfo for BasicCrossAccountId<T> {
+ type Identity = Self;
+
+ fn type_info() -> Type {
+ Type::builder()
+ .path(Path::new("BasicCrossAccountId", "pallet_nft::eth::account"))
+ // At runtime side this type has no type parameters, as AccountId is inlined?
+ // .type_params([TypeParameter::new(
+ // "AccountId",
+ // Some(scale_info::meta_type::<T::AccountId>()),
+ // )])
+ .variant(
+ Variants::new()
+ .variant("Substrate", |t| {
+ t.fields(
+ <FieldsBuilder<UnnamedFields>>::default()
+ .field(|f| f.ty::<T::AccountId>()),
+ )
+ .index(0)
+ })
+ .variant("Ethereum", |t| {
+ t.fields(
+ <FieldsBuilder<UnnamedFields>>::default().field(|f| f.ty::<H160>()),
+ )
+ .index(1)
+ }),
+ )
+ }
+}
+
impl<T: Config> core::fmt::Debug for BasicCrossAccountId<T> {
fn fmt(&self, fmt: &mut core::fmt::Formatter) -> core::fmt::Result {
if self.from_ethereum {
pallets/nft/src/lib.rsdiffbeforeafterboth--- a/pallets/nft/src/lib.rs
+++ b/pallets/nft/src/lib.rs
@@ -30,7 +30,7 @@
},
StorageValue, transactional,
};
-
+use scale_info::TypeInfo;
use frame_system::{self as system, ensure_signed};
use sp_core::H160;
use sp_std::vec;
@@ -212,7 +212,7 @@
}
}
-pub trait Config: system::Config + pallet_evm_coder_substrate::Config + Sized {
+pub trait Config: system::Config + pallet_evm_coder_substrate::Config + Sized + TypeInfo {
type Event: From<Event<Self>> + Into<<Self as system::Config>::Event>;
/// Weight information for extrinsics in this pallet.
pallets/nft/src/mock.rsdiffbeforeafterboth--- a/pallets/nft/src/mock.rs
+++ b/pallets/nft/src/mock.rs
@@ -2,7 +2,7 @@
use crate as pallet_template;
use sp_core::H256;
-use frame_support::{parameter_types, weights::IdentityFee};
+use frame_support::{parameter_types, traits::Everything, weights::IdentityFee};
use sp_runtime::{
traits::{BlakeTwo256, IdentityLookup},
testing::Header,
@@ -12,6 +12,7 @@
use pallet_evm::AddressMapping;
use crate::{EvmBackwardsAddressMapping, CrossAccountId};
use codec::{Encode, Decode};
+use scale_info::TypeInfo;
type UncheckedExtrinsic = frame_system::mocking::MockUncheckedExtrinsic<Test>;
type Block = frame_system::mocking::MockBlock<Test>;
@@ -35,7 +36,7 @@
}
impl system::Config for Test {
- type BaseCallFilter = ();
+ type BaseCallFilter = Everything;
type BlockWeights = ();
type BlockLength = ();
type DbWeight = ();
@@ -79,6 +80,7 @@
parameter_types! {
pub const TransactionByteFee: u64 = 1;
+ pub const OperationalFeeMultiplier: u8 = 5;
}
impl pallet_transaction_payment::Config for Test {
@@ -86,6 +88,7 @@
type TransactionByteFee = TransactionByteFee;
type WeightToFee = IdentityFee<u64>;
type FeeMultiplierUpdate = ();
+ type OperationalFeeMultiplier = OperationalFeeMultiplier;
}
parameter_types! {
@@ -118,7 +121,7 @@
}
}
-#[derive(Encode, Decode, Clone, PartialEq, Eq, PartialOrd, Ord, Debug)]
+#[derive(Encode, Decode, Clone, PartialEq, Eq, PartialOrd, Ord, Debug, TypeInfo)]
pub struct TestCrossAccountId(u64, sp_core::H160);
impl CrossAccountId<u64> for TestCrossAccountId {
fn from_sub(sub: u64) -> Self {
pallets/nft/src/sponsorship.rsdiffbeforeafterboth--- a/pallets/nft/src/sponsorship.rs
+++ b/pallets/nft/src/sponsorship.rs
@@ -196,15 +196,21 @@
{
fn get_sponsor(who: &T::AccountId, call: &C) -> Option<T::AccountId> {
match IsSubType::<Call<T>>::is_sub_type(call)? {
- Call::create_item(collection_id, _owner, properties) => {
- Self::withdraw_create_item(who, collection_id, properties)
- }
- Call::transfer(_new_owner, collection_id, item_id, _value) => {
- Self::withdraw_transfer(who, collection_id, item_id)
- }
- Call::set_variable_meta_data(collection_id, item_id, data) => {
- Self::withdraw_set_variable_meta_data(collection_id, item_id, data)
- }
+ Call::create_item {
+ collection_id,
+ data,
+ ..
+ } => Self::withdraw_create_item(who, collection_id, data),
+ Call::transfer {
+ collection_id,
+ item_id,
+ ..
+ } => Self::withdraw_transfer(who, collection_id, item_id),
+ Call::set_variable_meta_data {
+ collection_id,
+ item_id,
+ data,
+ } => Self::withdraw_set_variable_meta_data(collection_id, item_id, data),
_ => None,
}
}
pallets/nft/src/tests.rsdiffbeforeafterboth--- a/pallets/nft/src/tests.rs
+++ b/pallets/nft/src/tests.rs
@@ -709,13 +709,12 @@
// burn item
assert_ok!(TemplateModule::burn_item(
origin1.clone(),
+ collection_id,
1,
- 1,
- account(1),
- 5
+ 1
));
assert_noop!(
- TemplateModule::burn_item(origin1, 1, 1, account(1), 5),
+ TemplateModule::burn_item(origin1, collection_id, 1, 1),
Error::<Test>::TokenNotFound
);
@@ -742,15 +741,9 @@
assert_eq!(TemplateModule::balance_count(1, 1), 5);
// burn item
- assert_ok!(TemplateModule::burn_item(
- origin1.clone(),
- 1,
- 1,
- account(1),
- 5
- ));
+ assert_ok!(TemplateModule::burn_item(origin1.clone(), 1, 1, 5));
assert_noop!(
- TemplateModule::burn_item(origin1, 1, 1, account(1), 5),
+ TemplateModule::burn_item(origin1, 1, 1, 5),
Error::<Test>::TokenValueNotEnough
);
@@ -793,15 +786,9 @@
assert_eq!(TemplateModule::balance_count(1, 1), 1023);
// burn item
- assert_ok!(TemplateModule::burn_item(
- origin1.clone(),
- 1,
- 1,
- account(1),
- 1023
- ));
+ assert_ok!(TemplateModule::burn_item(origin1.clone(), 1, 1, 1023));
assert_noop!(
- TemplateModule::burn_item(origin1, 1, 1, account(1), 1023),
+ TemplateModule::burn_item(origin1, 1, 1, 1023),
Error::<Test>::TokenNotFound
);
@@ -1396,7 +1383,7 @@
AccessMode::WhiteList
));
assert_noop!(
- TemplateModule::burn_item(origin1.clone(), 1, 1, account(1), 5),
+ TemplateModule::burn_item(origin1.clone(), 1, 1, 5),
Error::<Test>::AddresNotInWhiteList
);
});
pallets/scheduler/Cargo.tomldiffbeforeafterboth--- a/pallets/scheduler/Cargo.toml
+++ b/pallets/scheduler/Cargo.toml
@@ -12,19 +12,20 @@
[dependencies]
serde = { version = "1.0.130", default-features = false }
codec = { package = "parity-scale-codec", version = "2.3.0", default-features = false }
-frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-runtime = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-std = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-io = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-frame-benchmarking = { default-features = false, version = '4.0.0-dev', optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
+scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
up-sponsorship = { default-features = false, path = "../../primitives/sponsorship", version = "0.1.0" }
log = { version = "0.4.14", default-features = false }
[dev-dependencies]
-sp-core = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-substrate-test-utils = { version = "4.0.0-dev", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+substrate-test-utils = { git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
[features]
default = ["std"]
pallets/scheduler/src/lib.rsdiffbeforeafterboth--- a/pallets/scheduler/src/lib.rs
+++ b/pallets/scheduler/src/lib.rs
@@ -74,6 +74,7 @@
use frame_system::{self as system, ensure_signed};
pub use weights::WeightInfo;
use up_sponsorship::SponsorshipHandler;
+use scale_info::TypeInfo;
/// Our pallet's configuration trait. All our types and constants go in here. If the
/// pallet is dependent on specific other pallets, then their configuration traits
@@ -91,7 +92,7 @@
+ IsType<<Self as system::Config>::Origin>;
/// The caller origin, overarching type of all pallets origins.
- type PalletsOrigin: From<system::RawOrigin<Self::AccountId>> + Codec + Clone + Eq;
+ type PalletsOrigin: From<system::RawOrigin<Self::AccountId>> + Codec + TypeInfo + Clone + Eq;
/// The aggregated call type.
type Call: Parameter
@@ -135,7 +136,7 @@
/// Information regarding an item to be executed in the future.
#[cfg_attr(any(feature = "std", test), derive(PartialEq, Eq))]
-#[derive(Clone, RuntimeDebug, Encode, Decode)]
+#[derive(Clone, RuntimeDebug, Encode, Decode, TypeInfo)]
pub struct ScheduledV2<Call, BlockNumber, PalletsOrigin, AccountId> {
/// The unique identity for this task, if there is one.
maybe_id: Option<Vec<u8>>,
@@ -157,7 +158,7 @@
// A value placed in storage that represents the current version of the Scheduler storage.
// This value is used by the `on_runtime_upgrade` logic to determine whether we run
// storage migration logic.
-#[derive(Encode, Decode, Clone, Copy, PartialEq, Eq, RuntimeDebug)]
+#[derive(Encode, Decode, Clone, Copy, PartialEq, Eq, RuntimeDebug, TypeInfo)]
enum Releases {
V1,
V2,
@@ -169,7 +170,7 @@
}
}
-#[derive(Encode, Decode, Clone, PartialEq, Eq, RuntimeDebug)]
+#[derive(Encode, Decode, Clone, PartialEq, Eq, RuntimeDebug, TypeInfo)]
pub struct CallSpec {
module: u32,
method: u32,
@@ -795,7 +796,7 @@
use frame_support::{
Hashable, assert_err, assert_noop, assert_ok, ord_parameter_types, parameter_types,
- traits::{Contains, Filter, OnFinalize, OnInitialize},
+ traits::{Contains, OnFinalize, OnInitialize},
weights::constants::RocksDbWeight,
};
use sp_core::H256;
@@ -872,7 +873,7 @@
pub struct BaseFilter;
impl Contains<Call> for BaseFilter {
fn contains(call: &Call) -> bool {
- !matches!(call, Call::Logger(logger::Call::log(_, _)))
+ !matches!(call, Call::Logger(logger::Call::log { .. }))
}
}
primitives/nft/Cargo.tomldiffbeforeafterboth--- a/primitives/nft/Cargo.toml
+++ b/primitives/nft/Cargo.toml
@@ -9,17 +9,18 @@
version = '0.9.0'
[dependencies]
+scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
codec = { package = "parity-scale-codec", version = "2.3.0", default-features = false, features = [
'derive',
] }
serde = { version = "1.0.130", features = [
'derive',
], default-features = false, optional = true }
-frame-support = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-frame-system = { default-features = false, version = '4.0.0-dev', git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-core = { version = "4.0.0-dev", default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-std = { version = "4.0.0-dev", default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
-sp-runtime = { version = "4.0.0-dev", default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.10' }
+frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
+sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }
derivative = "2.2.0"
[features]
primitives/nft/src/lib.rsdiffbeforeafterboth--- a/primitives/nft/src/lib.rs
+++ b/primitives/nft/src/lib.rs
@@ -21,6 +21,7 @@
StorageValue, transactional,
};
use derivative::Derivative;
+use scale_info::TypeInfo;
pub const MAX_DECIMAL_POINTS: DecimalPoints = 30;
pub const MAX_REFUNGIBLE_PIECES: u128 = 1_000_000_000_000_000_000_000;
@@ -70,7 +71,7 @@
pub type TokenId = u32;
pub type DecimalPoints = u8;
-#[derive(Encode, Decode, Eq, Debug, Clone, PartialEq)]
+#[derive(Encode, Decode, Eq, Debug, Clone, PartialEq, TypeInfo)]
#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
pub enum CollectionMode {
NFT,
@@ -93,7 +94,7 @@
fn resolve(who: &AccountId, call: &Call) -> Option<AccountId>;
}
-#[derive(Encode, Decode, Eq, Debug, Clone, PartialEq)]
+#[derive(Encode, Decode, Eq, Debug, Clone, PartialEq, TypeInfo)]
#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
pub enum AccessMode {
Normal,
@@ -105,7 +106,7 @@
}
}
-#[derive(Encode, Decode, Eq, Debug, Clone, PartialEq)]
+#[derive(Encode, Decode, Eq, Debug, Clone, PartialEq, TypeInfo)]
#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
pub enum SchemaVersion {
ImageURL,
@@ -117,14 +118,14 @@
}
}
-#[derive(Encode, Decode, Default, Debug, Clone, PartialEq)]
+#[derive(Encode, Decode, Default, Debug, Clone, PartialEq, TypeInfo)]
#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
pub struct Ownership<AccountId> {
pub owner: AccountId,
pub fraction: u128,
}
-#[derive(Encode, Decode, Debug, Clone, PartialEq)]
+#[derive(Encode, Decode, Debug, Clone, PartialEq, TypeInfo)]
#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
pub enum SponsorshipState<AccountId> {
/// The fees are applied to the transaction sender
@@ -160,7 +161,7 @@
}
}
-#[derive(Encode, Decode, Clone, PartialEq)]
+#[derive(Encode, Decode, Clone, PartialEq, TypeInfo)]
#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
pub struct Collection<T: frame_system::Config> {
pub owner: T::AccountId,
@@ -181,7 +182,7 @@
pub transfers_enabled: bool,
}
-#[derive(Encode, Decode, Debug, Clone, PartialEq)]
+#[derive(Encode, Decode, Debug, Clone, PartialEq, TypeInfo)]
#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
pub struct NftItemType<AccountId> {
pub owner: AccountId,
@@ -189,13 +190,13 @@
pub variable_data: Vec<u8>,
}
-#[derive(Encode, Decode, Default, Debug, Clone, PartialEq)]
+#[derive(Encode, Decode, Default, Debug, Clone, PartialEq, TypeInfo)]
#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
pub struct FungibleItemType {
pub value: u128,
}
-#[derive(Encode, Decode, Debug, Clone, PartialEq)]
+#[derive(Encode, Decode, Debug, Clone, PartialEq, TypeInfo)]
#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
pub struct ReFungibleItemType<AccountId> {
pub owner: Vec<Ownership<AccountId>>,
@@ -203,7 +204,7 @@
pub variable_data: Vec<u8>,
}
-#[derive(Encode, Decode, Debug, Clone, PartialEq)]
+#[derive(Encode, Decode, Debug, Clone, PartialEq, TypeInfo)]
#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
pub struct CollectionLimits<BlockNumber: Encode + Decode> {
pub account_token_ownership_limit: u32,
@@ -267,7 +268,7 @@
}
}
-#[derive(Encode, Decode, MaxEncodedLen, Default, PartialEq, Clone, Derivative)]
+#[derive(Encode, Decode, MaxEncodedLen, Default, PartialEq, Clone, Derivative, TypeInfo)]
#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
#[derivative(Debug)]
pub struct CreateNftData {
@@ -279,13 +280,13 @@
pub variable_data: BoundedVec<u8, CustomDataLimit>,
}
-#[derive(Encode, Decode, MaxEncodedLen, Default, Debug, Clone, PartialEq)]
+#[derive(Encode, Decode, MaxEncodedLen, Default, Debug, Clone, PartialEq, TypeInfo)]
#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
pub struct CreateFungibleData {
pub value: u128,
}
-#[derive(Encode, Decode, MaxEncodedLen, Default, PartialEq, Clone, Derivative)]
+#[derive(Encode, Decode, MaxEncodedLen, Default, PartialEq, Clone, Derivative, TypeInfo)]
#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
#[derivative(Debug)]
pub struct CreateReFungibleData {
@@ -298,7 +299,7 @@
pub pieces: u128,
}
-#[derive(Encode, Decode, Debug, Clone, PartialEq)]
+#[derive(Encode, Decode, Debug, Clone, PartialEq, TypeInfo)]
#[cfg_attr(feature = "std", derive(Serialize, Deserialize))]
pub enum MetaUpdatePermission {
ItemOwner,
@@ -312,7 +313,7 @@
}
}
-#[derive(Encode, Decode, MaxEncodedLen, PartialEq, Clone, Debug)]
+#[derive(Encode, Decode, MaxEncodedLen, PartialEq, Clone, Debug, TypeInfo)]
#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
pub enum CreateItemData {
NFT(CreateNftData),
runtime/Cargo.tomldiffbeforeafterboth--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -1,5 +1,5 @@
################################################################################
-# Package
+# Package
[package]
authors = ['Unique Network <support@uniquenetwork.io>']
@@ -64,6 +64,7 @@
'pallet-evm-coder-substrate/std',
'pallet-ethereum/std',
'fp-rpc/std',
+ 'fp-self-contained/std',
'parachain-info/std',
'serde',
'pallet-inflation/std',
@@ -103,39 +104,33 @@
default-features = false
git = 'https://github.com/paritytech/substrate.git'
optional = true
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.frame-executive]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.frame-support]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.frame-system]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.frame-system-benchmarking]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
optional = true
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.frame-system-rpc-runtime-api]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.hex-literal]
optional = true
@@ -150,14 +145,12 @@
[dependencies.pallet-aura]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.pallet-balances]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
# Contracts specific packages
# [dependencies.pallet-contracts]
@@ -181,122 +174,102 @@
[dependencies.pallet-randomness-collective-flip]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.pallet-sudo]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.pallet-timestamp]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.pallet-transaction-payment]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.pallet-transaction-payment-rpc-runtime-api]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.pallet-treasury]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.pallet-vesting]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-arithmetic]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-api]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-block-builder]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-core]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-consensus-aura]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '0.10.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-inherents]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-io]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-offchain]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-runtime]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-session]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-std]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-transaction-pool]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.sp-version]
default-features = false
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '4.0.0-dev'
+branch = 'polkadot-v0.9.12'
[dependencies.smallvec]
version = '1.6.1'
@@ -307,47 +280,46 @@
[dependencies.parachain-info]
default-features = false
git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.10'
-version = '0.1.0'
+branch = 'polkadot-v0.9.12'
[dependencies.cumulus-pallet-aura-ext]
git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.10'
+branch = 'polkadot-v0.9.12'
default-features = false
[dependencies.cumulus-pallet-parachain-system]
git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.10'
+branch = 'polkadot-v0.9.12'
default-features = false
[dependencies.cumulus-primitives-core]
git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.10'
+branch = 'polkadot-v0.9.12'
default-features = false
[dependencies.cumulus-pallet-xcm]
git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.10'
+branch = 'polkadot-v0.9.12'
default-features = false
[dependencies.cumulus-pallet-dmp-queue]
git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.10'
+branch = 'polkadot-v0.9.12'
default-features = false
[dependencies.cumulus-pallet-xcmp-queue]
git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.10'
+branch = 'polkadot-v0.9.12'
default-features = false
[dependencies.cumulus-primitives-utility]
git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.10'
+branch = 'polkadot-v0.9.12'
default-features = false
[dependencies.cumulus-primitives-timestamp]
git = 'https://github.com/paritytech/cumulus.git'
-branch = 'polkadot-v0.9.10'
+branch = 'polkadot-v0.9.12'
default-features = false
################################################################################
@@ -355,27 +327,27 @@
[dependencies.polkadot-parachain]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.10'
+branch = 'release-v0.9.12'
default-features = false
[dependencies.xcm]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.10'
+branch = 'release-v0.9.12'
default-features = false
[dependencies.xcm-builder]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.10'
+branch = 'release-v0.9.12'
default-features = false
[dependencies.xcm-executor]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.10'
+branch = 'release-v0.9.12'
default-features = false
[dependencies.pallet-xcm]
git = 'https://github.com/paritytech/polkadot'
-branch = 'release-v0.9.10'
+branch = 'release-v0.9.12'
default-features = false
@@ -383,6 +355,7 @@
# local dependencies
[dependencies]
+scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }
derivative = "2.2.0"
pallet-nft = { path = '../pallets/nft', default-features = false, version = '3.0.0' }
pallet-inflation = { path = '../pallets/inflation', default-features = false, version = '3.0.0' }
@@ -396,14 +369,14 @@
pallet-evm-transaction-payment = { path = '../pallets/evm-transaction-payment', default-features = false }
pallet-evm-coder-substrate = { default-features = false, path = "../pallets/evm-coder-substrate" }
-pallet-evm = { default-features = false, version = "6.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
-pallet-ethereum = { default-features = false, version = "4.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
-fp-rpc = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.10" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }
################################################################################
# Build Dependencies
[build-dependencies.substrate-wasm-builder]
git = 'https://github.com/paritytech/substrate.git'
-branch = 'polkadot-v0.9.10'
-version = '5.0.0-dev'
+branch = 'polkadot-v0.9.12'
runtime/src/lib.rsdiffbeforeafterboth--- a/runtime/src/lib.rs
+++ b/runtime/src/lib.rs
@@ -70,7 +70,8 @@
use fp_rpc::TransactionStatus;
use sp_core::crypto::Public;
use sp_runtime::{
- traits::{Dispatchable},
+ traits::{Dispatchable, PostDispatchInfoOf},
+ transaction_validity::TransactionValidityError,
};
// pub use pallet_timestamp::Call as TimestampCall;
@@ -144,7 +145,7 @@
spec_name: create_runtime_str!("opal"),
impl_name: create_runtime_str!("opal"),
authoring_version: 1,
- spec_version: 910000,
+ spec_version: 912200,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
@@ -439,6 +440,9 @@
parameter_types! {
pub const TransactionByteFee: Balance = 501 * MICROUNIQUE; // Targeting 0.1 Unique per NFT transfer
+ /// This value increases the priority of `Operational` transactions by adding
+ /// a "virtual tip" that's equal to the `OperationalFeeMultiplier * final_fee`.
+ pub const OperationalFeeMultiplier: u8 = 5;
}
/// Linear implementor of `WeightToFeePolynomial`
@@ -463,6 +467,7 @@
impl pallet_transaction_payment::Config for Runtime {
type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter<Balances, DealWithFees>;
type TransactionByteFee = TransactionByteFee;
+ type OperationalFeeMultiplier = OperationalFeeMultiplier;
type WeightToFee = LinearFee<Balance>;
type FeeMultiplierUpdate = ();
}
@@ -518,6 +523,7 @@
type BlockNumberToBalance = ConvertInto;
type MinVestedTransfer = MinVestedTransfer;
type WeightInfo = ();
+ const MAX_VESTING_SCHEDULES: u32 = 28;
}
parameter_types! {
@@ -607,6 +613,8 @@
pub UnitWeightCost: Weight = 1_000_000;
// 1200 UNIQUEs buy 1 second of weight.
pub const WeightPrice: (MultiLocation, u128) = (MultiLocation::parent(), 1_200 * UNIQUE);
+ pub const MaxInstructions: u32 = 100;
+ pub const MaxAuthorities: u32 = 100_000;
}
match_type! {
@@ -634,10 +642,13 @@
type IsTeleporter = (); // Teleportation is disabled
type LocationInverter = LocationInverter<Ancestry>;
type Barrier = Barrier;
- type Weigher = FixedWeightBounds<UnitWeightCost, Call>;
+ type Weigher = FixedWeightBounds<UnitWeightCost, Call, MaxInstructions>;
type Trader = UsingComponents<IdentityFee<Balance>, RelayLocation, AccountId, Balances, ()>;
type ResponseHandler = (); // Don't handle responses for now.
type SubscriptionService = PolkadotXcm;
+
+ type AssetTrap = PolkadotXcm;
+ type AssetClaims = PolkadotXcm;
}
// parameter_types! {
@@ -668,9 +679,13 @@
type XcmExecuteFilter = Everything;
type XcmExecutor = XcmExecutor<XcmConfig>;
type XcmTeleportFilter = Everything;
- type XcmReserveTransferFilter = ();
- type Weigher = FixedWeightBounds<UnitWeightCost, Call>;
+ type XcmReserveTransferFilter = Everything;
+ type Weigher = FixedWeightBounds<UnitWeightCost, Call, MaxInstructions>;
type LocationInverter = LocationInverter<Ancestry>;
+ type Origin = Origin;
+ type Call = Call;
+ const VERSION_DISCOVERY_QUEUE_SIZE: u32 = 100;
+ type AdvertisedXcmVersion = pallet_xcm::CurrentXcmVersion;
}
impl cumulus_pallet_xcm::Config for Runtime {
@@ -694,6 +709,7 @@
impl pallet_aura::Config for Runtime {
type AuthorityId = AuraId;
type DisabledValidators = ();
+ type MaxAuthorities = MaxAuthorities;
}
parameter_types! {
@@ -828,7 +844,7 @@
// Frontier
EVM: pallet_evm::{Pallet, Config, Call, Storage, Event<T>} = 100,
- Ethereum: pallet_ethereum::{Pallet, Config, Call, Storage, Event, ValidateUnsigned} = 101,
+ Ethereum: pallet_ethereum::{Pallet, Config, Call, Storage, Event, Origin} = 101,
EvmCoderSubstrate: pallet_evm_coder_substrate::{Pallet, Storage} = 150,
EvmContractHelpers: pallet_evm_contract_helpers::{Pallet, Storage} = 151,
@@ -842,7 +858,7 @@
impl fp_rpc::ConvertTransaction<UncheckedExtrinsic> for TransactionConverter {
fn convert_transaction(&self, transaction: pallet_ethereum::Transaction) -> UncheckedExtrinsic {
UncheckedExtrinsic::new_unsigned(
- pallet_ethereum::Call::<Runtime>::transact(transaction).into(),
+ pallet_ethereum::Call::<Runtime>::transact { transaction }.into(),
)
}
}
@@ -853,7 +869,7 @@
transaction: pallet_ethereum::Transaction,
) -> opaque::UncheckedExtrinsic {
let extrinsic = UncheckedExtrinsic::new_unsigned(
- pallet_ethereum::Call::<Runtime>::transact(transaction).into(),
+ pallet_ethereum::Call::<Runtime>::transact { transaction }.into(),
);
let encoded = extrinsic.encode();
opaque::UncheckedExtrinsic::decode(&mut &encoded[..])
@@ -883,9 +899,10 @@
//pallet_contract_helpers::ContractHelpersExtension<Runtime>,
);
/// Unchecked extrinsic type as expected by this runtime.
-pub type UncheckedExtrinsic = generic::UncheckedExtrinsic<Address, Call, Signature, SignedExtra>;
+pub type UncheckedExtrinsic =
+ fp_self_contained::UncheckedExtrinsic<Address, Call, Signature, SignedExtra>;
/// Extrinsic type that has already been checked.
-pub type CheckedExtrinsic = generic::CheckedExtrinsic<AccountId, Call, SignedExtra>;
+pub type CheckedExtrinsic = fp_self_contained::CheckedExtrinsic<AccountId, Call, SignedExtra, H160>;
/// Executive: handles dispatch to the various modules.
pub type Executive = frame_executive::Executive<
Runtime,
@@ -901,6 +918,53 @@
}
}
+impl fp_self_contained::SelfContainedCall for Call {
+ type SignedInfo = H160;
+
+ fn is_self_contained(&self) -> bool {
+ match self {
+ Call::Ethereum(call) => call.is_self_contained(),
+ _ => false,
+ }
+ }
+
+ fn check_self_contained(&self) -> Option<Result<Self::SignedInfo, TransactionValidityError>> {
+ match self {
+ Call::Ethereum(call) => call.check_self_contained(),
+ _ => None,
+ }
+ }
+
+ fn validate_self_contained(&self, info: &Self::SignedInfo) -> Option<TransactionValidity> {
+ match self {
+ Call::Ethereum(call) => call.validate_self_contained(info),
+ _ => None,
+ }
+ }
+
+ fn pre_dispatch_self_contained(
+ &self,
+ info: &Self::SignedInfo,
+ ) -> Option<Result<(), TransactionValidityError>> {
+ match self {
+ Call::Ethereum(call) => call.pre_dispatch_self_contained(info),
+ _ => None,
+ }
+ }
+
+ fn apply_self_contained(
+ self,
+ info: Self::SignedInfo,
+ ) -> Option<sp_runtime::DispatchResultWithInfo<PostDispatchInfoOf<Self>>> {
+ match self {
+ call @ Call::Ethereum(pallet_ethereum::Call::transact { .. }) => Some(call.dispatch(
+ Origin::from(pallet_ethereum::RawOrigin::EthereumTransaction(info)),
+ )),
+ _ => None,
+ }
+ }
+}
+
impl_runtime_apis! {
impl pallet_nft::NftApi<Block>
for Runtime
@@ -926,7 +990,7 @@
impl sp_api::Metadata<Block> for Runtime {
fn metadata() -> OpaqueMetadata {
- Runtime::metadata().into()
+ OpaqueMetadata::new(Runtime::metadata().into())
}
}
@@ -1081,8 +1145,8 @@
}
fn extrinsic_filter(xts: Vec<<Block as sp_api::BlockT>::Extrinsic>) -> Vec<pallet_ethereum::Transaction> {
- xts.into_iter().filter_map(|xt| match xt.function {
- Call::Ethereum(pallet_ethereum::Call::transact(t)) => Some(t),
+ xts.into_iter().filter_map(|xt| match xt.0.function {
+ Call::Ethereum(pallet_ethereum::Call::transact { transaction }) => Some(transaction),
_ => None
}).collect()
}
@@ -1106,7 +1170,7 @@
}
fn authorities() -> Vec<AuraId> {
- Aura::authorities()
+ Aura::authorities().to_vec()
}
}
runtime_types.jsondiffbeforeafterboth--- a/runtime_types.json
+++ /dev/null
@@ -1,128 +0,0 @@
-{
- "AccountInfo": "AccountInfoWithTripleRefCount",
- "CrossAccountId": {
- "_enum": {
- "substrate": "AccountId",
- "ethereum": "H160"
- }
- },
- "AccessMode": {
- "_enum": [
- "Normal",
- "WhiteList"
- ]
- },
- "CallSpec": {
- "Module": "u32",
- "Method": "u32"
- },
- "DecimalPoints": "u8",
- "CollectionMode": {
- "_enum": {
- "NFT": null,
- "Fungible": "DecimalPoints",
- "ReFungible": null
- }
- },
- "Ownership": {
- "Owner": "CrossAccountId",
- "Fraction": "u128"
- },
- "FungibleItemType": {
- "Value": "u128"
- },
- "NftItemType": {
- "Owner": "CrossAccountId",
- "ConstData": "Vec<u8>",
- "VariableData": "Vec<u8>"
- },
- "ReFungibleItemType": {
- "Owner": "Vec<Ownership<CrossAccountId>>",
- "ConstData": "Vec<u8>",
- "VariableData": "Vec<u8>"
- },
- "SponsorshipState": {
- "_enum": {
- "disabled": null,
- "unconfirmed": "AccountId",
- "confirmed": "AccountId"
- }
- },
- "Collection": {
- "Owner": "AccountId",
- "Mode": "CollectionMode",
- "Access": "AccessMode",
- "DecimalPoints": "DecimalPoints",
- "Name": "Vec<u16>",
- "Description": "Vec<u16>",
- "TokenPrefix": "Vec<u8>",
- "MintMode": "bool",
- "OffchainSchema": "Vec<u8>",
- "SchemaVersion": "SchemaVersion",
- "Sponsorship": "SponsorshipState",
- "Limits": "CollectionLimits",
- "VariableOnChainSchema": "Vec<u8>",
- "ConstOnChainSchema": "Vec<u8>",
- "MetaUpdatePermission": "MetaUpdatePermission",
- "TransfersEnabled": "bool"
- },
- "RawData": "Vec<u8>",
- "Address": "MultiAddress",
- "LookupSource": "MultiAddress",
- "Weight": "u64",
- "CreateNftData": {
- "const_data": "Vec<u8>",
- "variable_data": "Vec<u8>"
- },
- "CreateFungibleData": {
- "value": "u128"
- },
- "CreateReFungibleData": {
- "const_data": "Vec<u8>",
- "variable_data": "Vec<u8>",
- "pieces": "u128"
- },
- "CreateItemData": {
- "_enum": {
- "NFT": "CreateNftData",
- "Fungible": "CreateFungibleData",
- "ReFungible": "CreateReFungibleData"
- }
- },
- "SchemaVersion": {
- "_enum": [
- "ImageURL",
- "Unique"
- ]
- },
- "MetaUpdatePermission": {
- "_enum": [
- "ItemOwner",
- "Admin",
- "None"
- ]
- },
- "CollectionId": "u32",
- "TokenId": "u32",
- "ChainLimits": {
- "CollectionNumbersLimit": "u32",
- "AccountTokenOwnershipLimit": "u32",
- "CollectionAdminsLimit": "u64",
- "CustomDataLimit": "u32",
- "NftSponsorTimeout": "u32",
- "FungibleSponsorTimeout": "u32",
- "RefungibleSponsorTimeout": "u32",
- "OffchainSchemaLimit": "u32",
- "VariableOnChainSchemaLimit": "u32",
- "ConstOnChainSchemaLimit": "u32"
- },
- "CollectionLimits": {
- "AccountTokenOwnershipLimit": "u32",
- "SponsoredDataSize": "u32",
- "SponsoredDataRateLimit": "Option<BlockNumber>",
- "TokenLimit": "u32",
- "SponsorTimeout": "u32",
- "OwnerCanTransfer": "bool",
- "OwnerCanDestroy": "bool"
- }
-}
\ No newline at end of file
tests/Dockerfile-testsdiffbeforeafterboth--- a/tests/Dockerfile-tests
+++ b/tests/Dockerfile-tests
@@ -16,8 +16,8 @@
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash && \
export NVM_DIR="$HOME/.nvm" && \
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \
- nvm install v15.5.0 && \
- nvm alias default v15.5.0 && \
+ nvm install v16.2.0 && \
+ nvm alias default v16.2.0 && \
nvm use default
ENV YARN_CACHE_FOLDER ~/.yarn
@@ -26,7 +26,7 @@
RUN export NVM_DIR="$HOME/.nvm" && \
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \
- npm install --global yarn && \
+ npm install --global yarn && \
yarn add mochawesome && \
yarn --pure-lockfile
tests/package.jsondiffbeforeafterboth--- a/tests/package.json
+++ b/tests/package.json
@@ -4,21 +4,21 @@
"description": "Substrate Nft tests",
"main": "",
"devDependencies": {
- "@polkadot/dev": "0.62.66",
- "@polkadot/ts": "0.4.7",
- "@polkadot/typegen": "5.8.3",
- "@types/chai": "^4.2.17",
- "@types/chai-as-promised": "^7.1.3",
- "@types/mocha": "^8.2.2",
- "@types/node": "^14.14.12",
- "@typescript-eslint/eslint-plugin": "^4.28.5",
- "@typescript-eslint/parser": "^4.28.5",
+ "@polkadot/dev": "0.63.9",
+ "@polkadot/ts": "0.4.12",
+ "@polkadot/typegen": "6.5.2-3",
+ "@types/chai": "^4.2.22",
+ "@types/chai-as-promised": "^7.1.4",
+ "@types/mocha": "^9.0.0",
+ "@types/node": "^16.11.4",
+ "@typescript-eslint/eslint-plugin": "^5.1.0",
+ "@typescript-eslint/parser": "^5.1.0",
"chai": "^4.3.4",
- "eslint": "^7.31.0",
- "mocha": "^8.3.2",
- "ts-node": "^9.1.1",
+ "eslint": "^8.1.0",
+ "mocha": "^9.1.3",
+ "ts-node": "^10.4.0",
"tslint": "^6.1.3",
- "typescript": "^4.2.4"
+ "typescript": "^4.4.4"
},
"mocha": {
"timeout": 9999999,
@@ -71,13 +71,13 @@
"license": "SEE LICENSE IN ../LICENSE",
"homepage": "",
"dependencies": {
- "@polkadot/api": "5.8.3",
- "@polkadot/api-contract": "5.8.3",
- "@polkadot/util-crypto": "^7.3.1",
+ "@polkadot/api": "6.5.1",
+ "@polkadot/api-contract": "6.5.1",
+ "@polkadot/util-crypto": "^7.6.1",
"bignumber.js": "^9.0.1",
"chai-as-promised": "^7.1.1",
- "solc": "^0.8.6",
- "web3": "^1.3.5"
+ "solc": "^0.8.9",
+ "web3": "^1.6.0"
},
"standard": {
"globals": [
tests/src/addCollectionAdmin.test.tsdiffbeforeafterboth--- a/tests/src/addCollectionAdmin.test.ts
+++ b/tests/src/addCollectionAdmin.test.ts
@@ -21,7 +21,7 @@
const bob = privateKey('//Bob');
const collection: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collection.Owner).to.be.equal(alice.address);
+ expect(collection.owner).to.be.equal(alice.address);
const changeAdminTx = api.tx.nft.addCollectionAdmin(collectionId, normalizeAccountId(bob.address));
await submitTransactionAsync(alice, changeAdminTx);
@@ -39,7 +39,7 @@
const Charlie = privateKey('//CHARLIE');
const collection: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collection.Owner).to.be.equal(Alice.address);
+ expect(collection.owner).to.be.equal(Alice.address);
const changeAdminTx = api.tx.nft.addCollectionAdmin(collectionId, normalizeAccountId(Bob.address));
await submitTransactionAsync(Alice, changeAdminTx);
tests/src/approve.test.tsdiffbeforeafterboth--- a/tests/src/approve.test.ts
+++ b/tests/src/approve.test.ts
@@ -173,7 +173,7 @@
it('fails when called by collection owner on non-owned item when OwnerCanTransfer == false', async () => {
const collectionId = await createCollectionExpectSuccess();
const itemId = await createItemExpectSuccess(Alice, collectionId, 'NFT', Bob.address);
- await setCollectionLimitsExpectSuccess(Alice, collectionId, { OwnerCanTransfer: false });
+ await setCollectionLimitsExpectSuccess(Alice, collectionId, { ownerCanTransfer: false });
await approveExpectFail(collectionId, itemId, Alice, Charlie);
});
tests/src/burnItem.test.tsdiffbeforeafterboth--- a/tests/src/burnItem.test.ts
+++ b/tests/src/burnItem.test.ts
@@ -6,8 +6,8 @@
import { default as usingApi, submitTransactionAsync, submitTransactionExpectFailAsync } from './substrate/substrate-api';
import { Keyring } from '@polkadot/api';
import { IKeyringPair } from '@polkadot/types/types';
-import {
- createCollectionExpectSuccess,
+import {
+ createCollectionExpectSuccess,
createItemExpectSuccess,
getGenericResult,
destroyCollectionExpectSuccess,
@@ -62,14 +62,14 @@
const tx = api.tx.nft.burnItem(collectionId, tokenId, 1);
const events = await submitTransactionAsync(alice, tx);
const result = getGenericResult(events);
-
- // Get alice balance
+
+ // Get alice balance
const balance: any = (await api.query.nft.fungibleItemList(collectionId, alice.address)).toJSON();
-
+
// What to expect
expect(result.success).to.be.true;
expect(balance).to.be.not.null;
- expect(balance.Value).to.be.equal(9);
+ expect(balance.value).to.be.equal(9);
});
});
@@ -82,10 +82,10 @@
const tx = api.tx.nft.burnItem(collectionId, tokenId, 100);
const events = await submitTransactionAsync(alice, tx);
const result = getGenericResult(events);
-
- // Get alice balance
+
+ // Get alice balance
const balance: any = (await api.query.nft.reFungibleItemList(collectionId, tokenId)).toJSON();
-
+
// What to expect
expect(result.success).to.be.true;
expect(balance).to.be.null;
@@ -118,18 +118,18 @@
// What to expect before burning
expect(result1.success).to.be.true;
expect(balanceBefore).to.be.not.null;
- expect(balanceBefore.Owner.length).to.be.equal(2);
- expect(balanceBefore.Owner[0].Owner).to.be.deep.equal(normalizeAccountId(alice.address));
- expect(balanceBefore.Owner[0].Fraction).to.be.equal(99);
- expect(balanceBefore.Owner[1].Owner).to.be.deep.equal(normalizeAccountId(bob.address));
- expect(balanceBefore.Owner[1].Fraction).to.be.equal(1);
+ expect(balanceBefore.owner.length).to.be.equal(2);
+ expect(balanceBefore.owner[0].owner).to.be.deep.equal(normalizeAccountId(alice.address));
+ expect(balanceBefore.owner[0].fraction).to.be.equal(99);
+ expect(balanceBefore.owner[1].owner).to.be.deep.equal(normalizeAccountId(bob.address));
+ expect(balanceBefore.owner[1].fraction).to.be.equal(1);
// What to expect after burning
expect(result2.success).to.be.true;
expect(balance).to.be.not.null;
- expect(balance.Owner.length).to.be.equal(1);
- expect(balance.Owner[0].Fraction).to.be.equal(99);
- expect(balance.Owner[0].Owner).to.be.deep.equal(normalizeAccountId(alice.address));
+ expect(balance.owner.length).to.be.equal(1);
+ expect(balance.owner[0].fraction).to.be.equal(99);
+ expect(balance.owner[0].owner).to.be.deep.equal(normalizeAccountId(alice.address));
});
});
@@ -184,7 +184,7 @@
// What to expect
expect(result.success).to.be.true;
expect(balance).to.be.not.null;
- expect(balance.Value).to.be.equal(9);
+ expect(balance.value).to.be.equal(9);
});
});
@@ -225,7 +225,7 @@
await usingApi(async (api) => {
const tx = api.tx.nft.burnItem(collectionId, tokenId, 0);
- const badTransaction = async function () {
+ const badTransaction = async function () {
await submitTransactionExpectFailAsync(alice, tx);
};
await expect(badTransaction()).to.be.rejected;
@@ -240,7 +240,7 @@
await usingApi(async (api) => {
const tx = api.tx.nft.burnItem(collectionId, tokenId, 1);
- const badTransaction = async function () {
+ const badTransaction = async function () {
await submitTransactionExpectFailAsync(alice, tx);
};
await expect(badTransaction()).to.be.rejected;
@@ -255,7 +255,7 @@
await usingApi(async (api) => {
const tx = api.tx.nft.burnItem(collectionId, tokenId, 0);
- const badTransaction = async function () {
+ const badTransaction = async function () {
await submitTransactionExpectFailAsync(bob, tx);
};
await expect(badTransaction()).to.be.rejected;
@@ -274,9 +274,9 @@
const events1 = await submitTransactionAsync(alice, burntx);
const result1 = getGenericResult(events1);
expect(result1.success).to.be.true;
-
+
const tx = api.tx.nft.transfer(normalizeAccountId(bob.address), collectionId, tokenId, 0);
- const badTransaction = async function () {
+ const badTransaction = async function () {
await submitTransactionExpectFailAsync(alice, tx);
};
await expect(badTransaction()).to.be.rejected;
@@ -294,17 +294,17 @@
await usingApi(async (api) => {
// Destroy 11 of 10
const tx = api.tx.nft.burnItem(collectionId, tokenId, 11);
- const badTransaction = async function () {
+ const badTransaction = async function () {
await submitTransactionExpectFailAsync(alice, tx);
};
await expect(badTransaction()).to.be.rejected;
-
- // Get alice balance
+
+ // Get alice balance
const balance: any = (await api.query.nft.fungibleItemList(collectionId, alice.address)).toJSON();
-
+
// What to expect
expect(balance).to.be.not.null;
- expect(balance.Value).to.be.equal(10);
+ expect(balance.value).to.be.equal(10);
});
});
tests/src/change-collection-owner.test.tsdiffbeforeafterboth--- a/tests/src/change-collection-owner.test.ts
+++ b/tests/src/change-collection-owner.test.ts
@@ -7,7 +7,7 @@
import chaiAsPromised from 'chai-as-promised';
import privateKey from './substrate/privateKey';
import { default as usingApi, submitTransactionAsync, submitTransactionExpectFailAsync } from './substrate/substrate-api';
-import { createCollectionExpectSuccess,
+import { createCollectionExpectSuccess,
addCollectionAdminExpectSuccess,
setCollectionSponsorExpectSuccess,
confirmSponsorshipExpectSuccess,
@@ -35,13 +35,13 @@
const bob = privateKey('//Bob');
const collection: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collection.Owner).to.be.deep.eq(alice.address);
+ expect(collection.owner).to.be.deep.eq(alice.address);
const changeOwnerTx = api.tx.nft.changeCollectionOwner(collectionId, bob.address);
await submitTransactionAsync(alice, changeOwnerTx);
const collectionAfterOwnerChange: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collectionAfterOwnerChange.Owner).to.be.deep.eq(bob.address);
+ expect(collectionAfterOwnerChange.owner).to.be.deep.eq(bob.address);
});
});
});
@@ -54,7 +54,7 @@
const bob = privateKey('//Bob');
const collection: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collection.Owner).to.be.deep.eq(alice.address);
+ expect(collection.owner).to.be.deep.eq(alice.address);
const changeOwnerTx = api.tx.nft.changeCollectionOwner(collectionId, bob.address);
await submitTransactionAsync(alice, changeOwnerTx);
@@ -63,7 +63,7 @@
await expect(submitTransactionExpectFailAsync(alice, badChangeOwnerTx)).to.be.rejected;
const collectionAfterOwnerChange: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collectionAfterOwnerChange.Owner).to.be.deep.eq(bob.address);
+ expect(collectionAfterOwnerChange.owner).to.be.deep.eq(bob.address);
});
});
@@ -75,13 +75,13 @@
const charlie = privateKey('//Charlie');
const collection: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collection.Owner).to.be.deep.eq(alice.address);
+ expect(collection.owner).to.be.deep.eq(alice.address);
const changeOwnerTx = api.tx.nft.changeCollectionOwner(collectionId, bob.address);
await submitTransactionAsync(alice, changeOwnerTx);
const collectionAfterOwnerChange: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collectionAfterOwnerChange.Owner).to.be.deep.eq(bob.address);
+ expect(collectionAfterOwnerChange.owner).to.be.deep.eq(bob.address);
// After changing the owner of the collection, all privileged methods are available to the new owner
// The new owner of the collection has access to sponsorship management operations in the collection
@@ -91,12 +91,12 @@
// The new owner of the collection has access to operations for managing the collection parameters
const collectionLimits = {
- AccountTokenOwnershipLimit: 1,
- SponsoredMintSize: 1,
- TokenLimit: 1,
- SponsorTimeout: 1,
- OwnerCanTransfer: true,
- OwnerCanDestroy: true,
+ accountTokenOwnershipLimit: 1,
+ sponsoredMintSize: 1,
+ tokenLimit: 1,
+ sponsorTimeout: 1,
+ ownerCanTransfer: true,
+ ownerCanDestroy: true,
};
const tx1 = api.tx.nft.setCollectionLimits(
collectionId,
@@ -117,22 +117,22 @@
const alice = privateKey('//Alice');
const bob = privateKey('//Bob');
const charlie = privateKey('//Charlie');
-
+
const collection: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collection.Owner).to.be.deep.eq(alice.address);
-
+ expect(collection.owner).to.be.deep.eq(alice.address);
+
const changeOwnerTx = api.tx.nft.changeCollectionOwner(collectionId, bob.address);
await submitTransactionAsync(alice, changeOwnerTx);
-
+
const collectionAfterOwnerChange: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collectionAfterOwnerChange.Owner).to.be.deep.eq(bob.address);
+ expect(collectionAfterOwnerChange.owner).to.be.deep.eq(bob.address);
const changeOwnerTx2 = api.tx.nft.changeCollectionOwner(collectionId, charlie.address);
await submitTransactionAsync(bob, changeOwnerTx2);
-
+
// ownership lost
const collectionAfterOwnerChange2: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collectionAfterOwnerChange2.Owner).to.be.deep.eq(charlie.address);
+ expect(collectionAfterOwnerChange2.owner).to.be.deep.eq(charlie.address);
});
});
});
@@ -148,7 +148,7 @@
await expect(submitTransactionExpectFailAsync(bob, changeOwnerTx)).to.be.rejected;
const collectionAfterOwnerChange: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collectionAfterOwnerChange.Owner).to.be.deep.eq(alice.address);
+ expect(collectionAfterOwnerChange.owner).to.be.deep.eq(alice.address);
// Verifying that nothing bad happened (network is live, new collections can be created, etc.)
await createCollectionExpectSuccess();
@@ -167,7 +167,7 @@
await expect(submitTransactionExpectFailAsync(bob, changeOwnerTx)).to.be.rejected;
const collectionAfterOwnerChange: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collectionAfterOwnerChange.Owner).to.be.deep.eq(alice.address);
+ expect(collectionAfterOwnerChange.owner).to.be.deep.eq(alice.address);
// Verifying that nothing bad happened (network is live, new collections can be created, etc.)
await createCollectionExpectSuccess();
@@ -196,7 +196,7 @@
const charlie = privateKey('//Charlie');
const collection: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collection.Owner).to.be.deep.eq(alice.address);
+ expect(collection.owner).to.be.deep.eq(alice.address);
const changeOwnerTx = api.tx.nft.changeCollectionOwner(collectionId, bob.address);
await submitTransactionAsync(alice, changeOwnerTx);
@@ -205,19 +205,19 @@
await expect(submitTransactionExpectFailAsync(alice, badChangeOwnerTx)).to.be.rejected;
const collectionAfterOwnerChange: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collectionAfterOwnerChange.Owner).to.be.deep.eq(bob.address);
+ expect(collectionAfterOwnerChange.owner).to.be.deep.eq(bob.address);
await setCollectionSponsorExpectFailure(collectionId, charlie.address, '//Alice');
await confirmSponsorshipExpectFailure(collectionId, '//Alice');
await removeCollectionSponsorExpectFailure(collectionId, '//Alice');
const collectionLimits = {
- AccountTokenOwnershipLimit: 1,
- SponsoredMintSize: 1,
- TokenLimit: 1,
- SponsorTimeout: 1,
- OwnerCanTransfer: true,
- OwnerCanDestroy: true,
+ accountTokenOwnershipLimit: 1,
+ sponsoredMintSize: 1,
+ tokenLimit: 1,
+ sponsorTimeout: 1,
+ ownerCanTransfer: true,
+ ownerCanDestroy: true,
};
const tx1 = api.tx.nft.setCollectionLimits(
collectionId,
tests/src/collision-tests/admVsOwnerChanges.test.tsdiffbeforeafterboth--- a/tests/src/collision-tests/admVsOwnerChanges.test.ts
+++ b/tests/src/collision-tests/admVsOwnerChanges.test.ts
@@ -27,7 +27,7 @@
describe('Admin vs Owner changes token: ', () => {
// tslint:disable-next-line: max-line-length
it('The collection admin changes the owner of the token and in the same block the current owner transfers the token to another address ', async () => {
-
+
await usingApi(async (api) => {
const collectionId = await createCollectionExpectSuccess();
const changeAdminTxBob = api.tx.nft.addCollectionAdmin(collectionId, normalizeAccountId(Bob.address));
@@ -35,7 +35,7 @@
const changeAdminTxFerdie = api.tx.nft.addCollectionAdmin(collectionId, normalizeAccountId(Ferdie.address));
await submitTransactionAsync(Bob, changeAdminTxFerdie);
const itemId = await createItemExpectSuccess(Ferdie, collectionId, 'NFT');
-
+
const changeOwner = api.tx.nft.transferFrom(normalizeAccountId(Ferdie.address), normalizeAccountId(Bob.address), collectionId, itemId, 1);
const approve = api.tx.nft.approve(normalizeAccountId(Bob.address), collectionId, itemId, 1);
const sendItem = api.tx.nft.transfer(normalizeAccountId(Alice.address), collectionId, itemId, 1);
@@ -45,7 +45,7 @@
sendItem.signAndSend(Ferdie),
]);
const itemBefore: any = await api.query.nft.nftItemList(collectionId, itemId);
- expect(itemBefore.Owner).not.to.be.eq(Bob.address);
+ expect(itemBefore.owner).not.to.be.eq(Bob.address);
await waitNewBlocks(2);
});
});
tests/src/collision-tests/admVsOwnerData.test.tsdiffbeforeafterboth--- a/tests/src/collision-tests/admVsOwnerData.test.ts
+++ b/tests/src/collision-tests/admVsOwnerData.test.ts
@@ -41,7 +41,7 @@
BobTx.signAndSend(Bob),
]);
const item: any = await api.query.nft.nftItemList(collectionId, itemId);
- expect(item.VariableData).not.to.be.eq(null); // Pseudo-random selection of one of two values
+ expect(item.variableData).not.to.be.eq(null); // Pseudo-random selection of one of two values
await waitNewBlocks(2);
});
});
tests/src/collision-tests/setSponsorNewOwner.test.tsdiffbeforeafterboth--- a/tests/src/collision-tests/setSponsorNewOwner.test.ts
+++ b/tests/src/collision-tests/setSponsorNewOwner.test.ts
@@ -4,7 +4,7 @@
import privateKey from '../substrate/privateKey';
import usingApi from '../substrate/substrate-api';
import {
- createCollectionExpectSuccess,
+ createCollectionExpectSuccess,
setCollectionSponsorExpectSuccess,
waitNewBlocks,
} from '../util/helpers';
@@ -38,8 +38,8 @@
]);
await waitNewBlocks(2);
const collection: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collection.Sponsorship.confirmed).to.be.eq(Bob.address);
- expect(collection.Owner).to.be.eq(Ferdie.address);
+ expect(collection.sponsorship.confirmed).to.be.eq(Bob.address);
+ expect(collection.owner).to.be.eq(Ferdie.address);
await waitNewBlocks(2);
});
});
tests/src/collision-tests/tokenLimitsOff.test.tsdiffbeforeafterboth--- a/tests/src/collision-tests/tokenLimitsOff.test.ts
+++ b/tests/src/collision-tests/tokenLimitsOff.test.ts
@@ -19,12 +19,12 @@
let Bob: IKeyringPair;
let Ferdie: IKeyringPair;
-const AccountTokenOwnershipLimit = 4;
-const SponsoredMintSize = 4294967295;
-const TokenLimit = 4;
-const SponsorTimeout = 14400;
-const OwnerCanTransfer = false;
-const OwnerCanDestroy = false;
+const accountTokenOwnershipLimit = 4;
+const sponsoredMintSize = 4294967295;
+const tokenLimit = 4;
+const sponsorTimeout = 14400;
+const ownerCanTransfer = false;
+const ownerCanDestroy = false;
before(async () => {
await usingApi(async () => {
@@ -45,13 +45,13 @@
const setCollectionLim = api.tx.nft.setCollectionLimits(
collectionId,
{
- AccountTokenOwnershipLimit,
- SponsoredMintSize,
- TokenLimit,
+ accountTokenOwnershipLimit,
+ sponsoredMintSize,
+ tokenLimit,
// tslint:disable-next-line: object-literal-sort-keys
- SponsorTimeout,
- OwnerCanTransfer,
- OwnerCanDestroy,
+ sponsorTimeout,
+ ownerCanTransfer,
+ ownerCanDestroy,
},
);
const subTx = await submitTransactionAsync(Alice, setCollectionLim);
tests/src/contracts.test.tsdiffbeforeafterboth--- a/tests/src/contracts.test.ts
+++ b/tests/src/contracts.test.ts
@@ -76,7 +76,7 @@
await submitTransactionAsync(alice, changeAdminTx);
const tokenBefore: any = (await api.query.nft.nftItemList(collectionId, tokenId) as any).toJSON();
-
+
// Transfer
const transferTx = contract.tx.transfer(value, gasLimit, bob.address, collectionId, tokenId, 1);
const events = await submitTransactionAsync(alice, transferTx);
@@ -85,8 +85,8 @@
// tslint:disable-next-line:no-unused-expression
expect(result.success).to.be.true;
- expect(tokenBefore.Owner).to.be.deep.equal(normalizeAccountId(alice.address));
- expect(tokenAfter.Owner).to.be.deep.equal(normalizeAccountId(bob.address));
+ expect(tokenBefore.owner).to.be.deep.equal(normalizeAccountId(alice.address));
+ expect(tokenAfter.owner).to.be.deep.equal(normalizeAccountId(bob.address));
});
});
@@ -141,7 +141,7 @@
const tokensAfter: any = (await api.query.nft.nftItemList.entries(collectionId) as any)
.map((kv: any) => kv[1].toJSON())
- .sort((a: any, b: any) => a.ConstData.localeCompare(b.ConstData));
+ .sort((a: any, b: any) => a.constData.localeCompare(b.constData));
expect(tokensAfter).to.be.deep.equal([
{
Owner: bob.address,
@@ -198,7 +198,7 @@
expect(result.success).to.be.true;
const token: any = (await api.query.nft.nftItemList(collectionId, tokenId) as any).unwrap();
- expect(token.Owner.toString()).to.be.equal(charlie.address);
+ expect(token.owner.toString()).to.be.equal(charlie.address);
});
});
@@ -216,7 +216,7 @@
expect(result.success).to.be.true;
const token: any = (await api.query.nft.nftItemList(collectionId, tokenId) as any).unwrap();
- expect(token.VariableData.toString()).to.be.equal('0x121314');
+ expect(token.variableData.toString()).to.be.equal('0x121314');
});
});
@@ -228,7 +228,7 @@
const collectionId = await createCollectionExpectSuccess();
const [contract] = await deployTransferContract(api);
const changeAdminTx = api.tx.nft.addCollectionAdmin(collectionId, contract.address);
- await submitTransactionAsync(alice, changeAdminTx);
+ await submitTransactionAsync(alice, changeAdminTx);
expect(await isWhitelisted(collectionId, bob.address)).to.be.false;
tests/src/createMultipleItems.test.tsdiffbeforeafterboth--- a/tests/src/createMultipleItems.test.ts
+++ b/tests/src/createMultipleItems.test.ts
@@ -24,9 +24,9 @@
const expect = chai.expect;
interface ITokenDataType {
- Owner: number[];
- ConstData: number[];
- VariableData: number[];
+ owner: number[];
+ constData: number[];
+ variableData: number[];
}
describe('Integration Test createMultipleItems(collection_id, owner, items_data):', () => {
@@ -46,17 +46,17 @@
const token2Data = (await api.query.nft.nftItemList(collectionId, 2)).toJSON() as unknown as ITokenDataType;
const token3Data = (await api.query.nft.nftItemList(collectionId, 3)).toJSON() as unknown as ITokenDataType;
- expect(token1Data.Owner).to.be.deep.equal(normalizeAccountId(Alice.address));
- expect(token2Data.Owner).to.be.deep.equal(normalizeAccountId(Alice.address));
- expect(token3Data.Owner).to.be.deep.equal(normalizeAccountId(Alice.address));
+ expect(token1Data.owner).to.be.deep.equal(normalizeAccountId(Alice.address));
+ expect(token2Data.owner).to.be.deep.equal(normalizeAccountId(Alice.address));
+ expect(token3Data.owner).to.be.deep.equal(normalizeAccountId(Alice.address));
- expect(token1Data.ConstData.toString()).to.be.equal('0x31');
- expect(token2Data.ConstData.toString()).to.be.equal('0x32');
- expect(token3Data.ConstData.toString()).to.be.equal('0x33');
+ expect(token1Data.constData.toString()).to.be.equal('0x31');
+ expect(token2Data.constData.toString()).to.be.equal('0x32');
+ expect(token3Data.constData.toString()).to.be.equal('0x33');
- expect(token1Data.VariableData.toString()).to.be.equal('0x31');
- expect(token2Data.VariableData.toString()).to.be.equal('0x32');
- expect(token3Data.VariableData.toString()).to.be.equal('0x33');
+ expect(token1Data.variableData.toString()).to.be.equal('0x31');
+ expect(token2Data.variableData.toString()).to.be.equal('0x32');
+ expect(token3Data.variableData.toString()).to.be.equal('0x33');
});
});
@@ -76,7 +76,7 @@
await submitTransactionAsync(Alice, createMultipleItemsTx);
const token1Data = (await api.query.nft.fungibleItemList(collectionId, Alice.address) as any).toJSON() as unknown as IFungibleTokenDataType;
- expect(token1Data.Value).to.be.equal(6); // 1 + 2 + 3
+ expect(token1Data.value).to.be.equal(6); // 1 + 2 + 3
});
});
@@ -100,22 +100,22 @@
const token2Data = (await api.query.nft.reFungibleItemList(collectionId, 2) as any).toJSON() as unknown as IReFungibleTokenDataType;
const token3Data = (await api.query.nft.reFungibleItemList(collectionId, 3) as any).toJSON() as unknown as IReFungibleTokenDataType;
- expect(token1Data.Owner[0].Owner).to.be.deep.equal(normalizeAccountId(Alice.address));
- expect(token1Data.Owner[0].Fraction).to.be.equal(1);
+ expect(token1Data.owner[0].owner).to.be.deep.equal(normalizeAccountId(Alice.address));
+ expect(token1Data.owner[0].fraction).to.be.equal(1);
- expect(token2Data.Owner[0].Owner).to.be.deep.equal(normalizeAccountId(Alice.address));
- expect(token2Data.Owner[0].Fraction).to.be.equal(1);
+ expect(token2Data.owner[0].owner).to.be.deep.equal(normalizeAccountId(Alice.address));
+ expect(token2Data.owner[0].fraction).to.be.equal(1);
- expect(token3Data.Owner[0].Owner).to.be.deep.equal(normalizeAccountId(Alice.address));
- expect(token3Data.Owner[0].Fraction).to.be.equal(1);
+ expect(token3Data.owner[0].owner).to.be.deep.equal(normalizeAccountId(Alice.address));
+ expect(token3Data.owner[0].fraction).to.be.equal(1);
- expect(token1Data.ConstData.toString()).to.be.equal('0x31');
- expect(token2Data.ConstData.toString()).to.be.equal('0x32');
- expect(token3Data.ConstData.toString()).to.be.equal('0x33');
+ expect(token1Data.constData.toString()).to.be.equal('0x31');
+ expect(token2Data.constData.toString()).to.be.equal('0x32');
+ expect(token3Data.constData.toString()).to.be.equal('0x33');
- expect(token1Data.VariableData.toString()).to.be.equal('0x31');
- expect(token2Data.VariableData.toString()).to.be.equal('0x32');
- expect(token3Data.VariableData.toString()).to.be.equal('0x33');
+ expect(token1Data.variableData.toString()).to.be.equal('0x31');
+ expect(token2Data.variableData.toString()).to.be.equal('0x32');
+ expect(token3Data.variableData.toString()).to.be.equal('0x33');
});
});
@@ -125,7 +125,7 @@
const collectionId = await createCollectionExpectSuccess();
await setCollectionLimitsExpectSuccess(alice, collectionId, {
- TokenLimit: 2,
+ tokenLimit: 2,
});
const args = [
{ nft: ['A', 'A'] },
@@ -156,7 +156,7 @@
const collectionId = await createCollectionExpectSuccess();
const itemsListIndexBefore = await api.query.nft.itemListIndex(collectionId) as unknown as BN;
expect(itemsListIndexBefore.toNumber()).to.be.equal(0);
- await addCollectionAdminExpectSuccess(Alice, collectionId, Bob);
+ await addCollectionAdminExpectSuccess(Alice, collectionId, Bob);
const args = [{ nft: ['0x31', '0x31'] }, { nft: ['0x32', '0x32'] }, { nft: ['0x33', '0x33'] }];
const createMultipleItemsTx = api.tx.nft
.createMultipleItems(collectionId, normalizeAccountId(Bob.address), args);
@@ -167,17 +167,17 @@
const token2Data = (await api.query.nft.nftItemList(collectionId, 2)).toJSON() as unknown as ITokenDataType;
const token3Data = (await api.query.nft.nftItemList(collectionId, 3)).toJSON() as unknown as ITokenDataType;
- expect(token1Data.Owner).to.be.deep.equal(normalizeAccountId(Bob.address));
- expect(token2Data.Owner).to.be.deep.equal(normalizeAccountId(Bob.address));
- expect(token3Data.Owner).to.be.deep.equal(normalizeAccountId(Bob.address));
+ expect(token1Data.owner).to.be.deep.equal(normalizeAccountId(Bob.address));
+ expect(token2Data.owner).to.be.deep.equal(normalizeAccountId(Bob.address));
+ expect(token3Data.owner).to.be.deep.equal(normalizeAccountId(Bob.address));
- expect(token1Data.ConstData.toString()).to.be.equal('0x31');
- expect(token2Data.ConstData.toString()).to.be.equal('0x32');
- expect(token3Data.ConstData.toString()).to.be.equal('0x33');
+ expect(token1Data.constData.toString()).to.be.equal('0x31');
+ expect(token2Data.constData.toString()).to.be.equal('0x32');
+ expect(token3Data.constData.toString()).to.be.equal('0x33');
- expect(token1Data.VariableData.toString()).to.be.equal('0x31');
- expect(token2Data.VariableData.toString()).to.be.equal('0x32');
- expect(token3Data.VariableData.toString()).to.be.equal('0x33');
+ expect(token1Data.variableData.toString()).to.be.equal('0x31');
+ expect(token2Data.variableData.toString()).to.be.equal('0x32');
+ expect(token3Data.variableData.toString()).to.be.equal('0x33');
});
});
@@ -186,7 +186,7 @@
const collectionId = await createCollectionExpectSuccess({mode: {type: 'Fungible', decimalPoints: 0}});
const itemsListIndexBefore = await api.query.nft.itemListIndex(collectionId) as unknown as BN;
expect(itemsListIndexBefore.toNumber()).to.be.equal(0);
- await addCollectionAdminExpectSuccess(Alice, collectionId, Bob);
+ await addCollectionAdminExpectSuccess(Alice, collectionId, Bob);
const args = [
{fungible: { value: 1 }},
{fungible: { value: 2 }},
@@ -197,7 +197,7 @@
await submitTransactionAsync(Bob, createMultipleItemsTx);
const token1Data = (await api.query.nft.fungibleItemList(collectionId, Bob.address) as any).toJSON() as unknown as IFungibleTokenDataType;
- expect(token1Data.Value).to.be.equal(6); // 1 + 2 + 3
+ expect(token1Data.value).to.be.equal(6); // 1 + 2 + 3
});
});
@@ -206,7 +206,7 @@
const collectionId = await createCollectionExpectSuccess({mode: {type: 'ReFungible'}});
const itemsListIndexBefore = await api.query.nft.itemListIndex(collectionId) as unknown as BN;
expect(itemsListIndexBefore.toNumber()).to.be.equal(0);
- await addCollectionAdminExpectSuccess(Alice, collectionId, Bob);
+ await addCollectionAdminExpectSuccess(Alice, collectionId, Bob);
const args = [
{refungible: {const_data: [0x31], variable_data: [0x31], pieces: 1}},
{refungible: {const_data: [0x32], variable_data: [0x32], pieces: 1}},
@@ -221,22 +221,22 @@
const token2Data = (await api.query.nft.reFungibleItemList(collectionId, 2) as any).toJSON() as unknown as IReFungibleTokenDataType;
const token3Data = (await api.query.nft.reFungibleItemList(collectionId, 3) as any).toJSON() as unknown as IReFungibleTokenDataType;
- expect(token1Data.Owner[0].Owner).to.be.deep.equal(normalizeAccountId(Bob.address));
- expect(token1Data.Owner[0].Fraction).to.be.equal(1);
+ expect(token1Data.owner[0].owner).to.be.deep.equal(normalizeAccountId(Bob.address));
+ expect(token1Data.owner[0].fraction).to.be.equal(1);
- expect(token2Data.Owner[0].Owner).to.be.deep.equal(normalizeAccountId(Bob.address));
- expect(token2Data.Owner[0].Fraction).to.be.equal(1);
+ expect(token2Data.owner[0].owner).to.be.deep.equal(normalizeAccountId(Bob.address));
+ expect(token2Data.owner[0].fraction).to.be.equal(1);
- expect(token3Data.Owner[0].Owner).to.be.deep.equal(normalizeAccountId(Bob.address));
- expect(token3Data.Owner[0].Fraction).to.be.equal(1);
+ expect(token3Data.owner[0].owner).to.be.deep.equal(normalizeAccountId(Bob.address));
+ expect(token3Data.owner[0].fraction).to.be.equal(1);
- expect(token1Data.ConstData.toString()).to.be.equal('0x31');
- expect(token2Data.ConstData.toString()).to.be.equal('0x32');
- expect(token3Data.ConstData.toString()).to.be.equal('0x33');
+ expect(token1Data.constData.toString()).to.be.equal('0x31');
+ expect(token2Data.constData.toString()).to.be.equal('0x32');
+ expect(token3Data.constData.toString()).to.be.equal('0x33');
- expect(token1Data.VariableData.toString()).to.be.equal('0x31');
- expect(token2Data.VariableData.toString()).to.be.equal('0x32');
- expect(token3Data.VariableData.toString()).to.be.equal('0x33');
+ expect(token1Data.variableData.toString()).to.be.equal('0x31');
+ expect(token2Data.variableData.toString()).to.be.equal('0x32');
+ expect(token3Data.variableData.toString()).to.be.equal('0x33');
});
});
});
@@ -379,7 +379,7 @@
const collectionId = await createCollectionExpectSuccess();
await setCollectionLimitsExpectSuccess(Alice, collectionId, {
- TokenLimit: 1,
+ tokenLimit: 1,
});
const args = [
{ nft: ['A', 'A'] },
tests/src/destroyCollection.test.tsdiffbeforeafterboth--- a/tests/src/destroyCollection.test.ts
+++ b/tests/src/destroyCollection.test.ts
@@ -8,9 +8,9 @@
import chaiAsPromised from 'chai-as-promised';
import privateKey from './substrate/privateKey';
import { default as usingApi } from './substrate/substrate-api';
-import { createCollectionExpectSuccess,
- destroyCollectionExpectSuccess,
- destroyCollectionExpectFailure,
+import { createCollectionExpectSuccess,
+ destroyCollectionExpectSuccess,
+ destroyCollectionExpectFailure,
setCollectionLimitsExpectSuccess,
addCollectionAdminExpectSuccess,
} from './util/helpers';
@@ -67,7 +67,7 @@
});
it('fails when OwnerCanDestroy == false', async () => {
const collectionId = await createCollectionExpectSuccess();
- await setCollectionLimitsExpectSuccess(alice, collectionId, { OwnerCanDestroy: false });
+ await setCollectionLimitsExpectSuccess(alice, collectionId, { ownerCanDestroy: false });
await destroyCollectionExpectFailure(collectionId, '//Alice');
});
tests/src/limits.test.tsdiffbeforeafterboth--- a/tests/src/limits.test.ts
+++ b/tests/src/limits.test.ts
@@ -17,7 +17,7 @@
transferExpectSuccess,
getFreeBalance,
waitNewBlocks,
-} from './util/helpers';
+} from './util/helpers';
import { expect } from 'chai';
describe('Number of tokens per address (NFT)', () => {
@@ -30,9 +30,9 @@
});
it.skip('Collection limits allow greater number than chain limits, chain limits are enforced', async () => {
-
+
const collectionId = await createCollectionExpectSuccess({ mode: { type: 'NFT' } });
- await setCollectionLimitsExpectSuccess(Alice, collectionId, { AccountTokenOwnershipLimit: 20 });
+ await setCollectionLimitsExpectSuccess(Alice, collectionId, { accountTokenOwnershipLimit: 20 });
for(let i = 0; i < 10; i++){
await createItemExpectSuccess(Alice, collectionId, 'NFT');
}
@@ -43,7 +43,7 @@
it('Collection limits allow lower number than chain limits, collection limits are enforced', async () => {
const collectionId = await createCollectionExpectSuccess({ mode: { type: 'NFT' } });
- await setCollectionLimitsExpectSuccess(Alice, collectionId, { AccountTokenOwnershipLimit: 1 });
+ await setCollectionLimitsExpectSuccess(Alice, collectionId, { accountTokenOwnershipLimit: 1 });
await createItemExpectSuccess(Alice, collectionId, 'NFT');
await createItemExpectFailure(Alice, collectionId, 'NFT');
await destroyCollectionExpectSuccess(collectionId);
@@ -59,9 +59,9 @@
});
});
- it.skip('Collection limits allow greater number than chain limits, chain limits are enforced', async () => {
+ it.skip('Collection limits allow greater number than chain limits, chain limits are enforced', async () => {
const collectionId = await createCollectionExpectSuccess({mode: {type: 'ReFungible' }});
- await setCollectionLimitsExpectSuccess(Alice, collectionId, { AccountTokenOwnershipLimit: 20 });
+ await setCollectionLimitsExpectSuccess(Alice, collectionId, { accountTokenOwnershipLimit: 20 });
for(let i = 0; i < 10; i++){
await createItemExpectSuccess(Alice, collectionId, 'ReFungible');
}
@@ -71,7 +71,7 @@
it('Collection limits allow lower number than chain limits, collection limits are enforced', async () => {
const collectionId = await createCollectionExpectSuccess({mode: {type: 'ReFungible' }});
- await setCollectionLimitsExpectSuccess(Alice, collectionId, { AccountTokenOwnershipLimit: 1 });
+ await setCollectionLimitsExpectSuccess(Alice, collectionId, { accountTokenOwnershipLimit: 1 });
await createItemExpectSuccess(Alice, collectionId, 'ReFungible');
await createItemExpectFailure(Alice, collectionId, 'ReFungible');
await destroyCollectionExpectSuccess(collectionId);
@@ -91,50 +91,52 @@
});
});
- it('Collection limits have greater timeout value than chain limits, collection limits are enforced', async () => {
+ it('Collection limits have greater timeout value than chain limits, collection limits are enforced', async () => {
const collectionId = await createCollectionExpectSuccess({ mode: { type: 'NFT' } });
- await setCollectionLimitsExpectSuccess(Alice, collectionId, { SponsorTimeout: 7 });
+ await setCollectionLimitsExpectSuccess(Alice, collectionId, { sponsorTimeout: 7 });
const tokenId = await createItemExpectSuccess(Alice, collectionId, 'NFT');
await setCollectionSponsorExpectSuccess(collectionId, Alice.address);
await confirmSponsorshipExpectSuccess(collectionId, '//Alice');
await transferExpectSuccess(collectionId, tokenId, Alice, Bob);
- const aliceBalanceBefore = (await getFreeBalance(Alice)).toNumber();
+ const aliceBalanceBefore = await getFreeBalance(Alice);
// check setting SponsorTimeout = 5, fail
await waitNewBlocks(5);
await transferExpectSuccess(collectionId, tokenId, Bob, Charlie);
- const aliceBalanceAfterUnsponsoredTransaction = (await getFreeBalance(Alice)).toNumber();
+ const aliceBalanceAfterUnsponsoredTransaction = await getFreeBalance(Alice);
expect(aliceBalanceAfterUnsponsoredTransaction).to.be.equals(aliceBalanceBefore);
// check setting SponsorTimeout = 7, success
await waitNewBlocks(2); // 5 + 2
await transferExpectSuccess(collectionId, tokenId, Charlie, Bob);
- const aliceBalanceAfterSponsoredTransaction = (await getFreeBalance(Alice)).toNumber();
- expect(aliceBalanceAfterSponsoredTransaction).to.be.lessThan(aliceBalanceBefore);
+ const aliceBalanceAfterSponsoredTransaction = await getFreeBalance(Alice);
+ expect(aliceBalanceAfterSponsoredTransaction < aliceBalanceBefore).to.be.true;
+ //expect(aliceBalanceAfterSponsoredTransaction).to.be.lessThan(aliceBalanceBefore);
await destroyCollectionExpectSuccess(collectionId);
});
it('Collection limits have lower timeout value than chain limits, chain limits are enforced', async () => {
const collectionId = await createCollectionExpectSuccess({ mode: { type: 'NFT' } });
- await setCollectionLimitsExpectSuccess(Alice, collectionId, { SponsorTimeout: 1 });
+ await setCollectionLimitsExpectSuccess(Alice, collectionId, { sponsorTimeout: 1 });
const tokenId = await createItemExpectSuccess(Alice, collectionId, 'NFT');
await setCollectionSponsorExpectSuccess(collectionId, Alice.address);
await confirmSponsorshipExpectSuccess(collectionId, '//Alice');
await transferExpectSuccess(collectionId, tokenId, Alice, Bob);
- const aliceBalanceBefore = (await getFreeBalance(Alice)).toNumber();
+ const aliceBalanceBefore = await getFreeBalance(Alice);
// check setting SponsorTimeout = 1, fail
await waitNewBlocks(1);
await transferExpectSuccess(collectionId, tokenId, Bob, Charlie);
- const aliceBalanceAfterUnsponsoredTransaction = (await getFreeBalance(Alice)).toNumber();
+ const aliceBalanceAfterUnsponsoredTransaction = await getFreeBalance(Alice);
expect(aliceBalanceAfterUnsponsoredTransaction).to.be.equals(aliceBalanceBefore);
// check setting SponsorTimeout = 5, success
await waitNewBlocks(4);
await transferExpectSuccess(collectionId, tokenId, Charlie, Bob);
- const aliceBalanceAfterSponsoredTransaction = (await getFreeBalance(Alice)).toNumber();
- expect(aliceBalanceAfterSponsoredTransaction).to.be.lessThan(aliceBalanceBefore);
+ const aliceBalanceAfterSponsoredTransaction = await getFreeBalance(Alice);
+ expect(aliceBalanceAfterSponsoredTransaction < aliceBalanceBefore).to.be.true;
+ //expect(aliceBalanceAfterSponsoredTransaction).to.be.lessThan(aliceBalanceBefore);
await destroyCollectionExpectSuccess(collectionId);
});
});
@@ -152,27 +154,28 @@
});
});
- it('Collection limits have greater timeout value than chain limits, collection limits are enforced', async () => {
+ it('Collection limits have greater timeout value than chain limits, collection limits are enforced', async () => {
const collectionId = await createCollectionExpectSuccess({mode: {type: 'Fungible', decimalPoints: 0}});
- await setCollectionLimitsExpectSuccess(Alice, collectionId, { SponsorTimeout: 7 });
+ await setCollectionLimitsExpectSuccess(Alice, collectionId, { sponsorTimeout: 7 });
const tokenId = await createItemExpectSuccess(Alice, collectionId, 'Fungible');
await setCollectionSponsorExpectSuccess(collectionId, Alice.address);
await confirmSponsorshipExpectSuccess(collectionId, '//Alice');
await transferExpectSuccess(collectionId, tokenId, Alice, Bob, 10, 'Fungible');
await transferExpectSuccess(collectionId, tokenId, Bob, Charlie, 2, 'Fungible');
- const aliceBalanceBefore = (await getFreeBalance(Alice)).toNumber();
+ const aliceBalanceBefore = await getFreeBalance(Alice);
// check setting SponsorTimeout = 5, fail
await waitNewBlocks(5);
await transferExpectSuccess(collectionId, tokenId, Bob, Charlie, 2, 'Fungible');
- const aliceBalanceAfterUnsponsoredTransaction = (await getFreeBalance(Alice)).toNumber();
+ const aliceBalanceAfterUnsponsoredTransaction = await getFreeBalance(Alice);
expect(aliceBalanceAfterUnsponsoredTransaction).to.be.equals(aliceBalanceBefore);
// check setting SponsorTimeout = 7, success
await waitNewBlocks(2); // 5 + 2
await transferExpectSuccess(collectionId, tokenId, Bob, Charlie, 2, 'Fungible');
- const aliceBalanceAfterSponsoredTransaction = (await getFreeBalance(Alice)).toNumber();
- expect(aliceBalanceAfterSponsoredTransaction).to.be.lessThan(aliceBalanceBefore);
+ const aliceBalanceAfterSponsoredTransaction = await getFreeBalance(Alice);
+ expect(aliceBalanceAfterSponsoredTransaction < aliceBalanceBefore).to.be.true;
+ //expect(aliceBalanceAfterSponsoredTransaction).to.be.lessThan(aliceBalanceBefore);
await destroyCollectionExpectSuccess(collectionId);
});
@@ -180,25 +183,26 @@
it('Collection limits have lower timeout value than chain limits, chain limits are enforced', async () => {
const collectionId = await createCollectionExpectSuccess({mode: {type: 'Fungible', decimalPoints: 0}});
- await setCollectionLimitsExpectSuccess(Alice, collectionId, { SponsorTimeout: 1 });
+ await setCollectionLimitsExpectSuccess(Alice, collectionId, { sponsorTimeout: 1 });
const tokenId = await createItemExpectSuccess(Alice, collectionId, 'Fungible');
await setCollectionSponsorExpectSuccess(collectionId, Alice.address);
await confirmSponsorshipExpectSuccess(collectionId, '//Alice');
await transferExpectSuccess(collectionId, tokenId, Alice, Bob, 10, 'Fungible');
await transferExpectSuccess(collectionId, tokenId, Bob, Charlie, 2, 'Fungible');
- const aliceBalanceBefore = (await getFreeBalance(Alice)).toNumber();
+ const aliceBalanceBefore = await getFreeBalance(Alice);
// check setting SponsorTimeout = 1, fail
await waitNewBlocks(1);
await transferExpectSuccess(collectionId, tokenId, Bob, Charlie, 2, 'Fungible');
- const aliceBalanceAfterUnsponsoredTransaction = (await getFreeBalance(Alice)).toNumber();
+ const aliceBalanceAfterUnsponsoredTransaction = await getFreeBalance(Alice);
expect(aliceBalanceAfterUnsponsoredTransaction).to.be.equals(aliceBalanceBefore);
// check setting SponsorTimeout = 5, success
await waitNewBlocks(4);
await transferExpectSuccess(collectionId, tokenId, Bob, Charlie, 2, 'Fungible');
- const aliceBalanceAfterSponsoredTransaction = (await getFreeBalance(Alice)).toNumber();
- expect(aliceBalanceAfterSponsoredTransaction).to.be.lessThan(aliceBalanceBefore);
+ const aliceBalanceAfterSponsoredTransaction = await getFreeBalance(Alice);
+ expect(aliceBalanceAfterSponsoredTransaction < aliceBalanceBefore).to.be.true;
+ //expect(aliceBalanceAfterSponsoredTransaction).to.be.lessThan(aliceBalanceBefore);
await destroyCollectionExpectSuccess(collectionId);
});
@@ -217,50 +221,52 @@
});
});
- it('Collection limits have greater timeout value than chain limits, collection limits are enforced', async () => {
+ it('Collection limits have greater timeout value than chain limits, collection limits are enforced', async () => {
const collectionId = await createCollectionExpectSuccess({mode: {type: 'ReFungible' }});
- await setCollectionLimitsExpectSuccess(Alice, collectionId, { SponsorTimeout: 7 });
+ await setCollectionLimitsExpectSuccess(Alice, collectionId, { sponsorTimeout: 7 });
const tokenId = await createItemExpectSuccess(Alice, collectionId, 'ReFungible');
await setCollectionSponsorExpectSuccess(collectionId, Alice.address);
await confirmSponsorshipExpectSuccess(collectionId, '//Alice');
await transferExpectSuccess(collectionId, tokenId, Alice, Bob, 100, 'ReFungible');
- const aliceBalanceBefore = (await getFreeBalance(Alice)).toNumber();
+ const aliceBalanceBefore = await getFreeBalance(Alice);
// check setting SponsorTimeout = 5, fail
await waitNewBlocks(5);
await transferExpectSuccess(collectionId, tokenId, Bob, Charlie, 20, 'ReFungible');
- const aliceBalanceAfterUnsponsoredTransaction = (await getFreeBalance(Alice)).toNumber();
+ const aliceBalanceAfterUnsponsoredTransaction = await getFreeBalance(Alice);
expect(aliceBalanceAfterUnsponsoredTransaction).to.be.equals(aliceBalanceBefore);
// check setting SponsorTimeout = 7, success
await waitNewBlocks(2); // 5 + 2
await transferExpectSuccess(collectionId, tokenId, Bob, Charlie, 20, 'ReFungible');
- const aliceBalanceAfterSponsoredTransaction = (await getFreeBalance(Alice)).toNumber();
- expect(aliceBalanceAfterSponsoredTransaction).to.be.lessThan(aliceBalanceBefore);
+ const aliceBalanceAfterSponsoredTransaction = await getFreeBalance(Alice);
+ expect(aliceBalanceAfterSponsoredTransaction < aliceBalanceBefore).to.be.true;
+ //expect(aliceBalanceAfterSponsoredTransaction).to.be.lessThan(aliceBalanceBefore);
await destroyCollectionExpectSuccess(collectionId);
});
it('Collection limits have lower timeout value than chain limits, chain limits are enforced', async () => {
const collectionId = await createCollectionExpectSuccess({ mode: { type: 'NFT' } });
- await setCollectionLimitsExpectSuccess(Alice, collectionId, { SponsorTimeout: 1 });
+ await setCollectionLimitsExpectSuccess(Alice, collectionId, { sponsorTimeout: 1 });
const tokenId = await createItemExpectSuccess(Alice, collectionId, 'NFT');
await setCollectionSponsorExpectSuccess(collectionId, Alice.address);
await confirmSponsorshipExpectSuccess(collectionId, '//Alice');
await transferExpectSuccess(collectionId, tokenId, Alice, Bob);
- const aliceBalanceBefore = (await getFreeBalance(Alice)).toNumber();
+ const aliceBalanceBefore = await getFreeBalance(Alice);
// check setting SponsorTimeout = 1, fail
await waitNewBlocks(1);
await transferExpectSuccess(collectionId, tokenId, Bob, Charlie);
- const aliceBalanceAfterUnsponsoredTransaction = (await getFreeBalance(Alice)).toNumber();
+ const aliceBalanceAfterUnsponsoredTransaction = await getFreeBalance(Alice);
expect(aliceBalanceAfterUnsponsoredTransaction).to.be.equals(aliceBalanceBefore);
// check setting SponsorTimeout = 5, success
await waitNewBlocks(4);
await transferExpectSuccess(collectionId, tokenId, Charlie, Bob);
- const aliceBalanceAfterSponsoredTransaction = (await getFreeBalance(Alice)).toNumber();
- expect(aliceBalanceAfterSponsoredTransaction).to.be.lessThan(aliceBalanceBefore);
+ const aliceBalanceAfterSponsoredTransaction = await getFreeBalance(Alice);
+ expect(aliceBalanceAfterSponsoredTransaction < aliceBalanceBefore).to.be.true;
+ //expect(aliceBalanceAfterSponsoredTransaction).to.be.lessThan(aliceBalanceBefore);
await destroyCollectionExpectSuccess(collectionId);
});
});
@@ -278,9 +284,9 @@
});
});
- it.skip('Limits have 0 in tokens per address field, the chain limits are applied', async () => {
+ it.skip('Limits have 0 in tokens per address field, the chain limits are applied', async () => {
const collectionId = await createCollectionExpectSuccess({ mode: { type: 'NFT' } });
- await setCollectionLimitsExpectSuccess(Alice, collectionId, { AccountTokenOwnershipLimit: 0 });
+ await setCollectionLimitsExpectSuccess(Alice, collectionId, { accountTokenOwnershipLimit: 0 });
for(let i = 0; i < 10; i++){
await createItemExpectSuccess(Alice, collectionId, 'NFT');
}
@@ -290,18 +296,19 @@
it('Limits have 0 in sponsor timeout, no limits are applied', async () => {
const collectionId = await createCollectionExpectSuccess({ mode: { type: 'NFT' } });
- await setCollectionLimitsExpectSuccess(Alice, collectionId, { SponsorTimeout: 0 });
+ await setCollectionLimitsExpectSuccess(Alice, collectionId, { sponsorTimeout: 0 });
const tokenId = await createItemExpectSuccess(Alice, collectionId, 'NFT');
await setCollectionSponsorExpectSuccess(collectionId, Alice.address);
await confirmSponsorshipExpectSuccess(collectionId, '//Alice');
await transferExpectSuccess(collectionId, tokenId, Alice, Bob);
- const aliceBalanceBefore = (await getFreeBalance(Alice)).toNumber();
+ const aliceBalanceBefore = await getFreeBalance(Alice);
// check setting SponsorTimeout = 0, success with next block
await waitNewBlocks(1);
await transferExpectSuccess(collectionId, tokenId, Bob, Charlie);
- const aliceBalanceAfterSponsoredTransaction1 = (await getFreeBalance(Alice)).toNumber();
- expect(aliceBalanceAfterSponsoredTransaction1).to.be.lessThan(aliceBalanceBefore);
+ const aliceBalanceAfterSponsoredTransaction1 = await getFreeBalance(Alice);
+ expect(aliceBalanceAfterSponsoredTransaction1 < aliceBalanceBefore).to.be.true;
+ //expect(aliceBalanceAfterSponsoredTransaction1).to.be.lessThan(aliceBalanceBefore);
});
});
@@ -320,19 +327,20 @@
it('Limits have 0 in sponsor timeout, no limits are applied', async () => {
const collectionId = await createCollectionExpectSuccess({mode: {type: 'Fungible', decimalPoints: 0}});
- await setCollectionLimitsExpectSuccess(Alice, collectionId, { SponsorTimeout: 0 });
+ await setCollectionLimitsExpectSuccess(Alice, collectionId, { sponsorTimeout: 0 });
const tokenId = await createItemExpectSuccess(Alice, collectionId, 'Fungible');
await setCollectionSponsorExpectSuccess(collectionId, Alice.address);
await confirmSponsorshipExpectSuccess(collectionId, '//Alice');
await transferExpectSuccess(collectionId, tokenId, Alice, Bob, 10, 'Fungible');
- const aliceBalanceBefore = (await getFreeBalance(Alice)).toNumber();
+ const aliceBalanceBefore = await getFreeBalance(Alice);
await transferExpectSuccess(collectionId, tokenId, Bob, Charlie, 2, 'Fungible');
// check setting SponsorTimeout = 0, success with next block
await waitNewBlocks(1);
await transferExpectSuccess(collectionId, tokenId, Bob, Charlie, 2, 'Fungible');
- const aliceBalanceAfterSponsoredTransaction1 = (await getFreeBalance(Alice)).toNumber();
- expect(aliceBalanceAfterSponsoredTransaction1).to.be.lessThan(aliceBalanceBefore);
+ const aliceBalanceAfterSponsoredTransaction1 = await getFreeBalance(Alice);
+ expect(aliceBalanceAfterSponsoredTransaction1 < aliceBalanceBefore).to.be.true;
+ //expect(aliceBalanceAfterSponsoredTransaction1).to.be.lessThan(aliceBalanceBefore);
});
});
@@ -349,9 +357,9 @@
});
});
- it.skip('Limits have 0 in tokens per address field, the chain limits are applied', async () => {
+ it.skip('Limits have 0 in tokens per address field, the chain limits are applied', async () => {
const collectionId = await createCollectionExpectSuccess({mode: {type: 'ReFungible' }});
- await setCollectionLimitsExpectSuccess(Alice, collectionId, { AccountTokenOwnershipLimit: 0 });
+ await setCollectionLimitsExpectSuccess(Alice, collectionId, { accountTokenOwnershipLimit: 0 });
for(let i = 0; i < 10; i++){
await createItemExpectSuccess(Alice, collectionId, 'ReFungible');
}
@@ -361,18 +369,19 @@
it('Limits have 0 in sponsor timeout, no limits are applied', async () => {
const collectionId = await createCollectionExpectSuccess({ mode: { type: 'ReFungible' } });
- await setCollectionLimitsExpectSuccess(Alice, collectionId, { SponsorTimeout: 0 });
+ await setCollectionLimitsExpectSuccess(Alice, collectionId, { sponsorTimeout: 0 });
const tokenId = await createItemExpectSuccess(Alice, collectionId, 'ReFungible');
await setCollectionSponsorExpectSuccess(collectionId, Alice.address);
await confirmSponsorshipExpectSuccess(collectionId, '//Alice');
await transferExpectSuccess(collectionId, tokenId, Alice, Bob, 100, 'ReFungible');
await transferExpectSuccess(collectionId, tokenId, Bob, Charlie, 20, 'ReFungible');
- const aliceBalanceBefore = (await getFreeBalance(Alice)).toNumber();
+ const aliceBalanceBefore = await getFreeBalance(Alice);
// check setting SponsorTimeout = 0, success with next block
await waitNewBlocks(1);
await transferExpectSuccess(collectionId, tokenId, Bob, Charlie, 20, 'ReFungible');
- const aliceBalanceAfterSponsoredTransaction1 = (await getFreeBalance(Alice)).toNumber();
- expect(aliceBalanceAfterSponsoredTransaction1).to.be.lessThan(aliceBalanceBefore);
+ const aliceBalanceAfterSponsoredTransaction1 = await getFreeBalance(Alice);
+ expect(aliceBalanceAfterSponsoredTransaction1 < aliceBalanceBefore).to.be.true;
+ //expect(aliceBalanceAfterSponsoredTransaction1).to.be.lessThan(aliceBalanceBefore);
});
});
tests/src/pallet-presence.test.tsdiffbeforeafterboth--- a/tests/src/pallet-presence.test.ts
+++ b/tests/src/pallet-presence.test.ts
@@ -8,7 +8,7 @@
import usingApi from './substrate/substrate-api';
function getModuleNames(api: ApiPromise): string[] {
- return api.runtimeMetadata.asLatest.modules.map(m => m.name.toString().toLowerCase());
+ return api.runtimeMetadata.asLatest.pallets.map(m => m.name.toString().toLowerCase());
}
// Pallets that must always be present
tests/src/removeCollectionAdmin.test.tsdiffbeforeafterboth--- a/tests/src/removeCollectionAdmin.test.ts
+++ b/tests/src/removeCollectionAdmin.test.ts
@@ -20,7 +20,7 @@
const Alice = privateKey('//Alice');
const Bob = privateKey('//Bob');
const collection: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collection.Owner).to.be.deep.eq(Alice.address);
+ expect(collection.owner).to.be.deep.eq(Alice.address);
// first - add collection admin Bob
const addAdminTx = api.tx.nft.addCollectionAdmin(collectionId, normalizeAccountId(Bob.address));
await submitTransactionAsync(Alice, addAdminTx);
@@ -44,7 +44,7 @@
const Bob = privateKey('//Bob');
const Charlie = privateKey('//Charlie');
const collection: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collection.Owner).to.be.deep.eq(Alice.address);
+ expect(collection.owner).to.be.deep.eq(Alice.address);
// first - add collection admin Bob
const addAdminTx = api.tx.nft.addCollectionAdmin(collectionId, normalizeAccountId(Bob.address));
await submitTransactionAsync(Alice, addAdminTx);
tests/src/setChainLimits.test.tsdiffbeforeafterboth--- a/tests/src/setChainLimits.test.ts
+++ b/tests/src/setChainLimits.test.ts
@@ -25,16 +25,16 @@
bob = privateKey('//Bob');
dave = privateKey('//Dave');
limits = {
- CollectionNumbersLimit : 1,
- AccountTokenOwnershipLimit: 1,
- CollectionsAdminsLimit: 1,
- CustomDataLimit: 1,
- NftSponsorTransferTimeout: 1,
- FungibleSponsorTransferTimeout: 1,
- RefungibleSponsorTransferTimeout: 1,
- OffchainSchemaLimit: 1,
- VariableOnChainSchemaLimit: 1,
- ConstOnChainSchemaLimit: 1,
+ collectionNumbersLimit : 1,
+ accountTokenOwnershipLimit: 1,
+ collectionsAdminsLimit: 1,
+ customDataLimit: 1,
+ nftSponsorTransferTimeout: 1,
+ fungibleSponsorTransferTimeout: 1,
+ refungibleSponsorTransferTimeout: 1,
+ offchainSchemaLimit: 1,
+ variableOnChainSchemaLimit: 1,
+ constOnChainSchemaLimit: 1,
};
});
});
tests/src/setCollectionLimits.test.tsdiffbeforeafterboth--- a/tests/src/setCollectionLimits.test.ts
+++ b/tests/src/setCollectionLimits.test.ts
@@ -46,12 +46,12 @@
tx = api.tx.nft.setCollectionLimits(
collectionIdForTesting,
{
- AccountTokenOwnershipLimit: accountTokenOwnershipLimit,
- SponsoredMintSize: sponsoredDataSize,
- TokenLimit: tokenLimit,
- SponsorTimeout: sponsorTimeout,
- OwnerCanTransfer: true,
- OwnerCanDestroy: true,
+ accountTokenOwnershipLimit: accountTokenOwnershipLimit,
+ sponsoredMintSize: sponsoredDataSize,
+ tokenLimit: tokenLimit,
+ sponsorTimeout: sponsorTimeout,
+ ownerCanTransfer: true,
+ ownerCanDestroy: true,
},
);
const events = await submitTransactionAsync(alice, tx);
@@ -62,12 +62,12 @@
// tslint:disable-next-line:no-unused-expression
expect(result.success).to.be.true;
- expect(collectionInfo.Limits.AccountTokenOwnershipLimit).to.be.equal(accountTokenOwnershipLimit);
- expect(collectionInfo.Limits.SponsoredDataSize).to.be.equal(sponsoredDataSize);
- expect(collectionInfo.Limits.TokenLimit).to.be.equal(tokenLimit);
- expect(collectionInfo.Limits.SponsorTimeout).to.be.equal(sponsorTimeout);
- expect(collectionInfo.Limits.OwnerCanTransfer).to.be.true;
- expect(collectionInfo.Limits.OwnerCanDestroy).to.be.true;
+ expect(collectionInfo.limits.accountTokenOwnershipLimit).to.be.equal(accountTokenOwnershipLimit);
+ expect(collectionInfo.limits.sponsoredDataSize).to.be.equal(sponsoredDataSize);
+ expect(collectionInfo.limits.tokenLimit).to.be.equal(tokenLimit);
+ expect(collectionInfo.limits.sponsorTimeout).to.be.equal(sponsorTimeout);
+ expect(collectionInfo.limits.ownerCanTransfer).to.be.true;
+ expect(collectionInfo.limits.ownerCanDestroy).to.be.true;
});
});
@@ -75,12 +75,12 @@
await usingApi(async (api: ApiPromise) => {
const collectionLimits = {
- AccountTokenOwnershipLimit: accountTokenOwnershipLimit,
- SponsoredMintSize: sponsoredDataSize,
- TokenLimit: tokenLimit,
- SponsorTimeout: sponsorTimeout,
- OwnerCanTransfer: true,
- OwnerCanDestroy: true,
+ accountTokenOwnershipLimit: accountTokenOwnershipLimit,
+ sponsoredMintSize: sponsoredDataSize,
+ tokenLimit: tokenLimit,
+ sponsorTimeout: sponsorTimeout,
+ ownerCanTransfer: true,
+ ownerCanDestroy: true,
};
// The first time
@@ -103,9 +103,9 @@
// tslint:disable-next-line:no-unused-expression
expect(result1.success).to.be.true;
- expect(collectionInfo1.Limits.TokenLimit).to.be.equal(tokenLimit);
+ expect(collectionInfo1.limits.tokenLimit).to.be.equal(tokenLimit);
expect(result2.success).to.be.true;
- expect(collectionInfo2.Limits.TokenLimit).to.be.equal(tokenLimit);
+ expect(collectionInfo2.limits.tokenLimit).to.be.equal(tokenLimit);
});
});
@@ -164,60 +164,46 @@
},
);
await expect(submitTransactionExpectFailAsync(bob, tx)).to.be.rejected;
- });
- });
- it('execute setCollectionLimits with incorrect limits', async () => {
- await usingApi(async (api: ApiPromise) => {
- tx = api.tx.nft.setCollectionLimits(
- collectionIdForTesting,
- {
- accountTokenOwnershipLimit: 'awdawd',
- sponsorTransferTimeout: 'awd',
- sponsoredDataSize: '12312312312312312',
- tokenLimit: '-100',
- },
- );
- await expect(submitTransactionExpectFailAsync(alice, tx)).to.be.rejected;
});
});
it('fails when trying to enable OwnerCanTransfer after it was disabled', async () => {
const collectionId = await createCollectionExpectSuccess();
- await setCollectionLimitsExpectSuccess(alice, collectionId, {
- AccountTokenOwnershipLimit: accountTokenOwnershipLimit,
- SponsoredMintSize: sponsoredDataSize,
- TokenLimit: tokenLimit,
- SponsorTimeout: sponsorTimeout,
- OwnerCanTransfer: false,
- OwnerCanDestroy: true,
+ await setCollectionLimitsExpectSuccess(alice, collectionId, {
+ accountTokenOwnershipLimit: accountTokenOwnershipLimit,
+ sponsoredMintSize: sponsoredDataSize,
+ tokenLimit: tokenLimit,
+ sponsorTimeout: sponsorTimeout,
+ ownerCanTransfer: false,
+ ownerCanDestroy: true,
});
- await setCollectionLimitsExpectFailure(alice, collectionId, {
- AccountTokenOwnershipLimit: accountTokenOwnershipLimit,
- SponsoredMintSize: sponsoredDataSize,
- TokenLimit: tokenLimit,
- SponsorTimeout: sponsorTimeout,
- OwnerCanTransfer: true,
- OwnerCanDestroy: true,
+ await setCollectionLimitsExpectFailure(alice, collectionId, {
+ accountTokenOwnershipLimit: accountTokenOwnershipLimit,
+ sponsoredMintSize: sponsoredDataSize,
+ tokenLimit: tokenLimit,
+ sponsorTimeout: sponsorTimeout,
+ ownerCanTransfer: true,
+ ownerCanDestroy: true,
});
});
it('fails when trying to enable OwnerCanDestroy after it was disabled', async () => {
const collectionId = await createCollectionExpectSuccess();
await setCollectionLimitsExpectSuccess(alice, collectionId, {
- AccountTokenOwnershipLimit: accountTokenOwnershipLimit,
- SponsoredMintSize: sponsoredDataSize,
- TokenLimit: tokenLimit,
- SponsorTimeout: sponsorTimeout,
- OwnerCanTransfer: true,
- OwnerCanDestroy: false,
+ accountTokenOwnershipLimit: accountTokenOwnershipLimit,
+ sponsoredMintSize: sponsoredDataSize,
+ tokenLimit: tokenLimit,
+ sponsorTimeout: sponsorTimeout,
+ ownerCanTransfer: true,
+ ownerCanDestroy: false,
});
- await setCollectionLimitsExpectFailure(alice, collectionId, {
- AccountTokenOwnershipLimit: accountTokenOwnershipLimit,
- SponsoredMintSize: sponsoredDataSize,
- TokenLimit: tokenLimit,
- SponsorTimeout: sponsorTimeout,
- OwnerCanTransfer: true,
- OwnerCanDestroy: true,
+ await setCollectionLimitsExpectFailure(alice, collectionId, {
+ accountTokenOwnershipLimit: accountTokenOwnershipLimit,
+ sponsoredMintSize: sponsoredDataSize,
+ tokenLimit: tokenLimit,
+ sponsorTimeout: sponsorTimeout,
+ ownerCanTransfer: true,
+ ownerCanDestroy: true,
});
});
@@ -226,19 +212,19 @@
const collectionId = await createCollectionExpectSuccess();
const collectionLimits = {
- AccountTokenOwnershipLimit: accountTokenOwnershipLimit,
- SponsoredMintSize: sponsoredDataSize,
- TokenLimit: tokenLimit,
- SponsorTimeout: sponsorTimeout,
- OwnerCanTransfer: true,
- OwnerCanDestroy: true,
+ accountTokenOwnershipLimit: accountTokenOwnershipLimit,
+ sponsoredMintSize: sponsoredDataSize,
+ tokenLimit: tokenLimit,
+ sponsorTimeout: sponsorTimeout,
+ ownerCanTransfer: true,
+ ownerCanDestroy: true,
};
// The first time
await setCollectionLimitsExpectSuccess(alice, collectionId, collectionLimits);
// The second time - higher token limit
- collectionLimits.TokenLimit += 1;
+ collectionLimits.tokenLimit += 1;
await setCollectionLimitsExpectFailure(alice, collectionId, collectionLimits);
});
});
tests/src/setConstOnChainSchema.test.tsdiffbeforeafterboth--- a/tests/src/setConstOnChainSchema.test.ts
+++ b/tests/src/setConstOnChainSchema.test.ts
@@ -38,7 +38,7 @@
await usingApi(async (api) => {
const collectionId = await createCollectionExpectSuccess();
const collection: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collection.Owner).to.be.eq(Alice.address);
+ expect(collection.owner).to.be.eq(Alice.address);
const setShema = api.tx.nft.setConstOnChainSchema(collectionId, Shema);
await submitTransactionAsync(Alice, setShema);
});
@@ -48,7 +48,7 @@
await usingApi(async (api) => {
const collectionId = await createCollectionExpectSuccess();
const collection: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collection.Owner).to.be.eq(Alice.address);
+ expect(collection.owner).to.be.eq(Alice.address);
await addCollectionAdminExpectSuccess(Alice, collectionId, Bob);
const setShema = api.tx.nft.setConstOnChainSchema(collectionId, Shema);
await submitTransactionAsync(Bob, setShema);
@@ -61,7 +61,7 @@
const setShema = api.tx.nft.setConstOnChainSchema(collectionId, Shema);
await submitTransactionAsync(Alice, setShema);
const collection: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collection.ConstOnChainSchema.toString()).to.be.eq(Shema);
+ expect(collection.constOnChainSchema.toString()).to.be.eq(Shema);
});
});
@@ -99,7 +99,7 @@
await usingApi(async (api) => {
const collectionId = await createCollectionExpectSuccess();
const collection: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collection.Owner).to.be.eq(Alice.address);
+ expect(collection.owner).to.be.eq(Alice.address);
const setShema = api.tx.nft.setConstOnChainSchema(collectionId, Shema);
await expect(submitTransactionExpectFailAsync(Bob, setShema)).to.be.rejected;
});
tests/src/setOffchainSchema.test.tsdiffbeforeafterboth--- a/tests/src/setOffchainSchema.test.ts
+++ b/tests/src/setOffchainSchema.test.ts
@@ -39,7 +39,7 @@
await setOffchainSchemaExpectSuccess(alice, collectionId, DATA);
const collection = await queryCollectionExpectSuccess(collectionId);
- expect(collection.OffchainSchema).to.be.equal('0x' + Buffer.from(DATA).toString('hex'));
+ expect(collection.offchainSchema).to.be.equal('0x' + Buffer.from(DATA).toString('hex'));
});
it('execute setOffchainSchema (collection admin), verify data was set', async () => {
@@ -48,7 +48,7 @@
await setOffchainSchemaExpectSuccess(bob, collectionId, DATA);
const collection = await queryCollectionExpectSuccess(collectionId);
- expect(collection.OffchainSchema).to.be.equal('0x' + Buffer.from(DATA).toString('hex'));
+ expect(collection.offchainSchema).to.be.equal('0x' + Buffer.from(DATA).toString('hex'));
});
});
tests/src/setSchemaVersion.test.tsdiffbeforeafterboth--- a/tests/src/setSchemaVersion.test.ts
+++ b/tests/src/setSchemaVersion.test.ts
@@ -66,7 +66,7 @@
// tslint:disable-next-line:no-unused-expression
expect(collectionInfo).to.be.exist;
// tslint:disable-next-line:no-unused-expression
- expect(collectionInfo ? collectionInfo.SchemaVersion.toString() : '').to.be.equal('Unique');
+ expect(collectionInfo ? collectionInfo.schemaVersion.toString() : '').to.be.equal('Unique');
});
});
});
@@ -92,7 +92,7 @@
// tslint:disable-next-line:no-unused-expression
expect(collectionInfo).to.be.exist;
// tslint:disable-next-line:no-unused-expression
- expect(collectionInfo ? collectionInfo.SchemaVersion.toString() : '').to.be.equal('Unique');
+ expect(collectionInfo ? collectionInfo.schemaVersion.toString() : '').to.be.equal('Unique');
});
});
@@ -107,7 +107,7 @@
// tslint:disable-next-line:no-unused-expression
expect(collectionInfo).to.be.exist;
// tslint:disable-next-line:no-unused-expression
- expect(collectionInfo ? collectionInfo.SchemaVersion.toString() : '').to.be.equal('ImageURL');
+ expect(collectionInfo ? collectionInfo.schemaVersion.toString() : '').to.be.equal('ImageURL');
});
});
});
tests/src/setVariableMetaData.test.tsdiffbeforeafterboth--- a/tests/src/setVariableMetaData.test.ts
+++ b/tests/src/setVariableMetaData.test.ts
@@ -45,7 +45,7 @@
await usingApi(async api => {
const item: any = (await api.query.nft.nftItemList(collectionId, tokenId) as any).unwrap();
- expect(Array.from(item.VariableData)).to.deep.equal(Array.from(data));
+ expect(Array.from(item.variableData)).to.deep.equal(Array.from(data));
});
});
});
@@ -76,7 +76,7 @@
await usingApi(async api => {
const item: any = (await api.query.nft.nftItemList(collectionId, tokenId) as any).unwrap();
- expect(Array.from(item.VariableData)).to.deep.equal(Array.from(data));
+ expect(Array.from(item.variableData)).to.deep.equal(Array.from(data));
});
});
});
tests/src/setVariableMetadataSponsoringRateLimit.test.tsdiffbeforeafterboth--- a/tests/src/setVariableMetadataSponsoringRateLimit.test.ts
+++ b/tests/src/setVariableMetadataSponsoringRateLimit.test.ts
@@ -33,7 +33,7 @@
await setCollectionSponsorExpectSuccess(collectionId, alice.address);
await confirmSponsorshipExpectSuccess(collectionId);
await setCollectionLimitsExpectSuccess(alice, collectionId, {
- SponsoredDataRateLimit: 0,
+ sponsoredDataRateLimit: 0,
});
const itemId = await createItemExpectSuccess(alice, collectionId, 'NFT', userWithNoBalance.address);
@@ -46,7 +46,7 @@
await setCollectionSponsorExpectSuccess(collectionId, alice.address);
await confirmSponsorshipExpectSuccess(collectionId);
await setCollectionLimitsExpectSuccess(alice, collectionId, {
- SponsoredDataRateLimit: 10,
+ sponsoredDataRateLimit: 10,
});
const itemId = await createItemExpectSuccess(alice, collectionId, 'NFT', userWithNoBalance.address);
@@ -59,8 +59,8 @@
await setCollectionSponsorExpectSuccess(collectionId, alice.address);
await confirmSponsorshipExpectSuccess(collectionId);
await setCollectionLimitsExpectSuccess(alice, collectionId, {
- SponsoredDataRateLimit: 0,
- SponsoredDataSize: 1,
+ sponsoredDataRateLimit: 0,
+ sponsoredDataSize: 1,
});
const itemId = await createItemExpectSuccess(alice, collectionId, 'NFT', userWithNoBalance.address);
tests/src/setVariableOnChainSchema.test.tsdiffbeforeafterboth--- a/tests/src/setVariableOnChainSchema.test.ts
+++ b/tests/src/setVariableOnChainSchema.test.ts
@@ -38,7 +38,7 @@
await usingApi(async (api) => {
const collectionId = await createCollectionExpectSuccess();
const collection: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collection.Owner).to.be.eq(Alice.address);
+ expect(collection.owner).to.be.eq(Alice.address);
const setSchema = api.tx.nft.setVariableOnChainSchema(collectionId, Schema);
await submitTransactionAsync(Alice, setSchema);
});
@@ -50,7 +50,7 @@
const setSchema = api.tx.nft.setVariableOnChainSchema(collectionId, Schema);
await submitTransactionAsync(Alice, setSchema);
const collection: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collection.VariableOnChainSchema.toString()).to.be.eq(Schema);
+ expect(collection.variableOnChainSchema.toString()).to.be.eq(Schema);
});
});
@@ -62,7 +62,7 @@
await usingApi(async (api) => {
const collectionId = await createCollectionExpectSuccess();
const collection: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collection.Owner).to.be.eq(Alice.address);
+ expect(collection.owner).to.be.eq(Alice.address);
await addCollectionAdminExpectSuccess(Alice, collectionId, Bob);
const setSchema = api.tx.nft.setVariableOnChainSchema(collectionId, Schema);
await submitTransactionAsync(Bob, setSchema);
@@ -76,7 +76,7 @@
const setSchema = api.tx.nft.setVariableOnChainSchema(collectionId, Schema);
await submitTransactionAsync(Bob, setSchema);
const collection: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collection.VariableOnChainSchema.toString()).to.be.eq(Schema);
+ expect(collection.variableOnChainSchema.toString()).to.be.eq(Schema);
});
});
@@ -114,7 +114,7 @@
await usingApi(async (api) => {
const collectionId = await createCollectionExpectSuccess();
const collection: any = (await api.query.nft.collectionById(collectionId)).toJSON();
- expect(collection.Owner).to.be.eq(Alice.address);
+ expect(collection.owner).to.be.eq(Alice.address);
const setSchema = api.tx.nft.setVariableOnChainSchema(collectionId, Schema);
await expect(submitTransactionExpectFailAsync(Bob, setSchema)).to.be.rejected;
});
tests/src/substrate/substrate-api.tsdiffbeforeafterboth--- a/tests/src/substrate/substrate-api.ts
+++ b/tests/src/substrate/substrate-api.ts
@@ -11,12 +11,11 @@
import config from '../config';
import promisifySubstrate from './promisify-substrate';
import { ApiOptions, SubmittableExtrinsic, ApiTypes } from '@polkadot/api/types';
-import rtt from '../../../runtime_types.json';
function defaultApiOptions(): ApiOptions {
const wsProvider = new WsProvider(config.substrateUrl);
return {
- provider: wsProvider, types: rtt, signedExtensions: {
+ provider: wsProvider, signedExtensions: {
ContractHelpers: {
extrinsic: {},
payload: {},
@@ -30,7 +29,7 @@
const api: ApiPromise = new ApiPromise(settings);
let result: T = null as unknown as T;
- // TODO: Remove, this is temporary: Filter unneeded API output
+ // TODO: Remove, this is temporary: Filter unneeded API output
// (Jaco promised it will be removed in the next version)
const consoleErr = console.error;
const consoleLog = console.log;
@@ -41,7 +40,7 @@
consoleErr(message);
return;
}
- if (!message.includes('StorageChangeSet:: WebSocket is not connected') &&
+ if (!message.includes('StorageChangeSet:: WebSocket is not connected') &&
!message.includes('2021-') &&
!message.includes('StorageChangeSet:: Normal connection closure'))
consoleErr(message);
@@ -79,7 +78,7 @@
}
if (status.isBroadcast) {
return TransactionStatus.NotReady;
- }
+ }
if (status.isInBlock || status.isFinalized) {
if(events.filter(e => e.event.data.method === 'ExtrinsicFailed').length > 0) {
return TransactionStatus.Fail;
tests/src/transferFrom.test.tsdiffbeforeafterboth--- a/tests/src/transferFrom.test.ts
+++ b/tests/src/transferFrom.test.ts
@@ -306,7 +306,7 @@
it('fails when called by collection owner on non-owned item when OwnerCanTransfer == false', async () => {
const collectionId = await createCollectionExpectSuccess();
const itemId = await createItemExpectSuccess(Alice, collectionId, 'NFT', Bob.address);
- await setCollectionLimitsExpectSuccess(Alice, collectionId, { OwnerCanTransfer: false });
+ await setCollectionLimitsExpectSuccess(Alice, collectionId, { ownerCanTransfer: false });
await transferFromExpectFail(collectionId, itemId, Alice, Bob, Charlie);
});
tests/src/types.tsdiffbeforeafterboth--- a/tests/src/types.ts
+++ b/tests/src/types.ts
@@ -6,29 +6,29 @@
import BN from 'bn.js';
export interface ICollectionInterface {
- Access: string;
+ access: string;
id: number;
- DecimalPoints: BN;
+ decimalPoints: BN;
// constOnChainSchema
- Description: [BN, BN]; // utf16
+ description: [BN, BN]; // utf16
isReFungible: boolean;
- Limits: {
- AccountTokenOwnershipLimit: number;
- SponsoredDataSize: number;
- SponsoredDataRateLimit?: number,
- TokenLimit: number;
- SponsorTimeout: number;
- OwnerCanTransfer: boolean;
- OwnerCanDestroy: boolean;
+ limits: {
+ accountTokenOwnershipLimit: number;
+ sponsoredDataSize: number;
+ sponsoredDataRateLimit?: number,
+ tokenLimit: number;
+ sponsorTimeout: number;
+ ownerCanTransfer: boolean;
+ ownerCanDestroy: boolean;
};
- MintMode: boolean;
- Mode: {
- Nft: null;
+ mintMode: boolean;
+ mode: {
+ nft: null;
};
- Name: [BN, BN]; // utf16
- OffchainSchema: [Uint8Array];
- Owner: [Uint8Array];
- SchemaVersion: string;
+ name: [BN, BN]; // utf16
+ offchainSchema: [Uint8Array];
+ owner: [Uint8Array];
+ schemaVersion: string;
// prefix
// sponsor
// tokenPrefix
tests/src/util/helpers.tsdiffbeforeafterboth--- a/tests/src/util/helpers.ts
+++ b/tests/src/util/helpers.ts
@@ -84,14 +84,14 @@
}
interface IReFungibleOwner {
- Fraction: BN;
- Owner: number[];
+ fraction: BN;
+ owner: number[];
}
interface ITokenDataType {
- Owner: IKeyringPair;
- ConstData: number[];
- VariableData: number[];
+ owner: IKeyringPair;
+ constData: number[];
+ variableData: number[];
}
interface IGetMessage {
@@ -101,26 +101,26 @@
}
export interface IFungibleTokenDataType {
- Value: number;
+ value: number;
}
export interface IChainLimits {
- CollectionNumbersLimit: number;
- AccountTokenOwnershipLimit: number;
- CollectionsAdminsLimit: number;
- CustomDataLimit: number;
- NftSponsorTransferTimeout: number;
- FungibleSponsorTransferTimeout: number;
- RefungibleSponsorTransferTimeout: number;
- OffchainSchemaLimit: number;
- VariableOnChainSchemaLimit: number;
- ConstOnChainSchemaLimit: number;
+ collectionNumbersLimit: number;
+ accountTokenOwnershipLimit: number;
+ collectionsAdminsLimit: number;
+ customDataLimit: number;
+ nftSponsorTransferTimeout: number;
+ fungibleSponsorTransferTimeout: number;
+ refungibleSponsorTransferTimeout: number;
+ offchainSchemaLimit: number;
+ variableOnChainSchemaLimit: number;
+ constOnChainSchemaLimit: number;
}
export interface IReFungibleTokenDataType {
- Owner: IReFungibleOwner[];
- ConstData: number[];
- VariableData: number[];
+ owner: IReFungibleOwner[];
+ constData: number[];
+ variableData: number[];
}
export function nftEventMessage(events: EventRecord[]): IGetMessage {
@@ -290,10 +290,10 @@
// tslint:disable-next-line:no-unused-expression
expect(collection).to.be.not.null;
expect(BcollectionCount).to.be.equal(AcollectionCount + 1, 'Error: NFT collection NOT created.');
- expect(collection.Owner).to.be.equal(toSubstrateAddress(alicesPublicKey));
- expect(utf16ToStr(collection.Name)).to.be.equal(name);
- expect(utf16ToStr(collection.Description)).to.be.equal(description);
- expect(hexToStr(collection.TokenPrefix)).to.be.equal(tokenPrefix);
+ expect(collection.owner).to.be.equal(toSubstrateAddress(alicesPublicKey));
+ expect(utf16ToStr(collection.name)).to.be.equal(name);
+ expect(utf16ToStr(collection.description)).to.be.equal(description);
+ expect(hexToStr(collection.tokenPrefix)).to.be.equal(tokenPrefix);
collectionId = result.collectionId;
});
@@ -400,7 +400,7 @@
export async function queryCollectionLimits(collectionId: number) {
return await usingApi(async (api) => {
- return ((await api.query.nft.collectionById(collectionId)).toJSON() as any).Limits;
+ return ((await api.query.nft.collectionById(collectionId)).toJSON() as any).limits;
});
}
@@ -442,7 +442,7 @@
// What to expect
expect(result.success).to.be.true;
- expect(collection.Sponsorship).to.deep.equal({
+ expect(collection.sponsorship).to.deep.equal({
unconfirmed: sponsor,
});
});
@@ -462,7 +462,7 @@
// What to expect
expect(result.success).to.be.true;
- expect(collection.Sponsorship).to.be.deep.equal({ disabled: null });
+ expect(collection.sponsorship).to.be.deep.equal({ disabled: null });
});
}
@@ -500,7 +500,7 @@
// What to expect
expect(result.success).to.be.true;
- expect(collection.Sponsorship).to.be.deep.equal({
+ expect(collection.sponsorship).to.be.deep.equal({
confirmed: sender.address,
});
});
@@ -758,17 +758,17 @@
expect(result.success).to.be.true;
if (type === 'NFT') {
const nftItemData = (await api.query.nft.nftItemList(collectionId, tokenId) as any).toJSON() as ITokenDataType;
- expect(nftItemData.Owner).to.be.deep.equal(to);
+ expect(nftItemData.owner).to.be.deep.equal(to);
}
if (type === 'Fungible') {
- const balanceAfter = (await api.query.nft.fungibleItemList(collectionId, toSubstrateAddress(to)) as any).Value as unknown as BN;
+ const balanceAfter = (await api.query.nft.fungibleItemList(collectionId, toSubstrateAddress(to)) as any).value as unknown as BN;
expect(balanceAfter.sub(balanceBefore).toString()).to.be.equal(value.toString());
}
if (type === 'ReFungible') {
const nftItemData =
(await api.query.nft.reFungibleItemList(collectionId, tokenId) as any).toJSON() as IReFungibleTokenDataType;
- expect(nftItemData.Owner[0].Owner).to.be.deep.equal(normalizeAccountId(to));
- expect(nftItemData.Owner[0].Fraction).to.be.equal(value);
+ expect(nftItemData.owner[0].owner).to.be.deep.equal(normalizeAccountId(to));
+ expect(nftItemData.owner[0].fraction).to.be.equal(value);
}
});
}
@@ -811,11 +811,11 @@
}
export async function
-getFreeBalance(account: IKeyringPair) : Promise<BigNumber>
+getFreeBalance(account: IKeyringPair) : Promise<bigint>
{
- let balance = new BigNumber(0) ;
- await usingApi(async (api) => {
- balance = new BigNumber((await api.query.system.account(account.address)).data.free.toString());
+ let balance = 0n;
+ await usingApi(async (api) => {
+ balance = BigInt((await api.query.system.account(account.address)).data.free.toString());
});
return balance;
@@ -844,7 +844,7 @@
const recipientBalanceBefore = new BigNumber((await api.query.system.account(recipient.address)).data.free.toString());
const nftItemDataBefore = (await api.query.nft.nftItemList(collectionId, tokenId)).toJSON() as any as ITokenDataType;
- expect(toSubstrateAddress(nftItemDataBefore.Owner)).to.be.equal(sender.address);
+ expect(toSubstrateAddress(nftItemDataBefore.owner)).to.be.equal(sender.address);
// sleep for 4 blocks
await new Promise(resolve => setTimeout(resolve, blockTimeMs * (blockSchedule + 1)));
@@ -852,7 +852,7 @@
const recipientBalanceAfter = new BigNumber((await api.query.system.account(recipient.address)).data.free.toString());
const nftItemData = (await api.query.nft.nftItemList(collectionId, tokenId)).toJSON() as unknown as ITokenDataType;
- expect(toSubstrateAddress(nftItemData.Owner)).to.be.equal(recipient.address);
+ expect(toSubstrateAddress(nftItemData.owner)).to.be.equal(recipient.address);
expect(recipientBalanceAfter.toNumber()).to.be.equal(recipientBalanceBefore.toNumber());
});
}
@@ -886,20 +886,20 @@
expect(result.value.toString()).to.be.equal(value.toString());
if (type === 'NFT') {
const nftItemData = (await api.query.nft.nftItemList(collectionId, tokenId)).toJSON() as unknown as ITokenDataType;
- expect(nftItemData.Owner).to.be.deep.equal(to);
+ expect(nftItemData.owner).to.be.deep.equal(to);
}
if (type === 'Fungible') {
- const balanceAfter = (await api.query.nft.fungibleItemList(collectionId, toSubstrateAddress(to)) as any).Value as unknown as BN;
+ const balanceAfter = (await api.query.nft.fungibleItemList(collectionId, toSubstrateAddress(to)) as any).value as unknown as BN;
expect(balanceAfter.sub(balanceBefore).toString()).to.be.equal(value.toString());
}
if (type === 'ReFungible') {
const nftItemData =
(await api.query.nft.reFungibleItemList(collectionId, tokenId)).toJSON() as unknown as IReFungibleTokenDataType;
const expectedOwner = toSubstrateAddress(to);
- const ownerIndex = nftItemData.Owner.findIndex(v => toSubstrateAddress(v.Owner as any as string) == expectedOwner);
+ const ownerIndex = nftItemData.owner.findIndex(v => toSubstrateAddress(v.owner as any as string) == expectedOwner);
expect(ownerIndex).to.not.equal(-1);
- expect(nftItemData.Owner[ownerIndex].Owner).to.be.deep.equal(normalizeAccountId(to));
- expect(nftItemData.Owner[ownerIndex].Fraction).to.be.greaterThanOrEqual(value as number);
+ expect(nftItemData.owner[ownerIndex].owner).to.be.deep.equal(normalizeAccountId(to));
+ expect(nftItemData.owner[ownerIndex].fraction).to.be.greaterThanOrEqual(value as number);
}
});
}
@@ -942,8 +942,8 @@
owner: string,
) {
return await usingApi(async (api) => {
- const response = (await api.query.nft.fungibleItemList(collectionId, owner)).toJSON() as unknown as { Value: string };
- return BigInt(response.Value);
+ const response = (await api.query.nft.fungibleItemList(collectionId, owner)).toJSON() as unknown as { value: string };
+ return BigInt(response.value);
});
}
@@ -970,7 +970,7 @@
const to = normalizeAccountId(owner);
const AItemCount = parseInt((await api.query.nft.itemListIndex(collectionId)).toString(), 10);
const Aitem: any = (await api.query.nft.fungibleItemList(collectionId, toSubstrateAddress(to))).toJSON();
- const AItemBalance = new BigNumber(Aitem.Value);
+ const AItemBalance = new BigNumber(Aitem.value);
let tx;
if (createMode === 'Fungible') {
@@ -989,7 +989,7 @@
const BItemCount = parseInt((await api.query.nft.itemListIndex(collectionId)).toString(), 10);
const Bitem: any = (await api.query.nft.fungibleItemList(collectionId, toSubstrateAddress(to))).toJSON();
- const BItemBalance = new BigNumber(Bitem.Value);
+ const BItemBalance = new BigNumber(Bitem.value);
// What to expect
// tslint:disable-next-line:no-unused-expression
@@ -1035,7 +1035,7 @@
// What to expect
// tslint:disable-next-line:no-unused-expression
expect(result.success).to.be.true;
- expect(collection.Access).to.be.equal(accessMode);
+ expect(collection.access).to.be.equal(accessMode);
});
}
@@ -1082,7 +1082,7 @@
// What to expect
// tslint:disable-next-line:no-unused-expression
expect(result.success).to.be.true;
- expect(collection.MintMode).to.be.equal(enabled);
+ expect(collection.mintMode).to.be.equal(enabled);
});
}
@@ -1166,7 +1166,7 @@
export async function addToWhiteListExpectFail(sender: IKeyringPair, collectionId: number, address: string | AccountId) {
await usingApi(async (api) => {
-
+
// Run the transaction
const tx = api.tx.nft.addToWhiteList(collectionId, normalizeAccountId(address));
const events = await expect(submitTransactionExpectFailAsync(sender, tx)).to.be.rejected;
@@ -1221,7 +1221,7 @@
}
export async function queryNftOwner(api: ApiPromise, collectionId: number, tokenId: number): Promise<CrossAccountId> {
- return normalizeAccountId((await api.query.nft.nftItemList(collectionId, tokenId) as any).toJSON().Owner);
+ return normalizeAccountId((await api.query.nft.nftItemList(collectionId, tokenId) as any).toJSON().owner);
}
export async function waitNewBlocks(blocksCount = 1): Promise<void> {
tests/yarn.lockdiffbeforeafterboth--- a/tests/yarn.lock
+++ b/tests/yarn.lock
@@ -2,10 +2,10 @@
# yarn lockfile v1
-"@babel/cli@^7.15.4":
- version "7.15.4"
- resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.15.4.tgz#00e21e192b738dec7900c8bb36270e377217c0a4"
- integrity sha512-9RhhQ7tgKRcSO/jI3rNLxalLSk30cHqeM8bb+nGOJTyYBDpkoXw/A9QHZ2SYjlslAt4tr90pZQGIEobwWHSIDw==
+"@babel/cli@^7.15.7":
+ version "7.15.7"
+ resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.15.7.tgz#62658abedb786d09c1f70229224b11a65440d7a1"
+ integrity sha512-YW5wOprO2LzMjoWZ5ZG6jfbY9JnkDxuHDwvnrThnuYtByorova/I0HNXJedrUfwuXFQfYOjcqDA4PU3qlZGZjg==
dependencies:
commander "^4.0.1"
convert-source-map "^1.1.0"
@@ -15,16 +15,9 @@
slash "^2.0.0"
source-map "^0.5.0"
optionalDependencies:
- "@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.2"
+ "@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3"
chokidar "^3.4.0"
-"@babel/code-frame@7.12.11":
- version "7.12.11"
- resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
- integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
- dependencies:
- "@babel/highlight" "^7.10.4"
-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.14.5":
version "7.14.5"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb"
@@ -32,15 +25,17 @@
dependencies:
"@babel/highlight" "^7.14.5"
+"@babel/code-frame@^7.15.8":
+ version "7.15.8"
+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.15.8.tgz#45990c47adadb00c03677baa89221f7cc23d2503"
+ integrity sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg==
+ dependencies:
+ "@babel/highlight" "^7.14.5"
+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5":
version "7.14.5"
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.5.tgz#8ef4c18e58e801c5c95d3c1c0f2874a2680fadea"
integrity sha512-kixrYn4JwfAVPa0f2yfzc2AWti6WRRyO3XjWW5PJAvtE11qhSayrrcrEnee05KAtNaPC+EwehE8Qt1UedEVB8w==
-
-"@babel/compat-data@^7.14.7":
- version "7.14.7"
- resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
- integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
"@babel/compat-data@^7.15.0":
version "7.15.0"
@@ -68,20 +63,20 @@
semver "^6.3.0"
source-map "^0.5.0"
-"@babel/core@^7.15.5":
- version "7.15.5"
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9"
- integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==
+"@babel/core@^7.15.8":
+ version "7.15.8"
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.8.tgz#195b9f2bffe995d2c6c159e72fe525b4114e8c10"
+ integrity sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og==
dependencies:
- "@babel/code-frame" "^7.14.5"
- "@babel/generator" "^7.15.4"
+ "@babel/code-frame" "^7.15.8"
+ "@babel/generator" "^7.15.8"
"@babel/helper-compilation-targets" "^7.15.4"
- "@babel/helper-module-transforms" "^7.15.4"
+ "@babel/helper-module-transforms" "^7.15.8"
"@babel/helpers" "^7.15.4"
- "@babel/parser" "^7.15.5"
+ "@babel/parser" "^7.15.8"
"@babel/template" "^7.15.4"
"@babel/traverse" "^7.15.4"
- "@babel/types" "^7.15.4"
+ "@babel/types" "^7.15.6"
convert-source-map "^1.7.0"
debug "^4.1.0"
gensync "^1.0.0-beta.2"
@@ -116,7 +111,16 @@
jsesc "^2.5.1"
source-map "^0.5.0"
-"@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.14.5":
+"@babel/generator@^7.15.8":
+ version "7.15.8"
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.8.tgz#fa56be6b596952ceb231048cf84ee499a19c0cd1"
+ integrity sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g==
+ dependencies:
+ "@babel/types" "^7.15.6"
+ jsesc "^2.5.1"
+ source-map "^0.5.0"
+
+"@babel/helper-annotate-as-pure@^7.14.5":
version "7.14.5"
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
integrity sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA==
@@ -290,7 +294,7 @@
dependencies:
"@babel/types" "^7.15.4"
-"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
+"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
version "7.14.5"
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==
@@ -332,6 +336,20 @@
"@babel/traverse" "^7.15.4"
"@babel/types" "^7.15.4"
+"@babel/helper-module-transforms@^7.15.8":
+ version "7.15.8"
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz#d8c0e75a87a52e374a8f25f855174786a09498b2"
+ integrity sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg==
+ dependencies:
+ "@babel/helper-module-imports" "^7.15.4"
+ "@babel/helper-replace-supers" "^7.15.4"
+ "@babel/helper-simple-access" "^7.15.4"
+ "@babel/helper-split-export-declaration" "^7.15.4"
+ "@babel/helper-validator-identifier" "^7.15.7"
+ "@babel/template" "^7.15.4"
+ "@babel/traverse" "^7.15.4"
+ "@babel/types" "^7.15.6"
+
"@babel/helper-optimise-call-expression@^7.14.5":
version "7.14.5"
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
@@ -451,6 +469,11 @@
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
+"@babel/helper-validator-identifier@^7.15.7":
+ version "7.15.7"
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
+ integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
+
"@babel/helper-validator-option@^7.14.5":
version "7.14.5"
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
@@ -494,7 +517,7 @@
"@babel/traverse" "^7.15.4"
"@babel/types" "^7.15.4"
-"@babel/highlight@^7.10.4", "@babel/highlight@^7.14.5":
+"@babel/highlight@^7.14.5":
version "7.14.5"
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==
@@ -513,11 +536,16 @@
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.3.tgz#3416d9bea748052cfcb63dbcc27368105b1ed862"
integrity sha512-O0L6v/HvqbdJawj0iBEfVQMc3/6WP+AeOsovsIgBFyJaG+W2w7eqvZB7puddATmWuARlm1SX7DwxJ/JJUnDpEA==
-"@babel/parser@^7.15.4", "@babel/parser@^7.15.5":
+"@babel/parser@^7.15.4":
version "7.15.5"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.5.tgz#d33a58ca69facc05b26adfe4abebfed56c1c2dac"
integrity sha512-2hQstc6I7T6tQsWzlboMh3SgMRPaS4H6H7cPQsJkdzTzEGqQrpLDsE2BGASU5sBPoEQyHzeqU6C8uKbFeEk6sg==
+"@babel/parser@^7.15.8":
+ version "7.15.8"
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.8.tgz#7bacdcbe71bdc3ff936d510c15dcea7cf0b99016"
+ integrity sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA==
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4":
version "7.15.4"
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"
@@ -527,10 +555,10 @@
"@babel/helper-skip-transparent-expression-wrappers" "^7.15.4"
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
-"@babel/plugin-proposal-async-generator-functions@^7.15.4":
- version "7.15.4"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.4.tgz#f82aabe96c135d2ceaa917feb9f5fca31635277e"
- integrity sha512-2zt2g5vTXpMC3OmK6uyjvdXptbhBXfA77XGrd3gh93zwG8lZYBLOBImiGBEG0RANu3JqKEACCz5CGk73OJROBw==
+"@babel/plugin-proposal-async-generator-functions@^7.15.8":
+ version "7.15.8"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.8.tgz#a3100f785fab4357987c4223ab1b02b599048403"
+ integrity sha512-2Z5F2R2ibINTc63mY7FLqGfEbmofrHU9FitJW1Q7aPaKFhiPvSq6QEt/BoWN5oME3GVyjcRuNNSRbb9LC0CSWA==
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/helper-remap-async-to-generator" "^7.15.4"
@@ -601,16 +629,16 @@
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
-"@babel/plugin-proposal-object-rest-spread@^7.14.7":
- version "7.14.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.7.tgz#5920a2b3df7f7901df0205974c0641b13fd9d363"
- integrity sha512-082hsZz+sVabfmDWo1Oct1u1AgbKbUAyVgmX4otIc7bdsRgHBXwTwb3DpDmD4Eyyx6DNiuz5UAATT655k+kL5g==
+"@babel/plugin-proposal-object-rest-spread@^7.15.6":
+ version "7.15.6"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.15.6.tgz#ef68050c8703d07b25af402cb96cf7f34a68ed11"
+ integrity sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg==
dependencies:
- "@babel/compat-data" "^7.14.7"
- "@babel/helper-compilation-targets" "^7.14.5"
+ "@babel/compat-data" "^7.15.0"
+ "@babel/helper-compilation-targets" "^7.15.4"
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
- "@babel/plugin-transform-parameters" "^7.14.5"
+ "@babel/plugin-transform-parameters" "^7.15.4"
"@babel/plugin-proposal-optional-catch-binding@^7.14.5":
version "7.14.5"
@@ -950,13 +978,6 @@
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/helper-replace-supers" "^7.14.5"
-"@babel/plugin-transform-parameters@^7.14.5":
- version "7.14.5"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.14.5.tgz#49662e86a1f3ddccac6363a7dfb1ff0a158afeb3"
- integrity sha512-Tl7LWdr6HUxTmzQtzuU14SqbgrSKmaR77M0OKyq4njZLQTPfOvzblNKyNkGwOfEFCEx7KeYHQHDI0P3F02IVkA==
- dependencies:
- "@babel/helper-plugin-utils" "^7.14.5"
-
"@babel/plugin-transform-parameters@^7.15.4":
version "7.15.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.15.4.tgz#5f2285cc3160bf48c8502432716b48504d29ed62"
@@ -1018,15 +1039,15 @@
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
-"@babel/plugin-transform-runtime@^7.15.0":
- version "7.15.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.0.tgz#d3aa650d11678ca76ce294071fda53d7804183b3"
- integrity sha512-sfHYkLGjhzWTq6xsuQ01oEsUYjkHRux9fW1iUA68dC7Qd8BS1Unq4aZ8itmQp95zUzIcyR2EbNMTzAicFj+guw==
+"@babel/plugin-transform-runtime@^7.15.8":
+ version "7.15.8"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.8.tgz#9d15b1e94e1c7f6344f65a8d573597d93c6cd886"
+ integrity sha512-+6zsde91jMzzvkzuEA3k63zCw+tm/GvuuabkpisgbDMTPQsIMHllE3XczJFFtEHLjjhKQFZmGQVRdELetlWpVw==
dependencies:
- "@babel/helper-module-imports" "^7.14.5"
+ "@babel/helper-module-imports" "^7.15.4"
"@babel/helper-plugin-utils" "^7.14.5"
babel-plugin-polyfill-corejs2 "^0.2.2"
- babel-plugin-polyfill-corejs3 "^0.2.2"
+ babel-plugin-polyfill-corejs3 "^0.2.5"
babel-plugin-polyfill-regenerator "^0.2.2"
semver "^6.3.0"
@@ -1037,13 +1058,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
-"@babel/plugin-transform-spread@^7.14.6":
- version "7.14.6"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz#6bd40e57fe7de94aa904851963b5616652f73144"
- integrity sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag==
+"@babel/plugin-transform-spread@^7.15.8":
+ version "7.15.8"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.15.8.tgz#79d5aa27f68d700449b2da07691dfa32d2f6d468"
+ integrity sha512-/daZ8s2tNaRekl9YJa9X4bzjpeRZLt122cpgFnQPLGUe61PH8zMEBmYqKkW5xF5JUEh5buEGXJoQpqBmIbpmEQ==
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
- "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.15.4"
"@babel/plugin-transform-sticky-regex@^7.14.5":
version "7.14.5"
@@ -1090,17 +1111,17 @@
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
"@babel/helper-plugin-utils" "^7.14.5"
-"@babel/preset-env@^7.15.4":
- version "7.15.4"
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.4.tgz#197e7f99a755c488f0af411af179cbd10de6e815"
- integrity sha512-4f2nLw+q6ht8gl3sHCmNhmA5W6b1ItLzbH3UrKuJxACHr2eCpk96jwjrAfCAaXaaVwTQGnyUYHY2EWXJGt7TUQ==
+"@babel/preset-env@^7.15.8":
+ version "7.15.8"
+ resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.8.tgz#f527ce5bcb121cd199f6b502bf23e420b3ff8dba"
+ integrity sha512-rCC0wH8husJgY4FPbHsiYyiLxSY8oMDJH7Rl6RQMknbN9oDDHhM9RDFvnGM2MgkbUJzSQB4gtuwygY5mCqGSsA==
dependencies:
"@babel/compat-data" "^7.15.0"
"@babel/helper-compilation-targets" "^7.15.4"
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/helper-validator-option" "^7.14.5"
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.15.4"
- "@babel/plugin-proposal-async-generator-functions" "^7.15.4"
+ "@babel/plugin-proposal-async-generator-functions" "^7.15.8"
"@babel/plugin-proposal-class-properties" "^7.14.5"
"@babel/plugin-proposal-class-static-block" "^7.15.4"
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
@@ -1109,7 +1130,7 @@
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.5"
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
"@babel/plugin-proposal-numeric-separator" "^7.14.5"
- "@babel/plugin-proposal-object-rest-spread" "^7.14.7"
+ "@babel/plugin-proposal-object-rest-spread" "^7.15.6"
"@babel/plugin-proposal-optional-catch-binding" "^7.14.5"
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
"@babel/plugin-proposal-private-methods" "^7.14.5"
@@ -1155,16 +1176,16 @@
"@babel/plugin-transform-regenerator" "^7.14.5"
"@babel/plugin-transform-reserved-words" "^7.14.5"
"@babel/plugin-transform-shorthand-properties" "^7.14.5"
- "@babel/plugin-transform-spread" "^7.14.6"
+ "@babel/plugin-transform-spread" "^7.15.8"
"@babel/plugin-transform-sticky-regex" "^7.14.5"
"@babel/plugin-transform-template-literals" "^7.14.5"
"@babel/plugin-transform-typeof-symbol" "^7.14.5"
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
"@babel/plugin-transform-unicode-regex" "^7.14.5"
"@babel/preset-modules" "^0.1.4"
- "@babel/types" "^7.15.4"
+ "@babel/types" "^7.15.6"
babel-plugin-polyfill-corejs2 "^0.2.2"
- babel-plugin-polyfill-corejs3 "^0.2.2"
+ babel-plugin-polyfill-corejs3 "^0.2.5"
babel-plugin-polyfill-regenerator "^0.2.2"
core-js-compat "^3.16.0"
semver "^6.3.0"
@@ -1320,19 +1341,39 @@
"@babel/helper-validator-identifier" "^7.14.9"
to-fast-properties "^2.0.0"
+"@babel/types@^7.15.6":
+ version "7.15.6"
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f"
+ integrity sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==
+ dependencies:
+ "@babel/helper-validator-identifier" "^7.14.9"
+ to-fast-properties "^2.0.0"
+
"@bcoe/v8-coverage@^0.2.3":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
-"@eslint/eslintrc@^0.4.3":
- version "0.4.3"
- resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
- integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==
+"@cspotcode/source-map-consumer@0.8.0":
+ version "0.8.0"
+ resolved "https://registry.yarnpkg.com/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz#33bf4b7b39c178821606f669bbc447a6a629786b"
+ integrity sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==
+
+"@cspotcode/source-map-support@0.7.0":
+ version "0.7.0"
+ resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.7.0.tgz#4789840aa859e46d2f3173727ab707c66bf344f5"
+ integrity sha512-X4xqRHqN8ACt2aHVe51OxeA2HjbcL4MqFqXkrmQszJ1NOUuUu5u6Vqx/0lZSVNku7velL5FC/s5uEAj1lsBMhA==
dependencies:
+ "@cspotcode/source-map-consumer" "0.8.0"
+
+"@eslint/eslintrc@^1.0.3":
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.0.3.tgz#41f08c597025605f672251dcc4e8be66b5ed7366"
+ integrity sha512-DHI1wDPoKCBPoLZA3qDR91+3te/wDSc1YhKg3jR8NxKKRJq2hwHwcWv31cSwSYvIBrmbENoYMWcenW8uproQqg==
+ dependencies:
ajv "^6.12.4"
- debug "^4.1.1"
- espree "^7.3.0"
+ debug "^4.3.2"
+ espree "^9.0.0"
globals "^13.9.0"
ignore "^4.0.6"
import-fresh "^3.2.1"
@@ -1340,6 +1381,22 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"
+"@ethereumjs/common@^2.3.0", "@ethereumjs/common@^2.4.0", "@ethereumjs/common@^2.5.0":
+ version "2.5.0"
+ resolved "https://registry.yarnpkg.com/@ethereumjs/common/-/common-2.5.0.tgz#ec61551b31bef7a69d1dc634d8932468866a4268"
+ integrity sha512-DEHjW6e38o+JmB/NO3GZBpW4lpaiBpkFgXF6jLcJ6gETBYpEyaA5nTimsWBUJR3Vmtm/didUEbNjajskugZORg==
+ dependencies:
+ crc-32 "^1.2.0"
+ ethereumjs-util "^7.1.1"
+
+"@ethereumjs/tx@^3.2.1":
+ version "3.3.2"
+ resolved "https://registry.yarnpkg.com/@ethereumjs/tx/-/tx-3.3.2.tgz#348d4624bf248aaab6c44fec2ae67265efe3db00"
+ integrity sha512-6AaJhwg4ucmwTvw/1qLaZUX5miWrwZ4nLOUsKyb/HtzS3BMw/CasKhdi1ims9mBKeK9sOJCH4qGKOBGyJCeeog==
+ dependencies:
+ "@ethereumjs/common" "^2.5.0"
+ ethereumjs-util "^7.1.2"
+
"@ethersproject/abi@5.0.7":
version "5.0.7"
resolved "https://registry.yarnpkg.com/@ethersproject/abi/-/abi-5.0.7.tgz#79e52452bd3ca2956d0e1c964207a58ad1a0ee7b"
@@ -1516,10 +1573,10 @@
"@ethersproject/properties" "^5.3.0"
"@ethersproject/strings" "^5.3.0"
-"@humanwhocodes/config-array@^0.5.0":
- version "0.5.0"
- resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
- integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
+"@humanwhocodes/config-array@^0.6.0":
+ version "0.6.0"
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.6.0.tgz#b5621fdb3b32309d2d16575456cbc277fa8f021a"
+ integrity sha512-JQlEKbcgEUjBFhLIF4iqM7u/9lwgHRBcpHrmUNCALK0Q3amXN6lxdoXLnF0sm11E9VqTmBALR87IlUg1bZ8A9A==
dependencies:
"@humanwhocodes/object-schema" "^1.2.0"
debug "^4.1.1"
@@ -1546,94 +1603,94 @@
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
-"@jest/console@^27.1.0":
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/@jest/console/-/console-27.1.0.tgz#de13b603cb1d389b50c0dc6296e86e112381e43c"
- integrity sha512-+Vl+xmLwAXLNlqT61gmHEixeRbS4L8MUzAjtpBCOPWH+izNI/dR16IeXjkXJdRtIVWVSf9DO1gdp67B1XorZhQ==
+"@jest/console@^27.3.1":
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/@jest/console/-/console-27.3.1.tgz#e8ea3a475d3f8162f23d69efbfaa9cbe486bee93"
+ integrity sha512-RkFNWmv0iui+qsOr/29q9dyfKTTT5DCuP31kUwg7rmOKPT/ozLeGLKJKVIiOfbiKyleUZKIrHwhmiZWVe8IMdw==
dependencies:
- "@jest/types" "^27.1.0"
+ "@jest/types" "^27.2.5"
"@types/node" "*"
chalk "^4.0.0"
- jest-message-util "^27.1.0"
- jest-util "^27.1.0"
+ jest-message-util "^27.3.1"
+ jest-util "^27.3.1"
slash "^3.0.0"
-"@jest/core@^27.1.0":
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.1.0.tgz#622220f18032f5869e579cecbe744527238648bf"
- integrity sha512-3l9qmoknrlCFKfGdrmiQiPne+pUR4ALhKwFTYyOeKw6egfDwJkO21RJ1xf41rN8ZNFLg5W+w6+P4fUqq4EMRWA==
+"@jest/core@^27.3.1":
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.3.1.tgz#04992ef1b58b17c459afb87ab56d81e63d386925"
+ integrity sha512-DMNE90RR5QKx0EA+wqe3/TNEwiRpOkhshKNxtLxd4rt3IZpCt+RSL+FoJsGeblRZmqdK4upHA/mKKGPPRAifhg==
dependencies:
- "@jest/console" "^27.1.0"
- "@jest/reporters" "^27.1.0"
- "@jest/test-result" "^27.1.0"
- "@jest/transform" "^27.1.0"
- "@jest/types" "^27.1.0"
+ "@jest/console" "^27.3.1"
+ "@jest/reporters" "^27.3.1"
+ "@jest/test-result" "^27.3.1"
+ "@jest/transform" "^27.3.1"
+ "@jest/types" "^27.2.5"
"@types/node" "*"
ansi-escapes "^4.2.1"
chalk "^4.0.0"
emittery "^0.8.1"
exit "^0.1.2"
graceful-fs "^4.2.4"
- jest-changed-files "^27.1.0"
- jest-config "^27.1.0"
- jest-haste-map "^27.1.0"
- jest-message-util "^27.1.0"
+ jest-changed-files "^27.3.0"
+ jest-config "^27.3.1"
+ jest-haste-map "^27.3.1"
+ jest-message-util "^27.3.1"
jest-regex-util "^27.0.6"
- jest-resolve "^27.1.0"
- jest-resolve-dependencies "^27.1.0"
- jest-runner "^27.1.0"
- jest-runtime "^27.1.0"
- jest-snapshot "^27.1.0"
- jest-util "^27.1.0"
- jest-validate "^27.1.0"
- jest-watcher "^27.1.0"
+ jest-resolve "^27.3.1"
+ jest-resolve-dependencies "^27.3.1"
+ jest-runner "^27.3.1"
+ jest-runtime "^27.3.1"
+ jest-snapshot "^27.3.1"
+ jest-util "^27.3.1"
+ jest-validate "^27.3.1"
+ jest-watcher "^27.3.1"
micromatch "^4.0.4"
- p-each-series "^2.1.0"
rimraf "^3.0.0"
slash "^3.0.0"
strip-ansi "^6.0.0"
-"@jest/environment@^27.1.0":
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.1.0.tgz#c7224a67004759ec203d8fa44e8bc0db93f66c44"
- integrity sha512-wRp50aAMY2w1U2jP1G32d6FUVBNYqmk8WaGkiIEisU48qyDV0WPtw3IBLnl7orBeggveommAkuijY+RzVnNDOQ==
+"@jest/environment@^27.3.1":
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.3.1.tgz#2182defbce8d385fd51c5e7c7050f510bd4c86b1"
+ integrity sha512-BCKCj4mOVLme6Tanoyc9k0ultp3pnmuyHw73UHRPeeZxirsU/7E3HC4le/VDb/SMzE1JcPnto+XBKFOcoiJzVw==
dependencies:
- "@jest/fake-timers" "^27.1.0"
- "@jest/types" "^27.1.0"
+ "@jest/fake-timers" "^27.3.1"
+ "@jest/types" "^27.2.5"
"@types/node" "*"
- jest-mock "^27.1.0"
+ jest-mock "^27.3.0"
-"@jest/fake-timers@^27.1.0":
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.1.0.tgz#c0b343d8a16af17eab2cb6862e319947c0ea2abe"
- integrity sha512-22Zyn8il8DzpS+30jJNVbTlm7vAtnfy1aYvNeOEHloMlGy1PCYLHa4PWlSws0hvNsMM5bON6GISjkLoQUV3oMA==
+"@jest/fake-timers@^27.3.1":
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.3.1.tgz#1fad860ee9b13034762cdb94266e95609dfce641"
+ integrity sha512-M3ZFgwwlqJtWZ+QkBG5NmC23A9w+A6ZxNsO5nJxJsKYt4yguBd3i8TpjQz5NfCX91nEve1KqD9RA2Q+Q1uWqoA==
dependencies:
- "@jest/types" "^27.1.0"
- "@sinonjs/fake-timers" "^7.0.2"
+ "@jest/types" "^27.2.5"
+ "@sinonjs/fake-timers" "^8.0.1"
"@types/node" "*"
- jest-message-util "^27.1.0"
- jest-mock "^27.1.0"
- jest-util "^27.1.0"
+ jest-message-util "^27.3.1"
+ jest-mock "^27.3.0"
+ jest-util "^27.3.1"
-"@jest/globals@^27.1.0":
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.1.0.tgz#e093a49c718dd678a782c197757775534c88d3f2"
- integrity sha512-73vLV4aNHAlAgjk0/QcSIzzCZSqVIPbmFROJJv9D3QUR7BI4f517gVdJpSrCHxuRH3VZFhe0yGG/tmttlMll9g==
+"@jest/globals@^27.3.1":
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.3.1.tgz#ce1dfb03d379237a9da6c1b99ecfaca1922a5f9e"
+ integrity sha512-Q651FWiWQAIFiN+zS51xqhdZ8g9b88nGCobC87argAxA7nMfNQq0Q0i9zTfQYgLa6qFXk2cGANEqfK051CZ8Pg==
dependencies:
- "@jest/environment" "^27.1.0"
- "@jest/types" "^27.1.0"
- expect "^27.1.0"
+ "@jest/environment" "^27.3.1"
+ "@jest/types" "^27.2.5"
+ expect "^27.3.1"
-"@jest/reporters@^27.1.0":
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-27.1.0.tgz#02ed1e6601552c2f6447378533f77aad002781d4"
- integrity sha512-5T/zlPkN2HnK3Sboeg64L5eC8iiaZueLpttdktWTJsvALEtP2YMkC5BQxwjRWQACG9SwDmz+XjjkoxXUDMDgdw==
+"@jest/reporters@^27.3.1":
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-27.3.1.tgz#28b5c1f5789481e23788048fa822ed15486430b9"
+ integrity sha512-m2YxPmL9Qn1emFVgZGEiMwDntDxRRQ2D58tiDQlwYTg5GvbFOKseYCcHtn0WsI8CG4vzPglo3nqbOiT8ySBT/w==
dependencies:
"@bcoe/v8-coverage" "^0.2.3"
- "@jest/console" "^27.1.0"
- "@jest/test-result" "^27.1.0"
- "@jest/transform" "^27.1.0"
- "@jest/types" "^27.1.0"
+ "@jest/console" "^27.3.1"
+ "@jest/test-result" "^27.3.1"
+ "@jest/transform" "^27.3.1"
+ "@jest/types" "^27.2.5"
+ "@types/node" "*"
chalk "^4.0.0"
collect-v8-coverage "^1.0.0"
exit "^0.1.2"
@@ -1644,15 +1701,15 @@
istanbul-lib-report "^3.0.0"
istanbul-lib-source-maps "^4.0.0"
istanbul-reports "^3.0.2"
- jest-haste-map "^27.1.0"
- jest-resolve "^27.1.0"
- jest-util "^27.1.0"
- jest-worker "^27.1.0"
+ jest-haste-map "^27.3.1"
+ jest-resolve "^27.3.1"
+ jest-util "^27.3.1"
+ jest-worker "^27.3.1"
slash "^3.0.0"
source-map "^0.6.0"
string-length "^4.0.1"
terminal-link "^2.0.0"
- v8-to-istanbul "^8.0.0"
+ v8-to-istanbul "^8.1.0"
"@jest/source-map@^27.0.6":
version "27.0.6"
@@ -1663,51 +1720,51 @@
graceful-fs "^4.2.4"
source-map "^0.6.0"
-"@jest/test-result@^27.1.0":
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.1.0.tgz#9345ae5f97f6a5287af9ebd54716cd84331d42e8"
- integrity sha512-Aoz00gpDL528ODLghat3QSy6UBTD5EmmpjrhZZMK/v1Q2/rRRqTGnFxHuEkrD4z/Py96ZdOHxIWkkCKRpmnE1A==
+"@jest/test-result@^27.3.1":
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.3.1.tgz#89adee8b771877c69b3b8d59f52f29dccc300194"
+ integrity sha512-mLn6Thm+w2yl0opM8J/QnPTqrfS4FoXsXF2WIWJb2O/GBSyResL71BRuMYbYRsGt7ELwS5JGcEcGb52BNrumgg==
dependencies:
- "@jest/console" "^27.1.0"
- "@jest/types" "^27.1.0"
+ "@jest/console" "^27.3.1"
+ "@jest/types" "^27.2.5"
"@types/istanbul-lib-coverage" "^2.0.0"
collect-v8-coverage "^1.0.0"
-"@jest/test-sequencer@^27.1.0":
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-27.1.0.tgz#04e8b3bd735570d3d48865e74977a14dc99bff2d"
- integrity sha512-lnCWawDr6Z1DAAK9l25o3AjmKGgcutq1iIbp+hC10s/HxnB8ZkUsYq1FzjOoxxZ5hW+1+AthBtvS4x9yno3V1A==
+"@jest/test-sequencer@^27.3.1":
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-27.3.1.tgz#4b3bde2dbb05ee74afdae608cf0768e3354683b1"
+ integrity sha512-siySLo07IMEdSjA4fqEnxfIX8lB/lWYsBPwNFtkOvsFQvmBrL3yj3k3uFNZv/JDyApTakRpxbKLJ3CT8UGVCrA==
dependencies:
- "@jest/test-result" "^27.1.0"
+ "@jest/test-result" "^27.3.1"
graceful-fs "^4.2.4"
- jest-haste-map "^27.1.0"
- jest-runtime "^27.1.0"
+ jest-haste-map "^27.3.1"
+ jest-runtime "^27.3.1"
-"@jest/transform@^27.1.0":
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.1.0.tgz#962e385517e3d1f62827fa39c305edcc3ca8544b"
- integrity sha512-ZRGCA2ZEVJ00ubrhkTG87kyLbN6n55g1Ilq0X9nJb5bX3MhMp3O6M7KG+LvYu+nZRqG5cXsQnJEdZbdpTAV8pQ==
+"@jest/transform@^27.3.1":
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.3.1.tgz#ff80eafbeabe811e9025e4b6f452126718455220"
+ integrity sha512-3fSvQ02kuvjOI1C1ssqMVBKJpZf6nwoCiSu00zAKh5nrp3SptNtZy/8s5deayHnqxhjD9CWDJ+yqQwuQ0ZafXQ==
dependencies:
"@babel/core" "^7.1.0"
- "@jest/types" "^27.1.0"
+ "@jest/types" "^27.2.5"
babel-plugin-istanbul "^6.0.0"
chalk "^4.0.0"
convert-source-map "^1.4.0"
fast-json-stable-stringify "^2.0.0"
graceful-fs "^4.2.4"
- jest-haste-map "^27.1.0"
+ jest-haste-map "^27.3.1"
jest-regex-util "^27.0.6"
- jest-util "^27.1.0"
+ jest-util "^27.3.1"
micromatch "^4.0.4"
pirates "^4.0.1"
slash "^3.0.0"
source-map "^0.6.1"
write-file-atomic "^3.0.0"
-"@jest/types@^27.1.0":
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.1.0.tgz#674a40325eab23c857ebc0689e7e191a3c5b10cc"
- integrity sha512-pRP5cLIzN7I7Vp6mHKRSaZD7YpBTK7hawx5si8trMKqk4+WOdK8NEKOTO2G8PKWD1HbKMVckVB6/XHh/olhf2g==
+"@jest/types@^27.2.5":
+ version "27.2.5"
+ resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.2.5.tgz#420765c052605e75686982d24b061b4cbba22132"
+ integrity sha512-nmuM4VuDtCZcY+eTpw+0nvstwReMsjPoj7ZR80/BbixulhLaiX+fbv8oeLW8WZlJMcsGQsTmMKT/iTZu1Uy/lQ==
dependencies:
"@types/istanbul-lib-coverage" "^2.0.0"
"@types/istanbul-reports" "^3.0.0"
@@ -1715,22 +1772,10 @@
"@types/yargs" "^16.0.0"
chalk "^4.0.0"
-"@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.2":
- version "2.1.8-no-fsevents.2"
- resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.2.tgz#e324c0a247a5567192dd7180647709d7e2faf94b"
- integrity sha512-Fb8WxUFOBQVl+CX4MWet5o7eCc6Pj04rXIwVKZ6h1NnqTo45eOQW6aWyhG25NIODvWFwTDMwBsYxrQ3imxpetg==
- dependencies:
- anymatch "^2.0.0"
- async-each "^1.0.1"
- braces "^2.3.2"
- glob-parent "^5.1.2"
- inherits "^2.0.3"
- is-binary-path "^1.0.0"
- is-glob "^4.0.0"
- normalize-path "^3.0.0"
- path-is-absolute "^1.0.0"
- readdirp "^2.2.1"
- upath "^1.1.1"
+"@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3":
+ version "2.1.8-no-fsevents.3"
+ resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz#323d72dd25103d0c4fbdce89dadf574a787b1f9b"
+ integrity sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==
"@nodelib/fs.scandir@2.1.5":
version "2.1.5"
@@ -1854,58 +1899,88 @@
dependencies:
"@octokit/openapi-types" "^7.3.2"
-"@polkadot/api-contract@5.8.3":
- version "5.8.3"
- resolved "https://registry.yarnpkg.com/@polkadot/api-contract/-/api-contract-5.8.3.tgz#2fcb63d5b5fe3f70e686c7eb730cc4e06a80530d"
- integrity sha512-+oWpUPb7w9E13ww4mMMZN7hxr/iKclDA2Ya3gvGnM7qkvTD6QPzoE9+QDpjn7gZWyZ0hmUQz5f5e2AVj7YGCog==
+"@polkadot/api-contract@6.5.1":
+ version "6.5.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/api-contract/-/api-contract-6.5.1.tgz#bc61e0def693ab866550c304384d909fec6cf64d"
+ integrity sha512-cV86H2oGKs9dbO3wf911ftRrGvbzq9tkJzTsocx12WhAKORVT11zIKPThaVmzzrdqSqN7q7tth8p4HBDXZp9qw==
dependencies:
"@babel/runtime" "^7.15.4"
- "@polkadot/api" "5.8.3"
- "@polkadot/types" "5.8.3"
- "@polkadot/util" "^7.3.1"
- rxjs "^7.3.0"
+ "@polkadot/api" "6.5.1"
+ "@polkadot/types" "6.5.1"
+ "@polkadot/util" "^7.6.1"
+ rxjs "^7.4.0"
-"@polkadot/api-derive@5.8.3":
- version "5.8.3"
- resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-5.8.3.tgz#56915bddce9ebe09137d8999c1cd39447c4dda74"
- integrity sha512-+bO8Dap3LknoxEP5X6IpIueU9wuLHC9EVNE/1PYIabiwOeMKA3TQR2yAPDnd6GhAc9mg/M0zl+zkzkYHfJ9X8g==
+"@polkadot/api-derive@6.5.1":
+ version "6.5.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-6.5.1.tgz#c2e7d632c3c156355218650e6414504d9a154b17"
+ integrity sha512-OwiCYcak3fqiZtE28FbqEd+ZTck9LmsEk01VPQigwSgNu/qbiuKGZ+MurK6yWy8sHbFdcDLPR07/iD5/fhQZRw==
+ dependencies:
+ "@babel/runtime" "^7.15.4"
+ "@polkadot/api" "6.5.1"
+ "@polkadot/rpc-core" "6.5.1"
+ "@polkadot/types" "6.5.1"
+ "@polkadot/util" "^7.6.1"
+ "@polkadot/util-crypto" "^7.6.1"
+ rxjs "^7.4.0"
+
+"@polkadot/api-derive@6.5.2-3":
+ version "6.5.2-3"
+ resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-6.5.2-3.tgz#c3c85a4326a105398083858d2eca44d14685d8b3"
+ integrity sha512-VSBKcSrZU/nvl2yy3w1hWkTayoYGXGyySUkYrc6H/xA6NDeU9Pj3p3PMNnI1zeTL9SIuoQs1g2h8k8Ynaxq5fQ==
dependencies:
"@babel/runtime" "^7.15.4"
- "@polkadot/api" "5.8.3"
- "@polkadot/rpc-core" "5.8.3"
- "@polkadot/types" "5.8.3"
- "@polkadot/util" "^7.3.1"
- "@polkadot/util-crypto" "^7.3.1"
- rxjs "^7.3.0"
+ "@polkadot/api" "6.5.2-3"
+ "@polkadot/rpc-core" "6.5.2-3"
+ "@polkadot/types" "6.5.2-3"
+ "@polkadot/util" "^7.6.1"
+ "@polkadot/util-crypto" "^7.6.1"
+ rxjs "^7.4.0"
+
+"@polkadot/api@6.5.1":
+ version "6.5.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-6.5.1.tgz#c6c46ed8274114d56652574bfc64a01610401490"
+ integrity sha512-hxnXb4qFlRbqBKnWgvNtRAukDRthAcLjhh1IY9oQ6WRJipdb2wMtNz6MY06gLI0MVGv9u2fOC6Rhd2JGo4CKZg==
+ dependencies:
+ "@babel/runtime" "^7.15.4"
+ "@polkadot/api-derive" "6.5.1"
+ "@polkadot/keyring" "^7.6.1"
+ "@polkadot/rpc-core" "6.5.1"
+ "@polkadot/rpc-provider" "6.5.1"
+ "@polkadot/types" "6.5.1"
+ "@polkadot/types-known" "6.5.1"
+ "@polkadot/util" "^7.6.1"
+ "@polkadot/util-crypto" "^7.6.1"
+ eventemitter3 "^4.0.7"
+ rxjs "^7.4.0"
-"@polkadot/api@5.8.3":
- version "5.8.3"
- resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-5.8.3.tgz#36440c47e6daf6bd71f5af66768fe6703f134028"
- integrity sha512-O7sOUTNfMl0loHwK+WisJH36qw/EACeK9pPPh4bk9Gftda4j0JbGYSUnf59F9QjddkkwstOXbbQSRVM6JTQ7Yw==
+"@polkadot/api@6.5.2-3":
+ version "6.5.2-3"
+ resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-6.5.2-3.tgz#715f2746faf5edb84ddebeeaf9b37c15226a50f4"
+ integrity sha512-Ugrd3MK265cwE88cu6W9k/4bIutu5O5YFpw6t7Rf0OWOgibZsGnd1/CTi1e/F85Ro7FxyT7lBFQFM9XA1hUnDA==
dependencies:
"@babel/runtime" "^7.15.4"
- "@polkadot/api-derive" "5.8.3"
- "@polkadot/keyring" "^7.3.1"
- "@polkadot/rpc-core" "5.8.3"
- "@polkadot/rpc-provider" "5.8.3"
- "@polkadot/types" "5.8.3"
- "@polkadot/types-known" "5.8.3"
- "@polkadot/util" "^7.3.1"
- "@polkadot/util-crypto" "^7.3.1"
+ "@polkadot/api-derive" "6.5.2-3"
+ "@polkadot/keyring" "^7.6.1"
+ "@polkadot/rpc-core" "6.5.2-3"
+ "@polkadot/rpc-provider" "6.5.2-3"
+ "@polkadot/types" "6.5.2-3"
+ "@polkadot/types-known" "6.5.2-3"
+ "@polkadot/util" "^7.6.1"
+ "@polkadot/util-crypto" "^7.6.1"
eventemitter3 "^4.0.7"
- rxjs "^7.3.0"
+ rxjs "^7.4.0"
-"@polkadot/dev@0.62.66":
- version "0.62.66"
- resolved "https://registry.yarnpkg.com/@polkadot/dev/-/dev-0.62.66.tgz#64615b4be9ecf81a2191a8ef687f7e2832b5d6a7"
- integrity sha512-bkMeUyljeanzkUUvtWYTJ0zQE//kYeCvc4DLRDpVglWBB4xL9lbjyLh5q6tTk8Pew3Wm2CADCmGyFyUJKWyf8Q==
+"@polkadot/dev@0.63.9":
+ version "0.63.9"
+ resolved "https://registry.yarnpkg.com/@polkadot/dev/-/dev-0.63.9.tgz#911e92d2b8c60d35dbb897fb917f065f1aa750ac"
+ integrity sha512-lH9A7NTJNHJN+J4TBPcqhGkhEAsNAjqeVgUH980MwcovMo7mehFLadSt9Qi/+qFeZxEsp67+daeI4sqdo8csmg==
dependencies:
- "@babel/cli" "^7.15.4"
- "@babel/core" "^7.15.5"
+ "@babel/cli" "^7.15.7"
+ "@babel/core" "^7.15.8"
"@babel/plugin-proposal-class-properties" "^7.14.5"
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
"@babel/plugin-proposal-numeric-separator" "^7.14.5"
- "@babel/plugin-proposal-object-rest-spread" "^7.14.7"
+ "@babel/plugin-proposal-object-rest-spread" "^7.15.6"
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
"@babel/plugin-proposal-private-methods" "^7.14.5"
"@babel/plugin-syntax-bigint" "^7.8.3"
@@ -1913,163 +1988,208 @@
"@babel/plugin-syntax-import-meta" "^7.10.4"
"@babel/plugin-syntax-top-level-await" "^7.14.5"
"@babel/plugin-transform-regenerator" "^7.14.5"
- "@babel/plugin-transform-runtime" "^7.15.0"
- "@babel/preset-env" "^7.15.4"
+ "@babel/plugin-transform-runtime" "^7.15.8"
+ "@babel/preset-env" "^7.15.8"
"@babel/preset-react" "^7.14.5"
"@babel/preset-typescript" "^7.15.0"
"@babel/register" "^7.15.3"
"@babel/runtime" "^7.15.4"
- "@rollup/plugin-alias" "^3.1.5"
- "@rollup/plugin-commonjs" "^20.0.0"
- "@rollup/plugin-inject" "^4.0.2"
+ "@rollup/plugin-alias" "^3.1.8"
+ "@rollup/plugin-commonjs" "^21.0.1"
+ "@rollup/plugin-inject" "^4.0.3"
"@rollup/plugin-json" "^4.1.0"
- "@rollup/plugin-node-resolve" "^13.0.4"
- "@rushstack/eslint-patch" "^1.0.6"
- "@typescript-eslint/eslint-plugin" "4.30.0"
- "@typescript-eslint/parser" "4.30.0"
+ "@rollup/plugin-node-resolve" "^13.0.6"
+ "@rushstack/eslint-patch" "^1.0.8"
+ "@typescript-eslint/eslint-plugin" "5.1.0"
+ "@typescript-eslint/parser" "5.1.0"
"@vue/component-compiler-utils" "^3.2.2"
- babel-jest "^27.1.0"
+ babel-jest "^27.3.1"
babel-plugin-module-extension-resolver "^1.0.0-rc.2"
babel-plugin-module-resolver "^4.1.0"
- babel-plugin-styled-components "^1.13.2"
- browserslist "^4.16.8"
+ babel-plugin-styled-components "^1.13.3"
+ browserslist "^4.17.4"
chalk "^4.1.2"
coveralls "^3.1.1"
- eslint "^7.32.0"
+ eslint "^8.1.0"
eslint-config-standard "^16.0.3"
eslint-import-resolver-node "^0.3.6"
eslint-plugin-header "^3.1.1"
- eslint-plugin-import "^2.24.2"
- eslint-plugin-import-newlines "^1.1.4"
+ eslint-plugin-import "^2.25.2"
+ eslint-plugin-import-newlines "^1.1.5"
eslint-plugin-node "^11.1.0"
- eslint-plugin-promise "^5.1.0"
- eslint-plugin-react "^7.25.1"
- eslint-plugin-react-hooks "^4.2.0"
+ eslint-plugin-promise "^5.1.1"
+ eslint-plugin-react "^7.26.1"
+ eslint-plugin-react-hooks "^4.2.1-alpha-930c9e7ee-20211015"
eslint-plugin-simple-import-sort "^7.0.0"
eslint-plugin-sort-destructure-keys "^1.3.5"
fs-extra "^10.0.0"
gh-pages "^3.2.3"
- gh-release "^6.0.0"
- glob "^7.1.7"
+ gh-release "^6.0.1"
+ glob "^7.2.0"
glob2base "^0.0.12"
- jest "^27.1.0"
- jest-cli "^27.1.0"
- jest-config "^27.1.0"
- jest-haste-map "^27.1.0"
- jest-resolve "^27.1.0"
+ jest "^27.3.1"
+ jest-cli "^27.3.1"
+ jest-config "^27.3.1"
+ jest-haste-map "^27.3.1"
+ jest-resolve "^27.3.1"
madge "^5.0.1"
minimatch "^3.0.4"
mkdirp "^1.0.4"
- prettier "^2.3.2"
+ prettier "^2.4.1"
rimraf "^3.0.2"
- rollup "^2.56.3"
- typescript "^4.4.2"
- yargs "^17.1.1"
+ rollup "^2.58.0"
+ typescript "^4.4.4"
+ yargs "^17.2.1"
-"@polkadot/keyring@^7.3.1":
- version "7.3.1"
- resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-7.3.1.tgz#bf36115cfb395567bec9cf13c8e3fc0fb39c802a"
- integrity sha512-3lbwIjUql8yjs6AR2fMdCgmTc5D9ne7+y2jqHmGjyzVQFz1w1jiHb+N38L0pwl9/23UxmzC3aVvHLfl3gEGSIQ==
+"@polkadot/keyring@^7.6.1":
+ version "7.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-7.6.1.tgz#a138e417cbbf85b3f0f66af66f5cd40735ba24a1"
+ integrity sha512-lpbTHAQqae++cvaNfuCjdz2xbNrk0ZSGCM8w08Br6NIz8NyrwR/qm1PfV75leoLq/Qx58+aj8v2qANEBOVz4vQ==
dependencies:
- "@babel/runtime" "^7.15.3"
- "@polkadot/util" "7.3.1"
- "@polkadot/util-crypto" "7.3.1"
+ "@babel/runtime" "^7.15.4"
+ "@polkadot/util" "7.6.1"
+ "@polkadot/util-crypto" "7.6.1"
-"@polkadot/networks@7.3.1", "@polkadot/networks@^7.3.1":
- version "7.3.1"
- resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-7.3.1.tgz#4d4f7269ff9c285363946175ca95d6aaa08bdacc"
- integrity sha512-sK9TyVf1aAWy84usKjNqb6rNiy4UB6cK3iM+bfltzrLHdchjAMPdxMqULNBL8MXjrnuzPpTtsdkGFqp5P69oIQ==
+"@polkadot/networks@7.6.1", "@polkadot/networks@^7.6.1":
+ version "7.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-7.6.1.tgz#d7ca346a3c15b29c9286ccbc67b1438bf9c8130e"
+ integrity sha512-76RdEVy+G14P13oxSe3+VDwFdVYRNVAy7xi9ESJBRZFnQC/TIL2rOeg7Gq5+HP/mkgzG4gL5X30VdE+aKzokpA==
dependencies:
- "@babel/runtime" "^7.15.3"
+ "@babel/runtime" "^7.15.4"
-"@polkadot/rpc-core@5.8.3":
- version "5.8.3"
- resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-5.8.3.tgz#a9a489c8ba1cf2779a7dc76b96195386c44d77f8"
- integrity sha512-/QMPb1uCXJLxHTAG/KVr0TWkJ1tgwB8xOB0Fe57tFaFmQ8bq4e08iHUVH1nzpyKAS35kGhov+W7YqdJffFL9vQ==
+"@polkadot/rpc-core@6.5.1":
+ version "6.5.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-6.5.1.tgz#0a2ecb78b38c63f0831c7fb5363d9cc1fb72ec0e"
+ integrity sha512-teWI8iumsAMHF1vgMzbRVqpSTfVcNIG7bRwSlGoy4V4ZT8dS5LjOYCR7Eqr19wRuef1DjBY87oiN7e8M2x8jCA==
dependencies:
"@babel/runtime" "^7.15.4"
- "@polkadot/rpc-provider" "5.8.3"
- "@polkadot/types" "5.8.3"
- "@polkadot/util" "^7.3.1"
- rxjs "^7.3.0"
+ "@polkadot/rpc-provider" "6.5.1"
+ "@polkadot/types" "6.5.1"
+ "@polkadot/util" "^7.6.1"
+ rxjs "^7.4.0"
-"@polkadot/rpc-provider@5.8.3":
- version "5.8.3"
- resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-5.8.3.tgz#7097e2a9e5a3dfa5e525dec030d6a5595ae7cd2a"
- integrity sha512-wJ18uzwG6PpgZ3My6C3puqvxXGsTwFXzeYoGZOH1Yj6CEZIufiTedN6AUqoWx2OQIPj0QPf9ZX9bWahpjDhUSA==
+"@polkadot/rpc-core@6.5.2-3":
+ version "6.5.2-3"
+ resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-6.5.2-3.tgz#72a15dd6288ed9232b12be1e6f8b848268d8b3bd"
+ integrity sha512-1Lkp4/k/MYbEqLj5adayw3jAMlrmwv0hGN5rfggyIQJVLXDpDf78frOIVLNGPsDQaB1Euizfxmm/IeShFAyvxg==
dependencies:
"@babel/runtime" "^7.15.4"
- "@polkadot/types" "5.8.3"
- "@polkadot/util" "^7.3.1"
- "@polkadot/util-crypto" "^7.3.1"
- "@polkadot/x-fetch" "^7.3.1"
- "@polkadot/x-global" "^7.3.1"
- "@polkadot/x-ws" "^7.3.1"
+ "@polkadot/rpc-provider" "6.5.2-3"
+ "@polkadot/types" "6.5.2-3"
+ "@polkadot/util" "^7.6.1"
+ rxjs "^7.4.0"
+
+"@polkadot/rpc-provider@6.5.1":
+ version "6.5.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-6.5.1.tgz#bde30ac49b62edb592b89e19aeea36d23e14b25c"
+ integrity sha512-09GId3vknImuEaRH0WDlrP8rsTC/QSIFM7sV55QzjfnLKRct1Fulez0hfFP25orXpjraWqHNZvY1yxniUxK6nA==
+ dependencies:
+ "@babel/runtime" "^7.15.4"
+ "@polkadot/types" "6.5.1"
+ "@polkadot/util" "^7.6.1"
+ "@polkadot/util-crypto" "^7.6.1"
+ "@polkadot/x-fetch" "^7.6.1"
+ "@polkadot/x-global" "^7.6.1"
+ "@polkadot/x-ws" "^7.6.1"
eventemitter3 "^4.0.7"
-"@polkadot/ts@0.4.7":
- version "0.4.7"
- resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.4.7.tgz#9a77075900ae11367e6952977615a3c814e42eb3"
- integrity sha512-nPiHJ5NbNB+UTz+PcC4hBLQ3J9Qkd03pWxj0ePr7/C0AjqI47dPYmDNb1jxNThsgfIu+35gShP60Nnt4OBxuSg==
+"@polkadot/rpc-provider@6.5.2-3":
+ version "6.5.2-3"
+ resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-6.5.2-3.tgz#3f9c87123adddf957c0789e23963a82817d96537"
+ integrity sha512-Rw4oESRwJRIRlhjwhgrL8idbYelIFmSkdk3eV1QjLQZdkHUiZkujtltUnQgT5iRi1XvGN+0ybcgFDDaNz1Ncmg==
dependencies:
- "@types/chrome" "^0.0.155"
+ "@babel/runtime" "^7.15.4"
+ "@polkadot/types" "6.5.2-3"
+ "@polkadot/util" "^7.6.1"
+ "@polkadot/util-crypto" "^7.6.1"
+ "@polkadot/x-fetch" "^7.6.1"
+ "@polkadot/x-global" "^7.6.1"
+ "@polkadot/x-ws" "^7.6.1"
+ eventemitter3 "^4.0.7"
+
+"@polkadot/ts@0.4.12":
+ version "0.4.12"
+ resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.4.12.tgz#4fa15415fbf30b1719610d8814fade5c26ea3244"
+ integrity sha512-VXfCkEctJEx4gquXpfaKr7qvg4owGp+s9guy0GyodKQUz0N82VzUKdpllC+dmcTzGRzaU8X3EZOd9cTZrToAyQ==
+ dependencies:
+ "@types/chrome" "^0.0.159"
-"@polkadot/typegen@5.8.3":
- version "5.8.3"
- resolved "https://registry.yarnpkg.com/@polkadot/typegen/-/typegen-5.8.3.tgz#4058bdabeead69ac39b2758fbda961f6f7125f15"
- integrity sha512-Aq6oL2JdHCFtmMY1rGYBLvnaY+l5gADQNJG6tUO+WJRLGlmpoi35GDqpZM0tP8ytSdkSPT8gZYa8KlPuwYFgQA==
+"@polkadot/typegen@6.5.2-3":
+ version "6.5.2-3"
+ resolved "https://registry.yarnpkg.com/@polkadot/typegen/-/typegen-6.5.2-3.tgz#f264ed18dbeb546be413aa905ac94e2043628159"
+ integrity sha512-jB3yC7QX8wbABPwtrSIeCPcmFqE/pNlg6MBShrZou4OVCt9uuyE4ju2QGLxxBHbeaXriltV4jrPpZUklKvNS+w==
dependencies:
- "@babel/core" "^7.15.5"
+ "@babel/core" "^7.15.8"
"@babel/register" "^7.15.3"
"@babel/runtime" "^7.15.4"
- "@polkadot/api" "5.8.3"
- "@polkadot/rpc-provider" "5.8.3"
- "@polkadot/types" "5.8.3"
- "@polkadot/types-support" "5.8.3"
- "@polkadot/util" "^7.3.1"
+ "@polkadot/api" "6.5.2-3"
+ "@polkadot/rpc-provider" "6.5.2-3"
+ "@polkadot/types" "6.5.2-3"
+ "@polkadot/types-support" "6.5.2-3"
+ "@polkadot/util" "^7.6.1"
handlebars "^4.7.7"
websocket "^1.0.34"
- yargs "^17.1.1"
+ yargs "^17.2.1"
+
+"@polkadot/types-known@6.5.1":
+ version "6.5.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-6.5.1.tgz#753af9a6c4188accb761639505e3e5cd7e5bc176"
+ integrity sha512-eIgk836zlA5KnhK6UotXYr/I9O12xxhNcKXTcA+8NY6ek2xQWlT9VGuMk4wTF4qU1sV/fhOFIDeoNrT7AgSagg==
+ dependencies:
+ "@babel/runtime" "^7.15.4"
+ "@polkadot/networks" "^7.6.1"
+ "@polkadot/types" "6.5.1"
+ "@polkadot/util" "^7.6.1"
-"@polkadot/types-known@5.8.3":
- version "5.8.3"
- resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-5.8.3.tgz#c666ba5493bdca346f8bc4f690cbff62468ef1f9"
- integrity sha512-C02xTOfr8u/hPszaGcBVhZdYgPw+rc3SMU9vbe4hziq5VGTinhfX0Sy6Ixa+GO7f31nJVIYyuLCeglCfN0rgFQ==
+"@polkadot/types-known@6.5.2-3":
+ version "6.5.2-3"
+ resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-6.5.2-3.tgz#ebfa59495f576c0895accda20ac9c019f2afa91d"
+ integrity sha512-/ORaKrDnJdRgQy247G2Bst8WUWnKGf5snSZMFHAkVTfqQK4w017gsKR+NusgPiCqziHgRptdUsVgS4tFdh5lgQ==
+ dependencies:
+ "@babel/runtime" "^7.15.4"
+ "@polkadot/networks" "^7.6.1"
+ "@polkadot/types" "6.5.2-3"
+ "@polkadot/util" "^7.6.1"
+
+"@polkadot/types-support@6.5.2-3":
+ version "6.5.2-3"
+ resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-6.5.2-3.tgz#3d5d6fa864e825dd4bf3d00ca4de7af6e6167b09"
+ integrity sha512-FL6n7xqts5f70gHSiYflszUY0wKJt0LGQ+BmkGJ9lxda2R5Ynx6hRP/jIse6XYhCe8xDZwz/wzf2f+k7m7ooTg==
dependencies:
"@babel/runtime" "^7.15.4"
- "@polkadot/networks" "^7.3.1"
- "@polkadot/types" "5.8.3"
- "@polkadot/util" "^7.3.1"
+ "@polkadot/util" "^7.6.1"
-"@polkadot/types-support@5.8.3":
- version "5.8.3"
- resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-5.8.3.tgz#0020e495be4170cde7f76d7e091f5d717cc1adf5"
- integrity sha512-Gqd15/UeUs1MovHWgFXAVjb9UkupSZ0sBv4Vx+Uu1I4O5mcBP/sTAPIJN/m8kxk4f6sHpJaEpRJ/UmtUyxW/bQ==
+"@polkadot/types@6.5.1":
+ version "6.5.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-6.5.1.tgz#6d348b7c37ec351506e952ee16f696ecf4a56725"
+ integrity sha512-EiW/5vbR6sP20Yq7wto7Ozepie6YzGjPCH4IPLkGrPsDaMegbwNRvEV+5AbCYvEPKF6LJoaRPUcF/WQxncVonA==
dependencies:
"@babel/runtime" "^7.15.4"
- "@polkadot/util" "^7.3.1"
+ "@polkadot/util" "^7.6.1"
+ "@polkadot/util-crypto" "^7.6.1"
+ rxjs "^7.4.0"
-"@polkadot/types@5.8.3":
- version "5.8.3"
- resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-5.8.3.tgz#9f37fe9a2dc30491bae671ba4e31e6d1a3c626ed"
- integrity sha512-iSVCk7Ja8WjLOpjPtZRo9Gaz9AS/b722LH3wWo91TSMT11Vz/lYCWlagNc1nVez6sRsJoEXjD7pKA0ga0t78Lw==
+"@polkadot/types@6.5.2-3":
+ version "6.5.2-3"
+ resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-6.5.2-3.tgz#347e6044041d61cb411e03e2afefbbebd04d7115"
+ integrity sha512-N+OsC8fAEY8YGWQxV0GHrHIlMncIHbumxJVbiB4QdW8fL0kUDlfl0414+6lVMCLlgu+XkoyJXkEc2u+KYKseOA==
dependencies:
"@babel/runtime" "^7.15.4"
- "@polkadot/util" "^7.3.1"
- "@polkadot/util-crypto" "^7.3.1"
- rxjs "^7.3.0"
+ "@polkadot/util" "^7.6.1"
+ "@polkadot/util-crypto" "^7.6.1"
+ rxjs "^7.4.0"
-"@polkadot/util-crypto@7.3.1", "@polkadot/util-crypto@^7.3.1":
- version "7.3.1"
- resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-7.3.1.tgz#a597145b061eddaafd69adc6c1ce19224542307f"
- integrity sha512-sR+BxlV2Da0xfQcCXQTz+ohTaagixM+qYHytaQzilytbKHgYIyvnOyk5wFrHDNFzcLuXo15AbULa3TCoNDvh5Q==
+"@polkadot/util-crypto@7.6.1", "@polkadot/util-crypto@^7.6.1":
+ version "7.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-7.6.1.tgz#3e40270e9dce7885d92d0992aef9761feb57f2e2"
+ integrity sha512-5lLEfexkYOc73jitwC4K/Ll3JNA8Hdo2aU3GSOkDah8bBpm02djD7ypwfmuWRJw0UDyTgY67g0SXn4frPcQiag==
dependencies:
- "@babel/runtime" "^7.15.3"
- "@polkadot/networks" "7.3.1"
- "@polkadot/util" "7.3.1"
+ "@babel/runtime" "^7.15.4"
+ "@polkadot/networks" "7.6.1"
+ "@polkadot/util" "7.6.1"
"@polkadot/wasm-crypto" "^4.2.1"
- "@polkadot/x-randomvalues" "7.3.1"
- base-x "^3.0.8"
+ "@polkadot/x-randomvalues" "7.6.1"
+ base-x "^3.0.9"
base64-js "^1.5.1"
blakejs "^1.1.1"
bn.js "^4.12.0"
@@ -2082,14 +2202,14 @@
tweetnacl "^1.0.3"
xxhashjs "^0.2.2"
-"@polkadot/util@7.3.1", "@polkadot/util@^7.3.1":
- version "7.3.1"
- resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-7.3.1.tgz#1a33a8d4ef2dcbc3e14a9a919f30bb16360a6fae"
- integrity sha512-fjz5yjgZgfgRXZw9zMufmPBHhjAVtk/M2+lgl1a6Fck43Q4TG2Ux1haXMlaoe37cFeh8XgDAzDEQVIYBIPy6sg==
+"@polkadot/util@7.6.1", "@polkadot/util@^7.6.1":
+ version "7.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-7.6.1.tgz#e6988124728fdf053929022827216241dd50a6fa"
+ integrity sha512-96UgzMOxwwsndGHN4aoyPYVRXpHcVpYb4zngFH2O9ma0YxrG2HhhqqoJ5pS0OUlhvcQkVz6T6t+heGFnTkvQxw==
dependencies:
- "@babel/runtime" "^7.15.3"
- "@polkadot/x-textdecoder" "7.3.1"
- "@polkadot/x-textencoder" "7.3.1"
+ "@babel/runtime" "^7.15.4"
+ "@polkadot/x-textdecoder" "7.6.1"
+ "@polkadot/x-textencoder" "7.6.1"
"@types/bn.js" "^4.11.6"
bn.js "^4.12.0"
camelcase "^6.2.0"
@@ -2118,68 +2238,68 @@
"@polkadot/wasm-crypto-asmjs" "^4.2.1"
"@polkadot/wasm-crypto-wasm" "^4.2.1"
-"@polkadot/x-fetch@^7.3.1":
- version "7.3.1"
- resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-7.3.1.tgz#d6a63d3bdebd3e058deb4507d6dbae782a44c8bf"
- integrity sha512-QnwP2RxWEUtnHE+1Iy2T49D4s5F8XH4bCyGqhbpZZdMym+cc+9zifBRQ+B5BIpTqICFFFbbhUvnvBSC9nS8bvg==
+"@polkadot/x-fetch@^7.6.1":
+ version "7.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-7.6.1.tgz#fda1a89bbb584217f96c2d3c3a3ce0f10a454436"
+ integrity sha512-CdjCg7BGhKfKNntUiK9vFOoum44o86TInPpqNumLGWAZmqI+kU0DCUDtqcw7uFOdZL1j/3GHdXigJ6LL1TnNcg==
dependencies:
- "@babel/runtime" "^7.15.3"
- "@polkadot/x-global" "7.3.1"
+ "@babel/runtime" "^7.15.4"
+ "@polkadot/x-global" "7.6.1"
"@types/node-fetch" "^2.5.12"
- node-fetch "^2.6.1"
+ node-fetch "^2.6.5"
-"@polkadot/x-global@7.3.1", "@polkadot/x-global@^7.3.1":
- version "7.3.1"
- resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-7.3.1.tgz#6e6f9d3347748bd885754c7367f08441a6b7dc6d"
- integrity sha512-Tx2xGyrNLsV+hjfKsAWA03VUnkQGyCeaff6vE7Fi9iZo/4L4BdrQKhJgQrX8PQuOhrcv1B1GDuaYiXr7dwBR1g==
+"@polkadot/x-global@7.6.1", "@polkadot/x-global@^7.6.1":
+ version "7.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-7.6.1.tgz#f43a61d40bfaf2f43f9a4ef39e01a24546768394"
+ integrity sha512-jKPNFHiC0yIc6TfqZtopaqsW3pDun1uh9lp0kcDkfOYozwwN1NVXWLClDBa2C5UiKU/jxA3biYiNZUyZpbV13g==
dependencies:
- "@babel/runtime" "^7.15.3"
+ "@babel/runtime" "^7.15.4"
-"@polkadot/x-randomvalues@7.3.1":
- version "7.3.1"
- resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-7.3.1.tgz#120c64147ce9bebee9e18e6c72cb91cc4d91d7e1"
- integrity sha512-WtOTsjpp0+VIV+GY7IrELVznv78+IQ96UW5rf2i3AUIoouB1z9VrzJu/MCN7zoRQ9OAWpNoGxdAwzRDm9UL3+g==
+"@polkadot/x-randomvalues@7.6.1":
+ version "7.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-7.6.1.tgz#0cd143cf976e36f5c9fcf53ba41fd5fffca95c44"
+ integrity sha512-hfSMBeMZTrnuejv/oXp3tMZARTOGyQZ3G0GW44dV2fR2L1+tlLj9VuXgVGgupNBq7AC6eSfE3XhJwCGyH5FhmQ==
dependencies:
- "@babel/runtime" "^7.15.3"
- "@polkadot/x-global" "7.3.1"
+ "@babel/runtime" "^7.15.4"
+ "@polkadot/x-global" "7.6.1"
-"@polkadot/x-textdecoder@7.3.1":
- version "7.3.1"
- resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-7.3.1.tgz#e7ffc566483dce42b72c340bbaa1e76bbc5b2d3d"
- integrity sha512-AkGrJ8C8kLvs7uxKMMqkBZmUbm8k3CBvq7FLnfUaQQXha4/3G3u+g3UqSTJ8+nETwRrfpjAVS77fmFx+6Nkxng==
+"@polkadot/x-textdecoder@7.6.1":
+ version "7.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-7.6.1.tgz#7e80b512f1ddfd01f243dbbe8afc9dab7d0c6c85"
+ integrity sha512-sJtQMMw+jO3CwpOf0t1hrVl3xMw1BOLs/Xjd0v/yhiTAJ1rr6dqvhcnOHkU3a7udqo7G9dXDrnGi1q3efifXPw==
dependencies:
- "@babel/runtime" "^7.15.3"
- "@polkadot/x-global" "7.3.1"
+ "@babel/runtime" "^7.15.4"
+ "@polkadot/x-global" "7.6.1"
-"@polkadot/x-textencoder@7.3.1":
- version "7.3.1"
- resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-7.3.1.tgz#8c08dacdac677d7a8e021437ce2b31d90a041519"
- integrity sha512-1yePbvbQ9U9ScRilQ/aH6CwgoSG8njH27XVzRR7WnulAMKbF3IvHgU56IlBZneHIojAy252yp2ldBG09PDIXeg==
+"@polkadot/x-textencoder@7.6.1":
+ version "7.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-7.6.1.tgz#2a2fb4baa13889fbc53b86ce9003de748f0df2aa"
+ integrity sha512-iqOGwXJIzc8rWYLPTYcO09LwA2q4fqwJhLsLCd+p13Z0yDSUvwgq785/2WEQfhSFbMd8HM6udedqrQTpnpIujg==
dependencies:
- "@babel/runtime" "^7.15.3"
- "@polkadot/x-global" "7.3.1"
+ "@babel/runtime" "^7.15.4"
+ "@polkadot/x-global" "7.6.1"
-"@polkadot/x-ws@^7.3.1":
- version "7.3.1"
- resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-7.3.1.tgz#bc4bcfd3a5ebec7c6b57bdbc718a68699b87f7ca"
- integrity sha512-JltBHm2GqmS/hPIbak3wzqHRTz5k3yQOdYPOsj2gAs5twe7fJwJOJp0InfpNCknX4Cn9+WBIjNZUNLZ6bO+MkQ==
+"@polkadot/x-ws@^7.6.1":
+ version "7.6.1"
+ resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-7.6.1.tgz#60c86cfb43935b38a6512f3e7bab362ffe6bec1f"
+ integrity sha512-nP8vHlL17SIuVinphuVbj2o3mfRWUTJqlhAYlA5RjO/sZ9TwYMvGTvL/1bOAfWdp/l451WLEWJtzSipzrVGBsg==
dependencies:
- "@babel/runtime" "^7.15.3"
- "@polkadot/x-global" "7.3.1"
+ "@babel/runtime" "^7.15.4"
+ "@polkadot/x-global" "7.6.1"
"@types/websocket" "^1.0.4"
websocket "^1.0.34"
-"@rollup/plugin-alias@^3.1.5":
- version "3.1.5"
- resolved "https://registry.yarnpkg.com/@rollup/plugin-alias/-/plugin-alias-3.1.5.tgz#73356a3a1eab2e1e2fd952f9f53cd89fc740d952"
- integrity sha512-yzUaSvCC/LJPbl9rnzX3HN7vy0tq7EzHoEiQl1ofh4n5r2Rd5bj/+zcJgaGA76xbw95/JjWQyvHg9rOJp2y0oQ==
+"@rollup/plugin-alias@^3.1.8":
+ version "3.1.8"
+ resolved "https://registry.yarnpkg.com/@rollup/plugin-alias/-/plugin-alias-3.1.8.tgz#645fd84659e08d3d1b059408fcdf69c1dd435a6b"
+ integrity sha512-tf7HeSs/06wO2LPqKNY3Ckbvy0JRe7Jyn98bXnt/gfrxbe+AJucoNJlsEVi9sdgbQtXemjbakCpO/76JVgnHpA==
dependencies:
slash "^3.0.0"
-"@rollup/plugin-commonjs@^20.0.0":
- version "20.0.0"
- resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-20.0.0.tgz#3246872dcbcb18a54aaa6277a8c7d7f1b155b745"
- integrity sha512-5K0g5W2Ol8hAcTHqcTBHiA7M58tfmYi1o9KxeJuuRNpGaTa5iLjcyemBitCBcKXaHamOBBEH2dGom6v6Unmqjg==
+"@rollup/plugin-commonjs@^21.0.1":
+ version "21.0.1"
+ resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-21.0.1.tgz#1e57c81ae1518e4df0954d681c642e7d94588fee"
+ integrity sha512-EA+g22lbNJ8p5kuZJUYyhhDK7WgJckW5g4pNN7n4mAFUM96VuwUnNT3xr2Db2iCZPI1pJPbGyfT5mS9T1dHfMg==
dependencies:
"@rollup/pluginutils" "^3.1.0"
commondir "^1.0.1"
@@ -2189,14 +2309,14 @@
magic-string "^0.25.7"
resolve "^1.17.0"
-"@rollup/plugin-inject@^4.0.2":
- version "4.0.2"
- resolved "https://registry.yarnpkg.com/@rollup/plugin-inject/-/plugin-inject-4.0.2.tgz#55b21bb244a07675f7fdde577db929c82fc17395"
- integrity sha512-TSLMA8waJ7Dmgmoc8JfPnwUwVZgLjjIAM6MqeIFqPO2ODK36JqE0Cf2F54UTgCUuW8da93Mvoj75a6KAVWgylw==
+"@rollup/plugin-inject@^4.0.3":
+ version "4.0.3"
+ resolved "https://registry.yarnpkg.com/@rollup/plugin-inject/-/plugin-inject-4.0.3.tgz#6f04ebc14790a8bf892286fe9b8c0eb1ddf4d5ce"
+ integrity sha512-lzMXmj0LZjd67MI+M8H9dk/oCxR0TYqYAdZ6ZOejWQLSUtud+FUPu4NCMAO8KyWWAalFo8ean7yFHCMvCNsCZw==
dependencies:
- "@rollup/pluginutils" "^3.0.4"
- estree-walker "^1.0.1"
- magic-string "^0.25.5"
+ "@rollup/pluginutils" "^3.1.0"
+ estree-walker "^2.0.1"
+ magic-string "^0.25.7"
"@rollup/plugin-json@^4.1.0":
version "4.1.0"
@@ -2205,10 +2325,10 @@
dependencies:
"@rollup/pluginutils" "^3.0.8"
-"@rollup/plugin-node-resolve@^13.0.4":
- version "13.0.4"
- resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.0.4.tgz#b10222f4145a019740acb7738402130d848660c0"
- integrity sha512-eYq4TFy40O8hjeDs+sIxEH/jc9lyuI2k9DM557WN6rO5OpnC2qXMBNj4IKH1oHrnAazL49C5p0tgP0/VpqJ+/w==
+"@rollup/plugin-node-resolve@^13.0.6":
+ version "13.0.6"
+ resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.0.6.tgz#29629070bb767567be8157f575cfa8f2b8e9ef77"
+ integrity sha512-sFsPDMPd4gMqnh2gS0uIxELnoRUp5kBl5knxD2EO0778G1oOJv4G1vyT2cpWz75OU2jDVcXhjVUuTAczGyFNKA==
dependencies:
"@rollup/pluginutils" "^3.1.0"
"@types/resolve" "1.17.1"
@@ -2217,7 +2337,7 @@
is-module "^1.0.0"
resolve "^1.19.0"
-"@rollup/pluginutils@^3.0.4", "@rollup/pluginutils@^3.0.8", "@rollup/pluginutils@^3.1.0":
+"@rollup/pluginutils@^3.0.8", "@rollup/pluginutils@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
@@ -2226,10 +2346,10 @@
estree-walker "^1.0.1"
picomatch "^2.2.2"
-"@rushstack/eslint-patch@^1.0.6":
- version "1.0.6"
- resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.0.6.tgz#023d72a5c4531b4ce204528971700a78a85a0c50"
- integrity sha512-Myxw//kzromB9yWgS8qYGuGVf91oBUUJpNvy5eM50sqvmKLbKjwLxohJnkWGTeeI9v9IBMtPLxz5Gc60FIfvCA==
+"@rushstack/eslint-patch@^1.0.8":
+ version "1.0.8"
+ resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.0.8.tgz#be3e914e84eacf16dbebd311c0d0b44aa1174c64"
+ integrity sha512-ZK5v4bJwgXldAUA8r3q9YKfCwOqoHTK/ZqRjSeRXQrBXWouoPnS4MQtgC4AXGiiBuUu5wxrRgTlv0ktmM4P1Aw==
"@sindresorhus/is@^0.14.0":
version "0.14.0"
@@ -2243,10 +2363,10 @@
dependencies:
type-detect "4.0.8"
-"@sinonjs/fake-timers@^7.0.2":
- version "7.1.2"
- resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-7.1.2.tgz#2524eae70c4910edccf99b2f4e6efc5894aff7b5"
- integrity sha512-iQADsW4LBMISqZ6Ci1dupJL9pprqwcVFTcOsEmQOEhW+KLCVn/Y4Jrvg2k19fIHCp+iFprriYPTdRcQR8NbUPg==
+"@sinonjs/fake-timers@^8.0.1":
+ version "8.0.1"
+ resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-8.0.1.tgz#1c1c9a91419f804e59ae8df316a07dd1c3a76b94"
+ integrity sha512-AU7kwFxreVd6OAXcAFlKSmZquiRUU0FvYm44k1Y1QbK7Co4m0aqfGMhjykIeQp/H6rcl+nFmj0zfdUcGVs9Dew==
dependencies:
"@sinonjs/commons" "^1.7.0"
@@ -2262,6 +2382,26 @@
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
+"@tsconfig/node10@^1.0.7":
+ version "1.0.8"
+ resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.8.tgz#c1e4e80d6f964fbecb3359c43bd48b40f7cadad9"
+ integrity sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg==
+
+"@tsconfig/node12@^1.0.7":
+ version "1.0.9"
+ resolved "https://registry.yarnpkg.com/@tsconfig/node12/-/node12-1.0.9.tgz#62c1f6dee2ebd9aead80dc3afa56810e58e1a04c"
+ integrity sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw==
+
+"@tsconfig/node14@^1.0.0":
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/@tsconfig/node14/-/node14-1.0.1.tgz#95f2d167ffb9b8d2068b0b235302fafd4df711f2"
+ integrity sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==
+
+"@tsconfig/node16@^1.0.2":
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e"
+ integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==
+
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14":
version "7.1.14"
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.14.tgz#faaeefc4185ec71c389f4501ee5ec84b170cc402"
@@ -2295,29 +2435,41 @@
dependencies:
"@babel/types" "^7.3.0"
-"@types/bn.js@^4.11.3", "@types/bn.js@^4.11.5", "@types/bn.js@^4.11.6":
+"@types/bn.js@^4.11.5", "@types/bn.js@^4.11.6":
version "4.11.6"
resolved "https://registry.yarnpkg.com/@types/bn.js/-/bn.js-4.11.6.tgz#c306c70d9358aaea33cd4eda092a742b9505967c"
integrity sha512-pqr857jrp2kPuO9uRjZ3PwnJTjoQy+fcdxvBTvHm6dkmEL9q+hDD/2j/0ELOBPtPnS8LjCX0gI9nbl8lVkadpg==
dependencies:
"@types/node" "*"
-"@types/chai-as-promised@^7.1.3":
+"@types/bn.js@^5.1.0":
+ version "5.1.0"
+ resolved "https://registry.yarnpkg.com/@types/bn.js/-/bn.js-5.1.0.tgz#32c5d271503a12653c62cf4d2b45e6eab8cebc68"
+ integrity sha512-QSSVYj7pYFN49kW77o2s9xTCwZ8F2xLbjLLSEVh8D2F4JUhZtPAGOFLTD+ffqksBx/u4cE/KImFjyhqCjn/LIA==
+ dependencies:
+ "@types/node" "*"
+
+"@types/chai-as-promised@^7.1.4":
version "7.1.4"
resolved "https://registry.yarnpkg.com/@types/chai-as-promised/-/chai-as-promised-7.1.4.tgz#caf64e76fb056b8c8ced4b761ed499272b737601"
integrity sha512-1y3L1cHePcIm5vXkh1DSGf/zQq5n5xDKG1fpCvf18+uOkpce0Z1ozNFPkyWsVswK7ntN1sZBw3oU6gmN+pDUcA==
dependencies:
"@types/chai" "*"
-"@types/chai@*", "@types/chai@^4.2.17":
+"@types/chai@*":
version "4.2.18"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.2.18.tgz#0c8e298dbff8205e2266606c1ea5fbdba29b46e4"
integrity sha512-rS27+EkB/RE1Iz3u0XtVL5q36MGDWbgYe7zWiodyKNUnthxY0rukK5V36eiUCtCisB7NN8zKYH6DO2M37qxFEQ==
-"@types/chrome@^0.0.155":
- version "0.0.155"
- resolved "https://registry.yarnpkg.com/@types/chrome/-/chrome-0.0.155.tgz#8d5ebb4f57d050a280634cae279e28256eb70955"
- integrity sha512-y21uDq+SXa253hddPUHABvkYFO7GuhUwxjuh+xaHYDW+3/4GepgKJ8oKQoMEf0pA9PwH3JsBSCKMJvgd6Nk4xQ==
+"@types/chai@^4.2.22":
+ version "4.2.22"
+ resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.2.22.tgz#47020d7e4cf19194d43b5202f35f75bd2ad35ce7"
+ integrity sha512-tFfcE+DSTzWAgifkjik9AySNqIyNoYwmR+uecPwwD/XRNfvOjmC/FjCxpiUGDkDVDphPfCUecSQVFw+lN3M3kQ==
+
+"@types/chrome@^0.0.159":
+ version "0.0.159"
+ resolved "https://registry.yarnpkg.com/@types/chrome/-/chrome-0.0.159.tgz#0c1125fbb6d1fd64713e35de9aafbfd5a1b7a33a"
+ integrity sha512-WZBkNJGAwZuRgv/an94DANdzFtJK0TvlO/evMpJD/TYnkjIxynIAU6RM7M78e8tyig/vD6weQ9T1Ba7v8nYjXQ==
dependencies:
"@types/filesystem" "*"
"@types/har-format" "*"
@@ -2375,20 +2527,20 @@
dependencies:
"@types/istanbul-lib-report" "*"
-"@types/json-schema@^7.0.7":
- version "7.0.7"
- resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
- integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
+"@types/json-schema@^7.0.9":
+ version "7.0.9"
+ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
+ integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
"@types/json5@^0.0.29":
version "0.0.29"
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
-"@types/mocha@^8.2.2":
- version "8.2.2"
- resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.2.tgz#91daa226eb8c2ff261e6a8cbf8c7304641e095e0"
- integrity sha512-Lwh0lzzqT5Pqh6z61P3c3P5nm6fzQK/MMHl9UKeneAeInVflBSz1O2EkX6gM6xfJd7FBXBY5purtLx7fUiZ7Hw==
+"@types/mocha@^9.0.0":
+ version "9.0.0"
+ resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.0.0.tgz#3205bcd15ada9bc681ac20bef64e9e6df88fd297"
+ integrity sha512-scN0hAWyLVAvLR9AyW7HoFF5sJZglyBsbPuHO4fv7JRvfmPBMfp1ozWqOf/e4wwPNxezBZXRfWzMb6iFLgEVRA==
"@types/node-fetch@^2.5.12":
version "2.5.12"
@@ -2408,10 +2560,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.15.tgz#10ee6a6a3f971966fddfa3f6e89ef7a73ec622df"
integrity sha512-F6S4Chv4JicJmyrwlDkxUdGNSplsQdGwp1A0AJloEVDirWdZOAiRHhovDlsFkKUrquUXhz1imJhXHsf59auyAg==
-"@types/node@^14.14.12":
- version "14.17.5"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.5.tgz#b59daf6a7ffa461b5648456ca59050ba8e40ed54"
- integrity sha512-bjqH2cX/O33jXT/UmReo2pM7DIJREPMnarixbQ57DOOzzFaI6D2+IcwaJQaJpv0M1E9TIhPCYVxrkcityLjlqA==
+"@types/node@^16.11.4":
+ version "16.11.4"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.4.tgz#90771124822d6663814f7c1c9b45a6654d8fd964"
+ integrity sha512-TMgXmy0v2xWyuCSCJM6NCna2snndD8yvQF67J29ipdzMcsPa9u+o0tjF5+EQNdhcuZplYuouYqpc4zcd5I6amQ==
"@types/pbkdf2@^3.0.0":
version "3.1.0"
@@ -2463,130 +2615,70 @@
dependencies:
"@types/yargs-parser" "*"
-"@typescript-eslint/eslint-plugin@4.30.0":
- version "4.30.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.30.0.tgz#4a0c1ae96b953f4e67435e20248d812bfa55e4fb"
- integrity sha512-NgAnqk55RQ/SD+tZFD9aPwNSeHmDHHe5rtUyhIq0ZeCWZEvo4DK9rYz7v9HDuQZFvn320Ot+AikaCKMFKLlD0g==
+"@typescript-eslint/eslint-plugin@5.1.0", "@typescript-eslint/eslint-plugin@^5.1.0":
+ version "5.1.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.1.0.tgz#381c188dfab12f7a2c7b6a8ba2402d6273eadeaa"
+ integrity sha512-bekODL3Tqf36Yz8u+ilha4zGxL9mdB6LIsIoMAvvC5FAuWo4NpZYXtCbv7B2CeR1LhI/lLtLk+q4tbtxuoVuCg==
dependencies:
- "@typescript-eslint/experimental-utils" "4.30.0"
- "@typescript-eslint/scope-manager" "4.30.0"
- debug "^4.3.1"
+ "@typescript-eslint/experimental-utils" "5.1.0"
+ "@typescript-eslint/scope-manager" "5.1.0"
+ debug "^4.3.2"
functional-red-black-tree "^1.0.1"
- regexpp "^3.1.0"
+ ignore "^5.1.8"
+ regexpp "^3.2.0"
semver "^7.3.5"
tsutils "^3.21.0"
-"@typescript-eslint/eslint-plugin@^4.28.5":
- version "4.28.5"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.5.tgz#8197f1473e7da8218c6a37ff308d695707835684"
- integrity sha512-m31cPEnbuCqXtEZQJOXAHsHvtoDi9OVaeL5wZnO2KZTnkvELk+u6J6jHg+NzvWQxk+87Zjbc4lJS4NHmgImz6Q==
+"@typescript-eslint/experimental-utils@5.1.0":
+ version "5.1.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.1.0.tgz#918a1a3d30404cc1f8edcfdf0df200804ef90d31"
+ integrity sha512-ovE9qUiZMOMgxQAESZsdBT+EXIfx/YUYAbwGUI6V03amFdOOxI9c6kitkgRvLkJaLusgMZ2xBhss+tQ0Y1HWxA==
dependencies:
- "@typescript-eslint/experimental-utils" "4.28.5"
- "@typescript-eslint/scope-manager" "4.28.5"
- debug "^4.3.1"
- functional-red-black-tree "^1.0.1"
- regexpp "^3.1.0"
- semver "^7.3.5"
- tsutils "^3.21.0"
-
-"@typescript-eslint/experimental-utils@4.28.5":
- version "4.28.5"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.5.tgz#66c28bef115b417cf9d80812a713e0e46bb42a64"
- integrity sha512-bGPLCOJAa+j49hsynTaAtQIWg6uZd8VLiPcyDe4QPULsvQwLHGLSGKKcBN8/lBxIX14F74UEMK2zNDI8r0okwA==
- dependencies:
- "@types/json-schema" "^7.0.7"
- "@typescript-eslint/scope-manager" "4.28.5"
- "@typescript-eslint/types" "4.28.5"
- "@typescript-eslint/typescript-estree" "4.28.5"
+ "@types/json-schema" "^7.0.9"
+ "@typescript-eslint/scope-manager" "5.1.0"
+ "@typescript-eslint/types" "5.1.0"
+ "@typescript-eslint/typescript-estree" "5.1.0"
eslint-scope "^5.1.1"
eslint-utils "^3.0.0"
-"@typescript-eslint/experimental-utils@4.30.0":
- version "4.30.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.30.0.tgz#9e49704fef568432ae16fc0d6685c13d67db0fd5"
- integrity sha512-K8RNIX9GnBsv5v4TjtwkKtqMSzYpjqAQg/oSphtxf3xxdt6T0owqnpojztjjTcatSteH3hLj3t/kklKx87NPqw==
- dependencies:
- "@types/json-schema" "^7.0.7"
- "@typescript-eslint/scope-manager" "4.30.0"
- "@typescript-eslint/types" "4.30.0"
- "@typescript-eslint/typescript-estree" "4.30.0"
- eslint-scope "^5.1.1"
- eslint-utils "^3.0.0"
-
-"@typescript-eslint/parser@4.30.0":
- version "4.30.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.30.0.tgz#6abd720f66bd790f3e0e80c3be77180c8fcb192d"
- integrity sha512-HJ0XuluSZSxeboLU7Q2VQ6eLlCwXPBOGnA7CqgBnz2Db3JRQYyBDJgQnop6TZ+rsbSx5gEdWhw4rE4mDa1FnZg==
+"@typescript-eslint/parser@5.1.0", "@typescript-eslint/parser@^5.1.0":
+ version "5.1.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.1.0.tgz#6c7f837d210d2bc0a811e7ea742af414f4e00908"
+ integrity sha512-vx1P+mhCtYw3+bRHmbalq/VKP2Y3gnzNgxGxfEWc6OFpuEL7iQdAeq11Ke3Rhy8NjgB+AHsIWEwni3e+Y7djKA==
dependencies:
- "@typescript-eslint/scope-manager" "4.30.0"
- "@typescript-eslint/types" "4.30.0"
- "@typescript-eslint/typescript-estree" "4.30.0"
- debug "^4.3.1"
+ "@typescript-eslint/scope-manager" "5.1.0"
+ "@typescript-eslint/types" "5.1.0"
+ "@typescript-eslint/typescript-estree" "5.1.0"
+ debug "^4.3.2"
-"@typescript-eslint/parser@^4.28.5":
- version "4.28.5"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.5.tgz#9c971668f86d1b5c552266c47788a87488a47d1c"
- integrity sha512-NPCOGhTnkXGMqTznqgVbA5LqVsnw+i3+XA1UKLnAb+MG1Y1rP4ZSK9GX0kJBmAZTMIktf+dTwXToT6kFwyimbw==
+"@typescript-eslint/scope-manager@5.1.0":
+ version "5.1.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.1.0.tgz#6f1f26ad66a8f71bbb33b635e74fec43f76b44df"
+ integrity sha512-yYlyVjvn5lvwCL37i4hPsa1s0ORsjkauhTqbb8MnpvUs7xykmcjGqwlNZ2Q5QpoqkJ1odlM2bqHqJwa28qV6Tw==
dependencies:
- "@typescript-eslint/scope-manager" "4.28.5"
- "@typescript-eslint/types" "4.28.5"
- "@typescript-eslint/typescript-estree" "4.28.5"
- debug "^4.3.1"
-
-"@typescript-eslint/scope-manager@4.28.5":
- version "4.28.5"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.5.tgz#3a1b70c50c1535ac33322786ea99ebe403d3b923"
- integrity sha512-PHLq6n9nTMrLYcVcIZ7v0VY1X7dK309NM8ya9oL/yG8syFINIMHxyr2GzGoBYUdv3NUfCOqtuqps0ZmcgnZTfQ==
- dependencies:
- "@typescript-eslint/types" "4.28.5"
- "@typescript-eslint/visitor-keys" "4.28.5"
-
-"@typescript-eslint/scope-manager@4.30.0":
- version "4.30.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.30.0.tgz#1a3ffbb385b1a06be85cd5165a22324f069a85ee"
- integrity sha512-VJ/jAXovxNh7rIXCQbYhkyV2Y3Ac/0cVHP/FruTJSAUUm4Oacmn/nkN5zfWmWFEanN4ggP0vJSHOeajtHq3f8A==
- dependencies:
- "@typescript-eslint/types" "4.30.0"
- "@typescript-eslint/visitor-keys" "4.30.0"
+ "@typescript-eslint/types" "5.1.0"
+ "@typescript-eslint/visitor-keys" "5.1.0"
"@typescript-eslint/types@4.27.0":
version "4.27.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.27.0.tgz#712b408519ed699baff69086bc59cd2fc13df8d8"
integrity sha512-I4ps3SCPFCKclRcvnsVA/7sWzh7naaM/b4pBO2hVxnM3wrU51Lveybdw5WoIktU/V4KfXrTt94V9b065b/0+wA==
-"@typescript-eslint/types@4.28.5":
- version "4.28.5"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.5.tgz#d33edf8e429f0c0930a7c3d44e9b010354c422e9"
- integrity sha512-MruOu4ZaDOLOhw4f/6iudyks/obuvvZUAHBDSW80Trnc5+ovmViLT2ZMDXhUV66ozcl6z0LJfKs1Usldgi/WCA==
-
-"@typescript-eslint/types@4.30.0":
- version "4.30.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.30.0.tgz#fb9d9b0358426f18687fba82eb0b0f869780204f"
- integrity sha512-YKldqbNU9K4WpTNwBqtAerQKLLW/X2A/j4yw92e3ZJYLx+BpKLeheyzoPfzIXHfM8BXfoleTdiYwpsvVPvHrDw==
-
-"@typescript-eslint/typescript-estree@4.28.5":
- version "4.28.5"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.5.tgz#4906d343de693cf3d8dcc301383ed638e0441cd1"
- integrity sha512-FzJUKsBX8poCCdve7iV7ShirP8V+ys2t1fvamVeD1rWpiAnIm550a+BX/fmTHrjEpQJ7ZAn+Z7ZZwJjytk9rZw==
- dependencies:
- "@typescript-eslint/types" "4.28.5"
- "@typescript-eslint/visitor-keys" "4.28.5"
- debug "^4.3.1"
- globby "^11.0.3"
- is-glob "^4.0.1"
- semver "^7.3.5"
- tsutils "^3.21.0"
+"@typescript-eslint/types@5.1.0":
+ version "5.1.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.1.0.tgz#a8a75ddfc611660de6be17d3ad950302385607a9"
+ integrity sha512-sEwNINVxcB4ZgC6Fe6rUyMlvsB2jvVdgxjZEjQUQVlaSPMNamDOwO6/TB98kFt4sYYfNhdhTPBEQqNQZjMMswA==
-"@typescript-eslint/typescript-estree@4.30.0":
- version "4.30.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.30.0.tgz#ae57833da72a753f4846cd3053758c771670c2ac"
- integrity sha512-6WN7UFYvykr/U0Qgy4kz48iGPWILvYL34xXJxvDQeiRE018B7POspNRVtAZscWntEPZpFCx4hcz/XBT+erenfg==
+"@typescript-eslint/typescript-estree@5.1.0":
+ version "5.1.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.1.0.tgz#132aea34372df09decda961cb42457433aa6e83d"
+ integrity sha512-SSz+l9YrIIsW4s0ZqaEfnjl156XQ4VRmJsbA0ZE1XkXrD3cRpzuZSVCyqeCMR3EBjF27IisWakbBDGhGNIOvfQ==
dependencies:
- "@typescript-eslint/types" "4.30.0"
- "@typescript-eslint/visitor-keys" "4.30.0"
- debug "^4.3.1"
- globby "^11.0.3"
- is-glob "^4.0.1"
+ "@typescript-eslint/types" "5.1.0"
+ "@typescript-eslint/visitor-keys" "5.1.0"
+ debug "^4.3.2"
+ globby "^11.0.4"
+ is-glob "^4.0.3"
semver "^7.3.5"
tsutils "^3.21.0"
@@ -2611,21 +2703,13 @@
"@typescript-eslint/types" "4.27.0"
eslint-visitor-keys "^2.0.0"
-"@typescript-eslint/visitor-keys@4.28.5":
- version "4.28.5"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.5.tgz#ffee2c602762ed6893405ee7c1144d9cc0a29675"
- integrity sha512-dva/7Rr+EkxNWdJWau26xU/0slnFlkh88v3TsyTgRS/IIYFi5iIfpCFM4ikw0vQTFUR9FYSSyqgK4w64gsgxhg==
+"@typescript-eslint/visitor-keys@5.1.0":
+ version "5.1.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.1.0.tgz#e01a01b27eb173092705ae983aa1451bd1842630"
+ integrity sha512-uqNXepKBg81JVwjuqAxYrXa1Ql/YDzM+8g/pS+TCPxba0wZttl8m5DkrasbfnmJGHs4lQ2jTbcZ5azGhI7kK+w==
dependencies:
- "@typescript-eslint/types" "4.28.5"
- eslint-visitor-keys "^2.0.0"
-
-"@typescript-eslint/visitor-keys@4.30.0":
- version "4.30.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.30.0.tgz#a47c6272fc71b0c627d1691f68eaecf4ad71445e"
- integrity sha512-pNaaxDt/Ol/+JZwzP7MqWc8PJQTUhZwoee/PVlQ+iYoYhagccvoHnC9e4l+C/krQYYkENxznhVSDwClIbZVxRw==
- dependencies:
- "@typescript-eslint/types" "4.30.0"
- eslint-visitor-keys "^2.0.0"
+ "@typescript-eslint/types" "5.1.0"
+ eslint-visitor-keys "^3.0.0"
"@ungap/promise-all-settled@1.1.2":
version "1.1.2"
@@ -2679,7 +2763,12 @@
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc"
integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==
-acorn@^7.1.1, acorn@^7.4.0:
+acorn-walk@^8.1.1:
+ version "8.2.0"
+ resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
+ integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
+
+acorn@^7.1.1:
version "7.4.1"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
@@ -2689,6 +2778,11 @@
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.4.0.tgz#af53266e698d7cffa416714b503066a82221be60"
integrity sha512-ULr0LDaEqQrMFGyQ3bhJkLsbtrQ8QibAseGZeaSUiT/6zb9IvIkomWHJIvgvwad+hinRAgsI51JcWk2yvwyL+w==
+acorn@^8.4.1, acorn@^8.5.0:
+ version "8.5.0"
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.5.0.tgz#4512ccb99b3698c752591e9bb4472e38ad43cee2"
+ integrity sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==
+
agent-base@6:
version "6.0.2"
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
@@ -2704,16 +2798,6 @@
fast-deep-equal "^3.1.1"
fast-json-stable-stringify "^2.0.0"
json-schema-traverse "^0.4.1"
- uri-js "^4.2.2"
-
-ajv@^8.0.1:
- version "8.6.0"
- resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.0.tgz#60cc45d9c46a477d80d92c48076d972c342e5720"
- integrity sha512-cnUG4NSBiM4YFBxgZIj/In3/6KX+rQ2l2YPRVcvAMQGWEPKuXoPIhxzwqh31jA3IPbI4qEOp/5ILI4ynioXsGQ==
- dependencies:
- fast-deep-equal "^3.1.1"
- json-schema-traverse "^1.0.0"
- require-from-string "^2.0.2"
uri-js "^4.2.2"
ansi-align@^3.0.0:
@@ -2735,11 +2819,6 @@
dependencies:
type-fest "^0.21.3"
-ansi-regex@^2.0.0:
- version "2.1.1"
- resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
- integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8=
-
ansi-regex@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
@@ -2755,6 +2834,11 @@
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
+ansi-regex@^5.0.1:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
+ integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
+
ansi-styles@^3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
@@ -2774,15 +2858,7 @@
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b"
integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
-anymatch@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb"
- integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==
- dependencies:
- micromatch "^3.1.4"
- normalize-path "^2.1.1"
-
-anymatch@^3.0.3, anymatch@~3.1.1, anymatch@~3.1.2:
+anymatch@^3.0.3, anymatch@~3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716"
integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==
@@ -2809,10 +2885,10 @@
load-json-file "^6.2.0"
write-json-file "^4.2.0"
-aproba@^1.0.3:
- version "1.2.0"
- resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
- integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==
+"aproba@^1.0.3 || ^2.0.0":
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc"
+ integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==
arg@^4.1.0:
version "4.1.3"
@@ -2830,21 +2906,6 @@
version "2.0.1"
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
-
-arr-diff@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520"
- integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=
-
-arr-flatten@^1.1.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1"
- integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==
-
-arr-union@^3.1.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
- integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=
array-flatten@1.1.1:
version "1.1.1"
@@ -2862,6 +2923,17 @@
get-intrinsic "^1.1.1"
is-string "^1.0.5"
+array-includes@^3.1.4:
+ version "3.1.4"
+ resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.4.tgz#f5b493162c760f3539631f005ba2bb46acb45ba9"
+ integrity sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==
+ dependencies:
+ call-bind "^1.0.2"
+ define-properties "^1.1.3"
+ es-abstract "^1.19.1"
+ get-intrinsic "^1.1.1"
+ is-string "^1.0.7"
+
array-union@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -2879,19 +2951,14 @@
resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=
-array-unique@^0.3.2:
- version "0.3.2"
- resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
- integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
-
-array.prototype.flat@^1.2.4:
- version "1.2.4"
- resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123"
- integrity sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==
+array.prototype.flat@^1.2.5:
+ version "1.2.5"
+ resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz#07e0975d84bbc7c48cd1879d609e682598d33e13"
+ integrity sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==
dependencies:
- call-bind "^1.0.0"
+ call-bind "^1.0.2"
define-properties "^1.1.3"
- es-abstract "^1.18.0-next.1"
+ es-abstract "^1.19.0"
array.prototype.flatmap@^1.2.4:
version "1.2.4"
@@ -2929,27 +2996,12 @@
version "1.1.0"
resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.1.0.tgz#e60b6b0e8f301bd97e5375215bda406c85118c0b"
integrity sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==
-
-assign-symbols@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
- integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=
ast-module-types@^2.3.2, ast-module-types@^2.4.0, ast-module-types@^2.7.0, ast-module-types@^2.7.1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/ast-module-types/-/ast-module-types-2.7.1.tgz#3f7989ef8dfa1fdb82dfe0ab02bdfc7c77a57dd3"
integrity sha512-Rnnx/4Dus6fn7fTqdeLEAn5vUll5w7/vts0RN608yFa6si/rDOUonlIIiwugHBFWjylHjxm9owoSZn71KwG4gw==
-astral-regex@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"
- integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
-
-async-each@^1.0.1:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf"
- integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==
-
async-limiter@~1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
@@ -2972,11 +3024,6 @@
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
-atob@^2.1.2:
- version "2.1.2"
- resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
- integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
-
available-typed-arrays@^1.0.2:
version "1.0.4"
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.4.tgz#9e0ae84ecff20caae6a94a1c3bc39b955649b7a9"
@@ -2992,16 +3039,16 @@
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
-babel-jest@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.1.0.tgz#e96ca04554fd32274439869e2b6d24de9d91bc4e"
- integrity sha512-6NrdqzaYemALGCuR97QkC/FkFIEBWP5pw5TMJoUHZTVXyOgocujp6A0JE2V6gE0HtqAAv6VKU/nI+OCR1Z4gHA==
+babel-jest@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.3.1.tgz#0636a3404c68e07001e434ac4956d82da8a80022"
+ integrity sha512-SjIF8hh/ir0peae2D6S6ZKRhUy7q/DnpH7k/V6fT4Bgs/LXXUztOpX4G2tCgq8mLo5HA9mN6NmlFMeYtKmIsTQ==
dependencies:
- "@jest/transform" "^27.1.0"
- "@jest/types" "^27.1.0"
+ "@jest/transform" "^27.3.1"
+ "@jest/types" "^27.2.5"
"@types/babel__core" "^7.1.14"
babel-plugin-istanbul "^6.0.0"
- babel-preset-jest "^27.0.6"
+ babel-preset-jest "^27.2.0"
chalk "^4.0.0"
graceful-fs "^4.2.4"
slash "^3.0.0"
@@ -3024,10 +3071,10 @@
istanbul-lib-instrument "^4.0.0"
test-exclude "^6.0.0"
-babel-plugin-jest-hoist@^27.0.6:
- version "27.0.6"
- resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.0.6.tgz#f7c6b3d764af21cb4a2a1ab6870117dbde15b456"
- integrity sha512-CewFeM9Vv2gM7Yr9n5eyyLVPRSiBnk6lKZRjgwYnGKSl9M14TMn2vkN02wTF04OGuSDLEzlWiMzvjXuW9mB6Gw==
+babel-plugin-jest-hoist@^27.2.0:
+ version "27.2.0"
+ resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.2.0.tgz#79f37d43f7e5c4fdc4b2ca3e10cc6cf545626277"
+ integrity sha512-TOux9khNKdi64mW+0OIhcmbAn75tTlzKhxmiNXevQaPbrBYK7YKjP1jl6NHTJ6XR5UgUrJbCnWlKVnJn29dfjw==
dependencies:
"@babel/template" "^7.3.3"
"@babel/types" "^7.3.3"
@@ -3059,13 +3106,13 @@
"@babel/helper-define-polyfill-provider" "^0.2.2"
semver "^6.1.1"
-babel-plugin-polyfill-corejs3@^0.2.2:
- version "0.2.3"
- resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.3.tgz#72add68cf08a8bf139ba6e6dfc0b1d504098e57b"
- integrity sha512-rCOFzEIJpJEAU14XCcV/erIf/wZQMmMT5l5vXOpL5uoznyOGfDIjPj6FVytMvtzaKSTSVKouOCTPJ5OMUZH30g==
+babel-plugin-polyfill-corejs3@^0.2.5:
+ version "0.2.5"
+ resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.5.tgz#2779846a16a1652244ae268b1e906ada107faf92"
+ integrity sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw==
dependencies:
"@babel/helper-define-polyfill-provider" "^0.2.2"
- core-js-compat "^3.14.0"
+ core-js-compat "^3.16.2"
babel-plugin-polyfill-regenerator@^0.2.2:
version "0.2.2"
@@ -3074,13 +3121,13 @@
dependencies:
"@babel/helper-define-polyfill-provider" "^0.2.2"
-babel-plugin-styled-components@^1.13.2:
- version "1.13.2"
- resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.13.2.tgz#ebe0e6deff51d7f93fceda1819e9b96aeb88278d"
- integrity sha512-Vb1R3d4g+MUfPQPVDMCGjm3cDocJEUTR7Xq7QS95JWWeksN1wdFRYpD2kulDgI3Huuaf1CZd+NK4KQmqUFh5dA==
+babel-plugin-styled-components@^1.13.3:
+ version "1.13.3"
+ resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.13.3.tgz#1f1cb3927d4afa1e324695c78f690900e3d075bc"
+ integrity sha512-meGStRGv+VuKA/q0/jXxrPNWEm4LPfYIqxooDTdmh8kFsP/Ph7jJG5rUPwUPX3QHUvggwdbgdGpo88P/rRYsVw==
dependencies:
- "@babel/helper-annotate-as-pure" "^7.0.0"
- "@babel/helper-module-imports" "^7.0.0"
+ "@babel/helper-annotate-as-pure" "^7.15.4"
+ "@babel/helper-module-imports" "^7.15.4"
babel-plugin-syntax-jsx "^6.18.0"
lodash "^4.17.11"
@@ -3107,12 +3154,12 @@
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
"@babel/plugin-syntax-top-level-await" "^7.8.3"
-babel-preset-jest@^27.0.6:
- version "27.0.6"
- resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-27.0.6.tgz#909ef08e9f24a4679768be2f60a3df0856843f9d"
- integrity sha512-WObA0/Biw2LrVVwZkF/2GqbOdzhKD6Fkdwhoy9ASIrOWr/zodcSpQh72JOkEn6NWyjmnPDjNSqaGN4KnpKzhXw==
+babel-preset-jest@^27.2.0:
+ version "27.2.0"
+ resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-27.2.0.tgz#556bbbf340608fed5670ab0ea0c8ef2449fba885"
+ integrity sha512-z7MgQ3peBwN5L5aCqBKnF6iqdlvZvFUQynEhu0J+X9nHLU72jO3iY331lcYrg+AssJ8q7xsv5/3AICzVmJ/wvg==
dependencies:
- babel-plugin-jest-hoist "^27.0.6"
+ babel-plugin-jest-hoist "^27.2.0"
babel-preset-current-node-syntax "^1.0.0"
balanced-match@^1.0.0:
@@ -3127,24 +3174,18 @@
dependencies:
safe-buffer "^5.0.1"
+base-x@^3.0.9:
+ version "3.0.9"
+ resolved "https://registry.yarnpkg.com/base-x/-/base-x-3.0.9.tgz#6349aaabb58526332de9f60995e548a53fe21320"
+ integrity sha512-H7JU6iBHTal1gp56aKoaa//YUxEaAOUiydvrV/pILqIHXTtqxSkATOnDA2u+jZ/61sD+L/412+7kzXRtWukhpQ==
+ dependencies:
+ safe-buffer "^5.0.1"
+
base64-js@^1.3.1, base64-js@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
-base@^0.11.1:
- version "0.11.2"
- resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f"
- integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==
- dependencies:
- cache-base "^1.0.1"
- class-utils "^0.3.5"
- component-emitter "^1.2.1"
- define-property "^1.0.0"
- isobject "^3.0.1"
- mixin-deep "^1.2.0"
- pascalcase "^0.1.1"
-
bcrypt-pbkdf@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e"
@@ -3162,11 +3203,6 @@
resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.0.1.tgz#8d7ba124c882bfd8e43260c67475518d0689e4e5"
integrity sha512-IdZR9mh6ahOBv/hYGiXyVuyCetmGJhtYkqLBpTStdhEGjegpPlUawydyaF3pbIOFynJTpllEs+NP+CS9jKFLjA==
-binary-extensions@^1.0.0:
- version "1.13.1"
- resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65"
- integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==
-
binary-extensions@^2.0.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
@@ -3201,12 +3237,12 @@
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.6.tgz#53344adb14617a13f6e8dd2ce28905d1c0ba3215"
integrity sha1-UzRK2xRhehP26N0s4okF0cC6MhU=
-bn.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:
+bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.6, bn.js@^4.11.9, bn.js@^4.12.0:
version "4.12.0"
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
-bn.js@^5.0.0, bn.js@^5.1.1:
+bn.js@^5.0.0, bn.js@^5.1.1, bn.js@^5.1.2, bn.js@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.0.tgz#358860674396c6997771a9d051fcc1b57d4ae002"
integrity sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==
@@ -3249,22 +3285,6 @@
balanced-match "^1.0.0"
concat-map "0.0.1"
-braces@^2.3.1, braces@^2.3.2:
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
- integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==
- dependencies:
- arr-flatten "^1.1.0"
- array-unique "^0.3.2"
- extend-shallow "^2.0.1"
- fill-range "^4.0.0"
- isobject "^3.0.1"
- repeat-element "^1.1.2"
- snapdragon "^0.8.1"
- snapdragon-node "^2.0.1"
- split-string "^3.0.2"
- to-regex "^3.0.1"
-
braces@^3.0.1, braces@~3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -3363,16 +3383,16 @@
escalade "^3.1.1"
node-releases "^1.1.73"
-browserslist@^4.16.8:
- version "4.17.0"
- resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.0.tgz#1fcd81ec75b41d6d4994fb0831b92ac18c01649c"
- integrity sha512-g2BJ2a0nEYvEFQC208q8mVAhfNwpZ5Mu8BwgtCdZKO3qx98HChmeg448fPdUzld8aFmfLgVh7yymqV+q1lJZ5g==
+browserslist@^4.17.4, browserslist@^4.17.5:
+ version "4.17.5"
+ resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.5.tgz#c827bbe172a4c22b123f5e337533ceebadfdd559"
+ integrity sha512-I3ekeB92mmpctWBoLXe0d5wPS2cBuRvvW0JyyJHMrk9/HmP2ZjrTboNAZ8iuGqaEIlKguljbQY32OkOJIRrgoA==
dependencies:
- caniuse-lite "^1.0.30001254"
- colorette "^1.3.0"
- electron-to-chromium "^1.3.830"
+ caniuse-lite "^1.0.30001271"
+ electron-to-chromium "^1.3.878"
escalade "^3.1.1"
- node-releases "^1.1.75"
+ node-releases "^2.0.1"
+ picocolors "^1.0.0"
bs58@^4.0.0:
version "4.0.1"
@@ -3441,21 +3461,6 @@
version "3.1.0"
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6"
integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==
-
-cache-base@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2"
- integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==
- dependencies:
- collection-visit "^1.0.0"
- component-emitter "^1.2.1"
- get-value "^2.0.6"
- has-value "^1.0.0"
- isobject "^3.0.1"
- set-value "^2.0.0"
- to-object-path "^0.3.0"
- union-value "^1.0.0"
- unset-value "^1.0.0"
cacheable-request@^6.0.0:
version "6.1.0"
@@ -3503,10 +3508,10 @@
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001251.tgz#6853a606ec50893115db660f82c094d18f096d85"
integrity sha512-HOe1r+9VkU4TFmnU70z+r7OLmtR+/chB1rdcJUeQlAinjEeb0cKL20tlAtOagNZhbrtLnCvV19B4FmF1rgzl6A==
-caniuse-lite@^1.0.30001254:
- version "1.0.30001255"
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001255.tgz#f3b09b59ab52e39e751a569523618f47c4298ca0"
- integrity sha512-F+A3N9jTZL882f/fg/WWVnKSu6IOo3ueLz4zwaOPbPYHNmM/ZaDUyzyJwS1mZhX7Ex5jqTyW599Gdelh5PDYLQ==
+caniuse-lite@^1.0.30001271:
+ version "1.0.30001271"
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001271.tgz#0dda0c9bcae2cf5407cd34cac304186616cc83e8"
+ integrity sha512-BBruZFWmt3HFdVPS8kceTBIguKxu4f99n5JNp06OlPD/luoAMIaIK5ieV5YjnBLH3Nysai9sxj9rpJj4ZisXOA==
caseless@~0.12.0:
version "0.12.0"
@@ -3588,22 +3593,7 @@
resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.2.tgz#574d312edd88bb5dd8912e9286dd6c0aed4aac82"
integrity sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=
-chokidar@3.5.1:
- version "3.5.1"
- resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.1.tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a"
- integrity sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==
- dependencies:
- anymatch "~3.1.1"
- braces "~3.0.2"
- glob-parent "~5.1.0"
- is-binary-path "~2.1.0"
- is-glob "~4.0.1"
- normalize-path "~3.0.0"
- readdirp "~3.5.0"
- optionalDependencies:
- fsevents "~2.3.1"
-
-chokidar@^3.4.0:
+chokidar@3.5.2, chokidar@^3.4.0:
version "3.5.2"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75"
integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==
@@ -3628,7 +3618,7 @@
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
-ci-info@^3.1.1:
+ci-info@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.2.0.tgz#2876cb948a498797b5236f0095bc057d0dca38b6"
integrity sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A==
@@ -3662,16 +3652,6 @@
resolved "https://registry.yarnpkg.com/class-is/-/class-is-1.1.0.tgz#9d3c0fba0440d211d843cec3dedfa48055005825"
integrity sha512-rhjH9AG1fvabIDoGRVH587413LPjTZgmDF9fOFCbFJQV4yuocX1mHxxvXI4g3cGwbVY9wAYIoKlg1N79frJKQw==
-class-utils@^0.3.5:
- version "0.3.6"
- resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463"
- integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==
- dependencies:
- arr-union "^3.1.0"
- define-property "^0.2.5"
- isobject "^3.0.0"
- static-extend "^0.1.1"
-
cli-boxes@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-2.2.1.tgz#ddd5035d25094fce220e9cab40a45840a440318f"
@@ -3729,23 +3709,10 @@
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=
-code-point-at@^1.0.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
- integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
-
collect-v8-coverage@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz#cc2c8e94fc18bbdffe64d6534570c8a673b27f59"
integrity sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==
-
-collection-visit@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0"
- integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=
- dependencies:
- map-visit "^1.0.0"
- object-visit "^1.0.0"
color-convert@^1.9.0:
version "1.9.3"
@@ -3771,15 +3738,15 @@
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
+color-support@^1.1.2:
+ version "1.1.3"
+ resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
+ integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
+
colorette@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
-
-colorette@^1.3.0:
- version "1.3.0"
- resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.3.0.tgz#ff45d2f0edb244069d3b772adeb04fed38d0a0af"
- integrity sha512-ecORCqbSFP7Wm8Y6lyqMJjexBQqXSF7SSeaTyGGphogUjBlFP9m9o08wy86HL2uB7fMTxtOUzLMk7ogKcxMg1w==
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
version "1.0.8"
@@ -3793,11 +3760,6 @@
resolved "https://registry.yarnpkg.com/command-exists/-/command-exists-1.2.9.tgz#c50725af3808c8ab0260fd60b01fbfa25b954f69"
integrity sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==
-commander@3.0.2:
- version "3.0.2"
- resolved "https://registry.yarnpkg.com/commander/-/commander-3.0.2.tgz#6837c3fb677ad9933d1cfba42dd14d5117d6b39e"
- integrity sha512-Gar0ASD4BDyKC4hl4DwHqDrmvjoxWKZigVnAbn5H1owvm4CxCPdb0HQDehwNYMJpla5+M2tPmPARzhtYuwpHow==
-
commander@^2.12.1, commander@^2.16.0, commander@^2.18.0, commander@^2.20.3, commander@^2.8.1:
version "2.20.3"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
@@ -3813,15 +3775,15 @@
resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
+commander@^8.1.0:
+ version "8.3.0"
+ resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66"
+ integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==
+
commondir@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=
-
-component-emitter@^1.2.1:
- version "1.3.0"
- resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
- integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==
concat-map@0.0.1:
version "0.0.1"
@@ -3894,19 +3856,6 @@
version "2.1.2"
resolved "https://registry.yarnpkg.com/cookiejar/-/cookiejar-2.1.2.tgz#dd8a235530752f988f9a0844f3fc589e3111125c"
integrity sha512-Mw+adcfzPxcPeI+0WlvRrr/3lGVO0bD75SxX6811cxSh1Wbxx7xZBGK1eVtDf6si8rg2lhnUjsVLMFMfbRIuwA==
-
-copy-descriptor@^0.1.0:
- version "0.1.1"
- resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
- integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
-
-core-js-compat@^3.14.0:
- version "3.14.0"
- resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.14.0.tgz#b574dabf29184681d5b16357bd33d104df3d29a5"
- integrity sha512-R4NS2eupxtiJU+VwgkF9WTpnSfZW4pogwKHd8bclWU2sp93Pr5S1uYJI84cMOubJRou7bcfL0vmwtLslWN5p3A==
- dependencies:
- browserslist "^4.16.6"
- semver "7.0.0"
core-js-compat@^3.16.0:
version "3.16.1"
@@ -3916,6 +3865,14 @@
browserslist "^4.16.7"
semver "7.0.0"
+core-js-compat@^3.16.2:
+ version "3.19.0"
+ resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.19.0.tgz#b3b93f93c8721b3ed52b91f12f964cc410967f8b"
+ integrity sha512-R09rKZ56ccGBebjTLZHvzDxhz93YPT37gBm6qUhnwj3Kt7aCjjZWD1injyNbyeFHxNKfeZBSyds6O9n3MKq1sw==
+ dependencies:
+ browserslist "^4.17.5"
+ semver "7.0.0"
+
core-util-is@1.0.2, core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
@@ -3940,6 +3897,14 @@
minimist "^1.2.5"
request "^2.88.2"
+crc-32@^1.2.0:
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/crc-32/-/crc-32-1.2.0.tgz#cb2db6e29b88508e32d9dd0ec1693e7b41a18208"
+ integrity sha512-1uBwHxF+Y/4yF5G48fwnKq6QsIXheor3ZLPT80yGBV1oEUwpPojlEhQbWKVw1VwcTQyMGHK1/XMmTjmlsmTTGA==
+ dependencies:
+ exit-on-epipe "~1.0.1"
+ printj "~1.1.0"
+
create-ecdh@^4.0.0:
version "4.0.4"
resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.4.tgz#d6e7f4bffa66736085a0762fd3a632684dabcc4e"
@@ -4058,20 +4023,27 @@
whatwg-mimetype "^2.3.0"
whatwg-url "^8.0.0"
-debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
+debug@2.6.9, debug@^2.2.0, debug@^2.6.9:
version "2.6.9"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
dependencies:
ms "2.0.0"
-debug@4, debug@4.3.1, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
+debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
dependencies:
ms "2.1.2"
+debug@4.3.2, debug@^4.3.2:
+ version "4.3.2"
+ resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
+ integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
+ dependencies:
+ ms "2.1.2"
+
debug@^3.2.7:
version "3.2.7"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
@@ -4161,28 +4133,6 @@
dependencies:
object-keys "^1.0.12"
-define-property@^0.2.5:
- version "0.2.5"
- resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116"
- integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=
- dependencies:
- is-descriptor "^0.1.0"
-
-define-property@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6"
- integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY=
- dependencies:
- is-descriptor "^1.0.0"
-
-define-property@^2.0.2:
- version "2.0.2"
- resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d"
- integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==
- dependencies:
- is-descriptor "^1.0.2"
- isobject "^3.0.1"
-
delayed-stream@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
@@ -4428,10 +4378,10 @@
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.807.tgz#c2eb803f4f094869b1a24151184ffbbdbf688b1f"
integrity sha512-p8uxxg2a23zRsvQ2uwA/OOI+O4BQxzaR7YKMIGGGQCpYmkFX2CVF5f0/hxLMV7yCr7nnJViCwHLhPfs52rIYCA==
-electron-to-chromium@^1.3.830:
- version "1.3.830"
- resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.830.tgz#40e3144204f8ca11b2cebec83cf14c20d3499236"
- integrity sha512-gBN7wNAxV5vl1430dG+XRcQhD4pIeYeak6p6rjdCtlz5wWNwDad8jwvphe5oi1chL5MV6RNRikfffBBiFuj+rQ==
+electron-to-chromium@^1.3.878:
+ version "1.3.878"
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.878.tgz#baa9fb5c24b9b580f08fb245cbb52a22f8fc8fa8"
+ integrity sha512-O6yxWCN9ph2AdspAIszBnd9v8s11hQx8ub9w4UGApzmNRnoKhbulOWqbO8THEQec/aEHtvy+donHZMlh6l1rbA==
elliptic@6.5.4, elliptic@^6.4.0, elliptic@^6.5.2, elliptic@^6.5.3, elliptic@^6.5.4:
version "6.5.4"
@@ -4522,6 +4472,32 @@
string.prototype.trimstart "^1.0.4"
unbox-primitive "^1.0.1"
+es-abstract@^1.19.0, es-abstract@^1.19.1:
+ version "1.19.1"
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
+ integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==
+ dependencies:
+ call-bind "^1.0.2"
+ es-to-primitive "^1.2.1"
+ function-bind "^1.1.1"
+ get-intrinsic "^1.1.1"
+ get-symbol-description "^1.0.0"
+ has "^1.0.3"
+ has-symbols "^1.0.2"
+ internal-slot "^1.0.3"
+ is-callable "^1.2.4"
+ is-negative-zero "^2.0.1"
+ is-regex "^1.1.4"
+ is-shared-array-buffer "^1.0.1"
+ is-string "^1.0.7"
+ is-weakref "^1.0.1"
+ object-inspect "^1.11.0"
+ object-keys "^1.1.1"
+ object.assign "^4.1.2"
+ string.prototype.trimend "^1.0.4"
+ string.prototype.trimstart "^1.0.4"
+ unbox-primitive "^1.0.1"
+
es-to-primitive@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -4612,12 +4588,13 @@
debug "^3.2.7"
resolve "^1.20.0"
-eslint-module-utils@^2.6.2:
- version "2.6.2"
- resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz#94e5540dd15fe1522e8ffa3ec8db3b7fa7e7a534"
- integrity sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==
+eslint-module-utils@^2.7.0:
+ version "2.7.1"
+ resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.1.tgz#b435001c9f8dd4ab7f6d0efcae4b9696d4c24b7c"
+ integrity sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==
dependencies:
debug "^3.2.7"
+ find-up "^2.1.0"
pkg-dir "^2.0.0"
eslint-plugin-es@^3.0.0:
@@ -4633,29 +4610,27 @@
resolved "https://registry.yarnpkg.com/eslint-plugin-header/-/eslint-plugin-header-3.1.1.tgz#6ce512432d57675265fac47292b50d1eff11acd6"
integrity sha512-9vlKxuJ4qf793CmeeSrZUvVClw6amtpghq3CuWcB5cUNnWHQhgcqy5eF8oVKFk1G3Y/CbchGfEaw3wiIJaNmVg==
-eslint-plugin-import-newlines@^1.1.4:
- version "1.1.4"
- resolved "https://registry.yarnpkg.com/eslint-plugin-import-newlines/-/eslint-plugin-import-newlines-1.1.4.tgz#d69d03fe512b2f54bc781d1dfc51a4ad99df7a52"
- integrity sha512-GCIM+524XQOFcEPinEyrvktQHkQq+k+kYCwbRrIioGBVGnk3RGDFWv5BPqBQCDci6SNZCVgIOi3/FmtDetbxvA==
+eslint-plugin-import-newlines@^1.1.5:
+ version "1.1.5"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-import-newlines/-/eslint-plugin-import-newlines-1.1.5.tgz#ec1562fc1b278bdb9d3b12a92e3d79940fe3c2f5"
+ integrity sha512-24wybkMV8BETEde5e74ejuEjmwuS/mqVjvW6I9UqdCAXfqF+NsDZXg87CfwFyoqYZQowLs5aEXR06JbZY6m3TA==
-eslint-plugin-import@^2.24.2:
- version "2.24.2"
- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz#2c8cd2e341f3885918ee27d18479910ade7bb4da"
- integrity sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==
+eslint-plugin-import@^2.25.2:
+ version "2.25.2"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.2.tgz#b3b9160efddb702fc1636659e71ba1d10adbe9e9"
+ integrity sha512-qCwQr9TYfoBHOFcVGKY9C9unq05uOxxdklmBXLVvcwo68y5Hta6/GzCZEMx2zQiu0woKNEER0LE7ZgaOfBU14g==
dependencies:
- array-includes "^3.1.3"
- array.prototype.flat "^1.2.4"
+ array-includes "^3.1.4"
+ array.prototype.flat "^1.2.5"
debug "^2.6.9"
doctrine "^2.1.0"
eslint-import-resolver-node "^0.3.6"
- eslint-module-utils "^2.6.2"
- find-up "^2.0.0"
+ eslint-module-utils "^2.7.0"
has "^1.0.3"
- is-core-module "^2.6.0"
+ is-core-module "^2.7.0"
+ is-glob "^4.0.3"
minimatch "^3.0.4"
- object.values "^1.1.4"
- pkg-up "^2.0.0"
- read-pkg-up "^3.0.0"
+ object.values "^1.1.5"
resolve "^1.20.0"
tsconfig-paths "^3.11.0"
@@ -4671,33 +4646,34 @@
resolve "^1.10.1"
semver "^6.1.0"
-eslint-plugin-promise@^5.1.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.1.0.tgz#fb2188fb734e4557993733b41aa1a688f46c6f24"
- integrity sha512-NGmI6BH5L12pl7ScQHbg7tvtk4wPxxj8yPHH47NvSmMtFneC077PSeY3huFj06ZWZvtbfxSPt3RuOQD5XcR4ng==
+eslint-plugin-promise@^5.1.1:
+ version "5.1.1"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.1.1.tgz#9674d11c056d1bafac38e4a3a9060be740988d90"
+ integrity sha512-XgdcdyNzHfmlQyweOPTxmc7pIsS6dE4MvwhXWMQ2Dxs1XAL2GJDilUsjWen6TWik0aSI+zD/PqocZBblcm9rdA==
-eslint-plugin-react-hooks@^4.2.0:
- version "4.2.0"
- resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
- integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
+eslint-plugin-react-hooks@^4.2.1-alpha-930c9e7ee-20211015:
+ version "4.2.1-alpha-fd5e01c2e-20210913"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.1-alpha-fd5e01c2e-20210913.tgz#79a153d00b1d86f267e68c53c6360e19981c3534"
+ integrity sha512-m1fAodKUB/xYFhEuzcZwN063p8fPLeQTTTrmihl5AYEtH+b/2DtAgemAxYuxtZz60R6txmWeH21Xz+W0QRJx/g==
-eslint-plugin-react@^7.25.1:
- version "7.25.1"
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.25.1.tgz#9286b7cd9bf917d40309760f403e53016eda8331"
- integrity sha512-P4j9K1dHoFXxDNP05AtixcJEvIT6ht8FhYKsrkY0MPCPaUMYijhpWwNiRDZVtA8KFuZOkGSeft6QwH8KuVpJug==
+eslint-plugin-react@^7.26.1:
+ version "7.26.1"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.26.1.tgz#41bcfe3e39e6a5ac040971c1af94437c80daa40e"
+ integrity sha512-Lug0+NOFXeOE+ORZ5pbsh6mSKjBKXDXItUD2sQoT+5Yl0eoT82DqnXeTMfUare4QVCn9QwXbfzO/dBLjLXwVjQ==
dependencies:
array-includes "^3.1.3"
array.prototype.flatmap "^1.2.4"
doctrine "^2.1.0"
estraverse "^5.2.0"
- has "^1.0.3"
jsx-ast-utils "^2.4.1 || ^3.0.0"
minimatch "^3.0.4"
object.entries "^1.1.4"
object.fromentries "^2.0.4"
+ object.hasown "^1.0.0"
object.values "^1.1.4"
prop-types "^15.7.2"
resolve "^2.0.0-next.3"
+ semver "^6.3.0"
string.prototype.matchall "^4.0.5"
eslint-plugin-simple-import-sort@^7.0.0:
@@ -4720,7 +4696,15 @@
esrecurse "^4.3.0"
estraverse "^4.1.1"
-eslint-utils@^2.0.0, eslint-utils@^2.1.0:
+eslint-scope@^6.0.0:
+ version "6.0.0"
+ resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-6.0.0.tgz#9cf45b13c5ac8f3d4c50f46a5121f61b3e318978"
+ integrity sha512-uRDL9MWmQCkaFus8RF5K9/L/2fn+80yoW3jkD53l4shjCh26fCtvJGasxjUqP5OT87SYTxCVA3BwTUzuELx9kA==
+ dependencies:
+ esrecurse "^4.3.0"
+ estraverse "^5.2.0"
+
+eslint-utils@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
@@ -4734,7 +4718,7 @@
dependencies:
eslint-visitor-keys "^2.0.0"
-eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
+eslint-visitor-keys@^1.1.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
@@ -4744,83 +4728,41 @@
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
-eslint@^7.31.0:
- version "7.31.0"
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.31.0.tgz#f972b539424bf2604907a970860732c5d99d3aca"
- integrity sha512-vafgJpSh2ia8tnTkNUkwxGmnumgckLh5aAbLa1xRmIn9+owi8qBNGKL+B881kNKNTy7FFqTEkpNkUvmw0n6PkA==
- dependencies:
- "@babel/code-frame" "7.12.11"
- "@eslint/eslintrc" "^0.4.3"
- "@humanwhocodes/config-array" "^0.5.0"
- ajv "^6.10.0"
- chalk "^4.0.0"
- cross-spawn "^7.0.2"
- debug "^4.0.1"
- doctrine "^3.0.0"
- enquirer "^2.3.5"
- escape-string-regexp "^4.0.0"
- eslint-scope "^5.1.1"
- eslint-utils "^2.1.0"
- eslint-visitor-keys "^2.0.0"
- espree "^7.3.1"
- esquery "^1.4.0"
- esutils "^2.0.2"
- fast-deep-equal "^3.1.3"
- file-entry-cache "^6.0.1"
- functional-red-black-tree "^1.0.1"
- glob-parent "^5.1.2"
- globals "^13.6.0"
- ignore "^4.0.6"
- import-fresh "^3.0.0"
- imurmurhash "^0.1.4"
- is-glob "^4.0.0"
- js-yaml "^3.13.1"
- json-stable-stringify-without-jsonify "^1.0.1"
- levn "^0.4.1"
- lodash.merge "^4.6.2"
- minimatch "^3.0.4"
- natural-compare "^1.4.0"
- optionator "^0.9.1"
- progress "^2.0.0"
- regexpp "^3.1.0"
- semver "^7.2.1"
- strip-ansi "^6.0.0"
- strip-json-comments "^3.1.0"
- table "^6.0.9"
- text-table "^0.2.0"
- v8-compile-cache "^2.0.3"
+eslint-visitor-keys@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
+ integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
-eslint@^7.32.0:
- version "7.32.0"
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
- integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==
+eslint@^8.1.0:
+ version "8.1.0"
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.1.0.tgz#00f1f7dbf4134f26588e6c9f2efe970760f64664"
+ integrity sha512-JZvNneArGSUsluHWJ8g8MMs3CfIEzwaLx9KyH4tZ2i+R2/rPWzL8c0zg3rHdwYVpN/1sB9gqnjHwz9HoeJpGHw==
dependencies:
- "@babel/code-frame" "7.12.11"
- "@eslint/eslintrc" "^0.4.3"
- "@humanwhocodes/config-array" "^0.5.0"
+ "@eslint/eslintrc" "^1.0.3"
+ "@humanwhocodes/config-array" "^0.6.0"
ajv "^6.10.0"
chalk "^4.0.0"
cross-spawn "^7.0.2"
- debug "^4.0.1"
+ debug "^4.3.2"
doctrine "^3.0.0"
enquirer "^2.3.5"
escape-string-regexp "^4.0.0"
- eslint-scope "^5.1.1"
- eslint-utils "^2.1.0"
- eslint-visitor-keys "^2.0.0"
- espree "^7.3.1"
+ eslint-scope "^6.0.0"
+ eslint-utils "^3.0.0"
+ eslint-visitor-keys "^3.0.0"
+ espree "^9.0.0"
esquery "^1.4.0"
esutils "^2.0.2"
fast-deep-equal "^3.1.3"
file-entry-cache "^6.0.1"
functional-red-black-tree "^1.0.1"
- glob-parent "^5.1.2"
+ glob-parent "^6.0.1"
globals "^13.6.0"
ignore "^4.0.6"
import-fresh "^3.0.0"
imurmurhash "^0.1.4"
is-glob "^4.0.0"
- js-yaml "^3.13.1"
+ js-yaml "^4.1.0"
json-stable-stringify-without-jsonify "^1.0.1"
levn "^0.4.1"
lodash.merge "^4.6.2"
@@ -4828,22 +4770,21 @@
natural-compare "^1.4.0"
optionator "^0.9.1"
progress "^2.0.0"
- regexpp "^3.1.0"
+ regexpp "^3.2.0"
semver "^7.2.1"
strip-ansi "^6.0.0"
strip-json-comments "^3.1.0"
- table "^6.0.9"
text-table "^0.2.0"
v8-compile-cache "^2.0.3"
-espree@^7.3.0, espree@^7.3.1:
- version "7.3.1"
- resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
- integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==
+espree@^9.0.0:
+ version "9.0.0"
+ resolved "https://registry.yarnpkg.com/espree/-/espree-9.0.0.tgz#e90a2965698228502e771c7a58489b1a9d107090"
+ integrity sha512-r5EQJcYZ2oaGbeR0jR0fFVijGOcwai07/690YRXLINuhmVeRY4UKSAsQPe/0BNuDgwP7Ophoc1PRsr2E3tkbdQ==
dependencies:
- acorn "^7.4.0"
+ acorn "^8.5.0"
acorn-jsx "^5.3.1"
- eslint-visitor-keys "^1.3.0"
+ eslint-visitor-keys "^3.0.0"
esprima@4.0.1, esprima@^4.0.0, esprima@^4.0.1:
version "4.0.1"
@@ -4951,31 +4892,16 @@
secp256k1 "^4.0.1"
setimmediate "^1.0.5"
-ethereumjs-common@^1.3.2, ethereumjs-common@^1.5.0:
- version "1.5.2"
- resolved "https://registry.yarnpkg.com/ethereumjs-common/-/ethereumjs-common-1.5.2.tgz#2065dbe9214e850f2e955a80e650cb6999066979"
- integrity sha512-hTfZjwGX52GS2jcVO6E2sx4YuFnf0Fhp5ylo4pEPhEffNln7vS59Hr5sLnp3/QCazFLluuBZ+FZ6J5HTp0EqCA==
-
-ethereumjs-tx@^2.1.1:
- version "2.1.2"
- resolved "https://registry.yarnpkg.com/ethereumjs-tx/-/ethereumjs-tx-2.1.2.tgz#5dfe7688bf177b45c9a23f86cf9104d47ea35fed"
- integrity sha512-zZEK1onCeiORb0wyCXUvg94Ve5It/K6GD1K+26KfFKodiBiS6d9lfCXlUKGBBdQ+bv7Day+JK0tj1K+BeNFRAw==
- dependencies:
- ethereumjs-common "^1.5.0"
- ethereumjs-util "^6.0.0"
-
-ethereumjs-util@^6.0.0:
- version "6.2.1"
- resolved "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-6.2.1.tgz#fcb4e4dd5ceacb9d2305426ab1a5cd93e3163b69"
- integrity sha512-W2Ktez4L01Vexijrm5EB6w7dg4n/TgpoYU4avuT5T3Vmnw/eCRtiBrJfQYS/DCSvDIOLn2k57GcHdeBcgVxAqw==
+ethereumjs-util@^7.0.10, ethereumjs-util@^7.1.0, ethereumjs-util@^7.1.1, ethereumjs-util@^7.1.2:
+ version "7.1.3"
+ resolved "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-7.1.3.tgz#b55d7b64dde3e3e45749e4c41288238edec32d23"
+ integrity sha512-y+82tEbyASO0K0X1/SRhbJJoAlfcvq8JbrG4a5cjrOks7HS/36efU/0j2flxCPOUM++HFahk33kr/ZxyC4vNuw==
dependencies:
- "@types/bn.js" "^4.11.3"
- bn.js "^4.11.0"
+ "@types/bn.js" "^5.1.0"
+ bn.js "^5.1.2"
create-hash "^1.1.2"
- elliptic "^6.5.2"
ethereum-cryptography "^0.1.3"
- ethjs-util "0.1.6"
- rlp "^2.2.3"
+ rlp "^2.2.4"
ethjs-unit@0.1.6:
version "0.1.6"
@@ -4984,14 +4910,6 @@
dependencies:
bn.js "4.11.6"
number-to-bn "1.7.0"
-
-ethjs-util@0.1.6:
- version "0.1.6"
- resolved "https://registry.yarnpkg.com/ethjs-util/-/ethjs-util-0.1.6.tgz#f308b62f185f9fe6237132fb2a9818866a5cd536"
- integrity sha512-CUnVOQq7gSpDHZVVrQW8ExxUETWrnrvXYvYz55wOU8Uj4VCgw56XC2B/fVqQN+f7gmrnRHSLVnFAwsCuNwji8w==
- dependencies:
- is-hex-prefixed "1.0.0"
- strip-hex-prefix "1.0.0"
eventemitter3@4.0.4:
version "4.0.4"
@@ -5026,34 +4944,26 @@
signal-exit "^3.0.3"
strip-final-newline "^2.0.0"
+exit-on-epipe@~1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/exit-on-epipe/-/exit-on-epipe-1.0.1.tgz#0bdd92e87d5285d267daa8171d0eb06159689692"
+ integrity sha512-h2z5mrROTxce56S+pnvAV890uu7ls7f1kEvVGJbw1OlFH3/mlJ5bkXu0KRyW94v37zzHPiUd55iLn3DA7TjWpw==
+
exit@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
integrity sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=
-expand-brackets@^2.1.4:
- version "2.1.4"
- resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622"
- integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI=
- dependencies:
- debug "^2.3.3"
- define-property "^0.2.5"
- extend-shallow "^2.0.1"
- posix-character-classes "^0.1.0"
- regex-not "^1.0.0"
- snapdragon "^0.8.1"
- to-regex "^3.0.1"
-
-expect@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/expect/-/expect-27.1.0.tgz#380de0abb3a8f2299c4c6c66bbe930483b5dba9b"
- integrity sha512-9kJngV5hOJgkFil4F/uXm3hVBubUK2nERVfvqNNwxxuW8ZOUwSTTSysgfzckYtv/LBzj/LJXbiAF7okHCXgdug==
+expect@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/expect/-/expect-27.3.1.tgz#d0f170b1f5c8a2009bab0beffd4bb94f043e38e7"
+ integrity sha512-MrNXV2sL9iDRebWPGOGFdPQRl2eDQNu/uhxIMShjjx74T6kC6jFIkmQ6OqXDtevjGUkyB2IT56RzDBqXf/QPCg==
dependencies:
- "@jest/types" "^27.1.0"
+ "@jest/types" "^27.2.5"
ansi-styles "^5.0.0"
- jest-get-type "^27.0.6"
- jest-matcher-utils "^27.1.0"
- jest-message-util "^27.1.0"
+ jest-get-type "^27.3.1"
+ jest-matcher-utils "^27.3.1"
+ jest-message-util "^27.3.1"
jest-regex-util "^27.0.6"
express@^4.14.0:
@@ -5099,21 +5009,6 @@
dependencies:
type "^2.0.0"
-extend-shallow@^2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f"
- integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=
- dependencies:
- is-extendable "^0.1.0"
-
-extend-shallow@^3.0.0, extend-shallow@^3.0.2:
- version "3.0.2"
- resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8"
- integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=
- dependencies:
- assign-symbols "^1.0.0"
- is-extendable "^1.0.1"
-
extend@~3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
@@ -5128,20 +5023,6 @@
iconv-lite "^0.4.24"
tmp "^0.0.33"
-extglob@^2.0.4:
- version "2.0.4"
- resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543"
- integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==
- dependencies:
- array-unique "^0.3.2"
- define-property "^1.0.0"
- expand-brackets "^2.1.4"
- extend-shallow "^2.0.1"
- fragment-cache "^0.2.1"
- regex-not "^1.0.0"
- snapdragon "^0.8.1"
- to-regex "^3.0.1"
-
extsprintf@1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05"
@@ -5239,16 +5120,6 @@
sass-lookup "^3.0.0"
stylus-lookup "^3.0.1"
typescript "^3.9.7"
-
-fill-range@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7"
- integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=
- dependencies:
- extend-shallow "^2.0.1"
- is-number "^3.0.0"
- repeat-string "^1.6.1"
- to-regex-range "^2.1.0"
fill-range@^7.0.1:
version "7.0.1"
@@ -5309,7 +5180,7 @@
locate-path "^6.0.0"
path-exists "^4.0.0"
-find-up@^2.0.0, find-up@^2.1.0:
+find-up@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c=
@@ -5358,11 +5229,6 @@
version "1.14.1"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.1.tgz#d9114ded0a1cfdd334e164e6662ad02bfd91ff43"
integrity sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==
-
-for-in@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
- integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
foreach@^2.0.5:
version "2.0.5"
@@ -5397,13 +5263,6 @@
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==
-fragment-cache@^0.2.1:
- version "0.2.1"
- resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19"
- integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=
- dependencies:
- map-cache "^0.2.2"
-
fresh@0.5.2:
version "0.5.2"
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
@@ -5464,7 +5323,7 @@
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
-fsevents@^2.3.2, fsevents@~2.3.1, fsevents@~2.3.2:
+fsevents@^2.3.2, fsevents@~2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
@@ -5479,19 +5338,20 @@
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
-gauge@^v2.7.4:
- version "2.7.4"
- resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
- integrity sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=
+gauge@^v3.0.1:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/gauge/-/gauge-3.0.1.tgz#4bea07bcde3782f06dced8950e51307aa0f4a346"
+ integrity sha512-6STz6KdQgxO4S/ko+AbjlFGGdGcknluoqU+79GOFCDqqyYj5OanQf9AjxwN0jCidtT+ziPMmPSt9E4hfQ0CwIQ==
dependencies:
- aproba "^1.0.3"
+ aproba "^1.0.3 || ^2.0.0"
+ color-support "^1.1.2"
console-control-strings "^1.0.0"
- has-unicode "^2.0.0"
- object-assign "^4.1.0"
+ has-unicode "^2.0.1"
+ object-assign "^4.1.1"
signal-exit "^3.0.0"
- string-width "^1.0.1"
- strip-ansi "^3.0.1"
- wide-align "^1.1.0"
+ string-width "^1.0.1 || ^2.0.0"
+ strip-ansi "^3.0.1 || ^4.0.0"
+ wide-align "^1.1.2"
gensync@^1.0.0-beta.2:
version "1.0.0-beta.2"
@@ -5559,10 +5419,13 @@
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
-get-value@^2.0.3, get-value@^2.0.6:
- version "2.0.6"
- resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
- integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=
+get-symbol-description@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6"
+ integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==
+ dependencies:
+ call-bind "^1.0.2"
+ get-intrinsic "^1.1.1"
getpass@^0.1.1:
version "0.1.7"
@@ -5596,16 +5459,16 @@
simple-get "^4.0.0"
util-extend "^1.0.1"
-gh-release@^6.0.0:
- version "6.0.0"
- resolved "https://registry.yarnpkg.com/gh-release/-/gh-release-6.0.0.tgz#5e20a914f8dd2579bdebcab56a7e12f497767be6"
- integrity sha512-FNITfykM63cwMCwLaf/GVkmBVM4xP2FlMD0h2OcDoDhS//3mMtYL3m2sHSMRKzxUjRHPIs7hqIatUzso+4JawQ==
+gh-release@^6.0.1:
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/gh-release/-/gh-release-6.0.1.tgz#f28c5d44d889931d44bbf422cccff885723df6b3"
+ integrity sha512-irUYo1j7GjXzE8xsUyIvFX8SA7vNwO0pywd1a0NqkLHMh3595yurPEwnuj7SrkDOyqGu5lU9F50/7G3c6PHhmw==
dependencies:
"@octokit/rest" "^18.0.9"
chalk "^4.1.0"
changelog-parser "^2.0.0"
deep-extend "^0.6.0"
- gauge "^v2.7.4"
+ gauge "^v3.0.1"
gh-release-assets "^2.0.0"
ghauth "^5.0.0"
github-url-to-object "^4.0.4"
@@ -5631,13 +5494,20 @@
dependencies:
is-url "^1.1.0"
-glob-parent@^5.1.0, glob-parent@^5.1.2, glob-parent@~5.1.0, glob-parent@~5.1.2:
+glob-parent@^5.1.0, glob-parent@~5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
dependencies:
is-glob "^4.0.1"
+glob-parent@^6.0.1:
+ version "6.0.2"
+ resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
+ integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
+ dependencies:
+ is-glob "^4.0.3"
+
glob2base@^0.0.12:
version "0.0.12"
resolved "https://registry.yarnpkg.com/glob2base/-/glob2base-0.0.12.tgz#9d419b3e28f12e83a362164a277055922c9c0d56"
@@ -5645,10 +5515,10 @@
dependencies:
find-index "^0.1.1"
-glob@7.1.6:
- version "7.1.6"
- resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
- integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
+glob@7.1.7, glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
+ version "7.1.7"
+ resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
+ integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"
@@ -5657,10 +5527,10 @@
once "^1.3.0"
path-is-absolute "^1.0.0"
-glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7:
- version "7.1.7"
- resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
- integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
+glob@^7.2.0:
+ version "7.2.0"
+ resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
+ integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"
@@ -5696,7 +5566,7 @@
dependencies:
type-fest "^0.20.2"
-globby@^11.0.3:
+globby@^11.0.3, globby@^11.0.4:
version "11.0.4"
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -5763,7 +5633,7 @@
url-parse-lax "^1.0.0"
url-to-options "^1.0.1"
-graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
+graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
version "4.2.6"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee"
integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==
@@ -5837,41 +5707,17 @@
dependencies:
has-symbol-support-x "^1.4.1"
-has-unicode@^2.0.0:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
- integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=
-
-has-value@^0.3.1:
- version "0.3.1"
- resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
- integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=
- dependencies:
- get-value "^2.0.3"
- has-values "^0.1.4"
- isobject "^2.0.0"
-
-has-value@^1.0.0:
+has-tostringtag@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177"
- integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=
+ resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
+ integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
dependencies:
- get-value "^2.0.6"
- has-values "^1.0.0"
- isobject "^3.0.0"
-
-has-values@^0.1.4:
- version "0.1.4"
- resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771"
- integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E=
+ has-symbols "^1.0.2"
-has-values@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f"
- integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=
- dependencies:
- is-number "^3.0.0"
- kind-of "^4.0.0"
+has-unicode@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
+ integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=
has-yarn@^2.1.0:
version "2.1.0"
@@ -5921,11 +5767,6 @@
minimalistic-assert "^1.0.0"
minimalistic-crypto-utils "^1.0.1"
-hosted-git-info@^2.1.4:
- version "2.8.9"
- resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
- integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
-
html-encoding-sniffer@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz#42a6dc4fd33f00281176e8b23759ca4e4fa185f3"
@@ -6025,7 +5866,7 @@
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
-ignore@^5.1.1, ignore@^5.1.4:
+ignore@^5.1.1, ignore@^5.1.4, ignore@^5.1.8:
version "5.1.8"
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
@@ -6133,20 +5974,6 @@
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3"
integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==
-is-accessor-descriptor@^0.1.6:
- version "0.1.6"
- resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6"
- integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=
- dependencies:
- kind-of "^3.0.2"
-
-is-accessor-descriptor@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656"
- integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==
- dependencies:
- kind-of "^6.0.0"
-
is-arguments@^1.0.4:
version "1.1.0"
resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.0.tgz#62353031dfbee07ceb34656a6bde59efecae8dd9"
@@ -6163,13 +5990,6 @@
version "1.0.2"
resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.2.tgz#ffb381442503235ad245ea89e45b3dbff040ee5a"
integrity sha512-0JV5+SOCQkIdzjBK9buARcV804Ddu7A0Qet6sHi3FimE9ne6m4BGQZfRn+NZiXbBk4F4XmHfDZIipLj9pX8dSA==
-
-is-binary-path@^1.0.0:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898"
- integrity sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=
- dependencies:
- binary-extensions "^1.0.0"
is-binary-path@~2.1.0:
version "2.1.0"
@@ -6184,17 +6004,17 @@
integrity sha512-bXdQWkECBUIAcCkeH1unwJLIpZYaa5VvuygSyS/c2lf719mTKZDU5UdDRlpd01UjADgmW8RfqaP+mRaVPdr/Ng==
dependencies:
call-bind "^1.0.2"
-
-is-buffer@^1.1.5:
- version "1.1.6"
- resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
- integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
is-callable@^1.1.4, is-callable@^1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e"
integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==
+is-callable@^1.2.4:
+ version "1.2.4"
+ resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
+ integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
+
is-ci@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
@@ -6202,13 +6022,6 @@
dependencies:
ci-info "^2.0.0"
-is-ci@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.0.tgz#c7e7be3c9d8eef7d0fa144390bd1e4b88dc4c994"
- integrity sha512-kDXyttuLeslKAHYL/K28F2YkM3x5jvFPEw3yXbRptXydjD9rpLEz+C5K5iutY9ZiUu6AP41JdvRQwF4Iqs4ZCQ==
- dependencies:
- ci-info "^3.1.1"
-
is-core-module@^2.2.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1"
@@ -6216,74 +6029,23 @@
dependencies:
has "^1.0.3"
-is-core-module@^2.6.0:
- version "2.6.0"
- resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19"
- integrity sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==
+is-core-module@^2.7.0:
+ version "2.8.0"
+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
+ integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
dependencies:
has "^1.0.3"
-is-data-descriptor@^0.1.4:
- version "0.1.4"
- resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
- integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=
- dependencies:
- kind-of "^3.0.2"
-
-is-data-descriptor@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7"
- integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==
- dependencies:
- kind-of "^6.0.0"
-
is-date-object@^1.0.1:
version "1.0.4"
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.4.tgz#550cfcc03afada05eea3dd30981c7b09551f73e5"
integrity sha512-/b4ZVsG7Z5XVtIxs/h9W8nvfLgSAyKYdtGWQLbqy6jA1icmgjf8WCoTKgeS4wy5tYaPePouzFMANbnj94c2Z+A==
-is-descriptor@^0.1.0:
- version "0.1.6"
- resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca"
- integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==
- dependencies:
- is-accessor-descriptor "^0.1.6"
- is-data-descriptor "^0.1.4"
- kind-of "^5.0.0"
-
-is-descriptor@^1.0.0, is-descriptor@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec"
- integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==
- dependencies:
- is-accessor-descriptor "^1.0.0"
- is-data-descriptor "^1.0.0"
- kind-of "^6.0.2"
-
-is-extendable@^0.1.0, is-extendable@^0.1.1:
- version "0.1.1"
- resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89"
- integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=
-
-is-extendable@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4"
- integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==
- dependencies:
- is-plain-object "^2.0.4"
-
is-extglob@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
-is-fullwidth-code-point@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb"
- integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs=
- dependencies:
- number-is-nan "^1.0.0"
-
is-fullwidth-code-point@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
@@ -6316,6 +6078,13 @@
dependencies:
is-extglob "^2.1.1"
+is-glob@^4.0.3:
+ version "4.0.3"
+ resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
+ integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
+ dependencies:
+ is-extglob "^2.1.1"
+
is-hex-prefixed@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-hex-prefixed/-/is-hex-prefixed-1.0.0.tgz#7d8d37e6ad77e5d127148913c573e082d777f554"
@@ -6354,13 +6123,6 @@
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.5.tgz#6edfaeed7950cff19afedce9fbfca9ee6dd289eb"
integrity sha512-RU0lI/n95pMoUKu9v1BZP5MBcZuNSVJkMkAG2dJqC4z2GlkGUNeH68SuHuBKBD/XFe+LHZ+f9BKkLET60Niedw==
-is-number@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
- integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=
- dependencies:
- kind-of "^3.0.2"
-
is-number@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
@@ -6396,7 +6158,7 @@
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287"
integrity sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==
-is-plain-object@^2.0.3, is-plain-object@^2.0.4:
+is-plain-object@^2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==
@@ -6428,6 +6190,14 @@
call-bind "^1.0.2"
has-symbols "^1.0.2"
+is-regex@^1.1.4:
+ version "1.1.4"
+ resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
+ integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
+ dependencies:
+ call-bind "^1.0.2"
+ has-tostringtag "^1.0.0"
+
is-regexp@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
@@ -6443,6 +6213,11 @@
resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz#d778488bd0a4666a3be8a1482b9f2baafedea8b4"
integrity sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg==
+is-shared-array-buffer@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
+ integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
+
is-stream@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
@@ -6458,6 +6233,13 @@
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
+is-string@^1.0.7:
+ version "1.0.7"
+ resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"
+ integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==
+ dependencies:
+ has-tostringtag "^1.0.0"
+
is-symbol@^1.0.2, is-symbol@^1.0.3:
version "1.0.4"
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c"
@@ -6496,17 +6278,19 @@
resolved "https://registry.yarnpkg.com/is-url/-/is-url-1.2.4.tgz#04a4df46d28c4cff3d73d01ff06abeb318a1aa52"
integrity sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==
-is-windows@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
- integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
+is-weakref@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.1.tgz#842dba4ec17fa9ac9850df2d6efbc1737274f2a2"
+ integrity sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==
+ dependencies:
+ call-bind "^1.0.0"
is-yarn-global@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/is-yarn-global/-/is-yarn-global-0.3.0.tgz#d502d3382590ea3004893746754c89139973e232"
integrity sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==
-isarray@1.0.0, isarray@~1.0.0:
+isarray@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
@@ -6516,14 +6300,7 @@
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
-isobject@^2.0.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89"
- integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=
- dependencies:
- isarray "1.0.0"
-
-isobject@^3.0.0, isobject@^3.0.1:
+isobject@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
@@ -6582,94 +6359,94 @@
has-to-string-tag-x "^1.2.0"
is-object "^1.0.1"
-jest-changed-files@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-27.1.0.tgz#42da6ea00f06274172745729d55f42b60a9dffe0"
- integrity sha512-eRcb13TfQw0xiV2E98EmiEgs9a5uaBIqJChyl0G7jR9fCIvGjXovnDS6Zbku3joij4tXYcSK4SE1AXqOlUxjWg==
+jest-changed-files@^27.3.0:
+ version "27.3.0"
+ resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-27.3.0.tgz#22a02cc2b34583fc66e443171dc271c0529d263c"
+ integrity sha512-9DJs9garMHv4RhylUMZgbdCJ3+jHSkpL9aaVKp13xtXAD80qLTLrqcDZL1PHA9dYA0bCI86Nv2BhkLpLhrBcPg==
dependencies:
- "@jest/types" "^27.1.0"
+ "@jest/types" "^27.2.5"
execa "^5.0.0"
throat "^6.0.1"
-jest-circus@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.1.0.tgz#24c280c90a625ea57da20ee231d25b1621979a57"
- integrity sha512-6FWtHs3nZyZlMBhRf1wvAC5CirnflbGJAY1xssSAnERLiiXQRH+wY2ptBVtXjX4gz4AA2EwRV57b038LmifRbA==
+jest-circus@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.3.1.tgz#1679e74387cbbf0c6a8b42de963250a6469e0797"
+ integrity sha512-v1dsM9II6gvXokgqq6Yh2jHCpfg7ZqV4jWY66u7npz24JnhP3NHxI0sKT7+ZMQ7IrOWHYAaeEllOySbDbWsiXw==
dependencies:
- "@jest/environment" "^27.1.0"
- "@jest/test-result" "^27.1.0"
- "@jest/types" "^27.1.0"
+ "@jest/environment" "^27.3.1"
+ "@jest/test-result" "^27.3.1"
+ "@jest/types" "^27.2.5"
"@types/node" "*"
chalk "^4.0.0"
co "^4.6.0"
dedent "^0.7.0"
- expect "^27.1.0"
+ expect "^27.3.1"
is-generator-fn "^2.0.0"
- jest-each "^27.1.0"
- jest-matcher-utils "^27.1.0"
- jest-message-util "^27.1.0"
- jest-runtime "^27.1.0"
- jest-snapshot "^27.1.0"
- jest-util "^27.1.0"
- pretty-format "^27.1.0"
+ jest-each "^27.3.1"
+ jest-matcher-utils "^27.3.1"
+ jest-message-util "^27.3.1"
+ jest-runtime "^27.3.1"
+ jest-snapshot "^27.3.1"
+ jest-util "^27.3.1"
+ pretty-format "^27.3.1"
slash "^3.0.0"
stack-utils "^2.0.3"
throat "^6.0.1"
-jest-cli@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.1.0.tgz#118438e4d11cf6fb66cb2b2eb5778817eab3daeb"
- integrity sha512-h6zPUOUu+6oLDrXz0yOWY2YXvBLk8gQinx4HbZ7SF4V3HzasQf+ncoIbKENUMwXyf54/6dBkYXvXJos+gOHYZw==
+jest-cli@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.3.1.tgz#b576f9d146ba6643ce0a162d782b40152b6b1d16"
+ integrity sha512-WHnCqpfK+6EvT62me6WVs8NhtbjAS4/6vZJnk7/2+oOr50cwAzG4Wxt6RXX0hu6m1169ZGMlhYYUNeKBXCph/Q==
dependencies:
- "@jest/core" "^27.1.0"
- "@jest/test-result" "^27.1.0"
- "@jest/types" "^27.1.0"
+ "@jest/core" "^27.3.1"
+ "@jest/test-result" "^27.3.1"
+ "@jest/types" "^27.2.5"
chalk "^4.0.0"
exit "^0.1.2"
graceful-fs "^4.2.4"
import-local "^3.0.2"
- jest-config "^27.1.0"
- jest-util "^27.1.0"
- jest-validate "^27.1.0"
+ jest-config "^27.3.1"
+ jest-util "^27.3.1"
+ jest-validate "^27.3.1"
prompts "^2.0.1"
- yargs "^16.0.3"
+ yargs "^16.2.0"
-jest-config@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.1.0.tgz#e6826e2baaa34c07c3839af86466870e339d9ada"
- integrity sha512-GMo7f76vMYUA3b3xOdlcKeKQhKcBIgurjERO2hojo0eLkKPGcw7fyIoanH+m6KOP2bLad+fGnF8aWOJYxzNPeg==
+jest-config@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.3.1.tgz#cb3b7f6aaa8c0a7daad4f2b9573899ca7e09bbad"
+ integrity sha512-KY8xOIbIACZ/vdYCKSopL44I0xboxC751IX+DXL2+Wx6DKNycyEfV3rryC3BPm5Uq/BBqDoMrKuqLEUNJmMKKg==
dependencies:
"@babel/core" "^7.1.0"
- "@jest/test-sequencer" "^27.1.0"
- "@jest/types" "^27.1.0"
- babel-jest "^27.1.0"
+ "@jest/test-sequencer" "^27.3.1"
+ "@jest/types" "^27.2.5"
+ babel-jest "^27.3.1"
chalk "^4.0.0"
+ ci-info "^3.2.0"
deepmerge "^4.2.2"
glob "^7.1.1"
graceful-fs "^4.2.4"
- is-ci "^3.0.0"
- jest-circus "^27.1.0"
- jest-environment-jsdom "^27.1.0"
- jest-environment-node "^27.1.0"
- jest-get-type "^27.0.6"
- jest-jasmine2 "^27.1.0"
+ jest-circus "^27.3.1"
+ jest-environment-jsdom "^27.3.1"
+ jest-environment-node "^27.3.1"
+ jest-get-type "^27.3.1"
+ jest-jasmine2 "^27.3.1"
jest-regex-util "^27.0.6"
- jest-resolve "^27.1.0"
- jest-runner "^27.1.0"
- jest-util "^27.1.0"
- jest-validate "^27.1.0"
+ jest-resolve "^27.3.1"
+ jest-runner "^27.3.1"
+ jest-util "^27.3.1"
+ jest-validate "^27.3.1"
micromatch "^4.0.4"
- pretty-format "^27.1.0"
+ pretty-format "^27.3.1"
-jest-diff@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.1.0.tgz#c7033f25add95e2218f3c7f4c3d7b634ab6b3cd2"
- integrity sha512-rjfopEYl58g/SZTsQFmspBODvMSytL16I+cirnScWTLkQVXYVZfxm78DFfdIIXc05RCYuGjxJqrdyG4PIFzcJg==
+jest-diff@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.3.1.tgz#d2775fea15411f5f5aeda2a5e02c2f36440f6d55"
+ integrity sha512-PCeuAH4AWUo2O5+ksW4pL9v5xJAcIKPUPfIhZBcG1RKv/0+dvaWTQK1Nrau8d67dp65fOqbeMdoil+6PedyEPQ==
dependencies:
chalk "^4.0.0"
diff-sequences "^27.0.6"
- jest-get-type "^27.0.6"
- pretty-format "^27.1.0"
+ jest-get-type "^27.3.1"
+ pretty-format "^27.3.1"
jest-docblock@^27.0.6:
version "27.0.6"
@@ -6678,53 +6455,53 @@
dependencies:
detect-newline "^3.0.0"
-jest-each@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-27.1.0.tgz#36ac75f7aeecb3b8da2a8e617ccb30a446df408c"
- integrity sha512-K/cNvQlmDqQMRHF8CaQ0XPzCfjP5HMJc2bIJglrIqI9fjwpNqITle63IWE+wq4p+3v+iBgh7Wq0IdGpLx5xjDg==
+jest-each@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-27.3.1.tgz#14c56bb4f18dd18dc6bdd853919b5f16a17761ff"
+ integrity sha512-E4SwfzKJWYcvOYCjOxhZcxwL+AY0uFMvdCOwvzgutJiaiodFjkxQQDxHm8FQBeTqDnSmKsQWn7ldMRzTn2zJaQ==
dependencies:
- "@jest/types" "^27.1.0"
+ "@jest/types" "^27.2.5"
chalk "^4.0.0"
- jest-get-type "^27.0.6"
- jest-util "^27.1.0"
- pretty-format "^27.1.0"
+ jest-get-type "^27.3.1"
+ jest-util "^27.3.1"
+ pretty-format "^27.3.1"
-jest-environment-jsdom@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.1.0.tgz#5fb3eb8a67e02e6cc623640388d5f90e33075f18"
- integrity sha512-JbwOcOxh/HOtsj56ljeXQCUJr3ivnaIlM45F5NBezFLVYdT91N5UofB1ux2B1CATsQiudcHdgTaeuqGXJqjJYQ==
+jest-environment-jsdom@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.3.1.tgz#63ac36d68f7a9303494df783494856222b57f73e"
+ integrity sha512-3MOy8qMzIkQlfb3W1TfrD7uZHj+xx8Olix5vMENkj5djPmRqndMaXtpnaZkxmxM+Qc3lo+yVzJjzuXbCcZjAlg==
dependencies:
- "@jest/environment" "^27.1.0"
- "@jest/fake-timers" "^27.1.0"
- "@jest/types" "^27.1.0"
+ "@jest/environment" "^27.3.1"
+ "@jest/fake-timers" "^27.3.1"
+ "@jest/types" "^27.2.5"
"@types/node" "*"
- jest-mock "^27.1.0"
- jest-util "^27.1.0"
+ jest-mock "^27.3.0"
+ jest-util "^27.3.1"
jsdom "^16.6.0"
-jest-environment-node@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-27.1.0.tgz#feea6b765f1fd4582284d4f1007df2b0a8d15b7f"
- integrity sha512-JIyJ8H3wVyM4YCXp7njbjs0dIT87yhGlrXCXhDKNIg1OjurXr6X38yocnnbXvvNyqVTqSI4M9l+YfPKueqL1lw==
+jest-environment-node@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-27.3.1.tgz#af7d0eed04edafb740311b303f3fe7c8c27014bb"
+ integrity sha512-T89F/FgkE8waqrTSA7/ydMkcc52uYPgZZ6q8OaZgyiZkJb5QNNCF6oPZjH9IfPFfcc9uBWh1574N0kY0pSvTXw==
dependencies:
- "@jest/environment" "^27.1.0"
- "@jest/fake-timers" "^27.1.0"
- "@jest/types" "^27.1.0"
+ "@jest/environment" "^27.3.1"
+ "@jest/fake-timers" "^27.3.1"
+ "@jest/types" "^27.2.5"
"@types/node" "*"
- jest-mock "^27.1.0"
- jest-util "^27.1.0"
+ jest-mock "^27.3.0"
+ jest-util "^27.3.1"
-jest-get-type@^27.0.6:
- version "27.0.6"
- resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.0.6.tgz#0eb5c7f755854279ce9b68a9f1a4122f69047cfe"
- integrity sha512-XTkK5exIeUbbveehcSR8w0bhH+c0yloW/Wpl+9vZrjzztCPWrxhHwkIFpZzCt71oRBsgxmuUfxEqOYoZI2macg==
+jest-get-type@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.3.1.tgz#a8a2b0a12b50169773099eee60a0e6dd11423eff"
+ integrity sha512-+Ilqi8hgHSAdhlQ3s12CAVNd8H96ZkQBfYoXmArzZnOfAtVAJEiPDBirjByEblvG/4LPJmkL+nBqPO3A1YJAEg==
-jest-haste-map@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.1.0.tgz#a39f456823bd6a74e3c86ad25f6fa870428326bf"
- integrity sha512-7mz6LopSe+eA6cTFMf10OfLLqRoIPvmMyz5/OnSXnHO7hB0aDP1iIeLWCXzAcYU5eIJVpHr12Bk9yyq2fTW9vg==
+jest-haste-map@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.3.1.tgz#7656fbd64bf48bda904e759fc9d93e2c807353ee"
+ integrity sha512-lYfNZIzwPccDJZIyk9Iz5iQMM/MH56NIIcGj7AFU1YyA4ewWFBl8z+YPJuSCRML/ee2cCt2y3W4K3VXPT6Nhzg==
dependencies:
- "@jest/types" "^27.1.0"
+ "@jest/types" "^27.2.5"
"@types/graceful-fs" "^4.1.2"
"@types/node" "*"
anymatch "^3.0.3"
@@ -6732,76 +6509,76 @@
graceful-fs "^4.2.4"
jest-regex-util "^27.0.6"
jest-serializer "^27.0.6"
- jest-util "^27.1.0"
- jest-worker "^27.1.0"
+ jest-util "^27.3.1"
+ jest-worker "^27.3.1"
micromatch "^4.0.4"
walker "^1.0.7"
optionalDependencies:
fsevents "^2.3.2"
-jest-jasmine2@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.1.0.tgz#324a3de0b2ee20d238b2b5b844acc4571331a206"
- integrity sha512-Z/NIt0wBDg3przOW2FCWtYjMn3Ip68t0SL60agD/e67jlhTyV3PIF8IzT9ecwqFbeuUSO2OT8WeJgHcalDGFzQ==
+jest-jasmine2@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.3.1.tgz#df6d3d07c7dafc344feb43a0072a6f09458d32b0"
+ integrity sha512-WK11ZUetDQaC09w4/j7o4FZDUIp+4iYWH/Lik34Pv7ukL+DuXFGdnmmi7dT58J2ZYKFB5r13GyE0z3NPeyJmsg==
dependencies:
"@babel/traverse" "^7.1.0"
- "@jest/environment" "^27.1.0"
+ "@jest/environment" "^27.3.1"
"@jest/source-map" "^27.0.6"
- "@jest/test-result" "^27.1.0"
- "@jest/types" "^27.1.0"
+ "@jest/test-result" "^27.3.1"
+ "@jest/types" "^27.2.5"
"@types/node" "*"
chalk "^4.0.0"
co "^4.6.0"
- expect "^27.1.0"
+ expect "^27.3.1"
is-generator-fn "^2.0.0"
- jest-each "^27.1.0"
- jest-matcher-utils "^27.1.0"
- jest-message-util "^27.1.0"
- jest-runtime "^27.1.0"
- jest-snapshot "^27.1.0"
- jest-util "^27.1.0"
- pretty-format "^27.1.0"
+ jest-each "^27.3.1"
+ jest-matcher-utils "^27.3.1"
+ jest-message-util "^27.3.1"
+ jest-runtime "^27.3.1"
+ jest-snapshot "^27.3.1"
+ jest-util "^27.3.1"
+ pretty-format "^27.3.1"
throat "^6.0.1"
-jest-leak-detector@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-27.1.0.tgz#fe7eb633c851e06280ec4dd248067fe232c00a79"
- integrity sha512-oHvSkz1E80VyeTKBvZNnw576qU+cVqRXUD3/wKXh1zpaki47Qty2xeHg2HKie9Hqcd2l4XwircgNOWb/NiGqdA==
+jest-leak-detector@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-27.3.1.tgz#7fb632c2992ef707a1e73286e1e704f9cc1772b2"
+ integrity sha512-78QstU9tXbaHzwlRlKmTpjP9k4Pvre5l0r8Spo4SbFFVy/4Abg9I6ZjHwjg2QyKEAMg020XcjP+UgLZIY50yEg==
dependencies:
- jest-get-type "^27.0.6"
- pretty-format "^27.1.0"
+ jest-get-type "^27.3.1"
+ pretty-format "^27.3.1"
-jest-matcher-utils@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.1.0.tgz#68afda0885db1f0b9472ce98dc4c535080785301"
- integrity sha512-VmAudus2P6Yt/JVBRdTPFhUzlIN8DYJd+et5Rd9QDsO/Z82Z4iwGjo43U8Z+PTiz8CBvKvlb6Fh3oKy39hykkQ==
+jest-matcher-utils@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.3.1.tgz#257ad61e54a6d4044e080d85dbdc4a08811e9c1c"
+ integrity sha512-hX8N7zXS4k+8bC1Aj0OWpGb7D3gIXxYvPNK1inP5xvE4ztbz3rc4AkI6jGVaerepBnfWB17FL5lWFJT3s7qo8w==
dependencies:
chalk "^4.0.0"
- jest-diff "^27.1.0"
- jest-get-type "^27.0.6"
- pretty-format "^27.1.0"
+ jest-diff "^27.3.1"
+ jest-get-type "^27.3.1"
+ pretty-format "^27.3.1"
-jest-message-util@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.1.0.tgz#e77692c84945d1d10ef00afdfd3d2c20bd8fb468"
- integrity sha512-Eck8NFnJ5Sg36R9XguD65cf2D5+McC+NF5GIdEninoabcuoOfWrID5qJhufq5FB0DRKoiyxB61hS7MKoMD0trQ==
+jest-message-util@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.3.1.tgz#f7c25688ad3410ab10bcb862bcfe3152345c6436"
+ integrity sha512-bh3JEmxsTZ/9rTm0jQrPElbY2+y48Rw2t47uMfByNyUVR+OfPh4anuyKsGqsNkXk/TI4JbLRZx+7p7Hdt6q1yg==
dependencies:
"@babel/code-frame" "^7.12.13"
- "@jest/types" "^27.1.0"
+ "@jest/types" "^27.2.5"
"@types/stack-utils" "^2.0.0"
chalk "^4.0.0"
graceful-fs "^4.2.4"
micromatch "^4.0.4"
- pretty-format "^27.1.0"
+ pretty-format "^27.3.1"
slash "^3.0.0"
stack-utils "^2.0.3"
-jest-mock@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.1.0.tgz#7ca6e4d09375c071661642d1c14c4711f3ab4b4f"
- integrity sha512-iT3/Yhu7DwAg/0HvvLCqLvrTKTRMyJlrrfJYWzuLSf9RCAxBoIXN3HoymZxMnYsC3eD8ewGbUa9jUknwBenx2w==
+jest-mock@^27.3.0:
+ version "27.3.0"
+ resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.3.0.tgz#ddf0ec3cc3e68c8ccd489bef4d1f525571a1b867"
+ integrity sha512-ziZiLk0elZOQjD08bLkegBzv5hCABu/c8Ytx45nJKkysQwGaonvmTxwjLqEA4qGdasq9o2I8/HtdGMNnVsMTGw==
dependencies:
- "@jest/types" "^27.1.0"
+ "@jest/types" "^27.2.5"
"@types/node" "*"
jest-pnp-resolver@^1.2.2:
@@ -6814,72 +6591,71 @@
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-27.0.6.tgz#02e112082935ae949ce5d13b2675db3d8c87d9c5"
integrity sha512-SUhPzBsGa1IKm8hx2F4NfTGGp+r7BXJ4CulsZ1k2kI+mGLG+lxGrs76veN2LF/aUdGosJBzKgXmNCw+BzFqBDQ==
-jest-resolve-dependencies@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-27.1.0.tgz#d32ea4a2c82f76410f6157d0ec6cde24fbff2317"
- integrity sha512-Kq5XuDAELuBnrERrjFYEzu/A+i2W7l9HnPWqZEeKGEQ7m1R+6ndMbdXCVCx29Se1qwLZLgvoXwinB3SPIaitMQ==
+jest-resolve-dependencies@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-27.3.1.tgz#85b99bdbdfa46e2c81c6228fc4c91076f624f6e2"
+ integrity sha512-X7iLzY8pCiYOnvYo2YrK3P9oSE8/3N2f4pUZMJ8IUcZnT81vlSonya1KTO9ZfKGuC+svE6FHK/XOb8SsoRUV1A==
dependencies:
- "@jest/types" "^27.1.0"
+ "@jest/types" "^27.2.5"
jest-regex-util "^27.0.6"
- jest-snapshot "^27.1.0"
+ jest-snapshot "^27.3.1"
-jest-resolve@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-27.1.0.tgz#bb22303c9e240cccdda28562e3c6fbcc6a23ac86"
- integrity sha512-TXvzrLyPg0vLOwcWX38ZGYeEztSEmW+cQQKqc4HKDUwun31wsBXwotRlUz4/AYU/Fq4GhbMd/ileIWZEtcdmIA==
+jest-resolve@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-27.3.1.tgz#0e5542172a1aa0270be6f66a65888647bdd74a3e"
+ integrity sha512-Dfzt25CFSPo3Y3GCbxynRBZzxq9AdyNN+x/v2IqYx6KVT5Z6me2Z/PsSGFSv3cOSUZqJ9pHxilao/I/m9FouLw==
dependencies:
- "@jest/types" "^27.1.0"
+ "@jest/types" "^27.2.5"
chalk "^4.0.0"
- escalade "^3.1.1"
graceful-fs "^4.2.4"
- jest-haste-map "^27.1.0"
+ jest-haste-map "^27.3.1"
jest-pnp-resolver "^1.2.2"
- jest-util "^27.1.0"
- jest-validate "^27.1.0"
+ jest-util "^27.3.1"
+ jest-validate "^27.3.1"
resolve "^1.20.0"
+ resolve.exports "^1.1.0"
slash "^3.0.0"
-jest-runner@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.1.0.tgz#1b28d114fb3b67407b8354c9385d47395e8ff83f"
- integrity sha512-ZWPKr9M5w5gDplz1KsJ6iRmQaDT/yyAFLf18fKbb/+BLWsR1sCNC2wMT0H7pP3gDcBz0qZ6aJraSYUNAGSJGaw==
+jest-runner@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.3.1.tgz#1d594dcbf3bd8600a7e839e790384559eaf96e3e"
+ integrity sha512-r4W6kBn6sPr3TBwQNmqE94mPlYVn7fLBseeJfo4E2uCTmAyDFm2O5DYAQAFP7Q3YfiA/bMwg8TVsciP7k0xOww==
dependencies:
- "@jest/console" "^27.1.0"
- "@jest/environment" "^27.1.0"
- "@jest/test-result" "^27.1.0"
- "@jest/transform" "^27.1.0"
- "@jest/types" "^27.1.0"
+ "@jest/console" "^27.3.1"
+ "@jest/environment" "^27.3.1"
+ "@jest/test-result" "^27.3.1"
+ "@jest/transform" "^27.3.1"
+ "@jest/types" "^27.2.5"
"@types/node" "*"
chalk "^4.0.0"
emittery "^0.8.1"
exit "^0.1.2"
graceful-fs "^4.2.4"
jest-docblock "^27.0.6"
- jest-environment-jsdom "^27.1.0"
- jest-environment-node "^27.1.0"
- jest-haste-map "^27.1.0"
- jest-leak-detector "^27.1.0"
- jest-message-util "^27.1.0"
- jest-resolve "^27.1.0"
- jest-runtime "^27.1.0"
- jest-util "^27.1.0"
- jest-worker "^27.1.0"
+ jest-environment-jsdom "^27.3.1"
+ jest-environment-node "^27.3.1"
+ jest-haste-map "^27.3.1"
+ jest-leak-detector "^27.3.1"
+ jest-message-util "^27.3.1"
+ jest-resolve "^27.3.1"
+ jest-runtime "^27.3.1"
+ jest-util "^27.3.1"
+ jest-worker "^27.3.1"
source-map-support "^0.5.6"
throat "^6.0.1"
-jest-runtime@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.1.0.tgz#1a98d984ffebc16a0b4f9eaad8ab47c00a750cf5"
- integrity sha512-okiR2cpGjY0RkWmUGGado6ETpFOi9oG3yV0CioYdoktkVxy5Hv0WRLWnJFuArSYS8cHMCNcceUUMGiIfgxCO9A==
+jest-runtime@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.3.1.tgz#80fa32eb85fe5af575865ddf379874777ee993d7"
+ integrity sha512-qtO6VxPbS8umqhEDpjA4pqTkKQ1Hy4ZSi9mDVeE9Za7LKBo2LdW2jmT+Iod3XFaJqINikZQsn2wEi0j9wPRbLg==
dependencies:
- "@jest/console" "^27.1.0"
- "@jest/environment" "^27.1.0"
- "@jest/fake-timers" "^27.1.0"
- "@jest/globals" "^27.1.0"
+ "@jest/console" "^27.3.1"
+ "@jest/environment" "^27.3.1"
+ "@jest/globals" "^27.3.1"
"@jest/source-map" "^27.0.6"
- "@jest/test-result" "^27.1.0"
- "@jest/transform" "^27.1.0"
- "@jest/types" "^27.1.0"
+ "@jest/test-result" "^27.3.1"
+ "@jest/transform" "^27.3.1"
+ "@jest/types" "^27.2.5"
"@types/yargs" "^16.0.0"
chalk "^4.0.0"
cjs-module-lexer "^1.0.0"
@@ -6888,17 +6664,17 @@
exit "^0.1.2"
glob "^7.1.3"
graceful-fs "^4.2.4"
- jest-haste-map "^27.1.0"
- jest-message-util "^27.1.0"
- jest-mock "^27.1.0"
+ jest-haste-map "^27.3.1"
+ jest-message-util "^27.3.1"
+ jest-mock "^27.3.0"
jest-regex-util "^27.0.6"
- jest-resolve "^27.1.0"
- jest-snapshot "^27.1.0"
- jest-util "^27.1.0"
- jest-validate "^27.1.0"
+ jest-resolve "^27.3.1"
+ jest-snapshot "^27.3.1"
+ jest-util "^27.3.1"
+ jest-validate "^27.3.1"
slash "^3.0.0"
strip-bom "^4.0.0"
- yargs "^16.0.3"
+ yargs "^16.2.0"
jest-serializer@^27.0.6:
version "27.0.6"
@@ -6908,10 +6684,10 @@
"@types/node" "*"
graceful-fs "^4.2.4"
-jest-snapshot@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.1.0.tgz#2a063ab90064017a7e9302528be7eaea6da12d17"
- integrity sha512-eaeUBoEjuuRwmiRI51oTldUsKOohB1F6fPqWKKILuDi/CStxzp2IWekVUXbuHHoz5ik33ioJhshiHpgPFbYgcA==
+jest-snapshot@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.3.1.tgz#1da5c0712a252d70917d46c037054f5918c49ee4"
+ integrity sha512-APZyBvSgQgOT0XumwfFu7X3G5elj6TGhCBLbBdn3R1IzYustPGPE38F51dBWMQ8hRXa9je0vAdeVDtqHLvB6lg==
dependencies:
"@babel/core" "^7.7.2"
"@babel/generator" "^7.7.2"
@@ -6919,79 +6695,79 @@
"@babel/plugin-syntax-typescript" "^7.7.2"
"@babel/traverse" "^7.7.2"
"@babel/types" "^7.0.0"
- "@jest/transform" "^27.1.0"
- "@jest/types" "^27.1.0"
+ "@jest/transform" "^27.3.1"
+ "@jest/types" "^27.2.5"
"@types/babel__traverse" "^7.0.4"
"@types/prettier" "^2.1.5"
babel-preset-current-node-syntax "^1.0.0"
chalk "^4.0.0"
- expect "^27.1.0"
+ expect "^27.3.1"
graceful-fs "^4.2.4"
- jest-diff "^27.1.0"
- jest-get-type "^27.0.6"
- jest-haste-map "^27.1.0"
- jest-matcher-utils "^27.1.0"
- jest-message-util "^27.1.0"
- jest-resolve "^27.1.0"
- jest-util "^27.1.0"
+ jest-diff "^27.3.1"
+ jest-get-type "^27.3.1"
+ jest-haste-map "^27.3.1"
+ jest-matcher-utils "^27.3.1"
+ jest-message-util "^27.3.1"
+ jest-resolve "^27.3.1"
+ jest-util "^27.3.1"
natural-compare "^1.4.0"
- pretty-format "^27.1.0"
+ pretty-format "^27.3.1"
semver "^7.3.2"
-jest-util@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.1.0.tgz#06a53777a8cb7e4940ca8e20bf9c67dd65d9bd68"
- integrity sha512-edSLD2OneYDKC6gZM1yc+wY/877s/fuJNoM1k3sOEpzFyeptSmke3SLnk1dDHk9CgTA+58mnfx3ew3J11Kes/w==
+jest-util@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.3.1.tgz#a58cdc7b6c8a560caac9ed6bdfc4e4ff23f80429"
+ integrity sha512-8fg+ifEH3GDryLQf/eKZck1DEs2YuVPBCMOaHQxVVLmQwl/CDhWzrvChTX4efLZxGrw+AA0mSXv78cyytBt/uw==
dependencies:
- "@jest/types" "^27.1.0"
+ "@jest/types" "^27.2.5"
"@types/node" "*"
chalk "^4.0.0"
+ ci-info "^3.2.0"
graceful-fs "^4.2.4"
- is-ci "^3.0.0"
picomatch "^2.2.3"
-jest-validate@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.1.0.tgz#d9e82024c5e3f5cef52a600cfc456793a84c0998"
- integrity sha512-QiJ+4XuSuMsfPi9zvdO//IrSRSlG6ybJhOpuqYSsuuaABaNT84h0IoD6vvQhThBOKT+DIKvl5sTM0l6is9+SRA==
+jest-validate@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.3.1.tgz#3a395d61a19cd13ae9054af8cdaf299116ef8a24"
+ integrity sha512-3H0XCHDFLA9uDII67Bwi1Vy7AqwA5HqEEjyy934lgVhtJ3eisw6ShOF1MDmRPspyikef5MyExvIm0/TuLzZ86Q==
dependencies:
- "@jest/types" "^27.1.0"
+ "@jest/types" "^27.2.5"
camelcase "^6.2.0"
chalk "^4.0.0"
- jest-get-type "^27.0.6"
+ jest-get-type "^27.3.1"
leven "^3.1.0"
- pretty-format "^27.1.0"
+ pretty-format "^27.3.1"
-jest-watcher@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-27.1.0.tgz#2511fcddb0e969a400f3d1daa74265f93f13ce93"
- integrity sha512-ivaWTrA46aHWdgPDgPypSHiNQjyKnLBpUIHeBaGg11U+pDzZpkffGlcB1l1a014phmG0mHgkOHtOgiqJQM6yKQ==
+jest-watcher@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-27.3.1.tgz#ba5e0bc6aa843612b54ddb7f009d1cbff7e05f3e"
+ integrity sha512-9/xbV6chABsGHWh9yPaAGYVVKurWoP3ZMCv6h+O1v9/+pkOroigs6WzZ0e9gLP/njokUwM7yQhr01LKJVMkaZA==
dependencies:
- "@jest/test-result" "^27.1.0"
- "@jest/types" "^27.1.0"
+ "@jest/test-result" "^27.3.1"
+ "@jest/types" "^27.2.5"
"@types/node" "*"
ansi-escapes "^4.2.1"
chalk "^4.0.0"
- jest-util "^27.1.0"
+ jest-util "^27.3.1"
string-length "^4.0.1"
-jest-worker@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.1.0.tgz#65f4a88e37148ed984ba8ca8492d6b376938c0aa"
- integrity sha512-mO4PHb2QWLn9yRXGp7rkvXLAYuxwhq1ZYUo0LoDhg8wqvv4QizP1ZWEJOeolgbEgAWZLIEU0wsku8J+lGWfBhg==
+jest-worker@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.3.1.tgz#0def7feae5b8042be38479799aeb7b5facac24b2"
+ integrity sha512-ks3WCzsiZaOPJl/oMsDjaf0TRiSv7ctNgs0FqRr2nARsovz6AWWy4oLElwcquGSz692DzgZQrCLScPNs5YlC4g==
dependencies:
"@types/node" "*"
merge-stream "^2.0.0"
supports-color "^8.0.0"
-jest@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/jest/-/jest-27.1.0.tgz#eaab62dfdc02d8b7c814cd27b8d2d92bc46d3d69"
- integrity sha512-pSQDVwRSwb109Ss13lcMtdfS9r8/w2Zz8+mTUA9VORD66GflCdl8nUFCqM96geOD2EBwWCNURrNAfQsLIDNBdg==
+jest@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/jest/-/jest-27.3.1.tgz#b5bab64e8f56b6f7e275ba1836898b0d9f1e5c8a"
+ integrity sha512-U2AX0AgQGd5EzMsiZpYt8HyZ+nSVIh5ujQ9CPp9EQZJMjXIiSZpJNweZl0swatKRoqHWgGKM3zaSwm4Zaz87ng==
dependencies:
- "@jest/core" "^27.1.0"
+ "@jest/core" "^27.3.1"
import-local "^3.0.2"
- jest-cli "^27.1.0"
+ jest-cli "^27.3.1"
js-sha3@0.5.7, js-sha3@^0.5.7:
version "0.5.7"
@@ -7008,10 +6784,10 @@
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
-js-yaml@4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.0.0.tgz#f426bc0ff4b4051926cd588c71113183409a121f"
- integrity sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q==
+js-yaml@4.1.0, js-yaml@^4.1.0:
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
+ integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
dependencies:
argparse "^2.0.1"
@@ -7076,11 +6852,6 @@
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898"
integrity sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=
-json-parse-better-errors@^1.0.1:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
- integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==
-
json-parse-even-better-errors@^2.3.0:
version "2.3.1"
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
@@ -7090,11 +6861,6 @@
version "0.4.1"
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
-
-json-schema-traverse@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
- integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
json-schema@0.2.3:
version "0.2.3"
@@ -7186,26 +6952,7 @@
dependencies:
json-buffer "3.0.0"
-kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
- version "3.2.2"
- resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
- integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=
- dependencies:
- is-buffer "^1.1.5"
-
-kind-of@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57"
- integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc=
- dependencies:
- is-buffer "^1.1.5"
-
-kind-of@^5.0.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d"
- integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==
-
-kind-of@^6.0.0, kind-of@^6.0.2:
+kind-of@^6.0.2:
version "6.0.3"
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
@@ -7264,16 +7011,6 @@
version "1.1.6"
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
-
-load-json-file@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
- integrity sha1-L19Fq5HjMhYjT9U62rZo607AmTs=
- dependencies:
- graceful-fs "^4.1.2"
- parse-json "^4.0.0"
- pify "^3.0.0"
- strip-bom "^3.0.0"
load-json-file@^6.2.0:
version "6.2.0"
@@ -7315,11 +7052,6 @@
dependencies:
p-locate "^5.0.0"
-lodash.clonedeep@^4.5.0:
- version "4.5.0"
- resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
- integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=
-
lodash.debounce@^4.0.8:
version "4.0.8"
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
@@ -7329,11 +7061,6 @@
version "4.6.2"
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
-
-lodash.truncate@^4.4.2:
- version "4.4.2"
- resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
- integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.21, lodash@^4.7.0:
version "4.17.21"
@@ -7345,12 +7072,13 @@
resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7.tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8"
integrity sha512-U7KCmLdqsGHBLeWqYlFA0V0Sl6P08EE1ZrmA9cxjUE0WVqT9qnyVDPz1kzpFEP0jdJuFnasWIfSd7fsaNXkpbg==
-log-symbols@4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920"
- integrity sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA==
+log-symbols@4.1.0, log-symbols@^4.1.0:
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503"
+ integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==
dependencies:
- chalk "^4.0.0"
+ chalk "^4.1.0"
+ is-unicode-supported "^0.1.0"
log-symbols@^3.0.0:
version "3.0.0"
@@ -7359,14 +7087,6 @@
dependencies:
chalk "^2.4.2"
-log-symbols@^4.1.0:
- version "4.1.0"
- resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503"
- integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==
- dependencies:
- chalk "^4.1.0"
- is-unicode-supported "^0.1.0"
-
loose-envify@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
@@ -7427,7 +7147,7 @@
typescript "^3.9.5"
walkdir "^0.4.1"
-magic-string@^0.25.5, magic-string@^0.25.7:
+magic-string@^0.25.7:
version "0.25.7"
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.7.tgz#3f497d6fd34c669c6798dcb821f2ef31f5445051"
integrity sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==
@@ -7461,18 +7181,6 @@
dependencies:
tmpl "1.0.x"
-map-cache@^0.2.2:
- version "0.2.2"
- resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf"
- integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=
-
-map-visit@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f"
- integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=
- dependencies:
- object-visit "^1.0.0"
-
md5.js@^1.3.4:
version "1.3.5"
resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f"
@@ -7518,25 +7226,6 @@
version "1.1.2"
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
-
-micromatch@^3.1.10, micromatch@^3.1.4:
- version "3.1.10"
- resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
- integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==
- dependencies:
- arr-diff "^4.0.0"
- array-unique "^0.3.2"
- braces "^2.3.1"
- define-property "^2.0.2"
- extend-shallow "^3.0.2"
- extglob "^2.0.4"
- fragment-cache "^0.2.1"
- kind-of "^6.0.2"
- nanomatch "^1.2.9"
- object.pick "^1.3.0"
- regex-not "^1.0.0"
- snapdragon "^0.8.1"
- to-regex "^3.0.2"
micromatch@^4.0.2, micromatch@^4.0.4:
version "4.0.4"
@@ -7635,14 +7324,6 @@
dependencies:
minipass "^2.9.0"
-mixin-deep@^1.2.0:
- version "1.3.2"
- resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566"
- integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==
- dependencies:
- for-in "^1.0.2"
- is-extendable "^1.0.1"
-
mkdirp-promise@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/mkdirp-promise/-/mkdirp-promise-5.0.1.tgz#e9b8f68e552c68a9c1713b84883f7a1dd039b8a1"
@@ -7662,33 +7343,32 @@
dependencies:
minimist "^1.2.5"
-mocha@^8.3.2:
- version "8.4.0"
- resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.4.0.tgz#677be88bf15980a3cae03a73e10a0fc3997f0cff"
- integrity sha512-hJaO0mwDXmZS4ghXsvPVriOhsxQ7ofcpQdm8dE+jISUOKopitvnXFQmpRR7jd2K6VBG6E26gU3IAbXXGIbu4sQ==
+mocha@^9.1.3:
+ version "9.1.3"
+ resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.1.3.tgz#8a623be6b323810493d8c8f6f7667440fa469fdb"
+ integrity sha512-Xcpl9FqXOAYqI3j79pEtHBBnQgVXIhpULjGQa7DVb0Po+VzmSIK9kanAiWLHoRR/dbZ2qpdPshuXr8l1VaHCzw==
dependencies:
"@ungap/promise-all-settled" "1.1.2"
ansi-colors "4.1.1"
browser-stdout "1.3.1"
- chokidar "3.5.1"
- debug "4.3.1"
+ chokidar "3.5.2"
+ debug "4.3.2"
diff "5.0.0"
escape-string-regexp "4.0.0"
find-up "5.0.0"
- glob "7.1.6"
+ glob "7.1.7"
growl "1.10.5"
he "1.2.0"
- js-yaml "4.0.0"
- log-symbols "4.0.0"
+ js-yaml "4.1.0"
+ log-symbols "4.1.0"
minimatch "3.0.4"
ms "2.1.3"
- nanoid "3.1.20"
- serialize-javascript "5.0.1"
+ nanoid "3.1.25"
+ serialize-javascript "6.0.0"
strip-json-comments "3.1.1"
supports-color "8.1.1"
which "2.0.2"
- wide-align "1.1.3"
- workerpool "6.1.0"
+ workerpool "6.1.5"
yargs "16.2.0"
yargs-parser "20.2.4"
yargs-unparser "2.0.0"
@@ -7787,33 +7467,16 @@
resolved "https://registry.yarnpkg.com/nano-json-stream-parser/-/nano-json-stream-parser-0.1.2.tgz#0cc8f6d0e2b622b479c40d499c46d64b755c6f5f"
integrity sha1-DMj20OK2IrR5xA1JnEbWS3Vcb18=
-nanoid@3.1.20:
- version "3.1.20"
- resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.20.tgz#badc263c6b1dcf14b71efaa85f6ab4c1d6cfc788"
- integrity sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw==
+nanoid@3.1.25:
+ version "3.1.25"
+ resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.25.tgz#09ca32747c0e543f0e1814b7d3793477f9c8e152"
+ integrity sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==
nanoid@^3.1.23:
version "3.1.23"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==
-nanomatch@^1.2.9:
- version "1.2.13"
- resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
- integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==
- dependencies:
- arr-diff "^4.0.0"
- array-unique "^0.3.2"
- define-property "^2.0.2"
- extend-shallow "^3.0.2"
- fragment-cache "^0.2.1"
- is-windows "^1.0.2"
- kind-of "^6.0.2"
- object.pick "^1.3.0"
- regex-not "^1.0.0"
- snapdragon "^0.8.1"
- to-regex "^3.0.1"
-
natural-compare-lite@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
@@ -7849,6 +7512,13 @@
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
+node-fetch@^2.6.5:
+ version "2.6.5"
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.5.tgz#42735537d7f080a7e5f78b6c549b7146be1742fd"
+ integrity sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==
+ dependencies:
+ whatwg-url "^5.0.0"
+
node-gyp-build@^4.2.0:
version "4.2.3"
resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.2.3.tgz#ce6277f853835f718829efb47db20f3e4d9c4739"
@@ -7874,10 +7544,10 @@
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.74.tgz#e5866488080ebaa70a93b91144ccde06f3c3463e"
integrity sha512-caJBVempXZPepZoZAPCWRTNxYQ+xtG/KAi4ozTA5A+nJ7IU+kLQCbqaUjb5Rwy14M9upBWiQ4NutcmW04LJSRw==
-node-releases@^1.1.75:
- version "1.1.75"
- resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.75.tgz#6dd8c876b9897a1b8e5a02de26afa79bb54ebbfe"
- integrity sha512-Qe5OUajvqrqDSy6wrWFmMwfJ0jVgwiw4T3KqmbTcZ62qW0gQkheXYhcFM1+lOVcGUoRxcEcfyvFMAnDgaF1VWw==
+node-releases@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.1.tgz#3d1d395f204f1f2f29a54358b9fb678765ad2fc5"
+ integrity sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==
node-source-walk@^4.0.0, node-source-walk@^4.2.0:
version "4.2.0"
@@ -7885,24 +7555,7 @@
integrity sha512-hPs/QMe6zS94f5+jG3kk9E7TNm4P2SulrKiLWMzKszBfNZvL/V6wseHlTd7IvfW0NZWqPtK3+9yYNr+3USGteA==
dependencies:
"@babel/parser" "^7.0.0"
-
-normalize-package-data@^2.3.2:
- version "2.5.0"
- resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
- integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
- dependencies:
- hosted-git-info "^2.1.4"
- resolve "^1.10.0"
- semver "2 || 3 || 4 || 5"
- validate-npm-package-license "^3.0.1"
-normalize-path@^2.1.1:
- version "2.1.1"
- resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
- integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=
- dependencies:
- remove-trailing-separator "^1.0.1"
-
normalize-path@^3.0.0, normalize-path@~3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
@@ -7920,11 +7573,6 @@
dependencies:
path-key "^3.0.0"
-number-is-nan@^1.0.0:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
- integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=
-
number-to-bn@1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/number-to-bn/-/number-to-bn-1.7.0.tgz#bb3623592f7e5f9e0030b1977bd41a0c53fe1ea0"
@@ -7947,33 +7595,22 @@
version "4.1.1"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
-
-object-copy@^0.1.0:
- version "0.1.0"
- resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c"
- integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw=
- dependencies:
- copy-descriptor "^0.1.0"
- define-property "^0.2.5"
- kind-of "^3.0.3"
object-inspect@^1.10.3, object-inspect@^1.9.0:
version "1.10.3"
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369"
integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==
+object-inspect@^1.11.0:
+ version "1.11.0"
+ resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
+ integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
+
object-keys@^1.0.12, object-keys@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
-object-visit@^1.0.0:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
- integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=
- dependencies:
- isobject "^3.0.0"
-
object.assign@^4.1.0, object.assign@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940"
@@ -8003,12 +7640,13 @@
es-abstract "^1.18.0-next.2"
has "^1.0.3"
-object.pick@^1.3.0:
- version "1.3.0"
- resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
- integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=
+object.hasown@^1.0.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5"
+ integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==
dependencies:
- isobject "^3.0.1"
+ define-properties "^1.1.3"
+ es-abstract "^1.19.1"
object.values@^1.1.4:
version "1.1.4"
@@ -8019,6 +7657,15 @@
define-properties "^1.1.3"
es-abstract "^1.18.2"
+object.values@^1.1.5:
+ version "1.1.5"
+ resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
+ integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
+ dependencies:
+ call-bind "^1.0.2"
+ define-properties "^1.1.3"
+ es-abstract "^1.19.1"
+
oboe@2.1.5:
version "2.1.5"
resolved "https://registry.yarnpkg.com/oboe/-/oboe-2.1.5.tgz#5554284c543a2266d7a38f17e073821fbde393cd"
@@ -8114,11 +7761,6 @@
version "1.1.0"
resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-1.1.0.tgz#d078d15a3af409220c886f1d9a0ca2e441ab26cc"
integrity sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==
-
-p-each-series@^2.1.0:
- version "2.2.0"
- resolved "https://registry.yarnpkg.com/p-each-series/-/p-each-series-2.2.0.tgz#105ab0357ce72b202a8a8b94933672657b5e2a9a"
- integrity sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==
p-finally@^1.0.0:
version "1.0.0"
@@ -8224,14 +7866,6 @@
resolved "https://registry.yarnpkg.com/parse-headers/-/parse-headers-2.0.3.tgz#5e8e7512383d140ba02f0c7aa9f49b4399c92515"
integrity sha512-QhhZ+DCCit2Coi2vmAKbq5RGTRcQUOE2+REgv8vdyu7MnYx2eZztegqtTx99TZ86GTIwqiy3+4nQTWZ2tgmdCA==
-parse-json@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0"
- integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=
- dependencies:
- error-ex "^1.3.1"
- json-parse-better-errors "^1.0.1"
-
parse-json@^5.0.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd"
@@ -8257,11 +7891,6 @@
resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==
-pascalcase@^0.1.1:
- version "0.1.1"
- resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
- integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
-
path-exists@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
@@ -8291,13 +7920,6 @@
version "0.1.7"
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=
-
-path-type@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
- integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==
- dependencies:
- pify "^3.0.0"
path-type@^4.0.0:
version "4.0.0"
@@ -8325,6 +7947,11 @@
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
+picocolors@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
+ integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
+
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3:
version "2.3.0"
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
@@ -8334,11 +7961,6 @@
version "2.3.0"
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw=
-
-pify@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
- integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=
pify@^4.0.1:
version "4.0.1"
@@ -8385,13 +8007,6 @@
dependencies:
find-up "^4.0.0"
-pkg-up@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
- integrity sha1-yBmscoBZpGHKscOImivjxJoATX8=
- dependencies:
- find-up "^2.1.0"
-
pkg-up@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-3.1.0.tgz#100ec235cc150e4fd42519412596a28512a0def5"
@@ -8404,11 +8019,6 @@
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-8.0.0.tgz#1a6fa16a38d12a1901e0320fa017051c539ce3b1"
integrity sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==
-posix-character-classes@^0.1.0:
- version "0.1.1"
- resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
- integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=
-
postcss-selector-parser@^6.0.2:
version "6.0.6"
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.6.tgz#2c5bba8174ac2f6981ab631a42ab0ee54af332ea"
@@ -8506,18 +8116,18 @@
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
-prettier@^2.3.2:
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d"
- integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==
+prettier@^2.4.1:
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.4.1.tgz#671e11c89c14a4cfc876ce564106c4a6726c9f5c"
+ integrity sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==
-pretty-format@^27.1.0:
- version "27.1.0"
- resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.1.0.tgz#022f3fdb19121e0a2612f3cff8d724431461b9ca"
- integrity sha512-4aGaud3w3rxAO6OXmK3fwBFQ0bctIOG3/if+jYEFGNGIs0EvuidQm3bZ9mlP2/t9epLNC/12czabfy7TZNSwVA==
+pretty-format@^27.3.1:
+ version "27.3.1"
+ resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.3.1.tgz#7e9486365ccdd4a502061fa761d3ab9ca1b78df5"
+ integrity sha512-DR/c+pvFc52nLimLROYjnXPtolawm+uWDxr4FjuLDLUn+ktWnSN851KoHwHzzqq6rfCOjkzN8FLgDrSub6UDuA==
dependencies:
- "@jest/types" "^27.1.0"
- ansi-regex "^5.0.0"
+ "@jest/types" "^27.2.5"
+ ansi-regex "^5.0.1"
ansi-styles "^5.0.0"
react-is "^17.0.1"
@@ -8528,6 +8138,11 @@
dependencies:
parse-ms "^2.1.0"
+printj@~1.1.0:
+ version "1.1.2"
+ resolved "https://registry.yarnpkg.com/printj/-/printj-1.1.2.tgz#d90deb2975a8b9f600fb3a1c94e3f4c53c78a222"
+ integrity sha512-zA2SmoLaxZyArQTOPj5LXecR+RagfPSU5Kw1qP+jkWeNlrq+eJZyY2oS68SU1Z/7/myXM4lo9716laOFAVStCQ==
+
process-nextick-args@~2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
@@ -8710,23 +8325,6 @@
version "17.0.2"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
-
-read-pkg-up@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07"
- integrity sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=
- dependencies:
- find-up "^2.0.0"
- read-pkg "^3.0.0"
-
-read-pkg@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
- integrity sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=
- dependencies:
- load-json-file "^4.0.0"
- normalize-package-data "^2.3.2"
- path-type "^3.0.0"
read@^1.0.7:
version "1.0.7"
@@ -8735,7 +8333,16 @@
dependencies:
mute-stream "~0.0.4"
-readable-stream@^2.0.2, readable-stream@~2.3.6:
+readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.6.0:
+ version "3.6.0"
+ resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
+ integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==
+ dependencies:
+ inherits "^2.0.3"
+ string_decoder "^1.1.1"
+ util-deprecate "^1.0.1"
+
+readable-stream@~2.3.6:
version "2.3.7"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"
integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
@@ -8748,31 +8355,6 @@
string_decoder "~1.1.1"
util-deprecate "~1.0.1"
-readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.6.0:
- version "3.6.0"
- resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
- integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==
- dependencies:
- inherits "^2.0.3"
- string_decoder "^1.1.1"
- util-deprecate "^1.0.1"
-
-readdirp@^2.2.1:
- version "2.2.1"
- resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525"
- integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==
- dependencies:
- graceful-fs "^4.1.11"
- micromatch "^3.1.10"
- readable-stream "^2.0.2"
-
-readdirp@~3.5.0:
- version "3.5.0"
- resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.5.0.tgz#9ba74c019b15d365278d2e91bb8c48d7b4d42c9e"
- integrity sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==
- dependencies:
- picomatch "^2.2.1"
-
readdirp@~3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7"
@@ -8811,14 +8393,6 @@
dependencies:
"@babel/runtime" "^7.8.4"
-regex-not@^1.0.0, regex-not@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c"
- integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==
- dependencies:
- extend-shallow "^3.0.2"
- safe-regex "^1.1.0"
-
regexp.prototype.flags@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz#7ef352ae8d159e758c0eadca6f8fcb4eef07be26"
@@ -8827,7 +8401,7 @@
call-bind "^1.0.2"
define-properties "^1.1.3"
-regexpp@^3.0.0, regexpp@^3.1.0:
+regexpp@^3.0.0, regexpp@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
@@ -8874,22 +8448,7 @@
version "0.2.2"
resolved "https://registry.yarnpkg.com/remove-markdown/-/remove-markdown-0.2.2.tgz#66b0ceeba9fb77ca9636bb1b0307ce21a32a12a6"
integrity sha1-ZrDO66n7d8qWNrsbAwfOIaMqEqY=
-
-remove-trailing-separator@^1.0.1:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
- integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8=
-repeat-element@^1.1.2:
- version "1.1.4"
- resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.4.tgz#be681520847ab58c7568ac75fbfad28ed42d39e9"
- integrity sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==
-
-repeat-string@^1.6.1:
- version "1.6.1"
- resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
- integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc=
-
request@^2.79.0, request@^2.88.2:
version "2.88.2"
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
@@ -8921,7 +8480,7 @@
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=
-require-from-string@^2.0.0, require-from-string@^2.0.2:
+require-from-string@^2.0.0:
version "2.0.2"
resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
@@ -8966,12 +8525,12 @@
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
-resolve-url@^0.2.1:
- version "0.2.1"
- resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
- integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
+resolve.exports@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-1.1.0.tgz#5ce842b94b05146c0e03076985d1d0e7e48c90c9"
+ integrity sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==
-resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.3.2:
+resolve@^1.1.6, resolve@^1.10.1, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.3.2:
version "1.20.0"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
@@ -9001,11 +8560,6 @@
dependencies:
onetime "^5.1.0"
signal-exit "^3.0.2"
-
-ret@~0.1.10:
- version "0.1.15"
- resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
- integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
reusify@^1.0.4:
version "1.0.4"
@@ -9034,17 +8588,17 @@
hash-base "^3.0.0"
inherits "^2.0.1"
-rlp@^2.2.3:
- version "2.2.6"
- resolved "https://registry.yarnpkg.com/rlp/-/rlp-2.2.6.tgz#c80ba6266ac7a483ef1e69e8e2f056656de2fb2c"
- integrity sha512-HAfAmL6SDYNWPUOJNrM500x4Thn4PZsEy5pijPh40U9WfNk0z15hUYzO9xVIMAdIHdFtD8CBDHd75Td1g36Mjg==
+rlp@^2.2.4:
+ version "2.2.7"
+ resolved "https://registry.yarnpkg.com/rlp/-/rlp-2.2.7.tgz#33f31c4afac81124ac4b283e2bd4d9720b30beaf"
+ integrity sha512-d5gdPmgQ0Z+AklL2NVXr/IoSjNZFfTVvQWzL/AM2AOcSzYP2xjlb0AC8YyCLc41MSNf6P6QVtjgPdmVtzb+4lQ==
dependencies:
- bn.js "^4.11.1"
+ bn.js "^5.2.0"
-rollup@^2.56.3:
- version "2.56.3"
- resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.56.3.tgz#b63edadd9851b0d618a6d0e6af8201955a77aeff"
- integrity sha512-Au92NuznFklgQCUcV96iXlxUbHuB1vQMaH76DHl5M11TotjOHwqk9CwcrT78+Tnv4FN9uTBxq6p4EJoYkpyekg==
+rollup@^2.58.0:
+ version "2.58.3"
+ resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.58.3.tgz#71a08138d9515fb65043b6a18618b2ed9ac8d239"
+ integrity sha512-ei27MSw1KhRur4p87Q0/Va2NAYqMXOX++FNEumMBcdreIRLURKy+cE2wcDJKBn0nfmhP2ZGrJkP1XPO+G8FJQw==
optionalDependencies:
fsevents "~2.3.2"
@@ -9067,10 +8621,10 @@
dependencies:
tslib "^1.9.0"
-rxjs@^7.3.0:
- version "7.3.0"
- resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.3.0.tgz#39fe4f3461dc1e50be1475b2b85a0a88c1e938c6"
- integrity sha512-p2yuGIg9S1epc3vrjKf6iVb3RCaAYjYskkO+jHIaV0IjOPlJop4UnodOoFb2xeNwlguqLYvGw1b1McillYb5Gw==
+rxjs@^7.4.0:
+ version "7.4.0"
+ resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.4.0.tgz#a12a44d7eebf016f5ff2441b87f28c9a51cebc68"
+ integrity sha512-7SQDi7xeTMCJpqViXh8gL/lebcwlp3d831F05+9B44A4B0WfsEwUQHR64gsH1kvJ+Ep/J9K2+n1hVl1CsGN23w==
dependencies:
tslib "~2.1.0"
@@ -9083,13 +8637,6 @@
version "5.2.1"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
-
-safe-regex@^1.1.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e"
- integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4=
- dependencies:
- ret "~0.1.10"
"safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0:
version "2.1.2"
@@ -9135,17 +8682,17 @@
integrity sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==
dependencies:
semver "^6.3.0"
-
-"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.5.0, semver@^5.6.0:
- version "5.7.1"
- resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
- integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
semver@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
+semver@^5.3.0, semver@^5.5.0, semver@^5.6.0:
+ version "5.7.1"
+ resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
+ integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
+
semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
@@ -9177,10 +8724,10 @@
range-parser "~1.2.1"
statuses "~1.5.0"
-serialize-javascript@5.0.1:
- version "5.0.1"
- resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-5.0.1.tgz#7886ec848049a462467a97d3d918ebb2aaf934f4"
- integrity sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==
+serialize-javascript@6.0.0:
+ version "6.0.0"
+ resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8"
+ integrity sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==
dependencies:
randombytes "^2.1.0"
@@ -9204,16 +8751,6 @@
express "^4.14.0"
request "^2.79.0"
xhr "^2.3.3"
-
-set-value@^2.0.0, set-value@^2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b"
- integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==
- dependencies:
- extend-shallow "^2.0.1"
- is-extendable "^0.1.1"
- is-plain-object "^2.0.3"
- split-string "^3.0.1"
setimmediate@^1.0.5:
version "1.0.5"
@@ -9313,52 +8850,13 @@
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
-slice-ansi@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b"
- integrity sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==
- dependencies:
- ansi-styles "^4.0.0"
- astral-regex "^2.0.0"
- is-fullwidth-code-point "^3.0.0"
-
-snapdragon-node@^2.0.1:
- version "2.1.1"
- resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b"
- integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==
- dependencies:
- define-property "^1.0.0"
- isobject "^3.0.0"
- snapdragon-util "^3.0.1"
-
-snapdragon-util@^3.0.1:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2"
- integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==
- dependencies:
- kind-of "^3.2.0"
-
-snapdragon@^0.8.1:
- version "0.8.2"
- resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d"
- integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==
+solc@^0.8.9:
+ version "0.8.9"
+ resolved "https://registry.yarnpkg.com/solc/-/solc-0.8.9.tgz#e57eb1c65c1eea273cc9b2b0d6cca051b878cbf8"
+ integrity sha512-dD8tQgGCrdWQPpbDTbQF048S3JAcpytOax2r5qPgQluKJPCRFT6c/fec0ZkbrRwRSeYT/qiKz0OKBDOinnGeWw==
dependencies:
- base "^0.11.1"
- debug "^2.2.0"
- define-property "^0.2.5"
- extend-shallow "^2.0.1"
- map-cache "^0.2.2"
- source-map "^0.5.6"
- source-map-resolve "^0.5.0"
- use "^3.1.0"
-
-solc@^0.8.6:
- version "0.8.6"
- resolved "https://registry.yarnpkg.com/solc/-/solc-0.8.6.tgz#e4341fa6780137df97b94a0cfbd59b3f2037d0e0"
- integrity sha512-miiDaWdaUnD7A6Cktb/2ug9f+ajcOCDYRr7vgbPEsMoutSlBtp5rca57oMg8iHSuM7jilwdxePujWI/+rbNftQ==
- dependencies:
command-exists "^1.2.8"
- commander "3.0.2"
+ commander "^8.1.0"
follow-redirects "^1.12.1"
fs-extra "^0.30.0"
js-sha3 "0.8.0"
@@ -9378,32 +8876,16 @@
version "0.6.2"
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e"
integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==
-
-source-map-resolve@^0.5.0:
- version "0.5.3"
- resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"
- integrity sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==
- dependencies:
- atob "^2.1.2"
- decode-uri-component "^0.2.0"
- resolve-url "^0.2.1"
- source-map-url "^0.4.0"
- urix "^0.1.0"
-source-map-support@^0.5.16, source-map-support@^0.5.17, source-map-support@^0.5.6:
+source-map-support@^0.5.16, source-map-support@^0.5.6:
version "0.5.19"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
dependencies:
buffer-from "^1.0.0"
source-map "^0.6.0"
-
-source-map-url@^0.4.0:
- version "0.4.1"
- resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.1.tgz#0af66605a745a5a2f91cf1bbf8a7afbc283dec56"
- integrity sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==
-source-map@^0.5.0, source-map@^0.5.6:
+source-map@^0.5.0:
version "0.5.7"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
@@ -9422,45 +8904,12 @@
version "1.4.8"
resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4"
integrity sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==
-
-spdx-correct@^3.0.0:
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.1.tgz#dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9"
- integrity sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==
- dependencies:
- spdx-expression-parse "^3.0.0"
- spdx-license-ids "^3.0.0"
-
-spdx-exceptions@^2.1.0:
- version "2.3.0"
- resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d"
- integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==
-
-spdx-expression-parse@^3.0.0:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679"
- integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==
- dependencies:
- spdx-exceptions "^2.1.0"
- spdx-license-ids "^3.0.0"
-
-spdx-license-ids@^3.0.0:
- version "3.0.9"
- resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.9.tgz#8a595135def9592bda69709474f1cbeea7c2467f"
- integrity sha512-Ki212dKK4ogX+xDo4CtOZBVIwhsKBEfsEEcwmJfLQzirgc2jIWdzg40Unxz/HzEUqM1WFzVlQSMF9kZZ2HboLQ==
speedometer@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/speedometer/-/speedometer-1.0.0.tgz#cd671cb06752c22bca3370e2f334440be4fc62e2"
integrity sha1-zWccsGdSwivKM3Di8zREC+T8YuI=
-split-string@^3.0.1, split-string@^3.0.2:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2"
- integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==
- dependencies:
- extend-shallow "^3.0.0"
-
sprintf-js@~1.0.2:
version "1.0.3"
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
@@ -9488,14 +8937,6 @@
dependencies:
escape-string-regexp "^2.0.0"
-static-extend@^0.1.1:
- version "0.1.2"
- resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6"
- integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=
- dependencies:
- define-property "^0.2.5"
- object-copy "^0.1.0"
-
"statuses@>= 1.5.0 < 2", statuses@~1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
@@ -9519,16 +8960,7 @@
char-regex "^1.0.2"
strip-ansi "^6.0.0"
-string-width@^1.0.1:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
- integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=
- dependencies:
- code-point-at "^1.0.0"
- is-fullwidth-code-point "^1.0.0"
- strip-ansi "^3.0.0"
-
-"string-width@^1.0.2 || 2":
+"string-width@^1.0.1 || ^2.0.0":
version "2.1.1"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==
@@ -9536,6 +8968,15 @@
is-fullwidth-code-point "^2.0.0"
strip-ansi "^4.0.0"
+"string-width@^1.0.2 || 2 || 3 || 4":
+ version "4.2.3"
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
+ dependencies:
+ emoji-regex "^8.0.0"
+ is-fullwidth-code-point "^3.0.0"
+ strip-ansi "^6.0.1"
+
string-width@^3.0.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
@@ -9607,14 +9048,7 @@
is-obj "^1.0.1"
is-regexp "^1.0.0"
-strip-ansi@^3.0.0, strip-ansi@^3.0.1:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
- integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=
- dependencies:
- ansi-regex "^2.0.0"
-
-strip-ansi@^4.0.0:
+"strip-ansi@^3.0.1 || ^4.0.0", strip-ansi@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f"
integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8=
@@ -9635,6 +9069,13 @@
dependencies:
ansi-regex "^5.0.0"
+strip-ansi@^6.0.1:
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
+ dependencies:
+ ansi-regex "^5.0.1"
+
strip-bom@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
@@ -9740,18 +9181,6 @@
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
-table@^6.0.9:
- version "6.7.1"
- resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
- integrity sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==
- dependencies:
- ajv "^8.0.1"
- lodash.clonedeep "^4.5.0"
- lodash.truncate "^4.4.2"
- slice-ansi "^4.0.0"
- string-width "^4.2.0"
- strip-ansi "^6.0.0"
-
tapable@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.0.tgz#5c373d281d9c672848213d0e037d1c4165ab426b"
@@ -9836,26 +9265,11 @@
version "2.0.0"
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=
-
-to-object-path@^0.3.0:
- version "0.3.0"
- resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af"
- integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=
- dependencies:
- kind-of "^3.0.2"
to-readable-stream@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/to-readable-stream/-/to-readable-stream-1.0.0.tgz#ce0aa0c2f3df6adf852efb404a783e77c0475771"
integrity sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==
-
-to-regex-range@^2.1.0:
- version "2.1.1"
- resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38"
- integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=
- dependencies:
- is-number "^3.0.0"
- repeat-string "^1.6.1"
to-regex-range@^5.0.1:
version "5.0.1"
@@ -9863,16 +9277,6 @@
integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
dependencies:
is-number "^7.0.0"
-
-to-regex@^3.0.1, to-regex@^3.0.2:
- version "3.0.2"
- resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce"
- integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==
- dependencies:
- define-property "^2.0.2"
- extend-shallow "^3.0.2"
- regex-not "^1.0.2"
- safe-regex "^1.1.0"
toidentifier@1.0.0:
version "1.0.0"
@@ -9903,6 +9307,11 @@
dependencies:
punycode "^2.1.1"
+tr46@~0.0.3:
+ version "0.0.3"
+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
+ integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
+
trim-repeated@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/trim-repeated/-/trim-repeated-1.0.0.tgz#e3646a2ea4e891312bf7eace6cfb05380bc01c21"
@@ -9910,16 +9319,22 @@
dependencies:
escape-string-regexp "^1.0.2"
-ts-node@^9.1.1:
- version "9.1.1"
- resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d"
- integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==
+ts-node@^10.4.0:
+ version "10.4.0"
+ resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.4.0.tgz#680f88945885f4e6cf450e7f0d6223dd404895f7"
+ integrity sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==
dependencies:
+ "@cspotcode/source-map-support" "0.7.0"
+ "@tsconfig/node10" "^1.0.7"
+ "@tsconfig/node12" "^1.0.7"
+ "@tsconfig/node14" "^1.0.0"
+ "@tsconfig/node16" "^1.0.2"
+ acorn "^8.4.1"
+ acorn-walk "^8.1.1"
arg "^4.1.0"
create-require "^1.1.0"
diff "^4.0.1"
make-error "^1.1.1"
- source-map-support "^0.5.17"
yn "3.1.1"
tsconfig-paths@^3.11.0:
@@ -10056,15 +9471,10 @@
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
-typescript@^4.2.4:
- version "4.3.4"
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.4.tgz#3f85b986945bcf31071decdd96cf8bfa65f9dcbc"
- integrity sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==
-
-typescript@^4.4.2:
- version "4.4.2"
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.2.tgz#6d618640d430e3569a1dfb44f7d7e600ced3ee86"
- integrity sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==
+typescript@^4.4.4:
+ version "4.4.4"
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
+ integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
uglify-js@^3.1.4:
version "3.13.9"
@@ -10086,11 +9496,6 @@
has-symbols "^1.0.2"
which-boxed-primitive "^1.0.2"
-underscore@1.12.1:
- version "1.12.1"
- resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.12.1.tgz#7bb8cc9b3d397e201cf8553336d262544ead829e"
- integrity sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==
-
unicode-canonical-property-names-ecmascript@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"
@@ -10113,16 +9518,6 @@
version "1.1.0"
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz#dd57a99f6207bedff4628abefb94c50db941c8f4"
integrity sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==
-
-union-value@^1.0.0:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"
- integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==
- dependencies:
- arr-union "^3.1.0"
- get-value "^2.0.6"
- is-extendable "^0.1.1"
- set-value "^2.0.1"
uniq@^1.0.1:
version "1.0.1"
@@ -10155,20 +9550,7 @@
version "1.0.0"
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=
-
-unset-value@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559"
- integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=
- dependencies:
- has-value "^0.3.1"
- isobject "^3.0.0"
-upath@^1.1.1:
- version "1.2.0"
- resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894"
- integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==
-
update-notifier@^5.0.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-5.1.0.tgz#4ab0d7c7f36a231dd7316cf7729313f0214d9ad9"
@@ -10196,11 +9578,6 @@
dependencies:
punycode "^2.1.0"
-urix@^0.1.0:
- version "0.1.0"
- resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
- integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=
-
url-parse-lax@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-1.0.0.tgz#7af8f303645e9bd79a272e7a14ac68bc0609da73"
@@ -10224,11 +9601,6 @@
version "1.0.1"
resolved "https://registry.yarnpkg.com/url-to-options/-/url-to-options-1.0.1.tgz#1505a03a289a48cbd7a434efbaeec5055f5633a9"
integrity sha1-FQWgOiiaSMvXpDTvuu7FBV9WM6k=
-
-use@^3.1.0:
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"
- integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==
utf-8-validate@^5.0.2:
version "5.0.5"
@@ -10284,23 +9656,15 @@
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
-v8-to-istanbul@^8.0.0:
- version "8.0.0"
- resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-8.0.0.tgz#4229f2a99e367f3f018fa1d5c2b8ec684667c69c"
- integrity sha512-LkmXi8UUNxnCC+JlH7/fsfsKr5AU110l+SYGJimWNkWhxbN5EyeOtm1MJ0hhvqMMOhGwBj1Fp70Yv9i+hX0QAg==
+v8-to-istanbul@^8.1.0:
+ version "8.1.0"
+ resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-8.1.0.tgz#0aeb763894f1a0a1676adf8a8b7612a38902446c"
+ integrity sha512-/PRhfd8aTNp9Ggr62HPzXg2XasNFGy5PBt0Rp04du7/8GNNSgxFL6WBTkgMKSL9bFjH+8kKEG3f37FmxiTqUUA==
dependencies:
"@types/istanbul-lib-coverage" "^2.0.1"
convert-source-map "^1.6.0"
source-map "^0.7.3"
-validate-npm-package-license@^3.0.1:
- version "3.0.4"
- resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
- integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==
- dependencies:
- spdx-correct "^3.0.0"
- spdx-expression-parse "^3.0.0"
-
varint@^5.0.0:
version "5.0.2"
resolved "https://registry.yarnpkg.com/varint/-/varint-5.0.2.tgz#5b47f8a947eb668b848e034dcfa87d0ff8a7f7a4"
@@ -10358,246 +9722,240 @@
dependencies:
defaults "^1.0.3"
-web3-bzz@1.3.6:
- version "1.3.6"
- resolved "https://registry.yarnpkg.com/web3-bzz/-/web3-bzz-1.3.6.tgz#95f370aecc3ff6ad07f057e6c0c916ef09b04dde"
- integrity sha512-ibHdx1wkseujFejrtY7ZyC0QxQ4ATXjzcNUpaLrvM6AEae8prUiyT/OloG9FWDgFD2CPLwzKwfSQezYQlANNlw==
+web3-bzz@1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/web3-bzz/-/web3-bzz-1.6.0.tgz#584b51339f21eedff159abc9239b4b7ef6ded840"
+ integrity sha512-ugYV6BsinwhIi0CsLWINBz4mqN9wR9vNG0WmyEbdECjxcPyr6vkaWt4qi0zqlUxEnYAwGj4EJXNrbjPILntQTQ==
dependencies:
"@types/node" "^12.12.6"
got "9.6.0"
swarm-js "^0.1.40"
- underscore "1.12.1"
-web3-core-helpers@1.3.6:
- version "1.3.6"
- resolved "https://registry.yarnpkg.com/web3-core-helpers/-/web3-core-helpers-1.3.6.tgz#c478246a9abe4e5456acf42657dac2f7c330be74"
- integrity sha512-nhtjA2ZbkppjlxTSwG0Ttu6FcPkVu1rCN5IFAOVpF/L0SEt+jy+O5l90+cjDq0jAYvlBwUwnbh2mR9hwDEJCNA==
+web3-core-helpers@1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/web3-core-helpers/-/web3-core-helpers-1.6.0.tgz#77e161b6ba930a4008a0df804ab379e0aa7e1e7f"
+ integrity sha512-H/IAH/0mrgvad/oxVKiAMC7qDzMrPPe/nRKmJOoIsupRg9/frvL62kZZiHhqVD1HMyyswbQFC69QRl7JqWzvxg==
dependencies:
- underscore "1.12.1"
- web3-eth-iban "1.3.6"
- web3-utils "1.3.6"
+ web3-eth-iban "1.6.0"
+ web3-utils "1.6.0"
-web3-core-method@1.3.6:
- version "1.3.6"
- resolved "https://registry.yarnpkg.com/web3-core-method/-/web3-core-method-1.3.6.tgz#4b0334edd94b03dfec729d113c69a4eb6ebc68ae"
- integrity sha512-RyegqVGxn0cyYW5yzAwkPlsSEynkdPiegd7RxgB4ak1eKk2Cv1q2x4C7D2sZjeeCEF+q6fOkVmo2OZNqS2iQxg==
+web3-core-method@1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/web3-core-method/-/web3-core-method-1.6.0.tgz#ebe4ea51f5a4fa809bb68185576186359d3982e9"
+ integrity sha512-cHekyEil4mtcCOk6Q1Zh4y+2o5pTwsLIxP6Bpt4BRtZgdsyPiadYJpkLAVT/quch5xN7Qs5ZwG5AvRCS3VwD2g==
dependencies:
+ "@ethereumjs/common" "^2.4.0"
"@ethersproject/transactions" "^5.0.0-beta.135"
- underscore "1.12.1"
- web3-core-helpers "1.3.6"
- web3-core-promievent "1.3.6"
- web3-core-subscriptions "1.3.6"
- web3-utils "1.3.6"
+ web3-core-helpers "1.6.0"
+ web3-core-promievent "1.6.0"
+ web3-core-subscriptions "1.6.0"
+ web3-utils "1.6.0"
-web3-core-promievent@1.3.6:
- version "1.3.6"
- resolved "https://registry.yarnpkg.com/web3-core-promievent/-/web3-core-promievent-1.3.6.tgz#6c27dc79de8f71b74f5d17acaf9aaf593d3cb0c9"
- integrity sha512-Z+QzfyYDTXD5wJmZO5wwnRO8bAAHEItT1XNSPVb4J1CToV/I/SbF7CuF8Uzh2jns0Cm1109o666H7StFFvzVKw==
+web3-core-promievent@1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/web3-core-promievent/-/web3-core-promievent-1.6.0.tgz#8b6053ae83cb47164540167fc361469fc604d2dd"
+ integrity sha512-ZzsevjMXWkhqW9dnVfTfb1OUcK7jKcKPvPIbQ4boJccNgvNZPZKlo8xB4pkAX38n4c59O5mC7Lt/z2QL/M5CeQ==
dependencies:
eventemitter3 "4.0.4"
-web3-core-requestmanager@1.3.6:
- version "1.3.6"
- resolved "https://registry.yarnpkg.com/web3-core-requestmanager/-/web3-core-requestmanager-1.3.6.tgz#4fea269fe913fd4fca464b4f7c65cb94857b5b2a"
- integrity sha512-2rIaeuqeo7QN1Eex7aXP0ZqeteJEPWXYFS/M3r3LXMiV8R4STQBKE+//dnHJXoo2ctzEB5cgd+7NaJM8S3gPyA==
+web3-core-requestmanager@1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/web3-core-requestmanager/-/web3-core-requestmanager-1.6.0.tgz#8ef3a3b89cd08983bd94574f9c5893f70a8a6aea"
+ integrity sha512-CY5paPdiDXKTXPWaEUZekDfUXSuoE2vPxolwqzsvKwFWH5+H1NaXgrc+D5HpufgSvTXawTw0fy7IAicg8+PWqA==
dependencies:
- underscore "1.12.1"
util "^0.12.0"
- web3-core-helpers "1.3.6"
- web3-providers-http "1.3.6"
- web3-providers-ipc "1.3.6"
- web3-providers-ws "1.3.6"
+ web3-core-helpers "1.6.0"
+ web3-providers-http "1.6.0"
+ web3-providers-ipc "1.6.0"
+ web3-providers-ws "1.6.0"
-web3-core-subscriptions@1.3.6:
- version "1.3.6"
- resolved "https://registry.yarnpkg.com/web3-core-subscriptions/-/web3-core-subscriptions-1.3.6.tgz#ee24e7974d1d72ff6c992c599deba4ef9b308415"
- integrity sha512-wi9Z9X5X75OKvxAg42GGIf81ttbNR2TxzkAsp1g+nnp5K8mBwgZvXrIsDuj7Z7gx72Y45mWJADCWjk/2vqNu8g==
+web3-core-subscriptions@1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/web3-core-subscriptions/-/web3-core-subscriptions-1.6.0.tgz#8c23b15b434a7c9f937652ecca45d7108e2c54df"
+ integrity sha512-kY9WZUY/m1URSOv3uTLshoZD9ZDiFKReIzHuPUkxFpD5oYNmr1/aPQNPCrrMxKODR7UVX/D90FxWwCYqHhLaxQ==
dependencies:
eventemitter3 "4.0.4"
- underscore "1.12.1"
- web3-core-helpers "1.3.6"
+ web3-core-helpers "1.6.0"
-web3-core@1.3.6:
- version "1.3.6"
- resolved "https://registry.yarnpkg.com/web3-core/-/web3-core-1.3.6.tgz#a6a761d1ff2f3ee462b8dab679229d2f8e267504"
- integrity sha512-gkLDM4T1Sc0T+HZIwxrNrwPg0IfWI0oABSglP2X5ZbBAYVUeEATA0o92LWV8BeF+okvKXLK1Fek/p6axwM/h3Q==
+web3-core@1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/web3-core/-/web3-core-1.6.0.tgz#144eb00f651c9812faf7176abd7ee99d5f45e212"
+ integrity sha512-o0WsLrJ2yD+HAAc29lGMWJef/MutTyuzpJC0UzLJtIAQJqtpDalzWINEu4j8XYXGk34N/V6vudtzRPo23QEE6g==
dependencies:
"@types/bn.js" "^4.11.5"
"@types/node" "^12.12.6"
bignumber.js "^9.0.0"
- web3-core-helpers "1.3.6"
- web3-core-method "1.3.6"
- web3-core-requestmanager "1.3.6"
- web3-utils "1.3.6"
+ web3-core-helpers "1.6.0"
+ web3-core-method "1.6.0"
+ web3-core-requestmanager "1.6.0"
+ web3-utils "1.6.0"
-web3-eth-abi@1.3.6:
- version "1.3.6"
- resolved "https://registry.yarnpkg.com/web3-eth-abi/-/web3-eth-abi-1.3.6.tgz#4272ca48d817aa651bbf97b269f5ff10abc2b8a9"
- integrity sha512-Or5cRnZu6WzgScpmbkvC6bfNxR26hqiKK4i8sMPFeTUABQcb/FU3pBj7huBLYbp9dH+P5W79D2MqwbWwjj9DoQ==
+web3-eth-abi@1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/web3-eth-abi/-/web3-eth-abi-1.6.0.tgz#4225608f61ebb0607d80849bb2b20f910780253d"
+ integrity sha512-fImomGE9McuTMJLwK8Tp0lTUzXqCkWeMm00qPVIwpJ/h7lCw9UFYV9+4m29wSqW6FF+FIZKwc6UBEf9dlx3orA==
dependencies:
"@ethersproject/abi" "5.0.7"
- underscore "1.12.1"
- web3-utils "1.3.6"
+ web3-utils "1.6.0"
-web3-eth-accounts@1.3.6:
- version "1.3.6"
- resolved "https://registry.yarnpkg.com/web3-eth-accounts/-/web3-eth-accounts-1.3.6.tgz#f9fcb50b28ee58090ab292a10d996155caa2b474"
- integrity sha512-Ilr0hG6ONbCdSlVKffasCmNwftD5HsNpwyQASevocIQwHdTlvlwO0tb3oGYuajbKOaDzNTwXfz25bttAEoFCGA==
+web3-eth-accounts@1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/web3-eth-accounts/-/web3-eth-accounts-1.6.0.tgz#530927f4c5b78df93b3ea1203abbb467de29cd04"
+ integrity sha512-2f6HS4KIH4laAsNCOfbNX3dRiQosqSY2TRK86C8jtAA/QKGdx+5qlPfYzbI2RjG81iayb2+mVbHIaEaBGZ8sGw==
dependencies:
+ "@ethereumjs/common" "^2.3.0"
+ "@ethereumjs/tx" "^3.2.1"
crypto-browserify "3.12.0"
eth-lib "0.2.8"
- ethereumjs-common "^1.3.2"
- ethereumjs-tx "^2.1.1"
+ ethereumjs-util "^7.0.10"
scrypt-js "^3.0.1"
- underscore "1.12.1"
uuid "3.3.2"
- web3-core "1.3.6"
- web3-core-helpers "1.3.6"
- web3-core-method "1.3.6"
- web3-utils "1.3.6"
+ web3-core "1.6.0"
+ web3-core-helpers "1.6.0"
+ web3-core-method "1.6.0"
+ web3-utils "1.6.0"
-web3-eth-contract@1.3.6:
- version "1.3.6"
- resolved "https://registry.yarnpkg.com/web3-eth-contract/-/web3-eth-contract-1.3.6.tgz#cccf4d32dc56917fb6923e778498a9ba2a5ba866"
- integrity sha512-8gDaRrLF2HCg+YEZN1ov0zN35vmtPnGf3h1DxmJQK5Wm2lRMLomz9rsWsuvig3UJMHqZAQKD7tOl3ocJocQsmA==
+web3-eth-contract@1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/web3-eth-contract/-/web3-eth-contract-1.6.0.tgz#deb946867ad86d32bcbba899d733b681b25ea674"
+ integrity sha512-ZUtO77zFnxuFtrc+D+iJ3AzNgFXAVcKnhEYN7f1PNz/mFjbtE6dJ+ujO0mvMbxIZF02t9IZv0CIXRpK0rDvZAw==
dependencies:
"@types/bn.js" "^4.11.5"
- underscore "1.12.1"
- web3-core "1.3.6"
- web3-core-helpers "1.3.6"
- web3-core-method "1.3.6"
- web3-core-promievent "1.3.6"
- web3-core-subscriptions "1.3.6"
- web3-eth-abi "1.3.6"
- web3-utils "1.3.6"
+ web3-core "1.6.0"
+ web3-core-helpers "1.6.0"
+ web3-core-method "1.6.0"
+ web3-core-promievent "1.6.0"
+ web3-core-subscriptions "1.6.0"
+ web3-eth-abi "1.6.0"
+ web3-utils "1.6.0"
-web3-eth-ens@1.3.6:
- version "1.3.6"
- resolved "https://registry.yarnpkg.com/web3-eth-ens/-/web3-eth-ens-1.3.6.tgz#0d28c5d4ea7b4462ef6c077545a77956a6cdf175"
- integrity sha512-n27HNj7lpSkRxTgSx+Zo7cmKAgyg2ElFilaFlUu/X2CNH23lXfcPm2bWssivH9z0ndhg0OyR4AYFZqPaqDHkJA==
+web3-eth-ens@1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/web3-eth-ens/-/web3-eth-ens-1.6.0.tgz#af13852168d56fa71b9198eb097e96fb93831c2a"
+ integrity sha512-AG24PNv9qbYHSpjHcU2pViOII0jvIR7TeojJ2bxXSDqfcgHuRp3NZGKv6xFvT4uNI4LEQHUhSC7bzHoNF5t8CA==
dependencies:
content-hash "^2.5.2"
eth-ens-namehash "2.0.8"
- underscore "1.12.1"
- web3-core "1.3.6"
- web3-core-helpers "1.3.6"
- web3-core-promievent "1.3.6"
- web3-eth-abi "1.3.6"
- web3-eth-contract "1.3.6"
- web3-utils "1.3.6"
+ web3-core "1.6.0"
+ web3-core-helpers "1.6.0"
+ web3-core-promievent "1.6.0"
+ web3-eth-abi "1.6.0"
+ web3-eth-contract "1.6.0"
+ web3-utils "1.6.0"
-web3-eth-iban@1.3.6:
- version "1.3.6"
- resolved "https://registry.yarnpkg.com/web3-eth-iban/-/web3-eth-iban-1.3.6.tgz#0d6ba21fe78f190af8919e9cd5453882457209e0"
- integrity sha512-nfMQaaLA/zsg5W4Oy/EJQbs8rSs1vBAX6b/35xzjYoutXlpHMQadujDx2RerTKhSHqFXSJeQAfE+2f6mdhYkRQ==
+web3-eth-iban@1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/web3-eth-iban/-/web3-eth-iban-1.6.0.tgz#edbe46cedc5b148d53fa455edea6b4eef53b2be7"
+ integrity sha512-HM/bKBS/e8qg0+Eh7B8C/JVG+GkR4AJty17DKRuwMtrh78YsonPj7GKt99zS4n5sDLFww1Imu/ZIk3+K5uJCjw==
dependencies:
bn.js "^4.11.9"
- web3-utils "1.3.6"
+ web3-utils "1.6.0"
-web3-eth-personal@1.3.6:
- version "1.3.6"
- resolved "https://registry.yarnpkg.com/web3-eth-personal/-/web3-eth-personal-1.3.6.tgz#226137916754c498f0284f22c55924c87a2efcf0"
- integrity sha512-pOHU0+/h1RFRYoh1ehYBehRbcKWP4OSzd4F7mDljhHngv6W8ewMHrAN8O1ol9uysN2MuCdRE19qkRg5eNgvzFQ==
+web3-eth-personal@1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/web3-eth-personal/-/web3-eth-personal-1.6.0.tgz#b75a61c0737b8b8bcc11d05db2ed7bfce7e4b262"
+ integrity sha512-8ohf4qAwbShf4RwES2tLHVqa+pHZnS5Q6tV80sU//bivmlZeyO1W4UWyNn59vu9KPpEYvLseOOC6Muxuvr8mFQ==
dependencies:
"@types/node" "^12.12.6"
- web3-core "1.3.6"
- web3-core-helpers "1.3.6"
- web3-core-method "1.3.6"
- web3-net "1.3.6"
- web3-utils "1.3.6"
+ web3-core "1.6.0"
+ web3-core-helpers "1.6.0"
+ web3-core-method "1.6.0"
+ web3-net "1.6.0"
+ web3-utils "1.6.0"
-web3-eth@1.3.6:
- version "1.3.6"
- resolved "https://registry.yarnpkg.com/web3-eth/-/web3-eth-1.3.6.tgz#2c650893d540a7a0eb1365dd5b2dca24ac919b7c"
- integrity sha512-9+rnywRRpyX3C4hfsAQXPQh6vHh9XzQkgLxo3gyeXfbhbShUoq2gFVuy42vsRs//6JlsKdyZS7Z3hHPHz2wreA==
+web3-eth@1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/web3-eth/-/web3-eth-1.6.0.tgz#4c9d5fb4eccf9f8744828281757e6ea76af58cbd"
+ integrity sha512-qJMvai//r0be6I9ghU24/152f0zgJfYC23TMszN3Y6jse1JtjCBP2TlTibFcvkUN1RRdIUY5giqO7ZqAYAmp7w==
dependencies:
- underscore "1.12.1"
- web3-core "1.3.6"
- web3-core-helpers "1.3.6"
- web3-core-method "1.3.6"
- web3-core-subscriptions "1.3.6"
- web3-eth-abi "1.3.6"
- web3-eth-accounts "1.3.6"
- web3-eth-contract "1.3.6"
- web3-eth-ens "1.3.6"
- web3-eth-iban "1.3.6"
- web3-eth-personal "1.3.6"
- web3-net "1.3.6"
- web3-utils "1.3.6"
+ web3-core "1.6.0"
+ web3-core-helpers "1.6.0"
+ web3-core-method "1.6.0"
+ web3-core-subscriptions "1.6.0"
+ web3-eth-abi "1.6.0"
+ web3-eth-accounts "1.6.0"
+ web3-eth-contract "1.6.0"
+ web3-eth-ens "1.6.0"
+ web3-eth-iban "1.6.0"
+ web3-eth-personal "1.6.0"
+ web3-net "1.6.0"
+ web3-utils "1.6.0"
-web3-net@1.3.6:
- version "1.3.6"
- resolved "https://registry.yarnpkg.com/web3-net/-/web3-net-1.3.6.tgz#a56492e2227475e38db29394f8bac305a2446e41"
- integrity sha512-KhzU3wMQY/YYjyMiQzbaLPt2kut88Ncx2iqjy3nw28vRux3gVX0WOCk9EL/KVJBiAA/fK7VklTXvgy9dZnnipw==
+web3-net@1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/web3-net/-/web3-net-1.6.0.tgz#2c28f8787073110a7c2310336889d2dad647e500"
+ integrity sha512-LFfG95ovTT2sNHkO1TEfsaKpYcxOSUtbuwHQ0K3G0e5nevKDJkPEFIqIcob40yiwcWoqEjENJP9Bjk8CRrZ99Q==
dependencies:
- web3-core "1.3.6"
- web3-core-method "1.3.6"
- web3-utils "1.3.6"
+ web3-core "1.6.0"
+ web3-core-method "1.6.0"
+ web3-utils "1.6.0"
-web3-providers-http@1.3.6:
- version "1.3.6"
- resolved "https://registry.yarnpkg.com/web3-providers-http/-/web3-providers-http-1.3.6.tgz#36e8724a7424d52827819d53fd75dbf31f5422c2"
- integrity sha512-OQkT32O1A06dISIdazpGLveZcOXhEo5cEX6QyiSQkiPk/cjzDrXMw4SKZOGQbbS1+0Vjizm1Hrp7O8Vp2D1M5Q==
+web3-providers-http@1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/web3-providers-http/-/web3-providers-http-1.6.0.tgz#8db4e589abf7197f5d65b12af1bf9726c45f4160"
+ integrity sha512-sNxHFNv3lnxpmULt34AS6M36IYB/Hzm2Et4yPNzdP1XE644D8sQBZQZaJQdTaza5HfrlwoqU6AOK935armqGuA==
dependencies:
- web3-core-helpers "1.3.6"
+ web3-core-helpers "1.6.0"
xhr2-cookies "1.1.0"
-web3-providers-ipc@1.3.6:
- version "1.3.6"
- resolved "https://registry.yarnpkg.com/web3-providers-ipc/-/web3-providers-ipc-1.3.6.tgz#cef8d12c1ebb47adce5ebf597f553c623362cb4a"
- integrity sha512-+TVsSd2sSVvVgHG4s6FXwwYPPT91boKKcRuEFXqEfAbUC5t52XOgmyc2LNiD9LzPhed65FbV4LqICpeYGUvSwA==
+web3-providers-ipc@1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/web3-providers-ipc/-/web3-providers-ipc-1.6.0.tgz#6a3410fd47a67c4a36719fb97f99534ae12aac98"
+ integrity sha512-ETYdfhpGiGoWpmmSJnONvnPfd3TPivHEGjXyuX+L5FUsbMOVZj9MFLNIS19Cx/YGL8UWJ/8alLJoTcWSIdz/aA==
dependencies:
oboe "2.1.5"
- underscore "1.12.1"
- web3-core-helpers "1.3.6"
+ web3-core-helpers "1.6.0"
-web3-providers-ws@1.3.6:
- version "1.3.6"
- resolved "https://registry.yarnpkg.com/web3-providers-ws/-/web3-providers-ws-1.3.6.tgz#e1df617bc89d66165abdf2191da0014c505bfaac"
- integrity sha512-bk7MnJf5or0Re2zKyhR3L3CjGululLCHXx4vlbc/drnaTARUVvi559OI5uLytc/1k5HKUUyENAxLvetz2G1dnQ==
+web3-providers-ws@1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/web3-providers-ws/-/web3-providers-ws-1.6.0.tgz#dc15dc18c30089efda992015fd5254bd2b77af5f"
+ integrity sha512-eNRmlhOPCpuVYwBrKBBQRLGPFb4U1Uo44r9EWV69Cpo4gP6XeBTl6nkawhLz6DS0fq79apyPfItJVuSfAy77pA==
dependencies:
eventemitter3 "4.0.4"
- underscore "1.12.1"
- web3-core-helpers "1.3.6"
+ web3-core-helpers "1.6.0"
websocket "^1.0.32"
-web3-shh@1.3.6:
- version "1.3.6"
- resolved "https://registry.yarnpkg.com/web3-shh/-/web3-shh-1.3.6.tgz#4e3486c7eca5cbdb87f88910948223a5b7ea6c20"
- integrity sha512-9zRo415O0iBslxBnmu9OzYjNErzLnzOsy+IOvSpIreLYbbAw0XkDWxv3SfcpKnTIWIACBR4AYMIxmmyi5iB3jw==
+web3-shh@1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/web3-shh/-/web3-shh-1.6.0.tgz#838a3435dce1039f669a48e53e948062de197931"
+ integrity sha512-ymN0OFL81WtEeSyb+PFpuUv39fR3frGwsZnIg5EVPZvrOIdaDSFcGSLDmafUt0vKSubvLMVYIBOCskRD6YdtEQ==
dependencies:
- web3-core "1.3.6"
- web3-core-method "1.3.6"
- web3-core-subscriptions "1.3.6"
- web3-net "1.3.6"
+ web3-core "1.6.0"
+ web3-core-method "1.6.0"
+ web3-core-subscriptions "1.6.0"
+ web3-net "1.6.0"
-web3-utils@1.3.6:
- version "1.3.6"
- resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.3.6.tgz#390bc9fa3a7179746963cfaca55bb80ac4d8dc10"
- integrity sha512-hHatFaQpkQgjGVER17gNx8u1qMyaXFZtM0y0XLGH1bzsjMPlkMPLRcYOrZ00rOPfTEuYFOdrpGOqZXVmGrMZRg==
+web3-utils@1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.6.0.tgz#1975c5ee5b7db8a0836eb7004848a7cd962d1ddc"
+ integrity sha512-bgCAWAeQnJF035YTFxrcHJ5mGEfTi/McsjqldZiXRwlHK7L1PyOqvXiQLE053dlzvy1kdAxWl/sSSfLMyNUAXg==
dependencies:
bn.js "^4.11.9"
- eth-lib "0.2.8"
ethereum-bloom-filters "^1.0.6"
+ ethereumjs-util "^7.1.0"
ethjs-unit "0.1.6"
number-to-bn "1.7.0"
randombytes "^2.1.0"
- underscore "1.12.1"
utf8 "3.0.0"
-web3@^1.3.5:
- version "1.3.6"
- resolved "https://registry.yarnpkg.com/web3/-/web3-1.3.6.tgz#599425461c3f9a8cbbefa70616438995f4a064cc"
- integrity sha512-jEpPhnL6GDteifdVh7ulzlPrtVQeA30V9vnki9liYlUvLV82ZM7BNOQJiuzlDePuE+jZETZSP/0G/JlUVt6pOA==
+web3@^1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/web3/-/web3-1.6.0.tgz#d8fa0cd9e7bf252f9fe43bb77dc42bc6671affde"
+ integrity sha512-rWpXnO88MiVX5yTRqMBCVKASxc7QDkXZZUl1D48sKlbX4dt3BAV+nVMVUKCBKiluZ5Bp8pDrVCUdPx/jIYai5Q==
dependencies:
- web3-bzz "1.3.6"
- web3-core "1.3.6"
- web3-eth "1.3.6"
- web3-eth-personal "1.3.6"
- web3-net "1.3.6"
- web3-shh "1.3.6"
- web3-utils "1.3.6"
+ web3-bzz "1.6.0"
+ web3-core "1.6.0"
+ web3-eth "1.6.0"
+ web3-eth-personal "1.6.0"
+ web3-net "1.6.0"
+ web3-shh "1.6.0"
+ web3-utils "1.6.0"
+webidl-conversions@^3.0.0:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
+ integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
+
webidl-conversions@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -10632,6 +9990,14 @@
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
+whatwg-url@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
+ integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
+ dependencies:
+ tr46 "~0.0.3"
+ webidl-conversions "^3.0.0"
+
whatwg-url@^8.0.0, whatwg-url@^8.5.0:
version "8.6.0"
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.6.0.tgz#27c0205a4902084b872aecb97cf0f2a7a3011f4c"
@@ -10672,12 +10038,12 @@
dependencies:
isexe "^2.0.0"
-wide-align@1.1.3, wide-align@^1.1.0:
- version "1.1.3"
- resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
- integrity sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==
+wide-align@^1.1.2:
+ version "1.1.5"
+ resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3"
+ integrity sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==
dependencies:
- string-width "^1.0.2 || 2"
+ string-width "^1.0.2 || 2 || 3 || 4"
widest-line@^3.1.0:
version "3.1.0"
@@ -10696,10 +10062,10 @@
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=
-workerpool@6.1.0:
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.1.0.tgz#a8e038b4c94569596852de7a8ea4228eefdeb37b"
- integrity sha512-toV7q9rWNYha963Pl/qyeZ6wG+3nnsyvolaNUS8+R5Wtw6qJPTxIlOP1ZSvcGhEJw+l3HMMmtiNo9Gl61G4GVg==
+workerpool@6.1.5:
+ version "6.1.5"
+ resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.1.5.tgz#0f7cf076b6215fd7e1da903ff6f22ddd1886b581"
+ integrity sha512-XdKkCK0Zqc6w3iTxLckiuJ81tiD/o5rBE/m+nXpRCB+/Sq4DqkfXZ/x0jW02DG1tGsfUGXbTJyZDP+eu67haSw==
wrap-ansi@^7.0.0:
version "7.0.0"
@@ -10860,7 +10226,7 @@
flat "^5.0.2"
is-plain-obj "^2.1.0"
-yargs@16.2.0, yargs@^16.0.3:
+yargs@16.2.0, yargs@^16.2.0:
version "16.2.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
@@ -10886,10 +10252,10 @@
y18n "^5.0.5"
yargs-parser "^20.2.2"
-yargs@^17.1.1:
- version "17.1.1"
- resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.1.1.tgz#c2a8091564bdb196f7c0a67c1d12e5b85b8067ba"
- integrity sha512-c2k48R0PwKIqKhPMWjeiF6y2xY/gPMUlro0sgxqXpbOIohWiLNXWslsootttv7E1e73QPAMQSg5FeySbVcpsPQ==
+yargs@^17.2.1:
+ version "17.2.1"
+ resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.2.1.tgz#e2c95b9796a0e1f7f3bf4427863b42e0418191ea"
+ integrity sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==
dependencies:
cliui "^7.0.2"
escalade "^3.1.1"